summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2012-12-14clients: Add screenshooter-client-protocol.h to screenshooter sourcesKristian Høgsberg1-1/+4
2012-11-30Fix a crash when opening two terminal windows and closing the first one.Dima Ryazanov3-2/+13
2012-11-30configure.ac: Don't link weston to cairo or image librariesKristian Høgsberg1-1/+1
2012-11-19simple-egl: Reset opaque region if not fullscreen.Scott Moreau1-0/+2
2012-11-16simple-egl: Set the right size for the opaque region when fullscreenAnder Conselvan de Oliveira1-2/+2
2012-11-08Terminal: Handle keypad symbolsDaniel Stone1-0/+63
2012-11-08smoke: Remove unused offset memberDaniel Stone1-2/+1
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-30image: Set dragging pointer on button press, not first motionKristian Høgsberg1-3/+3
2012-10-30image: Combine clamp_view() and center_view ()Kristian Høgsberg1-40/+23
2012-10-30image: Add keyhandler to handle keyboard zoomKristian Høgsberg1-0/+32
2012-10-30image: Set resize handler and center view on resize/fullscreenKristian Høgsberg1-0/+10
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-29simple-egl: Add a default cursorKristian Høgsberg1-0/+33
2012-10-29clients: Remove $(toolkit_libs) from weston_screensaver_CFLAGSKristian Høgsberg1-1/+1
2012-10-29window: Ignore input_set_pointer_image() if we don't have a pointerKristian Høgsberg1-0/+3
2012-10-29dnd: Use %zd in the format string for size_t typesDamien Lespiau1-1/+1
2012-10-29configure.ac: Check for libGLU for screensaverKristian Høgsberg1-1/+5
2012-10-25desktop-shell: background should be opaquePekka Paalanen1-0/+9
2012-10-25window: remove window_set_transparent() declarationPekka Paalanen1-2/+0
2012-10-19Define our own container_of as wellKristian Høgsberg1-0/+4
2012-10-19Stop relying on ARRAY_LENGTH being defined in wayland-util.hKristian Høgsberg2-0/+4
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-17simple-shm: Don't use ret variable in main() uninitializedAnder Conselvan de Oliveira1-1/+1
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øgsberg4-9/+16
2012-10-16Remove some dead code.John Kåre Alsaker1-3/+1
2012-10-16configure: build tablet-shell client conditionallyPekka Paalanen1-0/+4
2012-10-16simple-touch: do not include GL headersPekka Paalanen1-2/+0
2012-10-16configure: separate simple EGL clients from othersPekka Paalanen1-6/+11
2012-10-16toytoolkit: make all EGL code dependant on cairo-eglPekka Paalanen1-6/+7
2012-10-16window: remove dead EGL codePekka Paalanen2-15/+0
2012-10-15window: Set input region also when we go fullscreenKristian Høgsberg1-2/+5
2012-10-15clients: image: Add support for panning and zoomingJonas Ådahl1-14/+218
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 Paalanen3-11/+11
2012-10-10compositor, clients: double-buffer input regionPekka Paalanen1-7/+7
2012-10-10compositor, clients: double-buffer opaque regionPekka Paalanen2-9/+9
2012-10-10compositor, clients: make damage double-bufferedPekka Paalanen2-0/+5
2012-10-10clients: use wl_surface_commitPekka Paalanen4-0/+6
2012-10-10Update to new fd and wl_registry APIsKristian Høgsberg12-138/+226
2012-10-10toytoolkit: Take into account transform when sending output allocation.Scott Moreau1-2/+17
2012-10-10terminal: Don't snap resize if we're maximizedKristian Høgsberg1-2/+4