Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
4ce3f72cc66eb9e87830af59086a3604b29b4a38
4ce3f72
made the language loader output all new strings on stdout when loaded in
by Daniel Stenberg
· 22 years ago
9c32d1a
Move the new strings last in the file. It reallly is important that *ALL*
by Daniel Stenberg
· 22 years ago
c843ba4
Magnus Holmgren's .cfg file parser patch
by Linus Nielsen Feltzing
· 22 years ago
fd0cc3b
Phil Pertermann's dB peak meter patch
by Linus Nielsen Feltzing
· 22 years ago
8f11dc0
usb detection in bounce, and all files use default font (not loaded)
by Robert Hak
· 22 years ago
dae8dea
The lcd_clear_display() didn't work. Added some debug-stuff.
by Kjell Ericson
· 22 years ago
fd3d50a
Better handling of large frames in V2 tags
by Linus Nielsen Feltzing
· 22 years ago
18225f6
LANG_BACKLIGHT_ON was never a working string in the first place (it was
by Daniel Stenberg
· 22 years ago
53e8d52
1. If the translated file used ID strings not present in the english one,
by Daniel Stenberg
· 22 years ago
be8ae1c
Now reads the tags frame by frame, to avoid missing frames when there are large blobs in the tag. This fixes bug #623510.
by Linus Nielsen Feltzing
· 22 years ago
8857d47
A try to fix a compilation error for the Win32 recorder simulator. (not tested).
by Kjell Ericson
· 22 years ago
fe026b9
Definitions of "struct coordinate" and "struct rectangle" and definitions
by Kjell Ericson
· 22 years ago
c2280c1
The lcd_ascii-pointer is global for a while in order to be reachable from
by Kjell Ericson
· 22 years ago
f7a4b2b
Changed XPoint to "struct coordinate". New lcd_update for the player simulator.
by Kjell Ericson
· 22 years ago
cacb758
New file font-player.c is added.
by Kjell Ericson
· 22 years ago
f9a912d
Using the structures "rectangle" and "points" when drawing (Win32 doesn't have XPoint).
by Kjell Ericson
· 22 years ago
dbab14d
Added command line parameter "--old_lcd" that will simulate the old LCD of
by Kjell Ericson
· 22 years ago
3262207
Updated for better player simulator.
by Kjell Ericson
· 22 years ago
3714f46
New height for teh player simulator. The default is pixels of 4x4 in order to
by Kjell Ericson
· 22 years ago
fd9f864
The player simulator now has it own font_init()-function. We shall therefor call it.
by Kjell Ericson
· 22 years ago
18a7c78
Moved the volume_type and battery_type settings in RTC, since they interfered with the scroll speed
by Linus Nielsen Feltzing
· 22 years ago
c225790
Now clears the resume point at end-of-list. This fixes bug #627344.
by Linus Nielsen Feltzing
· 22 years ago
1a27120
Removed some unnecessary LCD updates
by Linus Nielsen Feltzing
· 22 years ago
c5e2993
Fast forward near the end of the last song in a playlist didn't activate the DMA if the remaining amount to play was below the watermark
by Linus Nielsen Feltzing
· 22 years ago
a12eb3d
The return code from wps_display() wasn't handled correctly. And keylock() didn't reset the locked icon when reaching the end of the playlist. This fixes bug #624938.
by Linus Nielsen Feltzing
· 22 years ago
c41322c
Better skipping of leading garbage. Fixes bug #625868.
by Linus Nielsen Feltzing
· 22 years ago
da40726
fixing a yellow build
by Robert Hak
· 22 years ago
5a9e892
battery/volume status can be displayed numerically
by Robert Hak
· 22 years ago
061763b
fixed the check for the release events
by Daniel Stenberg
· 22 years ago
b351656
fix on button detection
by Robert Hak
· 22 years ago
ab7c638
'fat' is now a ommand-line test tool
by Björn Stenberg
· 22 years ago
7c62863
Fixed bug where first sector was skipped on reads.
by Björn Stenberg
· 22 years ago
f2b8aec
Simplified USB question
by Björn Stenberg
· 22 years ago
89d57b1
Added USB handling. Fixed return value bug.
by Björn Stenberg
· 22 years ago
b09e1c6
now supporting the credits.pl script and a language is pre-set
by Felix Arends
· 22 years ago
46ddacf
Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Long filenames and extensive test cases.
by Björn Stenberg
· 22 years ago
a901c3a
Removed warnings.
by Kjell Ericson
· 22 years ago
efba78b
Added Kjell Ericson.
by Kjell Ericson
· 22 years ago
08cbf69
Removed warnings.
by Kjell Ericson
· 22 years ago
f179453
The font for player-simulator.
by Kjell Ericson
· 22 years ago
e12e55e
Fonts are only for recorder.
by Kjell Ericson
· 22 years ago
a528968
Dubbled the size of player bitmap. The double height/width will be used to
by Kjell Ericson
· 22 years ago
ccfa848
Many functions have been changed.
by Kjell Ericson
· 22 years ago
fe10eb3
Almost totaly rewritten.
by Kjell Ericson
· 22 years ago
d19b9ed
Added stubs that shall not be in the player simulator.
by Kjell Ericson
· 22 years ago
d317ddb
The font will be shown in another way in player-simulator so the sysfont.c
by Kjell Ericson
· 22 years ago
cfa206b
Doubled the height/width for player.
by Kjell Ericson
· 22 years ago
93b5f92
The window zooming is now depending on LCD_WIDTH and LCD_HEIGHT.
by Kjell Ericson
· 22 years ago
bc254fe
Added multiline scroll support.
by Markus Braun
· 22 years ago
f45345e
ldebugf() is only present in SIMULATOR, we set LDEBUGF to be the normal
by Daniel Stenberg
· 22 years ago
aeb3d0d
removed use of uninitialized variable
by Daniel Stenberg
· 22 years ago
b7b48fe
Snapshot of file writing code. Bugs remain. Only short names are supported yet.
by Björn Stenberg
· 22 years ago
1df1e51
stepping towards seperate levels file
by Robert Hak
· 22 years ago
b1ee36e
create .rockbox on a mac
by Robert Hak
· 22 years ago
ab0641a
windows .rockbox issues
by Robert Hak
· 22 years ago
57dcf0b
working win32sim makefile (for player)
by Felix Arends
· 22 years ago
5cb429e
Added mpeg_set_pitch() stub to simulator.
by Björn Stenberg
· 22 years ago
ac59dce
Use lcd-player.c in simulator. (Not tested but better?!)
by Mats Lidell
· 22 years ago
f4f9997
Use lcd-player.c in simulator. (Not tested)
by Mats Lidell
· 22 years ago
0834d3f
Pitch steps changed to 0.1% instead of 1%.
by Björn Stenberg
· 22 years ago
8ca78b6
Undefined functions supplied for simulator in lcd-playersim.c
by Mats Lidell
· 22 years ago
073ca0a
Use lcd-player.c in simulator.
by Mats Lidell
· 22 years ago
786d2c3
Rewritten based on lcd-player.c.
by Mats Lidell
· 22 years ago
a99c565
Moved lcd player code to lcd-playersim.
by Mats Lidell
· 22 years ago
d4efbad
Player don't use dynamic fonts.
by Mats Lidell
· 22 years ago
4a5a423
mozilla got crazy, I'm trying to end the <a> tags to see if it helps. Also
by Daniel Stenberg
· 22 years ago
0af59de
Got rid of a screen clear in the settings reset menu that made the question disappear
by Justin Heiner
· 22 years ago
b29717d
new translations
by Uwe Freese
· 22 years ago
84d7d70
New size for the player window.
by Kjell Ericson
· 22 years ago
feae991
Changed Logf to printf while debugging.
by Kjell Ericson
· 22 years ago
65de9c9
Moved volume-icon a bit. More examine will be done later in order to look at
by Kjell Ericson
· 22 years ago
fdb7b41
The simulated version shall not have a BITMAP_LCD any more (fucked up the screen).
by Kjell Ericson
· 22 years ago
5fddbf4
Drawing the same kind of frame for both recorder and player.
by Kjell Ericson
· 22 years ago
c4a09ad
Scroll works for wps and menus. Still much cleanup to do.
by Mats Lidell
· 22 years ago
fcf08a1
Simulator can display progress bar (No progress though)
by Mats Lidell
· 22 years ago
4893f10
added anchors
by Robert Hak
· 22 years ago
e1d5153
question edited
by Robert Hak
· 22 years ago
6ca9d4a
Renamed cvs builds to bleeding edge
by Björn Stenberg
· 22 years ago
e647768
What is bleeding edge/daily build?
by Robert Hak
· 22 years ago
73926ef
%pn now allows for conditional checking
by Robert Hak
· 22 years ago
a477dc6
Fixed missing quote
by Björn Stenberg
· 22 years ago
672b0e2
as dumb as i am, its amazing i can breath
by Robert Hak
· 22 years ago
9465d4e
bug fix on my part
by Robert Hak
· 22 years ago
54a51a0
Rune Wiinberg's updates
by Daniel Stenberg
· 22 years ago
c3320ae
sim questions are in order now
by Robert Hak
· 22 years ago
7ff0324
Paul van der Heu's update
by Daniel Stenberg
· 22 years ago
24747d4
by Joao
by Daniel Stenberg
· 22 years ago
1e95013
what did that #ifdef do there?
by Felix Arends
· 22 years ago
ddc506a
Added Contactor sponsor logo.
by Björn Stenberg
· 22 years ago
3dc3694
Bug reports on daily builds are now ok.
by Björn Stenberg
· 22 years ago
61a32e9
we dont need this file any longer!
by Felix Arends
· 22 years ago
12c1981
don't compile on the simulator
by Felix Arends
· 22 years ago
879fabd
finally up-to-date: the win32 simulator (at least for the recorder)
by Felix Arends
· 22 years ago
e45c069
Removed all traces of the repeat and release masks
by Linus Nielsen Feltzing
· 22 years ago
7ec35e7
Don't reboot unless we are connected to a charger
by Linus Nielsen Feltzing
· 22 years ago
67c977f
added missing line
by Robert Hak
· 22 years ago
1e14000
added legend
by Robert Hak
· 22 years ago
88acd05
initial creation
by Robert Hak
· 22 years ago
0c01f6f
More translations.
by Mats Lidell
· 22 years ago
504bdca
new strings translated
by Arnaud de Bonald
· 22 years ago
Next »