2008-11-20 |
Fraxinas | Merge branch 'master' of fraxinas@git.opendreambox... |
tree | commitdiff |
2008-11-20 |
ghost | Merge branch 'master' of git.opendreambox.org:/git... |
tree | commitdiff |
2008-11-20 |
ghost | fix alpha channel for 1 or 2 bit pngs |
tree | commitdiff |
2008-11-18 |
Felix Domke | Merge branch 'master' of git.opendreambox.org:/git... |
tree | commitdiff |
2008-11-18 |
ghost | Merge branch 'master' of git.opendreambox.org:/git... |
tree | commitdiff |
2008-11-18 |
ghost | fix typos |
tree | commitdiff |
2008-11-18 |
Felix Domke | Merge branch 'master' of git.opendreambox.org:/git... |
tree | commitdiff |
2008-11-17 |
ghost | Merge branch 'master' of git.opendreambox.org:/git... |
tree | commitdiff |
2008-11-17 |
ghost | get rid of some floating point values |
tree | commitdiff |
2008-11-17 |
Fraxinas | Merge branch 'master' of fraxinas@git.opendreambox... |
tree | commitdiff |
2008-11-17 |
ghost | picload: more simple non async decode (deprecated) |
tree | commitdiff |
2008-11-17 |
ghost | picload.cpp: fix 32bpp pngs |
tree | commitdiff |
2008-11-17 |
ghost | more changes for async picture decode support |
tree | commitdiff |
2008-11-17 |
ghost | Merge branch 'master' into async_picload |
tree | commitdiff |
2008-11-16 |
ghost | work on asynchron pic loading... to get rid of spinning... |
tree | commitdiff |
2008-11-10 |
Fraxinas | Merge branch 'master' of fraxinas@git.opendreambox... |
tree | commitdiff |
2008-11-07 |
Mladen Horvat | Merge branch 'master' of git://git.opendreambox.org... |
tree | commitdiff |
2008-11-07 |
ghost | fix non working invert of oled display |
tree | commitdiff |
2008-11-06 |
Fraxinas | allow reading jfif embedded exif thumbnails from jpeg... |
tree | commitdiff |
2008-10-30 |
Andreas Monzner | small refcounting fixes, add private operator delete... |
tree | commitdiff |
2008-10-18 |
Andreas Monzner | fix memleak |
tree | commitdiff |
2008-10-18 |
Andreas Monzner | fixes by adenin |
tree | commitdiff |
2008-10-09 |
Andreas Monzner | fix scaling and conversion bugs |
tree | commitdiff |
2008-10-02 |
Andreas Oberritter | properly request a video mode with an alpha channel |
tree | commitdiff |
2008-08-19 |
Andreas Monzner | fix for dm800 oled |
tree | commitdiff |
2008-08-19 |
Andreas Monzner | add support for /proc/stb/fp/oled_brightness |
tree | commitdiff |
2008-06-13 |
Andreas Monzner | after DECLARE_REF now all is private.. not public |
tree | commitdiff |
2008-06-06 |
Andreas Monzner | only allow gray pngs or pngs with palette |
tree | commitdiff |
2008-06-04 |
Andreas Monzner | fix spinner handling |
tree | commitdiff |
2008-04-21 |
Andreas Monzner | fix prev commit |
tree | commitdiff |
2008-04-21 |
Andreas Monzner | handle alphatest="blend" like alphatest="on" when only... |
tree | commitdiff |
2008-04-08 |
Andreas Oberritter | experimental support for freetype 2.1.x and newer versions |
tree | commitdiff |
2008-03-26 |
Andreas Oberritter | fix: too few arguments for format |
tree | commitdiff |
2008-03-25 |
Andreas Oberritter | compile and link sdl.cpp if WITH_SDL is set |
tree | commitdiff |
2008-03-25 |
Andreas Oberritter | remove #error, because sdl.cpp isn't even included... |
tree | commitdiff |
2008-03-25 |
Andreas Oberritter | use global preprocessor constant WITH_SDL instead of... |
tree | commitdiff |
2008-03-25 |
Andreas Oberritter | include png.h before any other headers, because it... |
tree | commitdiff |
2008-03-25 |
Andreas Oberritter | include user headers before kernel header to avoid... |
tree | commitdiff |
2008-02-15 |
Andreas Monzner | dont show display setup in menu, when no display is... |
tree | commitdiff |
2008-01-24 |
Felix Domke | you don't want to know... (don't rely on clut in 32bit... |
tree | commitdiff |
2008-01-24 |
Felix Domke | revert re-mmap (it's not necessary with new driver... |
tree | commitdiff |
2008-01-22 |
Felix Domke | fix byte order for jpg |
tree | commitdiff |
2008-01-09 |
Andreas Monzner | remap lfb on resolution change |
tree | commitdiff |
2007-12-16 |
Felix Domke | patch by Pieter Grimmerink: properly initialize and... |
tree | commitdiff |
2007-12-13 |
Felix Domke | fix loadJPG |
tree | commitdiff |
2007-12-13 |
Felix Domke | fix/implement alphablend for 8-to-32 bpp blits |
tree | commitdiff |
2007-12-13 |
Felix Domke | re-enable alphablend |
tree | commitdiff |
2007-12-12 |
Felix Domke | add (untested) loadJPG with optional alpha channel |
tree | commitdiff |
2007-12-10 |
Andreas Monzner | add support for manual blit |
tree | commitdiff |
2007-11-29 |
Felix Domke | remove buggy&strange code |
tree | commitdiff |
2007-11-28 |
Felix Domke | improve text editing. Patch by Anders Holst |
tree | commitdiff |
2007-11-26 |
Andreas Monzner | dont show display contrast setting in display setup... |
tree | commitdiff |
2007-11-23 |
Felix Domke | support for linebreaks at hyphens, support for soft... |
tree | commitdiff |
2007-11-10 |
Andreas Monzner | just export gFBDC.getInstance and setResolution to... |
tree | commitdiff |
2007-11-10 |
Felix Domke | allow access to gfbdc from python to set resolution |
tree | commitdiff |
2007-08-25 |
Felix Domke | base aspect calculation on 702 instead of 720 pixel |
tree | commitdiff |
2007-08-25 |
Felix Domke | round to 1.778 |
tree | commitdiff |
2007-06-27 |
Felix Domke | don't crash when PNGs are too large. |
tree | commitdiff |
2007-06-19 |
Felix Domke | display spinner after 2 seconds, not 500ms. |
tree | commitdiff |
2007-05-28 |
Felix Domke | use Nemesis' gearwheel as spinner |
tree | commitdiff |
2007-05-26 |
Felix Domke | add spinner |
tree | commitdiff |
2007-05-25 |
Felix Domke | don't display debug on increment, just on start |
tree | commitdiff |
2007-05-25 |
Felix Domke | add 'spinner' (non-idle detection) |
tree | commitdiff |
2007-04-23 |
Felix Domke | add gif support to picload, thanks to mechatron |
tree | commitdiff |
2007-04-12 |
Felix Domke | warn instead of fatal if bitmap is incompatible. |
tree | commitdiff |
2007-04-12 |
Felix Domke | output used resolution |
tree | commitdiff |
2007-04-12 |
Felix Domke | add missing FBIOGET_VSCREENINFO |
tree | commitdiff |
2007-01-23 |
Andreas Monzner | double size of renderbuffer |
tree | commitdiff |
2007-01-23 |
Andreas Monzner | wakeup gdi thread when the renderbuffer is full |
tree | commitdiff |
2006-12-19 |
Andreas Monzner | move AddFont to more related place |
tree | commitdiff |
2006-12-19 |
Andreas Monzner | some python import cleanups |
tree | commitdiff |
2006-12-10 |
Andreas Monzner | export gRGB to python again |
tree | commitdiff |
2006-12-10 |
Andreas Monzner | remove python support for some (unneeded) classes |
tree | commitdiff |
2006-11-25 |
Andreas Monzner | python object refcount debugging code second try |
tree | commitdiff |
2006-11-23 |
Andreas Monzner | use stack for exif object |
tree | commitdiff |
2006-11-23 |
Andreas Monzner | fix python refcounting (memleaks) |
tree | commitdiff |
2006-11-18 |
Felix Domke | add functions to load&scale pictures and to get exif... |
tree | commitdiff |
2006-11-10 |
Andreas Monzner | use new/delete instead of malloc/free |
tree | commitdiff |
2006-11-02 |
Andreas Monzner | fix |
tree | commitdiff |
2006-11-01 |
Andreas Monzner | delete surface when created from gpixmap |
tree | commitdiff |
2006-10-19 |
Felix Domke | initialize LCD framebuffer |
tree | commitdiff |
2006-08-17 |
Andreas Monzner | fix possible segfault (on refcount wrap) |
tree | commitdiff |
2006-08-08 |
Felix Domke | add oled support |
tree | commitdiff |
2006-07-03 |
Felix Domke | fix locking for reference counts, enable GDI thread... |
tree | commitdiff |
2006-06-28 |
Andreas Monzner | disable gdi thread for debugging |
tree | commitdiff |
2006-06-18 |
Andreas Monzner | more fixes :) |
tree | commitdiff |
2006-06-18 |
Felix Domke | fix empty strings |
tree | commitdiff |
2006-06-18 |
Andreas Monzner | hopefully fix frequently segfaults |
tree | commitdiff |
2006-06-16 |
Andreas Monzner | small fix |
tree | commitdiff |
2006-06-07 |
Andreas Monzner | fix warnings |
tree | commitdiff |
2006-06-02 |
Felix Domke | finally implement proper clipping for texts |
tree | commitdiff |
2006-05-11 |
Felix Domke | use rgb values whenever possible |
tree | commitdiff |
2006-04-03 |
Andreas Monzner | move SYNC_PAINT define to right place |
tree | commitdiff |
2006-04-03 |
Andreas Monzner | re-add mutex_unlock after pthread_cond_wait, |
tree | commitdiff |
2006-04-03 |
Andreas Monzner | do unlock thread before send signal |
tree | commitdiff |
2006-04-03 |
Andreas Monzner | remove unneeded unlock (pthread_cond_wait do unlock... |
tree | commitdiff |
2006-04-03 |
Andreas Monzner | fix thread locking |
tree | commitdiff |
2006-03-06 |
Andreas Monzner | add ability to lock/unlock the framebuffer (fix locking... |
tree | commitdiff |
2006-01-27 |
Felix Domke | remove obsolete eConfig |
tree | commitdiff |
2006-01-26 |
Felix Domke | TYPE_PIXMAP_ALPHATEST in eListboxMultiContent, fix... |
tree | commitdiff |
next |