summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-27shell: Fix not remove rotation for fullscreen surfAlex Wu1-0/+14
2012-04-27shell: allocate enough memory for shsurf->ping_timerAnder Conselvan de Oliveira1-1/+1
2012-04-27Merge remote-tracking branch 'pq/simple-fixes'Kristian Høgsberg1-3/+4
2012-04-26tests: Add an initial weston integration testKristian Høgsberg1-16/+20
2012-04-26compositor: Initialize xserver variableScott Moreau1-1/+1
2012-04-26compositor: report .so path when load_module() failsPekka Paalanen1-2/+3
2012-04-25shell-animation: add conf option in shellJuan Zhao2-1/+45
2012-04-25animation: add fading-in animationJuan Zhao1-0/+85
2012-04-22xserver: Move window property reading to set_window_id handlerKristian Høgsberg1-77/+82
2012-04-21xserver: Read window properties in map request handlerKristian Høgsberg1-17/+19
2012-04-21shell: Don't ping internal shell surfacesKristian Høgsberg1-0/+2
2012-04-21compositor: introduce internal shell_interfaceTiago Vignatti3-36/+91
2012-04-21compositor: Set pointer surface input region to empty on attachKristian Høgsberg1-0/+1