summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-05xdg-shell: Fix a couple of typosJonas Ådahl1-3/+2
2015-05-05xdg-shell: Document that xdg_surface.set_window_geometry needs a commitJonas Ådahl1-0/+3
2015-05-05xdg-shell: Require a buffer and a wl_surface.commit for mapping a windowJonas Ådahl1-0/+19
2015-05-05xdg-shell: Move xdg_shell.get_xdg_popup errors to xdg_shellJonas Ådahl2-27/+21
2015-05-05xdg-shell: Require proper object tree destructionJonas Ådahl2-3/+29
2015-05-02tests: fix typoDerek Foreman1-1/+1
2015-05-01data-device: send the selection to all the wl_data_device resources of a clientGiulio Camuffo1-8/+11
2015-05-01data-device: add a function to send the selection to a clientGiulio Camuffo2-22/+35
2015-05-01clipboard: don't crash if the source client does not send a mime typeGiulio Camuffo1-1/+1
2015-05-01touch: Make weston_touch_set_focus() take a touch instead of a seatDerek Foreman4-23/+23
2015-04-30compositor: change weston_surface::destroy_signal argumentPekka Paalanen2-4/+4
2015-04-30compositor: inert wl_surface objects do not existPekka Paalanen1-0/+4
2015-04-28ivi-shell: set an initial value for ivi-surface.Nobuhiko Tanibata1-0/+5
2015-04-28ivi-shell: remove unnecesary code in ivi_shell_surface_configureNobuhiko Tanibata1-18/+0
2015-04-28ivi-shell: fit source rectangle of ivi-surface to the size of application con...Nobuhiko Tanibata1-0/+39
2015-04-28ivi-shell: remove unnecesary assignment of fail safe value.Nobuhiko Tanibata1-3/+8
2015-04-28ivi-shell: remove unnecesary code in ivi_layout_surface_configureNobuhiko Tanibata1-22/+3
2015-04-21ivi-shell: support surface screen shot of ivi_layout by using weston_surface_...Nobuhiko Tanibata2-1/+66
2015-04-14notes: Don't manipulate lists while tranversing the listBryce Harrington1-0/+10
2015-04-13desktop-shell: Remove the panel popupDima Ryazanov1-33/+0
2015-04-13desktop-shell: Require a popup parent to be a shell surfaceDima Ryazanov1-5/+7
2015-04-13build: fix setuid checkDerek Foreman1-1/+1
2015-04-10xwm: Fix a weston crash when a window surface is created after unmapDerek Foreman1-0/+11
2015-04-10build: give explicit error when unable to setuid on install.Jon A. Cruz1-2/+9
2015-04-10xwm: Add and use helper function for looking up windows in the hash tableDerek Foreman1-22/+37
2015-04-09tests: add ivi_layout stand-alone test modulePekka Paalanen2-0/+128
2015-04-09tests: ivi_layout test infrastructurePekka Paalanen7-0/+705
2015-04-09tests: add a basic ivi-shell testPekka Paalanen3-0/+98
2015-04-08gl-renderer: fix configless_context checkPekka Paalanen1-13/+20
2015-04-08gl-renderer: check EGL_EXT_platform_base in supports()Pekka Paalanen1-2/+5
2015-04-08gl-renderer: fix EGL initialization stepsManuel Bachmann1-1/+1
2015-04-08xwm: fix extra breakDerek Foreman1-3/+3
2015-04-07ivi-shell/weston.ini: fix pathsPekka Paalanen2-17/+19
2015-04-07build: generate weston-ivi.ini for testsPekka Paalanen3-4/+22
2015-04-07tests: Prefer bracket form of test command for consistencyBryce Harrington1-4/+2
2015-04-07tests: Cleanup test log filenamesBryce Harrington1-2/+2
2015-04-07tests: Keep track of basenameBryce Harrington1-8/+9
2015-04-07compositor: Help text for --configBryce Harrington1-0/+1
2015-04-07compositor-wayland: ignore frame callback's timePekka Paalanen1-2/+9
2015-04-06xwayland: Stack windows on top when activating themJasper St. Pierre1-0/+6
2015-04-02ivi-layout: abort without controller_module_initPekka Paalanen1-6/+8
2015-04-02ivi-shell: add cmdline option for controller modulePekka Paalanen1-7/+13
2015-04-02tests: rename client_create to create_client_and_test_surfacePekka Paalanen12-41/+41
2015-04-02tests: introduce create_client()Pekka Paalanen2-3/+17
2015-03-31tests: add tests for devices handlingMarek Chalupa2-1/+314
2015-03-31tests: implement touch in test-helpersMarek Chalupa2-0/+92
2015-03-31tests: use special seatMarek Chalupa3-19/+85
2015-03-31tests: fix handling globalsMarek Chalupa2-6/+63
2015-03-31weston-test: add device_{release/add} into protocolMarek Chalupa2-0/+47
2015-03-30xwm: tell the shell the pid of the X clientsGiulio Camuffo3-8/+30