Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
d72bad2f53b10e160820725d647b9b96762b47b8
/
compositor
/
text-backend.c
97863d6
text-input: Clear out context->input pointer
by Daniel Stone
· 9 years ago
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
58f98c9
Move weston source to compositor/
by Pekka Paalanen
· 9 years ago
[Renamed from src/text-backend.c]
d52f3b7
compositor: remove the weston_config field in weston_compositor
by Giulio Camuffo
· 9 years ago
fba27fb
Move the functions launching clients to main.c
by Giulio Camuffo
· 9 years ago
b57f472
Use input method protocol from wayland-protocols
by Jonas Ådahl
· 10 years ago
3bcba34
Use text input protocol from wayland-protocols
by Jonas Ådahl
· 10 years ago
89dcea9
text: Switch to weston_client_start instead of weston_client_launch
by Derek Foreman
· 10 years ago
e821ce6
text: Don't track binding in struct text_backend
by Derek Foreman
· 10 years ago
b4bacd2
text: Launch input method in text_backend_init
by Derek Foreman
· 10 years ago
1281a36
input: Don't test keyboard/pointer/touch pointers
by Derek Foreman
· 10 years ago
ddc2c97
text-backend: Replace focus_listener_initialized with a bool
by Derek Foreman
· 10 years ago
aa9536a
text_backend: make destructor call explicit
by Pekka Paalanen
· 10 years ago
972d1af
text: cleanup text backend style
by Murray Calavera
· 10 years ago
867d50e
Unified multiple definitions of container_of() macro.
by Jon Cruz
· 10 years ago
a0bbfea
src: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
f65f89b
don't attempt to start input method if path is empty
by Murray Calavera
· 10 years ago
2588124
text: handle existing seats on init
by Murray Calavera
· 10 years ago
0f29923
text-input: Replace model with input
by Derek Foreman
· 10 years ago
516d603
text: Fix text-input for multi-seat
by Derek Foreman
· 10 years ago
f0aaa41
text: Don't crash if a seat has no keyboard
by Derek Foreman
· 11 years ago
d09dbb3
text: Use bool for input_panel_visible
by Derek Foreman
· 11 years ago
b1c32f6
text: Remove unused linked list from input_method_context
by Derek Foreman
· 11 years ago
cb5fcea
text: Fix coding style
by Derek Foreman
· 11 years ago
de16d89
Use zalloc instead of calloc(1, ...)
by Bryce Harrington
· 11 years ago
974c094
fix asprintf warnings
by Pekka Paalanen
· 11 years ago
c721043
tests: allow running make check without make install
by Derek Foreman
· 11 years ago
c91408f
Don't bother destroying resources after sending an error
by Jasper St. Pierre
· 11 years ago
c180977
text: Set context->model to NULL when we deactivate text input
by Kristian Høgsberg
· 11 years ago
7395ea0
input: Move the xkb fields from weston_seat to weston_keyboard
by Jonas Ådahl
· 12 years ago
1ea343e
Add cancel function to grab interfaces
by Jonas Ådahl
· 12 years ago
9a6f02a
Copying xkb_info when creating a seat causes problems
by Andrew Wedgbury
· 12 years ago
ead3ef8
text-backend: remove the weston_seat destruction listener on destroy
by Rob Bradford
· 12 years ago
919cddb
Convert to wl_global_create/destroy()
by Kristian Høgsberg
· 12 years ago
a85118c
Use wl_resource_create() for creating resources
by Jason Ekstrand
· 12 years ago
6c8d778
compositor: Remove double free()s in resource destructors
by Kristian Høgsberg
· 12 years ago
44a3863
input: Use wl_resource_get accessor functions for resources
by Jason Ekstrand
· 12 years ago
89d3199
text-backend: Change resources to wl_resource pointers
by Jason Ekstrand
· 12 years ago
0f2ef7e
Use wl_resource_get_user_data for weston_surface resources
by Jason Ekstrand
· 12 years ago
26ed73c
Change weston_surface.resource to a wl_resource pointer.
by Jason Ekstrand
· 12 years ago
a2ce68f
text: Fix misleading error message
by Eduardo Lima (Etrunko)
· 12 years ago
c228e23
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
by Daniel Stone
· 12 years ago
00fd7b8
text-backend: Use new config parser
by Kristian Høgsberg
· 12 years ago
2733700
text: Respawn input method process if it exits
by Eduardo Lima (Etrunko)
· 12 years ago
a50e6e4
config-parser: Honor XDG_CONFIG_DIRS
by Ossama Othman
· 12 years ago
fe7aa90
compositor: Adapt to wl_surface going away
by Kristian Høgsberg
· 12 years ago
2bf8762
input: Eliminate weston_seat::has_pointer/keyboard/touch
by Kristian Høgsberg
· 12 years ago
e314875
input: Merge wl_seat into weston_seat
by Kristian Høgsberg
· 12 years ago
4912454
input: Remove wl_seat destroy signal
by Kristian Høgsberg
· 12 years ago
29139d4
fold wl_keyboard into weston_keyboard
by Kristian Høgsberg
· 12 years ago
cc75ec1
text: Rename input_method to wl_input_method
by Jan Arne Petersen
· 12 years ago
62ece76
text: Rename text_input to wl_text_input
by Jan Arne Petersen
· 12 years ago
00191c7
text: Fix serial handling
by Jan Arne Petersen
· 12 years ago
b41531a
text: Only allow input-method started by weston to bind
by Jan Arne Petersen
· 12 years ago
14da96b
text: Add support for panels following the cursor
by Jan Arne Petersen
· 12 years ago
78d00e4
text: Rename text_model to text_input
by Jan Arne Petersen
· 12 years ago
7ef8eff
text: Order requests and events in a nice way
by Jan Arne Petersen
· 12 years ago
fa35738
text: rename text_model::commit to commit_state
by Jan Arne Petersen
· 12 years ago
ece6b5a
text: Add language and text-direction to protocol
by Jan Arne Petersen
· 12 years ago
1cc9e08
text: Split out cursor_position
by Jan Arne Petersen
· 12 years ago
6138197
text: Add show/hide_input_panel requests
by Jan Arne Petersen
· 12 years ago
0eabcaa
text: Add commit request
by Jan Arne Petersen
· 12 years ago
f255165
text: Remove unused requests/events
by Jan Arne Petersen
· 12 years ago
a75a789
text: fix weston key bindings with input methods
by Jan Arne Petersen
· 12 years ago
adfedc1
text: add support for invoke_action request
by Jan Arne Petersen
· 12 years ago
26ffa81
text: Add content type support to text protocol
by Jan Arne Petersen
· 12 years ago
c7d2a98
text: add serial argument to text protocol
by Jan Arne Petersen
· 12 years ago
4653531
text: add pre-edit styling support to protocol
by Jan Arne Petersen
· 12 years ago
337df95
text: Add support for forwarding key events
by Jan Arne Petersen
· 13 years ago
466b9c1
text: Add support for grabbing the keyboard
by Jan Arne Petersen
· 13 years ago
d9be93b
text: Rename and extend text_model key event
by Jan Arne Petersen
· 13 years ago
674fd1d
text: Start input method from configuration
by Jan Arne Petersen
· 13 years ago
680275f
text: Rename de/activate to enter/leave
by Jan Arne Petersen
· 13 years ago
c1e481e
text: Add reset requets to protocol
by Jan Arne Petersen
· 13 years ago
ce8a443
text: Add support for control keys to the protocol
by Jan Arne Petersen
· 13 years ago
e202bae
text: Add delete_surrounding_text to protocol
by Jan Arne Petersen
· 13 years ago
43f4aa8
text: Add support for pre-edit string
by Jan Arne Petersen
· 13 years ago
30b66ef
text: Split text and input-method protocols
by Jan Arne Petersen
· 13 years ago
cb08f4d
text: Fix set_surrounding_text request
by Jan Arne Petersen
· 13 years ago
620cd62
text: Introduce input_method_context interface
by Jan Arne Petersen
· 13 years ago
b13b9ff
text: Have only one text_model_factory
by Philipp Brüschweiler
· 13 years ago
4c26518
text: Remove surface arg in create_text_model
by Jan Arne Petersen
· 13 years ago
cd8cdcc
text: Deactivate text_model on keyboard focus lost
by Jan Arne Petersen
· 13 years ago
e829adc
text: Assign text_model to a wl_seat
by Jan Arne Petersen
· 13 years ago
de3b6a1
text: Add activate/deactivate events
by Jan Arne Petersen
· 13 years ago
5196374
text: Rename text_model_manager to factory
by Jan Arne Petersen
· 13 years ago
f25602b
Extract the text_model_manager interface from input_method
by Philipp Brüschweiler
· 13 years ago
f97f379
text-backend.c: Whitespace fixes
by Kristian Høgsberg
· 13 years ago
1746781
text-backend: minor fixes
by Philipp Brüschweiler
· 13 years ago
1f17be4
text: Add input_method and text_model interfaces
by Jan Arne Petersen
· 13 years ago