Age | Commit message (Expand) | Author | Lines |
2022-01-04 | removing gitlab issue templatesHEADmain | Benji Dial | -67/+0 |
2021-06-21 | many, many changes; settings is broken | Benji Dial | -885/+1118 |
2021-03-12 | updating issue templates | Benji Dial | -2/+2 |
2021-03-12 | removing version from startup popup | Benji Dial | -1/+1 |
2021-03-11 | adding bug report issue template | Benji Dial | -0/+29 |
2021-03-11 | polishing issue templates | Benji Dial | -4/+4 |
2021-03-11 | two issue templates, removing old linguist fix attempt | Benji Dial | -2/+38 |
2021-03-11 | settings editor, and lots of changes in service of that | Benji Dial | -689/+887 |
2021-03-09 | making mouse movements only reported to widgets in raleigh if they request it... | Benji Dial | -45/+33 |
2021-03-08 | hbox, better painting logic in raleigh | Benji Dial | -89/+190 |
2021-03-08 | mouse movement in raleigh, with colorpicker dragging example | Benji Dial | -7/+117 |
2021-03-08 | colorpicker for raleigh | Benji Dial | -5/+94 |
2021-03-08 | resizable widgets, default widget implementation for some functions, reimplem... | Benji Dial | -88/+215 |
2021-03-07 | keyboard support in raleigh, word wrap and more in entry widget | Benji Dial | -90/+306 |
2021-03-07 | text entry, with cursor, but no keyboard | Benji Dial | -4/+215 |
2021-03-05 | more raleigh, including button and vbox widgets | Benji Dial | -64/+343 |
2021-03-04 | tweaking ps/2 driver and wm bindings | Benji Dial | -188/+212 |
2021-03-04 | start of a c++ widget toolkit, c++ runtime | Benji Dial | -25/+385 |
2021-03-04 | making fs drivers ignore already open files during kernel setup and when open... | Benji Dial | -1/+9 |
2021-03-04 | no mouse on you may power off screen | Benji Dial | -6/+16 |
2021-03-03 | moving windows with mouse, changing some old panics into syslogs, small bugfi... | Benji Dial | -29/+69 |
2021-03-03 | 64kiB kernel area, ps/2 mouse support, signed decimals in knob format | Benji Dial | -83/+304 |
2021-03-02 | making unnecessary old log statements from FAT driver | Benji Dial | -6/+1 |
2021-03-02 | making wm keep track of which pixel is what window's | Benji Dial | -37/+68 |
2021-03-02 | removing stub for special handling of 'sd' prefix in file paths from knob | Benji Dial | -22/+5 |
2021-03-02 | command history in shell | Benji Dial | -5/+129 |
2021-03-01 | minimal file writing, shutdown keybinding (Win+Shift+Q) | Benji Dial | -55/+408 |
2021-02-19 | rtc fixes, time command | Benji Dial | -9/+118 |
2021-02-19 | kernel settings file | Benji Dial | -17/+179 |
2021-02-18 | condensing vbe attribute checks in bootloader | Benji Dial | -8/+3 |
2021-02-18 | (random ai) tic-tac-toe game | Benji Dial | -2/+277 |
2021-02-18 | fixing behavior of windows extending off top and left sides of screen | Benji Dial | -1/+1 |
2021-02-18 | making graphics double-buffered so there isn't flicker when windows paint | Benji Dial | -24/+45 |
2021-02-18 | making pbf-gen work with hex line lengths other than 25 | Benji Dial | -1/+1 |
2021-02-18 | vbe support, truecolor window manager pixbufs | Benji Dial | -116/+433 |
2021-02-17 | adding yield before returning from readline | Benji Dial | -0/+1 |
2021-02-17 | fixing waits output in alt+pause | Benji Dial | -6/+6 |
2021-02-17 | dirlist program, making fat refuse to list file as directory | Benji Dial | -3/+57 |
2021-02-17 | giving terminal a more helpful error message when it can't start its passed c... | Benji Dial | -2/+2 |
2021-02-17 | quick bitmap font format, borrowing new default font from X | Benji Dial | -3320/+168 |
2021-02-17 | making win+space work when no tasks are running | Benji Dial | -55/+64 |
2021-02-17 | win+space, mkpopup | Benji Dial | -14/+88 |
2021-02-16 | making window manager not break when attempting to shuffle single window | Benji Dial | -0/+4 |
2021-02-16 | window borders | Benji Dial | -39/+58 |
2021-02-16 | rtc timestamp, knob rand, random terminal color | Benji Dial | -26/+154 |
2021-02-17 | Update license year | Benji Dial | -2/+2 |
2021-02-16 | terminal application with ipc, shift+pause state dumper, hello world for term... | Benji Dial | -603/+1261 |
2021-01-24 | making fat driver refuse to open a file when its name is too long rather than... | Benji Dial | -10/+8 |
2021-01-24 | making keyboard driver spin by checking if scanbyte has changed rather than b... | Benji Dial | -3/+8 |
2021-01-24 | graphics! | Benji Dial | -2193/+6058 |