Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10051 1 d 4 h ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
7718 1567 d 17 h dunkaist /kernel/trunk/gui/ kernel: Wrap included font files in iglobal macro.  
7103 2407 d 3 h 0CodErr /kernel/trunk/gui/ fix for draw not ASCIIZ  
6900 2562 d 10 h pathoswithin /kernel/trunk/gui/ small fix  
6899 2563 d 11 h pathoswithin /kernel/trunk/gui/ sysfunction 4: string length tracking  
6472 2838 d 2 h pathoswithin /kernel/trunk/gui/ tiny bit  
6462 2871 d 18 h pathoswithin /kernel/trunk/ ext fs and other global cleaning  
6036 3059 d 10 h pathoswithin /kernel/trunk/ small fix  
5926 3104 d 15 h pathoswithin /kernel/trunk/ window caption font and encoding  
5921 3108 d 7 h pathoswithin /kernel/trunk/gui/ Better UTF-8 char validation  
5867 3129 d 4 h pathoswithin /kernel/trunk/ Font size setting f48.11, f48.12
New option in f4
 
5847 3143 d 4 h pathoswithin /kernel/trunk/gui/ Font smoothing options  
5839 3147 d 6 h pathoswithin /kernel/trunk/gui/ advansed color blend for font smoothing  
5681 3214 d 9 h leency /kernel/trunk/gui/ Update font.inc (skip broken UTF chars) and char.mt (revert old style g char)  
5665 3216 d 6 h Pathoswithin / new font code  
5363 3422 d 23 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
3927 3896 d 22 h kaitz / Translation for estonian language and fixes.
Build folder for estonian language.
 
3684 3991 d 10 h hidnplayr /kernel/trunk/gui/ font.inc does not need to include 'lang.inc'.  
3416 4076 d 17 h esevece /kernel/trunk/gui/ Translating desktop to spanish  
3415 4076 d 17 h esevece / Translating desktop to spanish  
2640 4415 d 21 h mario79 / The fonts char.mt and char2.mt are included in the kernel is now.  
2536 4434 d 20 h mario79 /kernel/trunk/ Function 4 - added redirect the output to the user area.  
2455 4454 d 2 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2453 4455 d 0 h mario79 /kernel/trunk/ Video draw and VESA - some speedup.  
2436 4459 d 5 h mario79 /kernel/trunk/ 1) VESA draw some speedup
2) VGA draw fix
 
2430 4460 d 3 h mario79 /kernel/trunk/ VESA - new algorithm for showing mouse pointer without a blink  
2288 4604 d 21 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
1300 5287 d 5 h serge /kernel/trunk/ kms: pre rc8  
983 5624 d 22 h diamond /kernel/trunk/ some cosmetic fixes  
831 5783 d 5 h diamond /kernel/trunk/gui/ bugfix of revision 803  
803 5814 d 4 h alver /kernel/trunk/  
684 6002 d 8 h diamond /kernel/trunk/ deleting cross registers in system calls, part 2  
593 6145 d 5 h mikedld /kernel/trunk/ Revision numbering fix  
431 6268 d 7 h serge /kernel/trunk/ copyrights  
425 6272 d 20 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
381 6292 d 22 h serge /kernel/trunk/ replace all vars whith symbolic constants  
139 6478 d 5 h diamond / Kernel: rewritten function 4
@rcher, ac97wav, midamp, rtfread: modified to use function 70
 
106 6511 d 9 h john /kernel/trunk/gui/ Now 4 function can output zero-ended(ASCIIZ) strings.
The strings output code was optimized.
Fixed bug - max string length was being checked incorrectly
 
24 6763 d 9 h halyavin /kernel/trunk/gui/ Fixed displaying of second font. New fonts are required.
You can download them at http://shade.msu.ru/~msu-se/temp/char.7z
 
12 6785 d 8 h halyavin /kernel/trunk/ *Font functions have been rewritten. Now kernel use bit-compressed fonts.
You must use char.mt and char2.mt from MeOsEmul or MeOsDebug program
or download them at http://shade.msu.ru/~msu-se/temp/char.7z
*Small fix in memmap.inc for memory manager.