Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Terminal inside Lua window manager | Alex Auvolat | 2018-04-01 | 2 | -4/+18 |
| | |||||
* | themesretrowave | Alex Auvolat | 2018-04-01 | 1 | -1/+1 |
| | |||||
* | Make memory allocator a bit faster ? | Alex Auvolat | 2017-05-31 | 1 | -9/+13 |
| | |||||
* | Implement tk.box | Alex Auvolat | 2017-05-08 | 2 | -6/+6 |
| | |||||
* | Bug fix | Alex Auvolat | 2017-05-06 | 1 | -1/+1 |
| | |||||
* | Stuff works but we need to fix region_alloc.c | Alex Auvolat | 2017-05-04 | 2 | -4/+2 |
| | |||||
* | Window moving :) | Alex Auvolat | 2017-05-04 | 1 | -6/+21 |
| | |||||
* | Drawing in subregion | Alex Auvolat | 2017-05-04 | 2 | -12/+158 |
| | |||||
* | Beginning of tk.lua | Alex Auvolat | 2017-05-04 | 2 | -5/+32 |
| | |||||
* | Truetype fonts | Alex Auvolat | 2017-05-03 | 12 | -137/+5083 |
| | |||||
* | Stuff ? (keyboard...) | Alex Auvolat | 2017-05-03 | 2 | -11/+7 |
| | |||||
* | Mouse cursor! | Alex Auvolat | 2017-05-03 | 3 | -10/+7275 |
| | |||||
* | more glitch art :) | Alex Auvolat | 2017-04-21 | 2 | -6/+17 |
| | |||||
* | Can plot on a surface from lua | Alex Auvolat | 2017-04-21 | 3 | -14/+32 |
| | |||||
* | Lua init | Alex Auvolat | 2017-04-21 | 1 | -1/+5 |
| | |||||
* | include lua_cmsgpack and implement select binding | Alex Auvolat | 2017-04-21 | 1 | -0/+2 |
| | |||||
* | First lua app | Alex Auvolat | 2017-04-19 | 1 | -2/+0 |
| | |||||
* | First code for lx (Lua eXtended) | Alex Auvolat | 2017-04-19 | 2 | -4/+2 |
| | |||||
* | Mini reorganization | Alex Auvolat | 2017-04-19 | 4 | -7/+7 |
| | |||||
* | More lua | Alex Auvolat | 2017-01-26 | 2 | -1/+6 |
| | |||||
* | More Lua works | Alex Auvolat | 2017-01-14 | 3 | -7/+58 |
| | |||||
* | Noncommited changes. | Alex Auvolat | 2017-01-14 | 2 | -25/+84 |
| | |||||
* | Fix stuff | Alex Auvolat | 2016-07-30 | 1 | -1/+2 |
| | |||||
* | Release mode (enables some optimizations) ; fix tests. | Alex Auvolat | 2016-07-30 | 2 | -13/+18 |
| | |||||
* | Use elf symbol table instead of map file for kernel | Alex Auvolat | 2016-07-30 | 2 | -21/+52 |
| | |||||
* | Progress on stdio impementation | Alex Auvolat | 2016-07-16 | 3 | -41/+192 |
| | |||||
* | Got Lua running \o/ | Alex Auvolat | 2016-07-16 | 8 | -124/+192 |
| | |||||
* | Make way for libc implementation | Alex Auvolat | 2016-07-16 | 19 | -211/+299 |
| | |||||
* | Add stubs for many libc functions, and a few implemenations too | Alex Auvolat | 2016-07-16 | 17 | -39/+581 |
| | |||||
* | Move stuff around, again | Alex Auvolat | 2016-07-15 | 19 | -42/+44 |
| | |||||
* | Move stuff around | Alex Auvolat | 2016-07-15 | 20 | -4/+3 |
| | |||||
* | Add Lua source, not compiled yet as libc/libm functions remain unimplemented | Alex Auvolat | 2016-07-15 | 77 | -21/+23242 |
| | |||||
* | Fix sme warnings... | Alex Auvolat | 2016-07-14 | 3 | -4/+14 |
| | |||||
* | Integration of scan-build and splint | Alex Auvolat | 2016-07-14 | 1 | -0/+2 |
| | |||||
* | Migrate to BAM build tool | Alex Auvolat | 2016-07-13 | 2 | -13/+4 |
| | |||||
* | Adjustments in region allocation code (fix first_bigger ??) | Alex Auvolat | 2015-03-14 | 1 | -2/+2 |
| | |||||
* | Factorize region allocator between kernel and user processes (same code was ↵ | Alex Auvolat | 2015-03-14 | 5 | -401/+8 |
| | | | | there twice) | ||||
* | Fix write of null length to channel ; fix cat. | Alex Auvolat | 2015-03-14 | 1 | -0/+2 |
| | |||||
* | Fix blocking channel && channel write on circular-overflow. (see ipc.c) | Alex Auvolat | 2015-03-14 | 1 | -7/+2 |
| | |||||
* | Fix region allocator (see changes in region.c!) ; debug spam control. | Alex Auvolat | 2015-03-14 | 1 | -2/+12 |
| | |||||
* | Shell begins to be usefull. | Alex Auvolat | 2015-03-13 | 3 | -1/+78 |
| | |||||
* | Basis for a shell. | Alex Auvolat | 2015-03-13 | 3 | -1/+82 |
| | |||||
* | Fix keyboard handling. | Alex Auvolat | 2015-03-13 | 3 | -5/+12 |
| | |||||
* | Begin implement terminal | Alex Auvolat | 2015-03-13 | 4 | -2/+13 |
| | |||||
* | Add keyboard handling code. New font thanks to Muazzam from OSDev! | Alex Auvolat | 2015-03-11 | 6 | -7/+206 |
| | |||||
* | Add better stack tracing technology (now uses kernel memory map!) | Alex Auvolat | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ↵ | Alex Auvolat | 2015-03-11 | 3 | -1/+10 |
| | | | | waiters. | ||||
* | Add simple drawing code & font loading. | Alex Auvolat | 2015-03-11 | 4 | -1/+394 |
| | |||||
* | Refactor ; add default font (8x16 standard VGA font). | Alex Auvolat | 2015-03-11 | 1 | -3/+3 |
| | |||||
* | Clear screen from GIP client (in login) | Alex Auvolat | 2015-03-11 | 3 | -11/+14 |
| |