summaryrefslogtreecommitdiff
path: root/clients/editor.c
Commit message (Expand)AuthorAgeFilesLines
* weston-editor --help worksBill Spitzak2014-08-191-5/+10
* Clients: Fix memleak issues in various clients of westonvivek2014-06-241-0/+3
* editor: Fix cursor positioning with pointer and touchAnder Conselvan de Oliveira2014-05-091-10/+23
* editor: Remove unused variablesKristian Høgsberg2014-04-211-6/+0
* editor: react on Enter, Tab, and Up-Down arrow keysManuel Bachmann2014-04-211-10/+87
* editor: Add missing touch-to-activate for the entriesKristian Høgsberg2014-01-071-0/+41
* editor: Add keyboard_focus handler to schedule repaintKristian Høgsberg2014-01-011-0/+12
* Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand2013-10-131-1/+1
* clients: use xmalloc in more placesBrian Lovin2013-08-071-1/+2
* editor: Support shift-left/right for selecting textRob Bradford2013-07-121-2/+4
* clients/editor.c: Draw cursor at correct verical positionPeter Maatman2013-07-091-2/+2
* clients/editor.c: Ignore ESC keyPeter Maatman2013-07-091-1/+3
* editor: Fix segfault when deleting the first characterDaiki Ueno2013-07-021-2/+2
* editor: Do not commit/preedit after invalid deleteJan Arne Petersen2013-06-041-14/+41
* editor: Improve checks on delete add assertsJan Arne Petersen2013-06-041-1/+5
* editor: Properly adjust cursor on deleteJan Arne Petersen2013-06-041-4/+7
* editor: Support deleting text in preedit_stringJan Arne Petersen2013-06-041-2/+11
* editor: Fix text selectionJan Arne Petersen2013-06-041-32/+44
* editor: Removed unused utf8_characters() functionKristian Høgsberg2013-05-101-11/+0
* editor: Fix some offsets for multi-byte charactersJan Arne Petersen2013-05-061-52/+48
* text: Rename text_input to wl_text_inputJan Arne Petersen2013-05-021-59/+59
* text: delete text on commit_stringJan Arne Petersen2013-05-021-14/+30
* text: Fix serial handlingJan Arne Petersen2013-05-021-10/+14
* editor: Send cursor position to the input methodJan Arne Petersen2013-05-021-0/+38
* editor: Only delete on backspace key releasedJan Arne Petersen2013-05-021-0/+3
* text: Rename text_model to text_inputJan Arne Petersen2013-05-021-71/+71
* text: Order requests and events in a nice wayJan Arne Petersen2013-05-021-7/+7
* text: rename text_model::commit to commit_stateJan Arne Petersen2013-05-021-1/+1
* editor: Reset text model on resetJan Arne Petersen2013-05-021-4/+3
* text: Add example for language/text directionJan Arne Petersen2013-05-021-1/+35
* text: Add language and text-direction to protocolJan Arne Petersen2013-05-021-1/+19
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-201-1/+1
* text: Split out cursor_positionJan Arne Petersen2013-02-151-12/+38
* text: Add show/hide_input_panel requestsJan Arne Petersen2013-02-151-1/+29
* text: Add commit requestJan Arne Petersen2013-02-151-0/+2
* text: Remove unused requests/eventsJan Arne Petersen2013-02-151-21/+0
* editor: Add support for backspace keysym eventsJan Arne Petersen2013-02-151-0/+18
* editor: add support for invoke_actionJan Arne Petersen2013-02-151-11/+41
* editor: Add content type exampleJan Arne Petersen2013-02-151-17/+20
* editor: add support for pre-edit stylingJan Arne Petersen2013-02-151-283/+161
* editor: support commit on resetJan Arne Petersen2013-02-151-5/+49
* text: add serial argument to text protocolJan Arne Petersen2013-02-151-1/+12
* text: add pre-edit styling support to protocolJan Arne Petersen2013-02-151-28/+45
* editor: Add support for editing text using the keyboardRob Bradford2012-11-271-0/+81
* text: Send more information with keysym eventsJan Arne Petersen2012-11-271-21/+30
* text: Rename and extend text_model key eventJan Arne Petersen2012-11-271-5/+16
* editor: Remove preedit text on startupJan Arne Petersen2012-11-081-1/+0
* editor: Initalize editor struct with 0Jan Arne Petersen2012-11-081-0/+2
* editor: Fix handling of UTF-8 textJan Arne Petersen2012-11-081-12/+84
* Remove some dead code.John Kåre Alsaker2012-10-161-3/+1