index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
statusbar-skinned.c
Age
Commit message (
Expand
)
Author
2010-06-21
Touchregion support for the Base Skin and FM Skins. display obviously needs t...
Jonathan Gordon
2010-06-07
Changeover to the new skin format. SkinBreakingChange in the wiki has the run...
Jonathan Gordon
2010-05-25
fix remote statusbar not being updated if it is enabled on both displays
Jonathan Gordon
2010-05-05
Make it possible to move the UI viewport using conditional viewports.
Jonathan Gordon
2010-03-23
revert r25271 which caused more problems than it tried to fix
Jonathan Gordon
2010-03-21
there is a difference between viewports which shouldnt be cleared (the defaul...
Jonathan Gordon
2010-03-07
revert r25054 - tags which have an off and a list of option should have off a...
Jonathan Gordon
2010-03-06
cleanup statusbar+base skin relationship...
Jonathan Gordon
2010-02-26
2 new tags for the base skin.
Jonathan Gordon
2010-02-21
remote multifont fixes. it shoud be working again (blame AlexP! he made me br...
Jonathan Gordon
2010-02-14
FS#10984 - multifont! 2 major additions:
Jonathan Gordon
2010-02-10
OK, this is hopefully the last sbs related fix. This one will fix the backdro...
Jonathan Gordon
2010-01-31
Fix RTL list handing when not loading a custom base skin.
Jonathan Gordon
2010-01-29
really the last of the red this time
Jonathan Gordon
2010-01-29
skin rework (FS#10922) notable changes:
Jonathan Gordon
2009-12-18
FS#10855 3 minor sbs bugs, spotted and fixed by Teruaki Kawashima
Jonathan Gordon
2009-12-09
FS#10824 - viewport/statusbar API rework.
Jonathan Gordon
2009-11-15
Consolidate some #ifdef code.
Thomas Martitz
2009-11-15
Fix crash when selecting statusbar: custom in the menus without having a vali...
Thomas Martitz
2009-11-09
try that previous commit again...
Jonathan Gordon
2009-11-09
fix segfault on remote targets where no sbs is loaded for the remote
Jonathan Gordon
2009-11-04
Remove wps_data.remote_wps. It's redundant with the new global curr_screen.
Thomas Martitz
2009-11-04
Fix the WPS to work properly with the statusbar for the previous change.. Sid...
Jonathan Gordon
2009-11-04
Fix viewport "UI area" to work based on what was agreed on last week in the m...
Jonathan Gordon
2009-10-20
Remove all update event callbacks if the custom statusbar is unused.
Thomas Martitz
2009-10-20
No need to have this variable global anymore.
Thomas Martitz
2009-10-20
Fix a few potential redraw problems with the custom statusbar and wps fightin...
Thomas Martitz
2009-10-19
Initial custom statusbar commit.
Thomas Martitz
2009-10-16
Revert r23212, I committed it accidentally.
Thomas Martitz
2009-10-16
initial custom statusbar commit
Thomas Martitz