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
Age
Commit message (
Expand
)
Author
2009-10-11
A bit of const correctness and 80-char limit correction.
Thomas Martitz
2009-10-10
Slight const police and avoid copying a lang string
Nils Wallménius
2009-10-10
Don't cast away constness
Nils Wallménius
2009-10-10
Make function arg const pointer
Nils Wallménius
2009-10-10
Deinline fuction and some whitespace tweaks
Nils Wallménius
2009-10-10
Add second 'const' qualifyer accidentally removed in r23060
Nils Wallménius
2009-10-10
Clean up a bogus array and avoid some copying of static strings
Nils Wallménius
2009-10-09
Fix player red and remove an obsolete function call.
Thomas Martitz
2009-10-09
Fix a few problems with RTL, statusbar and custom ui viewport.
Thomas Martitz
2009-10-09
Tiny simplification
Nils Wallménius
2009-10-06
Fix position calculation of title icon.
Teruaki Kawashima
2009-10-06
Use macro to test viewport's RTL flag
Tomer Shalev
2009-10-05
Fine tuning of gui elements positioning in RTL mode
Tomer Shalev
2009-10-05
- Use const when possible
Tomer Shalev
2009-10-05
Remove redundant code in list.c
Tomer Shalev
2009-10-05
Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAP
Tomer Shalev
2009-10-05
Add rtl flagging to viewport_set_defaults(), and ensure that
Tomer Shalev
2009-10-05
Implement RTL as a viewport's bit-field
Tomer Shalev
2009-10-05
Fix red - type
Tomer Shalev
2009-10-05
- Use pointers instead of repeating access to array element
Tomer Shalev
2009-10-05
Revert renaming of the scrollbar global setting by r22945, following discussi...
Tomer Shalev
2009-10-05
Fix yellow
Tomer Shalev
2009-10-05
Have scollbar in the right side while in RTL mode
Tomer Shalev
2009-10-05
Fix red - forgot one #ifdef
Tomer Shalev
2009-10-05
Fix some of the reds
Tomer Shalev
2009-10-05
RTL support in menus
Tomer Shalev
2009-10-05
Fix FS#10617 (fix spotted by Teruaki Kawashima), something about the %C not w...
Jonathan Gordon
2009-10-05
redraw the AA much less frequently to save bettery life and also let skins dr...
Jonathan Gordon
2009-10-03
FS#10636: Quickscreen incorrect operation when menu has negative step
Jeffrey Goode
2009-09-27
Clean up duplicate #includes
Bertrik Sikken
2009-09-26
new skin tag: %Sx|<english>| will display the current languages translation o...
Jonathan Gordon
2009-09-25
Rename struct skin_albumart members to be consistent with similar members of ...
Thomas Martitz
2009-09-25
Redo 22825 but this time with caring about alignment.
Thomas Martitz
2009-09-25
r22826 is causing data aborts when the wps is loaded in the parse_list functi...
Karl Kurbjun
2009-09-25
Remove some some code in favor of a single parse_list() call.
Thomas Martitz
2009-09-22
Show the name of the setting in the WPS debug output
Alexander Levin
2009-09-22
add the %St setting to the debug output for checkwps/parser.... needs mroe wo...
Jonathan Gordon
2009-09-21
Fix splash on charcell (was wasting 2 precious chars per line since r20870). ...
Jens Arnold
2009-09-18
Actually fix AA display... previous commit was borked
Jonathan Gordon
2009-09-18
FS#10602 - show the viewport label instead of an int in the debug output
Jonathan Gordon
2009-09-18
fix FS#10599 and do r22721 a slightly better way. the %C tag is internally co...
Jonathan Gordon
2009-09-17
Fix a bug where the conditional use of %C (i.e. %?C) caused the album art to ...
Thomas Martitz
2009-09-17
Fix delay when seeking using the touchscreen by adding a pause/unpause.
Rob Purchase
2009-09-13
Get rid of some of the code duplication from checkwps, it still duplicates a ...
Thomas Martitz
2009-09-13
Remove some trailing whitespaces in in the skin engine files.
Thomas Martitz
2009-09-13
Fix/band aid the freeze when %V is the first thing (i.e. in line 1) in a .wps...
Thomas Martitz
2009-09-11
Increase skin buffer on charcell displays so it's actually big enough to load...
Frank Gevaerts
2009-09-11
Initialize token before using.
Teruaki Kawashima
2009-09-11
Hopefully make the wps debug info more understandable... display tokens the s...
Jonathan Gordon
2009-09-09
fix the first subline not displaying properly
Jonathan Gordon
[next]