summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-07-29evdev: Suport old-style single-touch touch screensKristian Høgsberg1-1/+19
2013-07-29evdev: Use temporary x and y coordinates when applying calibrationKristian Høgsberg1-6/+11
2013-07-29evdev: Don't add output offset in evdev_process_absolute_motion()Kristian Høgsberg1-4/+2
2013-07-29clipboard: Fix fd leakKristian Høgsberg1-2/+8
2013-07-25shell: Remove redundant weston_pointer field from shell_grabKristian Høgsberg1-4/+1
2013-07-25evdev: Use weston_output_transform_coordinate for evdev touch screensKristian Høgsberg1-15/+19
2013-07-25compositor: Move device coordinate transform helper to compositor.cKristian Høgsberg3-61/+61
2013-07-22weston-launch: Ignore sighupKristian Høgsberg1-0/+4
2013-07-12shell: Respect output transformation for input panel surfaceRob Bradford1-5/+2
2013-07-09tablet-shell: Avoid infinite loop when unlockingRob Bradford1-1/+1
2013-07-09tablet-shell: Fix copy and paste error in unlock handlerRob Bradford1-1/+1
2013-07-09Convert to wl_global_create/destroy()Kristian Høgsberg9-47/+44
2013-07-08input: Remove wl_seat global when a seat is destroyedKristian Høgsberg2-3/+6
2013-07-08xwayland: Don't allow resizing to 0x0 or lessKristian Høgsberg1-7/+17
2013-07-08weston-launch: Fix the typo for real this timeKristian Høgsberg1-1/+1
2013-07-08compositor: Eliminate marshalling warning for leave eventsKristian Høgsberg1-4/+0
2013-07-08input: check if the resource is valid in seat_get_pointerGiulio Camuffo1-1/+1
2013-07-08Document RDP compositor optionsHardening1-0/+15
2013-07-08Fix compilation with FreeRDP masterHardening1-1/+1
2013-07-08weston-launch: Fix an error message typoKristian Høgsberg1-1/+1
2013-07-08weston-launch: Set all groups for userQuentin Glidic1-0/+4
2013-07-06compositor: rebuild the global list if we've removed a surface from itRob Bradford1-1/+6
2013-07-05compositor: Remove a plane from the compositor list when releasing itAnder Conselvan de Oliveira1-0/+6
2013-07-04xwayland: Don't crash when we get configure notify for destroyed frame windowsKristian Høgsberg1-14/+15
2013-07-04shell: Always go through end_busy_cursor when ending the busy cursor grabKristian Høgsberg1-4/+5
2013-07-04input: Don't cache pointer grab interface between calls to focus and motionKristian Høgsberg1-20/+9
2013-07-03shell: Dont set grab cursor if desktop-shell client diedKristian Høgsberg1-3/+7
2013-07-03shell: Allow ending of popup grabs from within the starting of the grabRob Bradford1-1/+3
2013-07-03shell: Fix calculation of center point in surface rotationLouis-Francis Ratté-Boulianne1-2/+2
2013-07-03Use wl_resource_create() for creating resourcesJason Ekstrand10-120/+161
2013-07-03Add a MIN macroJason Ekstrand1-0/+4
2013-07-02xwm: Use empty opaque region for windows with alphaMoD1-9/+29
2013-07-01touchpad: Handle two-finger click as right click for button padsKristian Høgsberg1-2/+8
2013-06-28build: Make libxkbcommon build-time optional in the compositorRob Bradford2-8/+33
2013-06-28input: Add support for making libxkbcommon optionalMatt Roper3-21/+57
2013-06-28compositor-drm: Enable seat constraining when configured in weston.iniRob Bradford4-1/+36
2013-06-28xwayland: modify Makefile.am to clean up BUILD_SOURCESAlex Wu1-0/+2
2013-06-25input: Add weston_pointer_clamp function to ensure pointer visibleRob Bradford2-6/+9
2013-06-25udev-seat: Refactor out seat lookup and possible creationRob Bradford2-9/+22
2013-06-25gl-renderer: Split gl_renderer_attach() into smaller functionsAnder Conselvan de Oliveira1-94/+119
2013-06-25gl-renderer: Fix initial upload of SHM buffer as textureAnder Conselvan de Oliveira1-5/+13
2013-06-25gl-renderer: Track the buffer type in gl_surface_stateAnder Conselvan de Oliveira1-4/+14
2013-06-25compositor: Remove a few legacy uses of wl_objectKristian Høgsberg2-8/+0
2013-06-25compositor: Fix a couple of left-over wl_resource direct accessKristian Høgsberg2-2/+4
2013-06-25gl-renderer: Use eglQueryWaylandBufferWL for getting width and heightKristian Høgsberg1-2/+4
2012-02-26src/.gitignore: add spring-tool to .gitignoreNathan Reboud1-0/+1
2013-06-25data-device: Remove redundant and confusing assignmentKristian Høgsberg1-1/+1
2013-06-25data-device: Don't leak wl_data_source in destructorKristian Høgsberg1-1/+1
2013-06-25compositor: Fix remaining double free()sKristian Høgsberg3-6/+0
2013-06-25compositor: Remove double free()s in resource destructorsKristian Høgsberg3-7/+0