wio

a wayland wm stylised after plan9 rio - forked from git.sr.ht/~srcmpwn/wio
git clone git://src.gearsix.net/wio
Log | Files | Refs | Atom | Submodules | README | LICENSE

DateCommit messageAuthorFiles+-
2022-02-10 10:50removed old build option for wlrootsgearsix1+1-1
2021-09-27 11:35compiles against wlroots 0.14.1 (2021-09-27)gearsix8+150-33
2020-11-01 17:36Handle new/resize with negative cursor coordinatesWilly Goiffon1+11-5
2020-02-22 00:31Fix build with latest version of wlrootsVlad Pănăzan1+1-1
2019-08-12 19:36Fix typo from ec6567e899a5 found by ClangJan Beich1+1-1
2019-08-05 00:45Bug-Fix: Can no longer select borders hidden under viewsLeon Plickat3+94-75
2019-08-02 16:18Resize views by dragging their bordersLeon Plickat3+200-3
2019-06-15 02:32Enforce minial window size for new_view()Leon Plickat1+6-0
2019-06-15 02:20`Esc` stops current action / eventLeon Plickat1+20-0
2019-06-12 02:29Different colour for selection box and move boxLeon Plickat2+15-5
2019-06-14 14:07Remove obsolete wlroots interfaceDrew DeVault1+0-2
2019-06-12 01:59Selection when reshaping view is now representativeLeon Plickat1+5-5
2019-06-11 23:15Selection when spawning new view is now representativeLeon Plickat1+2-2
2019-06-11 23:15Use *cursor in view_begin_interative()Leon Plickat1+1-1
2019-05-08 02:47Add simple build instructions to README.md.Tyler Anderson1+9-0
2019-05-03 06:16End Delete when background is selectedFazlul Shahriar1+2-4
2019-04-30 23:49Add basic implementation of wlr layer shellDrew DeVault8+664-1
2019-04-26 01:02Prefer wlroots subprojectBill Doyle1+12-1
2019-04-25 19:28Use effective resolution for window placementDrew DeVault1+4-2
2019-04-25 19:23Clarify lack of command editing windowsDrew DeVault1+3-1
2019-04-25 19:21Add README.mdDrew DeVault1+97-0
2019-04-25 18:49Fix scale & multihead issues with bordersDrew DeVault1+26-27
2019-04-25 18:48Pull input device config from environmentDrew DeVault1+5-0
2019-04-25 18:24"Add" "HiDPI" "support"Drew DeVault6+113-51
2019-04-25 17:47Fix borders showing on wrong outputDrew DeVault1+11-0
2019-04-25 17:40Add output configuration optionsDrew DeVault3+113-10
2019-04-25 17:25Remove obsolete todoDrew DeVault1+0-1
2019-04-25 17:24Free new_views once fufilledDrew DeVault1+1-0
2019-04-25 17:17Implement "new" menu optionDrew DeVault6+337-38
2019-04-25 16:44Implement interactive deleteDrew DeVault1+17-0
2019-04-25 16:42Implement interactive resizeDrew DeVault4+132-36
2019-04-25 15:46Update per wlroots 0.6.0 changesDrew DeVault1+3-2
2019-04-25 03:43Don't pass wio pointer events to clientsDrew DeVault1+3-2
2019-04-25 03:35Implement interactive moveDrew DeVault4+168-52
2019-04-25 02:56Add a bunch of "free" protocolsDrew DeVault1+18-0
2019-04-25 02:45Render window bordersDrew DeVault3+50-1
2019-04-25 02:22Pass keyboard events to clientsDrew DeVault1+25-4
2019-04-25 02:18Fix FOUC with new wio viewsDrew DeVault1+3-2
2019-04-25 01:58Implement basic menu interactions with mouseDrew DeVault4+51-16
2019-04-25 01:47Set all views as tiled on four sidesDrew DeVault1+3-0
2019-04-25 01:45Pass pointer events through to clientsDrew DeVault6+71-5
2019-04-24 02:38Add menu renderer (not rigged up to code yet)Drew DeVault4+154-2
2019-04-24 01:31Focus views on mapDrew DeVault2+34-0
2019-04-24 01:26Receive & render new XDG surfacesDrew DeVault6+114-1
2019-01-11 02:28Add basic input riggingDrew DeVault5+170-5
2019-01-10 23:12Move output code into output.cDrew DeVault4+57-47
2019-01-10 04:08Add authentic rio colorsDrew DeVault2+30-2
2019-01-10 03:53BSD 3-ClauseDrew DeVault1+26-0
2019-01-10 03:51Handle new outputsDrew DeVault2+64-0
2019-01-09 22:15Initial commitDrew DeVault5+151-0