summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-15xwm: Don't repaint after destroying windowKristian Høgsberg1-6/+10
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-15compositor: Fix cursor positioning right after input_device.attachAnder Conselvan de Oliveira1-2/+2
2012-05-15tests: Fix event-testAnder Conselvan de Oliveira1-1/+2
2012-05-15xwm: Update window title when window property changeKristian Høgsberg1-87/+124
2012-05-15xwm: Put a title bar on itKristian Høgsberg1-7/+37
2012-05-15xwm: Reparent X windows, paint a red decoration frameKristian Høgsberg2-16/+166
2012-05-14compositor: Only call weston_surface_update_transform from repaintKristian Høgsberg1-12/+0
2012-05-14compositor: Remove a few leftover screenshooter declarationsKristian Høgsberg1-3/+0
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øgsberg6-81/+72
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-10evdev: Use wl_fixed_t for relative motionsJonas Ådahl1-7/+10
2012-05-10window.c: frame_button: Maximize, minimize, close, icon buttons in window frameMartin Minarik6-4/+258
2012-05-10window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg10-32/+31
2012-05-10Fix a few -pedantic warningsKristian Høgsberg7-16/+16
2012-05-10compositor: Report refresh rates in mHzKristian Høgsberg2-3/+16
2012-05-09compositor: Simplify clip_pointer_motion() and make it handle dead areasKristian Høgsberg1-40/+26
2012-05-09compositor: When clipping pointer motions, don't loose precisionJonas Ådahl1-14/+16
2012-05-09compositor: Use wl_fixed_t for incoming input eventsKristian Høgsberg5-56/+54
2012-05-09compositor: Move pointer motion clipping to its own functionKristian Høgsberg1-6/+22
2012-05-09evdev: Convert wl_fixed_t to int before using internallyJonas Ådahl1-2/+2
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-08Load an XKB keymap and state in the compositorDaniel Stone2-0/+26
2012-05-08Link compositors to xkbcommon as wellDaniel Stone1-1/+1
2012-05-08Add xkb_names member plus config + X11 supportDaniel Stone3-0/+89
2012-05-08Port Wayland clients to new xkbcommon APIKristian Høgsberg3-38/+79
2012-05-08Convert wire input co-ordinates to fixed-pointDaniel Stone6-79/+133
2012-05-08Convert internal input co-ordinates to GLfloatDaniel Stone12-27/+29
2012-05-08Add fixed-point versions of weston_surface_{to, from}_globalDaniel Stone2-4/+44
2012-05-08build: Tighten mtdev dependency to reflect requirementRob Bradford1-1/+1
2012-05-07shell: use own struct for transient surfacesTiago Vignatti1-4/+8
2012-05-07shell: fix uninitialized variable warningTiago Vignatti1-1/+1
2012-05-07window: use only one shm pool for all the cursor imagesAnder Conselvan de Oliveira1-35/+164
2012-05-07Rename 'state' in axis (or ambiguous) bindings to 'value'Daniel Stone3-13/+21
2012-05-07Change button from int to uint32_tDaniel Stone13-16/+16
2012-05-07Change key/button grab bindings to take unsigned stateDaniel Stone16-23/+24
2012-05-07test-client: Include poll.h to silence warningDaniel Stone1-0/+1
2012-05-03drm: Make KMS hw cursors work againKristian Høgsberg1-16/+30
2012-05-03window: use libXcursor for loading pointer imagesAnder Conselvan de Oliveira21-114/+120
2012-05-02simple-egl: add option for running fullscreenAnder Conselvan de Oliveira1-6/+174