summaryrefslogtreecommitdiff
path: root/clients/window.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-28toytoolkit: Remove left-over pixman dependencyKristian Høgsberg1-2/+0
2013-01-24clients: add global_remove handler stubsPekka Paalanen1-1/+23
2013-01-10window: Free allocated memory on error pathRob Bradford1-0/+1
2013-01-07window: Fall back to cairo image when cairo EGL isn't availableKristian Høgsberg1-4/+4
2012-12-14window: Allow clients to choose the fullscreen methodAnder Conselvan de Oliveira1-1/+10
2012-12-06window: add a note about freeing shm buffersPekka Paalanen1-0/+15
2012-12-06clients: destroy wl_registry on exitPekka Paalanen1-0/+1
2012-11-30window: Add a widget default cursor convenience helperKristian Høgsberg1-5/+17
2012-11-30window: change boolean to flags in toysurface::prepare()Pekka Paalanen1-5/+16
2012-11-30window: Add a way to retrieve a window's output transformAnder Conselvan de Oliveira1-0/+23
2012-11-30window: Let clients set buffer transformationsAnder Conselvan de Oliveira1-4/+32
2012-11-30window: Honour opaque field for windows without a frameAnder Conselvan de Oliveira1-7/+10
2012-11-30Fix a crash when opening two terminal windows and closing the first one.Dima Ryazanov1-0/+6
2012-11-27window: honour wl_buffer.releasePekka Paalanen1-37/+76
2012-11-27window: fix tooltip text extentsPekka Paalanen1-5/+28
2012-11-27window: simplify window_create_surfacePekka Paalanen1-19/+24
2012-11-27window: convert shm path to toysurfacePekka Paalanen1-80/+178
2012-11-27window: add toysurface abstraction and port EGL pathPekka Paalanen1-121/+184
2012-11-27weston-simple-im: Create our own xkb_contextKristian Høgsberg1-6/+0
2012-11-27window: Allow to get xkb context from displayJan Arne Petersen1-0/+6
2012-11-27text: Send more information with keysym eventsJan Arne Petersen1-0/+45
2012-11-19window: make display_create_surface() shm-onlyPekka Paalanen1-11/+9
2012-11-19window: use different keys for different cairo privatesPekka Paalanen1-9/+13
2012-11-19window: merge struct surface_data into shm_surface_dataPekka Paalanen1-14/+11
2012-11-19window: remove unused MULT macroPekka Paalanen1-3/+0
2012-11-19window: make window_flush() privatePekka Paalanen1-1/+1
2012-11-19window: make window_{create,set}_surface privatePekka Paalanen1-2/+2
2012-11-08Clients: Don't set the cursor when we have no pointerDaniel Stone1-0/+6
2012-11-05window.c: Move misplaced break to where it belongsKristian Høgsberg1-1/+1
2012-10-30window: Fix use-after-free in menu button handlerKristian Høgsberg1-3/+2
2012-10-30window: Only advertise fullscreen menu item if client supports itKristian Høgsberg1-11/+17
2012-10-30toytoolkit: Don't destroy window cairo surface on shm attach.Scott Moreau1-2/+0
2012-10-30window: Make press-drag-release menu selection mode workKristian Høgsberg1-2/+7
2012-10-29window: Ignore input_set_pointer_image() if we don't have a pointerKristian Høgsberg1-0/+3
2012-10-19window: Always pass focused widget to widget motion handlersJonas Ådahl1-1/+1
2012-10-19window: Don't set pointer image when requesting to move a surfaceJonas Ådahl1-1/+0
2012-10-16clients: Don't ask for EGL_PIXMAP_BIT when choosing configsKristian Høgsberg1-1/+1
2012-10-16clients: Check return value of wl_display_dispatch()Kristian Høgsberg1-2/+7
2012-10-16toytoolkit: make all EGL code dependant on cairo-eglPekka Paalanen1-6/+7
2012-10-16window: remove dead EGL codePekka Paalanen1-9/+0
2012-10-15window: Set input region also when we go fullscreenKristian Høgsberg1-2/+5
2012-10-15window: Update modifier state directly after receiving a modifier eventJonas Ådahl1-12/+11
2012-10-15window: don't call output configure uninitialisedPekka Paalanen1-1/+6
2012-10-15clients: Use wl_display_dispatch_pending()Kristian Høgsberg1-0/+2
2012-10-10compositor, clients: apply wl_surface.frame on commitPekka Paalanen1-8/+8
2012-10-10compositor, clients: double-buffer input regionPekka Paalanen1-7/+7
2012-10-10compositor, clients: double-buffer opaque regionPekka Paalanen1-7/+7
2012-10-10clients: use wl_surface_commitPekka Paalanen1-0/+2
2012-10-10Update to new fd and wl_registry APIsKristian Høgsberg1-36/+97
2012-10-10toytoolkit: Take into account transform when sending output allocation.Scott Moreau1-2/+17