summaryrefslogtreecommitdiff
path: root/menuitems.c
AgeCommit message (Expand)Author
2007-01-04When entering text via the numeric keys, the characters are now checked again...Klaus Schmidinger
2006-07-30Fixed deleting the last character of a string menu item in insert modeKlaus Schmidinger
2006-07-23Menu items derived from cMenuEditIntItem now loop though their values if they...1.4.1-2Klaus Schmidinger
2006-06-03Fixed handling tabbed item display in 'skincurses'Klaus Schmidinger
2006-04-25Fixed entering '0' in a cMenuEditIntItemKlaus Schmidinger
2006-04-23Ignoring k_Repeat when deciding whether the same key has been pressed in stri...1.3.48Klaus Schmidinger
2006-04-14Fixed setting time transponder to 0Klaus Schmidinger
2006-04-14Fixed unnecessary Set() calls in cMenuEditIntItem::ProcessKey()Klaus Schmidinger
2006-04-14Fixed the initial setting of the time transponder setup parameterKlaus Schmidinger
2006-04-14Removed the unnecessary 'value' member from cMenuEditItemKlaus Schmidinger
2006-04-14Added NULL checks to some strdup() calls in menuitems.cKlaus Schmidinger
2006-04-14Fixed a crash when setting the time transponder in the Setup menu, caused by ...Klaus Schmidinger
2006-04-09Additional label strings for cMenuEditIntItem and cMenuEditChanItemKlaus Schmidinger
2006-04-01Fixed handling the system time transponder setting in the Setup/EPG menu, whi...Klaus Schmidinger
2006-03-26Fixed format string handlingKlaus Schmidinger
2006-02-28cMenuEditIntItem now checks the given value and forces it to be between the g...Klaus Schmidinger
2006-02-12The "Back" key now restores the original string when pressed while editing a ...Klaus Schmidinger
2006-02-04Fixed auto advance in string entry fields when pressing Up/Down in insert modeKlaus Schmidinger
2006-01-21When entering text via the numeric keys, the cursor now automatically advancesKlaus Schmidinger
2006-01-07Preceded all button texts with "Button$"; Removed obsolete "Eject" and "Langu...Klaus Schmidinger
2006-01-07Fixed the "Day" field of the "Edit timer" menu when pressing '0' to switch fr...Klaus Schmidinger
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 repe...Klaus Schmidinger
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 ri...Klaus Schmidinger
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 av...Klaus Schmidinger
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