summaryrefslogtreecommitdiff
path: root/clients/editor.c
Commit message (Expand)AuthorAgeFilesLines
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-171-0/+1
* Use text input protocol from wayland-protocolsJonas Ådahl2015-11-191-57/+62
* Use [x]zalloc instead of [x]malloc + memsetRyo Munakata2015-08-071-2/+1
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-0/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* editor: warn when write failsBryce Harrington2015-05-191-1/+2
* remove trailing whitespacesMichael Vetter2015-05-151-1/+1
* editor: implement Cut,Copy,PasteManuel Bachmann2015-05-071-3/+166
* editor: Make editor multi-seat awareDerek Foreman2015-01-271-4/+4
* clients: Use xmalloc in a few more placesDerek Foreman2014-11-281-2/+2
* editor: do not crash when text input manager is not availableOlivier Blin2014-09-171-0/+5
* 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