summaryrefslogtreecommitdiff
path: root/clients/editor.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-0/+1
2015-11-19Use text input protocol from wayland-protocolsJonas Ådahl1-57/+62
2015-08-07Use [x]zalloc instead of [x]malloc + memsetRyo Munakata1-2/+1
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2015-05-19editor: warn when write failsBryce Harrington1-1/+2
2015-05-15remove trailing whitespacesMichael Vetter1-1/+1
2015-05-07editor: implement Cut,Copy,PasteManuel Bachmann1-3/+166
2015-01-27editor: Make editor multi-seat awareDerek Foreman1-4/+4
2014-11-28clients: Use xmalloc in a few more placesDerek Foreman1-2/+2
2014-09-17editor: do not crash when text input manager is not availableOlivier Blin1-0/+5
2014-08-19weston-editor --help worksBill Spitzak1-5/+10
2014-06-24Clients: Fix memleak issues in various clients of westonvivek1-0/+3
2014-05-09editor: Fix cursor positioning with pointer and touchAnder Conselvan de Oliveira1-10/+23
2014-04-21editor: Remove unused variablesKristian Høgsberg1-6/+0
2014-04-21editor: react on Enter, Tab, and Up-Down arrow keysManuel Bachmann1-10/+87
2014-01-07editor: Add missing touch-to-activate for the entriesKristian Høgsberg1-0/+41
2014-01-01editor: Add keyboard_focus handler to schedule repaintKristian Høgsberg1-0/+12
2013-10-13Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand1-1/+1
2013-08-07clients: use xmalloc in more placesBrian Lovin1-1/+2
2013-07-12editor: Support shift-left/right for selecting textRob Bradford1-2/+4
2013-07-09clients/editor.c: Draw cursor at correct verical positionPeter Maatman1-2/+2
2013-07-09clients/editor.c: Ignore ESC keyPeter Maatman1-1/+3
2013-07-02editor: Fix segfault when deleting the first characterDaiki Ueno1-2/+2
2013-06-04editor: Do not commit/preedit after invalid deleteJan Arne Petersen1-14/+41
2013-06-04editor: Improve checks on delete add assertsJan Arne Petersen1-1/+5
2013-06-04editor: Properly adjust cursor on deleteJan Arne Petersen1-4/+7
2013-06-04editor: Support deleting text in preedit_stringJan Arne Petersen1-2/+11
2013-06-04editor: Fix text selectionJan Arne Petersen1-32/+44
2013-05-10editor: Removed unused utf8_characters() functionKristian Høgsberg1-11/+0
2013-05-06editor: Fix some offsets for multi-byte charactersJan Arne Petersen1-52/+48
2013-05-02text: Rename text_input to wl_text_inputJan Arne Petersen1-59/+59
2013-05-02text: delete text on commit_stringJan Arne Petersen1-14/+30
2013-05-02text: Fix serial handlingJan Arne Petersen1-10/+14
2013-05-02editor: Send cursor position to the input methodJan Arne Petersen1-0/+38
2013-05-02editor: Only delete on backspace key releasedJan Arne Petersen1-0/+3
2013-05-02text: Rename text_model to text_inputJan Arne Petersen1-71/+71
2013-05-02text: Order requests and events in a nice wayJan Arne Petersen1-7/+7
2013-05-02text: rename text_model::commit to commit_stateJan Arne Petersen1-1/+1
2013-05-02editor: Reset text model on resetJan Arne Petersen1-4/+3
2013-05-02text: Add example for language/text directionJan Arne Petersen1-1/+35
2013-05-02text: Add language and text-direction to protocolJan Arne Petersen1-1/+19
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-1/+1
2013-02-15text: Split out cursor_positionJan Arne Petersen1-12/+38
2013-02-15text: Add show/hide_input_panel requestsJan Arne Petersen1-1/+29
2013-02-15text: Add commit requestJan Arne Petersen1-0/+2
2013-02-15text: Remove unused requests/eventsJan Arne Petersen1-21/+0
2013-02-15editor: Add support for backspace keysym eventsJan Arne Petersen1-0/+18
2013-02-15editor: add support for invoke_actionJan Arne Petersen1-11/+41
2013-02-15editor: Add content type exampleJan Arne Petersen1-17/+20