summaryrefslogtreecommitdiff
path: root/src/user
AgeCommit message (Collapse)AuthorLines
2021-06-21many, many changes; settings is brokenBenji Dial-810/+894
2021-03-11settings editor, and lots of changes in service of thatBenji Dial-661/+844
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-84/+184
2021-03-08mouse movement in raleigh, with colorpicker dragging exampleBenji Dial-3/+88
2021-03-08colorpicker for raleighBenji Dial-4/+93
2021-03-08resizable widgets, default widget implementation for some functions, ↵Benji Dial-83/+209
reimplementing meminfo in raleigh
2021-03-07keyboard support in raleigh, word wrap and more in entry widgetBenji Dial-77/+287
2021-03-07text entry, with cursor, but no keyboardBenji Dial-1/+212
2021-03-05more raleigh, including button and vbox widgetsBenji Dial-58/+336
2021-03-04start of a c++ widget toolkit, c++ runtimeBenji Dial-0/+349
2021-03-03moving windows with mouse, changing some old panics into syslogs, small ↵Benji Dial-1/+1
bugfix in knob files, "send to back" wm keybinding
2021-03-0364kiB kernel area, ps/2 mouse support, signed decimals in knob formatBenji Dial-20/+74
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-1/+64
2021-02-19rtc fixes, time commandBenji Dial-0/+94
2021-02-18(random ai) tic-tac-toe gameBenji Dial-0/+271
2021-02-18vbe support, truecolor window manager pixbufsBenji Dial-53/+121
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-17dirlist program, making fat refuse to list file as directoryBenji Dial-0/+49
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-26/+73
2021-02-17win+space, mkpopupBenji Dial-6/+39
2021-02-16window bordersBenji Dial-22/+4
2021-02-16rtc timestamp, knob rand, random terminal colorBenji Dial-12/+70
2021-02-16terminal application with ipc, shift+pause state dumper, hello world for ↵Benji Dial-509/+883
terminal, meminfo popup program
2021-01-24graphics!Benji Dial-1260/+1541
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-1/+274
2020-09-20new dumphex, abbreviates runs of zerosBenji Dial-15/+67
2020-09-20history when getting line from user in knobBenji Dial-10/+159
2020-09-19file managerBenji Dial-86/+408
2020-09-13dirinfo commandBenji Dial-2/+62
2020-09-13new shellBenji Dial-71/+353
2020-09-13have command shell block while commands are runningBenji Dial-9/+24
2020-09-13making elf loader zero bss sectionsBenji Dial-3/+34
2020-09-13fixed some paging bugs, added fault handlers and new programsBenji Dial-13/+98
2020-09-13(basic, not much tested) keyboard, better panicBenji Dial-72/+169
2020-09-06minor changes, redoing makefile, meminfo programBenji Dial-4/+65
2020-09-06bugfixes, init program, hello worldBenji Dial-37/+59
2020-09-06program loading, othersBenji Dial-204/+635
big kernel additions: paging, elf loading, separate kernel and user page allocation it now properly loads and runs sd0:bin/init.elf still need to determine which disk was booted from, and start the init on that disk
2020-08-11lots of progressBenji Dial-0/+212
currently, BAR fields of IDE drives are all returning zero, and the ATA read function isn't working. i'm not sure why. i'm going to work on VESA next, and come back to the IDE driver later