index
:
~bnf/wayland
buffer
buffer.release
cairo_window_surface
destroy-listener
fix
fixes
framefd
master
prefix
redraw
setup_display
shm
shm-2
shm-in-egl
simple_client
size_t
socket-activation
surface-frame-event
use_flags
visual
wayland-egl
yuv
bnf's wayland clone
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
window.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-14
Split into a core repository that only holds the core Wayland libraries
Kristian Høgsberg
1
-1741
/
+0
2011-02-11
fix typo in window.c
Tim Wiederhake
1
-1
/
+1
2011-02-09
window.c: Use eglGetProcAddress to look up extension functions
Kristian Høgsberg
1
-7
/
+15
2011-02-09
window.c: Include wayland-egl.h before EGL headers so we get the right platform
Kristian Høgsberg
1
-3
/
+3
2011-02-07
Follow wayland-egl renames
Kristian Høgsberg
1
-9
/
+8
2011-02-07
Port window.c to use wayland-egl
Kristian Høgsberg
1
-89
/
+53
2011-02-01
window: add null checks
nobled
1
-0
/
+30
2011-02-01
add newlines in error messages
nobled
1
-4
/
+4
2011-01-28
Add initial basic support for fullscreen surfaces
Kristian Høgsberg
1
-17
/
+31
2011-01-27
compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers
Kristian Høgsberg
1
-0
/
+1
2011-01-25
Fix new gcc 4.6 warnings
Kristian Høgsberg
1
-3
/
+1
2011-01-25
Replace gdk_pixbuf_unref with g_object_unref
Darxus@chaosreigns.com
1
-4
/
+4
2011-01-25
window.c: Make title not const
Kristian Høgsberg
1
-2
/
+2
2011-01-25
Merge remote branch 'callum/master'
Kristian Høgsberg
1
-6
/
+13
2011-01-23
initialise display
Tim Wiederhake
1
-0
/
+2
2011-01-23
free option context
Tim Wiederhake
1
-0
/
+1
2011-01-23
fix resizing at top/left border
Tim Wiederhake
1
-1
/
+2
2011-01-23
compositor crashes if window width or height is <= 0
Tim Wiederhake
1
-0
/
+6
2011-01-21
Remove unused bits of cairo code
Kristian Høgsberg
1
-8
/
+0
2011-01-21
Add an orange pop-up menu to test the new map_transient request
Kristian Høgsberg
1
-6
/
+80
2011-01-22
Merge branch 'master' of git://anongit.freedesktop.org/wayland
Callum Lowcay
1
-44
/
+147
2011-01-21
terminal: Just send the pty master fd to receive the selection.
Kristian Høgsberg
1
-8
/
+3
2011-01-21
Use cairo_push_group() for all double buffering, drop window_copy_*()
Kristian Høgsberg
1
-24
/
+0
2011-01-20
Render selection
Kristian Høgsberg
1
-0
/
+5
2011-01-19
Use libxkbcommon #defines for modifiers
Kristian Høgsberg
1
-1
/
+1
2011-01-19
Add proof-of-concept selection support to terminal
Kristian Høgsberg
1
-0
/
+120
2011-01-19
Pass input device and time in key_handler callback
Kristian Høgsberg
1
-2
/
+8
2011-01-19
Use the global handler in dnd instead of custom drag_offer hook
Kristian Høgsberg
1
-15
/
+1
2011-01-19
window: Add a catch-all global handler hook
Kristian Høgsberg
1
-0
/
+10
2011-01-14
Check for cairo-egl instead of just cairo-gl
Kristian Høgsberg
1
-7
/
+7
2011-01-14
terminal: Window operations
Callum Lowcay
1
-0
/
+13
2011-01-11
Fix terminal resizing
Kristian Høgsberg
1
-20
/
+27
2011-01-05
Fix window.c build without cairo-gl
nobled
1
-0
/
+5
2010-12-17
Update surface.attach and change surface.map to surface.map_toplevel
Kristian Høgsberg
1
-74
/
+66
2010-12-06
When no DRM present, clients (window.c actually) now either exit orderly,
Yuval Fledel
1
-61
/
+71
2010-12-01
Add origin information to output.geometry event
Kristian Høgsberg
1
-3
/
+3
2010-12-01
Create socket in /var/run/user/${HOME}
Kristian Høgsberg
1
-3
/
+1
2010-12-01
Fix warnings from adding -Wall back
Kristian Høgsberg
1
-6
/
+6
2010-11-30
Don't hardcode offered dnd types in window.c
Kristian Høgsberg
1
-10
/
+8
2010-11-30
Made the window save the coordinates when being draged.
Joel Teichroeb
1
-8
/
+10
2010-11-29
wayland_client: rename wl_display_create to wl_display_connect
Benjamin Franzke
1
-1
/
+1
2010-11-29
Define MULT outside the HAVE_CAIRO_GL #ifdef
Kristian Høgsberg
1
-3
/
+3
2010-11-22
Some additional return value checking
Darxus
1
-1
/
+4
2010-11-22
window: Don't call drag_offer_handler if it's NULL
Kristian Høgsberg
1
-2
/
+4
2010-11-22
Function declares a pointer return, so return one.
Bryce Harrington
1
-4
/
+4
2010-11-22
Quell warning about potentially uninitialized variable 'surface'
Bryce Harrington
1
-0
/
+3
2010-11-22
Cleanup declared but unused variables.
Bryce Harrington
1
-2
/
+1
2010-11-08
Bring gears example up to date
Kristian Høgsberg
1
-6
/
+16
2010-10-29
Make sure there is a current context.
Chia-I Wu
1
-3
/
+17
2010-10-29
Use glTexSubImage to update the pixels.
Chia-I Wu
1
-3
/
+2
[next]