| Age | Commit message (Expand) | Author |
| 2006-11-18 | add functions to load&scale pictures and to get exif information | Felix Domke |
| 2006-11-10 | use new/delete instead of malloc/free | Andreas Monzner |
| 2006-11-02 | fix | Andreas Monzner |
| 2006-11-01 | delete surface when created from gpixmap | Andreas Monzner |
| 2006-10-19 | initialize LCD framebuffer | Felix Domke |
| 2006-08-17 | fix possible segfault (on refcount wrap) | Andreas Monzner |
| 2006-08-08 | add oled support | Felix Domke |
| 2006-07-03 | fix locking for reference counts, enable GDI thread again | Felix Domke |
| 2006-06-28 | disable gdi thread for debugging | Andreas Monzner |
| 2006-06-18 | more fixes :) | Andreas Monzner |
| 2006-06-18 | fix empty strings | Felix Domke |
| 2006-06-18 | hopefully fix frequently segfaults | Andreas Monzner |
| 2006-06-16 | small fix | Andreas Monzner |
| 2006-06-07 | fix warnings | Andreas Monzner |
| 2006-06-02 | finally implement proper clipping for texts | Felix Domke |
| 2006-05-11 | use rgb values whenever possible | Felix Domke |
| 2006-04-03 | move SYNC_PAINT define to right place | Andreas Monzner |
| 2006-04-03 | re-add mutex_unlock after pthread_cond_wait, | Andreas Monzner |
| 2006-04-03 | do unlock thread before send signal | Andreas Monzner |
| 2006-04-03 | remove unneeded unlock (pthread_cond_wait do unlock the mutex) | Andreas Monzner |
| 2006-04-03 | fix thread locking | Andreas Monzner |
| 2006-03-06 | add ability to lock/unlock the framebuffer (fix locking of lcd.. i hope) | Andreas Monzner |
| 2006-01-27 | remove obsolete eConfig | Felix Domke |
| 2006-01-26 | TYPE_PIXMAP_ALPHATEST in eListboxMultiContent, fix alphatest | Felix Domke |
| 2006-01-18 | fixed compiler warnings | Andreas Oberritter |
| 2006-01-17 | gcc4 fix as requested by rasc | Felix Domke |
| 2006-01-13 | allow forcing replacement font for some glyphs | Felix Domke |
| 2006-01-13 | enable fribidi | Felix Domke |
| 2005-12-31 | make many constructors and destructors invisible for python | Andreas Monzner |
| 2005-12-23 | fix RT_VALIGN_CENTER in painter.setText | Andreas Monzner |
| 2005-12-12 | add missed definition | Felix Domke |
| 2005-12-10 | get rid of ugly ringbuffer, | Andreas Monzner |
| 2005-12-07 | remove unneeded hack | Andreas Monzner |
| 2005-12-07 | fix alphatest (HACK!!!) | Andreas Monzner |
| 2005-12-05 | png: remove debug | Felix Domke |
| 2005-12-05 | listboxcontent: add support for pixmaps in list | Felix Domke |
| 2005-11-28 | add support for render pixmaps with transparent background | Andreas Monzner |
| 2005-11-24 | fix RT_VALIGN_CENTER | Andreas Monzner |
| 2005-11-12 | remove unneeded delete (we use a SmartPtr here) .. this fixes a segfault | Andreas Monzner |
| 2005-11-11 | bigger linegap | Andreas Monzner |
| 2005-11-10 | some small changes needed for build scroll support in eventview window | Andreas Monzner |
| 2005-11-09 | added setContrast, setBrightness and removed SetParam(bright, contrast) | Ronny Strutz |
| 2005-09-26 | - try to optimize notify behaviour: notify only when queue is empty | Felix Domke |
| 2005-09-01 | - remove debug msg | Felix Domke |
| 2005-09-01 | - fix for grayscale | Felix Domke |
| 2005-09-01 | - reenable lcd support | Felix Domke |
| 2005-08-31 | - fix when not enough framebuffer memory available | Felix Domke |
| 2005-08-31 | - fixes to use moving infobar non non-accel hardware. | Felix Domke |
| 2005-08-31 | - add double buffering, flip, sync grc opcode, add render-idle-notify.\n - a... | Felix Domke |
| 2005-08-31 | - disable console, remove ancient calls, add vsync and setoffset calls | Felix Domke |