summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2008-09-25redo the previous commit so its actually useful.Jonathan Gordon2-2/+12
2008-09-25have the info lists set the selection before they are exited, this is sometim...Jonathan Gordon2-4/+7
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius3-36/+27
2008-09-07fix redPeter D'Hoye1-2/+2
2008-09-07Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye4-38/+38
2008-09-06A few comment updates and trailing spaces removals.Nicolas Pennequin1-6/+7
2008-09-04Make %mm 0-based again (as described in CustomWPS), and change %cf accordingly.Nicolas Pennequin1-2/+2
2008-09-04Fix the bug reported in FS#9350: the WPS would crash on %mm or %cf if they we...Nicolas Pennequin1-2/+2
2008-08-29Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts2-9/+24
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere3-14/+14
2008-08-18Skip length: restore the ability to skip by just a few secondsStéphane Doyon2-2/+2
2008-08-18Fix for issues in speaking the time in Rockbox Info screen (B#9167).Stéphane Doyon1-2/+0
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius6-42/+28
2008-08-11Fix FS#8689 (the peak meter does not work during a playing after a recording ...Bertrik Sikken1-0/+5
2008-08-04Apply fix for FS#9203 (WPS gets corrupted after changing status bar setting) ...Bertrik Sikken1-1/+1
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling1-17/+1
2008-07-17Simplified function option_screenBertrik Sikken1-42/+21
2008-07-15dont show the "cancelled" splash if the setting wasnt changed (only affects s...Jonathan Gordon1-4/+6
2008-07-14Rename and rework the "Study Mode" menu into the "Skip Length" setting. Updat...Thom Johansen2-14/+14
2008-07-12Introduce a new WPS parsing error case: limits exceeded. It includes the case...Nicolas Pennequin3-41/+53
2008-07-11Fix FS #9181, allowing the documented 3 progress bars per WPS. Also simplify ...Magnus Holmgren1-6/+3
2008-07-07Clean up the A-B repeat keymaps and add a note to gwps.c describing the ACTIO...Marc Guay1-0/+2
2008-07-06get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 ...Jonathan Gordon1-0/+6
2008-07-05fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon3-2/+21
2008-07-02revert that scroll engine stuff... good in theory, but broken.Jonathan Gordon1-0/+1
2008-07-01The second part of this expression always becomes true before the first part,...Jens Arnold1-2/+1
2008-06-30Fix the bug where the german language would crash the quickscreen on the nano. Jonathan Gordon1-4/+6
2008-06-28Simplify touchscreen scrollbar handling codeMaurus Cuelenaere1-15/+16
2008-06-28fix redPeter D'Hoye2-4/+4
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye9-49/+52
2008-06-28Small fix for touchscreen interfaceMaurus Cuelenaere1-0/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg33-66/+132
2008-06-28implement smooth seeking acceleration for audio playback and mpegplayerMarcoen Hirschberg1-11/+3
2008-06-25allow the full lowercase a-z to be used as conditional viewport grouping id'sJonathan Gordon1-1/+1
2008-06-24quick fix for FS#8729Jonathan Gordon1-0/+2
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon8-117/+59
2008-06-23fix yellowJonathan Gordon1-3/+9
2008-06-23commit FS#9027 - conditional viewportsJonathan Gordon4-115/+231
2008-06-23bah, fix yellow Jonathan Gordon1-0/+4
2008-06-23fix FS#9098 - fade was updating the WPS sometimes when it shouldnt. also mino...Jonathan Gordon3-9/+11
2008-06-15"Fix" FS#7887 - the line selector colours would be completly wrong on scrolli...Jonathan Gordon1-2/+2
2008-06-15fix FS#5821 and FS#8449 - WPS isnt updated during fade, play status isnt chan...Jonathan Gordon1-3/+10
2008-06-07Accept FS#9075 and rename valid_vals to set_valsJonathan Gordon1-10/+10
2008-06-06Fix yellowMaurus Cuelenaere1-1/+1
2008-06-061) Implement generic touchscreen detection library for the pluginsMaurus Cuelenaere1-11/+3
2008-06-05Fix typo in the new default values for %V, so that the background color is ac...Magnus Holmgren1-1/+1
2008-06-05make %V a little simpler. only the x and y values have to be specified now (i...Jonathan Gordon1-27/+52
2008-06-02Fix some mistakesMaurus Cuelenaere1-8/+8
2008-06-021) Make touchscreen interface more intuitiveMaurus Cuelenaere1-16/+42
2008-06-01Even more touchscreen improvements.Maurus Cuelenaere1-9/+5