summaryrefslogtreecommitdiffstats
path: root/apps/recorder/keyboard.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-18HDD6330: Try to adapt the keys for the new touchpad code, remove the non exis...Szymon Dziok1-0/+1
2010-09-19kbd_input(): move sc assignement under #ifdef HAVE_TOUCHSCREENRafaël Carré1-2/+3
2010-08-09Remove old kluge that makes little difference with the new arm toolchain.Nils Wallménius1-5/+0
2010-07-10keyboard: change how charactars are stored in the buffer.Teruaki Kawashima1-86/+82
2010-06-27FS#10925 by myself: add touchscreen support for virtual keyboard.Teruaki Kawashima1-3/+168
2010-06-09keyboard: clean up. remove unneeded #ifdefs.Teruaki Kawashima1-73/+37
2010-06-06Virtual keyboard: enable line edit mode as an alternative on all target. Ther...Marianne Arnold1-11/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-02-25keyboard: accept FS#11047 partially with some modifications. make some parts ...Teruaki Kawashima1-228/+225
2010-02-14keyboard: check length of the last line. avoid dividing by 0.Teruaki Kawashima1-2/+8
2010-02-13keyboard: stretch dispalying of virtual keyboard to fit the screen width if p...Teruaki Kawashima1-1/+17
2010-02-11fix typoSzymon Dziok1-1/+1
2010-02-11Packard Bell Vibe 500: correct main keymaps, enable full keyboard editing, en...Szymon Dziok1-2/+4
2010-02-04keyboard: make some parts of kbd_input into separate functions.Teruaki Kawashima1-339/+341
2010-01-31keyboard: a bit of rework in keyboard.Teruaki Kawashima1-286/+295
2010-01-16FS#10785: Add new context CONTEXT_MORSE_INPUT for keymaps which is used durin...Teruaki Kawashima1-1/+5
2009-12-21fix FS#10870 - slightly change the viewportmanager theme undo-er to be able t...Jonathan Gordon1-1/+1
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-4/+4
2009-11-09keyboard: some random cleanup.Teruaki Kawashima1-126/+71
2009-11-08Merge duplicating code to remove char in keyboard.Teruaki Kawashima1-39/+11
2009-11-08FS#10338: Add "use morse input " entry to settings menuTeruaki Kawashima1-64/+74
2009-11-06Merge duplicating code to move cursor left/right.Teruaki Kawashima1-79/+27
2009-10-06Complete r22917. The icon still overlapped the text slightly.Teruaki Kawashima1-11/+10
2009-10-04Fix FS#7511, icon could overlap the line to edit.Teruaki Kawashima1-55/+57
2009-10-03Fix FS#10597: Loadable keyboard layout rendered incorrectly.Teruaki Kawashima1-39/+43
2009-08-29Samsung YH: Many keymap fixes for keyboard screen, wps, set time/date and qui...Thomas Martitz1-5/+3
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-2/+5
2009-08-12Fix yellows.Thomas Martitz1-1/+2
2009-08-12Both of this isn't needed anymore as it's done at the end of the function.Thomas Martitz1-5/+0
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz1-2/+6
2009-06-20Forgot to commit the change to keyboard.c to make the line edit mode acctuall...Marianne Arnold1-0/+4
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-03-30Some Sansa Fuze keymap work, enable line editing for the keyboard, copy from ...Thomas Martitz1-1/+2
2009-03-23Correct Björn's name in various file headers.Nicolas Pennequin1-1/+1
2009-03-08Fix red.Bertrik Sikken1-0/+1
2009-02-02continuation of last nights statusbar cleanup.Jonathan Gordon1-1/+1
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon1-1/+1
2009-02-01Statusbar handling fixes. Jonathan Gordon1-1/+1
2009-01-05temporarilty disable the statusbar in the keyboard because it doesnt use view...Jonathan Gordon1-3/+5
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-2/+0
2008-10-08add morse input support to the Olympus m:robe 100, patch by Roy Wallace, FS#9450Marcoen Hirschberg1-0/+3
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling1-1/+1
2008-06-28Remove a viewport ambiguity by changing the screens width/heigth members into...Peter D'Hoye1-18/+20
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-29Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in...Peter D'Hoye1-4/+4
2008-05-29move the HAS_BUTTONBAR define to the config-<target>.h filesJonathan Gordon1-5/+0
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken1-0/+1
2008-03-18Make vkeyboard usable on M3.Jens Arnold1-2/+2
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-10/+10
2007-10-10Add the vkeyboard line end beep to (swcodec) targets with non-modal keyboard....Jens Arnold1-2/+11