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