summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2012-04-29Fundamentally rewrite much of the audio DSP.Michael Sevakis3-2/+3
2012-04-17touchscreen/lists: fix two regressionsThomas Martitz1-8/+11
2012-04-10touchscreen: fix some issues/crashes with clicking the list title.Thomas Martitz1-7/+12
2012-04-08touchscreen: fix swipe scrolling (jumped back to previous item).Thomas Martitz1-2/+3
2012-04-08touchscreen: Rewrite kinetic scrolling using a state machine.Thomas Martitz1-203/+213
2012-04-05touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz1-1/+1
2012-03-28quickscreen: optionally display the shortcuts menu instead of the QSJonathan Gordon1-0/+4
2012-03-27skin_engine: Allow negative numbers for the start offset in %ssJonathan Gordon1-1/+4
2012-03-26skin_engine: fix scrolling lines with dynamic contentJonathan Gordon1-1/+1
2012-03-22Redraw simplelist if/when necessary-Thomas Martitz1-0/+1
2012-03-20Fix FS#12606 - next track can cause the screen to be clearedJonathan Gordon2-0/+38
2012-03-15skin_engine: Reenable skin debugging in the sim (use --debugwps)Jonathan Gordon2-665/+5
2012-03-15Fix compile errorsJonathan Gordon2-0/+6
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon3-1/+79
2012-03-15Revert "Fix FS#12606 - next track can cause the screen to be cleared"Jonathan Gordon2-30/+0
2012-03-14Fix FS#12606 - next track can cause the screen to be clearedJonathan Gordon2-0/+30
2012-03-13Add new actions to %Tp (Touchscreen areas)Osborne Jacobs2-1/+19
2012-03-01Make %LC and %LR always have predictable and usable values.Frank Gevaerts1-0/+5
2012-02-29Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==falseFrank Gevaerts1-3/+2
2012-02-29fix warningJonathan Gordon1-1/+1
2012-02-29skin_engine: ease the restrictions on %x/%xlJonathan Gordon1-16/+19
2012-02-28skin_engine: Clean up %x() handling - beware theme issuesJonathan Gordon4-12/+9
2012-02-28Fix build errorsJonathan Gordon1-1/+6
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon5-9/+63
2012-02-25Clean up some variables.Frank Gevaerts1-14/+9
2012-02-25Add %LR and %LC to get at the current row and columm in skinned lists.Frank Gevaerts3-5/+32
2012-02-26FS#12586 - Modify %ss to be able to use numbers for conditionalsJonathan Gordon3-0/+9
2012-02-22Store listitem_viewport_cfg->label as skinoffset instead of raw pointerFrank Gevaerts3-3/+3
2012-02-21Make skinned lists handle the "0 items" case without crashingFrank Gevaerts1-1/+1
2012-02-21skin engine: Add 'touch' command to the %vs() tagJonathan Gordon1-1/+9
2012-02-21skin engine: Make %vs() dynamic so it updated every screen updateJonathan Gordon1-1/+0
2012-02-19Fix another skinned list buflib issueFrank Gevaerts1-1/+1
2012-02-19Fix a nullpointer dereference in skinned lists.Frank Gevaerts1-1/+1
2012-02-19make local variable current_list staticBertrik Sikken1-1/+1
2012-02-07Fix FS#9391 - playback engine gets confused by multiple simultaneous button p...Jonathan Gordon1-1/+1
2012-02-07skin engine: New logical 'and' and 'or' tags to evaluate multiple tags in a s...Jonathan Gordon2-0/+40
2012-01-30Apply "Skip to outro" and specific skip lengths to individual tracks in a cue...Thomas Martitz1-0/+10
2012-01-28skin touchregions: change the rwd/ffwd region actions to make it less buggy i...Jonathan Gordon1-1/+1
2012-01-23skin touchregions: fix the 'none' region firing when it shouldnt.Jonathan Gordon1-1/+1
2012-01-12keyclick: Add a callback so screens can cancel a click. Add a generic list ca...Jonathan Gordon2-0/+26
2012-01-07apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not definedRafaël Carré1-0/+2
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-3/+7
2011-12-28protect the yes/no screen from extra keypresses (which can happen if you disp...Jonathan Gordon1-0/+3
2011-12-20local variable app/gui/icon.c/iconsets can be made staticBertrik Sikken1-1/+1
2011-12-20Another round of making local functions staticBertrik Sikken1-1/+1
2011-12-19Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.Boris Gjenero2-0/+2
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero4-45/+0
2011-12-14Allow scrolling lines to have their content changed without restarting the sc...Jonathan Gordon1-18/+8
2011-12-14Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centeredJonathan Gordon1-15/+17
2011-12-06Fix touchscreens so entering the WPS with a skin with no touchregions reverts...Jonathan Gordon1-1/+1