summaryrefslogtreecommitdiff
path: root/apps/gui (follow)
Commit message (Expand)AuthorAge
* use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima2010-09-30
* explicitly set img->using_preloaded_icons in parse_image_load() and don't rel...Teruaki Kawashima2010-09-29
* Make sure get_lif_token_value isn't inlined, as it would defeat the purpose o...Magnus Holmgren2010-09-26
* Fix FS#11552 - touches outside of the UI viewport can do unexpected list move...Jonathan Gordon2010-09-26
* Fix FS#1159 - stack overflow in the skin engine when there is too many nested...Jonathan Gordon2010-09-26
* Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz2010-09-23
* Explicitly disable hiding the selection bar by default.Thomas Martitz2010-09-23
* Touchscreen: Improve scrolling in absolute point mode.Thomas Martitz2010-09-23
* Hopefully fix FS#11630 where the wps backdrop would be shown instead of the m...Jonathan Gordon2010-09-19
* Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts2010-09-17
* fix redJonathan Gordon2010-09-16
* skin engine: completly rework the sbs title handing codeJonathan Gordon2010-09-16
* woopsJonathan Gordon2010-09-14
* fix errors, warnings, tabsJonathan Gordon2010-09-14
* new file got lostJonathan Gordon2010-09-14
* Another major skin backend update/hopefully bugfix:Jonathan Gordon2010-09-14
* fix warningJonathan Gordon2010-09-06
* 2 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon2010-09-06
* progressbars are drawn inside viewports so all coords are viewport relative. ...Jonathan Gordon2010-09-05
* fix FS#11588 - %t(0) inside conditionals wasnt making that subline skipJonathan Gordon2010-09-02
* font_table[].name wasn't filledFred Bauer2010-09-01
* Should fix the line alternator issue described in http://forums.rockbox.org/i...Jonathan Gordon2010-08-31
* tcc77x targets: various minor cleanupsBertrik Sikken2010-08-28
* change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer2010-08-27
* Make the yes/no screen useable in the stylus touchscreen mode, add 2 soft-but...Jonathan Gordon2010-08-26
* fix errorsJonathan Gordon2010-08-25
* Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon2010-08-25
* New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon2010-08-19
* Fix FS#11524 - a sbs could crash on loadJonathan Gordon2010-08-16
* Make %pb without any params work as expectedJonathan Gordon2010-08-16
* fix FS#11542 - %t() not workingJonathan Gordon2010-08-16
* fix FS#11519 - clock tags wernt updating like they shouldJonathan Gordon2010-08-15
* A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon2010-08-15
* Allow 'long' labels with single-argument %xd too. The label need to be at lea...Magnus Holmgren2010-08-15
* *really* fix the last warningJonathan Gordon2010-08-14
* last warning and fix manualJonathan Gordon2010-08-14
* fix warnings and errorsJonathan Gordon2010-08-14
* Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon2010-08-14
* Change %xl/%xd to use proper labels instead of single letter labels. i.e %xl(...Jonathan Gordon2010-08-14
* Change %xd to allow for a number to be used to specify the subimage. i.e %xd(...Jonathan Gordon2010-08-14
* Fix backdrops from sbs not being loaded correctly (caused by r27791).Thomas Martitz2010-08-13
* Backdrop dir needs to go through get_user_file_path()Thomas Martitz2010-08-12
* New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon2010-08-12
* When using the tag argument in %%xd(): 1) clear the image first, so that imag...Magnus Holmgren2010-08-12
* Slightly change bl (battery level) when used in an enum: if the enum containe...Magnus Holmgren2010-08-12
* Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren2010-08-11
* Fix FS#11526 - %Vf(<hex>) was acceptable on grey remotes with colour mainJonathan Gordon2010-08-10
* Fix FS#11527 - remote wps/sbs doesnt update correctlyJonathan Gordon2010-08-10
* Accept FS#11523 by Fred Bauer - fix a bug where the skin fonts dont check the...Jonathan Gordon2010-08-10
* Dont redraw the AA every single update, only when neededJonathan Gordon2010-08-05