summaryrefslogtreecommitdiff
path: root/menuitems.c
AgeCommit message (Collapse)Author
2006-01-07Preceded all button texts with "Button$"; Removed obsolete "Eject" and ↵Klaus Schmidinger
"Language" texts
2006-01-07Fixed the "Day" field of the "Edit timer" menu when pressing '0' to switch ↵Klaus Schmidinger
from "single shot" to "weekly", followed by the "Right" key
2006-01-06Implemented letter input via numeric keys (EasyKlaus Schmidinger
2006-01-06The "flags" of a timer are now handled as an unsigned integer valueKlaus Schmidinger
2006-01-03Added cMenuEditStrItem::InEditMode()Klaus Schmidinger
2005-11-11Fixed initializing the day index when editing the weekday parameter of a ↵Klaus Schmidinger
repeating timer
2005-09-17Fixed handling color buttons in cMenuEditStrItemKlaus Schmidinger
2005-03-19The day of a timer is now stored as a full date in ISO notationKlaus Schmidinger
2004-11-21Fixed toggling the 'Day' item in the 'Timers' menu, so that it selects the ↵Klaus Schmidinger
right day of week for timers in the future
2004-11-14Implemented handling of number keys in the 'Timers' menu for toggling days1.3.16Klaus Schmidinger
2004-06-19Fixed handling the color button texts in cMenuEditStrItemKlaus Schmidinger
2004-05-16Fixed setting the time from the DVB data stream1.3.7Klaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2004-03-28Moved several menu item classes from menu.c to menuitems.[hc] to make them ↵Klaus Schmidinger
available for plugins
2004-02-29Implemented VPS controlled timers1.3.5Klaus Schmidinger
2004-01-25Added a call to cStatus::MsgOsdCurrentItem() to cMenuEditItem::SetValue()1.3.3Klaus Schmidinger
2003-04-12Fixed handling min/max borders when entering integer valuesKlaus Schmidinger
2003-01-19Implemented actual user input for CAM enquiry menusKlaus Schmidinger
2002-12-15Fixed deleting characters in string entry fields in 'insert' modeKlaus Schmidinger
2002-12-15Implemented raw keyboard inputKlaus Schmidinger
2002-09-08Fixed a crash when entering an integer value outside the limitsKlaus Schmidinger
2002-08-15Moved FileNameChars into menuitems.h to make it available to pluginsKlaus Schmidinger
2002-08-11Consistently using malloc/free and new/deleteKlaus Schmidinger
2002-06-16Changed 'cStatusMonitor' to 'cStatus'1.1.3Klaus Schmidinger
2002-05-19Implemented cStatusMonitor to allow plugins to set up a status monitorKlaus Schmidinger
2002-05-18Completely moved OSD handling out of the cDvbApi class, into the new cOsdKlaus Schmidinger
2002-05-18Fixed some function headers to make them compile with gcc 3.xKlaus Schmidinger
2002-05-11Improved implementation of setup menus for pluginsKlaus Schmidinger
2002-05-09Implemented plugin interface1.1.0Klaus Schmidinger