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
8892 1057 d 6 h dunkaist /kernel/trunk/hid/ kernel: Unhardcode a few values in hid/keyboard.inc.  
8866 1060 d 20 h rgimad /kernel/trunk/ [KERNEL] Preparing to merge legacy TASKDATA into APPDATA:
- now doesnt use TASK_COUNT, now uses [thread_count] global instead of it
- update come copyrights
 
6230 3009 d 5 h pathoswithin /kernel/trunk/hid/ Precise mouse settings  
5986 3067 d 9 h pathoswithin /kernel/trunk/hid/ Smoother mouse acceleration  
5966 3070 d 12 h pathoswithin /kernel/trunk/hid/ Mouse acceleration options  
5853 3126 d 7 h pathoswithin /kernel/trunk/ Nonliniear mouse control option  
5851 3130 d 11 h pathoswithin /kernel/trunk/ New mouse sysfunctions: 18.19.6, 18.19.7, 37.3  
5797 3172 d 4 h leency /kernel/trunk/hid/ kernel/keyboard.inc: revert 5027, because it caused issues on laptops with Fn key  
5363 3411 d 10 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5351 3414 d 12 h serge / kernel: combine display related data in one structure  
5350 3414 d 12 h serge /kernel/trunk/ kernel: remove Screen_Max_X and Screen_Max_Y variables  
5154 3479 d 12 h hidnplayr /kernel/trunk/ Support for 16bpp video modes (usefull for embedded devices such as 86duino with vortex86 VGA)  
5027 3561 d 11 h clevermouse /kernel/trunk/hid/ numlock on at boot  
5012 3574 d 19 h clevermouse /kernel/trunk/ speed up booting in some configurations  
4929 3644 d 21 h hidnplayr /kernel/trunk/hid/ Fixed some issues with numeric part of keyboard.  
4612 3720 d 14 h mario79 /kernel/trunk/ Fix for r.4588  
4592 3728 d 11 h hidnplayr /kernel/trunk/ Absolute mouse coordinates are now calculated inside kernel instead of driver(s).  
4588 3729 d 5 h mario79 /kernel/trunk/ Function 2 (get the code of the pressed key) for AL = 0 in EAX bits 16-23 = contain scancode for pressed key  
4529 3758 d 16 h hidnplayr /kernel/trunk/ USBHID: support for USB tablet (absolute coordinates).  
3606 3993 d 20 h Serge /kernel/trunk/ kernel: BytesPerScanLine removed, use _display.pitch instead  
3598 3994 d 18 h clevermouse /kernel/trunk/ make macro for push imm/pop dst  
3534 4002 d 21 h clevermouse /kernel/trunk/ priorities in scheduler  
3356 4082 d 13 h mario79 /kernel/trunk/hid/ Fix for r.3355  
3355 4082 d 13 h mario79 /kernel/trunk/ F66.3 added indication pressing of keys: Win-left and Win-right.  
3320 4086 d 19 h clevermouse /kernel/trunk/ fix r2601  
3069 4182 d 10 h serge /kernel/trunk/ trunk: always show default cursor for inactive window  
2709 4363 d 5 h mario79 /kernel/trunk/ Functions 66.6, 66.7 - control input from the keyboard for hotkeys  
2611 4411 d 8 h mario79 /kernel/trunk/hid/ Fix for r.92 (you see the correct revision number - sometimes you have to dig out the mammoth)  
2601 4413 d 11 h clevermouse /kernel/trunk/ API for external keyboards  
2575 4419 d 5 h mario79 /kernel/trunk/ Fix for r. 2435  
2455 4442 d 13 h mario79 /kernel/trunk/ 1) Correcting information about copiright
2) VESA draw the small speedup
 
2453 4443 d 11 h mario79 /kernel/trunk/ Video draw and VESA - some speedup.  
2450 4444 d 12 h mario79 /kernel/trunk/ Draw mouse pointer after restore the default pointer.  
2448 4445 d 12 h mario79 /kernel/trunk/ Compatibility with hardware cursor (fix for r.2430 and later)  
2446 4445 d 18 h mario79 /kernel/trunk/ Video draw some speedup.  
2430 4448 d 14 h mario79 /kernel/trunk/ VESA - new algorithm for showing mouse pointer without a blink  
2288 4593 d 8 h clevermouse /kernel/trunk/ Style corrected for new rules, no semantic changes  
2171 4626 d 12 h mario79 /kernel/trunk/hid/ CAPS LOCK for ASCII key  
1874 4832 d 18 h serge /kernel/trunk/ kernel: set_keyboard_data  
1730 4881 d 18 h clevermouse /kernel/trunk/ Video subsystem:
* export GetDisplay and SetScreen for COFF drivers
* fix out-of-bound access to screen map in __sys_disable_mouse