aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/layout
AgeCommit message (Expand)Author
2023-10-03master: add option to drag and drop windows at cursor position (#3465)Jeremy Huang
2023-09-28layout: don't discard fullscreen on new tilingvaxerski
2023-09-24layout: check for specialworkspace in floating togglevaxerski
2023-09-22windowrules: add rule `group` to map windows grouped (#3279)memchr
2023-09-21keybinds: implement pushactivetobottom dispacher (#3217)alaricljs
2023-09-20logging: implement std::formatter for some types (#3380)memchr
2023-09-20logging/format: use std::format_string to catch formatting string errors at c...memchr
2023-09-15master: partially revert 0e64dd2e and fix the animation (#3327)Jeremy Huang
2023-09-15master: Add mfact dispatcher (#3298)Jeremy Huang
2023-09-14dwindle: fix moving windows on specialvaxerski
2023-09-14refactor: flatten nesting `if`s in layout window creation method (#3294)memchr
2023-09-14master: respect the resizing animation option in master layout (#3300)Jeremy Huang
2023-09-14dwindle: fix: don't merge groups when moving window (#3302)memchr
2023-09-13master: Fix the wrong resize speed in master layout center orientation (#3289)Jeremy Huang
2023-09-13layout: add direction parameter to onWindowCreated and friends (#3269)memchr
2023-09-12layout: Allow the layout to control how windows are raised in groups (#3275)outfoxxed
2023-09-11refactor: utilize 'middle()' method for window/montior center (#3253)memchr
2023-09-10master: Add smart resizing option for master layout (#3210)Jeremy Huang
2023-09-10fix(layout): remove `focusWindow` calls from `onWindowCreatedTiling` (#3233)memchr
2023-09-06internal: Remove all `.c_str()` calls when using `std::vformat` (#3198)Philip Damianik
2023-09-06internal: Formatter rework (#3186)Vaxry
2023-09-04master: Add orientationcycle command on MasterLayout (#3128)shadowmax31
2023-09-04dwindle: add proper movement for window move bindsvaxerski
2023-09-04refactor: replace manual iteration of CWindow with existing methods (#3147)memchr
2023-09-03layout: always center floating xdg windowsvaxerski
2023-09-02fix: use-after-free of CWindow* in CHyprGroupBarDecoration::draw (#3146)memchr
2023-08-30decos: groupbar mouse interaction (#3102)MightyPlaza
2023-08-28layout: allow changing float status of fullscreen windowsvaxerski
2023-08-28layout: allow drag on fullscreen windowsvaxerski
2023-08-25layout: use full box for visibility check of floating xdgvaxerski
2023-08-24master: layout resize makes the wrong size changes (#3064)Jeremy Huang
2023-08-21dwindle: use smart on display borders (#2897)MightyPlaza
2023-08-17renderer: Border improvements (#2986)MightyPlaza
2023-08-16layout: Use refreshrate tick on all manual animations (#2988)Dashie
2023-08-15xwayland: fix use of xwayland coords in native spacesvaxerski
2023-08-15master: fix `always_center_master` (#2961)kbtz
2023-08-13remove shadow no_gaps_when_only master (#2958)MightyPlaza
2023-08-12remove shadow no_gaps_when_only (#2956)MightyPlaza
2023-08-10dwindle: disallow togglesplit on fullscreenvaxerski
2023-08-08keybinds: Keep aspect ratio (#2907)MightyPlaza
2023-08-07internal: cleanup headers in helpers/vaxerski
2023-08-05fix workspace change focus (#2891)MightyPlaza
2023-07-24layout: no_border_when_only-improvements (#2791)MightyPlaza
2023-07-23add config option to enable/disable new intuitive resizing (#2774)end-4
2023-07-23render: Border fixes (#2781)MightyPlaza
2023-07-20layout: use warp() instead of setValue()vaxerski
2023-07-19Add bringWindowToTop function to IHyprLayout (#2747)outfoxxed
2023-07-18windowrules: add border size rulevaxerski
2023-07-13move/resize window (#2706)MightyPlaza
2023-07-13Dwindle: Make resize more intuitive (#2681)Daniel Adolfsson