summaryrefslogtreecommitdiff
path: root/clients/window.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-04popup wippopupKristian Høgsberg1-5/+21
2012-01-03More weston rename fixesKristian Høgsberg1-12/+12
2011-12-27x11: Bridge X11 CLIPBOARD selection to Wayland clientsKristian Høgsberg1-0/+9
2011-12-22window.c: Add touch event stubsKristian Høgsberg1-0/+39
2011-12-22window.c: Rename input handlers to input_handle_*Kristian Høgsberg1-28/+28
2011-12-22window: destroy surfaces on display_destroy()Pekka Paalanen1-0/+19
2011-12-22window: destroy all inputs on display_destroy()Pekka Paalanen1-18/+65
2011-12-22window: destroy misc objects on display_destroy()Pekka Paalanen1-0/+19
2011-12-22window: destroy outputs on display_destroy()Pekka Paalanen1-0/+23
2011-12-22window: destroy window surfaces and titlePekka Paalanen1-0/+7
2011-12-22window: remove unused struct membersPekka Paalanen1-3/+0
2011-12-22window: add display_destroy()Pekka Paalanen1-0/+32
2011-12-22window: add display_exit()Pekka Paalanen1-0/+12
2011-12-19clients: Implement a toy-menu for testing the menu surface typeKristian Høgsberg1-25/+144
2011-12-19window: do proper Cairo device flushingPekka Paalanen1-5/+1
2011-12-15compositor: Remove server side cursorsKristian Høgsberg1-28/+23
2011-12-14window: expose outputs to applicationsPekka Paalanen1-0/+64
2011-12-04window: do not crash without wl_shellPekka Paalanen1-6/+22
2011-12-04desktop-shell: update protocol and client to wl_shell_surfacePekka Paalanen1-0/+1
2011-12-04wl_shell_surface adaptationPekka Paalanen1-20/+29
2011-12-02window: fix segfault in window_handle_key()Pekka Paalanen1-3/+2
2011-11-26window.c: Cache outputsKristian Høgsberg1-11/+52
2011-11-23Implement the new dnd/selection protocolKristian Høgsberg1-126/+270
2011-11-22Never include wayland-util.h directlyKristian Høgsberg1-1/+0
2011-11-22Fix inconsistent #include stylePekka Paalanen1-1/+1
2011-11-18window: Remove unused variableKristian Høgsberg1-3/+0
2011-11-15window: clean up redraw and focuses on destroyPekka Paalanen1-1/+13
2011-10-25window: Avoid setting an invalid surface for the pointerRob Bradford1-0/+4
2011-10-25window: Report an error if we cannot load the pointer filesRob Bradford1-0/+4
2011-10-12desktop-shell: Add beginning of pop-up menu to panelKristian Høgsberg1-0/+6
2011-10-07gears: Fail if compiled without cairo-eglBenjamin Franzke1-3/+7
2011-10-07window: Create a cairo device for each egl configBenjamin Franzke1-26/+76
2011-10-07window: Remove display_flush_cairo_deviceBenjamin Franzke1-6/+0
2011-09-21Handle compositors without wl_shellKristian Høgsberg1-19/+30
2011-09-20window.c: Move window items to window.cKristian Høgsberg1-1/+123
2011-09-19window: Stop using glib mainloop in toy toolkitKristian Høgsberg1-18/+82
2011-09-19Move rounded_rect() to cairo-util.cKristian Høgsberg1-14/+0
2011-09-19terminal: Make -f (fullscreen) option work againKristian Høgsberg1-1/+1
2011-09-08window: Default to toplevel windowsKristian Høgsberg1-1/+1
2011-09-06clients: Add a simple desktop-shell appKristian Høgsberg1-11/+34
2011-09-06window: Add enter/leave handlersKristian Høgsberg1-8/+30
2011-09-01clients: Fix typosBenjamin Franzke1-5/+4
2011-08-31Remove egl display type setenv hackBenjamin Franzke1-1/+0
2011-08-31Move away from visuals and just use EGLConfigs or shm format tokensKristian Høgsberg1-66/+62
2011-08-29window.c: Drop global handler argumentKristian Høgsberg1-8/+1
2011-08-29clients: Bring clients up to dateKristian Høgsberg1-12/+23
2011-08-29Use the new wl_callback interfaceKristian Høgsberg1-20/+1
2011-07-15window.c: Fix compile/run using cairo without eglBenjamin Franzke1-0/+14
2011-06-23window: Set egl_window_resize late and onceBenjamin Franzke1-14/+22
2011-06-21compositor: Send out more detailed output eventsoutputKristian Høgsberg1-2/+20