| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-27 | Merge pull request #1336 from swaywm/freebsd | emersion | |
| Add FreeBSD build | |||
| 2018-10-27 | Add FreeBSD build | Drew DeVault | |
| 2018-10-27 | Merge pull request #1335 from emersion/fucking-transparency | Ryan Dwyer | |
| xwayland: fix typo to enable transparency | |||
| 2018-10-27 | xwayland: fix typo to enable transparency | emersion | |
| We spent literally hours trying to debug this. Turns out it's a typo. Kill me. | |||
| 2018-10-22 | Merge pull request #1327 from RyanDwyer/xwm-unset-minmax-hints | Drew DeVault | |
| xwm: Unset min/max size hints if they're not used | |||
| 2018-10-22 | xwm: Unset min/max size hints if they're not used | Ryan Dwyer | |
| 2018-10-21 | Merge pull request #1289 from ixru/fix-cursor-visibility | Drew DeVault | |
| Fix cursor visibility on surface commit | |||
| 2018-10-21 | Merge pull request #1307 from emersion/static-analysis | Drew DeVault | |
| Fix a few bugs found by the static analyzer | |||
| 2018-10-21 | Update version to 0.1 | emersion | |
| 2018-10-19 | Merge pull request #1320 from emersion/fix-duplicate-cursors | emersion | |
| output-layout, cursor: fix duplicate cursors | |||
| 2018-10-19 | Merge pull request #1321 from RyanDwyer/xwm-remove-dangling-parent | emersion | |
| xwm: Remove child->parent pointer when parent destroys | |||
| 2018-10-19 | xwm: Remove child->parent pointer when parent destroys | Ryan Dwyer | |
| 2018-10-19 | output-layout, cursor: fix duplicate cursors | emersion | |
| wlr_cursor: make sure the output doesn't have a cursor before creating a new one wlr_output_layout: don't emit the "add" event when the output is already in the layout | |||
| 2018-10-19 | Merge pull request #1287 from emersion/source-seat-client | Drew DeVault | |
| data-device: remove wlr_data_source.seat_client | |||
| 2018-10-19 | Merge pull request #1314 from nyorain/write_pixels_format | emersion | |
| Remove fmt parameter from wlr_texture_write_pixels | |||
| 2018-10-18 | Merge pull request #1319 from emersion/x11-configure-mask | Drew DeVault | |
| xwayland: handle configure event mask | |||
| 2018-10-18 | xwayland: handle configure event mask | emersion | |
| 2018-10-17 | Merge pull request #1318 from dcz-purism/text_input_error | Drew DeVault | |
| text-input: Don't reject enable requests when unfocused | |||
| 2018-10-17 | Merge pull request #1316 from agx/fullscreen-vs-layershell | Drew DeVault | |
| rootston: Don't let the wlr_output handle the fullscreen view in case… | |||
| 2018-10-17 | text-input: Don't reject enable requests when unfocused | Dorota Czaplejewicz | |
| The prevoius implementation would always raise an error in the following sequence: -> enter -> leave <- enable The text-input type is not equipped to manage the validity of clents' requests, which should be handled in the compositor, as rootston does. | |||
| 2018-10-17 | rootston: Don't let the wlr_output handle the fullscreen view in case of ↵ | Guido Günther | |
| layer-shell overlays Otherwise the overlays will no tbe drawn. Closes: #1300 | |||
| 2018-10-17 | Merge pull request #1317 from sghctoma/freebsd-fixes | Drew DeVault | |
| FreeBSD fixes | |||
| 2018-10-17 | Add epoll-shim dependency on FreeBSD | sghctoma | |
| On FreeBSD, epoll is provided as a 3rd-party library, so it needs to be added as a dependency. | |||
| 2018-10-17 | Increase _POSIX_C_SOURCE to 200112L | sghctoma | |
| CLOCK_MONOTONIC appeared in IEEE Std. 1003.1-200x, it was not part of POSIX.1b (the 1993 version), and FreeBSD treats it accordingly. | |||
| 2018-10-16 | Use enum wl_shm_format for gles2 texture formats | nyorain | |
| Also rephrase the write_pixels comment. | |||
| 2018-10-15 | Remove fmt parameter from wlr_texture_write_pixels | nyorain | |
| It's not allowed to change the format of a texture so remove the confusing parameter. | |||
| 2018-10-15 | Merge pull request #1313 from colemickens/libdrm | Scott Anderson | |
| render: fix meson including libdrm | |||
| 2018-10-15 | render: fix meson including libdrm | Cole Mickens | |
| 2018-10-15 | Merge pull request #1312 from ascent12/drm_include | Drew DeVault | |
| Fix libdrm includes | |||
| 2018-10-15 | Fix libdrm includes | Scott Anderson | |
| This removes any assumptions about how the libdrm headers are installed, and uses the pkg-config include directories as we're "supposed to". This only adds a partial dependency, since we don't actually need to link against libdrm. | |||
| 2018-10-14 | Merge pull request #1309 from swaywm/fix-headless-libinput | emersion | |
| Fix headless backend | |||
| 2018-10-14 | Merge pull request #1310 from colemickens/patch-1 | emersion | |
| Fix include path for (libdrm/)drm_fourcc.h | |||
| 2018-10-13 | Fix include path for (libdrm/)drm_fourcc.h | Cole Mickens | |
| This PR broke a private nixpkgs definition I have for wlroots: https://github.com/swaywm/wlroots/pull/1304 It is fixed by changing `#include <drm_fourcc.h>` to `#include <libdrm/drm_fourcc.h>`, which follows what is already done in the dmabuf example. | |||
| 2018-10-13 | Fix headless backend | Drew DeVault | |
| It was only working if you ran it underneath an already-working Wayland compositor. Running with the headless backend on the API would break. | |||
| 2018-10-14 | Merge pull request #1308 from dcz-purism/fix_disable_text_input | Drew DeVault | |
| text-input: Accept disable requests | |||
| 2018-10-13 | text-input: Accept disable requests | Dorota Czaplejewicz | |
| The disable signal on text-input objects must not be ignored. It is only sent when the previous state was enabled. | |||
| 2018-10-13 | Merge pull request #1304 from nyorain/dmabuf_v1 | Drew DeVault | |
| Support older wlr_linux_dmabuf_v1 clients | |||
| 2018-10-13 | tablet-v2: fix memory leak on OOM, fix resource version | emersion | |
| 2018-10-13 | backend: fix use-after-free in wlr_backend_autocreate | emersion | |
| Found by clang static analyzer. | |||
| 2018-10-13 | Merge pull request #1305 from Wolf480pl/fix-xwayland-input-hint | emersion | |
| xwayland/xwm: make hints->input default to true | |||
| 2018-10-13 | xwayland/xwm: make hints->input default to true | Wolf480pl | |
| An X11 client can leave the hints->input WM hint unspecified, by not setting the XCB_ICCCM_WM_HINT_INPUT flag in hints->flags. In that case, we should assume a sane default. Make the hint default to true, so that clients which do not specify the hint, like mupdf, still get keyboard focus. This should fix swaywm/sway#2231 | |||
| 2018-10-12 | Support older wlr_linux_dmabuf_v1 clients | nyorain | |
| If a client uses an older version of the dmabuf protocol, use the `formats` event instead of `modifiers` (since that didn't exist in older versions). With a bit of necessary guessing, support dmabuf importing even when EGL_EXT_image_dma_buf_import_modifiers isn't present instead of failing up front. | |||
| 2018-10-12 | Merge pull request #1303 from dcz-purism/fix_surface_gone | emersion | |
| text-input: fix releasing destroy handlers | |||
| 2018-10-12 | text-input: fix releasing destroy handlers | Dorota Czaplejewicz | |
| 2018-10-12 | input-method-v2: fix include guard name | emersion | |
| 2018-10-12 | Assert read return value in examples/input-method | Drew DeVault | |
| 2018-10-12 | Update README.md | Drew DeVault | |
| 2018-10-12 | Merge pull request #1203 from dcz-purism/input | Drew DeVault | |
| Support input method and text input | |||
| 2018-10-11 | Merge pull request #1302 from ascent12/x11_config | emersion | |
| Include wlr/config.h in x11.h | |||
| 2018-10-12 | Include wlr/config.h in x11.h | Scott Anderson | |
| This fixes a warning from the linker when using LTO, due to mismatched types. | |||
