index
:
~jjones/weston
nvidia_head
nvidia_head_rebase-2.0
nvidia_head_rebase-2016-11-04
nvidia_head_rebase-3.0
nvidia_head_rebase-4.0
nvidia_head_rebase_1.11
nvidia_head_rebase_1.12
nvidia_r364
NVIDIA development branches of the Weston Wayland Compositor
jjones
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
terminal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-15
Moved helper macro to a discrete include file.
Jon Cruz
1
-0
/
+1
2015-06-15
Remove redundant #include path component.
Jon Cruz
1
-1
/
+1
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
-28
/
+28
2015-03-27
terminal: add "Minimize" to context menu
Pekka Paalanen
1
-1
/
+10
2015-03-27
Pass config file from compositor to everything
Pekka Paalanen
1
-1
/
+3
2014-08-19
weston-terminal --help and other command-line options
Bill Spitzak
1
-0
/
+11
2014-08-15
Implemented support for mouse scrolling in weston-terminal
Magnus Hoff
1
-0
/
+51
2014-05-18
clients: Remove the window / user parameters from the menu function
Jasper St. Pierre
1
-2
/
+3
2014-05-12
terminal: Only add the new size to the title when we're resizing
Jasper St. Pierre
1
-14
/
+24
2014-04-29
terminal: Convert all *alloc's to x*alloc's.
Bryce W. Harrington
1
-3
/
+3
2014-04-08
terminal: Don't try to render RLE used as a placeholder
Daiki Ueno
1
-0
/
+6
2014-04-07
window.c: Create xdg_surface up front
Kristian Høgsberg
1
-2
/
+3
2014-02-05
terminal: Only reset title if we put the window size there
Kristian Høgsberg
1
-1
/
+6
2014-01-19
terminal: use xstrdup instead to handle OOM
U. Artie Eoff
1
-1
/
+1
2014-01-17
terminal: Only set title if asprintf succeeded
Bryce W. Harrington
1
-3
/
+4
2013-11-25
terminal: add touch screen selection support
Xiong Zhang
1
-18
/
+63
2013-11-24
terminal: Update terminal->end whenever we write a character
Kristian Høgsberg
1
-7
/
+7
2013-11-22
terminal: Init tab ruler after setting terminal->width
Kristian Høgsberg
1
-1
/
+1
2013-11-13
westoy: Remove unused support for window parents
Jasper St. Pierre
1
-1
/
+1
2013-10-23
terminal: Show character grid size in header bar when resizing
Kristian Høgsberg
1
-2
/
+15
2013-10-23
terminal: Add context menu with new terminal/copy/paste
Kristian Høgsberg
1
-20
/
+77
2013-10-23
terminal: Add scroll-back history
Kristian Høgsberg
1
-60
/
+128
2013-10-13
Rename frame_create and frame_set_child_size with a window_ prefix
Jason Ekstrand
1
-2
/
+2
2013-09-21
config-parser: Make weston_config_parse() tkae a file name
Kristian Høgsberg
1
-5
/
+1
2013-09-21
terminal: Port to new weston_config parse
Kristian Høgsberg
1
-19
/
+11
2013-09-13
Minor improvement of weston-terminal resizing
José Bollo
1
-0
/
+6
2013-09-11
terminal: Stop complaining about OSC escape code 7
Kristian Høgsberg
1
-1
/
+4
2013-09-04
terminal: Accept utf-8 text drop
Kristian Høgsberg
1
-0
/
+34
2013-08-21
terminal: Include config.h instead of defining _XOPEN_SOURCE
Kristian Høgsberg
1
-1
/
+1
2013-08-19
Fixes CJK wide character display
Peng Wu
1
-2
/
+30
2013-08-13
terminal: Make utf-8 state machine assemble unicode code point value
Kristian Høgsberg
1
-0
/
+28
2013-08-08
terminal.c: Check if fdopen() fails
Brian Lovin
1
-0
/
+4
2013-08-08
malloc + memset -> zalloc
Peter Hutterer
1
-7
/
+3
2013-08-07
clients: use xmalloc in more places
Brian Lovin
1
-3
/
+1
2013-07-08
Use the average width of ASCII glyphs for cell width
Peng Wu
1
-14
/
+41
2013-05-22
terminal: Handle output transform
Alexander Larsson
1
-1
/
+12
2013-05-14
config-parser: Honor XDG_CONFIG_DIRS
Ossama Othman
1
-4
/
+4
2013-02-20
Pass argc pointer to parse_options()
Kristian Høgsberg
1
-3
/
+3
2013-01-28
terminal: Handle the window close event
Dima Ryazanov
1
-0
/
+9
2012-11-30
Fix a crash when opening two terminal windows and closing the first one.
Dima Ryazanov
1
-2
/
+4
2012-11-08
Terminal: Handle keypad symbols
Daniel Stone
1
-0
/
+63
2012-10-10
terminal: Don't snap resize if we're maximized
Kristian Høgsberg
1
-2
/
+4
2012-10-10
terminal: Use window_get_fullscreen() instead of tracking that state manually
Kristian Høgsberg
1
-13
/
+9
2012-08-29
terminal: support entering non-ascii characters
Philipp Brüschweiler
1
-7
/
+23
2012-08-13
window.c: Handle multiple keyboard foci
Kristian Høgsberg
1
-4
/
+3
2012-08-03
terminal: Don't crash on non-ascii chars
Andre Heider
1
-0
/
+3
2012-08-03
terminal: Don't output @ for ASCII NUL
Kristian Høgsberg
1
-0
/
+2
2012-07-23
window.c: Add fullscreen handler to keep fullscreen state consistent
Kristian Høgsberg
1
-7
/
+11
2012-07-20
clients: Implement minimum size for toy toolkit clients
Kristian Høgsberg
1
-10
/
+1
[next]