summaryrefslogtreecommitdiff
path: root/clients/window.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Split into a core repository that only holds the core Wayland librariesKristian Høgsberg1-1741/+0
2011-02-11fix typo in window.cTim Wiederhake1-1/+1
2011-02-09window.c: Use eglGetProcAddress to look up extension functionsKristian Høgsberg1-7/+15
2011-02-09window.c: Include wayland-egl.h before EGL headers so we get the right platformKristian Høgsberg1-3/+3
2011-02-07Follow wayland-egl renamesKristian Høgsberg1-9/+8
2011-02-07Port window.c to use wayland-eglKristian Høgsberg1-89/+53
2011-02-01window: add null checksnobled1-0/+30
2011-02-01add newlines in error messagesnobled1-4/+4
2011-01-28Add initial basic support for fullscreen surfacesKristian Høgsberg1-17/+31
2011-01-27compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiersKristian Høgsberg1-0/+1
2011-01-25Fix new gcc 4.6 warningsKristian Høgsberg1-3/+1
2011-01-25Replace gdk_pixbuf_unref with g_object_unrefDarxus@chaosreigns.com1-4/+4
2011-01-25window.c: Make title not constKristian Høgsberg1-2/+2
2011-01-25Merge remote branch 'callum/master'Kristian Høgsberg1-6/+13
2011-01-23initialise displayTim Wiederhake1-0/+2
2011-01-23free option contextTim Wiederhake1-0/+1
2011-01-23fix resizing at top/left borderTim Wiederhake1-1/+2
2011-01-23compositor crashes if window width or height is <= 0Tim Wiederhake1-0/+6
2011-01-21Remove unused bits of cairo codeKristian Høgsberg1-8/+0
2011-01-21Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg1-6/+80
2011-01-22Merge branch 'master' of git://anongit.freedesktop.org/waylandCallum Lowcay1-44/+147
2011-01-21terminal: Just send the pty master fd to receive the selection.Kristian Høgsberg1-8/+3
2011-01-21Use cairo_push_group() for all double buffering, drop window_copy_*()Kristian Høgsberg1-24/+0
2011-01-20Render selectionKristian Høgsberg1-0/+5
2011-01-19Use libxkbcommon #defines for modifiersKristian Høgsberg1-1/+1
2011-01-19Add proof-of-concept selection support to terminalKristian Høgsberg1-0/+120
2011-01-19Pass input device and time in key_handler callbackKristian Høgsberg1-2/+8
2011-01-19Use the global handler in dnd instead of custom drag_offer hookKristian Høgsberg1-15/+1
2011-01-19window: Add a catch-all global handler hookKristian Høgsberg1-0/+10
2011-01-14Check for cairo-egl instead of just cairo-glKristian Høgsberg1-7/+7
2011-01-14terminal: Window operationsCallum Lowcay1-0/+13
2011-01-11Fix terminal resizingKristian Høgsberg1-20/+27
2011-01-05Fix window.c build without cairo-glnobled1-0/+5
2010-12-17Update surface.attach and change surface.map to surface.map_toplevelKristian Høgsberg1-74/+66
2010-12-06When no DRM present, clients (window.c actually) now either exit orderly,Yuval Fledel1-61/+71
2010-12-01Add origin information to output.geometry eventKristian Høgsberg1-3/+3
2010-12-01Create socket in /var/run/user/${HOME}Kristian Høgsberg1-3/+1
2010-12-01Fix warnings from adding -Wall backKristian Høgsberg1-6/+6
2010-11-30Don't hardcode offered dnd types in window.cKristian Høgsberg1-10/+8
2010-11-30Made the window save the coordinates when being draged.Joel Teichroeb1-8/+10
2010-11-29wayland_client: rename wl_display_create to wl_display_connectBenjamin Franzke1-1/+1
2010-11-29Define MULT outside the HAVE_CAIRO_GL #ifdefKristian Høgsberg1-3/+3
2010-11-22Some additional return value checkingDarxus1-1/+4
2010-11-22window: Don't call drag_offer_handler if it's NULLKristian Høgsberg1-2/+4
2010-11-22Function declares a pointer return, so return one.Bryce Harrington1-4/+4
2010-11-22Quell warning about potentially uninitialized variable 'surface'Bryce Harrington1-0/+3
2010-11-22Cleanup declared but unused variables.Bryce Harrington1-2/+1
2010-11-08Bring gears example up to dateKristian Høgsberg1-6/+16
2010-10-29Make sure there is a current context.Chia-I Wu1-3/+17
2010-10-29Use glTexSubImage to update the pixels.Chia-I Wu1-3/+2