- a87ce29 Draw all icons for player from status_draw. Added set methods for by Mats Lidell · 22 years ago
- 87b66a8 less crap makes better code by Daniel Stenberg · 22 years ago
- 0a4b247 The player firmware now autodetects the LCD type. No need for two player versions anymore by Linus Nielsen Feltzing · 22 years ago
- 6e0a75c better rtc_read() simulation by Daniel Stenberg · 22 years ago
- ec7b5cd missed an snprintf arg by Robert Hak · 22 years ago
- 8b16eef oscillo string added & desc update by Arnaud de Bonald · 22 years ago
- f22851f the simulator simulates rtc now, no need for extra #ifdefs by Daniel Stenberg · 22 years ago
- fc3c39b Add comment when the description has changed. by Daniel Stenberg · 22 years ago
- 52f1bca added %pn option by Robert Hak · 22 years ago
- f9d3d1c added %pn (playlist name) to wps by Robert Hak · 22 years ago
- 3148bc4 Hardware compatibility functions by Linus Nielsen Feltzing · 22 years ago
- 53ccd76 translate new string by Arnaud de Bonald · 22 years ago
- 28e10a9 set the DOCSDIR variable by Daniel Stenberg · 22 years ago
- 875bf5e Player build broke by Linus Nielsen Feltzing · 22 years ago
- b51b24e The abbreviations for days and months are MAX 3 letters, but less may be used. by Daniel Stenberg · 22 years ago
- 9eac76d exit on the button off release event by Daniel Stenberg · 22 years ago
- d557d23 Added oscillograph string. by Daniel Stenberg · 22 years ago
- 091155d make oscillograph always be used, even in simulator since we have a stub by Daniel Stenberg · 22 years ago
- b3438e8 added a silly stub for oscillograph to remove an #ifdef in the actual code by Daniel Stenberg · 22 years ago
- 0ab96fd make credits.c use the generated list of names properly as already done by Daniel Stenberg · 22 years ago
- 6462880 use the generated list of names by Daniel Stenberg · 22 years ago
- 50424ae generate a raw list from the docs/CREDITS file and include that in credits.c by Daniel Stenberg · 22 years ago
- 3a0bde6 include the .pl file in the release archive by Daniel Stenberg · 22 years ago
- 48be942 This is a little script that extracts all the names from the docs/CREDITS by Daniel Stenberg · 22 years ago
- 90f0df8 *slap* by Daniel Stenberg · 22 years ago
- ddad50a Added two new names, and removed the entire right-side column since it isn't by Daniel Stenberg · 22 years ago
- 5c6ecc8 Killed a sim warning by Linus Nielsen Feltzing · 22 years ago
- 1fc66af two new names by Daniel Stenberg · 22 years ago
- bf303de More debug info by Linus Nielsen Feltzing · 22 years ago
- b4ec73d Added cube to the demo menu. by Daniel Stenberg · 22 years ago
- 5768846 fixed the buffer info to use one more decimal, also now require both a key by Daniel Stenberg · 22 years ago
- 2974dcb Added the LANG_CUBE, and added an extra decimal to the buffer info decimals by Daniel Stenberg · 22 years ago
- de5578a Added cube.c to build by Daniel Stenberg · 22 years ago
- 9277d87 Rotating cube demo. by Daniel Stenberg · 22 years ago
- fead32c i18n of time/date setting menu by Markus Braun · 22 years ago
- 46a94be More well-behaved debug screens by Linus Nielsen Feltzing · 22 years ago
- 2f74eaa Added dbg_mpeg_thread() by Linus Nielsen Feltzing · 22 years ago
- 402502f Swapping is now done without the MPEG_SWAP message. Added some debugging functionality by Linus Nielsen Feltzing · 22 years ago
- 2f8f1c7 Some more translations. by Mats Lidell · 22 years ago
- 22a7a2d Added 12 hour clock to status bar on recorders. by Markus Braun · 22 years ago
- c7e0bea prevent storing IDs that are higher than we have knowledge about! by Daniel Stenberg · 22 years ago
- dade571 indent the generated code properly, add an end-of-array marker named by Daniel Stenberg · 22 years ago
- de4a3af re-run the language tools if new ones arrive by Daniel Stenberg · 22 years ago
- 59ed9d0 translation fix by Robert Hak · 22 years ago
- 8f4c504 stupid wrong include by Robert Hak · 22 years ago
- d7529d8 various fixes/additions by Robert Hak · 22 years ago
- 19287a1 2 s's in possible by Robert Hak · 22 years ago
- 749ae8a f2 quickscreen now reachable from f1 menu by Robert Hak · 22 years ago
- 0332ac0 changes for settings reset info by Robert Hak · 22 years ago
- ea8a4cf corrected inability to reset settings by Robert Hak · 22 years ago
- 36dc9c1 cleaning up lines > 80 chars by Robert Hak · 22 years ago
- 1d7c104 hm, it needs to be correct perl syntax too by Daniel Stenberg · 22 years ago
- 36069b3 treat "" 'new' strings as non-existing by Daniel Stenberg · 22 years ago
- 17cf448 better error line, return non-zero on errors by Daniel Stenberg · 22 years ago
- 5fcce4d Now the X11 simulator sets the BUTTON_REL bit properly and thus generates by Daniel Stenberg · 22 years ago
- ea60436 slow down the button check function, this makes the cube look sane in the by Daniel Stenberg · 22 years ago
- f84d6bf Now, try press ON while watching the bounce screen. I'm sure we can think by Daniel Stenberg · 22 years ago
- 4aff85f fixed the quote checking regex to look like the one in genlang by Daniel Stenberg · 22 years ago
- 9e8a1c7 one or more spaces after the terminating quote should be ok too by Daniel Stenberg · 22 years ago
- 09ca5d6 ending space character was not tolerated by genlang by Uwe Freese · 22 years ago
- 752c8ec removed showtext.c by Daniel Stenberg · 22 years ago
- b7292a4 corrected patch info by Robert Hak · 22 years ago
- 57bf2ca how do i apply a patch. by Robert Hak · 22 years ago
- 8a2bd30 BUTTON_OFF was set in the player. my last changed made it apparent by Robert Hak · 22 years ago
- 501e012 I forgot to fix button masks (thanks hardeep) by Robert Hak · 22 years ago
- a0f9f62 changes for the new release by Robert Hak · 22 years ago
- dcb9efa removed button_set_repeat/release() calls since we don't really need to do it by Robert Hak · 22 years ago
- 8279abe declare the lcd_framebuffer "nicer" in the #ifdef by Daniel Stenberg · 22 years ago
- 1017e25 check for quotes better and warn/skip bad ones by Daniel Stenberg · 22 years ago
- 567d84a Paul van der Heu's patch 621633 by Daniel Stenberg · 22 years ago
- bd1bbcb Jose Maria Garcia-Valdecasas' patch 621950 by Daniel Stenberg · 22 years ago
- 5d3515f set HAVE_RTC when building Recorder simulators by Daniel Stenberg · 22 years ago
- 33adade Added an analogue clock to the screen. Adds a perfect excuse for running by Daniel Stenberg · 22 years ago
- 9e64e8e Hebrew translation by Ariel Saghiv. Requires iso8859-8.fnt by Björn Stenberg · 22 years ago
- d4d3a5d rtc_read() and rtc_write() added, and if we now set HAVE_RTC when building by Daniel Stenberg · 22 years ago
- 207e605 fixed bugs link by Daniel Stenberg · 22 years ago
- 3a44d4d Updated web by Björn Stenberg · 22 years ago
- 2931a4b Manual update by Björn Stenberg · 22 years ago
- 1305c88 Made code more like C89. by Mats Lidell · 22 years ago
- 2aab7cc Player simulator uses lcd-playersim for display. by Mats Lidell · 22 years ago
- d5fd94d Player simulator stuff for patterns added. by Mats Lidell · 22 years ago
- 36e935f Created. by Mats Lidell · 22 years ago
- 9138282 Simulator icons not needed. by Mats Lidell · 22 years ago
- 3c8aaec Player simulator should now handle progress bar (if there was progress by Mats Lidell · 22 years ago
- d21d179 Special case for simulator removed. by Mats Lidell · 22 years ago
- 3735a15 Retrieve the first_index from playlist when updating resume settings instead of incorrectly using start_index by Hardeep Sidhu · 22 years ago
- 88098be Enable status bar in usb mode. by Markus Braun · 22 years ago
- 8232306 Added fonts/*.bdf by Björn Stenberg · 22 years ago
- 83eea5a Missed a font by Björn Stenberg · 22 years ago
- bc0feeb Renamed CUSTOM_EQ to CUSTOM_CFG by Björn Stenberg · 22 years ago
- 78971c8 Minor updates by Björn Stenberg · 22 years ago
- cd2de65 Updated by Björn Stenberg · 22 years ago
- 88fdf79 Removed unused fonts. by Björn Stenberg · 22 years ago
- 2768654 link to votes by Daniel Stenberg · 22 years ago
- 0cf2174 no more default.* stuff by Daniel Stenberg · 22 years ago
- 94e4ccb Q39 wps corrected by Daniel Stenberg · 22 years ago
- dfcf3fb corrected the loadable font Q by Daniel Stenberg · 22 years ago
- 0eab44d the complete set of votes and scores by Daniel Stenberg · 22 years ago
- dcfc20f Renamed CUSTOM_EQ_FORMAT to CUSTOM_CFG_FORMAT by Björn Stenberg · 22 years ago
- a0bf4f1 Added progress meter to default player wps by Björn Stenberg · 22 years ago