index
:
~krh/weston
assign-planes
gbm-surface
input
layers
libweston
master
meego-tablet-shell
menu
nested
next
non-recursive-build
non-recursive-make
output
pointer-lock
popup
protocol-changes
re-exec
remote
renderer
repaint-refactor
session-manager
surface-damage
testing
threads
video
xdg-more-states
xdg-shell-fixes
xwayland-ddx
personal wayland-demos repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
text-backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-03
input: Move the xkb fields from weston_seat to weston_keyboard
Jonas Ådahl
1
-2
/
+2
2013-10-28
Add cancel function to grab interfaces
Jonas Ådahl
1
-0
/
+7
2013-09-11
Copying xkb_info when creating a seat causes problems
Andrew Wedgbury
1
-2
/
+2
2013-07-29
text-backend: remove the weston_seat destruction listener on destroy
Rob Bradford
1
-0
/
+1
2013-07-09
Convert to wl_global_create/destroy()
Kristian Høgsberg
1
-10
/
+7
2013-07-03
Use wl_resource_create() for creating resources
Jason Ekstrand
1
-23
/
+26
2013-06-25
compositor: Remove double free()s in resource destructors
Kristian Høgsberg
1
-4
/
+0
2013-06-14
input: Use wl_resource_get accessor functions for resources
Jason Ekstrand
1
-2
/
+2
2013-06-14
text-backend: Change resources to wl_resource pointers
Jason Ekstrand
1
-72
/
+76
2013-06-14
Use wl_resource_get_user_data for weston_surface resources
Jason Ekstrand
1
-1
/
+1
2013-06-12
Change weston_surface.resource to a wl_resource pointer.
Jason Ekstrand
1
-1
/
+1
2013-06-07
text: Fix misleading error message
Eduardo Lima (Etrunko)
1
-1
/
+1
2013-06-05
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
Daniel Stone
1
-0
/
+2
2013-05-23
text-backend: Use new config parser
Kristian Høgsberg
1
-18
/
+6
2013-05-14
text: Respawn input method process if it exits
Eduardo Lima (Etrunko)
1
-0
/
+23
2013-05-14
config-parser: Honor XDG_CONFIG_DIRS
Ossama Othman
1
-4
/
+5
2013-05-08
compositor: Adapt to wl_surface going away
Kristian Høgsberg
1
-2
/
+2
2013-05-07
input: Eliminate weston_seat::has_pointer/keyboard/touch
Kristian Høgsberg
1
-1
/
+1
2013-05-07
input: Merge wl_seat into weston_seat
Kristian Høgsberg
1
-6
/
+7
2013-05-06
input: Remove wl_seat destroy signal
Kristian Høgsberg
1
-1
/
+1
2013-05-06
fold wl_keyboard into weston_keyboard
Kristian Høgsberg
1
-16
/
+16
2013-05-02
text: Rename input_method to wl_input_method
Jan Arne Petersen
1
-22
/
+22
2013-05-02
text: Rename text_input to wl_text_input
Jan Arne Petersen
1
-17
/
+17
2013-05-02
text: Fix serial handling
Jan Arne Petersen
1
-20
/
+13
2013-05-02
text: Only allow input-method started by weston to bind
Jan Arne Petersen
1
-7
/
+14
2013-05-02
text: Add support for panels following the cursor
Jan Arne Petersen
1
-4
/
+19
2013-05-02
text: Rename text_model to text_input
Jan Arne Petersen
1
-121
/
+121
2013-05-02
text: Order requests and events in a nice way
Jan Arne Petersen
1
-12
/
+12
2013-05-02
text: rename text_model::commit to commit_state
Jan Arne Petersen
1
-3
/
+3
2013-05-02
text: Add language and text-direction to protocol
Jan Arne Petersen
1
-2
/
+44
2013-02-15
text: Split out cursor_position
Jan Arne Petersen
1
-3
/
+15
2013-02-15
text: Add show/hide_input_panel requests
Jan Arne Petersen
1
-2
/
+33
2013-02-15
text: Add commit request
Jan Arne Petersen
1
-1
/
+16
2013-02-15
text: Remove unused requests/events
Jan Arne Petersen
1
-7
/
+0
2013-02-15
text: fix weston key bindings with input methods
Jan Arne Petersen
1
-21
/
+27
2013-02-15
text: add support for invoke_action request
Jan Arne Petersen
1
-1
/
+18
2013-02-15
text: Add content type support to text protocol
Jan Arne Petersen
1
-1
/
+11
2013-02-15
text: add serial argument to text protocol
Jan Arne Petersen
1
-11
/
+20
2013-02-15
text: add pre-edit styling support to protocol
Jan Arne Petersen
1
-4
/
+28
2012-11-27
text: Add support for forwarding key events
Jan Arne Petersen
1
-1
/
+40
2012-11-27
text: Add support for grabbing the keyboard
Jan Arne Petersen
1
-4
/
+103
2012-11-27
text: Rename and extend text_model key event
Jan Arne Petersen
1
-6
/
+21
2012-11-27
text: Start input method from configuration
Jan Arne Petersen
1
-5
/
+129
2012-09-25
text: Rename de/activate to enter/leave
Jan Arne Petersen
1
-2
/
+2
2012-09-12
text: Add reset requets to protocol
Jan Arne Petersen
1
-0
/
+15
2012-09-12
text: Add support for control keys to the protocol
Jan Arne Petersen
1
-1
/
+13
2012-09-12
text: Add delete_surrounding_text to protocol
Jan Arne Petersen
1
-0
/
+12
2012-09-12
text: Add support for pre-edit string
Jan Arne Petersen
1
-1
/
+13
2012-09-12
text: Split text and input-method protocols
Jan Arne Petersen
1
-0
/
+1
2012-09-12
text: Fix set_surrounding_text request
Jan Arne Petersen
1
-19
/
+7
[next]