Use the global handler in dnd instead of custom drag_offer hook
[profile/ivi/weston.git] / clients / window.c
2011-01-19 Kristian HøgsbergUse the global handler in dnd instead of custom drag_of...
2011-01-19 Kristian Høgsbergwindow: Add a catch-all global handler hook
2011-01-15 Kristian HøgsbergMerge remote branch 'bnf/simple_client'
2011-01-14 Kristian HøgsbergCheck for cairo-egl instead of just cairo-gl
2011-01-12 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-11 Kristian HøgsbergFix terminal resizing
2011-01-06 Kristian HøgsbergMerge remote branch 'nobled/fixes2'
2011-01-05 nobledFix window.c build without cairo-gl
2010-12-17 Kristian HøgsbergUpdate surface.attach and change surface.map to surface...
2010-12-06 Yuval FledelWhen no DRM present, clients (window.c actually) now...
2010-12-02 Kristian HøgsbergAdd origin information to output.geometry event
2010-12-01 Kristian HøgsbergCreate socket in /var/run/user/${HOME}
2010-12-01 Kristian HøgsbergFix warnings from adding -Wall back
2010-11-30 Kristian HøgsbergDon't hardcode offered dnd types in window.c
2010-11-30 Joel TeichroebMade the window save the coordinates when being draged.
2010-11-29 Benjamin Franzkewayland_client: rename wl_display_create to wl_display_...
2010-11-29 Kristian HøgsbergDefine MULT outside the HAVE_CAIRO_GL #ifdef
2010-11-23 DarxusSome additional return value checking
2010-11-22 Kristian Høgsbergwindow: Don't call drag_offer_handler if it's NULL
2010-11-22 Bryce HarringtonFunction declares a pointer return, so return one.
2010-11-22 Bryce HarringtonQuell warning about potentially uninitialized variable...
2010-11-22 Bryce HarringtonCleanup declared but unused variables.
2010-11-08 Kristian HøgsbergBring gears example up to date
2010-10-29 Chia-I WuMake sure there is a current context.
2010-10-29 Chia-I WuUse glTexSubImage to update the pixels.
2010-10-26 Kristian HøgsbergAdd small client for testing shm surfaces
2010-10-25 Kristian HøgsbergFall back to cairo image backend and shm surface if...
2010-09-14 Kristian HøgsbergAdd timestamp to pointer image attach request
2010-09-08 Kristian HøgsbergDont post damage event from window_copy_surface
2010-09-08 Kristian HøgsbergOnly set pointer image when it changes
2010-09-03 Kristian HøgsbergReplace commit/ack/frame protocol with simpler sync...
2010-09-03 Kristian HøgsbergUse a transient object for the dnd session
2010-08-30 Kristian HøgsbergAdd options to specify xkb details
2010-08-30 Kristian HøgsbergRemove debug message
2010-08-28 Kristian HøgsbergProvide visual feedback as to whether drop is supported
2010-08-28 Kristian HøgsbergUpdate drag protocol to use fd passing for data transfer
2010-08-25 Kristian HøgsbergSet pointer image only in response to 'target' event
2010-08-25 Kristian HøgsbergUpdate to EGL_MESA_drm_image from mesa master
2010-08-19 Kristian HøgsbergMore work on dnd
2010-08-18 Kristian HøgsbergAdd a drag and drop test client
2010-08-17 Kristian HøgsbergInsert unexplainable cairo_device_flush() to fix termin...
2010-08-16 Kristian HøgsbergAdd client side pointer image handling
2010-08-16 Kristian HøgsbergMove cairo-util.[ch] to clients/
2010-08-10 Kristian HøgsbergDon't track globals in the client lib, just send out...
2010-08-10 Kristian HøgsbergImplement current drm auth scheme in the drm object
2010-08-09 Kristian HøgsbergIntroduce 'buffer' object for attaching, image cahce...
2010-08-06 Kristian HøgsbergSend out coordinates with pointer_focus event
2010-08-05 Kristian HøgsbergIntroduce 'shell' object for moving and resizing surfac...
2010-07-29 Kristian HøgsbergUse EGL_KHR_surfaceless_opengl
2010-07-20 Kristian HøgsbergDrop coordinates from buttons press, add timestamp...
2010-07-09 Kristian HøgsbergUpdate to use eglGetDRMDisplayMESA()
2010-07-02 Kristian HøgsbergTrack libxkbcommon API changes
2010-06-25 Kristian HøgsbergFix some warnings
2010-06-25 Kristian HøgsbergUse libxkbcommon for mapping keycodes to keysyms
2010-06-25 Kristian HøgsbergSet window user data using separate function
2010-06-15 Kristian HøgsbergUpdate decoration drawing to be less cairo path happy
2010-06-15 Kristian HøgsbergConsolidate redraw scheduling in window.c
2010-06-15 Kristian HøgsbergFix resizing
2010-06-15 Kristian HøgsbergImplement resizing from all sides
2010-06-09 Kristian HøgsbergSend device name at connect time
2010-06-08 Kristian HøgsbergConsolidate more code in clients/window.c
2010-06-08 Kristian HøgsbergUse cairo-gl in clients
2010-06-07 Kristian HøgsbergMake clients at least compile for now