summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-18launcher: Handle drm set/drop master and vt switch signals in launcherKristian Høgsberg6-114/+89
2013-09-18compositor: Generalize VT switching as a session_signalKristian Høgsberg6-47/+49
2013-09-18launcher: Collect launcher state in new struct weston_launcherKristian Høgsberg6-25/+66
2013-09-18weston-launch: Use SOCK_SEQPACKET for the launcher socketKristian Høgsberg1-1/+1
2013-09-18weston-launch: Pass the right CLOEXEC flag to fcntlKristian Høgsberg1-1/+2
2013-09-17compositor: Open drm device through launcherKristian Høgsberg2-3/+6
2013-09-16Added tests for the vertex clipping code.Sam Spilsbury2-11/+245
2013-09-16Split vertex clipping code out into vertex-clipping.cSam Spilsbury4-289/+389
2013-09-13Minor improvement of weston-terminal resizingJosé Bollo1-0/+6
2013-09-13Add support for table-driven testing.Sam Spilsbury2-63/+112
2013-09-13Remove AM_LDFLAGS usageSam Spilsbury1-2/+6
2013-09-13clients: remove superfluous callPeter Hutterer1-2/+0
2013-09-13clients: de-duplicate demo clients listPeter Hutterer1-8/+5
2013-09-11xwm: set the shell_surface's titleGiulio Camuffo3-2/+22
2013-09-11xwm: place transient windows at the right positionGiulio Camuffo1-2/+6
2013-09-11tests: list available tests if an invalid test name is givenPeter Hutterer1-0/+1
2013-09-11tests: support -h/--help for the testsPeter Hutterer1-0/+18
2013-09-11tests: include config.h in weston-test-runnerPeter Hutterer1-0/+1
2013-09-11tests: use variable for test name in weston-tests-envPeter Hutterer1-5/+12
2013-09-11tests: always build testsPeter Hutterer1-8/+4
2013-09-11shell: Use wl_resource_for_each() for sending out workspace statusKristian Høgsberg1-6/+3
2013-09-11input: Use new wl_resource_for_each for sending updated seat capsRob Bradford1-4/+3
2013-09-11vaapi-recorder: Don't leak drm fdAnder Conselvan de Oliveira2-2/+3
2013-09-11vaapi-recorder: Encode frames in a separate threadAnder Conselvan de Oliveira2-7/+96
2013-09-11add libhybris supportAdrian Negreanu1-22/+76
2013-09-11terminal: Stop complaining about OSC escape code 7Kristian Høgsberg1-1/+4
2013-09-11compositor-x11: Copying xkb_info when creating a seat causes problemsAndrew Wedgbury1-1/+1
2013-09-11fbdev: Support of TrueColor and Directcolor of video hardwareMarc Chalain1-2/+9
2013-09-11gl_renderer: Use EGL_WAYLAND_Y_INVERTED_WL to query wl_buffer's orientationStanislav Vorobiov4-1/+19
2013-09-11Copying xkb_info when creating a seat causes problemsAndrew Wedgbury3-33/+53
2013-09-11input: Initialize data source to NULLKristian Høgsberg1-1/+1
2013-09-11compositor: Return 0 on successKristian Høgsberg1-0/+2
2013-09-09dnd: Support dropping as text/plain;charset=utf-8Kristian Høgsberg1-9/+23
2013-09-04xwm: Fix fd leak in weston_wm_send_data()Kristian Høgsberg1-0/+1
2013-09-04xwm: Try a non-blocking write before setting up an fd watch for property dataKristian Høgsberg1-19/+24
2013-09-04xwm: Add support for bridging Xdnd to wayaland DnDKristian Høgsberg4-3/+313
2013-09-04xwm: Only handle selection notify events for CLIPBOARD in selection codeKristian Høgsberg1-5/+9
2013-09-04xwm: Fix fd leak in selection codeKristian Høgsberg1-1/+1
2013-09-04compositor: Split dnd setup up into weston_seat_start_drag()Kristian Høgsberg2-29/+46
2013-09-04terminal: Accept utf-8 text dropKristian Høgsberg3-0/+47
2013-09-04dnd: Only accept dnd with the application/x-wayland-dnd-flower mime-typeKristian Høgsberg1-3/+9
2013-09-03configure.ac: Only enable enable_simple_egl_clients if enable_egl is yesKristian Høgsberg1-3/+3
2013-09-03keyboard: Add rudimentary touch support to keyboard.Brian J Lovin1-0/+43
2013-09-03configure.ac: Only build libva recorder if we found libvaKristian Høgsberg1-4/+3
2013-09-03compositor-drm: Pass the wl_resource to gbm_bo_import()Kristian Høgsberg1-2/+3
2013-09-03xwm: Unmap frame window when client window is unmappedKristian Høgsberg1-13/+16
2013-09-03xwm: Split creation of frame window out into its own functionKristian Høgsberg1-26/+32
2013-09-03xwm: Set window->surface to NULL when surface goes awayKristian Høgsberg1-0/+2
2013-09-03xwm: Detect WM_NORMAL_HINTS fullscreen attemptsKristian Høgsberg2-7/+71
2013-09-03xwm: Detect legacy fullscreen modesKristian Høgsberg1-0/+29