Commit Graph

806 Commits

Author SHA1 Message Date
3dc60ce167 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.

git-svn-id: svn://kolibrios.org@7600 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-03-11 21:34:41 +00:00
Kirill Lipatov (Leency)
49f31ec9bc menu.dat: small update
terminal: use big fonts
menu: fix thread height
rdsave, opendial: use system colors

git-svn-id: svn://kolibrios.org@7548 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-11-10 13:07:49 +00:00
Kirill Lipatov (Leency)
71763e991a end: correct app close
git-svn-id: svn://kolibrios.org@7547 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-11-09 23:16:23 +00:00
Kirill Lipatov (Leency)
a82334d437 disptest: proper Russian and English translation
git-svn-id: svn://kolibrios.org@7534 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-11-06 18:27:54 +00:00
Kirill Lipatov (Leency)
da1718dca4 app+: move its ini to IMG, ability to run it without /kolibrios/ mounted, translate ui
git-svn-id: svn://kolibrios.org@7519 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-11-01 11:31:45 +00:00
theonlymirage
31a514faf0 Format UI: add kmenu for Devices list, aligned button "Format"
git-svn-id: svn://kolibrios.org@7483 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-18 23:38:37 +00:00
theonlymirage
225d81a3f4 Format UI: add frame and second kmenu for unit size data
git-svn-id: svn://kolibrios.org@7476 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-17 23:58:35 +00:00
theonlymirage
4c3f6d21d8 Format: add select menu button for FS
git-svn-id: svn://kolibrios.org@7473 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-17 00:06:07 +00:00
theonlymirage
7b6adfbb7f Format Utility UI
git-svn-id: svn://kolibrios.org@7471 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-16 08:12:25 +00:00
Kirill Lipatov (Leency)
14e47edee3 @open:
- fix new association adding [Critical]
- use system color for file path
TextRead:
- new feature: color schemes
- reopen option "Other" opens file in @open (thanks punk_joker for idea)

git-svn-id: svn://kolibrios.org@7466 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-14 22:02:13 +00:00
Kirill Lipatov (Leency)
7a40a3d118 fix label name
git-svn-id: svn://kolibrios.org@7451 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-11 21:10:55 +00:00
Kirill Lipatov (Leency)
ce3c40a673 searchap: first mount attempt without delay, second mount attempt with delay (default 5 seconds); by Mario request
git-svn-id: svn://kolibrios.org@7449 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-11 11:02:39 +00:00
0CodErr
f56b0638f4 add cmdline parameter "-d" — delay
git-svn-id: svn://kolibrios.org@7446 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-10 12:44:21 +00:00
Kirill Lipatov (Leency)
5488e03363 Add SuperStarTrack to ISO, add associations for CNC editor, update CPUid
git-svn-id: svn://kolibrios.org@7445 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-09 20:57:32 +00:00
Kirill Lipatov (Leency)
2a5b8498fd Notes 1.1:
- fixed bugs found by TheOnlyMirage
- if CPU frequency < 1000 then while drag show only window frame else whow window contents
- add to autobuild
CPUid: 
- fix app crash at unknown Intel CPU name by Sh@dy
- non-cropped "intel.gif" logo
- delete redundant knopka* files
icons32.png:
- new Notes icon
- better icons: CPUid, Gmon
- reduce file size
IconEdit 0.58:
- update preview
- rotate squire images
- Ctrl+KeyArrow moves image on the canvas
- screen copy key events
- triangle gradient marker
- improve window appearance for dark skins

git-svn-id: svn://kolibrios.org@7444 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-09 19:12:02 +00:00
Kirill Lipatov (Leency)
f188191965 CPUID 2.31: fixed UI by Sh@dy + images optimization by me
git-svn-id: svn://kolibrios.org@7442 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-08 22:35:48 +00:00
Kirill Lipatov (Leency)
839dde62cc @icon: fixed by GerdtR
notes: final version
mouse: better hold wheel with other buttongs clicked

git-svn-id: svn://kolibrios.org@7437 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-05 22:10:27 +00:00
Kirill Lipatov (Leency)
def6ce4577 Calc:
- fix unworkable hotkeys broken in r4588
- add hotkeys: A-F for HEX, Enter for getting result and Delete to resent number
- instantly update display when press +,-,/,*
Board: move boardlog.txt to /tmp0
Eskin: refactor and optimize code

git-svn-id: svn://kolibrios.org@7431 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-03 11:51:34 +00:00
Kirill Lipatov (Leency)
b1df9e7cd1 Allgames: renamed "game_center" and its ini file to save space on ramdisk
Eolite: fixed big icon position in properties dialog
Board: press F2 to open boardlog.ini in Tinypad
Wv_skin.png: much better packed 2 secors instead of 5
Icons32.png: improved Almaz icons


git-svn-id: svn://kolibrios.org@7425 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-02 14:01:29 +00:00
Kirill Lipatov (Leency)
dd9e50c167 KIV: save desktop image set by IgorA
Palitra: save desktop colors set by IgorA
Docky: no close by Alt+F4
IconNew: fix system hang when use an icon with number >99 by GerdtR
Gears (TinyGL asm): add key description to window, uncomment zoom code, add key shortcut "+" for zoom-in
TinyGL asm images: much better compression, for instance, TEXT_2.PNG from 235Kb to 106Kb without any visible degradation


git-svn-id: svn://kolibrios.org@7421 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-10-01 15:18:07 +00:00
Kirill Lipatov (Leency)
5806de0984 cpu: delete terminate process button before create a new one
git-svn-id: svn://kolibrios.org@7354 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-09-11 21:12:25 +00:00
Kirill Lipatov (Leency)
c559c585db @open: fix for case-sensitive file systems
git-svn-id: svn://kolibrios.org@7217 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-02 20:44:35 +00:00
0CodErr
a4ee0eb182 Copy command line parameters at start to EditBox
git-svn-id: svn://kolibrios.org@7212 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-01 07:53:27 +00:00
0CodErr
78771712ad Use LCtrl + LShift to switch the keyboard layout
git-svn-id: svn://kolibrios.org@7181 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-03-11 16:08:59 +00:00
0CodErr
ba018197c6 add CONFIG_NO_JWASM to tup.config.template; check GCC in RunOD tupfile
git-svn-id: svn://kolibrios.org@7145 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-02-03 09:10:21 +00:00
2c778124e3 Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc.
git-svn-id: svn://kolibrios.org@7134 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-20 00:51:00 +00:00
3befb301cf Add use_fasm.lua and example: launch.
Now one can avoid ../../../../ includes and lang.inc files.

git-svn-id: svn://kolibrios.org@7127 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-12-05 07:29:50 +00:00
Kirill Lipatov (Leency)
7a4bbe995b prevent double click on icon, add a small delay
git-svn-id: svn://kolibrios.org@7087 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-11 10:49:15 +00:00
0CodErr
102f2a4f80 add kpack to command
git-svn-id: svn://kolibrios.org@7083 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 19:12:00 +00:00
0CodErr
181a1635fc fix tupfile
git-svn-id: svn://kolibrios.org@7082 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 19:00:08 +00:00
0CodErr
436d50beb5 edit Tupfile.lua
git-svn-id: svn://kolibrios.org@7081 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 18:54:46 +00:00
0CodErr
b4db5ef375 try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7080 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 18:35:23 +00:00
0CodErr
c62eee63a5 revert
git-svn-id: svn://kolibrios.org@7078 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 13:02:19 +00:00
0CodErr
0aefd474b5 try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7077 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 13:01:17 +00:00
0CodErr
ef4d10d0ad try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7076 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:54:53 +00:00
0CodErr
e1999df6e3 try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7075 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:53:16 +00:00
0CodErr
7de4bb4fbe try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7074 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:49:19 +00:00
0CodErr
98a8c46ecc try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7073 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:47:38 +00:00
0CodErr
bb4e778290 try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7072 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:47:03 +00:00
0CodErr
7668e02ac1 try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7071 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:42:46 +00:00
0CodErr
f329b848f7 try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7070 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:38:56 +00:00
0CodErr
55fa8a6aed try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7069 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:34:50 +00:00
0CodErr
e328427cf9 try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7068 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:27:04 +00:00
0CodErr
df5d2f313a try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7067 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 12:26:13 +00:00
0CodErr
afeab451a0 revert
git-svn-id: svn://kolibrios.org@7066 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:21:06 +00:00
0CodErr
7a64085248 try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7065 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:13:54 +00:00
0CodErr
1eb07cb648 try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7064 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:11:32 +00:00
0CodErr
dc213131ba try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7063 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:09:46 +00:00
0CodErr
d71a16e59b try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7062 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:08:09 +00:00
0CodErr
645bbe3ee0 try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7061 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:06:44 +00:00
0CodErr
45a2f0bf62 try add Tupfile.lua for RUN application
git-svn-id: svn://kolibrios.org@7060 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-10 10:01:35 +00:00
0CodErr
41838ddb4c upload RUN sources; upload KolibriOS.lib
git-svn-id: svn://kolibrios.org@7039 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-10-02 18:43:24 +00:00
Kirill Lipatov (Leency)
9e91bb1d1c * help now displays the list of commands in three columns
* ps now displays the RAM size used by the process
* ls now displays all files not in one but in several columns, the old single column output is still accessible via the key '-1'

git-svn-id: svn://kolibrios.org@7024 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-27 18:44:15 +00:00
Kirill Lipatov (Leency)
e055c4a64d @icon: fix an old issue that inactive window reacted on mouse events
git-svn-id: svn://kolibrios.org@7016 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-27 01:11:14 +00:00
Kirill Lipatov (Leency)
3e898fb6aa Trying to fix TUP: rename @icon.asm to icon.asm #2
git-svn-id: svn://kolibrios.org@7014 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-26 18:13:32 +00:00
Kirill Lipatov (Leency)
ff4855eb6d Trying to fix TUP: rename @icon.asm to icon.asm
git-svn-id: svn://kolibrios.org@7013 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-26 18:08:14 +00:00
Kirill Lipatov (Leency)
d11225a260 @icon: use bigger fonts and optimize redraw in Dialog "Add/Change icon"
git-svn-id: svn://kolibrios.org@7012 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-26 18:05:30 +00:00
Kirill Lipatov (Leency)
c859c68cc7 calendar: remove "new style" button, gui fixes
git-svn-id: svn://kolibrios.org@6950 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-09-05 21:11:15 +00:00
0CodErr
6286587115 fix color value(set hi byte to zero ) in Edit1 instance
git-svn-id: svn://kolibrios.org@6940 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-07-30 09:36:12 +00:00
siemargl
568fb16110 startup workdir fix
git-svn-id: svn://kolibrios.org@6862 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-02-10 17:36:03 +00:00
siemargl
4e23975970 better cp, 64-bit fileops
git-svn-id: svn://kolibrios.org@6857 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-02-06 12:35:58 +00:00
733620f72e Fix ROOT path variable
git-svn-id: svn://kolibrios.org@6841 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-20 14:06:09 +00:00
CleverMouse
aec4d12a3b revert using INCLUDE= from r6834 because it breaks build on Windows
git-svn-id: svn://kolibrios.org@6839 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-20 13:04:48 +00:00
c5c24e6776 Add launch to autobuild
This is example/experimental build:
 - It uses INCLUDE environment variable to locate includes;
 - It specifies language as -dlang=xx fasm option, no lang.inc file.


git-svn-id: svn://kolibrios.org@6834 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-19 14:34:02 +00:00
c5a5d231ab Move cmp* macros from cmp.inc to macros.inc
We already have macros.inc, there is no reason to have another file
special for cmp* macros that all fit into 7 lines.


git-svn-id: svn://kolibrios.org@6832 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-19 09:49:52 +00:00
siemargl
46ae9b5169 fix touch and much more
git-svn-id: svn://kolibrios.org@6826 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-06 21:23:13 +00:00
siemargl
0dd49af34c waitfor command
git-svn-id: svn://kolibrios.org@6825 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-06 16:12:57 +00:00
siemargl
0a3c951b56 better up/dwn arrows, docu
git-svn-id: svn://kolibrios.org@6822 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-01 22:28:50 +00:00
siemargl
624f3666a5 show kernel version on start
git-svn-id: svn://kolibrios.org@6821 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-01 11:47:50 +00:00
CleverMouse
274dc2fb2c free the stack at exit
git-svn-id: svn://kolibrios.org@6812 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-23 16:21:08 +00:00
CleverMouse
9be5e01ff1 thread management for the system library
git-svn-id: svn://kolibrios.org@6811 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-23 16:11:46 +00:00
CleverMouse
6198f1e4c9 various fixes
git-svn-id: svn://kolibrios.org@6810 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-23 11:42:58 +00:00
IgorA
4f831a4d79 checkbox: clean code
picdev: fix names

git-svn-id: svn://kolibrios.org@6789 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-12-07 11:06:54 +00:00
CleverMouse
a5d8ff9f45 import processing for the system library
git-svn-id: svn://kolibrios.org@6767 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-29 17:47:46 +00:00
Kirill Lipatov (Leency)
a32e30e50f CMM: fix in io.h, rename TEXTREADER into TXTREAD,
icons32.png: change colors for DIFF app
make RunOS window wider

git-svn-id: svn://kolibrios.org@6759 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-25 15:19:45 +00:00
Kirill Lipatov (Leency)
09d8656eef replace Run by RunOD
git-svn-id: svn://kolibrios.org@6743 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-23 10:21:36 +00:00
pathoswithin
d68c3a708b optimizing
git-svn-id: svn://kolibrios.org@6695 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-09 10:33:09 +00:00
Kirill Lipatov (Leency)
ce0f47388b runOD: upload new version from punk_joker (24 Nov 2014)
git-svn-id: svn://kolibrios.org@6688 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-07 22:45:32 +00:00
Kirill Lipatov (Leency)
fd62d79524 run: use big fonts
git-svn-id: svn://kolibrios.org@6687 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-07 22:04:04 +00:00
Kirill Lipatov (Leency)
1069d62233 DRIVERS: update atikms and intel (by Serge), remove ver.txt
END: fix mixed up "Kernel" and "Reboot" buttons
DRVINST: translations (thanks to hidnplayr)

git-svn-id: svn://kolibrios.org@6662 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-03 12:41:15 +00:00
Kirill Lipatov (Leency)
0830cbca22 end: fix typo
git-svn-id: svn://kolibrios.org@6644 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-11-01 10:16:24 +00:00
Kirill Lipatov (Leency)
047377a66e asm end: new design
git-svn-id: svn://kolibrios.org@6642 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-31 23:41:05 +00:00
CleverMouse
45f221c5f5 command line parser for the system library
git-svn-id: svn://kolibrios.org@6614 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-24 18:44:58 +00:00
0CodErr
f5fe90cb63 %comment..%endcomment --> %if 0..%endif
git-svn-id: svn://kolibrios.org@6610 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-20 07:02:23 +00:00
0CodErr
f1d8896636 Bigger font, not bold
git-svn-id: svn://kolibrios.org@6609 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-19 20:30:50 +00:00
pathoswithin
437682c9a5 proper include of missed file
git-svn-id: svn://kolibrios.org@6608 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-19 19:00:57 +00:00
Kirill Lipatov (Leency)
cd5d633704 board: use constants
git-svn-id: svn://kolibrios.org@6592 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-14 14:17:06 +00:00
CleverMouse
c6db9a29e8 revert CPUID.ASM to r6496
git-svn-id: svn://kolibrios.org@6499 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-08-23 19:31:57 +00:00
mat1854
1049bcf59a updated UI bugs for AMD.
git-svn-id: svn://kolibrios.org@6498 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-08-23 16:06:27 +00:00
mat1854
81712a4a44 updated UI bugs for AMD.
git-svn-id: svn://kolibrios.org@6497 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-08-23 16:01:46 +00:00
pathoswithin
f281a3cb3f include order
git-svn-id: svn://kolibrios.org@6488 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-08-18 10:49:11 +00:00
pathoswithin
7b2d0f207b deleting
git-svn-id: svn://kolibrios.org@6487 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-08-18 10:34:14 +00:00
pathoswithin
991059ae8d cleaning
git-svn-id: svn://kolibrios.org@6486 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-08-18 10:31:16 +00:00
mat1854
8a65e34ad1 added codename, extended features, merged older version of CPUID.
git-svn-id: svn://kolibrios.org@6485 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-08-18 02:50:49 +00:00
mat1854
d72feff042 added codename, extended features, merged older version of CPUID.
git-svn-id: svn://kolibrios.org@6484 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-08-18 02:32:55 +00:00
mat1854
ca53e0b2fe added codename, extended features, merged older version of CPUID.
git-svn-id: svn://kolibrios.org@6483 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-08-18 02:06:21 +00:00
pathoswithin
5c5d793eda buttons fix
git-svn-id: svn://kolibrios.org@6444 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-06-11 18:03:44 +00:00
nisargshah95
52fcf098d4 fix gmon flickering issue
git-svn-id: svn://kolibrios.org@6353 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-03-16 19:35:22 +00:00
Kirill Lipatov (Leency)
31410fbdb3 bigger fonts in docpack; move /system/clip to /other/outdated/
git-svn-id: svn://kolibrios.org@6267 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-20 17:21:34 +00:00
Kirill Lipatov (Leency)
82e80c20d2 app_plus faster start; replace email by voxel icon; various small fixes
git-svn-id: svn://kolibrios.org@6258 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-19 21:07:11 +00:00
Kirill Lipatov (Leency)
a76e01a34d revert occasionally updated files in prior rev, add Tupfile for almaz game
git-svn-id: svn://kolibrios.org@6219 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-14 18:50:09 +00:00
Kirill Lipatov (Leency)
352d425605 delete cmm/ttf_viewer, upload Almaz game (unplayable because player can't move to the top)
git-svn-id: svn://kolibrios.org@6218 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-14 18:42:49 +00:00
Kirill Lipatov (Leency)
ceaabc7ffa calc: a bit more flexible GUI
git-svn-id: svn://kolibrios.org@6215 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-13 15:26:28 +00:00
Kirill Lipatov (Leency)
ba3c0ea500 small fixes
git-svn-id: svn://kolibrios.org@6209 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-12 22:07:55 +00:00
Kirill Lipatov (Leency)
20ace41f1f system_colors: global rename and change meaning of "grab_button" to "work_3d_dark", and "grab_button_text" to "work_3d_light", the legacy of new_sys_colors table
git-svn-id: svn://kolibrios.org@6196 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-11 10:44:47 +00:00
Kirill Lipatov (Leency)
ef2476cf2f end: bigger checkbox, no draw overlap
git-svn-id: svn://kolibrios.org@6190 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-10 23:25:56 +00:00
Kirill Lipatov (Leency)
1c06bbc091 - autobuid: added BabyPainter, Knight, Bomber
- game_center.ini: fixed paths

git-svn-id: svn://kolibrios.org@6179 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-09 11:30:40 +00:00
Kirill Lipatov (Leency)
d43a9570e1 skincfg: remove old non-skinned window, gui fixes
git-svn-id: svn://kolibrios.org@6170 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-08 14:28:25 +00:00
Kirill Lipatov (Leency)
c8de4cb0ee rename "desktop" app to "skincfg"
git-svn-id: svn://kolibrios.org@6169 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-08 12:52:20 +00:00
Kirill Lipatov (Leency)
b7c1c94b59 keybi, simple paint: use skinned windows
git-svn-id: svn://kolibrios.org@6165 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-07 19:54:43 +00:00
Kirill Lipatov (Leency)
2c6ad9f9ea kpack, board, t_edit: revert using sys_colors_new to system_colors
git-svn-id: svn://kolibrios.org@6162 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-07 16:59:31 +00:00
Kirill Lipatov (Leency)
4b69111222 @open: remove border around "Browse" button,
webview: fix encoding for internal pages

git-svn-id: svn://kolibrios.org@6159 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-07 12:48:02 +00:00
Kirill Lipatov (Leency)
4947427c69 remove /rd/1/develop/info/win_const.syn from autobuld
move kolibri.iso/Skins folder to kolibri.iso/kolibrios/res/skins for compatibility with appearance app
add appearance app to iso
desktop: no uppercase text in title

git-svn-id: svn://kolibrios.org@6094 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-25 22:30:12 +00:00
Kirill Lipatov (Leency)
ea44c6289b color dialog: add OK, Cancel buttons
git-svn-id: svn://kolibrios.org@6054 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-11 00:36:11 +00:00
Kirill Lipatov (Leency)
590faca990 default.skn: update to Shkvorka 2.1, move arcanii game to cd version, desktop app: wider buttons
git-svn-id: svn://kolibrios.org@6033 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-01-06 01:22:41 +00:00
veliant
97f02885ef Fix handling navigation keys
git-svn-id: svn://kolibrios.org@6002 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-24 13:27:51 +00:00
Kirill Lipatov (Leency)
4e3e119a57 Setup app: update, Mouse_cfg: small fix
git-svn-id: svn://kolibrios.org@5973 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-16 13:52:36 +00:00
pathoswithin
bcbf6891ea Ghost monitor: small fix
git-svn-id: svn://kolibrios.org@5952 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-09 23:26:31 +00:00
pathoswithin
9e25eb78da Ghost monitor: text fix
git-svn-id: svn://kolibrios.org@5950 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-12-08 21:56:29 +00:00
pathoswithin
025c153c07 Board: text scroll fix
git-svn-id: svn://kolibrios.org@5925 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-22 01:06:00 +00:00
pathoswithin
c4763a7d71 Setup: less flicker
git-svn-id: svn://kolibrios.org@5924 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-22 01:04:06 +00:00
IgorA
b4b39d8387 small fix in captions
git-svn-id: svn://kolibrios.org@5920 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-18 16:52:34 +00:00
pathoswithin
5cad50a1f9 Setup: no flicker test.
git-svn-id: svn://kolibrios.org@5919 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-17 15:38:21 +00:00
eAndrew
8bc2caddf7 @open: case insensitive sorintg; more convenient navigation using the keyboard
git-svn-id: svn://kolibrios.org@5913 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-11 19:16:02 +00:00
eAndrew
e2e721be07 @open: add app-chains
git-svn-id: svn://kolibrios.org@5908 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-10 20:58:55 +00:00
eAndrew
5ed305bfbd @open: add apps sorting; string.inc: add string.cmp for compare strings
git-svn-id: svn://kolibrios.org@5907 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-10 19:03:34 +00:00
eAndrew
be110571f5 @open: navigation by entering first char of name; tab and space hotkeys
git-svn-id: svn://kolibrios.org@5906 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-10 16:10:00 +00:00
eAndrew
a1b4d3ce92 @open: add keyboard control
git-svn-id: svn://kolibrios.org@5905 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-09 22:06:55 +00:00
eAndrew
4f66bc4c19 Open: hide nonexistent applications
git-svn-id: svn://kolibrios.org@5903 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-08 17:05:45 +00:00
eAndrew
fb3a8b054d add processbar; fix redraws and a lot of other bugs
git-svn-id: svn://kolibrios.org@5900 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-08 12:02:33 +00:00
eAndrew
1dce2c44d5 Notify 3.3: add controllers support, a lot of fixes, optimizations and great refactoring
git-svn-id: svn://kolibrios.org@5892 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-07 20:44:13 +00:00
eAndrew
e1ca5a0f1e Notify: fix parsing of args
git-svn-id: svn://kolibrios.org@5891 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-06 19:08:26 +00:00
eAndrew
8e53fed57a Notify optimization & code refactoring
git-svn-id: svn://kolibrios.org@5889 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-06 16:45:38 +00:00
pathoswithin
6dfe65cba8 Screensaver optimization
git-svn-id: svn://kolibrios.org@5888 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-06 16:26:35 +00:00
pathoswithin
4caeaae3c6 Calendar: text fix
git-svn-id: svn://kolibrios.org@5880 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-04 23:27:35 +00:00
pathoswithin
3ea6086e7f Small fixes
git-svn-id: svn://kolibrios.org@5875 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-02 23:09:03 +00:00
pathoswithin
f99b56f461 Setup: deleted keyboard layout option, added font height option.
git-svn-id: svn://kolibrios.org@5874 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-02 14:48:38 +00:00
pathoswithin
4afbfbbe09 Taskbar: some cleaning and refactoring
git-svn-id: svn://kolibrios.org@5872 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-11-01 17:59:25 +00:00
eAndrew
560d345cf0 add ALWAYS_TOP feature; small optimization
git-svn-id: svn://kolibrios.org@5868 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-10-30 16:50:43 +00:00
43b206accf fix r5861
git-svn-id: svn://kolibrios.org@5862 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-10-27 12:20:14 +00:00
245e7b9886 upload eskin
git-svn-id: svn://kolibrios.org@5861 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-10-27 12:17:10 +00:00
pathoswithin
d5954b2396 Setup: use .ini file for settings
git-svn-id: svn://kolibrios.org@5854 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-10-20 23:06:48 +00:00
pathoswithin
e423045d6f Setup: total code refactoring
git-svn-id: svn://kolibrios.org@5849 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-10-15 15:26:59 +00:00
pathoswithin
466bcbef1e Board: text scroll fix
git-svn-id: svn://kolibrios.org@5837 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-10-11 12:10:03 +00:00
Kirill Lipatov (Leency)
82fee6f311 @open: replace sys_color_new by system_colors
git-svn-id: svn://kolibrios.org@5721 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-08-14 12:31:17 +00:00
Pathoswithin
1284ae36ca new font code
git-svn-id: svn://kolibrios.org@5665 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-08-03 12:38:30 +00:00
Kirill Lipatov (Leency)
774b015389 /sys/setup: remove mouse options cos' they moved to mouse_cfg, add mouse_cfg to distro
git-svn-id: svn://kolibrios.org@5632 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-07-30 16:23:52 +00:00
Kirill Lipatov (Leency)
99e21e866c Board: increase height, fix button text color
git-svn-id: svn://kolibrios.org@5546 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-03-24 13:56:14 +00:00
Kirill Lipatov (Leency)
e2f24f546c @open: extension comparison is not case sensitive now (fix by e-andrew)
git-svn-id: svn://kolibrios.org@5516 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-03-13 14:20:38 +00:00
Kirill Lipatov (Leency)
b81e99b6be @open: bigger checkbox
git-svn-id: svn://kolibrios.org@5488 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-02-27 20:37:59 +00:00