Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-24 | cursormgr: don't set x theme in changeTheme | Vaxry | |
2024-03-24 | renderer: forward decl for b_pch=false (#5250) | Brett Alcox | |
2024-03-24 | cursormgr: log theme loading failures | Vaxry | |
2024-03-24 | ime: fix build without pch | Vaxry | |
2024-03-24 | IME: Refactor and fixup popups | Vaxry | |
2024-03-24 | text-input: reset lock counter on surface destroy | Vaxry | |
fixes #5231 | |||
2024-03-24 | animationmgr: use realpos and size for border damage | Vaxry | |
fixes #5239 | |||
2024-03-24 | cursormgr: initialize size to 0 | Vaxry | |
Because the ctor expects that. Ref #5237 | |||
2024-03-24 | xwayland: assign wlr_surface on associate | Vaxry | |
2024-03-23 | animations: Fix animation issue in focusworkspaceoncurrentmonitor (#5202) | thejch | |
* dont render when workspace offset * add guard * can remove useless code now if workspace offset is not taken into account * clang-format * when special workspace is moved, set anim to move * add offset back * make it a configurable option because some folks apparently can't align their monitors correctly and may not want this feature😔 * remove config option | |||
2024-03-23 | window: assign surface on create | Vaxry | |
ref #5076 | |||
2024-03-23 | input: fix crash with text-input-v1 (#5234) | Sungyoon Cho | |
2024-03-23 | config: be a bit louder in the disabled log warning | Vaxry | |
2024-03-23 | input: Add options to set tablet's active area (#5199) | Khalid | |
* Add options to set tablet's active area * Set tablet's active area in `setTabletConfigs` * Fix formatting for new variables in ConfigManager * Report tablet's physical size with hyprctl | |||
2024-03-23 | [gha] Nix: update inputs | fufexan | |
2024-03-22 | IME/TI: Fixes and refactoring | Vaxry | |
Fixes #5189 | |||
2024-03-22 | IME: guard unfocused TIs in leave | Vaxry | |
2024-03-22 | cmakelists: remove oopsie | Vaxry | |
2024-03-22 | IME: fix crashes with destroyed text-inputs | Vaxry | |
ref #5189 | |||
2024-03-22 | scripts: fix asan patch | Vaxry | |
2024-03-22 | input: focus window on mouse down on groupbar (#5224) | MightyPlaza | |
modified: src/render/decorations/CHyprGroupBarDecoration.cpp | |||
2024-03-22 | CGradientValueData: fix toString() method (#5220) | Holger Schurig | |
2024-03-22 | layershell: release all mouse buttons before focus on new ls (#5219) | drendog | |
2024-03-21 | windowrules: Fix resizeparams parsing. (#5206) | Philipp Schilk | |
Parsing of resizeparams/relative vec2 did not correctly handle multiple spaces between x and y arguments, causing the following to fail to parse: bind = $mainMod CTRL, h, resizeactive, 10 0 This is unexpected, because most other config values are whitespace insensitive. | |||
2024-03-21 | hyprctl: add missing commands to usage (#5211) | Andrey Donets | |
2024-03-21 | hyprpm: add missing newline (#5207) | Praneeth Jain | |
2024-03-21 | opengl: report shader compilation errors from screen_shader (#5138) | jill | |
* opengl: report shader compilation errors from screen_shader * opengl: prefer .data() * opengl: move shader error logging to logError * opengl: quick glGetShaderiv -> glGetProgramiv fix * opengl: typo fix * opengl: format fixes * opengl: minor compile fixes * opengl: logError -> logShaderError | |||
2024-03-21 | config: Config error limit/hyprctl (#5165) | zakk4223 | |
* Add error_limit to limit the number of config error messages shown in notification * Add configerrors hyprctl command * Formatting * Formatting for not my code * Use CVarList, add escapeJSONStrings * Add indication there are more undisplayed errors * Restore suppress_errors; move getErrors() to ConfigManager * Formatting, wtf * Format | |||
2024-03-21 | build: fix builds without pch (#5198) | Brett Alcox | |
2024-03-20 | swipe: fix nullptr in `onSwipeUpdate` (#5191) | Horror Proton | |
2024-03-20 | README: Fix Preview B image (#5188) | Nathan Hadley | |
2024-03-20 | workspace: fix selectors with special: | Vaxry | |
fixes #5187 | |||
2024-03-20 | tablet: Add left_handed option for tablets (#5178) | Khalid | |
* Add left_handed option for tablets * Update left_handed tablet option's fallback string | |||
2024-03-20 | workspace: fix integer overflow in selector parser (#5177) | thejch | |
2024-03-20 | refactor: move window.hpp to desktop/ | Vaxry | |
2024-03-20 | constraint: do not disable constraints in destroy | Vaxry | |
fixes #5170 | |||
2024-03-19 | hyprpm: log shell in build without fails | Vaxry | |
2024-03-19 | config/workspace: added workspace selectors | Vaxry | |
2024-03-19 | constraint: set active flag before propagating props | Vaxry | |
fixes #5170 | |||
2024-03-19 | input: Only limit drag resizes (#5164) | phonetic112 | |
* only limit drag resizes * change to not equals * remove extra parentheses | |||
2024-03-19 | IME: Improve handling of text-input and ime-relay (#5147) | joshua | |
* input: Handling multiple surfaces for the text-input-v1 protocol implementation and imporve InputMethodRelay logic fixes #2708 * clang-format * minor style nits --------- Co-authored-by: Vaxry <[email protected]> | |||
2024-03-19 | github: remove redundant instruction (#5163) | Epilepsy Gatherings | |
v0.34.0 is pretty old at this point. | |||
2024-03-19 | window: set config only when both props end anims | Vaxry | |
2024-03-19 | animations: Fix incorrect animation when manually moving a window when its ↵ | thejch | |
being created (#5141) * fix incorrect rendering when manually moving a window when its being created * add setAnimationsToMove | |||
2024-03-19 | tablet: minor focus fixes | Vaxry | |
ref #3004 | |||
2024-03-19 | opengl: minor adjustment to getPreferredReadFormat | Vaxry | |
fixes #4791 | |||
2024-03-18 | screenShader: allow camel for screensize | Vaxry | |
ref #5059 | |||
2024-03-18 | animations: fix layer slide with fade | Vaxry | |
fixes #5151 | |||
2024-03-18 | socket2: add pin event | Vaxry | |
fixes #4778 | |||
2024-03-18 | screenshader: add screen_size uniform | Vaxry | |
fixes #5059 |