summaryrefslogtreecommitdiff
path: root/clients/window.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-03window: Check load_image result for NULLKristian Høgsberg1-0/+4
2012-04-03Fix `unused-result' warnings.Jonas Ådahl1-1/+3
2012-04-03window: Use a persistent, big shm pool during resizeKristian Høgsberg1-8/+44
2012-04-03window: Only initialize egl if we have cairo eglKristian Høgsberg1-0/+6
2012-04-03clients: Use new shm interfaceKristian Høgsberg1-24/+38
2012-03-30Add signedness warning flag and fix falloutKristian Høgsberg1-1/+1
2012-03-26Simplify shm buffer handlingKristian Høgsberg1-25/+1
2012-03-26window.c: Do resize work from the repaint idle callbackKristian Høgsberg1-15/+9
2012-03-24window.c; Only redraw once per frameKristian Høgsberg1-1/+22
2012-03-22Hook up axis events.Scott Moreau1-0/+8
2012-03-21window.c: Increase drop shadow fluffinessKristian Høgsberg1-13/+13
2012-03-20window.c: Tweak window decoration appearanceKristian Høgsberg1-15/+39
2012-03-12Consolidate image loading code and move to shared/Kristian Høgsberg1-80/+17
2012-03-12Add an option parserKristian Høgsberg1-29/+7
2012-03-12clients/window: fix build issues w/ glesRob Clark1-1/+12
2012-03-05window: Compute frame boundary for all windows except fullscreenKristian Høgsberg1-1/+1
2012-03-05window: Only set opaque and input regions if they changeKristian Høgsberg1-2/+13
2012-02-29window.c: Drop support for rgb contextsKristian Høgsberg1-57/+7
2012-02-29window: Set opaque region after child widget adjusts sizeKristian Høgsberg1-9/+9
2012-02-28clients: Use wl_display_disconnect()Kristian Høgsberg1-1/+1
2012-02-23window: Track and report input and opaque regionsKristian Høgsberg1-10/+56
2012-02-23Update to enter/leave events for pointer and keyboardKristian Høgsberg1-25/+37
2012-02-16window: Don't draw decorations in fullscreen modeKristian Høgsberg1-6/+19
2012-02-16window: Set window type as it changes, not on every attachKristian Høgsberg1-41/+18
2012-02-16window: Use constant keycode offset of 8Daniel Stone1-1/+1
2012-02-16window: Use new xkbcommon include pathDaniel Stone1-1/+1
2012-02-16protocol: remove absolute coordinates from pointerPekka Paalanen1-3/+2
2012-02-16window: do not store absolute coordinatesPekka Paalanen1-5/+1
2012-02-16Follow set_fullscreen protocol changeKristian Høgsberg1-1/+2
2012-02-16window: Toggle maximized with super-f5Kristian Høgsberg1-3/+35
2012-02-13window: simplify a bit widget_set_size and widget_set_allocationTiago Vignatti1-4/+1
2012-02-13window: explicitly set TYPE_TOPLEVEL for new windowsTiago Vignatti1-0/+1
2012-02-08window: Don't set the window size in widget_set_size()Kristian Høgsberg1-5/+0
2012-01-31window: Fold window_resize into idle_resizeKristian Høgsberg1-11/+4
2012-01-31window: Don't overwrite window->allocation until we've done the resizeKristian Høgsberg1-17/+16
2012-01-31window: Dont take width and height in window constructorKristian Høgsberg1-12/+9
2012-01-31flower: Dont allow resizingKristian Høgsberg1-3/+5
2012-01-31window: Make window frame menu available to clientKristian Høgsberg1-8/+16
2012-01-27window: fix resizing of windows backed by shm buffersAnder Conselvan de Oliveira1-2/+1
2012-01-27window: Handle data_device.selection events with offer=NULLKristian Høgsberg1-3/+5
2012-01-26window: Don't crash when window with focus_widget is destroyedKristian Høgsberg1-0/+3
2012-01-24window: Fix sending button events when there's no grabNeil Roberts1-5/+5
2012-01-19window: Use CAIRO_OPERATOR_OVER for rendering the menuKristian Høgsberg1-1/+2
2012-01-19window: menu leak fixesPekka Paalanen1-19/+20
2012-01-19window: remove pointers to widget on destroyPekka Paalanen1-3/+8
2012-01-19window: destroy frame in window_destroy()Pekka Paalanen1-0/+16
2012-01-18clients: Allow compiling with the cairo glesv2 backendKristian Høgsberg1-3/+15
2012-01-11Use new format codesKristian Høgsberg1-22/+12
2012-01-11window: Don't deref focus widget if there isn't oneKristian Høgsberg1-1/+2
2012-01-11window: Remove a few unused struct fieldsKristian Høgsberg1-2/+0