summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-16compositor-headless, compositor-rdp: Don't call weston_output_move()Ander Conselvan de Oliveira2-4/+0
2013-12-16compositor: Move the logic of moving outputs into the coreZhang, Xiong Y3-25/+26
2013-12-16compositor: Remove output from list in weston_output_destroy()Ander Conselvan de Oliveira5-4/+2
2013-12-16compositor-x11: Only destroy one output when the close button is pressedAnder Conselvan de Oliveira1-1/+31
2013-12-16evdev: Drop joystick rejection heursticsKristian Høgsberg1-9/+0
2013-12-16evdev: Reject absolute motion if we're not a pointer or a touch deviceKristian Høgsberg1-1/+1
2013-12-16evdev: Drop obsolete accelerometer reject ruleKristian Høgsberg1-13/+1
2013-12-16evdev: Remove EVDEV_TOUCH and with it evdev_device->capsKristian Høgsberg2-16/+8
2013-12-16evdev: Use a has_keyboard flag instead of EVDEV_KEYBOARD bitKristian Høgsberg2-9/+8
2013-12-16evdev: Replace EVDEV_BUTTON with local has_button flagKristian Høgsberg2-6/+6
2013-12-16evdev: Replace EVDEV_MOTION_ABS with local has_abs flagKristian Høgsberg2-7/+3
2013-12-16evdev: Use has_abs only for ABS_X and ABS_Y, introduce has_mt for MT eventsKristian Høgsberg1-4/+6
2013-12-16evdev: Drop EVDEV_MOTION_REL flagKristian Høgsberg2-6/+6
2013-12-16evdev: Combine evdev_handle_device() and evdev_configure_device()Kristian Høgsberg1-11/+7
2013-12-09sdk: make C++11 plugins build againGiulio Camuffo2-4/+4
2013-12-09Update .gitignoreJasper St. Pierre1-0/+1
2013-12-09Update .gitignoreJasper St. Pierre3-8/+6
2013-12-09shell: Fix set_transient_for with a NULL parentJasper St. Pierre1-2/+6
2013-12-08shell: Make sure the shell implementation and protocol versions matchKristian Høgsberg2-0/+7
2013-12-07simple-egl: Add option to allow not syncing to compositor repaint cycleKristian Høgsberg1-19/+27
2013-12-07simple-egl: Print fps for the spinning triangleKristian Høgsberg1-5/+17
2013-12-07tests: Test whether a simple EGL main loop uses too many buffersNeil Roberts7-2/+223
2013-12-06input: make sure the devices get the resource destruction signalGiulio Camuffo1-12/+14
2013-12-05desktop-shell: Drop next_type from shell_surfaceKristian Høgsberg1-29/+13
2013-12-05shell: Put xwayland surface at the top of the fullscreen layerKristian Høgsberg1-0/+2
2013-12-05desktop-shell: Make set_toplevel() clear surface statesKristian Høgsberg1-3/+2
2013-12-05desktop-shell: Set fullscreen flags in common code pathKristian Høgsberg1-6/+3
2013-12-05desktop-shell: Set maximized flags in common code pathKristian Høgsberg1-6/+3
2013-12-05stacking: Set a keyboard focus handler so we can repaint the frameKristian Høgsberg1-0/+11
2013-12-05shell: Don't try to switch to a NULL shell surface.Rafael Antognolli1-10/+3
2013-12-05shell: Set a surface as TOPLEVEL instead of the old surface types.Rafael Antognolli1-2/+3
2013-12-05compositor-x11: Damage output when we receive expose events for the windowKristian Høgsberg1-0/+1
2013-12-05shell: Add missing break to a case statement inside set_surface_type.Rafael Antognolli1-0/+1
2013-12-04nested: Add an option to disable subsurfacesNeil Roberts1-0/+12
2013-12-04nested: Add a renderer using subsurfacesNeil Roberts1-5/+209
2013-12-04clients: Add a widget_get_wl_subsurfaceNeil Roberts2-0/+9
2013-12-04nested: Add a ‘renderer’ mechanism with a vtableNeil Roberts1-71/+147
2013-12-04nested: Move the frame callback list to the surfaceNeil Roberts1-11/+27
2013-12-04nested: Add damage tracking to the nested compositor exampleNeil Roberts1-0/+21
2013-12-04nested: Add double-buffered state semantics to the nested exampleNeil Roberts1-27/+103
2013-12-04nested: Add the buffer reference semantics from WestonNeil Roberts1-4/+95
2013-12-04nested: Remove the surface from the surface list when destroyedNeil Roberts1-0/+2
2013-12-04build: Fix out-of-tree build for desktop-shellKristian Høgsberg1-0/+1
2013-12-04shell: Fix activate logic on surface map.Rafael Antognolli1-1/+1
2013-12-04rpi: launcher must init before udev-seatPekka Paalanen1-12/+12
2013-12-04rpi: seat quick fixPekka Paalanen1-1/+1
2013-12-04rpi: compile in the common udev codePekka Paalanen1-0/+2
2013-12-04gl: fix fallback definition of EGL_DEFAULT_DISPLAYPekka Paalanen1-1/+1
2013-12-04desktop-shell: Split out input-panel codeKristian Høgsberg4-314/+375
2013-12-04desktop-shell: Split out exposay immplementationKristian Høgsberg4-752/+825