summaryrefslogtreecommitdiff
path: root/apps/gui (follow)
Commit message (Expand)AuthorAge
...
* * code police on a macro which has no reason for beingJonathan Gordon2009-10-29
* Use array for quickscreen item settings to simplify some logicNils Wallménius2009-10-28
* Allow the x and y pixel values of viewports to be a negative number..Jonathan Gordon2009-10-28
* FS#10722: some improvements for gui/list.cTeruaki Kawashima2009-10-27
* FS#10704 - Make a configuration option to disable USB HID Tomer Shalev2009-10-23
* Remove all update event callbacks if the custom statusbar is unused.Thomas Martitz2009-10-20
* No need to have this variable global anymore.Thomas Martitz2009-10-20
* Fix a few potential redraw problems with the custom statusbar and wps fightin...Thomas Martitz2009-10-20
* Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2009-10-20
* usb_keypad_mode shouldn't depend on SIMULATORFrank Gevaerts2009-10-20
* Cleanup quickscreen text drawing by using text alignment flags for viewports.Thomas Martitz2009-10-19
* Fix yellow: wrong file usedTomer Shalev2009-10-19
* Fix yellow: Missing statusbar.h include (hopefully the last one missing)Tomer Shalev2009-10-19
* Fix yellow: Missing ata_mmc.h includeTomer Shalev2009-10-19
* Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev2009-10-19
* Initial custom statusbar commit.Thomas Martitz2009-10-19
* Reorder members for more efficient alignment.Thomas Martitz2009-10-19
* r23208 broke conditional use of metadata and filename tags. Return NULL inste...Thomas Martitz2009-10-18
* Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken2009-10-18
* Add a option to skip length which lets you skip 5s before the end of a song, ...Thomas Martitz2009-10-17
* Fix Player, checkwps and database toolsThomas Martitz2009-10-16
* Revert r23212, I committed it accidentally.Thomas Martitz2009-10-16
* initial custom statusbar commitThomas Martitz2009-10-16
* Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz2009-10-16
* Make the skin engine behave sane if the skin's id3 pointer is NULL (the one i...Thomas Martitz2009-10-16
* Add %cs tag.Thomas Martitz2009-10-16
* Change %mp tag to use current_playmode(). It has upto 9 values now, including...Thomas Martitz2009-10-16
* Fix %Sp expansion in wpsThomas Martitz2009-10-15
* Correct a small misaligned brace.Thomas Martitz2009-10-15
* Use the center align viewport flag to draw top and bottom text centered.Thomas Martitz2009-10-15
* Pitchscreen: Don't clear the whole display, but only the parent viewport.Thomas Martitz2009-10-15
* Whoops, I had that warning turned off locally.Thomas Martitz2009-10-14
* Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend...Thomas Martitz2009-10-14
* fix a redraw bug when a static token (like %C) is the only token on a sub/lin...Jonathan Gordon2009-10-12
* RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev2009-10-11
* Add a action helper for touchscreen targets to only receive the touchpress co...Thomas Martitz2009-10-11
* Clean up, simplify and fix small bugs in color picker.Thomas Martitz2009-10-11
* Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz2009-10-11
* revert r23093 and r 23094, since the title pointer is used to modify the titl...Nils Wallménius2009-10-11
* Const correctnessNils Wallménius2009-10-11
* A bit of const correctness and 80-char limit correction.Thomas Martitz2009-10-11
* Slight const police and avoid copying a lang stringNils Wallménius2009-10-10
* Don't cast away constnessNils Wallménius2009-10-10
* Make function arg const pointerNils Wallménius2009-10-10
* Deinline fuction and some whitespace tweaksNils Wallménius2009-10-10
* Add second 'const' qualifyer accidentally removed in r23060Nils Wallménius2009-10-10
* Clean up a bogus array and avoid some copying of static stringsNils Wallménius2009-10-10
* Fix player red and remove an obsolete function call.Thomas Martitz2009-10-09
* Fix a few problems with RTL, statusbar and custom ui viewport.Thomas Martitz2009-10-09
* Tiny simplificationNils Wallménius2009-10-09