summaryrefslogtreecommitdiffstats
path: root/apps/gui
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-18r23208 broke conditional use of metadata and filename tags. Return NULL inste...Thomas Martitz1-7/+6
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken1-2/+1
2009-10-17Add a option to skip length which lets you skip 5s before the end of a song, ...Thomas Martitz1-7/+21
2009-10-16Fix Player, checkwps and database toolsThomas Martitz1-2/+2
2009-10-16Revert r23212, I committed it accidentally.Thomas Martitz8-217/+17
2009-10-16initial custom statusbar commitThomas Martitz8-17/+217
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz6-34/+31
2009-10-16Make the skin engine behave sane if the skin's id3 pointer is NULL (the one i...Thomas Martitz2-97/+167
2009-10-16Add %cs tag.Thomas Martitz3-0/+48
2009-10-16Change %mp tag to use current_playmode(). It has upto 9 values now, including...Thomas Martitz1-11/+25
2009-10-15Fix %Sp expansion in wpsThomas Martitz1-3/+4
2009-10-15Correct a small misaligned brace.Thomas Martitz1-1/+1
2009-10-15Use the center align viewport flag to draw top and bottom text centered.Thomas Martitz1-7/+7
2009-10-15Pitchscreen: Don't clear the whole display, but only the parent viewport.Thomas Martitz1-1/+2
2009-10-14Whoops, I had that warning turned off locally.Thomas Martitz1-3/+3
2009-10-14Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend...Thomas Martitz5-74/+64
2009-10-12fix a redraw bug when a static token (like %C) is the only token on a sub/lin...Jonathan Gordon1-1/+1
2009-10-11RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev5-7/+7
2009-10-11Add a action helper for touchscreen targets to only receive the touchpress co...Thomas Martitz1-9/+11
2009-10-11Clean up, simplify and fix small bugs in color picker.Thomas Martitz1-117/+117
2009-10-11Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz2-23/+10
2009-10-11revert r23093 and r 23094, since the title pointer is used to modify the titl...Nils Wallménius2-3/+3
2009-10-11Const correctnessNils Wallménius2-3/+3
2009-10-11A bit of const correctness and 80-char limit correction.Thomas Martitz2-13/+21