Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
e6ac4fcbc93a5e754c5d64de7e0b939374a09715
/
clients
/
terminal.c
88353dd
weston-terminal: Fix race at startup
by Derek Foreman
· 8 years ago
7609178
weston-terminal: Add a --maximized command line parameter
by Derek Foreman
· 8 years ago
c3b6372
Ignore the OSC code for desktop notifications
by Dima Ryazanov
· 9 years ago
c027153
terminal: Silence maybe-uninitialized warning
by Quentin Glidic
· 9 years ago
e30b5fb
Revert "terminal: Fix crash due to race condition in init"
by Quentin Glidic
· 9 years ago
5c611d9
terminal: Fix crash due to race condition in init
by Bryce Harrington
· 9 years ago
f013ce9
terminal: Document console codes less cryptically
by Bryce Harrington
· 9 years ago
b4dae9b
Make config.h inclusion consistent
by Bryce Harrington
· 9 years ago
e99e4bf
clients & tests: Unify multiple definitions of x*alloc and related functions
by Bryce Harrington
· 9 years ago
e54cee1
terminal: allow copy-paste when selection is scrolled out
by Manuel Bachmann
· 10 years ago
7978bc8
terminal: Don't crash when selecting non-ascii characters
by Derek Foreman
· 10 years ago
74a635b
Coding style fixes
by Dawid Gajownik
· 10 years ago
35b2eaa
Moved helper macro to a discrete include file.
by Jon Cruz
· 10 years ago
4678bab
Remove redundant #include path component.
by Jon Cruz
· 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
807f09c
terminal: add "Minimize" to context menu
by Pekka Paalanen
· 10 years ago
6c71aae
Pass config file from compositor to everything
by Pekka Paalanen
· 10 years ago
5cad843
weston-terminal --help and other command-line options
by Bill Spitzak
· 11 years ago
1046f12
Implemented support for mouse scrolling in weston-terminal
by Magnus Hoff
· 11 years ago
dda9313
clients: Remove the window / user parameters from the menu function
by Jasper St. Pierre
· 11 years ago
de68099
terminal: Only add the new size to the title when we're resizing
by Jasper St. Pierre
· 11 years ago
66cd2c1
terminal: Convert all *alloc's to x*alloc's.
by Bryce W. Harrington
· 11 years ago
56d8a7a
terminal: Don't try to render RLE used as a placeholder
by Daiki Ueno
· 11 years ago
cdbbae2
window.c: Create xdg_surface up front
by Kristian Høgsberg
· 11 years ago
b405a80
terminal: Only reset title if we put the window size there
by Kristian Høgsberg
· 11 years ago
09827e2
terminal: use xstrdup instead to handle OOM
by U. Artie Eoff
· 11 years ago
3abdafd
terminal: Only set title if asprintf succeeded
by Bryce W. Harrington
· 11 years ago
49c6aee
terminal: add touch screen selection support
by Xiong Zhang
· 12 years ago
1d781ee
terminal: Update terminal->end whenever we write a character
by Kristian Høgsberg
· 12 years ago
dcfff55
terminal: Init tab ruler after setting terminal->width
by Kristian Høgsberg
· 12 years ago
bf17590
westoy: Remove unused support for window parents
by Jasper St. Pierre
· 12 years ago
a83be20
terminal: Show character grid size in header bar when resizing
by Kristian Høgsberg
· 12 years ago
67b8215
terminal: Add context menu with new terminal/copy/paste
by Kristian Høgsberg
· 12 years ago
14f39b2
terminal: Add scroll-back history
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
1abe048
config-parser: Make weston_config_parse() tkae a file name
by Kristian Høgsberg
· 12 years ago
9c3dee1
terminal: Port to new weston_config parse
by Kristian Høgsberg
· 12 years ago
4a4704a
Minor improvement of weston-terminal resizing
by José Bollo
· 12 years ago
8a20500
terminal: Stop complaining about OSC escape code 7
by Kristian Høgsberg
· 12 years ago
0749e3f
terminal: Accept utf-8 text drop
by Kristian Høgsberg
· 12 years ago
0b36d97
terminal: Include config.h instead of defining _XOPEN_SOURCE
by Kristian Høgsberg
· 12 years ago
cfcc111
Fixes CJK wide character display
by Peng Wu
· 12 years ago
3e12583
terminal: Make utf-8 state machine assemble unicode code point value
by Kristian Høgsberg
· 12 years ago
1bf1481
terminal.c: Check if fdopen() fails
by Brian Lovin
· 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
f291f20
Use the average width of ASCII glyphs for cell width
by Peng Wu
· 12 years ago
de79dd0
terminal: Handle output transform
by Alexander Larsson
· 12 years ago
a50e6e4
config-parser: Honor XDG_CONFIG_DIRS
by Ossama Othman
· 12 years ago
4172f66
Pass argc pointer to parse_options()
by Kristian Høgsberg
· 12 years ago
d20fd4d
terminal: Handle the window close event
by Dima Ryazanov
· 12 years ago
a85292e
Fix a crash when opening two terminal windows and closing the first one.
by Dima Ryazanov
· 13 years ago
a846871
Terminal: Handle keypad symbols
by Daniel Stone
· 13 years ago
b36f7ef
terminal: Don't snap resize if we're maximized
by Kristian Høgsberg
· 13 years ago
b7ed4cb
terminal: Use window_get_fullscreen() instead of tracking that state manually
by Kristian Høgsberg
· 13 years ago
fdb4b02
terminal: support entering non-ascii characters
by Philipp Brüschweiler
· 13 years ago
86adef9
window.c: Handle multiple keyboard foci
by Kristian Høgsberg
· 13 years ago
552d12b
terminal: Don't crash on non-ascii chars
by Andre Heider
· 13 years ago
2a1aa4e
terminal: Don't output @ for ASCII NUL
by Kristian Høgsberg
· 13 years ago
67ace20
window.c: Add fullscreen handler to keep fullscreen state consistent
by Kristian Høgsberg
· 13 years ago
d3a1965
clients: Implement minimum size for toy toolkit clients
by Kristian Høgsberg
· 13 years ago
0fe782b
terminal: Extend selection to end of line when selecting past last char
by Kristian Høgsberg
· 13 years ago
0dee647
terminal: Insert newlines when copying multiple lines
by Kristian Høgsberg
· 13 years ago
8268d41
terminal: Handle selection for pointer positions outside widget correctly
by Kristian Høgsberg
· 13 years ago
2978440
terminal: Add a terminal enter handler for setting I-beam cursor
by Kristian Høgsberg
· 13 years ago
18e928d
terminal: Scroll selection with terminal contents
by Kristian Høgsberg
· 13 years ago
38912df
terminal: Make font size configurable
by Kristian Høgsberg
· 13 years ago
333db0a
terminal: Implement word and line based selection
by Kristian Høgsberg
· 13 years ago
129decb
terminal: Tab should not output spaces, just move cursor
by Kristian Høgsberg
· 13 years ago
22fbcf7
terminal: Ignore more modifier keys
by Kristian Høgsberg
· 13 years ago
b24ab80
terminal: Only hide cursor for keypresses that generate data for the process
by Kristian Høgsberg
· 13 years ago
88fd408
terminal: Only hide cursor on first key-press in a repeat sequence
by Kristian Høgsberg
· 13 years ago
ae9e073
terminal: Support both Alt and Control modifiers for regular keys
by Kristian Høgsberg
· 13 years ago
b7f94bf
terminal: Handle Alt-Backspace
by Kristian Høgsberg
· 13 years ago
63b298f
terminal: Set blank cursor on keyboard press
by Kristian Høgsberg
· 13 years ago
b21fb9f
terminal: Add Ctrl-Shift-N keyboard binding to open new window
by Kristian Høgsberg
· 13 years ago
de845cf
terminal: Default terminal type to xterm
by Kristian Høgsberg
· 13 years ago
71a4cf4
terminal: Send ASCII DEL on for backspace
by Kristian Høgsberg
· 13 years ago
a162792
window: Compute initial window size correctly
by Kristian Høgsberg
· 13 years ago
e828e90
terminal: Track down remaining unhandled xterm-256color escape codes
by Kristian Høgsberg
· 13 years ago
cca3c2f
terminal: Fix tab expansion
by Kristian Høgsberg
· 13 years ago
82cd36b
terminal: Make terminal font configurable from command line and weston.ini
by Kristian Høgsberg
· 13 years ago
e2b88c0
Add minimum size for terminal
by Alexander Preisinger
· 13 years ago
fee91be
terminal: Use serial, not timestamp for setting the selection
by Kristian Høgsberg
· 13 years ago
c9785ea
Use enum wl_keyboard_key_state instead of integer
by Daniel Stone
· 13 years ago
4dbadb1
Use enum wl_pointer_button_state instead of integer
by Daniel Stone
· 13 years ago
7a1b32a
Implement text cursor position protocol.
by Scott Moreau
· 13 years ago
a6128d6
terminal: add glyphs to character list
by David Herrmann
· 13 years ago
516b9e1
terminal: fix up horizontal scan-line characters
by David Herrmann
· 13 years ago
dc8c8fc
window: rename enum pointer_type to cursor_type
by Ander Conselvan de Oliveira
· 13 years ago
d8f527c
window: track changes in libwayland-cursor api
by Ander Conselvan de Oliveira
· 13 years ago
1042dc1
window: use libwayland-cursor instead of libXcursor
by Ander Conselvan de Oliveira
· 13 years ago
4c3dac9
clients: Remove superfluous #includes
by Kristian Høgsberg
· 13 years ago
bef52d1
Update to new libxkbcommon API
by Kristian Høgsberg
· 13 years ago
80680c7
window.c: Just use float instead of GLfloat, remove GLES2.h include
by Kristian Høgsberg
· 13 years ago
7016313
Port Wayland clients to new xkbcommon API
by Kristian Høgsberg
· 13 years ago
b230a7e
Convert internal input co-ordinates to GLfloat
by Daniel Stone
· 13 years ago
5d66371
Change button from int to uint32_t
by Daniel Stone
· 13 years ago
da5b93c
Change key/button grab bindings to take unsigned state
by Daniel Stone
· 13 years ago
Next »