summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Implement %Ss for playback speedFrank Gevaerts3-0/+24
2009-11-09Don't define pitch_speed_enum() on MAS3507D. Fixes yellowFrank Gevaerts1-0/+2
2009-11-09Allow %?Sp<...> to be used as a conditionalFrank Gevaerts1-0/+40
2009-11-09try that previous commit again... Jonathan Gordon1-1/+1
2009-11-09fix segfault on remote targets where no sbs is loaded for the remoteJonathan Gordon1-1/+1
2009-11-09Fix the error condition to actually set the fullscreen viewport. Also remove ...Jonathan Gordon1-3/+3
2009-11-09fix red.. markers need to be outside #ifdefsJonathan Gordon1-1/+1
2009-11-09Add a bunch of markers into the tokens enum to make figuring out which token ...Jonathan Gordon2-29/+70
2009-11-04Get font and colors from UI viewport before intersecting, instead of leaving ...Thomas Martitz1-1/+4
2009-11-04Fix a possiblity where viewport_set_default left the viewport unchanged. Impr...Thomas Martitz1-6/+9
2009-11-04Fix volume change in wps. %mv tag keeped showing volume is changed if volume ...Teruaki Kawashima1-0/+1
2009-11-04Fix player yellows and reds. I'm not sure why viewport.c was never compiled f...Thomas Martitz1-0/+2
2009-11-04Remove wps_data.remote_wps. It's redundant with the new global curr_screen.Thomas Martitz4-33/+3
2009-11-04Reorder a bit in viewport.c so that we don't need stubs for checkwps.Thomas Martitz1-87/+90
2009-11-04fix charcell yellowJonathan Gordon1-2/+2
2009-11-04Fix the WPS to work properly with the statusbar for the previous change.. Sid...Jonathan Gordon4-20/+16
2009-11-04Fix viewport "UI area" to work based on what was agreed on last week in the m...Jonathan Gordon3-28/+79
2009-11-03Initial recording screen skin support (usable in .sbs skins only for now)Jonathan Gordon3-1/+219
2009-11-02Add touchscreen WPS actions for volume up/down (using a button rather than th...Rob Purchase1-0/+3
2009-11-01Rework how feature skin tags work (%cc currently) when used conditionally (i....Thomas Martitz1-1/+79
2009-11-01Revert r23474 "new skin token: %cx - 24 hour time format enabled in the setti...Rafaël Carré3-8/+0
2009-11-01new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<2...Rafaël Carré3-0/+8
2009-11-01revert that last checkin... something better is coming Jonathan Gordon3-8/+0
2009-11-01new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<2...Jonathan Gordon3-0/+8
2009-11-01Move find_viewport() and find_image() to skin_parser.c where the reset of the...Thomas Martitz3-32/+35
2009-11-01Fix red - statusbar_position() is a macro.Thomas Martitz2-0/+2
2009-11-01Remove a wps function call from skin engine, hopefully the last one.Thomas Martitz4-14/+14
2009-11-01Cleanup includes a bit.Thomas Martitz2-22/+9
2009-11-01YELLOW ZOMBIES!Jonathan Gordon1-1/+0
2009-11-01haloween night is when red monsters are vanquished right? or is that green mo...Jonathan Gordon1-4/+0
2009-11-01Fix FS#10745 - %mv not working in sbs...Jonathan Gordon5-7/+5
2009-10-31Consolidate code duplication in WPS volume changing handling.Thomas Martitz1-31/+21
2009-10-29Const correctnessNils Wallménius1-8/+8
2009-10-29* code police on a macro which has no reason for beingJonathan Gordon2-12/+21
2009-10-28Use array for quickscreen item settings to simplify some logicNils Wallménius1-21/+6
2009-10-28Allow the x and y pixel values of viewports to be a negative number..Jonathan Gordon1-1/+5
2009-10-27FS#10722: some improvements for gui/list.cTeruaki Kawashima1-105/+89
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev1-16/+25
2009-10-20Remove all update event callbacks if the custom statusbar is unused.Thomas Martitz1-3/+7
2009-10-20No need to have this variable global anymore.Thomas Martitz1-2/+2
2009-10-20Fix a few potential redraw problems with the custom statusbar and wps fightin...Thomas Martitz4-38/+72
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-8/+5
2009-10-20usb_keypad_mode shouldn't depend on SIMULATORFrank Gevaerts1-2/+2
2009-10-19Cleanup quickscreen text drawing by using text alignment flags for viewports.Thomas Martitz1-33/+13
2009-10-19Fix yellow: wrong file usedTomer Shalev1-1/+1
2009-10-19Fix yellow: Missing statusbar.h include (hopefully the last one missing)Tomer Shalev1-0/+1
2009-10-19Fix yellow: Missing ata_mmc.h includeTomer Shalev1-0/+4
2009-10-19Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev2-0/+339
2009-10-19Initial custom statusbar commit.Thomas Martitz11-115/+355
2009-10-19Reorder members for more efficient alignment.Thomas Martitz1-2/+2