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
7134 2330 d 22 h dunkaist /programs/ Remove some duplicates: proc32.inc, macros.inc, struct.inc, etc.  
7127 2345 d 15 h dunkaist /programs/ Add use_fasm.lua and example: launch.

Now one can avoid ../../../../ includes and lang.inc files.
 
7087 2400 d 12 h leency /programs/system/icon_new/ prevent double click on icon, add a small delay  
7083 2401 d 4 h 0CodErr /programs/system/RunOD/1/ add kpack to command  
7082 2401 d 4 h 0CodErr /programs/system/RunOD/1/ fix tupfile  
7081 2401 d 4 h 0CodErr / edit Tupfile.lua  
7080 2401 d 4 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7078 2401 d 10 h 0CodErr /programs/system/RunOD/1/ revert  
7077 2401 d 10 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7076 2401 d 10 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7075 2401 d 10 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7074 2401 d 10 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7073 2401 d 10 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7072 2401 d 10 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7071 2401 d 10 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7070 2401 d 10 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7069 2401 d 10 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7068 2401 d 10 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7067 2401 d 10 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7066 2401 d 12 h 0CodErr /programs/system/RunOD/1/ revert  
7065 2401 d 13 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7064 2401 d 13 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7063 2401 d 13 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7062 2401 d 13 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7061 2401 d 13 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7060 2401 d 13 h 0CodErr /programs/system/RunOD/1/ try add Tupfile.lua for RUN application  
7039 2409 d 4 h 0CodErr / upload RUN sources; upload KolibriOS.lib  
7024 2414 d 4 h leency /programs/system/shell/ * 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'
 
7016 2414 d 22 h leency /programs/system/icon_new/ @icon: fix an old issue that inactive window reacted on mouse events  
7014 2415 d 5 h leency / Trying to fix TUP: rename @icon.asm to icon.asm #2  
7013 2415 d 5 h leency /programs/system/icon_new/ Trying to fix TUP: rename @icon.asm to icon.asm  
7012 2415 d 5 h leency /programs/system/icon_new/ @icon: use bigger fonts and optimize redraw in Dialog "Add/Change icon"  
6950 2436 d 2 h leency /programs/system/calendar/trunk/ calendar: remove "new style" button, gui fixes  
6940 2473 d 13 h 0CodErr /programs/system/RunOD/ fix color value(set hi byte to zero ) in Edit1 instance  
6862 2643 d 5 h siemargl /programs/system/shell/ startup workdir fix  
6857 2647 d 10 h siemargl /programs/system/shell/ better cp, 64-bit fileops  
6841 2664 d 9 h dunkaist /programs/system/os/ Fix ROOT path variable  
6839 2664 d 10 h clevermouse /programs/system/launch/trunk/ revert using INCLUDE= from r6834 because it breaks build on Windows  
6834 2665 d 8 h dunkaist /programs/system/launch/trunk/ 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.
 
6832 2665 d 13 h dunkaist /programs/ 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.