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