Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10049 54 m ace_dent / Consistent use of `KolibriOS` name

- Ensure consistent naming for brand integrity.
 
10042 20 h 19 m dunkaist / Update Tupfile.lua's for tup-0.8  
10018 9 d 1 h ace_dent /contrib/sdk/sources/ Optimize png files for `sdk` resources

Lossless optimization of png image files, using `pngslim` and other tools.
Documentation only artwork (distributed outside a program):
- Slimmed 77.7 KiB (~77.5 KiB kpacked), average ~16% saving for 5 files.
 
10006 51 d 8 h dunkaist /contrib/sdk/sources/SDL-1.2.2_newlib/src/ Fix autobuild for nasm

nasm requires a slash for include directories. At least its man says so.
On some platforms it worked, on some didn't. Maybe old versions of nasm
are more strict. Now it should work everywhere.
 
9989 75 d 14 h turbocat /contrib/sdk/sources/newlib/libc/ Newlib:
- Added missing basename.c;
- Added original dirname.c;
- Added getcwd (extension of POSIX.1 standard, as in the original NewLib).
 
9961 129 d 5 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/video/kolibrios/ SDL: Fixed cursor freezing in some cases.  
9959 129 d 9 h turbocat / Newlib: Added enviroment emulation via the file /sys/settings/system.env  
9956 129 d 16 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/include/ SDL: Added CD-ROM and Joystick stubs for easer porting  
9955 130 d 12 h turbocat /contrib/sdk/sources/newlib/libc/posix/ NewLib:
Added missing dirent impl
 
9954 130 d 12 h turbocat /contrib/sdk/sources/newlib/libc/ NewLib:
- Added basic support for dirent.h;
- Added memory.h for compatibility;
- Added ftruncate() function;
- Fixed date and time structures in ksys_file_info_t.
 
9952 138 d 12 h turbocat / NewLib:
- Duplicate functionality files removed;
- Refactoring of file handling functions;
- Removed broken impliments.
Gears (C + TinyGL):
- Removed because it duplicates an existing example on Fasm and uses unsupported wrappers on the KOS API.
KosJS:
- Removed. The MuJS port is too old and not used anywhere. Support is not profitable.
Backy:
- Removed useless GCC version. Support is not profitable.
DGen-SDL and SQLite3
- Fix after removing broken "dirent.h".
Fridge:
- Moving the KOS API wrapper to avoid compilation errors.
Udis86, uARM and 8086tiny:
- Fix after removing redundant "kos_LoadConsole.h".
 
9875 628 d 15 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/timer/dummy/ SDL: Another fix for SDL_Delay.  
9874 628 d 15 h turbocat /contrib/sdk/sources/newlib/libc/ newlib: Try to unify wrappers. And get rid of kos32sys.h  
9865 660 d 5 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ newlib ksys.h synchronized with libc.obj  
9836 707 d 0 h turbocat / ksys.h:
- Fixed formatting;
- Added wrapper for sysfunction 65.
 
9830 717 d 2 h vitalkrilov / ksys.h:
- KSYS_SLOT_STATE_FREE has right value (9, not 6) now
- few style changes (snake_case)
 
9829 717 d 12 h vitalkrilov / sysfuncr.txt: added missing docs for SysFn77.10, SysFn77.11, SysFn77.13 from wiki
ksys.h:
- libc.obj's file synced with newlib's (r9788)
- added scancodes enum
- added wrappers for SysFn66.4 and SysFn66.5 (sys. hotkeys)
- added wrappers for SysFn77.0 -- SysFn77.3 (futexes)
 
9793 757 d 1 h turbocat /contrib/sdk/sources/libvorbis-1.3.7/ Added libvorbis to autobuild  
9792 757 d 1 h turbocat /contrib/sdk/sources/SDL_mixer-1.2.12/ SDL_mixer added to autobuild  
9791 757 d 1 h turbocat /contrib/sdk/sources/libogg-1.3.5/ Added libogg to autobuild  
9789 757 d 3 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Audio refactoring;
- Delete old menuetos wrappers;
- Fixed tupfile(speed ​​optimization flags) and makefile.
 
9788 757 d 3 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ ksys.h:
- Added SF 68.1 and SF 68.14 wrappers
- Added SLOT_STATE enum.
 
9787 757 d 5 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL: remove mentions of menuetos in video src  
9785 757 d 15 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Refactoring;
- Fixed mouse bug;
- Added middle mouse button support.
 
9784 757 d 15 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ ksys.h:
- Fixed thread info struct;
- Added SF 63.3 wrapper;
- Added SF 18.19 universal wraper;
- Fixed ksys_pos_t.
 
9769 767 d 12 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/video/ SDL: now window is always centered.  
9768 767 d 20 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL: Refactoring part1  
9767 767 d 21 h turbocat / ksys.h:
- Added to Newlib and should be in sync with the file from libc.obj;
- Added new wrappers.
 
9757 776 d 20 h maxcodehack /contrib/sdk/sources/newlib/libc/include/sys/ Refactoring sys/kos.h  
9716 828 d 21 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc: Added wrapper for all console.obj functions.  
9589 865 d 17 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/include/ SDL: removed unused headers for compatibility with libs.obj.  
9583 866 d 15 h vitalkrilov / Fixed all misuse of "/rd/1" (changed to "/sys"; all except "/programs/*" and "/kernel/*")
ati2d: fixed log creation
 
9565 869 d 18 h turbocat /contrib/sdk/sources/SDL_mixer-1.2.12/ Added port(WIP) SDL_mixer-1.2.12
OGG, AIFF and VOC only support.
 
9564 869 d 18 h turbocat /contrib/sdk/sources/libvorbis-1.3.7/ Added port libvorbis-1.3.7  
9563 869 d 18 h turbocat /contrib/sdk/sources/libogg-1.3.5/ Added port libogg-1.3.5  
9562 869 d 18 h turbocat /contrib/sdk/sources/sound/ libsound: Fixed Makefile  
9561 869 d 19 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/ libSDL(newlibc)
- Added SDL_audiocvt, SDL_mixer, SDL_wave;
- Added ability to get screen resolutions.
 
9354 901 d 15 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc: Added con_set_title wrapper  
9346 904 d 23 h Coldy /contrib/sdk/sources/newlib/libc/sys/ newlib: fixed incorrect work with relative path
(previously /sys/open.c buildpath added an extra slash
after the current working directory)
 
9288 914 d 12 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/ SDL: Rollback to stable revision 9172.