summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2004-06-14avoid empty menu for simulator, caused compile errors in VCJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4740 a1c6a512-1295-4272-9138-f99709370657
2004-06-10Keylock now locks combo keys too (mute, id3 viewer etc)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4732 a1c6a512-1295-4272-9138-f99709370657
2004-06-10Synced to english.lang, and reverted all speech engine dependent tweaksJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4731 a1c6a512-1295-4272-9138-f99709370657
2004-06-10Added MAS read/write functions to the plugin APILinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4728 a1c6a512-1295-4272-9138-f99709370657
2004-06-10Removed vbr_fix, as it now is a pluginLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4727 a1c6a512-1295-4272-9138-f99709370657
2004-06-10Finally, the archos directory sandbox works in the same way for both X11 and ↵Linus Nielsen Feltzing
win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4726 a1c6a512-1295-4272-9138-f99709370657
2004-06-10supporting 4:2:2 vertical subsamplingJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4725 a1c6a512-1295-4272-9138-f99709370657
2004-06-08Othelo removed due to legal issues.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4722 a1c6a512-1295-4272-9138-f99709370657
2004-06-04The /recordings directory is now automatically created in the radio screen ↵Linus Nielsen Feltzing
as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4721 a1c6a512-1295-4272-9138-f99709370657
2004-06-04Now uses the record-pause icon instead of the ordinary pause iconLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4719 a1c6a512-1295-4272-9138-f99709370657
2004-06-03SyncedJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4716 a1c6a512-1295-4272-9138-f99709370657
2004-06-03The Play button now acts as a Pause button during recording instead of ↵Linus Nielsen Feltzing
opening a new file. The new-file feature is moved to the F3 button. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4715 a1c6a512-1295-4272-9138-f99709370657
2004-06-03Removed obsolete sokoban stringLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4714 a1c6a512-1295-4272-9138-f99709370657
2004-06-02Adapted to new grayscale frameworkJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4712 a1c6a512-1295-4272-9138-f99709370657
2004-06-02Major rework of the grayscale framework:Jens Arnold
* api change - all drawing functions now use draw mode, foreground and background shades set globally by separate functions * There are now 4 draw modes for all drawing functions, no more separate functions for inverse drawing * Significant speedup of 1-bit bitmap (and font) drawing (2..3 times) * Some more speed tweaks * Additional functions for horizontal and vertical lines * Copied describing comments to the header file for easier reference * The safety net against an uninitialized grayscale buffer is gone git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4711 a1c6a512-1295-4272-9138-f99709370657
2004-05-27Fixed bug in .rock extension check when scanning pluginsHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4709 a1c6a512-1295-4272-9138-f99709370657
2004-05-26Improved drawing speed by drawing whole columns at once (Matthias)Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4707 a1c6a512-1295-4272-9138-f99709370657
2004-05-26Patch #958658, metronome uses plugin_register_timer nowLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4704 a1c6a512-1295-4272-9138-f99709370657
2004-05-24Added viewers.configLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4700 a1c6a512-1295-4272-9138-f99709370657
2004-05-23removed a bit of obsolete stuffJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4697 a1c6a512-1295-4272-9138-f99709370657
2004-05-23Voiced new onplay menu entryJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4696 a1c6a512-1295-4272-9138-f99709370657
2004-05-23SyncedJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4695 a1c6a512-1295-4272-9138-f99709370657
2004-05-23Added missing (empty) voice: linesJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4694 a1c6a512-1295-4272-9138-f99709370657
2004-05-23now supports images with restart markersJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4693 a1c6a512-1295-4272-9138-f99709370657
2004-05-22Moved genre list and access function to id3.cBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4692 a1c6a512-1295-4272-9138-f99709370657
2004-05-22Improved ff/rw max step calculation (patch #882931 by Craigh Sather)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4691 a1c6a512-1295-4272-9138-f99709370657
2004-05-21Removed 2 unused entries, and corrected a typoJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4689 a1c6a512-1295-4272-9138-f99709370657
2004-05-21Default viewer for .ucl is rockbox_flash.rockJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4688 a1c6a512-1295-4272-9138-f99709370657
2004-05-21After much debating, it has been decided to name talkbox clips ↵Jörg Hohensohn
"_dirname.talk". Please either bulk-rename your clips, or delete and re-generate them with an updated script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4687 a1c6a512-1295-4272-9138-f99709370657
2004-05-21Now the next-song WPS feature worksLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4686 a1c6a512-1295-4272-9138-f99709370657
2004-05-21The USB monitoring started before the ATA thread, leading to badness when ↵Linus Nielsen Feltzing
Rockbox was started from flash with the USB cable inserted git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4685 a1c6a512-1295-4272-9138-f99709370657
2004-05-21Set up default viewers.configBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4682 a1c6a512-1295-4272-9138-f99709370657
2004-05-21Fix: scrolling left/right with even pixel counts caused an address error if ↵Jens Arnold
the buffer width was odd. Some more tweaks and cleanups. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4681 a1c6a512-1295-4272-9138-f99709370657
2004-05-21Default idle-poweroff set to 10 minutes.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4680 a1c6a512-1295-4272-9138-f99709370657
2004-05-21Fixed build errorsBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4679 a1c6a512-1295-4272-9138-f99709370657
2004-05-21Removed filetype_reset()Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4678 a1c6a512-1295-4272-9138-f99709370657
2004-05-21Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4677 a1c6a512-1295-4272-9138-f99709370657
2004-05-21Fixed behaviour when connecting USB, made scrolling a bit faster by not ↵Jens Arnold
emptying the button queue every time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4675 a1c6a512-1295-4272-9138-f99709370657
2004-05-21use the new path to the levels file, the daily build of tomorrow will makeDaniel Stenberg
it appear at this path git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4670 a1c6a512-1295-4272-9138-f99709370657
2004-05-21include the sokoban level fileDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4669 a1c6a512-1295-4272-9138-f99709370657
2004-05-21this is the levels file for sokobanDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4668 a1c6a512-1295-4272-9138-f99709370657
2004-05-21voice in keyboard, inspired by Christopher MooreJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4657 a1c6a512-1295-4272-9138-f99709370657
2004-05-20FIX: The previous update produced a buffer overflow, which broke e.g. the ↵Jens Arnold
jpeg viewer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4656 a1c6a512-1295-4272-9138-f99709370657
2004-05-20Missing function declarationJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4655 a1c6a512-1295-4272-9138-f99709370657
2004-05-20Font support, several speed and size tweaksJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4654 a1c6a512-1295-4272-9138-f99709370657
2004-05-20Preparation for grayscale font supportJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4653 a1c6a512-1295-4272-9138-f99709370657
2004-05-19Removed the grayscale framework, gets linked in from the plugin lib insteadJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4652 a1c6a512-1295-4272-9138-f99709370657
2004-05-19Removed duplicate grayscale frameworkJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4651 a1c6a512-1295-4272-9138-f99709370657
2004-05-19Adapted to new gray_init_buffer()Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4650 a1c6a512-1295-4272-9138-f99709370657
2004-05-19JPEG viewer now uses the 'official' grayscale frameworkJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4649 a1c6a512-1295-4272-9138-f99709370657