Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
61e5a2727a0625a7f082ced749b6d41f88ea84e3
/
clients
/
keyboard.c
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
ea0316a
keyboard: Only set toplevel when there is a valid output
by Armin Krezović
· 9 years ago
e99e4bf
clients & tests: Unify multiple definitions of x*alloc and related functions
by Bryce Harrington
· 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
1f6b0d1
clients: Update boilerplate from MIT X11 license to MIT Expat licenses
by Bryce Harrington
· 10 years ago
2a18a52
remove trailing whitespaces
by Michael Vetter
· 10 years ago
814f0ee
keyboard: do not crash when input panel is not available
by Olivier Blin
· 11 years ago
762b231
clients: Initialize label in keyboard handling code
by Bryce W. Harrington
· 11 years ago
301f06b
keyboard: add the missing symbols layout, fix arabic layout
by Manuel Bachmann
· 11 years ago
9cd661e
Make sure config.h is included before any system headers
by Andrew Wedgbury
· 11 years ago
d6d3b37
keyboard: Make debug output less verbose
by Kristian Høgsberg
· 11 years ago
700d6ad
keyboard: Don't strcat() into a strdup()ed string
by Kristian Høgsberg
· 11 years ago
a548b4b
keyboard: Fix insert_text() string utility
by Kristian Høgsberg
· 11 years ago
ef9c8eb
keyboard: Handle touch up event
by Kristian Høgsberg
· 11 years ago
a8e627f
keyboard: Add rudimentary touch support to keyboard.
by Brian J Lovin
· 12 years ago
20ffdff
keyboard: Don't use next_utf8_char() to go back where we came from
by Kristian Høgsberg
· 12 years ago
f3d6227
malloc + memset -> zalloc
by Peter Hutterer
· 12 years ago
bc91926
clients: use xmalloc in more places
by Brian Lovin
· 12 years ago
d8aa332
keyboard: Fix offsets when deleting text
by Jan Arne Petersen
· 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
8f2f764
keyboard: Remove unneded calls
by Jan Arne Petersen
· 12 years ago
919bc14
text: delete text on commit_string
by Jan Arne Petersen
· 12 years ago
00191c7
text: Fix serial handling
by Jan Arne Petersen
· 12 years ago
7cd29e1
text: Add output argument to set_toplevel
by Jan Arne Petersen
· 12 years ago
85ecaa5
text: Add "none" preedit-style
by Jan Arne Petersen
· 12 years ago
78d00e4
text: Rename text_model to text_input
by Jan Arne Petersen
· 12 years ago
b8b76a6
keyboard: Reset state on activate
by Jan Arne Petersen
· 12 years ago
9d41913
text: Add example for language/text direction
by Jan Arne Petersen
· 12 years ago
ece6b5a
text: Add language and text-direction to protocol
by Jan Arne Petersen
· 12 years ago
4172f66
Pass argc pointer to parse_options()
by Kristian Høgsberg
· 12 years ago
1cc9e08
text: Split out cursor_position
by Jan Arne Petersen
· 12 years ago
0eabcaa
text: Add commit request
by Jan Arne Petersen
· 12 years ago
ffbb20f
text: Move input_panel interface to input-method
by Jan Arne Petersen
· 12 years ago
2dc3b3f
keyboard: add support for invoke_action
by Jan Arne Petersen
· 12 years ago
e475f29
keyboard: Add support for a numeric layout
by Jan Arne Petersen
· 12 years ago
49a3fb3
keyboard: Add support for pre-edit styling
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
cd99706
text: Send more information with keysym events
by Jan Arne Petersen
· 13 years ago
d9be93b
text: Rename and extend text_model key event
by Jan Arne Petersen
· 13 years ago
5ec05fb
keyboard: commit preedit before sending key events
by Jan Arne Petersen
· 13 years ago
fa80e11
Update to new fd and wl_registry APIs
by Kristian Høgsberg
· 13 years ago
053fe76
keyboard: Avoid access beyond end off buffer
by Rob Bradford
· 13 years ago
633c83d
keyboard: Allow backspace for pre-edit text
by Jan Arne Petersen
· 13 years ago
8aba11d
editor, keyboard: Add support for arrow keys
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
892f1c3
keyboard: Use a qwerty virtual keyboard layout
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
0636ac3
shell: Make input_panel just a regular wl_surface
by Kristian Høgsberg
· 13 years ago
cba9e47
text: Add example clients for text protocol
by Jan Arne Petersen
· 13 years ago