Age | Commit message (Expand) | Author |
2021-03-23 | Add disable setting for all softlock notifications | Dana Conrad |
2020-07-24 | [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. | Solomon Peachy |
2020-07-19 | Fix more of the red from c39f95465 | Solomon Peachy |
2020-07-19 | menus: Fix some of the red from c39f95465 | Solomon Peachy |
2020-07-19 | do_menu pass internal synclist reference to callback | William Wilgus |
2017-01-17 | Selective Backlight/Advanced Softlock - Selective actions based on context | William Wilgus |
2014-08-30 | Rewrite filesystem code (WIP) | Michael Sevakis |
2012-01-07 | apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not defined | Rafaël Carré |
2011-10-17 | Commit FS#12321 - Touchscreen: List line padding, to more easily select lines | Thomas Martitz |
2011-06-05 | Make the histogram code usable for playback as well. Move the recording histo... | Peter D'Hoye |
2010-06-05 | Remove the jump scroll settings since they don't do anything, drop the releva... | Nils Wallménius |
2009-10-05 | Fix red: Invert buttons in RTL mode | Tomer Shalev |
2009-10-05 | Invert buttons in RTL mode | Tomer Shalev |
2009-08-24 | Move the "Status/Scrollbar" menu to Theme Settings, and add the F_THEMESETTIN... | Thomas Martitz |
2009-08-24 | Slightly change parts of the previous commit to reuse existing code, and enfo... | Thomas Martitz |
2009-08-23 | Fix redraw issues when the statusbar setting was changed with an UI viewport.... | Thomas Martitz |
2009-08-19 | Combine the settings for scrollbar on/off and its position into one with thre... | Alexander Levin |
2009-08-17 | Add setting to position the scrollbar on the left or right | Maurus Cuelenaere |
2009-08-17 | FS#10534: Make scrollbar width variable through a setting (useful for touchsc... | Maurus Cuelenaere |
2009-08-16 | User definable UI viewport, to be able to restrict the UI into a viewport for... | Thomas Martitz |
2009-07-05 | FS#10406 - split the statusbar setting into one for each display, and allow t... | Jonathan Gordon |
2009-06-16 | Touchscreen targets: add calibration screen + rewrite calibration driver (FS#... | Maurus Cuelenaere |
2009-05-09 | Remove unneeded #include "backdrop.h" | Bertrik Sikken |
2009-04-11 | M:Robe 500: Start of proper remote support, touchscreen works without remote ... | Karl Kurbjun |
2009-03-08 | Clean up some #includes | Bertrik Sikken |
2009-03-04 | Cosmetic fix: remove duplicate semicolons | Bertrik Sikken |
2009-03-02 | Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe... | Thomas Martitz |
2009-01-26 | Commit FS#9724, which reworks the preprocessor defines related to backlight f... | Thomas Martitz |
2008-11-26 | Add hardware backlight fading on Gigabeat S with fade up and down options in ... | Michael Sevakis |
2008-11-26 | Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and othe... | Steve Bavin |
2008-10-16 | Accept FS#9480 - centralise and organise the events in the apps/ layer. | Jonathan Gordon |
2008-09-18 | Make local function ticking_callback static in apps/menus/display_menu.c | Bertrik Sikken |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-06-23 | FS#9051 - remove LCD margins... use viewports if you need them... | Jonathan Gordon |
2008-05-14 | Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig... | Michael Sevakis |
2008-05-03 | Fixed warning about unused flipdisplay_callback function for targets that can... | Bertrik Sikken |
2008-05-03 | Made source files #include the header file that they implement to make sure t... | Bertrik Sikken |
2008-03-29 | Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",... | Dave Chapman |
2008-03-28 | Update the LCD after setting flip status as required by the LCD drivers. Fixe... | Jens Arnold |
2008-03-06 | there is no need to load the filename settings unless reading from a .cfg, so... | Jonathan Gordon |
2008-03-05 | FS#8457 - convert the list drawing code to use viewports. This does not inclu... | Jonathan Gordon |
2007-10-06 | Accept FS#7864 - minor menu cleanup to move theme settings into a new themes ... | Jonathan Gordon |
2007-09-27 | FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier. | Nicolas Pennequin |
2007-08-26 | only build the clipcounter for targets with recording | Peter D'Hoye |
2007-08-25 | Implement FS #2976: Clip Counter for recording screen. If enabled in peak met... | Peter D'Hoye |
2007-07-22 | Wheel acceleration for e200. A general acceleration interface intended for us... | Michael Sevakis |
2007-06-24 | Limit minimum db scale value when switching from linear to logaritmic peakmet... | Peter D'Hoye |
2007-05-27 | Accept FS#6798 - scan acceleration for the lists. | Jonathan Gordon |
2007-05-19 | More header and dead code cleanup. | Nils Wallménius |
2007-04-25 | Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ... | Nicolas Pennequin |