summaryrefslogtreecommitdiff
path: root/apps/gui
AgeCommit message (Expand)Author
2010-10-10Make skin_render_playlistviewer() noinline. This function uses lots of stack ...Frank Gevaerts
2010-10-10Revert accidental commit of skin_render.cFrank Gevaerts
2010-10-10Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts
2010-10-10fix FS#11662 and FS#11629 - skin %t() issues. %t should now work properly ins...Jonathan Gordon
2010-10-10Add "resumeplayback" touchscreen button action which returns you to the previ...Jonathan Gordon
2010-10-09fix a stupid typo in the vertical bar tag parser, spotted by teruJonathan Gordon
2010-10-09Fix several inaccuracies in list handling on touchscreen.Thomas Martitz
2010-10-08fix displaying of the slider when default is used for pb->y and pb->height.Teruaki Kawashima
2010-10-07use CONTEXT_LIST in simplelist_show_list() so that button combinations for pa...Teruaki Kawashima
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz
2010-10-04Fix FS#11651 - slider wasnt being drawn correctly with inverted (and vertical...Jonathan Gordon
2010-10-03correct drawing of the bar type tags when nofill is set.Teruaki Kawashima
2010-09-30use correct condition for #if for tagcache_fill_tags().Teruaki Kawashima
2010-09-29explicitly set img->using_preloaded_icons in parse_image_load() and don't rel...Teruaki Kawashima
2010-09-26Make sure get_lif_token_value isn't inlined, as it would defeat the purpose o...Magnus Holmgren
2010-09-26Fix FS#11552 - touches outside of the UI viewport can do unexpected list move...Jonathan Gordon
2010-09-26Fix FS#1159 - stack overflow in the skin engine when there is too many nested...Jonathan Gordon
2010-09-23Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz
2010-09-23Explicitly disable hiding the selection bar by default.Thomas Martitz
2010-09-23Touchscreen: Improve scrolling in absolute point mode.Thomas Martitz
2010-09-19Hopefully fix FS#11630 where the wps backdrop would be shown instead of the m...Jonathan Gordon
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts
2010-09-16fix redJonathan Gordon
2010-09-16skin engine: completly rework the sbs title handing codeJonathan Gordon
2010-09-14woopsJonathan Gordon
2010-09-14fix errors, warnings, tabsJonathan Gordon
2010-09-14new file got lostJonathan Gordon
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon
2010-09-06fix warningJonathan Gordon
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon
2010-09-05progressbars are drawn inside viewports so all coords are viewport relative. ...Jonathan Gordon
2010-09-02fix FS#11588 - %t(0) inside conditionals wasnt making that subline skipJonathan Gordon
2010-09-01font_table[].name wasn't filledFred Bauer
2010-08-31Should fix the line alternator issue described in http://forums.rockbox.org/i...Jonathan Gordon
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken
2010-08-27change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer
2010-08-26Make the yes/no screen useable in the stylus touchscreen mode, add 2 soft-but...Jonathan Gordon
2010-08-25fix errorsJonathan Gordon
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon
2010-08-19New skin tag: %if(<tag>, <operator>, <operand> [,option count]) which lets yo...Jonathan Gordon
2010-08-16Fix FS#11524 - a sbs could crash on loadJonathan Gordon
2010-08-16Make %pb without any params work as expectedJonathan Gordon
2010-08-16fix FS#11542 - %t() not workingJonathan Gordon
2010-08-15fix FS#11519 - clock tags wernt updating like they shouldJonathan Gordon
2010-08-15A bunch of new features for the bar type tags (%pb, %pv, %bl, etc):Jonathan Gordon
2010-08-15Allow 'long' labels with single-argument %xd too. The label need to be at lea...Magnus Holmgren
2010-08-14*really* fix the last warningJonathan Gordon
2010-08-14last warning and fix manualJonathan Gordon
2010-08-14fix warnings and errorsJonathan Gordon
2010-08-14Rework the skin playlist viewer so it uses the same drawing code as everythin...Jonathan Gordon