summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-17xserver: Set input region for xwm surfacesHEADmasterKristian Høgsberg1-0/+6
2012-05-17evdev: Improve touchpad support and add motion filtersJonas Ådahl6-76/+951
2012-05-17evdev: Add event process dispatchingJonas Ådahl3-68/+167
2012-05-17compositor: Disable blending for WL_SHM_FORMAT_XRGB8888 surfaceKristian Høgsberg2-1/+10
2012-05-17compositor-x11: Check the right variable after creating dummy pbufferKristian Høgsberg1-1/+1
2012-05-16compositor: Remove resource from list when we destroy seat devicesKristian Høgsberg1-0/+3
2012-05-16xwm: Resize frame window if child window changes sizeKristian Høgsberg1-0/+21
2012-05-16compositor: Add opaque rect shader featureKristian Høgsberg3-0/+31
2012-05-16xserver: Use frame rendering code from cairo-utilKristian Høgsberg2-38/+17
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone12-651/+739
2012-05-16Convert wl_fixed_t to int in weston_output_update_zoom().Scott Moreau2-4/+6
2012-05-16xwm: memset struct to 0Kristian Høgsberg1-0/+1
2012-05-16shell: Remove lock/unlock listeners on shutdownKristian Høgsberg1-0/+3
2012-05-15xwm: Paint different decoration for active surfaceKristian Høgsberg1-3/+25
2012-05-15src: Don't add COMPOSITOR_CFLAGS to AM_CPPFLAGSKristian Høgsberg1-12/+19
2012-05-15Rename libconfig-parser to libsharedKristian Høgsberg1-5/+5
2012-05-15xwm: Don't repaint after destroying windowKristian Høgsberg1-6/+10
2012-05-15compositor: Fix cursor positioning right after input_device.attachAnder Conselvan de Oliveira1-2/+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øgsberg1-15/+165
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-11Update to new libxkbcommon APIKristian Høgsberg2-8/+8
2012-05-10evdev: Use wl_fixed_t for relative motionsJonas Ådahl1-7/+10
2012-05-10Fix a few -pedantic warningsKristian Høgsberg5-14/+14
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-08Load an XKB keymap and state in the compositorDaniel Stone2-0/+26
2012-05-08Add xkb_names member plus config + X11 supportDaniel Stone3-0/+89
2012-05-08Convert wire input co-ordinates to fixed-pointDaniel Stone3-61/+93
2012-05-08Convert internal input co-ordinates to GLfloatDaniel Stone2-6/+6
2012-05-08Add fixed-point versions of weston_surface_{to, from}_globalDaniel Stone2-4/+44
2012-05-07shell: use own struct for transient surfacesTiago Vignatti1-4/+8
2012-05-07shell: fix uninitialized variable warningTiago Vignatti1-1/+1
2012-05-07Rename 'state' in axis (or ambiguous) bindings to 'value'Daniel Stone3-13/+21
2012-05-07Change button from int to uint32_tDaniel Stone1-1/+1
2012-05-07Change key/button grab bindings to take unsigned stateDaniel Stone4-8/+8
2012-05-03drm: Make KMS hw cursors work againKristian Høgsberg1-16/+30
2012-05-02compositor-drm: alow scanning out of buffers with XRGB8888 formatAnder Conselvan de Oliveira1-4/+8
2012-05-02compositor-drm: refactor to avoid unnecessary allocation of KMS FBsAnder Conselvan de Oliveira1-122/+139
2012-05-02shell: Handle set_title and set_classKristian Høgsberg1-1/+24
2012-04-30Use the dummy pbuffer we create to make currentCooper Yuan1-2/+2
2012-04-30compositor-drm: call EGL cleanup functions on exitAnder Conselvan de Oliveira1-0/+6
2012-04-27shell: Always configure when surface type changesKristian Høgsberg1-9/+5
2012-04-27shell: Don't move or reconfigure surfaces until we get the new bufferKristian Høgsberg1-90/+97