aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2021-01-21Implementing new features...Marvin Borner
2021-01-10Started procfsMarvin Borner
2021-01-09To be continuedMarvin Borner
2021-01-09Finding memory leaks is SO exhausting arghMarvin Borner
2021-01-08Major IDE/ATA driver rewriteMarvin 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-08Button "animation"Marvin Borner
2021-01-08Kinda working VFS implementationMarvin Borner
2021-01-07Several thingsMarvin Borner
Sorry :D
2020-12-06Some things that annoyed meMarvin Borner
2020-12-06Added killing comboMarvin Borner
Isn't that dangerous though
2020-12-05Some casual network fixesMarvin Borner
2020-12-03Quite important network stuffMarvin Borner
2020-11-29Big steps towards working window resizingMarvin Borner
Found some other bugs too
2020-11-29Fixed some thingsMarvin Borner
I'm currently working on a huge commit, but it doesn't work.. WAIT AND SEE!
2020-11-28Fixed redrawing of all previous elementsMarvin Borner
2020-11-28Kinda-working rendererMarvin Borner
2020-11-28Started window resize supportMarvin Borner
2020-11-28Fixed file managerMarvin Borner
Idk how I could miss that...
2020-11-24Started HTML renderingMarvin Borner
2020-11-24Added port support in URLsMarvin Borner
2020-11-24Added userspace-based network timeoutMarvin 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-23Fixed some XML/HTML parsing bugsMarvin Borner
2020-11-23Fixed many things in XML indentingMarvin Borner
2020-11-23Ported sxml libraryMarvin Borner
2020-11-22Added file-based HTTP serverMarvin Borner
And fixed/added some other things
2020-11-22Added HTTP response thingsMarvin Borner
Very specific.
2020-11-22Added percentage-based GUI systemMarvin Borner
2020-11-21Added magic DNS algorithmMarvin Borner
Coffein helped me write this lol. It's actually pretty dumb but WTH - it works!
2020-11-21Fixed TCP/HTTP servingMarvin Borner
2020-11-21Added browser IP address supportMarvin Borner
2020-11-20Ported upng libraryMarvin Borner
This results in a faster boot and smaller files.
2020-11-20Fixed some network race conditionsMarvin Borner
2020-11-19Added some colorMarvin Borner
2020-11-19Reimplemented basic webserverMarvin Borner
2020-11-19Less magic, thx LarsMarvin Borner
2020-11-18HTTP and browser stuffMarvin Borner
2020-11-18Added browser and many networking thingsMarvin Borner
2020-11-18Started libnetMarvin Borner
2020-11-18Fixed unrecognized special keysMarvin Borner
2020-11-05Added warning flags and fixed them :)Marvin Borner
2020-11-03Started TCP implementationMarvin Borner
2020-11-02Added gui exec parameterMarvin Borner
2020-11-02Ported c4 compiler (kinda working!)Marvin Borner
2020-11-01Added files demo and needed functionsMarvin Borner
2020-11-01New binary directory structureMarvin Borner
2020-10-31Added 'exec' demo programMarvin Borner
2020-10-31Some performance improvementsMarvin Borner
2020-10-31Added label, text input and more eventsMarvin Borner
2020-10-28Fixed relative positioned eventsMarvin Borner
They're still hidden though. Let's fix it tomorrow!!
2020-10-28Added container functionsMarvin Borner
And some other stuff - as always in this highly professional project
2020-10-26OptimizationsMarvin Borner
2020-10-25Added on-demand font loadingMarvin Borner
2020-10-25Added gui event loop and onclick listenerMarvin Borner
2020-10-25Added buttonsMarvin Borner
2020-10-24Started new GFX/GUI abstractionMarvin Borner
2020-10-24Improved testingMarvin Borner
2020-10-24Forced ccache compilationMarvin Borner
...and some fixes :)
2020-10-24Removed TerminusMarvin Borner
2020-10-06Added newline at overflowMarvin Borner
2020-09-26Some random network thingsMarvin Borner
2020-09-21Fixed bottom pixelsMarvin Borner
2020-09-20Some Terminus thingiesMarvin Borner
2020-09-18Text input demoMarvin Borner
2020-09-16Added *very* basic keymap parsingMarvin Borner
2020-09-15Keymaps n stuffMarvin Borner
2020-09-15Some code improvements.Marvin Borner
I know, my commit messages are getting worse...
2020-09-15Added window focus z-indexMarvin Borner
2020-09-14SmoooothMarvin Borner
2020-09-14Some GUI fixesMarvin Borner
2020-09-13Added window scalingMarvin Borner
2020-09-13Maaany wm featuresMarvin Borner
2020-09-13Less malloc in wmMarvin Borner
2020-09-12Fixed vbe parameter in ext2 loaderMarvin Borner
2020-09-12Fixed window move y overflowMarvin Borner
2020-09-11Removed wait syscall - whoopsidoo!Marvin Borner
2020-09-07Added 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-06Fixed GPF on non-existent execMarvin Borner
2020-09-05Improved schedulerMarvin Borner
2020-09-04Mandelbrot performance and coloringMarvin Borner
2020-09-04Strange keyboard resolution changing thingMarvin Borner
2020-09-04Added mandelbrot demo and fpu driverMarvin Borner
2020-09-03Moved test to appMarvin Borner
2020-08-28Added window flagsMarvin Borner
2020-08-27Added sluggishness coefficientMarvin Borner
2020-08-27Added little keyboard demo and stuffMarvin Borner
2020-08-27Kinda fixed wallpapersMarvin Borner
2020-08-27Added alpha channel and cursor imageMarvin Borner
2020-08-26Started 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-26Some optimizations and window movingMarvin Borner
2020-08-26Some cursor thingsMarvin Borner
2020-08-25Some GUI thingsMarvin Borner
2020-08-25Added mouse driver and better event systemMarvin Borner
2020-08-25Some optimizations or sthMarvin Borner
2020-08-24Added window bordersMarvin Borner
2020-08-24Removed async eventsMarvin Borner
2020-08-24Added moving squareMarvin Borner
2020-08-23Some window buffer switchingMarvin Borner
2020-08-23Added bmp loading and other stuffMarvin Borner
2020-08-23How did this work before?!Marvin Borner
I used r->eax instead of r->ebx in malloc :O
2020-08-22Some window fb and yield implementationMarvin Borner