Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7138 2312 d 5 h leency /skins/ Upload Win10.skn by ConLenov, fix buttons position and name cases  
7137 2320 d 11 h dunkaist / Remove more duplicates: doexe2.asm, network.ini, etc.  
7136 2320 d 14 h dunkaist /kernel/trunk/ Replace 'equ' macros with '=' ones.

They appear in symbols file.
They don't require parentheses.
They are shorter.
 
7135 2320 d 14 h dunkaist /skins/_old/ Fix my skins testtest and mursky: don't kpack dtp files.  
7134 2320 d 14 h dunkaist /programs/ Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc.  
7133 2323 d 12 h dunkaist /kernel/trunk/core/ Add tests to autobuild: mtrrtest and test_malloc.  
7132 2323 d 13 h dunkaist /kernel/trunk/ Update BOOT_DATA structure and use it instead of all the BOOT_* vars.  
7131 2323 d 17 h dunkaist /data/ Try to autobuild UEFI loader. Strange, it works on my PC.  
7130 2323 d 18 h dunkaist / Add UEFI stuff.  
7129 2323 d 19 h dunkaist /kernel/trunk/ Split bootbios.asm and kernel.asm.

* Move bios-related part of kernel.asm before B32 label to
bootbios.asm file;
* Move bx_from_load, boot_dev and kernel_restart_bootblock variables
to BOOT_* 0x9000 block;
* Update Tupfile.lua, Makefile, build.bat, build.sh accordingly;
* Now bios and uefi loaders can jump to very first byte of the kernel.
 
7128 2329 d 21 h IgorA /programs/develop/ box_lib: fix clear cursor in 'editbox'
info3ds: crop zeros after floating point
 
7127 2335 d 7 h dunkaist /programs/ Add use_fasm.lua and example: launch.

Now one can avoid ../../../../ includes and lang.inc files.
 
7126 2335 d 8 h dunkaist /kernel/trunk/ Add EFLAGS_* macros, get rid of some more magic numbers.  
7125 2335 d 8 h dunkaist /programs/demos/firework/trunk/ Firework: add AVX, AVX2 and AVX512 code (default is SSE as before).  
7124 2335 d 10 h dunkaist /kernel/trunk/ Use xsave/xrestor if available, enable AVX* instructions.  
7123 2340 d 16 h dunkaist /programs/other/rainbow/ Rainbow: my old app to view CSS colors and their names.  
7122 2340 d 17 h dunkaist /kernel/trunk/ Synchronize memmap.inc and const.inc, replace hardcoded numbers with macros.  
7121 2341 d 15 h dunkaist /kernel/trunk/ Remove VRR code, mostly commented out anyway.  
7120 2342 d 19 h dunkaist /skins/ Align columns in skins/authors.txt, add myself.  
7119 2342 d 20 h dunkaist /skins/ Fix skin.inc files, make them all the same.

Rename all the me_skin.inc and my_skin.inc to skin.inc.
Read BMP header size from file, don't hardcode.
Make all the skins use the same skin.inc.
Speed up compilation of skins.
 
7118 2348 d 18 h dunkaist / Build kerpack from source, remove binary.  
7117 2348 d 19 h dunkaist /programs/demos/SDL/ SDLTest.c: close comment with */, not with /*  
7116 2348 d 22 h dunkaist /programs/games/ Hot fix for r7115: remove empty Release dirs too.  
7115 2348 d 22 h dunkaist / Add pe2kos source (0770 sdk), remove pe2kos.exe.  
7114 2350 d 5 h dunkaist /kernel/trunk/ Add empty $Revision$ macro.

svn keywords are neither substituted by git-svn nor catched by
existing "$Revision a" macro, ignore them to not fail the build.
 
7113 2350 d 22 h GerdtR /programs/fs/unz/ The program Unz has been added. Unpacker files zip and 7z, based on arhiver.obj .  
7112 2352 d 12 h dunkaist /programs/ Add -fgnu89-inline to menuetlibc related files.

One can't build programs that use menuetlibc and the library itself with
the latest toolchain from Serge because new GCC assumes C99 inline
semantics. Fix it by passing -fgnu89-inline option to such programs.
 
7111 2354 d 6 h akron1 /data/common/ fb2read v0.9b: remove italic style  
7110 2354 d 8 h akron1 /programs/develop/oberon07/ oberon07: fix for r7107, NEW/DISPOSE support multi-thread mode  
7109 2367 d 4 h leency /programs/network/netsurf/ small fix from hidplayr  
7108 2367 d 21 h hidnplayr /programs/network/tcpserv/ Added some comments to TCP server demo app.  
7107 2367 d 22 h akron1 /programs/develop/oberon07/ Oberon07: some extensions  
7106 2368 d 3 h leency /programs/network/netsurf/ nsinstall: add notify dialog to show downloading progress;
TODO (not for me): change 'nsinstall' icon to 'netsurf'
 
7105 2369 d 17 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: add img.from_file, refactor img.convert.

Add new function, img.from_file: gets file name and returns decoded Image.
Make img.convert code less spaghetti: use jump table, not a chain of jmp's.
 
7104 2374 d 19 h leency /programs/ Eolite: fix small issue, add description to KOSfuncs.inc  
7103 2380 d 23 h 0CodErr /kernel/trunk/gui/ fix for draw not ASCIIZ  
7102 2381 d 4 h 0CodErr /skins/Leency/Shkvorka/ fix SkinMargins.Right  
7101 2383 d 18 h hidnplayr /programs/develop/libraries/http/ HTTP_escape, HTTP_unescape, check for end of buffer.  
7100 2383 d 18 h hidnplayr /programs/network/pasta/ PASTA: use dpaste.com instead of paste.kolibrios.org  
7099 2383 d 19 h hidnplayr /kernel/trunk/network/ Use tcp_output instead of tcp_respond to send delayed acks, we need it for correct window advertisement amongst other things...