rockbox/apps/recorder
Roman 1fa3f5906e Swap over a position of cursor while reaching the end of filename in keyboard
In sansa clip + with virtual keyboard you can write/rename a stuff and move
your cursor in the filename field. But while your cursor reaches the end/start
of filename it just blocks the movement of cursor and beeps if you enabled the
"Voice Menu" feature. This patch swaps over cursor to the start/end of filename
instead of just blocking movement.

Change-Id: I37450df062df60ef4c0d747c13e448d0adbde05b
Reviewed-on: http://gerrit.rockbox.org/503
Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
2013-07-09 18:43:10 +02:00
..
albumart.c Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +00:00
albumart.h Fix warning in android build. 2011-02-27 21:09:36 +00:00
bmp.c bitmap drawing: Negate alpha channel to match alpha information format of font files. 2013-02-12 10:29:25 +01:00
bmp.h Support for transparency in 32bit bitmaps on color targets. 2011-11-08 21:36:49 +00:00
icons.c FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. 2011-12-14 21:45:25 +00:00
icons.h FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. 2011-12-14 21:45:25 +00:00
jpeg_common.h Move YUV->RGB in JPEG load from before scaler to after scaler. Required change to struct custom_format, so sorted the plugin API as well. 2009-05-06 04:53:56 +00:00
jpeg_idct_arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
jpeg_load.c Set alpha_offset to zero when loading a JPEG. 2011-11-09 23:25:36 +00:00
jpeg_load.h Embedded album art support in MP3/ID3v2 tags. 2011-02-09 20:13:13 +00:00
keyboard.c Swap over a position of cursor while reaching the end of filename in keyboard 2013-07-09 18:43:10 +02:00
pcm_record.c SWCODEC recording: Boost CPU frequency before doing flush on stop 2013-07-09 07:36:22 -04:00
pcm_record.h Update software recording engine to latest codec interface. 2013-06-30 00:40:27 +02:00
peakmeter.c Clean up peak calculating code. 2012-05-02 20:53:07 -04:00
peakmeter.h Make function calc_db in peakmeter.c static 2011-10-04 21:25:26 +00:00
recording.c 19b289a somehow missed one last LANG_RECORDING_FREQUENCY. 2013-07-06 17:37:08 -04:00
recording.h Fix yellow 2011-01-29 15:14:23 +00:00
resize.c Fix bitmap scaling for Coldfire. Closes FS#12411. 2011-12-19 19:17:13 +00:00
resize.h Adapt the resize-on-load image scalers to support the alpha channel. 2011-11-08 21:39:23 +00:00