Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-21 | Implementing new features... | Marvin Borner | |
2021-01-10 | Started procfs | Marvin Borner | |
2021-01-09 | To be continued | Marvin Borner | |
2021-01-09 | Finding memory leaks is SO exhausting argh | Marvin Borner | |
2021-01-08 | Major IDE/ATA driver rewrite | Marvin Borner | |
This adds non-hardcoded multi-disk support. I just need to remove the boot/load.c loader and fix the max bootloader ext2 loading size. After that's done I'll try running it on real hardware. | |||
2021-01-08 | Button "animation" | Marvin Borner | |
2021-01-08 | Kinda working VFS implementation | Marvin Borner | |
2021-01-07 | Several things | Marvin Borner | |
Sorry :D | |||
2020-12-06 | Some things that annoyed me | Marvin Borner | |
2020-12-06 | Added killing combo | Marvin Borner | |
Isn't that dangerous though | |||
2020-12-05 | Some casual network fixes | Marvin Borner | |
2020-12-03 | Quite important network stuff | Marvin Borner | |
2020-11-29 | Big steps towards working window resizing | Marvin Borner | |
Found some other bugs too | |||
2020-11-29 | Fixed some things | Marvin Borner | |
I'm currently working on a huge commit, but it doesn't work.. WAIT AND SEE! | |||
2020-11-28 | Fixed redrawing of all previous elements | Marvin Borner | |
2020-11-28 | Kinda-working renderer | Marvin Borner | |
2020-11-28 | Started window resize support | Marvin Borner | |
2020-11-28 | Fixed file manager | Marvin Borner | |
Idk how I could miss that... | |||
2020-11-24 | Started HTML rendering | Marvin Borner | |
2020-11-24 | Added port support in URLs | Marvin Borner | |
2020-11-24 | Added userspace-based network timeout | Marvin Borner | |
The network in my whole city is down right now, so I've done some error catching using timeouts etc without the kernel blocking everything. Not having internet is exhausting though :( | |||
2020-11-23 | Fixed some XML/HTML parsing bugs | Marvin Borner | |
2020-11-23 | Fixed many things in XML indenting | Marvin Borner | |
2020-11-23 | Ported sxml library | Marvin Borner | |
2020-11-22 | Added file-based HTTP server | Marvin Borner | |
And fixed/added some other things | |||
2020-11-22 | Added HTTP response things | Marvin Borner | |
Very specific. | |||
2020-11-22 | Added percentage-based GUI system | Marvin Borner | |
2020-11-21 | Added magic DNS algorithm | Marvin Borner | |
Coffein helped me write this lol. It's actually pretty dumb but WTH - it works! | |||
2020-11-21 | Fixed TCP/HTTP serving | Marvin Borner | |
2020-11-21 | Added browser IP address support | Marvin Borner | |
2020-11-20 | Ported upng library | Marvin Borner | |
This results in a faster boot and smaller files. | |||
2020-11-20 | Fixed some network race conditions | Marvin Borner | |
2020-11-19 | Added some color | Marvin Borner | |
2020-11-19 | Reimplemented basic webserver | Marvin Borner | |
2020-11-19 | Less magic, thx Lars | Marvin Borner | |
2020-11-18 | HTTP and browser stuff | Marvin Borner | |
2020-11-18 | Added browser and many networking things | Marvin Borner | |
2020-11-18 | Started libnet | Marvin Borner | |
2020-11-18 | Fixed unrecognized special keys | Marvin Borner | |
2020-11-05 | Added warning flags and fixed them :) | Marvin Borner | |
2020-11-03 | Started TCP implementation | Marvin Borner | |
2020-11-02 | Added gui exec parameter | Marvin Borner | |
2020-11-02 | Ported c4 compiler (kinda working!) | Marvin Borner | |
2020-11-01 | Added files demo and needed functions | Marvin Borner | |
2020-11-01 | New binary directory structure | Marvin Borner | |
2020-10-31 | Added 'exec' demo program | Marvin Borner | |
2020-10-31 | Some performance improvements | Marvin Borner | |
2020-10-31 | Added label, text input and more events | Marvin Borner | |
2020-10-28 | Fixed relative positioned events | Marvin Borner | |
They're still hidden though. Let's fix it tomorrow!! | |||
2020-10-28 | Added container functions | Marvin Borner | |
And some other stuff - as always in this highly professional project | |||
2020-10-26 | Optimizations | Marvin Borner | |
2020-10-25 | Added on-demand font loading | Marvin Borner | |
2020-10-25 | Added gui event loop and onclick listener | Marvin Borner | |
2020-10-25 | Added buttons | Marvin Borner | |
2020-10-24 | Started new GFX/GUI abstraction | Marvin Borner | |
2020-10-24 | Improved testing | Marvin Borner | |
2020-10-24 | Forced ccache compilation | Marvin Borner | |
...and some fixes :) | |||
2020-10-24 | Removed Terminus | Marvin Borner | |
2020-10-06 | Added newline at overflow | Marvin Borner | |
2020-09-26 | Some random network things | Marvin Borner | |
2020-09-21 | Fixed bottom pixels | Marvin Borner | |
2020-09-20 | Some Terminus thingies | Marvin Borner | |
2020-09-18 | Text input demo | Marvin Borner | |
2020-09-16 | Added *very* basic keymap parsing | Marvin Borner | |
2020-09-15 | Keymaps n stuff | Marvin Borner | |
2020-09-15 | Some code improvements. | Marvin Borner | |
I know, my commit messages are getting worse... | |||
2020-09-15 | Added window focus z-index | Marvin Borner | |
2020-09-14 | Smooooth | Marvin Borner | |
2020-09-14 | Some GUI fixes | Marvin Borner | |
2020-09-13 | Added window scaling | Marvin Borner | |
2020-09-13 | Maaany wm features | Marvin Borner | |
2020-09-13 | Less malloc in wm | Marvin Borner | |
2020-09-12 | Fixed vbe parameter in ext2 loader | Marvin Borner | |
2020-09-12 | Fixed window move y overflow | Marvin Borner | |
2020-09-11 | Removed wait syscall - whoopsidoo! | Marvin Borner | |
2020-09-07 | Added wait syscall. | Marvin Borner | |
This makes a process sleep until it receives a new message (no polling!). I thought that this will result in performance improvements but I haven't noticed any, yet. Maybe I'll remove this again in the future.. | |||
2020-09-06 | Fixed GPF on non-existent exec | Marvin Borner | |
2020-09-05 | Improved scheduler | Marvin Borner | |
2020-09-04 | Mandelbrot performance and coloring | Marvin Borner | |
2020-09-04 | Strange keyboard resolution changing thing | Marvin Borner | |
2020-09-04 | Added mandelbrot demo and fpu driver | Marvin Borner | |
2020-09-03 | Moved test to app | Marvin Borner | |
2020-08-28 | Added window flags | Marvin Borner | |
2020-08-27 | Added sluggishness coefficient | Marvin Borner | |
2020-08-27 | Added little keyboard demo and stuff | Marvin Borner | |
2020-08-27 | Kinda fixed wallpapers | Marvin Borner | |
2020-08-27 | Added alpha channel and cursor image | Marvin Borner | |
2020-08-26 | Started stack allocator. | Marvin Borner | |
This will replace the current linear allocator so we can free and realloc memory correctly. This is especially important for the window resizing due to a fixed LFB size. | |||
2020-08-26 | Some optimizations and window moving | Marvin Borner | |
2020-08-26 | Some cursor things | Marvin Borner | |
2020-08-25 | Some GUI things | Marvin Borner | |
2020-08-25 | Added mouse driver and better event system | Marvin Borner | |
2020-08-25 | Some optimizations or sth | Marvin Borner | |
2020-08-24 | Added window borders | Marvin Borner | |
2020-08-24 | Removed async events | Marvin Borner | |
2020-08-24 | Added moving square | Marvin Borner | |
2020-08-23 | Some window buffer switching | Marvin Borner | |
2020-08-23 | Added bmp loading and other stuff | Marvin Borner | |
2020-08-23 | How did this work before?! | Marvin Borner | |
I used r->eax instead of r->ebx in malloc :O | |||
2020-08-22 | Some window fb and yield implementation | Marvin Borner | |