Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
f4ad19a177782f1498a99c67356f9d95009a2521
/
clients
/
editor.c
966e3ed
editor: Add missing touch-to-activate for the entries
by Kristian Høgsberg
· 12 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
· 13 years ago
6138197
text: Add show/hide_input_panel requests
by Jan Arne Petersen
· 13 years ago
0eabcaa
text: Add commit request
by Jan Arne Petersen
· 13 years ago
f255165
text: Remove unused requests/events
by Jan Arne Petersen
· 13 years ago
3fb6e71
editor: Add support for backspace keysym events
by Jan Arne Petersen
· 13 years ago
3489ba9
editor: add support for invoke_action
by Jan Arne Petersen
· 13 years ago
0558a93
editor: Add content type example
by Jan Arne Petersen
· 13 years ago
0a1cf39
editor: add support for pre-edit styling
by Jan Arne Petersen
· 13 years ago
4a17fae
editor: support commit on reset
by Jan Arne Petersen
· 13 years ago
c7d2a98
text: add serial argument to text protocol
by Jan Arne Petersen
· 13 years ago
4653531
text: add pre-edit styling support to protocol
by Jan Arne Petersen
· 13 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