103 Commits (a08be33890a47da2da9487f3008a6e6b99371c24)

Author SHA1 Message Date
Marius Vlad b3544c26ad clients/window: Add functions to set/retrieve app_id 3 years ago
Daniel Stone dd8219b3fb option-parser: Make bools boolean 5 years ago
Antonio Borneo 3957863667 log: remove "%m" from format strings by using strerror(errno) 5 years ago
Pekka Paalanen 91b1010de9 Rename config-parser.h to libweston/config-parser.h 6 years ago
Derek Foreman 11b6242ba9 clients: Don't crash when compositor doesn't support drag and drop 7 years ago
Joshua Watt 8093fd5db2 clients/editor: Toggle panel visibility on click 7 years ago
Raúl Peñacoba 745e647f18
editor: Add missing free() and display_destroy() in main 8 years ago
Peter Hutterer c8b46459d7 clients: fix errno handling 8 years ago
Quentin Glidic db776dbecf
editor: Drop g_type_init() call 8 years ago
Bryce Harrington 411ffabbb5 editor: Load a file if specified on command line 8 years ago
Bryce Harrington 3d90da21fe editor: Use parse_options() from shared for command line options 8 years ago
Silvan Jegen e31d95f262 weston-editor: Free preferred_language in text_entry_destroy 8 years ago
Derek Foreman 2af7e208cf weston-editor: Close the data source after sending 8 years ago
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