summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-06desktop-shell: drop shell_client from the head of the surface list on destroyDerek Foreman1-0/+7
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-31.gitignore: ignore doxygen generated files v2Dawid Gajownik1-1/+1
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman21-260/+484
2015-07-31fullscreen-shell: Test for device presence properlyDerek Foreman1-2/+2
2015-07-31desktop-shell: Check for device presence properlyDerek Foreman1-4/+4
2015-07-31desktop-shell: Don't call wl_list_init() in the middle of a listDerek Foreman1-0/+2
2015-07-31input: Check device counts in bind_seat()Derek Foreman1-3/+3
2015-07-31Update .gitignoreDawid Gajownik1-0/+1
2015-07-31main: update RDP backend help messageDawid Gajownik1-1/+1
2015-07-30gitignore: Ignore some dist generated filesBryce Harrington1-0/+3
2015-07-29zoom: Store the seat that initiated a zoomDerek Foreman3-13/+10
2015-07-29zoom: Call weston_output_activate_zoom() appropriatelyDerek Foreman2-1/+7
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-23build: mkdir target weston.ini directories before writingRoss Burton1-2/+2
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-23desktop-shell: Put monitor to sleep when idle timer expiresDerek Foreman1-0/+2
2015-07-17compositor: Respect WESTON_BUILD_DIR env var in weston_load_moduleDerek Foreman1-3/+8
2015-07-17exposay: Fix use after free when a view is destroyed during animationDerek Foreman1-3/+9
2015-07-17exposay: Fix logic inversion when ending keyboard grabsDerek Foreman1-1/+1
2015-07-17input: make a function for device removalDerek Foreman1-3/+9
2015-07-17window: Use wl_cursor_frame_and_duration() for mouse cursor updatesDerek Foreman1-9/+114
2015-07-17desktop-shell: use work area instead of panel size to constrain movesDerek Foreman1-9/+12
2015-07-17desktop-shell: use output position in get_output_panel_size()Derek Foreman1-5/+4
2015-07-17desktop-shell: add output co-ordinates to get_output_work_area()Derek Foreman1-13/+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-17Adding doxygen setup and info for the testing framework.Jon A. Cruz10-0/+291
2015-07-17Converted the config parser test to the new framework.Jon A. Cruz2-61/+319
2015-07-17Enables output in the JUnit XML format.Jon A. Cruz5-0/+559
2015-07-16build: don't duplicate rule for weston.desktopRoss Burton1-2/+1
2015-07-16shell: Switch middle and right mouse bindingsDerek Foreman1-2/+2
2015-07-16log: Open log file CLOEXEC so child processes don't get the fdDerek Foreman3-9/+23
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-16desktop-shell: Use the grabbed pointer in popup_grab_buttonDerek Foreman1-1/+1
2015-07-16desktop-shell: Make surface_resize take a pointer instead of a seatDerek Foreman1-5/+13
2015-07-16desktop-shell: Make surface_rotate take a pointer instead of a seatDerek Foreman1-7/+7
2015-07-16desktop-shell: Make surface_move take a pointer instead of a seatDerek Foreman1-9/+10
2015-07-16desktop-shell: Make surface_touch_move take a touch instead of a seatDerek Foreman1-6/+6