Age | Commit message (Expand) | Author | Files | Lines |
2014-03-10 | Fixed alpha handling, added noise | jaseg | 2 | -2/+9 |
2014-03-10 | Fixed the memory leak | jaseg | 2 | -13/+15 |
2014-03-09 | Test about using numpy to alloccate buffer | jaseg | 1 | -2/+4 |
2014-03-09 | Removed test code from matelight.py | jaseg | 1 | -18/+0 |
2014-03-09 | Re-did the rendering infrastructure. Still leaking memory. | jaseg | 2 | -170/+85 |
2014-03-07 | systemd service file added | jaseg | 1 | -0/+10 |
2014-03-07 | default scrolling works now | jaseg | 1 | -4/+25 |
2014-03-07 | udp and tcp subloops, default texts still missing | jaseg | 3 | -54/+89 |
2014-03-07 | Merge branch 'master' of https://github.com/jaseg/matelight | jaseg | 1 | -8/+44 |
2014-03-07 | 20 frames per second | Uwe Kamper | 1 | -0/+7 |
2014-03-07 | multithreaded frame-queueing and polling in the server classes | Uwe Kamper | 1 | -8/+37 |
2014-03-07 | Added a .gitignore | jaseg | 1 | -0/+5 |
2014-03-07 | New, fancy schmancy scrolling working as intended | jaseg | 4 | -9/+9 |
2014-03-07 | Modified text rendering to something frame based | jaseg | 7 | -85/+89 |
2014-03-04 | Now faster. And with more Jenny Holzer. | jaseg | 10 | -65/+529 |
2014-02-18 | added variables for brightness and gamma factor | jaseg | 1 | -1/+7 |
2014-02-17 | UDP streaming now working properly | jaseg | 2 | -15/+19 |
2014-02-17 | Now with proper console rendering | jaseg | 1 | -6/+13 |
2014-02-17 | Small queue handling bugfix | jaseg | 1 | -1/+2 |
2014-02-17 | Network handling works now | jaseg | 1 | -27/+137 |
2014-02-17 | Marquee is working now | jaseg | 2 | -30/+19 |
2014-02-17 | Niiiice glitch art... | jaseg | 4 | -38/+29 |
2014-02-17 | ctypes pointer narf working now | jaseg | 4 | -21/+56 |
2014-02-16 | The fundamentals of the new ctypes interface are working | jaseg | 7 | -17/+90 |
2014-02-10 | Moar related projects | jaseg | 4 | -226/+87 |
2014-02-01 | Working on the new UDP protocol | jaseg | 5 | -248/+207 |
2014-01-30 | GIF reading fixes | jaseg | 2 | -6/+14 |
2014-01-29 | Commented genpal.py | jaseg | 1 | -0/+1 |
2014-01-10 | Fixed some resource leaks. Thanks, cppcheck! | jaseg | 1 | -5/+14 |
2014-01-10 | Working on gif handling. Not working yet. | jaseg | 4 | -20/+68 |
2014-01-04 | Added some gif rendering skeleton | jaseg | 6 | -59/+132 |
2014-01-03 | Maybe gif-lib wasn't too bright an idea... | jaseg | 199 | -2434004/+481 |
2014-01-03 | Re-organized the host software directory layout | jaseg | 193 | -0/+2433687 |
2014-01-03 | Added some doc | jaseg | 1 | -2/+10 |
2014-01-03 | Fixed width computation for escape sequences | jaseg | 1 | -2/+3 |
2014-01-03 | Now with blink. | jaseg | 1 | -31/+10 |
2014-01-03 | Fixed font rnedering and width computation | jaseg | 2 | -22/+40 |
2014-01-03 | Now with even more abstract art. | jaseg | 14 | -388/+600 |
2014-01-02 | Fixed the print loop | jaseg | 1 | -1/+1 |
2014-01-02 | Removed debug printfs | jaseg | 1 | -7/+0 |
2014-01-02 | Fixed multibyte handling. | jaseg | 2 | -1/+13 |
2014-01-02 | mbrtowc behaves strange. or i'm just dumb. | jaseg | 3 | -55/+37 |
2014-01-02 | Consider it a memorial. | jaseg | 4 | -0/+356 |
2013-12-30 | Added some bdf fonts | jaseg | 179 | -0/+2432718 |
2013-12-29 | More advanced network IF with direct buffer support | jaseg | 3 | -18/+56 |
2013-12-29 | Added basic text rendering & TCP server | jaseg | 5 | -44/+104 |
2013-12-27 | Some fixes to the host software geom stuff, added a small demo script | jaseg | 8 | -18/+54 |
2013-12-26 | Uhm, foo. | jaseg | 2 | -6/+17 |
2013-12-18 | Moving on with the host program | jaseg | 6 | -32/+257 |
2013-12-17 | First draft of transmit function based on standard python | jaseg | 1 | -0/+32 |