index
:
platform/upstream/weston
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
linux_yocto
linux_yocto_build
sandbox/boram/weston170
sandbox/boram/weston180
sandbox/boram1288/weston30
sandbox/cyeon/devel
sandbox/elongbug/test
sandbox/imranzaman/multiseat
sandbox/imranzaman/multiseat6
sandbox/imranzaman/transform
sandbox/jbko/devel
sandbox/jihochu/5.0
sandbox/lsj119/devel
sandbox/mbachmann/devel
sandbox/mbachmann/ivi_xdg140
sandbox/mbachmann/tizen_embed
sandbox/mbachmann/tizen_greeter
sandbox/mbachmann/tizen_qa
sandbox/mbachmann/tizen_xdg-unminimize
sandbox/mbachmann/weston150_fullminimize
sandbox/mbachmann/weston150_ivi-shell
sandbox/mbachmann/weston150_qa
sandbox/mbachmann/weston160
sandbox/mbachmann/weston160_vanilla
sandbox/mbachmann/weston170
sandbox/nbozhenov/lto
sandbox/nguyomard/xdg_surface_needs_attention
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/pcoval/wip
sandbox/sdesneux/devel
sandbox/sdx/TC-1388
sandbox/sdx/weston17
sandbox/srk/android
sandbox/void/TC-1443
sandbox/xiaowei/5.0
splash
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Graphics System / Display Server;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
terminal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-20
terminal.c: Check if fdopen() fails
Brian Lovin
1
-0
/
+4
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
2012-07-01
terminal: Extend selection to end of line when selecting past last char
Kristian Høgsberg
1
-2
/
+27
2012-07-01
terminal: Insert newlines when copying multiple lines
Kristian Høgsberg
1
-1
/
+6
2012-06-29
terminal: Handle selection for pointer positions outside widget correctly
Kristian Høgsberg
1
-29
/
+41
2012-06-28
terminal: Add a terminal enter handler for setting I-beam cursor
Kristian Høgsberg
1
-0
/
+8
2012-06-27
terminal: Scroll selection with terminal contents
Kristian Høgsberg
1
-0
/
+3
2012-06-27
terminal: Make font size configurable
Kristian Høgsberg
1
-1
/
+3
2012-06-27
terminal: Implement word and line based selection
Kristian Høgsberg
1
-49
/
+114
2012-06-26
terminal: Tab should not output spaces, just move cursor
Kristian Høgsberg
1
-9
/
+0
2012-06-22
terminal: Ignore more modifier keys
Kristian Høgsberg
1
-0
/
+6
2012-06-22
terminal: Only hide cursor for keypresses that generate data for the process
Kristian Høgsberg
1
-8
/
+10
2012-06-21
terminal: Only hide cursor on first key-press in a repeat sequence
Kristian Høgsberg
1
-2
/
+8
2012-06-21
terminal: Support both Alt and Control modifiers for regular keys
Kristian Høgsberg
1
-3
/
+3
2012-06-21
terminal: Handle Alt-Backspace
Kristian Høgsberg
1
-0
/
+2
2012-06-20
terminal: Set blank cursor on keyboard press
Kristian Høgsberg
1
-0
/
+2
2012-06-20
terminal: Add Ctrl-Shift-N keyboard binding to open new window
Kristian Høgsberg
1
-11
/
+50
2012-06-20
terminal: Default terminal type to xterm
Kristian Høgsberg
1
-2
/
+4
2012-06-20
terminal: Send ASCII DEL on for backspace
Kristian Høgsberg
1
-0
/
+2
2012-06-20
window: Compute initial window size correctly
Kristian Høgsberg
1
-2
/
+3
2012-06-20
terminal: Track down remaining unhandled xterm-256color escape codes
Kristian Høgsberg
1
-0
/
+10
2012-06-20
terminal: Fix tab expansion
Kristian Høgsberg
1
-1
/
+1
2012-06-20
terminal: Make terminal font configurable from command line and weston.ini
Kristian Høgsberg
1
-2
/
+21
2012-06-18
Add minimum size for terminal
Alexander Preisinger
1
-0
/
+6
2012-06-02
terminal: Use serial, not timestamp for setting the selection
Kristian Høgsberg
1
-1
/
+2
2012-05-31
Use enum wl_keyboard_key_state instead of integer
Daniel Stone
1
-4
/
+6
2012-05-31
Use enum wl_pointer_button_state instead of integer
Daniel Stone
1
-2
/
+3
2012-05-31
Implement text cursor position protocol.
Scott Moreau
1
-1
/
+13
2012-05-29
terminal: add glyphs to character list
David Herrmann
1
-32
/
+32
2012-05-29
terminal: fix up horizontal scan-line characters
David Herrmann
1
-5
/
+5
2012-05-25
window: rename enum pointer_type to cursor_type
Ander Conselvan de Oliveira
1
-1
/
+1
2012-05-25
window: track changes in libwayland-cursor api
Ander Conselvan de Oliveira
1
-2
/
+1
2012-05-22
window: use libwayland-cursor instead of libXcursor
Ander Conselvan de Oliveira
1
-1
/
+2
2012-05-11
clients: Remove superfluous #includes
Kristian Høgsberg
1
-1
/
+0
2012-05-11
Update to new libxkbcommon API
Kristian Høgsberg
1
-56
/
+54
2012-05-10
window.c: Just use float instead of GLfloat, remove GLES2.h include
Kristian Høgsberg
1
-1
/
+1
[next]