aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Terminal inside Lua window managerAlex Auvolat2018-04-0110-14/+361
|
* themesretrowaveAlex Auvolat2018-04-017-47/+145
|
* Retrowave/cyberpunk theme tryAlex Auvolat2018-04-012-31/+39
|
* Default VESA size parametrized in kernel config.hAlex Auvolat2018-04-012-1/+4
|
* Make memory allocator a bit faster ?Alex Auvolat2017-05-312-12/+30
|
* Simili file managerAlex Auvolat2017-05-092-65/+163
|
* Grids & lua debuggingAlex Auvolat2017-05-095-115/+333
|
* Fix stuffAlex Auvolat2017-05-081-6/+6
|
* Implement tk.boxAlex Auvolat2017-05-085-52/+391
|
* Bug fixAlex Auvolat2017-05-062-3/+4
|
* Fix mouse problemsAlex Auvolat2017-05-041-0/+18
|
* Fix region_alloc.cAlex Auvolat2017-05-041-105/+99
|
* Stuff works but we need to fix region_alloc.cAlex Auvolat2017-05-043-37/+126
|
* Window moving :)Alex Auvolat2017-05-044-19/+232
|
* Drawing in subregionAlex Auvolat2017-05-044-38/+178
|
* Beginning of tk.luaAlex Auvolat2017-05-047-14/+150
|
* Truetype fontsAlex Auvolat2017-05-0318-149/+5125
|
* Stuff ? (keyboard...)Alex Auvolat2017-05-039-79/+347
|
* Mouse cursor!Alex Auvolat2017-05-039-22/+7477
|
* Gui startAlex Auvolat2017-04-253-4/+89
|
* Mouse codeAlex Auvolat2017-04-245-140/+330
|
* more glitch art :)Alex Auvolat2017-04-214-20/+207
|
* Can plot on a surface from luaAlex Auvolat2017-04-2110-24/+235
|
* Lua initAlex Auvolat2017-04-2111-143/+449
|
* include lua_cmsgpack and implement select bindingAlex Auvolat2017-04-218-3/+1061
|
* First lua appAlex Auvolat2017-04-196-20/+341
|
* Lua shell :)Alex Auvolat2017-04-197-61/+445
|
* First code for lx (Lua eXtended)Alex Auvolat2017-04-196-6/+443
|
* Mini reorganizationAlex Auvolat2017-04-1910-32/+17
|
* More luaAlex Auvolat2017-01-264-2/+52
|
* More Lua worksAlex Auvolat2017-01-144-7/+77
|
* Noncommited changes.Alex Auvolat2017-01-142-25/+84
|
* Fix stuffAlex Auvolat2016-07-305-4/+6
|
* Release mode (enables some optimizations) ; fix tests.Alex Auvolat2016-07-3021-198/+229
|
* Use elf symbol table instead of map file for kernelAlex Auvolat2016-07-308-57/+113
|
* Progress on stdio impementationAlex Auvolat2016-07-166-139/+309
|
* Got Lua running \o/Alex Auvolat2016-07-1611-169/+269
|
* Make way for libc implementationAlex Auvolat2016-07-1627-277/+370
|
* Add stubs for many libc functions, and a few implemenations tooAlex Auvolat2016-07-1623-45/+740
|
* Move stuff around, againAlex Auvolat2016-07-1545-99/+99
|
* Move stuff aroundAlex Auvolat2016-07-1521-8/+10
|
* Add Lua source, not compiled yet as libc/libm functions remain unimplementedAlex Auvolat2016-07-1592-39/+24374
|
* Fix nasty task switching buAlex Auvolat2016-07-155-14/+21
|
* Fix sme warnings...Alex Auvolat2016-07-1417-235/+260
|
* Integration of scan-build and splintAlex Auvolat2016-07-146-4/+16
|
* Add delta wrt. function in stack dumpAlex Auvolat2016-07-138-18/+32
|
* Fix testsAlex Auvolat2016-07-135-7/+6
|
* Migrate to BAM build toolAlex Auvolat2016-07-1339-211/+165
|
* Adjustments in region allocation code (fix first_bigger ??)Alex Auvolat2015-03-1410-31/+77
|
* Factorize region allocator between kernel and user processes (same code was ↵Alex Auvolat2015-03-1410-452/+100
| | | | there twice)