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
7600 1844 d 1 h dunkaist /programs/system/scrsaver/ Add scrsaver: new screen saver program.

Our default screen saver, ss, requires animations to run as its threads.
Therefore you can't set your favorite demo app as screen saver without
embedding it into ss. Vice versa, you can't run embedded animations as
standalone demos. Moreover, ss is a multi-thread app with configuration
window invoked by clicking both mouse buttons at the top right screen
corner (really?).

Scrsaver is a tiny single-thread program, configured via plain text
file, /sys/settings/system.ini. It has no window and runs a separate
executable as screen saver. This is done via primitive protocol:
* Config file specifies program to run;
* '@ss' parameter is passed to the program;
* program launches '/sys/@ss' at exit if '@ss' param is passed.

See /programs/demos/spiral for working example.
 
7599 1844 d 1 h dunkaist /programs/demos/spiral/ Add spiral: 2D demo and screen saver example.

Originally written in UASM by 0CodErr.
 
7598 1844 d 1 h dunkaist /kernel/trunk/ Fix compilation with extended_primary_loader.  
7597 1844 d 14 h akron1 /programs/develop/oberon07/ Oberon07: upload new compiler  
7596 1845 d 1 h leency /skins/_old/ fix 3d light in skins Panther and Lightskin  
7595 1845 d 2 h leency /skins/ delete panther skin duplication  
7594 1845 d 3 h leency /programs/cmm/appearance/ Appearance 2.3: always use a real path  
7593 1845 d 5 h leency /programs/cmm/eolite/include/ Eolite: fix attribute set for selected files  
7592 1845 d 9 h leency / add CodeView to ISO  
7591 1845 d 11 h leency /data/ Add eglgears video driver testing demo to ISO  
7590 1845 d 11 h leency /programs/cmm/ Driver Install app: fix Russian language  
7589 1845 d 12 h leency /skins/ add HydrogenOS and ObsidianOS skins to autobuild  
7588 1846 d 0 h leency /programs/cmm/examples/ fix pigex  
7587 1861 d 0 h dunkaist /kernel/trunk/docs/ Translate events_subsystem.txt into English.  
7586 1861 d 0 h dunkaist /kernel/trunk/ Do not hardcode preboot timeout, use PREBOOT_TIMEOUT macro.  
7585 1861 d 0 h dunkaist /drivers/ Apply patch from r7584 to all audio drivers.

Allow audio drivers to use IRQs 1,2,8,12, this is MenuetOS legacy.
 
7584 1862 d 4 h clevermouse /drivers/audio/ remove obsolete logic, IRQs 1,2,8,12 have been nothing special for a while  
7583 1878 d 2 h IgorA /programs/ tedit: add case sensitive  
7582 1878 d 23 h dunkaist /programs/other/kpack/kerpack_linux/ Fix #121: fix kpack and kerpack linking on linux64 with -no-pie flag  
7581 1885 d 2 h dunkaist /programs/games/pipes/ Fix #126: Pipes: fix win message bug (r6270)  

Show All