summaryrefslogtreecommitdiff
path: root/clients/window.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-22Implement buffer.damage in shm, use it in window.cBenjamin Franzke1-0/+4
2011-04-11Remove double definition of window_get_wl_surface()Kristian Høgsberg1-3/+0
2011-04-11Merge remote-tracking branch 'bnf/surface-frame-event'Kristian Høgsberg1-0/+3
2011-04-11Add struct window accessor for the wl_surfaceKristian Høgsberg1-0/+3
2011-04-11Define global handler on display creationTim Wiederhake1-10/+7
2011-03-17gears: Use wayland egl surface instead of imagesBenjamin Franzke1-0/+16
2011-03-17window: Use window surfaces for windowsBenjamin Franzke1-0/+2
2011-03-17Support per surface frame eventsBenjamin Franzke1-0/+3
2011-02-07Port window.c to use wayland-eglKristian Høgsberg1-3/+3
2011-01-25Remove frame handler prototypeKristian Høgsberg1-4/+0
2011-01-25Merge remote branch 'callum/master'Kristian Høgsberg1-3/+11
2011-01-23remove declaration without definition from window.hTim Wiederhake1-8/+2
2011-01-21Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg1-2/+10
2011-01-22Merge branch 'master' of git://anongit.freedesktop.org/waylandCallum Lowcay1-24/+23
2011-01-21terminal: Just send the pty master fd to receive the selection.Kristian Høgsberg1-2/+2
2011-01-21Use cairo_push_group() for all double buffering, drop window_copy_*()Kristian Høgsberg1-9/+0
2011-01-19Use libxkbcommon #defines for modifiersKristian Høgsberg1-8/+1
2011-01-19Add proof-of-concept selection support to terminalKristian Høgsberg1-0/+9
2011-01-19Pass input device and time in key_handler callbackKristian Høgsberg1-2/+6
2011-01-19Use the global handler in dnd instead of custom drag_offer hookKristian Høgsberg1-7/+1
2011-01-19window: Add a catch-all global handler hookKristian Høgsberg1-0/+8
2011-01-14Check for cairo-egl instead of just cairo-glKristian Høgsberg1-1/+1
2011-01-14terminal: Window operationsCallum Lowcay1-0/+7
2011-01-11Fix terminal resizingKristian Høgsberg1-5/+6
2011-01-05Workaround gears depending on cairo-glnobled1-0/+2
2010-12-17Update surface.attach and change surface.map to surface.map_toplevelKristian Høgsberg1-4/+4
2010-11-30Don't hardcode offered dnd types in window.cKristian Høgsberg1-2/+4
2010-11-29fix missing includes in clients/window.h and clients/wayland-glib.hFred Morcos1-0/+3
2010-11-22Expose window_set_surface() in window.hBryce Harrington1-0/+3
2010-11-08Bring gears example up to dateKristian Høgsberg1-0/+4
2010-10-26Add small client for testing shm surfacesKristian Høgsberg1-0/+3
2010-10-25Fall back to cairo image backend and shm surface if we don't have cairo glKristian Høgsberg1-0/+12
2010-09-03Replace commit/ack/frame protocol with simpler sync and frame callbacksKristian Høgsberg1-10/+6
2010-09-02Use a transient object for the dnd sessionKristian Høgsberg1-1/+13
2010-08-27Provide visual feedback as to whether drop is supportedKristian Høgsberg1-0/+3
2010-08-25Set pointer image only in response to 'target' eventKristian Høgsberg1-2/+4
2010-08-19More work on dndKristian Høgsberg1-0/+5
2010-08-18Add a drag and drop test clientKristian Høgsberg1-0/+48
2010-07-20Drop coordinates from buttons press, add timestamp to eventsKristian Høgsberg1-1/+2
2010-06-25Use libxkbcommon for mapping keycodes to keysymsKristian Høgsberg1-1/+3
2010-06-25Set window user data using separate functionKristian Høgsberg1-9/+12
2010-06-15Update decoration drawing to be less cairo path happyKristian Høgsberg1-4/+4
2010-06-14Consolidate redraw scheduling in window.cKristian Høgsberg1-0/+7
2010-06-08Send device name at connect timeKristian Høgsberg1-1/+5
2010-06-08Consolidate more code in clients/window.cKristian Høgsberg1-1/+11
2010-06-08Use cairo-gl in clientsKristian Høgsberg1-3/+16
2010-06-06Make clients at least compile for nowKristian Høgsberg1-0/+104