66 Commits (45641affe2a6de7c3cba8782f07a0dee501bc545)

Author SHA1 Message Date
Bryce Harrington de16d89306 Use zalloc instead of calloc(1, ...) 11 years ago
Pekka Paalanen 974c094060 fix asprintf warnings 11 years ago
Derek Foreman c7210434d4 tests: allow running make check without make install 11 years ago
Jasper St. Pierre c91408f3fb Don't bother destroying resources after sending an error 11 years ago
Kristian Høgsberg c180977e7c text: Set context->model to NULL when we deactivate text input 11 years ago
Jonas Ådahl 7395ea05c7 input: Move the xkb fields from weston_seat to weston_keyboard 12 years ago
Jonas Ådahl 1ea343e1be Add cancel function to grab interfaces 12 years ago
Andrew Wedgbury 9a6f02a6b1 Copying xkb_info when creating a seat causes problems 12 years ago
Rob Bradford ead3ef8c77 text-backend: remove the weston_seat destruction listener on destroy 12 years ago
Kristian Høgsberg 919cddb0ab Convert to wl_global_create/destroy() 12 years ago
Jason Ekstrand a85118c1b8 Use wl_resource_create() for creating resources 12 years ago
Kristian Høgsberg 6c8d778646 compositor: Remove double free()s in resource destructors 12 years ago
Jason Ekstrand 44a3863a17 input: Use wl_resource_get accessor functions for resources 12 years ago
Jason Ekstrand 89d319978e text-backend: Change resources to wl_resource pointers 12 years ago
Jason Ekstrand 0f2ef7ebd3 Use wl_resource_get_user_data for weston_surface resources 12 years ago
Jason Ekstrand 26ed73cee8 Change weston_surface.resource to a wl_resource pointer. 12 years ago
Eduardo Lima (Etrunko) a2ce68fd03 text: Fix misleading error message 12 years ago
Daniel Stone c228e23b05 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS 12 years ago
Kristian Høgsberg 00fd7b82f0 text-backend: Use new config parser 12 years ago
Eduardo Lima (Etrunko) 2733700bb4 text: Respawn input method process if it exits 12 years ago
Ossama Othman a50e6e4c50 config-parser: Honor XDG_CONFIG_DIRS 12 years ago
Kristian Høgsberg fe7aa90ed4 compositor: Adapt to wl_surface going away 12 years ago
Kristian Høgsberg 2bf876282f input: Eliminate weston_seat::has_pointer/keyboard/touch 12 years ago
Kristian Høgsberg e314875d00 input: Merge wl_seat into weston_seat 12 years ago
Kristian Høgsberg 4912454ba4 input: Remove wl_seat destroy signal 12 years ago
Kristian Høgsberg 29139d4a45 fold wl_keyboard into weston_keyboard 12 years ago
Jan Arne Petersen cc75ec11ca text: Rename input_method to wl_input_method 12 years ago
Jan Arne Petersen 62ece76b1e text: Rename text_input to wl_text_input 12 years ago
Jan Arne Petersen 00191c7c4a text: Fix serial handling 12 years ago
Jan Arne Petersen b41531a88e text: Only allow input-method started by weston to bind 12 years ago
Jan Arne Petersen 14da96bf81 text: Add support for panels following the cursor 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 ece6b5af51 text: Add language and text-direction to protocol 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 a75a789fc1 text: fix weston key bindings with input methods 12 years ago
Jan Arne Petersen adfedc1965 text: add support for invoke_action request 12 years ago
Jan Arne Petersen 26ffa814d9 text: Add content type support to text protocol 12 years ago
Jan Arne Petersen c7d2a9839b text: add serial argument to text protocol 12 years ago
Jan Arne Petersen 4653531e7a text: add pre-edit styling support to protocol 12 years ago
Jan Arne Petersen 337df952f8 text: Add support for forwarding key events 13 years ago
Jan Arne Petersen 466b9c1047 text: Add support for grabbing the keyboard 13 years ago
Jan Arne Petersen d9be93b964 text: Rename and extend text_model key event 13 years ago
Jan Arne Petersen 674fd1d625 text: Start input method from configuration 13 years ago
Jan Arne Petersen 680275fbf1 text: Rename de/activate to enter/leave 13 years ago
Jan Arne Petersen c1e481efb1 text: Add reset requets to protocol 13 years ago