summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2012-05-16simple-egl: Fix crash and simplifyKristian Høgsberg1-30/+12
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone4-281/+175
2012-05-15Rename libconfig-parser to libsharedKristian Høgsberg1-5/+3
2012-05-15Move cairo-util to shared/Kristian Høgsberg8-505/+6
2012-05-15window: Move frame rendering to cairo-utilKristian Høgsberg3-61/+83
2012-05-15window: Move theme rendering code to cairo-utilKristian Høgsberg3-62/+67
2012-05-15window: Move all frame theme related state into new struct themeKristian Høgsberg1-54/+69
2012-05-15window: Compute title vertical position based on font extentsKristian Høgsberg1-1/+7
2012-05-15window: Store the outputs that the window is onRob Bradford1-2/+51
2012-05-14toytoolkit: Recalculate input region if client has modified it's size.Scott Moreau1-10/+11
2012-05-14window: fix missed xkb API adaptationPekka Paalanen1-1/+1
2012-05-14simple-shm: Handle ping event.Scott Moreau1-0/+28
2012-05-11clients: Remove superfluous #includesKristian Høgsberg6-12/+0
2012-05-11Update to new libxkbcommon APIKristian Høgsberg4-73/+64
2012-05-10resizor: More resizingKristian Høgsberg1-47/+87
2012-05-10simple-egl: Add option -o to make surface opaqueKristian Høgsberg1-3/+12
2012-05-10clients: Add motion event trails to clickdotJonas Ådahl1-5/+138
2012-05-10window.c: frame_button: Maximize, minimize, close, icon buttons in window frameMartin Minarik1-3/+253
2012-05-10window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg10-32/+31
2012-05-09window: Don't crash if a cursor image failed to load.Dima Ryazanov1-2/+9
2012-05-08window: fix check of cursor image load resultRafal Mielniczuk1-2/+2
2012-05-08Port Wayland clients to new xkbcommon APIKristian Høgsberg3-38/+79
2012-05-08Convert wire input co-ordinates to fixed-pointDaniel Stone2-10/+31
2012-05-08Convert internal input co-ordinates to GLfloatDaniel Stone9-20/+21
2012-05-07window: use only one shm pool for all the cursor imagesAnder Conselvan de Oliveira1-35/+164
2012-05-07Change button from int to uint32_tDaniel Stone12-15/+15
2012-05-07Change key/button grab bindings to take unsigned stateDaniel Stone12-15/+16
2012-05-03window: use libXcursor for loading pointer imagesAnder Conselvan de Oliveira1-95/+119
2012-05-02simple-egl: add option for running fullscreenAnder Conselvan de Oliveira1-6/+174
2012-05-02window: Set window title and classKristian Høgsberg1-0/+5
2012-04-27window: Only set toplevel window type if nothing else is setKristian Høgsberg1-5/+8
2012-04-26fix build for --disable-clients --enable-simple-clientsPekka Paalanen1-6/+9
2012-04-26simple-shm: no need for wayland-egl.hPekka Paalanen1-1/+0
2012-04-26simple-shm: handle shm buffer failurePekka Paalanen1-4/+13
2012-04-26simple-shm: render meaningful diagnosticsPekka Paalanen1-8/+43
2012-04-25gears: Allow model rotation with pointerScott Moreau1-4/+65
2012-04-20screenshooter: Don't assume output offsets start at zeroScott Moreau1-6/+32
2012-04-20screenshooter: Move buffer assembly to client sideScott Moreau1-13/+31
2012-04-20screenshooter: Grab pixel data directly before buffer swapScott Moreau1-2/+17
2012-04-20Send surface enter/leave eventsCasey Dahlin1-0/+18
2012-04-19Install structuring for ping-pong protocolScott Moreau1-0/+8
2012-04-13window.c: Drop the toolkit grab when we start a compositor grabKristian Høgsberg2-0/+3
2012-04-13window: Send serial number in set_popup requestKristian Høgsberg1-2/+2
2012-04-13window: Initialize redraw_task.link so we can always remove itKristian Høgsberg1-0/+2
2012-04-11Follow wayland change to serial numbersKristian Høgsberg6-70/+89
2012-04-11weston: update .gitignore filesCasey Dahlin1-2/+2
2012-04-10window: Fix remaining references to the egl image surface typeKristian Høgsberg1-18/+6
2012-04-10window: Drop EGLImage surface typeKristian Høgsberg2-134/+0
2012-04-10window: Only unmap shm surface backing memory if it belongs to surfaceKristian Høgsberg1-4/+6
2012-04-10window: Simplify the shm surface managementKristian Høgsberg1-36/+7