aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Compositor.cpp
AgeCommit message (Collapse)Author
2023-03-20Merge branch 'main' into wrap-surfacesVaxry
2023-03-20workspaces: preserve pin on movesvaxerski
2023-03-18wrap wlr surfacesvaxerski
2023-03-16monitors: guard output when readvaxerski
2023-03-09Compositor: fix crash on exitvaxerski
2023-03-08Events: Avoid sending std::nullptr_t in keyboardFocusvaxerski
2023-03-05Initialize priority managers before server initvaxerski
2023-03-04systemd: expand sysd import env scriptvaxerski
2023-03-02add desc: to getMonitorFromStringvaxerski
2023-03-01reset signal handlers in unrecoverablevaxerski
2023-03-01generate coredumps on sigabrt toovaxerski
2023-03-01Convert reverse iterators to rangesvaxerski
2023-03-01use XCURSOR_SIZE for internal cursor sizevaxerski
2023-03-01nuke unmanagedx11 vectorvaxerski
2023-03-01Simplfy framebuffer erasing in cleanupFadingOutvaxerski
2023-02-28Unload plugins on compositor cleanup (#1662)Stanisław Zagórowski
2023-02-28Allow decos to request interactivityvaxerski
2023-02-28minor fixes to X11 configure/or handlingvaxerski
2023-02-28allow focus to grouped windowsvaxerski
2023-02-27update decos on anim values updatevaxerski
2023-02-27Plugin System (#1590)Vaxry
--------- Co-authored-by: Mihai Fufezan <[email protected]>
2023-02-21Conform to X11 OR surfaces wanting focusvaxerski
2023-02-20abort instead of exiting on sigsegvvaxerski
2023-02-19Group/Tab Rework (#1580)Vaxry
2023-02-19Added an Event Hook System (#1578)Vaxry
* added an eventHookSystem * Add all socket2 events to hooks
2023-02-19Added a crash reportervaxerski
2023-02-18Resize on border (#1347)Ching Pei Yang
2023-02-16fix compile for single_pixel_buffer_v1vaxerski
2023-02-16enable single_pixel_buffer_v1vaxerski
2023-02-14move no_vfr to vfr and add vrrvaxerski
2023-02-12clear focus on lockscreen refocusvaxerski
2023-02-06added activewindowv2vaxerski
2023-02-03make a null surface focus reset lastfocusvaxerski
2023-02-03Implement ext-session-lock-v1vaxerski
2023-02-01feat: border angle animations (#1469)ozwaldorf
Co-authored-by: vaxerski <[email protected]>
2023-01-28fix crash in nested non-mouse warpsvaxerski
2023-01-28fix clang warnvaxerski
2023-01-28warp cursor on login to centervaxerski
2023-01-26added binds:focus_preferred_methodvaxerski
2023-01-24add hyprctl setpropvaxerski
2023-01-24Revert "use spawn in dbus-env activation"vaxerski
This reverts commit 63babcba36f5506b4da6ee7f92f2491c6e1ff726. oops.
2023-01-24use spawn in dbus-env activationvaxerski
2023-01-23fix clamp in monitor relativevaxerski
2023-01-23fix: hyprland crashing wenn moving window -1 from first monitor (#1419)DB
Co-authored-by: xVermillionx <xVermillionx@notvalid>
2023-01-22remove old comment and fixup lsl var namevaxerski
2023-01-21feat: add focus to urgent or last window (#1402)Cyril Levis
* feat: add focus to urgent or last window * Rename dispatcher Co-authored-by: Maxim Baz <[email protected]>
2023-01-20fix focus history on workspace jumpsvaxerski
2023-01-20make hyprerror follow fadein animvaxerski
2023-01-20add a focus history vecvaxerski
2023-01-19better log wl socket adding and use auto if failedvaxerski