Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
61e5a2727a0625a7f082ced749b6d41f88ea84e3
/
clients
/
editor.c
745e647
editor: Add missing free() and display_destroy() in main
by Raúl Peñacoba
· 8 years ago
c8b4645
clients: fix errno handling
by Peter Hutterer
· 8 years ago
db776db
editor: Drop g_type_init() call
by Quentin Glidic
· 9 years ago
411ffab
editor: Load a file if specified on command line
by Bryce Harrington
· 9 years ago
3d90da2
editor: Use parse_options() from shared for command line options
by Bryce Harrington
· 9 years ago
e31d95f
weston-editor: Free preferred_language in text_entry_destroy
by Silvan Jegen
· 9 years ago
2af7e20
weston-editor: Close the data source after sending
by Derek Foreman
· 9 years ago
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
e99e4bf
clients & tests: Unify multiple definitions of x*alloc and related functions
by Bryce Harrington
· 9 years ago
3bcba34
Use text input protocol from wayland-protocols
by Jonas Ådahl
· 10 years ago
5e653ca
Use [x]zalloc instead of [x]malloc + memset
by Ryo Munakata
· 10 years ago
35b2eaa
Moved helper macro to a discrete include file.
by Jon Cruz
· 10 years ago
1f6b0d1
clients: Update boilerplate from MIT X11 license to MIT Expat licenses
by Bryce Harrington
· 10 years ago
7dd12ec
editor: warn when write fails
by Bryce Harrington
· 10 years ago
2a18a52
remove trailing whitespaces
by Michael Vetter
· 10 years ago
22f3430
editor: implement Cut,Copy,Paste
by Manuel Bachmann
· 10 years ago
237a684
editor: Make editor multi-seat aware
by Derek Foreman
· 11 years ago
2204492
clients: Use xmalloc in a few more places
by Derek Foreman
· 11 years ago
30e1f3c
editor: do not crash when text input manager is not available
by Olivier Blin
· 11 years ago
bb0bb9c
weston-editor --help works
by Bill Spitzak
· 11 years ago
31732f7
Clients: Fix memleak issues in various clients of weston
by vivek
· 11 years ago
8e37d96
editor: Fix cursor positioning with pointer and touch
by Ander Conselvan de Oliveira
· 11 years ago
6375ea0
editor: Remove unused variables
by Kristian Høgsberg
· 11 years ago
8986c18
editor: react on Enter, Tab, and Up-Down arrow keys
by Manuel Bachmann
· 11 years ago
966e3ed
editor: Add missing touch-to-activate for the entries
by Kristian Høgsberg
· 11 years ago
7885890
editor: Add keyboard_focus handler to schedule repaint
by Kristian Høgsberg
· 12 years ago
ee7fefc
Rename frame_create and frame_set_child_size with a window_ prefix
by Jason Ekstrand
· 12 years ago
bc91926
clients: use xmalloc in more places
by Brian Lovin
· 12 years ago
7000283
editor: Support shift-left/right for selecting text
by Rob Bradford
· 12 years ago
b9a23f4
clients/editor.c: Draw cursor at correct verical position
by Peter Maatman
· 12 years ago
08c38d4
clients/editor.c: Ignore ESC key
by Peter Maatman
· 12 years ago
b08b329
editor: Fix segfault when deleting the first character
by Daiki Ueno
· 12 years ago
8ccb7cc
editor: Do not commit/preedit after invalid delete
by Jan Arne Petersen
· 12 years ago
895a128
editor: Improve checks on delete add asserts
by Jan Arne Petersen
· 12 years ago
9eaa8e5
editor: Properly adjust cursor on delete
by Jan Arne Petersen
· 12 years ago
a96953d
editor: Support deleting text in preedit_string
by Jan Arne Petersen
· 12 years ago
1c45b4a
editor: Fix text selection
by Jan Arne Petersen
· 12 years ago
a0868a2
editor: Removed unused utf8_characters() function
by Kristian Høgsberg
· 12 years ago
6851686
editor: Fix some offsets for multi-byte characters
by Jan Arne Petersen
· 12 years ago
62ece76
text: Rename text_input to wl_text_input
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
fe89e71
editor: Send cursor position to the input method
by Jan Arne Petersen
· 12 years ago
dfd3446
editor: Only delete on backspace key released
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
08015b6
editor: Reset text model on reset
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
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
3fb6e71
editor: Add support for backspace keysym events
by Jan Arne Petersen
· 12 years ago
3489ba9
editor: add support for invoke_action
by Jan Arne Petersen
· 12 years ago
0558a93
editor: Add content type example
by Jan Arne Petersen
· 12 years ago
0a1cf39
editor: add support for pre-edit styling
by Jan Arne Petersen
· 12 years ago
4a17fae
editor: support commit on reset
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
9d1d32b
editor: Add support for editing text using the keyboard
by Rob Bradford
· 13 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
8083e01
editor: Remove preedit text on startup
by Jan Arne Petersen
· 13 years ago
25f6db5
editor: Initalize editor struct with 0
by Jan Arne Petersen
· 13 years ago
6345faa
editor: Fix handling of UTF-8 text
by Jan Arne Petersen
· 13 years ago
011a1ce
Remove some dead code.
by John Kåre Alsaker
· 13 years ago
fa80e11
Update to new fd and wl_registry APIs
by Kristian Høgsberg
· 13 years ago
70f8367
editor: more intuitive cursor positioning
by Philipp Brüschweiler
· 13 years ago
9f897c7
editor: take text offset into account when computing cursor position
by Philipp Brüschweiler
· 13 years ago
b8911dc
editor: make selection a lighter shade of blue, much easier to read
by Philipp Brüschweiler
· 13 years ago
237358b
editor: fix assert to take preedit string into account
by Philipp Brüschweiler
· 13 years ago
680275f
text: Rename de/activate to enter/leave
by Jan Arne Petersen
· 13 years ago
80ad1a9
editor: Fix selection anchor on text deletion
by Jan Arne Petersen
· 13 years ago
e386dd2
editor: Delete selected text before adding new
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
cb08f4d
text: Fix set_surrounding_text request
by Jan Arne Petersen
· 13 years ago
c1fbcb7
editor: Add support for setting a preedit
by Jan Arne Petersen
· 13 years ago
0e5bd45
editor: Add support for selection
by Jan Arne Petersen
· 13 years ago
09e7c96
editor: Insert commit-string at cursor
by Jan Arne Petersen
· 13 years ago
7e634a0
editor: Add support for cursor
by Jan Arne Petersen
· 13 years ago
b9eb02c
editor: Extract text handling into text_layout
by Jan Arne Petersen
· 13 years ago
f80bc06
editor: Make text_entry a widget
by Jan Arne Petersen
· 13 years ago
4c26518
text: Remove surface arg in create_text_model
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
72f6082
text: Add missing callbacks for text_model events
by Jan Arne Petersen
· 13 years ago
f25602b
Extract the text_model_manager interface from input_method
by Philipp Brüschweiler
· 13 years ago
591cfca
editor: deactivate old text model before activating the new one
by Philipp Brüschweiler
· 13 years ago
cba9e47
text: Add example clients for text protocol
by Jan Arne Petersen
· 13 years ago