summaryrefslogtreecommitdiffstats
path: root/apps/gui/statusbar-skinned.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-28Fix multiple potential null pointer dereferencessSolomon Peachy1-4/+8
2020-10-26statusbar: Make statusbar height equal SYSFONT_HEIGHTSolomon Peachy1-0/+1
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz1-1/+2
2014-01-15skins: Update SBS when changing activities.Thomas Martitz1-3/+3
2011-11-21skinengine: Rework skin loading so skins can be un/loaded individually. This ...Jonathan Gordon1-0/+5
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon1-8/+13
2011-11-08Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon1-1/+1
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-0/+4
2011-09-06Lists can now be completly draw using the skin engine!Jonathan Gordon1-1/+4
2011-03-07Merge a bunch of code which is 99% identical so it makes it easier to add mor...Jonathan Gordon1-3/+5
2011-03-01Remove code duplication in some generic skin touch action handling.Jonathan Gordon1-20/+0
2011-01-15fix FS#11835: %Lt tag doesn't work on targets with more than 1 screen.Teruaki Kawashima1-3/+1
2011-01-13New Touchscreen region type... 'mute' which un/mutes volume without pausing p...Jonathan Gordon1-1/+18
2010-09-16skin engine: completly rework the sbs title handing codeJonathan Gordon1-58/+24
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-86/+34
2010-09-062 new touch region options... "settings_inc" and "settings_dec" which will in...Jonathan Gordon1-1/+10
2010-08-16Fix FS#11524 - a sbs could crash on loadJonathan Gordon1-0/+7
2010-08-12New feature for the %xl (image load) tag. If you give it the filename __list_...Jonathan Gordon1-0/+10
2010-08-10Fix FS#11527 - remote wps/sbs doesnt update correctlyJonathan Gordon1-3/+8
2010-08-02Fix FS#10926 - h300 wps wouldnt be updated correctly when the backlight turns...Jonathan Gordon1-2/+14
2010-08-02Allow viewport labels to be mostly free text instead of only one character. I...Jonathan Gordon1-7/+9
2010-07-31remove an unused variableJonathan Gordon1-2/+0
2010-07-30Make some global function/variables local (by making them static)Bertrik Sikken1-1/+1
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-21/+82
2010-06-21Touchregion support for the Base Skin and FM Skins. display obviously needs t...Jonathan Gordon1-0/+34
2010-06-07Changeover to the new skin format. SkinBreakingChange in the wiki has the run...Jonathan Gordon1-5/+3
2010-05-25fix remote statusbar not being updated if it is enabled on both displaysJonathan Gordon1-3/+3
2010-05-05Make it possible to move the UI viewport using conditional viewports.Jonathan Gordon1-2/+16
2010-03-23revert r25271 which caused more problems than it tried to fixJonathan Gordon1-1/+1
2010-03-21there is a difference between viewports which shouldnt be cleared (the defaul...Jonathan Gordon1-1/+1
2010-03-07revert r25054 - tags which have an off and a list of option should have off a...Jonathan Gordon1-1/+2
2010-03-06cleanup statusbar+base skin relationship...Jonathan Gordon1-2/+15
2010-02-262 new tags for the base skin.Jonathan Gordon1-0/+20
2010-02-21remote multifont fixes. it shoud be working again (blame AlexP! he made me br...Jonathan Gordon1-2/+2
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon1-1/+3
2010-02-10OK, this is hopefully the last sbs related fix. This one will fix the backdro...Jonathan Gordon1-2/+3
2010-01-31Fix RTL list handing when not loading a custom base skin.Jonathan Gordon1-2/+2
2010-01-29really the last of the red this timeJonathan Gordon1-1/+1
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon1-44/+82
2009-12-18FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki KawashimaJonathan Gordon1-2/+2
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-72/+25
2009-11-15Consolidate some #ifdef code.Thomas Martitz1-5/+1
2009-11-15Fix crash when selecting statusbar: custom in the menus without having a vali...Thomas Martitz1-1/+1
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-04Remove wps_data.remote_wps. It's redundant with the new global curr_screen.Thomas Martitz1-6/+0
2009-11-04Fix the WPS to work properly with the statusbar for the previous change.. Sid...Jonathan Gordon1-1/+1
2009-11-04Fix viewport "UI area" to work based on what was agreed on last week in the m...Jonathan Gordon1-2/+36
2009-10-20Remove all update event callbacks if the custom statusbar is unused.Thomas Martitz1-3/+7