90 Commits (e91b6e9c62847f4fa00be4f813da94ee050d0b94)

Author SHA1 Message Date
Jussi Kukkonen 649bbce607 include stdint.h for int32_t/uint32_t 8 years ago
Bryce Harrington e99e4bf2b9 clients & tests: Unify multiple definitions of x*alloc and related functions 9 years ago
Jonas Ådahl 3bcba347a2 Use text input protocol from wayland-protocols 9 years ago
Ryo Munakata 5e653caa4a Use [x]zalloc instead of [x]malloc + memset 9 years ago
Jon Cruz 35b2eaa989 Moved helper macro to a discrete include file. 9 years ago
Bryce Harrington 1f6b0d1d2c clients: Update boilerplate from MIT X11 license to MIT Expat licenses 9 years ago
Bryce Harrington 7dd12ec713 editor: warn when write fails 9 years ago
Michael Vetter 2a18a52844 remove trailing whitespaces 9 years ago
Manuel Bachmann 22f3430175 editor: implement Cut,Copy,Paste 10 years ago
Derek Foreman 237a684e40 editor: Make editor multi-seat aware 10 years ago
Derek Foreman 2204492636 clients: Use xmalloc in a few more places 10 years ago
Olivier Blin 30e1f3c311 editor: do not crash when text input manager is not available 10 years ago
Bill Spitzak bb0bb9ce96 weston-editor --help works 10 years ago
vivek 31732f7c68 Clients: Fix memleak issues in various clients of weston 10 years ago
Ander Conselvan de Oliveira 8e37d96bf7 editor: Fix cursor positioning with pointer and touch 11 years ago
Kristian Høgsberg 6375ea02e5 editor: Remove unused variables 11 years ago
Manuel Bachmann 8986c18f69 editor: react on Enter, Tab, and Up-Down arrow keys 11 years ago
Kristian Høgsberg 966e3ed247 editor: Add missing touch-to-activate for the entries 11 years ago
Kristian Høgsberg 7885890df8 editor: Add keyboard_focus handler to schedule repaint 11 years ago
Jason Ekstrand ee7fefcffc Rename frame_create and frame_set_child_size with a window_ prefix 11 years ago
Brian Lovin bc91926e0c clients: use xmalloc in more places 11 years ago
Rob Bradford 7000283741 editor: Support shift-left/right for selecting text 11 years ago
Peter Maatman b9a23f4fb8 clients/editor.c: Draw cursor at correct verical position 11 years ago
Peter Maatman 08c38d4bc5 clients/editor.c: Ignore ESC key 11 years ago
Daiki Ueno b08b3296b8 editor: Fix segfault when deleting the first character 11 years ago
Jan Arne Petersen 8ccb7cc258 editor: Do not commit/preedit after invalid delete 11 years ago
Jan Arne Petersen 895a128ce1 editor: Improve checks on delete add asserts 11 years ago
Jan Arne Petersen 9eaa8e51ca editor: Properly adjust cursor on delete 11 years ago
Jan Arne Petersen a96953dffa editor: Support deleting text in preedit_string 11 years ago
Jan Arne Petersen 1c45b4a4a9 editor: Fix text selection 11 years ago
Kristian Høgsberg a0868a2d64 editor: Removed unused utf8_characters() function 12 years ago
Jan Arne Petersen 685168661a editor: Fix some offsets for multi-byte characters 12 years ago
Jan Arne Petersen 62ece76b1e text: Rename text_input to wl_text_input 12 years ago
Jan Arne Petersen 919bc149e1 text: delete text on commit_string 12 years ago
Jan Arne Petersen 00191c7c4a text: Fix serial handling 12 years ago
Jan Arne Petersen fe89e713ca editor: Send cursor position to the input method 12 years ago
Jan Arne Petersen dfd344609a editor: Only delete on backspace key released 12 years ago
Jan Arne Petersen 78d00e45cc text: Rename text_model to text_input 12 years ago
Jan Arne Petersen 7ef8effca5 text: Order requests and events in a nice way 12 years ago
Jan Arne Petersen fa3573852d text: rename text_model::commit to commit_state 12 years ago
Jan Arne Petersen 08015b6ba0 editor: Reset text model on reset 12 years ago
Jan Arne Petersen 9d41913eff text: Add example for language/text direction 12 years ago
Jan Arne Petersen ece6b5af51 text: Add language and text-direction to protocol 12 years ago
Kristian Høgsberg 4172f668e7 Pass argc pointer to parse_options() 12 years ago
Jan Arne Petersen 1cc9e08d2f text: Split out cursor_position 12 years ago
Jan Arne Petersen 6138197337 text: Add show/hide_input_panel requests 12 years ago
Jan Arne Petersen 0eabcaafae text: Add commit request 12 years ago
Jan Arne Petersen f255165bd4 text: Remove unused requests/events 12 years ago
Jan Arne Petersen 3fb6e71814 editor: Add support for backspace keysym events 12 years ago
Jan Arne Petersen 3489ba9c21 editor: add support for invoke_action 12 years ago