index
:
wayland/weston
0.85
1.0
1.1
1.10
1.11
1.2
1.3
1.4
1.5
1.6
1.7
1.8
1.9
10.0
11.0
12.0
13.0
14.0
2.0
3.0
4.0
5.0
6.0
7.0
8.0
9.0
main
master
The Weston Wayland Compositor (mirrored from https://gitlab.freedesktop.org/wayland/weston)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
keyboard.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-15
Fix compiler warning: unused variable when building with DEBUG
Marius Vlad
1
-2
/
+1
2016-07-26
include stdint.h for int32_t/uint32_t
Jussi Kukkonen
1
-0
/
+1
2016-06-27
keyboard: Only set toplevel when there is a valid output
Armin Krezović
1
-12
/
+30
2016-03-17
clients & tests: Unify multiple definitions of x*alloc and related functions
Bryce Harrington
1
-0
/
+1
2015-11-19
Use input method protocol from wayland-protocols
Jonas Ådahl
1
-82
/
+92
2015-11-19
Use text input protocol from wayland-protocols
Jonas Ådahl
1
-6
/
+6
2015-06-15
clients: Update boilerplate from MIT X11 license to MIT Expat licenses
Bryce Harrington
1
-16
/
+17
2015-05-15
remove trailing whitespaces
Michael Vetter
1
-7
/
+7
2014-09-17
keyboard: do not crash when input panel is not available
Olivier Blin
1
-0
/
+5
2014-05-09
clients: Initialize label in keyboard handling code
Bryce W. Harrington
1
-1
/
+1
2014-04-16
keyboard: add the missing symbols layout, fix arabic layout
Manuel Bachmann
1
-121
/
+159
2014-04-07
Make sure config.h is included before any system headers
Andrew Wedgbury
1
-0
/
+2
2014-01-09
keyboard: Make debug output less verbose
Kristian Høgsberg
1
-4
/
+17
2014-01-09
keyboard: Don't strcat() into a strdup()ed string
Kristian Høgsberg
1
-4
/
+20
2014-01-09
keyboard: Fix insert_text() string utility
Kristian Høgsberg
1
-5
/
+6
2014-01-07
keyboard: Handle touch up event
Kristian Høgsberg
1
-9
/
+21
2013-09-03
keyboard: Add rudimentary touch support to keyboard.
Brian J Lovin
1
-0
/
+43
2013-08-15
keyboard: Don't use next_utf8_char() to go back where we came from
Kristian Høgsberg
1
-11
/
+1
2013-08-08
malloc + memset -> zalloc
Peter Hutterer
1
-3
/
+1
2013-08-07
clients: use xmalloc in more places
Brian Lovin
1
-2
/
+2
2013-05-06
keyboard: Fix offsets when deleting text
Jan Arne Petersen
1
-5
/
+85
2013-05-02
text: Rename input_method to wl_input_method
Jan Arne Petersen
1
-81
/
+81
2013-05-02
text: Rename text_input to wl_text_input
Jan Arne Petersen
1
-5
/
+5
2013-05-02
keyboard: Remove unneded calls
Jan Arne Petersen
1
-16
/
+0
2013-05-02
text: delete text on commit_string
Jan Arne Petersen
1
-0
/
+3
2013-05-02
text: Fix serial handling
Jan Arne Petersen
1
-14
/
+9
2013-05-02
text: Add output argument to set_toplevel
Jan Arne Petersen
1
-16
/
+10
2013-05-02
text: Add "none" preedit-style
Jan Arne Petersen
1
-1
/
+1
2013-05-02
text: Rename text_model to text_input
Jan Arne Petersen
1
-5
/
+5
2013-05-02
keyboard: Reset state on activate
Jan Arne Petersen
1
-6
/
+28
2013-05-02
text: Add example for language/text direction
Jan Arne Petersen
1
-3
/
+86
2013-05-02
text: Add language and text-direction to protocol
Jan Arne Petersen
1
-23
/
+31
2013-02-20
Pass argc pointer to parse_options()
Kristian Høgsberg
1
-1
/
+1
2013-02-15
text: Split out cursor_position
Jan Arne Petersen
1
-2
/
+4
2013-02-15
text: Add commit request
Jan Arne Petersen
1
-11
/
+24
2013-02-15
text: Move input_panel interface to input-method
Jan Arne Petersen
1
-5
/
+6
2013-02-15
keyboard: add support for invoke_action
Jan Arne Petersen
1
-6
/
+26
2013-02-15
keyboard: Add support for a numeric layout
Jan Arne Petersen
1
-16
/
+110
2013-02-15
keyboard: Add support for pre-edit styling
Jan Arne Petersen
1
-24
/
+61
2013-02-15
text: add serial argument to text protocol
Jan Arne Petersen
1
-2
/
+18
2013-02-15
text: add pre-edit styling support to protocol
Jan Arne Petersen
1
-4
/
+12
2012-11-27
text: Send more information with keysym events
Jan Arne Petersen
1
-9
/
+35
2012-11-27
text: Rename and extend text_model key event
Jan Arne Petersen
1
-14
/
+26
2012-11-08
keyboard: commit preedit before sending key events
Jan Arne Petersen
1
-8
/
+24
2012-10-10
Update to new fd and wl_registry APIs
Kristian Høgsberg
1
-6
/
+7
2012-10-09
keyboard: Avoid access beyond end off buffer
Rob Bradford
1
-3
/
+3
2012-09-25
keyboard: Allow backspace for pre-edit text
Jan Arne Petersen
1
-0
/
+5
2012-09-25
editor, keyboard: Add support for arrow keys
Jan Arne Petersen
1
-4
/
+28
2012-09-12
text: Add reset requets to protocol
Jan Arne Petersen
1
-0
/
+18
2012-09-12
text: Add support for control keys to the protocol
Jan Arne Petersen
1
-0
/
+4
[next]