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