Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9785 760 d 7 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Refactoring;
- Fixed mouse bug;
- Added middle mouse button support.
 
9784 760 d 8 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 770 d 5 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/video/ SDL: now window is always centered.  
9768 770 d 13 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL: Refactoring part1  
9767 770 d 13 h turbocat / ksys.h:
- Added to Newlib and should be in sync with the file from libc.obj;
- Added new wrappers.
 
9759 779 d 12 h maxcodehack / Samples fix #2 + fridge makefile change  
9758 779 d 12 h maxcodehack /contrib/sdk/samples/ c/c++ samples refactoring  
9757 779 d 12 h maxcodehack /contrib/sdk/sources/newlib/libc/include/sys/ Refactoring sys/kos.h  
9716 831 d 13 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc: Added wrapper for all console.obj functions.  
9589 868 d 9 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/include/ SDL: removed unused headers for compatibility with libs.obj.  
9583 869 d 8 h vitalkrilov / Fixed all misuse of "/rd/1" (changed to "/sys"; all except "/programs/*" and "/kernel/*")
ati2d: fixed log creation
 
9565 872 d 11 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 872 d 11 h turbocat /contrib/sdk/sources/libvorbis-1.3.7/ Added port libvorbis-1.3.7  
9563 872 d 11 h turbocat /contrib/sdk/sources/libogg-1.3.5/ Added port libogg-1.3.5  
9562 872 d 11 h turbocat /contrib/sdk/sources/sound/ libsound: Fixed Makefile  
9561 872 d 11 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 904 d 8 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc: Added con_set_title wrapper  
9346 907 d 15 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 917 d 4 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/ SDL: Rollback to stable revision 9172.  
9214 963 d 8 h turbocat /contrib/sdk/sources/PDCurses/ Added PDCurses library(uses SDL)  
9211 963 d 10 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL:
- Fixed SDL_Delay.
- Refactoring
 
9203 971 d 10 h turbocat /contrib/sdk/sources/sound/ libsound: Added build for TCC  
9202 971 d 10 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/ SDL: Adapted for building with TCC. Refactoring  
9172 996 d 4 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/ SDL for NewLibc:
- Updated Hermes library (from SDL 1.2.15) to fix SDL_Flip crash when using bpp = 32.
- Updated example
 
9170 997 d 7 h turbocat /contrib/sdk/sources/SDL-1.2.2_newlib/src/video/menuetos/ SDL for NewLibc: Added fake conversion to utf8 for compatibility.  
8941 1065 d 4 h turbocat /contrib/sdk/sources/sqlite3/shell/ SQLite3
Disable con_init_opt(causes strange console behavior)
 
8939 1065 d 5 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
an attempt to fix an autobuild (2)
 
8938 1065 d 5 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
an attempt to fix an auto assembly
 
8937 1065 d 6 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
removed unnecessary define during compilation
 
8935 1065 d 6 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
- shell and library added to autobuild
 
8931 1066 d 5 h turbocat /contrib/sdk/sources/sqlite3/ SQLite3:
Porting completed (demo VFS adapted for KolibriOS).
Now it can be used)
 
8930 1066 d 6 h turbocat /contrib/sdk/sources/newlib/libc/sys/ Newlibc:
- Added a wrapper over con_init (for set console title);
 
8880 1070 d 7 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
Update Tupfile
 
8879 1070 d 7 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
Added getcwd and dirname
 
8777 1082 d 10 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
- Fixed bug with input to the console (when clicking on "backspace" characters were not deleted).
- Added _NO_STDERR macro for redirecting "stderr" to the console
 
8771 1084 d 1 h dunkaist /contrib/sdk/sources/zlib/ Fix autobuild.  
8770 1084 d 5 h turbocat /contrib/sdk/sources/zlib/ Trying to fix the ZLIB build  
8768 1084 d 6 h turbocat /contrib/sdk/sources/zlib/ ZLIB:
- Fixed typo
 
8767 1084 d 6 h turbocat /contrib/sdk/sources/zlib/ ZLIB:
Fix lib path
 
8766 1084 d 6 h turbocat /contrib/sdk/sources/zlib/ ZLIB:
- It is now autobuild as a dynamic library(PE DLL).