summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-06resizor: Lock pointer on clickpointer-lockKristian Høgsberg1-0/+75
2013-03-06compositor: Implement pointer_lockKristian Høgsberg2-1/+198
2013-03-06compositor: Implement release request for input interfacesKristian Høgsberg1-4/+32
2013-03-05compositor: Only send release event in response to wl_surface.attachKristian Høgsberg2-5/+4
2013-03-04compositor: Fold weston_buffer_post_release into weston_buffer_referenceKristian Høgsberg2-14/+6
2013-03-04compositor-drm: Determine opaqueness of a surface correctlyKristian Høgsberg1-3/+4
2013-03-04tests: attach the surface's buffer when moving itGiulio Camuffo1-1/+4
2013-02-28compositor: Change notify_motion to take relative motion eventsKristian Høgsberg5-12/+24
2013-02-28compositor: Split pointer motion code into its own functionKristian Høgsberg1-9/+20
2013-02-28compositor: Make sure surface->transform.inverse is a complete matrixKristian Høgsberg1-1/+1
2013-02-28configure.ac: Use automake color-testsKristian Høgsberg1-1/+1
2013-02-27compositor: Make sure surface->transform.matrix,inverse are always validKristian Høgsberg1-0/+11
2013-02-27compositor: call configure on surfaces with a null buffer tooGiulio Camuffo5-43/+59
2013-02-27evdev: Wait for SYN event before sending events over to the clientSatyeshwar Singh3-2/+7
2013-02-26update .gitignores for src/ and man/Pekka Paalanen2-0/+2
2013-02-26compositor-drm: Fix a crash with a fullscreen surface with driver modeAnder Conselvan de Oliveira1-0/+10
2013-02-25compositor-drm: Use __func__ instead of hardcoded stringScott Moreau1-1/+1
2013-02-25Makefile.am: Distribute weston.ini sampleKristian Høgsberg1-0/+2
2013-02-22Makefile.am: SUBDIRS is automagicQuentin Glidic1-3/+0
2013-02-22tests: Use&Fix parallel testsQuentin Glidic3-2/+8
2013-02-22shell: Go straight to sleep if the sceensaver isn't configuredAnder Conselvan de Oliveira1-1/+3
2013-02-22shell: Use weston_compositor_sleep() instead of setting DPMS stateAnder Conselvan de Oliveira1-4/+1
2013-02-21compositor: Rename lock and unlock signals to idle and wakeAnder Conselvan de Oliveira5-21/+21
2013-02-21compositor: Move state tracking complexity into shellAnder Conselvan de Oliveira3-33/+33
2013-02-21shell: Use its own timer for the screensaver timeoutAnder Conselvan de Oliveira1-4/+20
2013-02-21compositor: Move fade animation out of core Weston into shellAnder Conselvan de Oliveira3-89/+105
2013-02-21animation: Schedule a repaint only on the outputs the surface is inAnder Conselvan de Oliveira1-1/+1
2013-02-21animation: When fading, round the surface alpha when close to 0 or 1Ander Conselvan de Oliveira1-2/+2
2013-02-21animation: Make fade more controllableAnder Conselvan de Oliveira3-2/+22
2013-02-21compositor: Split util.c into binding.c and animation.cAnder Conselvan de Oliveira5-638/+664
2013-02-21compositor: Don't free config_file before we done using itKristian Høgsberg1-2/+2
2013-02-21xwm: Only call set_fullscreen if the window is mappedKristian Høgsberg1-3/+5
2013-02-20Pass argc and argv to modulesKristian Høgsberg8-25/+31
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg30-54/+53
2013-02-20tests: Fix text-testJan Arne Petersen1-28/+40
2013-02-20Add missing builddir includes for version.hKristian Høgsberg2-0/+2
2013-02-20window: fix display_acquire_window_surface()Pekka Paalanen1-0/+1
2013-02-19compositor-x11: Only try to fullscreen if WM has _NET_WM_STATE_FULLSCREENKristian Høgsberg1-7/+39
2013-02-18weston.ini: Use 'modeline' key for modeline exampleKristian Høgsberg1-1/+1
2013-02-18shell: Do not hang when mapping a popup twiceGiulio Camuffo1-0/+9
2013-02-18compositor: set data_device keyboard focus in seat_get_keyboardRafal Mielniczuk1-0/+1
2013-02-18udev-seat: Simplfy enable/disable interface a bitKristian Høgsberg4-44/+36
2013-02-18compositor-fbdev: Use udev_seatKristian Høgsberg2-270/+17
2013-02-18compositor-drm: Move udev_seat to its own fileKristian Høgsberg4-272/+346
2013-02-18compositor-drm: Rename a few evdev_* functions to udev_seat_*Kristian Høgsberg1-48/+41
2013-02-18configure.ac: Make xwayland tests depend on xwaylandQuentin Glidic1-6/+6
2013-02-18xkb: Don't call exit on failure in weston_compositor_xkb_init()Kristian Høgsberg6-41/+87
2013-02-18compositor-x11: Fix pointer type warningKristian Høgsberg1-1/+1
2013-02-18compositor-drm: Remember to drop master in drm error handlingKristian Høgsberg1-0/+2
2013-02-18src/Makefile.am: Use $(libdir) instead of @libdir@Kristian Høgsberg1-1/+1