0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 16, 2024 — Oct 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix: Unittest build failure after 5010015 More... 12 months ago
New demo program for userspace graphics - GUI0 More... 12 months ago
Kernel syscall functions names now start with 'ksys' More... 12 months ago
App entry/startup code moved to CRTA object lib More... 12 months ago
Rename applib/app.h -> syscall.h More... 12 months ago
More OS interfaces moved to osif.h More... 12 months ago
New header for declaring OS & app lib interfaces More... 12 months ago
New ksys_getWindowFB syscall & applib func More... 12 months ago
Renamed KGraphicsArea.surface -> buffer More... 12 months ago
Rename GraphicsModeInfo -> BootGraphicsModeInfo More... 12 months ago
Fix: Window work area size was unset More... 12 months ago
Fix: Graphics demo build failure after d466fac More... 12 months ago
Handle ARCH_*_INTERRUPTS macros for unittests builds More... 12 months ago
Updated BUGS and some documentation More... 12 months ago
Memory for FB & BB now immediately committed.. More... 12 months ago
Compositor system calls added More... 12 months ago
Multiple changes to compositor More... 12 months ago
createHandle now returns INVALID_HANDLE on failure More... 12 months ago
Fix: Handle invalid syscall number More... 12 months ago
System call to get Process's data section addr More... 12 months ago
Address space for data area added for processes More... 12 months ago
Minor change to kfree More... 12 months ago
Now Graphics, Compositor functions take const pointers More... 12 months ago
Renaming of some compositor functions More... 12 months ago
New kcompose_destroy_window function More... 12 months ago
Window creation now returns handles not FB pointers More... 12 months ago
Minor code reordering in Graphics source More... 12 months ago
Draws a dummy cursor at a fixed random location More... 12 months ago
Object handles management & unittests More... 12 months ago
Move GUI colors to a separate header file More... 12 months ago