summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2021-03-12removing version from startup popupBenji Dial-1/+1
i will add it manually to any releases
2021-03-11adding bug report issue templateBenji Dial-0/+29
2021-03-11polishing issue templatesBenji Dial-4/+4
2021-03-11two issue templates, removing old linguist fix attemptBenji Dial-2/+38
2021-03-11settings editor, and lots of changes in service of thatBenji Dial-689/+887
2021-03-09making mouse movements only reported to widgets in raleigh if they request ↵Benji Dial-45/+33
it, and making it continue while the mouse is outside the widget (but inside the window)
2021-03-08hbox, better painting logic in raleighBenji Dial-89/+190
2021-03-08mouse movement in raleigh, with colorpicker dragging exampleBenji Dial-7/+117
2021-03-08colorpicker for raleighBenji Dial-5/+94
2021-03-08resizable widgets, default widget implementation for some functions, ↵Benji Dial-88/+215
reimplementing meminfo in raleigh
2021-03-07keyboard support in raleigh, word wrap and more in entry widgetBenji Dial-90/+306
2021-03-07text entry, with cursor, but no keyboardBenji Dial-4/+215
2021-03-05more raleigh, including button and vbox widgetsBenji Dial-64/+343
2021-03-04tweaking ps/2 driver and wm bindingsBenji Dial-188/+212
2021-03-04start of a c++ widget toolkit, c++ runtimeBenji Dial-25/+385
2021-03-04making fs drivers ignore already open files during kernel setup and when ↵Benji Dial-1/+9
opening init for the first time
2021-03-04no mouse on you may power off screenBenji Dial-6/+16
2021-03-03moving windows with mouse, changing some old panics into syslogs, small ↵Benji Dial-29/+69
bugfix in knob files, "send to back" wm keybinding
2021-03-0364kiB kernel area, ps/2 mouse support, signed decimals in knob formatBenji Dial-83/+304
2021-03-02making unnecessary old log statements from FAT driverBenji Dial-6/+1
2021-03-02making wm keep track of which pixel is what window'sBenji Dial-37/+68
2021-03-02removing stub for special handling of 'sd' prefix in file paths from knobBenji Dial-22/+5
passing a path with an 'sd' prefix will now act like any other path on the first drive, instead of closing the calling program. eventually, i will add a system of mounting drives directly into a file hierarchy (like in unix), and have all of the system calls just pass a path, no drive number
2021-03-02command history in shellBenji Dial-5/+129
2021-03-01minimal file writing, shutdown keybinding (Win+Shift+Q)Benji Dial-55/+408
2021-02-19rtc fixes, time commandBenji Dial-9/+118
2021-02-19kernel settings fileBenji Dial-17/+179
2021-02-18condensing vbe attribute checks in bootloaderBenji Dial-8/+3
2021-02-18(random ai) tic-tac-toe gameBenji Dial-2/+277
2021-02-18fixing behavior of windows extending off top and left sides of screenBenji Dial-1/+1
2021-02-18making graphics double-buffered so there isn't flicker when windows paintBenji Dial-24/+45
2021-02-18making pbf-gen work with hex line lengths other than 25Benji Dial-1/+1
2021-02-18vbe support, truecolor window manager pixbufsBenji Dial-116/+433
2021-02-17adding yield before returning from readlineBenji Dial-0/+1
so that highway really, truly gets its newline in before the called program gets anything it sends in
2021-02-17fixing waits output in alt+pauseBenji Dial-6/+6
2021-02-17dirlist program, making fat refuse to list file as directoryBenji Dial-3/+57
2021-02-17giving terminal a more helpful error message when it can't start its passed ↵Benji Dial-2/+2
command
2021-02-17quick bitmap font format, borrowing new default font from XBenji Dial-3320/+168
2021-02-17making win+space work when no tasks are runningBenji Dial-55/+64
2021-02-17win+space, mkpopupBenji Dial-14/+88
2021-02-16making window manager not break when attempting to shuffle single windowBenji Dial-0/+4
2021-02-16window bordersBenji Dial-39/+58
2021-02-16rtc timestamp, knob rand, random terminal colorBenji Dial-26/+154
2021-02-17Update license yearBenji Dial-2/+2
2021-02-16terminal application with ipc, shift+pause state dumper, hello world for ↵Benji Dial-603/+1261
terminal, meminfo popup program
2021-01-24making fat driver refuse to open a file when its name is too long rather ↵Benji Dial-10/+8
than kernel panicking
2021-01-24making keyboard driver spin by checking if scanbyte has changed rather than ↵Benji Dial-3/+8
by a decrement loop
2021-01-24graphics!Benji Dial-2193/+6058
2020-11-08reset text color after running commandBenji Dial-0/+1
2020-11-08adding history feature to manual (duplicates current entry on missing pages)Benji Dial-2/+37
2020-11-08manual viewer, "swap colors" system callBenji Dial-23/+513