summaryrefslogtreecommitdiff
path: root/menuitems.c
AgeCommit message (Expand)Author
2020-12-26Implemented "Pattern Timers"2.5.1Klaus Schmidinger
2018-03-23Fixed some warnings from g++ 7.2.0 regarding fixed buffer sizesKlaus Schmidinger
2015-09-08Implemented setup options for SVDRP peeringKlaus Schmidinger
2015-09-01Implemented strict locking of global listsKlaus Schmidinger
2015-02-09Increased the width of the left text column in the Setup menus to avoid cutti...Klaus Schmidinger
2013-11-03Fixed some typosKlaus Schmidinger
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
2013-02-15Fixed a crash in cMenuEditChanItem::Set() when entering a channel number that...Klaus Schmidinger
2012-12-23Setting mcPluginSetup for plugin setup menusKlaus Schmidinger
2012-04-08Skins can now inquire the menu category for which their cSkinDisplayMenu is c...Klaus Schmidinger
2012-03-13When toggling a timer between "Single" and "Repeating", the previous setting ...Klaus Schmidinger
2012-03-08The Green button in the "Edit timer" menu can now be used to toggle between s...Klaus Schmidinger
2012-03-02Fixed handling OSD color button texts in case a menu item has texts of its ownKlaus Schmidinger
2011-08-12Fixed handling the channelID in cMenuEditChanItemKlaus Schmidinger
2011-06-13The initial channel is now stored by the channel ID in the setup.conf fileKlaus Schmidinger
2010-12-12Added typecasts to avoid gcc 4.5 warnings in switch statements on eKeys varia...Klaus Schmidinger
2010-06-06Implemented setup option 'OSD/Number keys for characters'Klaus Schmidinger
2010-02-28Added plugin-defined sourcesKlaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-05-03OSD sizes in percent; automatic update of OSD sizeKlaus Schmidinger
2009-04-05Added missing '[]' to the delete operator in cMenuEditStrItem::~cMenuEditStrI...Klaus Schmidinger
2008-12-13Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks t...Klaus Schmidinger
2008-04-12Re-implemented handling of DVB-S2Klaus Schmidinger
2008-02-15Using cString::sprintf() instead of asprintf()Klaus Schmidinger
2008-02-08Revoked the switch to the "multiproto" driver in order to make a new stable v...Klaus Schmidinger
2008-01-27Implemented handling of DVB-S2Klaus Schmidinger
2007-11-03The 'Allowed' parameter in cMenuEditStrItem() is now NULL by default, which r...Klaus Schmidinger
2007-10-21Added more special characters to the list of allowed characters when entering...Klaus Schmidinger
2007-10-13Fixed a new[]/delete mismatch in cMenuEditStrItem::LeaveEditMode()Klaus Schmidinger
2007-10-13Fixed a crash when pressing Left while at the first character of a cMenuEditS...Klaus Schmidinger
2007-08-17Optimized cMenuEditChrItem::Set()Klaus Schmidinger
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
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