index
:
~gb/weston
01.yuv_buffers
master
old.01.yuv_buffers
Personal repository of the Weston Wayland Compositor
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
terminal.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-05-08
Port Wayland clients to new xkbcommon API
Kristian Høgsberg
1
-8
/
+8
2012-05-08
Convert internal input co-ordinates to GLfloat
Daniel Stone
1
-1
/
+1
2012-05-07
Change button from int to uint32_t
Daniel Stone
1
-1
/
+1
2012-05-07
Change key/button grab bindings to take unsigned state
Daniel Stone
1
-1
/
+1
2012-03-30
Add signedness warning flag and fix fallout
Kristian Høgsberg
1
-3
/
+3
2012-03-12
Add an option parser
Kristian Høgsberg
1
-5
/
+6
2012-02-28
terminal: Don't queue a resize after setting fullscreen
Kristian Høgsberg
1
-1
/
+0
2012-02-23
window: Track and report input and opaque regions
Kristian Høgsberg
1
-0
/
+1
2012-02-07
terminal: run $SHELL if set
Peter Hutterer
1
-1
/
+6
2012-01-31
window: Dont take width and height in window constructor
Kristian Høgsberg
1
-1
/
+3
2012-01-10
window: Make decorations just a widget
Kristian Høgsberg
1
-1
/
+1
2012-01-10
window: Get rid of the window child allocation concept
Kristian Høgsberg
1
-41
/
+42
2012-01-10
window: Make resize and redraw handlers widget vfuncs
Kristian Høgsberg
1
-16
/
+7
2012-01-10
window: Allocate and flush the window surface in window.c
Kristian Høgsberg
1
-10
/
+2
2012-01-10
window: Drop the window widget
Kristian Høgsberg
1
-10
/
+7
2012-01-09
window: Move button handler to widget
Kristian Høgsberg
1
-3
/
+5
2012-01-09
window: Create a widget for the window, drop window motion handler
Kristian Høgsberg
1
-4
/
+4
2012-01-09
window: Convert a few clients to use widget motion handler
Kristian Høgsberg
1
-5
/
+7
2011-12-28
terminal: Don't close fd twice
Kristian Høgsberg
1
-1
/
+0
2011-12-27
x11: Bridge X11 CLIPBOARD selection to Wayland clients
Kristian Høgsberg
1
-12
/
+5
2011-11-23
Implement the new dnd/selection protocol
Kristian Høgsberg
1
-34
/
+40
2011-11-22
Never include wayland-util.h directly
Kristian Høgsberg
1
-1
/
+0
2011-11-22
Fix inconsistent #include style
Pekka Paalanen
1
-1
/
+1
2011-09-19
window: Stop using glib mainloop in toy toolkit
Kristian Høgsberg
1
-20
/
+17
2011-09-19
terminal: Make -f (fullscreen) option work again
Kristian Høgsberg
1
-1
/
+4
2011-08-29
terminal: Fix unused return value warnings
Kristian Høgsberg
1
-8
/
+15
2011-08-29
window.c: Drop global handler argument
Kristian Høgsberg
1
-1
/
+1
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
[next]