summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-02text: Only allow input-method started by weston to bindJan Arne Petersen1-7/+14
2013-05-02text: Add output argument to set_toplevelJan Arne Petersen1-12/+16
2013-05-02text: Add support for panels following the cursorJan Arne Petersen4-11/+90
2013-05-02text: Rename text_model to text_inputJan Arne Petersen1-121/+121
2013-05-02text: Order requests and events in a nice wayJan Arne Petersen1-12/+12
2013-05-02text: rename text_model::commit to commit_stateJan Arne Petersen1-3/+3
2013-05-02text: Add language and text-direction to protocolJan Arne Petersen1-2/+44
2013-05-02xwm: Reparent client windows into ARGB windowsKristian Høgsberg2-6/+44
2013-05-02Move the optional output name property from drm_output to weston_outputRichard Hughes3-7/+6
2013-05-01Fix not checking return value of drmIoctl function call to map dumb bufferChris Michael1-2/+1
2013-05-01Include config.h in compositor-drm.cRichard Hughes1-0/+4
2013-05-01Add a set_gamma vfunc on weston_outputRichard Hughes2-0/+31
2013-05-01Add a output_created_signal on weston_compositorRichard Hughes2-0/+3
2013-05-01Add a destroy_signal on weston_outputRichard Hughes2-0/+4
2013-05-01Extract and parse the EDID when outputs are addedRichard Hughes2-1/+150
2013-04-15shell: clear popup grab interface on remove_popup_grab and popup_grab_endPhilipp Brüschweiler1-0/+3
2013-04-11Correctly handle extended RDP keycodesHardening1-12/+42
2013-04-08Make backends always specify output repaint timeJonas Ådahl9-30/+198
2013-04-04compositor-drm: Allow running without launcher if effective UID is 0Kristian Høgsberg1-2/+2
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-04-01RDP compositor take 6Hardening2-1/+1019
2013-03-29compositor: add WESTON_COMPOSITOR_OFFSCREEN statePhilipp Brüschweiler5-9/+31
2013-03-28sdk: be C++ friendlyGiulio Camuffo3-18/+26
2013-03-27compositor: Remove unused wl_pointer variableKristian Høgsberg1-1/+0
2013-03-27Added handler for SIGABRTPeter Maatman1-11/+18
2013-03-27evdev-touchpad: Disable tap FSM by default on touchpads with button padsJonas Ådahl1-0/+17
2013-03-27compositor-x11: Fix relative motion reporting for multiple outputsKristian Høgsberg2-17/+13
2013-03-27compositor: Support notifying with absolute position tooRob Bradford3-7/+25
2013-03-27compositor-drm: ensure we run drm-backend using weston-launchRafal Mielniczuk1-0/+7
2013-03-27shell: set the popup grab button as pressed only if it actually isGiulio Camuffo1-1/+5
2013-03-25shell: handle multiple popupsGiulio Camuffo3-25/+144
2013-03-22weston-egl: Allow compilation against older EGL stackRob Bradford1-0/+4
2013-03-19weston-launch: cleanup - return failures in main with EXIT_FAILURESiddharth Heroor1-5/+5
2013-03-19compositor-rpi: Use correct enum, removes a warningPhilipp Brüschweiler1-1/+1
2013-03-19compositor: remove unused field option_idle_timePhilipp Brüschweiler2-3/+1
2013-03-19weston-launch: return better value if weston dies because of a signalPhilipp Brüschweiler1-2/+14
2013-03-19weston-launch: move function calls out of assert()Philipp Brüschweiler1-3/+7
2013-03-19shell: reset rotation for maximized surfaceRafal Mielniczuk1-9/+22
2013-03-19shell: block move, rotate, resize in maximized stateRafal Mielniczuk1-4/+8
2013-03-18pixman-renderer: don't forget to initialize the debug fieldsPhilipp Brüschweiler1-0/+2
2013-03-18compositor, shell: surface transform inheritancePekka Paalanen3-28/+82
2013-03-18compositor: introduce weston_surface_geometry_dirty()Pekka Paalanen5-31/+36
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. Svendsen3-6/+10
2013-03-18Fix memory leaksScott Moreau2-0/+3
2013-03-18gl-renderer: Use EXT_buffer_age and don't assume double bufferingAnder Conselvan de Oliveira1-20/+66
2013-03-18compositor: Don't rely on surface->clip to cull overlay obscured damageAnder Conselvan de Oliveira2-16/+23
2013-03-18gl-renderer: Don't change the region supplied to output repaintAnder Conselvan de Oliveira1-3/+7
2013-03-18compositor: Keep a z-ordered list of planesAnder Conselvan de Oliveira3-38/+60