summaryrefslogtreecommitdiff
path: root/src/compositor.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-15/+16
2013-05-14move subsurface-server-protocol.h include out of compositor.hU. Artie Eoff1-0/+1
2013-05-10shell: keyboard focus and restacking fixes for sub-surfacesPekka Paalanen1-0/+11
2013-05-10compositor: introduce sub-surfacesPekka Paalanen1-16/+720
2013-05-08compositor: Move gl-renderer vertex arrays into gl-renderer.cKristian Høgsberg1-4/+0
2013-05-08input: Move surface picking into the pointer grab focus callbackKristian Høgsberg1-1/+1
2013-05-08compositor: Adapt to wl_surface going awayKristian Høgsberg1-23/+19
2013-05-07data-device: Update drag icon position from configure and motion handlersKristian Høgsberg1-2/+0
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-7/+7
2013-05-06input: Rename wl_pointer to weston_pointerKristian Høgsberg1-5/+5
2013-05-06input: Rename weston_device_repick() to weston_seat_repick()Kristian Høgsberg1-1/+1
2013-05-06move input code from compositor.c into input.cKristian Høgsberg1-1149/+1
2013-05-06fold wl_keyboard into weston_keyboardKristian Høgsberg1-23/+23
2013-05-02text: Add support for panels following the cursorJan Arne Petersen1-0/+1
2013-05-02Move the optional output name property from drm_output to weston_outputRichard Hughes1-0/+1
2013-05-01Add a output_created_signal on weston_compositorRichard Hughes1-0/+2
2013-05-01Add a destroy_signal on weston_outputRichard Hughes1-0/+3
2013-04-08Make backends always specify output repaint timeJonas Ådahl1-1/+1
2013-04-03compositor: Use wl_pointer_set_current to cleanup after surface destructionRob Bradford1-1/+1
2013-04-01compositor: add information about the fbdev backend to --help outputPhilipp Brüschweiler1-1/+7
2013-03-29compositor: add WESTON_COMPOSITOR_OFFSCREEN statePhilipp Brüschweiler1-2/+20
2013-03-28sdk: be C++ friendlyGiulio Camuffo1-3/+3
2013-03-27compositor: Remove unused wl_pointer variableKristian Høgsberg1-1/+0
2013-03-27Added handler for SIGABRTPeter Maatman1-11/+18
2013-03-27compositor-x11: Fix relative motion reporting for multiple outputsKristian Høgsberg1-8/+1
2013-03-27compositor: Support notifying with absolute position tooRob Bradford1-5/+20
2013-03-25shell: handle multiple popupsGiulio Camuffo1-0/+3
2013-03-19compositor: remove unused field option_idle_timePhilipp Brüschweiler1-1/+0
2013-03-18compositor, shell: surface transform inheritancePekka Paalanen1-1/+66
2013-03-18compositor: introduce weston_surface_geometry_dirty()Pekka Paalanen1-6/+12
2013-03-18compositor: remove redundant geometry dirtyingPekka Paalanen1-32/+3
2013-03-18Eat scroll event if a key binding function is executed because of it.Rune K. Svendsen1-4/+5
2013-03-18compositor: Don't rely on surface->clip to cull overlay obscured damageAnder Conselvan de Oliveira1-15/+22
2013-03-18compositor: Keep a z-ordered list of planesAnder Conselvan de Oliveira1-22/+47
2013-03-05compositor: Only send release event in response to wl_surface.attachKristian Høgsberg1-0/+3
2013-03-04compositor: Fold weston_buffer_post_release into weston_buffer_referenceKristian Høgsberg1-11/+6
2013-02-28compositor: Change notify_motion to take relative motion eventsKristian Høgsberg1-3/+6
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-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 Camuffo1-13/+23
2013-02-21compositor: Rename lock and unlock signals to idle and wakeAnder Conselvan de Oliveira1-4/+4
2013-02-21compositor: Move state tracking complexity into shellAnder Conselvan de Oliveira1-21/+28
2013-02-21compositor: Move fade animation out of core Weston into shellAnder Conselvan de Oliveira1-75/+2
2013-02-21compositor: Split util.c into binding.c and animation.cAnder Conselvan de Oliveira1-0/+98
2013-02-21compositor: Don't free config_file before we done using itKristian Høgsberg1-2/+2
2013-02-20Pass argc and argv to modulesKristian Høgsberg1-13/+14
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-8/+7
2013-02-18compositor: set data_device keyboard focus in seat_get_keyboardRafal Mielniczuk1-0/+1
2013-02-18xkb: Don't call exit on failure in weston_compositor_xkb_init()Kristian Høgsberg1-20/+30