|
a6eba91935
|
opengl: require introspection on mirroring
fixes #3939
|
2023-11-25 00:48:02 +00:00 |
|
Xavier
|
745b998587
|
renderer: Adding an option to disable first launch animation (#3933)
|
2023-11-24 21:45:59 +00:00 |
|
|
1a2a2da6aa
|
renderer: fixup cursor scaling
fixes #3935
|
2023-11-24 21:30:28 +00:00 |
|
Vaxry
|
822775aa8c
|
renderer: Fixup double rendering cases with special (#3928)
* fixup
* better fullscreen
|
2023-11-24 21:18:50 +00:00 |
|
|
d79cf0afe2
|
renderer: fix software cursors on nvidia
fixes #3926
|
2023-11-24 13:47:36 +00:00 |
|
|
334d0ae31b
|
monitor: fix transform matrix calculations for transformed
fixes #3929
|
2023-11-24 13:45:10 +00:00 |
|
|
be3d635265
|
makefile: update wlroots sover
|
2023-11-24 13:08:58 +00:00 |
|
André Silva
|
f9ba5a0551
|
flake.lock: update nixpkgs and xdph
|
2023-11-24 15:06:35 +02:00 |
|
thejch
|
258c83f3bb
|
exec: remove redundant environment variables from spawn (#3923)
|
2023-11-24 12:42:20 +00:00 |
|
|
aedcade68d
|
opengl: better checking for required introspection
performance woo
|
2023-11-24 12:37:10 +00:00 |
|
|
802ab58f8a
|
renderer: fix inverseOpaque calcs in renderWithBlur
|
2023-11-24 12:32:35 +00:00 |
|
|
af5d06593f
|
cmakelists: fix old wlroots sover
|
2023-11-24 10:59:02 +00:00 |
|
Vaxry
|
2ebfd0c745
|
renderer: Move to a full Hyprland GL rendering pipeline (#3920)
Also updates wlroots
|
2023-11-24 10:54:21 +00:00 |
|
|
e40e486f61
|
renderer: better checks for special rendering in renderWorkspaceWindows
ref #3916 #3888
|
2023-11-23 11:31:52 +00:00 |
|
|
e55c5a916a
|
renderer: make sure lastWindow has correct ws in renderWorkspaceWindows
fixes #3916 fixes #3888
|
2023-11-22 23:43:46 +00:00 |
|
|
45ebe0df8f
|
config: fix red warn in default config
fixes #3917
|
2023-11-22 23:38:14 +00:00 |
|
|
812a3f6d78
|
renderer: fix double render of tiled on workspace switch
fixes #3889
|
2023-11-22 20:05:50 +00:00 |
|
|
44accacff9
|
config: add nomaximizerequest all to default cfg
|
2023-11-22 19:50:37 +00:00 |
|
Ngô Huy
|
d417370bb7
|
makefile: Add CXXFLAGS to hyprlctl's Makefile (#3913)
|
2023-11-22 11:02:36 +00:00 |
|
zakk4223
|
4729265284
|
hyprctl: Add 'layouts' command (#3895)
* Add hyprctl 'layouts' command
formatting
* Add getAllLayoutNames(), move m_vLayouts back to private
Formatting
* clang-format
|
2023-11-21 18:43:38 +00:00 |
|
thejch
|
572fd554b8
|
renderer: Fix floating clipbox (#3907)
* fix floating decoration clipbox scale
* use vecTransformedSize
* use workspace offset
|
2023-11-21 00:34:34 +00:00 |
|
thejch
|
7d1c8d827a
|
shadow: add workspace offset to floating window shadow (#3906)
|
2023-11-20 22:34:28 +00:00 |
|
thejch
|
6d26199e1c
|
renderer: fix floating window rendering when scale > 1 (#3901)
|
2023-11-20 12:13:09 +00:00 |
|
end-4
|
646f4bc638
|
general: add workspace gaps (#3877)
* anims: workspace gap
* anims: ws gaps: on swipe end
* anims: ws gaps: add missing parentheses
* format
* refractor
* Update Swipe.cpp
* format
* fix swipe to right
* ws gaps: move animations:workspace_gap to general:gaps_workspace
* ws gaps: general:gaps_workspace -> general:gaps_workspaces
|
2023-11-19 12:33:26 +00:00 |
|
MightyPlaza
|
7e0c90b92c
|
groupbar: fix text pos with verical offset (#3893)
modified: src/render/decorations/CHyprGroupBarDecoration.cpp
|
2023-11-19 12:29:26 +00:00 |
|
MightyPlaza
|
add23a9ba2
|
group: fix dragging into floating groups (#3719)
* allow dragging into floating groups
modified: src/Compositor.cpp
modified: src/Compositor.hpp
modified: src/layout/IHyprLayout.cpp
modified: src/render/decorations/CHyprGroupBarDecoration.cpp
* floating-only
modified: src/layout/IHyprLayout.cpp
|
2023-11-19 12:29:01 +00:00 |
|
Dickby
|
3d89654254
|
vector: New operator overloads and small fix in Vector2D. (#3891)
|
2023-11-18 21:37:16 +00:00 |
|
Dickby
|
6ad5f26cfe
|
layout: Don't update pseudoSize after window moved by mouse. (#3873)
|
2023-11-18 19:59:12 +00:00 |
|
|
89f6457a99
|
renderer: avoid rendering floating windows twice with special
fixes #3887
|
2023-11-18 19:53:45 +00:00 |
|
Vaxry
|
8b57a1973e
|
internal: Allow floating windows on special (#3872)
* allow floating on special
* fix mistake
* fix clipbox
|
2023-11-18 17:00:24 +00:00 |
|
|
483302a2cd
|
env: add HYPRLAND_NO_RT
|
2023-11-17 23:29:30 +00:00 |
|
|
a903dba858
|
cmake: include tracy cpp if set
|
2023-11-17 23:26:54 +00:00 |
|
|
395985f815
|
pluginmgr: fix double use of dlerror()
|
2023-11-17 22:24:52 +00:00 |
|
|
51282f964f
|
plugins: make logging on error more verbose
ref #3874
|
2023-11-17 22:22:31 +00:00 |
|
TheAngusMcFire
|
db8f13291a
|
hyprctl: add monitors all to report all connected monitors (#3730)
---------
Co-authored-by: Christian Rieger <christian.rieger@student.tugraz.at>
|
2023-11-17 16:01:21 +00:00 |
|
André Silva
|
30ad71ff36
|
nix: add libGL to build inputs
|
2023-11-17 17:36:18 +02:00 |
|
|
84bc0a73f6
|
compositor: drop unused vectorToWindow func
|
2023-11-17 15:30:04 +00:00 |
|
Dickby
|
1d9bfa60a1
|
opengl: Don't use wrong shader just because it's GLES (#3867)
|
2023-11-16 21:03:17 +00:00 |
|
|
a34e192433
|
renderer: clip floating boxes on slide anim
fixes #3514
|
2023-11-16 20:20:41 +00:00 |
|
|
4868d4dfd3
|
shadow: avoid fatal mutation of the windowBox for calcs
fixes #3865
|
2023-11-16 17:31:52 +00:00 |
|
|
859841f4d1
|
renderer: don't make snapshots of invisible windows on close
|
2023-11-16 12:24:07 +00:00 |
|
|
28ef18a921
|
shadow: avoid using glClear and don't draw behind window if ignore_window
fixes #3860
|
2023-11-16 11:42:53 +00:00 |
|
Dickby
|
91d6be1f09
|
groupbar: Fix position of groupbar titles on monitor scales != 1.0 (#3856)
|
2023-11-15 20:32:44 +00:00 |
|
thejch
|
9e3dccca76
|
keybinds: Close special workspace after moving windows out of it (#3649)
* use old monitor
* use pMonitor for for special workspace
|
2023-11-15 12:32:02 +00:00 |
|
|
81598b3dbd
|
README: update showcase
|
2023-11-14 20:08:00 +00:00 |
|
|
e195e51c1b
|
logging: move to an internal rolling log buffer
disables logging to the logfile by default
|
2023-11-14 20:06:04 +00:00 |
|
|
e8469f8b1b
|
renderer: drop unnecessary spammy logs
|
2023-11-14 19:51:47 +00:00 |
|
|
49597688e9
|
windowrules: make idleinhibit dynamic
|
2023-11-14 15:46:57 +00:00 |
|
|
5edb4e4a30
|
decorations: recalc layout and positioner on add/remove
|
2023-11-13 16:42:58 +00:00 |
|
Ching Pei Yang
|
4d6fa6ed0c
|
pluginapi: add touch event hooks (#3836)
|
2023-11-13 16:32:12 +00:00 |
|