1. a46cf28 xdg-shell: Fix a couple of typos by Jonas Ådahl · 10 years ago
  2. 56c2c35 xdg-shell: Document that xdg_surface.set_window_geometry needs a commit by Jonas Ådahl · 10 years ago
  3. cd94a46 xdg-shell: Require a buffer and a wl_surface.commit for mapping a window by Jonas Ådahl · 10 years ago
  4. ee45a55 xdg-shell: Move xdg_shell.get_xdg_popup errors to xdg_shell by Jonas Ådahl · 10 years ago
  5. 49d77d2 xdg-shell: Require proper object tree destruction by Jonas Ådahl · 10 years ago
  6. 2961205 tests: fix typo by Derek Foreman · 10 years ago
  7. d46bb01 data-device: send the selection to all the wl_data_device resources of a client by Giulio Camuffo · 10 years ago
  8. dddf9e6 data-device: add a function to send the selection to a client by Giulio Camuffo · 10 years ago
  9. 6a94a99 clipboard: don't crash if the source client does not send a mime type by Giulio Camuffo · 10 years ago
  10. 4c93c08 touch: Make weston_touch_set_focus() take a touch instead of a seat by Derek Foreman · 10 years ago
  11. ca79076 compositor: change weston_surface::destroy_signal argument by Pekka Paalanen · 10 years ago
  12. 08d3fb7 compositor: inert wl_surface objects do not exist by Pekka Paalanen · 10 years ago
  13. e259a7a ivi-shell: set an initial value for ivi-surface. by Nobuhiko Tanibata · 10 years ago
  14. 0a19e23 ivi-shell: remove unnecesary code in ivi_shell_surface_configure by Nobuhiko Tanibata · 10 years ago
  15. 65160dc ivi-shell: fit source rectangle of ivi-surface to the size of application content. by Nobuhiko Tanibata · 10 years ago
  16. bcff632 ivi-shell: remove unnecesary assignment of fail safe value. by Nobuhiko Tanibata · 10 years ago
  17. e6cc997 ivi-shell: remove unnecesary code in ivi_layout_surface_configure by Nobuhiko Tanibata · 10 years ago
  18. c3fd624 ivi-shell: support surface screen shot of ivi_layout by using weston_surface_copy_content by Nobuhiko Tanibata · 10 years ago
  19. e12a186 notes: Don't manipulate lists while tranversing the list by Bryce Harrington · 10 years ago
  20. cead794 desktop-shell: Remove the panel popup by Dima Ryazanov · 10 years ago
  21. 497f25d desktop-shell: Require a popup parent to be a shell surface by Dima Ryazanov · 10 years ago
  22. 6d11679 build: fix setuid check by Derek Foreman · 10 years ago
  23. 9a0b2b5 xwm: Fix a weston crash when a window surface is created after unmap by Derek Foreman · 10 years ago
  24. 90f23ca build: give explicit error when unable to setuid on install. by Jon A. Cruz · 10 years ago
  25. 4937214 xwm: Add and use helper function for looking up windows in the hash table by Derek Foreman · 10 years ago
  26. 46804ca tests: add ivi_layout stand-alone test module by Pekka Paalanen · 10 years ago
  27. f5b74f7 tests: ivi_layout test infrastructure by Pekka Paalanen · 10 years ago
  28. 0eb0941 tests: add a basic ivi-shell test by Pekka Paalanen · 10 years ago
  29. 8b69d03 gl-renderer: fix configless_context check by Pekka Paalanen · 10 years ago
  30. f282454 gl-renderer: check EGL_EXT_platform_base in supports() by Pekka Paalanen · 10 years ago
  31. 2992d71 gl-renderer: fix EGL initialization steps by Manuel Bachmann · 10 years ago
  32. b4deec6 xwm: fix extra break by Derek Foreman · 10 years ago
  33. 8cb2587 ivi-shell/weston.ini: fix paths by Pekka Paalanen · 10 years ago
  34. f3a3453 build: generate weston-ivi.ini for tests by Pekka Paalanen · 10 years ago
  35. b9ec2be tests: Prefer bracket form of test command for consistency by Bryce Harrington · 10 years ago
  36. 69eb737 tests: Cleanup test log filenames by Bryce Harrington · 10 years ago
  37. 63b1ee9 tests: Keep track of basename by Bryce Harrington · 10 years ago
  38. 06c4274 compositor: Help text for --config by Bryce Harrington · 10 years ago
  39. 04f8a9b compositor-wayland: ignore frame callback's time by Pekka Paalanen · 10 years ago
  40. f30af4e xwayland: Stack windows on top when activating them by Jasper St. Pierre · 10 years ago
  41. 97246c0 ivi-layout: abort without controller_module_init by Pekka Paalanen · 10 years ago
  42. 8a00525 ivi-shell: add cmdline option for controller module by Pekka Paalanen · 10 years ago
  43. 4ac06ff tests: rename client_create to create_client_and_test_surface by Pekka Paalanen · 10 years ago
  44. 1ffd461 tests: introduce create_client() by Pekka Paalanen · 10 years ago
  45. 5fd8140 tests: add tests for devices handling by Marek Chalupa · 10 years ago
  46. 8a5523c tests: implement touch in test-helpers by Marek Chalupa · 10 years ago
  47. c3c3fc4 tests: use special seat by Marek Chalupa · 10 years ago
  48. 643d85f tests: fix handling globals by Marek Chalupa · 10 years ago
  49. c8daf77 weston-test: add device_{release/add} into protocol by Marek Chalupa · 10 years ago
  50. a8e9b41 xwm: tell the shell the pid of the X clients by Giulio Camuffo · 11 years ago
  51. 5d1d2ca toytoolkit: fix EGL surface creation for lazy drivers by Manuel Bachmann · 10 years ago
  52. 56d9b88 nested-client: fix typo by Manuel Bachmann · 10 years ago
  53. e812859 toytoolkit: fix new EGL extensions fallback typedefs by Manuel Bachmann · 10 years ago
  54. 807f09c terminal: add "Minimize" to context menu by Pekka Paalanen · 10 years ago
  55. dc1c3e4 desktop-shell: remove dead unminimization code by Manuel Bachmann · 10 years ago
  56. 8a0e0ba compositor: add option to specify a weston.ini by Pekka Paalanen · 10 years ago
  57. 6c71aae Pass config file from compositor to everything by Pekka Paalanen · 10 years ago
  58. dc940ca compositor: move code into load_configuration() by Pekka Paalanen · 10 years ago
  59. 49f6d62 shared: fail reading a directory as a config file by Pekka Paalanen · 10 years ago
  60. fb7069e tests: use MODDIR in weston-tests-env by Pekka Paalanen · 10 years ago
  61. 17a1a96 compositor: postpone unhandled option check by Pekka Paalanen · 10 years ago
  62. a5855ad pixman-renderer: use pre-computed inverse output matrix by Derek Foreman · 10 years ago
  63. 7cb916e zoom: fix zoom by Derek Foreman · 10 years ago
  64. 67a18b9 compositor: fix weston_output_transform_coordinate by Derek Foreman · 10 years ago
  65. c002321 compositor: Create the inverse of the output matrix by Derek Foreman · 10 years ago
  66. d19e9b0 xwayland: Correct input for undecorated clients by Jasper St. Pierre · 10 years ago
  67. 4e53c53 input: Don't recreate the cursor sprite when only the hotspot changes by Derek Foreman · 10 years ago
  68. abff883 platform: rename create_egl_window to create_egl_surface by Jonny Lamb · 10 years ago
  69. 759fbf4 platform: remove global variables by Jonny Lamb · 10 years ago
  70. 0e2ab36 platform: provide platform_base fallbacks and remove ifdefs by Jonny Lamb · 10 years ago
  71. 5c33290 nested-client: include platform.h by Jonny Lamb · 10 years ago
  72. f1ec506 gl-renderer: provide platform_base fallbacks and remove ifdefs by Jonny Lamb · 10 years ago
  73. 74eed31 gl-renderer: call supports() automatically in create() by Jonny Lamb · 10 years ago
  74. ace6920 compositor-{drm, wayland, x11}: remove useless tests for ->supports by Jonny Lamb · 10 years ago
  75. a3e6a4a gl-renderer: move all EGL_PLATFORM_* defines here by Jonny Lamb · 10 years ago
  76. 445fb69 gl-renderer: fix build with --disable-egl by Jonny Lamb · 10 years ago
  77. 62185f4 compositor-{drm, x11, wayland}: stop including EGL headers here by Jonny Lamb · 10 years ago
  78. 41d2ccc man: update weston's shells by Pekka Paalanen · 10 years ago
  79. 4bdcb57 clients & tests: use eglCreatePlatformWindowSurfaceEXT when supported by Jonny Lamb · 10 years ago
  80. 671148f gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfaces by Jonny Lamb · 10 years ago
  81. 51a7ae5 clients & tests: use eglGetPlatformDisplayEXT when supported by Jonny Lamb · 10 years ago
  82. 70eba3f gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay by Jonny Lamb · 10 years ago
  83. 111c6f9 compositor: fix return code from main() by Pekka Paalanen · 10 years ago
  84. 8fd4de4 compositor: warn about insane repaint delay by Pekka Paalanen · 10 years ago
  85. 0513a95 compositor: add repaint delay timer by Pekka Paalanen · 11 years ago
  86. 662f384 compositor, backends: weston_compositor_read_presentation_clock by Pekka Paalanen · 10 years ago
  87. b407024 input: Make setting the same pointer cursor state again a no-op by Jonas Ådahl · 10 years ago
  88. a86c3ee Spellcheck fixes by Bryce Harrington · 10 years ago
  89. a413ff8 tests: use two roundtrips for global events by Marek Chalupa · 10 years ago
  90. 70ac0ed desktop-shell: don't allow negative values in drag resize by Derek Foreman · 10 years ago
  91. 561662b compositor-fbdev: fix output transformations by Derek Foreman · 10 years ago
  92. 44ed70b compositor-fbdev: allow configuring transform in the ini file by Derek Foreman · 10 years ago
  93. 8f1b32f compositor-rpi: give the output a name by Derek Foreman · 10 years ago
  94. f3723d9 input: don't assume outputs have names by Derek Foreman · 10 years ago
  95. e516c3b compositor-fbdev: give the output a name by Derek Foreman · 10 years ago
  96. c93782a pixman-renderer: implement view scissor by Pekka Paalanen · 10 years ago
  97. d7ca6b0 pixman-renderer: implement source clipping by Pekka Paalanen · 10 years ago
  98. ccf99ce pixman-renderer: move code to draw_view_translated() by Pekka Paalanen · 10 years ago
  99. 11af0d9 pixman-renderer: change repaint_region() arguments by Pekka Paalanen · 10 years ago
  100. f75b6bb pixman-renderer: refactor into region_intersect_only_translation() by Pekka Paalanen · 10 years ago