Age | Commit message (Expand) | Author |
2017-10-14 | Fix duplicated pointer axis events | D.B |
2017-10-12 | Merge pull request #266 from versusvoid/window-switching | Drew DeVault |
2017-10-12 | Merge pull request #269 from acrisci/bug/emit-pointer-grab-end | Drew DeVault |
2017-10-12 | Move binding parsing to separate function | Versus Void |
2017-10-12 | New binding to switch windows | Versus Void |
2017-10-12 | bug: emit wlr-seat pointer grab end event | Tony Crisci |
2017-10-12 | Check pointer focused surface instead of view at cursor | emersion |
2017-10-12 | Better handling of hidden cursors in wayland backend, add TODOs | emersion |
2017-10-12 | Allow to update the cursor hotspot without its pixels | emersion |
2017-10-11 | Don't segfault wlr_keyboard when no xkb state | Drew DeVault |
2017-10-11 | Do not call wlr_surface_state_release_buffer anymore | emersion |
2017-10-11 | Merge pull request #260 from versusvoid/fix-accessing-freed-client | Drew DeVault |
2017-10-11 | Destroy surfaces on client destruction | Versus Void |
2017-10-11 | Merge pull request #252 from myfreeweb/freebsd-compat | Drew DeVault |
2017-10-11 | Rename release label | emersion |
2017-10-11 | Merge pull request #259 from Enerccio/Fixes-1 | Scott Anderson |
2017-10-11 | Fixed wrong function name | Enerccio |
2017-10-11 | Do not release buffer before emitting commit event | emersion |
2017-10-11 | Add FreeBSD compatibility | Greg V |
2017-10-10 | Merge pull request #256 from emersion/fix-output-layout-intersects | Drew DeVault |
2017-10-10 | Fix wlr_output_layout_intersects | emersion |
2017-10-10 | Merge pull request #246 from acrisci/feature/wl-shell-fixes | Drew DeVault |
2017-10-10 | wl-shell: documentation | Tony Crisci |
2017-10-10 | wl-shell: fix popup grab | Tony Crisci |
2017-10-10 | wl-shell: cleanup | Tony Crisci |
2017-10-10 | bug: emit surface new event later | Tony Crisci |
2017-10-10 | wl-shell: popup input handling | Tony Crisci |
2017-10-10 | wl_shell: map transient surfaces closer to parent | Tony Crisci |
2017-10-10 | wl-shell: basic pointer grab | Tony Crisci |
2017-10-10 | wl-shell: render popups in the right place | Tony Crisci |
2017-10-10 | Merge pull request #254 from versusvoid/fix-frame-callback-double-free | Drew DeVault |
2017-10-10 | Merge pull request #255 from versusvoid/upload-texture-on-surface-commit | Drew DeVault |
2017-10-10 | Destroy callbacks before callback list reinitialization | Versus Void |
2017-10-10 | Upload texture on surface commit | Versus Void |
2017-10-09 | Merge pull request #206 from emersion/client-cursor | Drew DeVault |
2017-10-09 | Merge pull request #250 from acrisci/feature/surface-finder-to-wlr | Drew DeVault |
2017-10-09 | Merge pull request #251 from acrisci/bug/null-buffer-commit | Drew DeVault |
2017-10-09 | bug: null buffer commit detection | Tony Crisci |
2017-10-09 | move surface finder functions to wlroots | Tony Crisci |
2017-10-09 | Call frame_callback_list after rendering the cursor | emersion |
2017-10-09 | Do not commit surface on set_cursor, breaks GTK+ apps | emersion |
2017-10-09 | Fix cleanup old cursor surface in wlr_output_set_cursor_surface | emersion |
2017-10-09 | Merge pull request #220 from versusvoid/optional-xwayland | Drew DeVault |
2017-10-09 | Switch back to compositor cursor when switching from one view to another | emersion |
2017-10-09 | Check client is focused before setting client cursor | emersion |
2017-10-09 | Switch back to compositor cursor when leaving view | emersion |
2017-10-08 | Merge pull request #248 from Timidger/wlr_keyboard-include-fix | Drew DeVault |
2017-10-08 | Fixed include in wlr_keyboard.h | Timidger |
2017-10-08 | Merge pull request #247 from ascent12/dash-fix | Drew DeVault |
2017-10-09 | Fix glgen to be more POSIX corformant | Scott Anderson |