Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-06-21 | many, many changes; settings is broken | Benji Dial | -810/+894 | |
2021-03-11 | settings editor, and lots of changes in service of that | Benji Dial | -661/+844 | |
2021-03-09 | making 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-08 | hbox, better painting logic in raleigh | Benji Dial | -84/+184 | |
2021-03-08 | mouse movement in raleigh, with colorpicker dragging example | Benji Dial | -3/+88 | |
2021-03-08 | colorpicker for raleigh | Benji Dial | -4/+93 | |
2021-03-08 | resizable widgets, default widget implementation for some functions, ↵ | Benji Dial | -83/+209 | |
reimplementing meminfo in raleigh | ||||
2021-03-07 | keyboard support in raleigh, word wrap and more in entry widget | Benji Dial | -77/+287 | |
2021-03-07 | text entry, with cursor, but no keyboard | Benji Dial | -1/+212 | |
2021-03-05 | more raleigh, including button and vbox widgets | Benji Dial | -58/+336 | |
2021-03-04 | start of a c++ widget toolkit, c++ runtime | Benji Dial | -0/+349 | |
2021-03-03 | moving 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-03 | 64kiB kernel area, ps/2 mouse support, signed decimals in knob format | Benji Dial | -20/+74 | |
2021-03-02 | removing stub for special handling of 'sd' prefix in file paths from knob | Benji 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-02 | command history in shell | Benji Dial | -5/+129 | |
2021-03-01 | minimal file writing, shutdown keybinding (Win+Shift+Q) | Benji Dial | -1/+64 | |
2021-02-19 | rtc fixes, time command | Benji Dial | -0/+94 | |
2021-02-18 | (random ai) tic-tac-toe game | Benji Dial | -0/+271 | |
2021-02-18 | vbe support, truecolor window manager pixbufs | Benji Dial | -53/+121 | |
2021-02-17 | adding yield before returning from readline | Benji Dial | -0/+1 | |
so that highway really, truly gets its newline in before the called program gets anything it sends in | ||||
2021-02-17 | dirlist program, making fat refuse to list file as directory | Benji Dial | -0/+49 | |
2021-02-17 | giving terminal a more helpful error message when it can't start its passed ↵ | Benji Dial | -2/+2 | |
command | ||||
2021-02-17 | quick bitmap font format, borrowing new default font from X | Benji Dial | -26/+73 | |
2021-02-17 | win+space, mkpopup | Benji Dial | -6/+39 | |
2021-02-16 | window borders | Benji Dial | -22/+4 | |
2021-02-16 | rtc timestamp, knob rand, random terminal color | Benji Dial | -12/+70 | |
2021-02-16 | terminal application with ipc, shift+pause state dumper, hello world for ↵ | Benji Dial | -509/+883 | |
terminal, meminfo popup program | ||||
2021-01-24 | graphics! | Benji Dial | -1260/+1541 | |
2020-11-08 | reset text color after running command | Benji Dial | -0/+1 | |
2020-11-08 | adding history feature to manual (duplicates current entry on missing pages) | Benji Dial | -2/+37 | |
2020-11-08 | manual viewer, "swap colors" system call | Benji Dial | -1/+274 | |
2020-09-20 | new dumphex, abbreviates runs of zeros | Benji Dial | -15/+67 | |
2020-09-20 | history when getting line from user in knob | Benji Dial | -10/+159 | |
2020-09-19 | file manager | Benji Dial | -86/+408 | |
2020-09-13 | dirinfo command | Benji Dial | -2/+62 | |
2020-09-13 | new shell | Benji Dial | -71/+353 | |
2020-09-13 | have command shell block while commands are running | Benji Dial | -9/+24 | |
2020-09-13 | making elf loader zero bss sections | Benji Dial | -3/+34 | |
2020-09-13 | fixed some paging bugs, added fault handlers and new programs | Benji Dial | -13/+98 | |
2020-09-13 | (basic, not much tested) keyboard, better panic | Benji Dial | -72/+169 | |
2020-09-06 | minor changes, redoing makefile, meminfo program | Benji Dial | -4/+65 | |
2020-09-06 | bugfixes, init program, hello world | Benji Dial | -37/+59 | |
2020-09-06 | program loading, others | Benji 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-11 | lots of progress | Benji 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 |