aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi/grc.cpp
AgeCommit message (Collapse)Author
2010-01-09small fix in spinner handling...ghost
fixes bug #378
2009-06-30add some assertionsFelix Domke
2009-06-09optimize manual blits by not forcing them at gPainter::end, but instead call ↵Felix Domke
flush manually
2009-06-03add scale blit to grc, add compositing interfaceFelix Domke
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2008-06-04fix spinner handlingAndreas Monzner
2007-12-10add support for manual blitAndreas Monzner
2007-06-19display spinner after 2 seconds, not 500ms.Felix Domke
2007-05-28use Nemesis' gearwheel as spinnerFelix Domke
2007-05-26add spinnerFelix Domke
2007-05-25don't display debug on increment, just on startFelix Domke
2007-05-25add 'spinner' (non-idle detection)Felix Domke
2007-01-23wakeup gdi thread when the renderbuffer is fullAndreas Monzner
2006-08-17fix possible segfault (on refcount wrap)Andreas Monzner
2006-06-18hopefully fix frequently segfaultsAndreas Monzner
2006-06-16small fixAndreas Monzner
2006-05-11use rgb values whenever possibleFelix Domke
2006-04-03move SYNC_PAINT define to right placeAndreas Monzner
2006-04-03re-add mutex_unlock after pthread_cond_wait,Andreas Monzner
add missing #ifdefs
2006-04-03do unlock thread before send signalAndreas Monzner
2006-04-03remove unneeded unlock (pthread_cond_wait do unlock the mutex)Andreas Monzner
2006-04-03fix thread lockingAndreas Monzner
2006-03-06add ability to lock/unlock the framebuffer (fix locking of lcd.. i hope)Andreas Monzner
use like this: from enigma import fbClass, fbClassPtr (*) fbClass.getInstance().lock() ... unlock() ... islocked()
2005-12-23fix RT_VALIGN_CENTER in painter.setTextAndreas Monzner
2005-12-12add missed definitionFelix Domke
2005-12-10get rid of ugly ringbuffer,Andreas Monzner
activate async gdi
2005-12-05listboxcontent: add support for pixmaps in listFelix Domke
2005-11-24fix RT_VALIGN_CENTERAndreas Monzner
2005-09-26 - try to optimize notify behaviour: notify only when queue is emptyFelix Domke
2005-09-01 - reenable lcd supportFelix Domke
2005-08-31 - add double buffering, flip, sync grc opcode, add render-idle-notify.\n - ↵Felix Domke
add (disabled by default) accel hooks.
2005-04-17 - load palette from pngFelix Domke
- named color support
2005-04-15 - sdl is now default outputFelix Domke
- added skinned window style - added background colors - some RGB color support (but still not how i like it) - some minor bugfixes
2005-03-31 - fixed blit in gRCFelix Domke
- enable use of loadPNG trough python (something is still broken, sorry) - add ePixmap - dummy widgets now possible as pixmaps
2005-03-30 - default fonts handled in windowstyleFelix Domke
- fixed 32bit ARGB support (drawLine) - add sdl (but currently disabled) - fixed /dev/vc/0 -> /dev/stdin for console input - added alignment to label - fixed skin parsing (getElementsByTagName didn't do what i expected)
2005-01-29 - add fake "main menu"Felix Domke
- enable grc threading - disable some debug - dialog stacks
2005-01-28 - add listboxFelix Domke
- add listbox example to python (press space, use 1..5) - fix label text positions
2005-01-09 - add more python stuffFelix Domke
- fix some gui/gdi - add eslider - improve windowstyle
2004-09-25 - new GUI libFelix Domke
- fixes
2004-06-02 - disabled gui for a momentFelix Domke
- beginning of GDI2 work (region/fill/line works) - fixed smartptr self assignment - finally replaced "int ref" by something with a constructor
2004-05-27yes! ich habs kaputt gemacht! (doesn't compile anymore, doesn't work anymore,Felix Domke
lots of work required).
2003-10-17import of enigma2Felix Domke