Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
019203b7faf9fece3b9a12e0698fe1543df7f5d1
019203b
files moved from www/docs/
by Robert Hak
· 22 years ago
52e0e21
don't package hacking
by Robert Hak
· 22 years ago
9d317c0
correction of what file to read
by Robert Hak
· 22 years ago
af25093
*** empty log message ***
by Robert Hak
· 22 years ago
465ba3e
header added
by Robert Hak
· 22 years ago
e2580f6
lets point to the docs dir
by Robert Hak
· 22 years ago
a0a64b0
initial
by Robert Hak
· 22 years ago
4c53939
initial creation
by Robert Hak
· 22 years ago
5f84df9
added reference to UISIMULATOR
by Robert Hak
· 22 years ago
52407c3
added reference to docs dir
by Robert Hak
· 22 years ago
40bafc5
initial move from other directories
by Robert Hak
· 22 years ago
3a5b919
Added a questions about pause using battery life
by Robert Hak
· 22 years ago
b87755e
removed header, each FAQ should look the same
by Robert Hak
· 22 years ago
9cde41a
Futher corrections
by Robert Hak
· 22 years ago
1d0d04f
make mention of the battery fag
by Robert Hak
· 22 years ago
0e4288d
reformated the layout of the images
by Robert Hak
· 22 years ago
a816e46
store the correct index in the resume info when we fire up a single song in a
by Daniel Stenberg
· 22 years ago
b243e24
tshirts tshirts tshirts tshirts!
by Daniel Stenberg
· 22 years ago
6110c98
Consolidated display restore code.
by Markus Braun
· 22 years ago
c7aaca4
Make use of the fixed lcd_getstringsize() for prop fonts.
by Markus Braun
· 22 years ago
bcbb804
Fixed lcd_getstringsize() for prop fonts. Now also counts the blank columns
by Markus Braun
· 22 years ago
8167837
foot.t fogotten
by Robert Hak
· 22 years ago
562a0cb
footer.t forgotten again
by Robert Hak
· 22 years ago
a0300f5
corrected lcd margins for debug menu
by Markus Braun
· 22 years ago
82e8b0b
Removed warning
by Björn Stenberg
· 22 years ago
3a9e7b5
Now updates time display after resume
by Björn Stenberg
· 22 years ago
11d208c
calculate the string width for numerical volume display and time display in
by Markus Braun
· 22 years ago
861eac8
corrected display of values when entering a setting
by Markus Braun
· 22 years ago
1b05752
Always remove double-height when resuming
by Björn Stenberg
· 22 years ago
faacfea
faster redraw of time display
by Markus Braun
· 22 years ago
59429da
Define instead of a number.
by Markus Braun
· 22 years ago
c41dcb9
Now using lcd margins instead of a line offset for displaying status bar.
by Markus Braun
· 22 years ago
5e4c1d2
enabled status bar in menus on recorders
by Markus Braun
· 22 years ago
eef9704
added functions to get the current margins
by Markus Braun
· 22 years ago
65fb5f5
status_draw() now uses lcd_update_rect()
by Björn Stenberg
· 22 years ago
bfc8d0a
Faster, 8-bit bitswap by Magnus Holmgren
by Linus Nielsen Feltzing
· 22 years ago
ef3a3e7
use the gcc option -ffreestanding: (quote from the gcc man page)
by Daniel Stenberg
· 22 years ago
3c10db5
Use same updated method for delta calculation as powermgmt.c uses (maybe
by Heikki Hannikainen
· 22 years ago
97e4a8f
Added draw_screen(id3) after volume change. Fixed bug in player WPS ID3 Info screen. It needed dont_go_to_menu = true and menu_button_is_down = false.
by Justin Heiner
· 22 years ago
bd32dee
Use correct offset (0x14 instead of 0x18) when clearing the RTC user RAM space
by Heikki Hannikainen
· 22 years ago
6f4cd6e
added http:// to a URL, made Q3 spell out that it is for recorders
by Daniel Stenberg
· 22 years ago
84343d8
Initial answers based on what I think is probably right - need to be
by Heikki Hannikainen
· 22 years ago
c5cc90c
Updates
by Björn Stenberg
· 22 years ago
5d0850a
remade the upcoming battery faq to use the generic faq format
by Daniel Stenberg
· 22 years ago
b76bca9
added an A and rewrote in the FAQ format to allow it being ASCII and still
by Daniel Stenberg
· 22 years ago
983a5b6
corrected the lock page URL
by Daniel Stenberg
· 22 years ago
54ed3d6
fix links within A-sections too and improve the parser somewhat
by Daniel Stenberg
· 22 years ago
4d52ba7
convert the faq more
by Daniel Stenberg
· 22 years ago
02cab12
updated faq link
by Daniel Stenberg
· 22 years ago
3d6df95
Added support for the unofficial MPEG version 2.5 format that uses a somewhat
by Daniel Stenberg
· 22 years ago
21febdd
original copied from http://www.dv.co.yu/mpgscript/mpeghdr.htm
by Daniel Stenberg
· 22 years ago
5e5f1e2
When shuffle is ENABLED. And you press PLAY in a dir, the selected song
by Daniel Stenberg
· 22 years ago
43bcd82
Pause now works again (I broke it with my mpeg_is_playing() fix...)
by Björn Stenberg
· 22 years ago
9315282
Fall back to fixed font if loadable font is not present
by Björn Stenberg
· 22 years ago
111597b
fixed missing APPSVERSION definition
by Felix Arends
· 22 years ago
047b8d7
some FAQ battery questions
by Daniel Stenberg
· 22 years ago
34486b7
Merged Hardeep's resume fix. Also mpeg_is_playing() now returns true even when paused (broke some other code).
by Björn Stenberg
· 22 years ago
f210606
Expanded resume options: off/ask/on
by Björn Stenberg
· 22 years ago
c0ea4a7
Added Smart(tm) ID3 displaying to the new 1 Line ID3. If no ID3 is available, it will display the filename instead
by Justin Heiner
· 22 years ago
8c78975
made it output valid C code even if given a filename that starts with a
by Daniel Stenberg
· 22 years ago
eac3cfd
More of the new 1 Line ID3 for the player
by Justin Heiner
· 22 years ago
2095597
Added a 1 Line ID3 display for player that displays the PlaylistPos: Artist - Title on the first line and time on the 2nd line. NOTE: WPS Display saved settings will be loaded incorrectly on the player the first time. Rearranged the WPS Settings menu
by Justin Heiner
· 22 years ago
0d04073
Minor change in display of previous volume display patch
by Justin Heiner
· 22 years ago
80743ff
WPS in player now displays volume level while changing it
by Justin Heiner
· 22 years ago
152c023
Fixed ID3 Scrolling problem (player) when FF/RW in ID3 display mode
by Justin Heiner
· 22 years ago
7113ec0
Fixed bad resume_index in dirs with both folders and files
by Björn Stenberg
· 22 years ago
52dc182
Fixed double-height problem and broken fwd/rew.
by Björn Stenberg
· 22 years ago
6224cdb
Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled.
by Björn Stenberg
· 22 years ago
085e774
reverted Felix Arends' mistake
by Daniel Stenberg
· 22 years ago
8db1feb
win32 makefile
by Felix Arends
· 22 years ago
9ed9765
windows makefile for firmware
by Felix Arends
· 22 years ago
afc9b57
(while I remember this) The width padding is 4-byte aligned, nothing else...
by Daniel Stenberg
· 22 years ago
8cca95b
Added bmp2rb.
by Mats Lidell
· 22 years ago
8a700fe
Created.
by Mats Lidell
· 22 years ago
2f4435c
less stack means more mem for fun and games ;-)
by Daniel Stenberg
· 22 years ago
1ed48d4
basic slash treatment and URL-linking added
by Daniel Stenberg
· 22 years ago
1880165
C++ comments should remain ;-)
by Daniel Stenberg
· 22 years ago
47219b9
fixed a line wrap prob
by Robert Hak
· 22 years ago
a853754
use this script to convert a plain ASCII text into something that looks
by Daniel Stenberg
· 22 years ago
0dfb0bb
generate a more HTMLish faq page
by Daniel Stenberg
· 22 years ago
bd7fc37
No DAC3550A in the recorder
by Linus Nielsen Feltzing
· 22 years ago
a847271
removed code within #ifdef STANDALONE since it doesn't work and isn't ever used.
by Daniel Stenberg
· 22 years ago
a5cc9c9
menu+left/right was broken for volume change. Patch submitted by
by Mats Lidell
· 22 years ago
0edcd0a
VBR ID3 info works again. (I mistakenly left out a line from Hardeep's patch.)
by Björn Stenberg
· 22 years ago
662330e
Button release filter was a little too effective
by Björn Stenberg
· 22 years ago
749d87b
Correction for fast-forward/rewind
by Björn Stenberg
· 22 years ago
cb6bafd
F3 now toggles global_settings.statusbar
by Markus Braun
· 22 years ago
b70d575
removed entry for status bar
by Markus Braun
· 22 years ago
3ed34a6
New backlight settings with always-off
by Linus Nielsen Feltzing
· 22 years ago
1330bfb
Removed 'saving seetings' message, since writing is delayed
by Björn Stenberg
· 22 years ago
70662fc
Save volume changes
by Björn Stenberg
· 22 years ago
6ee90d9
Removed warning
by Björn Stenberg
· 22 years ago
c9d98ca
Added delayed write for settings. Doesn't write until someone else accesses the disk.
by Björn Stenberg
· 22 years ago
5917e81
Now we can have up to 400 files in a directory
by Linus Nielsen Feltzing
· 22 years ago
6262573
Added helpful reminder about copying font file
by Björn Stenberg
· 22 years ago
134c45d
Fixed font target for loadable fonts
by Björn Stenberg
· 22 years ago
dd2bae4
avoid flickering of battery level during the first minute of uptime by taking a voltage sample at power_init
by Heikki Hannikainen
· 22 years ago
fae5b82
Now doesn't truncate the lenght when comparing path components
by Linus Nielsen Feltzing
· 22 years ago
71a8492
very basic desc of loadable fonts
by Robert Hak
· 22 years ago
6246ce5
added tags target for the generated simulator makefile as well
by Daniel Stenberg
· 22 years ago
Next »