summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-07compositor: fix crash when destroying incompletely created outputDawid Gajownik1-0/+1
2015-08-07input: when destroying a seat, remove keyboard focus firstDerek Foreman1-1/+2
2015-08-07Coding style fixesDawid Gajownik2-20/+30
2015-08-06rpi-renderer: use weston_output matrix instead of a private matrixDerek Foreman1-65/+3
2015-08-06input: add a weston_pointer_clear_focus() helper functionDerek Foreman4-11/+35
2015-08-06input: pass the global touch coordinates to the touch grabGiulio Camuffo2-10/+12
2015-08-06compositor: remove a call to weston_compositor_schedule_repaintRyo Munakata1-2/+0
2015-08-06desktop-shell: Make resize and move functions take a pointer instead of a seatDerek Foreman1-2/+3
2015-08-06don't crash when the key file doesn't existDavid FORT1-4/+10
2015-08-06backends: don't destroy renderer and output twiceDawid Gajownik4-19/+4
2015-08-06compositor-rdp: rdp_destroy() double free error #91457Dawid Gajownik1-1/+12
2015-08-06screen-share: don't test keyboard/pointer pointersDawid Gajownik1-10/+14
2015-08-02compositor-rdp: free() can handle NULL pointersDawid Gajownik1-6/+3
2015-07-31main: print backends in help message in alphabetical orderDawid Gajownik1-45/+45
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman11-134/+281
2015-07-31input: Check device counts in bind_seat()Derek Foreman1-3/+3
2015-07-31main: update RDP backend help messageDawid Gajownik1-1/+1
2015-07-29zoom: Store the seat that initiated a zoomDerek Foreman2-12/+9
2015-07-29zoom: Call weston_output_activate_zoom() appropriatelyDerek Foreman1-0/+3
2015-07-29zoom: Rename zoom_area_center_from_pointer to zoom_area_center_from_pointDerek Foreman1-3/+3
2015-07-29zoom: Change zoom->active to a boolDerek Foreman2-4/+5
2015-07-23Fix crash when using RDP4 securityFORT David1-2/+3
2015-07-23remove a warning during compilationFORT David1-1/+1
2015-07-23cms-helper/static: Add "identity" builtin cms profile (v3)Mario Kleiner1-2/+3
2015-07-23cms-colord: Fix crash at compositor shutdown. (v2)Mario Kleiner1-20/+34
2015-07-17compositor: Respect WESTON_BUILD_DIR env var in weston_load_moduleDerek Foreman1-3/+8
2015-07-17input: make a function for device removalDerek Foreman1-3/+9
2015-07-17logind-util: Use %u for unsigned int in snprintfBryce Harrington1-1/+1
2015-07-17compositor: destroy modifier_binding_listRyo Munakata1-0/+1
2015-07-16log: Open log file CLOEXEC so child processes don't get the fdDerek Foreman1-1/+6
2015-07-16input: Also pass appropriate pointer type when libva unavailableBryce Harrington1-1/+1
2015-07-16bindings: Make run binding functions take apropriate device instead of a seatDerek Foreman3-37/+41
2015-07-16bindings: make install_binding_grab take a keyboard instead of a seatDerek Foreman1-7/+10
2015-07-16input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman10-38/+44
2015-07-16compositor-drm: Simplify logic in setup_output_seat_constraintDerek Foreman1-3/+5
2015-07-16bindings: Stop exporting internal functionsDerek Foreman1-7/+7
2015-07-16text-backend: Replace focus_listener_initialized with a boolDerek Foreman1-3/+3
2015-07-16compositor-drm: Refactor code into cursor_bo_update()Pekka Paalanen1-15/+40
2015-07-16compositor-drm: Fix cursor view size checkDaniel Stone1-3/+4
2015-07-16compositor-drm: Record current DPMS levelDaniel Stone1-2/+12
2015-07-16compositor-drm: Refactor getting current mode into a new functionPekka Paalanen1-16/+27
2015-07-16compositor-drm: Refactor connector name into new functionPekka Paalanen1-10/+18
2015-07-16compositor-drm: Refactor initial mode out of create_outputPekka Paalanen1-49/+119
2015-07-16compositor: Respect repaint-window when restarting repaint loop.Mario Kleiner1-0/+7
2015-07-16compositor-drm: Allow instant start of repaint loop. (v4)Mario Kleiner1-1/+42
2015-07-16compositor,shared: add millihz_to_nsec()Pekka Paalanen1-1/+1
2015-07-16shared: introduce timespec-util.hPekka Paalanen1-20/+1
2015-07-13screen-share: Use the correct list pointer when freeing shm buffersBryce Harrington1-2/+2
2015-07-13compositor: make sure to reset views' pointers to destroyed outputGiulio Camuffo1-0/+9
2015-07-10compositor-wayland: Use the correct list pointer when freeing shm buffersDerek Foreman1-1/+1