summaryrefslogtreecommitdiff
path: root/clients/window.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-23Implement the new dnd/selection protocolKristian Høgsberg1-15/+44
2011-11-15window: add a helper for config file pathsPekka Paalanen1-0/+3
2011-11-14window: Add a cheesy parser for ini-files, use it in desktop-shellKristian Høgsberg1-0/+23
2011-10-12desktop-shell: Add beginning of pop-up menu to panelKristian Høgsberg1-0/+2
2011-10-07gears: Fail if compiled without cairo-eglBenjamin Franzke1-1/+1
2011-10-07window: Create a cairo device for each egl configBenjamin Franzke1-2/+6
2011-10-07window: Remove display_flush_cairo_deviceBenjamin Franzke1-3/+0
2011-09-20window.c: Move window items to window.cKristian Høgsberg1-3/+31
2011-09-19window: Stop using glib mainloop in toy toolkitKristian Høgsberg1-0/+12
2011-09-06clients: Add a simple desktop-shell appKristian Høgsberg1-3/+6
2011-09-06window: Add enter/leave handlersKristian Høgsberg1-0/+14
2011-08-29window.c: Drop global handler argumentKristian Høgsberg1-7/+1
2011-05-16window: Add support for opaque windowsKristian Høgsberg1-1/+6
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