index
:
~bnf/weston
background
buffer.release
buffer.release-2
damaging
damaging-2
destroy-listener
eglsync
euid
fix
fixes-2
framefd
gbm
master
openwf
output-hotplug
patches
redraw
resize-fix
shell
shell-fixes
shell-outputs
shell-outputs-2
shm-in-egl
use_flags
visual
vt-switch-hotplug
weston-launch
weston-launch-final
winit
yuv
Unnamed repository; edit this file to name it for gitweb.
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
terminal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-21
terminal: Don't set terminal size before we have the pty
Kristian Høgsberg
1
-3
/
+3
2011-04-11
Define global handler on display creation
Tim Wiederhake
1
-1
/
+1
2011-01-28
Add initial basic support for fullscreen surfaces
Kristian Høgsberg
1
-1
/
+4
2011-01-25
Fix new gcc 4.6 warnings
Kristian Høgsberg
1
-5
/
+2
2011-01-25
Merge remote branch 'callum/master'
Kristian Høgsberg
1
-3
/
+67
2011-01-23
close terminal window on exit
Tim Wiederhake
1
-2
/
+5
2011-01-21
Add an orange pop-up menu to test the new map_transient request
Kristian Høgsberg
1
-2
/
+2
2011-01-22
Merge branch 'master' of git://anongit.freedesktop.org/wayland
Callum Lowcay
1
-22
/
+215
2011-01-21
terminal: Just send the pty master fd to receive the selection.
Kristian Høgsberg
1
-32
/
+5
2011-01-21
Actually send selected text when pasting
Kristian Høgsberg
1
-8
/
+33
2011-01-20
Use cairo_push_group() for double buffering in the terminal
Kristian Høgsberg
1
-12
/
+16
2011-01-20
Render selection
Kristian Høgsberg
1
-6
/
+100
2011-01-19
Use libxkbcommon #defines for modifiers
Kristian Høgsberg
1
-8
/
+8
2011-01-19
Add proof-of-concept selection support to terminal
Kristian Høgsberg
1
-0
/
+87
2011-01-19
Pass input device and time in key_handler callback
Kristian Høgsberg
1
-2
/
+10
2011-01-14
terminal: Window operations
Callum Lowcay
1
-3
/
+67
2011-01-13
terminal: Fix bugs in attribute rendering
Callum Lowcay
1
-20
/
+14
2011-01-12
Merge branch 'master' of git://anongit.freedesktop.org/wayland
Callum Lowcay
1
-118
/
+204
2011-01-12
terminal: Escape sequences with string parameters
Callum Lowcay
1
-40
/
+147
2011-01-11
Batch up drawing glyphs
Kristian Høgsberg
1
-25
/
+82
2011-01-11
Hold on to the scaled fonts we use
Kristian Høgsberg
1
-15
/
+17
2011-01-11
Use cairo_show_glyphs for rendering text
Kristian Høgsberg
1
-9
/
+12
2011-01-11
Factor out decoding of character attributes
Kristian Høgsberg
1
-62
/
+52
2011-01-11
Only draw background if it's different from what's already there
Kristian Høgsberg
1
-0
/
+3
2011-01-11
Make border color a color from the color table
Kristian Høgsberg
1
-7
/
+3
2011-01-11
Add helper to set color from color table
Kristian Høgsberg
1
-11
/
+12
2011-01-11
Split background and foreground painting into separate loops
Kristian Høgsberg
1
-7
/
+42
2011-01-11
Fix terminal resizing
Kristian Høgsberg
1
-35
/
+36
2011-01-11
Merge branch 'master' of git://anongit.freedesktop.org/wayland
Callum Lowcay
1
-0
/
+4
2011-01-10
terminal: fix crashing when terminal size is < 0
Tiago Vignatti
1
-0
/
+4
2011-01-10
terminal: More character attributes
Callum Lowcay
1
-11
/
+26
2011-01-08
terminal: Various fixes
Callum Lowcay
1
-20
/
+19
2011-01-08
terminal: Special keys
Callum Lowcay
1
-5
/
+174
2011-01-08
terminal: Implement character set switching
Callum Lowcay
1
-0
/
+117
2011-01-08
terminal: vt102 editing commands
Callum Lowcay
1
-2
/
+97
2011-01-08
terminal: Basic vt100 escape codes
Callum Lowcay
1
-43
/
+343
2011-01-08
terminal: Scroll margins
Callum Lowcay
1
-16
/
+190
2011-01-08
terminal: Escape sequence handling fixes
Callum Lowcay
1
-57
/
+156
2011-01-08
terminal: Window size ioctls
Callum Lowcay
1
-8
/
+19
2011-01-08
terminal: Fancy colors
Callum Lowcay
1
-38
/
+295
2011-01-08
terminal: UTF-8 support
Callum Lowcay
1
-25
/
+175
2010-12-17
Update surface.attach and change surface.map to surface.map_toplevel
Kristian Høgsberg
1
-1
/
+1
2010-11-22
Make clients exit orderly when there is no connection
Yuval Fledel
1
-0
/
+4
2010-09-03
Replace commit/ack/frame protocol with simpler sync and frame callbacks
Kristian Høgsberg
1
-1
/
+1
2010-07-28
Update keyboard focus handler signatures
Kristian Høgsberg
1
-1
/
+1
2010-07-08
Update to use eglGetDRMDisplayMESA()
Kristian Høgsberg
1
-1
/
+0
2010-06-25
Use libxkbcommon for mapping keycodes to keysyms
Kristian Høgsberg
1
-7
/
+39
2010-06-25
Set window user data using separate function
Kristian Høgsberg
1
-4
/
+4
2010-06-15
Update decoration drawing to be less cairo path happy
Kristian Høgsberg
1
-1
/
+1
2010-06-14
Consolidate redraw scheduling in window.c
Kristian Høgsberg
1
-28
/
+7
[next]