Age | Commit message (Expand) | Author |
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 |
2017-10-09 | Use attach x,y when computing hotspot, set sx,sy in surface_attach | emersion |
2017-10-09 | Fix cursor stride | emersion |
2017-10-08 | Hide cursor when surface == NULL | emersion |
2017-10-08 | Stop listening to cursor surface when manually setting cursor data | emersion |
2017-10-08 | Set and check cursor surface role | emersion |
2017-10-08 | Merge pull request #245 from acrisci/bug/commit-empty-buffer | Drew DeVault |
2017-10-08 | Listen to cursor surface commit & destroy events | emersion |
2017-10-08 | bug: handle commit empty buffer | Tony Crisci |
2017-10-08 | Read surface buffer to set output cursor | emersion |
2017-10-08 | Add wlr_output_set_cursor_surface | emersion |
2017-10-08 | rootston: handle request_set_cursor | emersion |
2017-10-08 | Add request_set_cursor event | emersion |
2017-10-08 | Merge pull request #244 from emersion/rename-surface-events | Tony Crisci |
2017-10-08 | Rename wlr_surface->signals to events | emersion |
2017-10-08 | Center views on focused output | Drew DeVault |
2017-10-08 | Merge pull request #243 from acrisci/feature/input-bounds | Drew DeVault |
2017-10-08 | Merge pull request #239 from emersion/center-views | Drew DeVault |