aboutsummaryrefslogtreecommitdiff
path: root/lib/gui
AgeCommit message (Collapse)Author
2005-11-15add window titlesFelix Domke
2005-11-10add requester slider capabilities: vertical orientation and start offset ↵Felix Domke
(untested)
2005-11-10some small changes needed for build scroll support in eventview windowAndreas Monzner
2005-10-15removed not only one but FOUR annoying debug messagesFelix Domke
2005-10-15fix: invalidate in non-visible widget invalidated visible stuffFelix Domke
2005-10-08-setList() calls invalidateRonny Strutz
-make invalidate in invalidate()
2005-10-07add invalidate to eListboxPythonStringContentAndreas Monzner
2005-10-03undo changesStefan Pluecken
2005-10-03make epixmap load images relative to enigma2 DATADIRStefan Pluecken
2005-09-29eListboxPythonConfigContent: handle AnwenderFehler more gracefullyFelix Domke
2005-09-29changed default fontsize(s)Ronny Strutz
FIXME handle fontstuff from skin
2005-09-28fixed default and mainmenuRonny Strutz
2005-09-03 - beautified network cursor, added 'selected' argument to __call__Felix Domke
2005-08-31 - fixes to use moving infobar non non-accel hardware.Felix Domke
2005-08-31 - fix serious problems in widget code. fixup buffered mode. add animation ↵Felix Domke
support.lib/gui
2005-08-31 - don't draw background for ePixmapFelix Domke
2005-08-29 - create DCs for buffered modeFelix Domke
2005-08-28added setup screensRonny Strutz
2005-08-25 - add config sliderFelix Domke
2005-08-20 - start working on compositing supportFelix Domke
2005-08-16 - fix segfault when there was no attached listboxFelix Domke
2005-08-16 - make invlidateEntry publicFelix Domke
2005-07-22 - fix client positions a bit (still a bit ugly)Felix Domke
2005-07-08 - add colors for labelsFelix Domke
- add calc size for labels
2005-05-20 - invalidate background on startupFelix Domke
2005-05-20 - split einput contents to own filesFelix Domke
- add string input
2005-05-20 - skip first field in flexible python listbox to allow having private data.Felix Domke
2005-05-20 - add clearBackgroundColor to use default (defined by style) againFelix Domke
- remove focus debug
2005-05-19 - add overwrite supportFelix Domke
- add focus handling
2005-05-19 - add focus stuffFelix Domke
2005-05-18 - add pageUp/pageDown movementsFelix Domke
2005-05-17 - work on einput widgetFelix Domke
2005-05-14 - work on timersFelix Domke
- add eInput widget - add python/Tools - add flexible listbox content
2005-04-26 - listbox size gets recalculated at the correct positionFelix Domke
2005-04-25 - add new listbox content type for multiple stringsFelix Domke
- add first version of config class - a bit ugly
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-03-22 - added hack for disabling actions on hidden windows. FIX MEFelix Domke
2005-03-20 - improved parserFelix Domke
- improved keymaps
2005-02-27 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)Felix Domke
- first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished
2005-02-25 - work on actionsFelix Domke
- changed time when screens are acutally constructed - added service name (not working atm) and event info (now&next)
2005-02-09 - fixed console input mode restoreFelix Domke
- added "scan" component - scan possible from main menu
2005-02-07 - added iStaticServiceInformationFelix Domke
- added service list interface for dvb - started work on queries (currently only "instr" on servicename) - started work on infobar - added listbox with service - fixed dvbdb - remove some debug output
2005-01-31 - fixed dvb scanFelix Domke
- fixed dvbdb (reading/writing lamedb) - fixed (i.e. disallow) operator= in iObject (destroyed refcounts before) - implemented listboxcontent for servicelists - implemented getServiceInformation for non-playing services (still not happy with the result, though) - implemented first try of serviceSelector component
2005-01-29 - add fake "main menu"Felix Domke
- enable grc threading - disable some debug - dialog stacks
2005-01-29 - minor bugfix (allow empty content)Felix Domke
- allow tuples as list elements - fake main menu
2005-01-29fixed refcount of eListboxPythonStringContentFelix Domke
2005-01-28 - added ListBoxContents: based on std::list<std::string> and PyList with ↵Felix Domke
Strings - used the last one as a test for menulist