1. 5572904 chessbox: Fixes and enhancements by Solomon Peachy · 5 years ago
  2. 4edaf3f FS#7912: Voice enable the chessbox plugin by Solomon Peachy · 6 years ago
  3. 75fe78c Handle SYS_POWEROFF event in recorder and chessbox plugins by Solomon Peachy · 6 years ago
  4. 1fa7c56 Fix for Chessbox bug FS#10363 by William Wilgus · 8 years ago
  5. 37522ec Remove Whitespaces from chessbox by William Wilgus · 8 years ago
  6. a507bb2 YH8xx,YH9xx: Keymap improvement by Sebastian Leonhardt · 9 years ago
  7. f01fb3c Fix chessbox keymap handling by Sebastian Leonhardt · 9 years ago
  8. ba03cb4 Make local functions static in clock and chessbox plugin by Bertrik Sikken · 13 years ago
  9. 27d153d Fix nearly all residual 'variable set but not used' warnings reported from GCC 4.6.0. by Andree Buschmann · 13 years ago
  10. f7c4594 Fix further 'variable set but not used' warnings reported from GCC 4.6.0. by Andree Buschmann · 13 years ago
  11. f9f89cf RaaA: Fix write locations of plugins by Thomas Jarosch · 14 years ago
  12. 5615881 Remove a bunch of build conditions inside .c files by Rafaël Carré · 14 years ago
  13. cae4ae2 Second try: Introduce plugin_crt0.c that every plugin links. by Thomas Martitz · 14 years ago
  14. 93cb949 Revert "Introduce plugin_crt0.c that every plugin links." by Thomas Martitz · 14 years ago
  15. abdc593 Introduce plugin_crt0.c that every plugin links. by Thomas Martitz · 14 years ago
  16. 0a1d7c2 Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. by Thomas Martitz · 14 years ago
  17. 2512357 Fix STRIDE macro for multiscreen and add stride support for picture lib. by Karl Kurbjun · 15 years ago
  18. 5fc5b50 Chessbox and Flipit: Add support for vertical strides. by Karl Kurbjun · 15 years ago
  19. b0232e0 Correct the preprocessor condition introduced in r20112, also include FS#9958 by Alexander Levin. by Thomas Martitz · 16 years ago
  20. bb45f0e Archos and other low mem don't have playback in chessbox, so don't show the menu there by Thomas Martitz · 16 years ago
  21. 15dbde1 Accept the first patch at FS#9953 - Add Playback Control to more plugins, by Joshua Simmons by Thomas Martitz · 16 years ago
  22. 499426c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c by Andrew Mahone · 16 years ago
  23. 23d9812 loader-initialized global plugin API: by Andrew Mahone · 16 years ago
  24. c6b3d38 New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. by Björn Stenberg · 16 years ago
  25. 7d4cebd Slight clean up of splash calls, use HZ instead of explicit numbers by Nils Wallménius · 16 years ago
  26. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  27. 6526577 Plugin parameters should be const. by Steve Bavin · 16 years ago
  28. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
  29. 5ca1539 the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems. by Jonathan Gordon · 17 years ago
  30. 106ac75 Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom and mpegplayer are disabled because of the not yet implemented greyscale library, and zxbox used 2-bit greyscale for now. * Slight optimisation for the (currently unused except on M3) 2-bit greyscale code in zxbox. * Simplified button definitions in chessbox. by Jens Arnold · 17 years ago
  31. 6e20944 - add button descriptions to the m:robe 100 manual for the majority of plugins by Robert Kukla · 17 years ago
  32. d6c8b57 M:Robe 100: add button definition/bitmaps to plugins and enable compilation by Robert Kukla · 17 years ago
  33. 81ba146 Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere. by Jonathan Gordon · 17 years ago
  34. 38548c7 Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly. by Karl Kurbjun · 17 years ago
  35. df1f0d6 Chessbox: ported to c200, also simplify the tile size calculation (thanks to Jens). Just retrieve it from the assigned bmp (same as e.g. Sudoku does), so that there's no need to check for lcd resolution in two different places. Update the manual. by Marianne Arnold · 17 years ago
  36. d9bf26a Remove the ability to restart chessbox with a button (combo). It became redundant since there is a menu item for it; it didn't work on M5 or X5 before and there was a good chance of restarting accidentally. Also update the manual accordingly. by Marianne Arnold · 17 years ago
  37. 5ccf180 Accept patch from FS#7174 by Mauricio Peccorini with canges by me and Igor Kuzmin, chessbox now saves played games in a pgn file called .rockbox/rocks/games/chessbox.pgn by Nils Wallménius · 17 years ago
  38. fda7d72 Accept FS#5464 - organise the rocks directory. by Jonathan Gordon · 17 years ago
  39. 5490f6c Chessbox plugin: Reset computer thinking time on forced play (FS #5135) by Peter D'Hoye · 17 years ago
  40. b701322 Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. by Jens Arnold · 17 years ago
  41. 3e190c8 Accept FS#7209 by Mauricio Peccorini, Make chessbox able to view games stored in PGN format by Nils Wallménius · 17 years ago
  42. b85817a Update some comments in menu.h to be hopefully more helpful. by Jonathan Gordon · 17 years ago
  43. a7168fe attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself by Marcoen Hirschberg · 17 years ago
  44. 6ea228d fix warnings by Marcoen Hirschberg · 17 years ago
  45. 0d02c13 add a menu to the chessbox plugin, FS #7186 by Mauricio Peccorini by Marcoen Hirschberg · 17 years ago
  46. 85a226d Rename some macros to account for the recently added M5 port. No code changes. by Jens Arnold · 18 years ago
  47. 4d6374c Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. by Jens Arnold · 18 years ago
  48. d64e626 Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. by Dave Chapman · 18 years ago
  49. 1a9442c Hopefully clean up some errors by Karl Kurbjun · 18 years ago
  50. d6b0c97 Don't need to remove the backdrop for all plugins - leave it up for some. by Karl Kurbjun · 18 years ago
  51. 24f4a2a Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. by Barry Wardell · 18 years ago
  52. 1e88be5 Barry Wardell's keymappings for H10 by Daniel Stenberg · 18 years ago
  53. 0e027bd To avoid having to use the main unit when accidentally launching a plugin from the remote, plugins now support remote quit by Kevin Ferrare · 18 years ago
  54. 7b22e99 Chessbox: Patch #5052 by Miguel A. Arevalo: opening book. * Simplified drawing of board borders, and fixed a graphical glitch only visible on targets where all 4 borders are visible (ipod mini). by Jens Arnold · 18 years ago
  55. 7aac752 Chessbox: New pieces for ipod mini, and simplified, easier recognisable pieces for the tiny archos LCD, by Marianne Arnold. * Mapped restart button for Ondios & recorders. by Jens Arnold · 18 years ago
  56. 0468064 ChessBox: Add 10x8 pixel pieces for the Archoses from Miguel A. Arévalo (P#4921) by Martin Arver · 19 years ago
  57. b1cd329 Build chessbox for the X5 by Dave Chapman · 19 years ago
  58. 789e01b latest update by Miguel Arevalo by Marcoen Hirschberg · 19 years ago
  59. 7ceadd7 Patch #4736 for Chessbox from Miguel A. Arévalo - Added support for user interaction while thinking, you can force move now with PLAY and quit with OFF (iRiver example). Yield only on Search as any Evaluate will be preceded by a Search. Plus some minor code policing from me to remove tabs in both the patch and the original code by Dave Chapman · 19 years ago
  60. 8d0a32e gigabeat related changes by Marcoen Hirschberg · 19 years ago
  61. 40d99f4 Made chessbox work on archos recorders and Ondios as an overlay. * Proper button handling for Ondio. * Some cleanup of the plugin SOURCES file. by Jens Arnold · 19 years ago
  62. a3cfe0a Fixes to Chessclock from Miguel (to make it work again after we broke his patch), plus iPod button mapping changes from me by Dave Chapman · 19 years ago
  63. 6e075eb Add chessbox to the build system (currently only for iRiver H1x0/H3x0 and iPods - it is too large for the Archos plugin buffer) by Dave Chapman · 19 years ago
  64. 289cee8 Correct Miguel's last name pt. 2 by Hristo Kovachev · 19 years ago
  65. 9152272 New chessbox plugin by Miguel A. ArГ©valo, based on GNU Chess v2 by Hristo Kovachev · 19 years ago