aboutsummaryrefslogtreecommitdiff
path: root/rootston
AgeCommit message (Expand)Author
2018-03-18rootston rotation: change view->rotation signDominique Martinet
2018-03-17Merge pull request #722 from emersion/matrix-redesignDrew DeVault
2018-03-17Merge pull request #711 from emersion/map-unmapTony Crisci
2018-03-15rootston: properly emit view unmap eventemersion
2018-03-15xdg-shell: add map/unmap supportemersion
2018-03-15Merge branch 'master' into matrix-redesignemersion
2018-03-15matrix: use 2D matricesemersion
2018-03-15Merge pull request #698 from agx/linux-dmabufemersion
2018-03-15Wire up linux_dmabuf in rootstonGuido Günther
2018-03-15matrix: unify API, don't use array pointersemersion
2018-03-15matrix: move to types/emersion
2018-03-14rootston: don't center view if maximizedemersion
2018-03-13xdg-shell-v6: next_geometry and geometry fields are not longer pointers in wl...emersion
2018-03-13xdg-shell-v6: rename toplevel and popup fields in wlr_xdg_surface_v6 for cons...emersion
2018-03-13xdg-shell-v6: redesign the configure/ack_configure workflowemersion
2018-03-13rootston: unmap view after emitting destroy signal in view_destroyemersion
2018-03-13rootston: destroy seat view on unmapemersion
2018-03-12rootston: don't segfault when getting size of an unmapped xdg-shell viewemersion
2018-03-12rootston: add destroy to view interfaceemersion
2018-03-12rootston: remove xdg-shell-v6 map/unmap listeners on destroyemersion
2018-03-11rootston: fix segfault in handle_tablet_tool_destroyemersion
2018-03-10xdg-shell-v6: add map signalemersion
2018-03-09rootston: add view_map and view_unmapemersion
2018-02-27set alpha to 1.0 for drag iconsMarkus Ongyerth
2018-02-27set fullscreen alpha to 1Markus Ongyerth
2018-02-27Merge pull request #670 from Ongy/xwayland_unmanagedemersion
2018-02-26add xwayland unmanaged tests to support dmenuMarkus Ongyerth
2018-02-25Merge pull request #659 from agx/alphaDrew DeVault
2018-02-25rootstion: handle alpha in server side decorationsGuido Günther
2018-02-25rootston: wire up window alpha keybindingGuido Günther
2018-02-25rootston: Add alpha channel to viewsGuido Günther
2018-02-25Add alpha to wlr_render_with_matrixGuido Günther
2018-02-25rootston: add view_createGuido Günther
2018-02-24Merge pull request #641 from Ongy/idle-inhibitTony Crisci
2018-02-23Merge pull request #654 from emersion/send-frame-doneemersion
2018-02-23rootston: fix user-after-free in output_handle_destroyemersion
2018-02-23rootston: fix use-after-free in handle_keyboard_destroyemersion
2018-02-20rootston: fix sending frame done to undefined viewemersion
2018-02-20rootston: don't send frame done if wlr_output manages the surfaceemersion
2018-02-20rootston: send frame done events unconditionallyemersion
2018-02-17implements the idle_inhibit protocol typeMarkus Ongyerth
2018-02-14xdg-shell stable: copy-pasta implementationDominique Martinet
2018-02-12Reformat all #include directivesemersion
2018-02-12Make wlr_signal_emit_safe privateemersion
2018-02-12Remove wlr_backend.events.{output_remove,device_remove}emersion
2018-02-12Add wlr_signal_emit_safeemersion
2018-02-11Introduce wlr_output_damageemersion
2018-02-10rootston: allow scale < 1 as wellDominique Martinet
2018-02-09Merge remote-tracking branch 'upstream/master' into output-damageemersion
2018-02-08Rename roots_seat_cancel_transformVincent Vanlaer