index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
gui
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Use perceptual volume scale for volume bars
Aidan MacDonald
2
-4
/
+9
4 days
Add perceptual volume adjustment
Aidan MacDonald
3
-10
/
+6
13 days
Remove buflib allocation names, part two
Aidan MacDonald
2
-5
/
+3
2023-01-06
plugins: Properties: Add 'Last Modified' for audio files
Christian Soffke
1
-1
/
+1
2022-12-30
Treat cue file as folder for next/prev folder action
roman.artiukhin
1
-4
/
+3
2022-12-30
option_select & time_menu : Fix unbalanced push/pop activity
Christian Soffke
1
-0
/
+3
2022-12-20
[Fix Red] consolidate bmp_read function between icons and skin_parser
William Wilgus
1
-1
/
+2
2022-12-20
consolidate bmp_read function between icons and skin_parser
William Wilgus
2
-87
/
+40
2022-12-17
settings: Remove setting ID return from find_setting()
Aidan MacDonald
2
-4
/
+4
2022-12-17
quickscreen: Settings ID to pointer conversion
Aidan MacDonald
2
-36
/
+14
2022-12-16
WPS hotkeys: Don't enable SBS for pitch screen or bookmarking
Christian Soffke
1
-1
/
+1
2022-12-14
abrepeat add dummy functions and remove some of the ifdefs
William Wilgus
1
-18
/
+7
2022-12-14
wps.c cleanup gui_show_wps
William Wilgus
4
-186
/
+176
2022-12-13
Improve transition between plugin and WPS
Christian Soffke
1
-27
/
+69
2022-12-11
Setttings: Eliminate gui_synclist_init_display_settings callbacks
Christian Soffke
2
-2
/
+1
2022-12-11
Eliminate skin updates in between activities
Christian Soffke
3
-4
/
+7
2022-12-09
Exit option select on ACTION_STD_MENU
roman.artiukhin
1
-1
/
+1
2022-12-04
skin engine: Settings ID to pointer conversions
Aidan MacDonald
7
-18
/
+19
2022-12-04
settings: More settings ID to pointer conversions
Aidan MacDonald
2
-4
/
+2
2022-12-04
settings: Settings ID to pointer for cfg_string_to_int()
Aidan MacDonald
1
-16
/
+16
2022-11-23
misc.c open_pathfmt caller supplied buffer
William Wilgus
1
-1
/
+3
2022-11-23
skin engine: Streamline handling of the %mp tag a little
Aidan MacDonald
1
-28
/
+11
2022-11-23
skin engine: Remove albumart viewport field
Aidan MacDonald
3
-11
/
+1
2022-11-23
skin engine: Remove viewport_colour viewport field
Aidan MacDonald
3
-8
/
+2
2022-11-23
skin engine: Remove progressbar viewport field
Aidan MacDonald
5
-6
/
+6
2022-11-21
remove some sprintf putsxy calls in favor of putsxyf
William Wilgus
2
-16
/
+13
2022-11-19
create function open_pathfmt() to allow printf formatting on open()
William Wilgus
1
-4
/
+2
2022-11-17
skin engine: Remove playlistviewer viewport field
Aidan MacDonald
3
-4
/
+2
2022-11-17
viewportmanager: Fix missing void in function definition
Aidan MacDonald
1
-1
/
+1
2022-11-17
Remove get_viewport_default_colour()
Aidan MacDonald
3
-41
/
+29
2022-11-15
skin engine: Reduce scope of internal wps_data struct
Aidan MacDonald
7
-32
/
+39
2022-11-14
replace strlcpy with strmemccpy
William Wilgus
6
-11
/
+10
2022-11-14
Remove some shadowed variables identified by -Wshadow
William Wilgus
1
-1
/
+1
2022-11-13
fix strptokspn, add strcspn, fix splash.c
William Wilgus
1
-5
/
+6
2022-11-12
Implement Rewind across tracks functionality
roman.artiukhin
1
-18
/
+39
2022-11-12
splash.c Fix yellow const char
William Wilgus
1
-3
/
+3
2022-11-12
make splash split on control characters
William Wilgus
1
-24
/
+33
2022-11-10
skin engine: Remove touchregion argument from skin_get_touchaction
Aidan MacDonald
4
-11
/
+4
2022-11-10
skin engine: Remove gui_img viewport field
Aidan MacDonald
2
-5
/
+0
2022-11-10
skin engine: Remove unused viewport_change flag in skin rendering
Aidan MacDonald
1
-1
/
+0
2022-11-10
skin engine: Remove weird special casing for Onda VX747
Aidan MacDonald
1
-8
/
+0
2022-10-30
Fix tree scrolling not showing end of text
roman.artiukhin
1
-2
/
+1
2022-10-27
Fix wrong formatting in WPS
roman.artiukhin
1
-3
/
+3
2022-10-25
Enable access to Shortcuts Menu from QuickScreen
Christian Soffke
3
-14
/
+38
2022-10-18
skin engine: Remove redundant argument from do_non_text_tags()
Aidan MacDonald
1
-7
/
+7
2022-10-18
Remove prototype for nonexistent sb_skin_data_load()
Aidan MacDonald
1
-2
/
+0
2022-10-18
Move skin global state to the WPS
Aidan MacDonald
8
-64
/
+55
2022-10-18
Remove is_fading from the global WPS state
Aidan MacDonald
4
-16
/
+1
2022-10-18
Remove ff_rewind from global WPS state
Aidan MacDonald
2
-5
/
+4
2022-10-18
Remove unused 'may_fade' argument of pause/unpause_action
Aidan MacDonald
2
-10
/
+6
[next]