| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-28 | Fix blocked-out + popups and rounded corners window screencasts | Ivan Molodetskikh | |
| 2024-06-28 | Show ISO_Level3_Shift in the hotkey overlay | Ivan Molodetskikh | |
| 2024-06-28 | Ignore compositor opacity for window screencasts | Ivan Molodetskikh | |
| When using opacity as unfocused indicator, it will show up on the screencast, which is undesired. This is not a problem for window screen*shot*s where the window is focused. | |||
| 2024-06-28 | Add transparency support to window screencasts | Ivan Molodetskikh | |
| Turns out it needed to be in a separate pod. | |||
| 2024-06-28 | Implement initial window screencasting | Ivan Molodetskikh | |
| 2024-06-28 | id: Start from 1 | Ivan Molodetskikh | |
| 2024-06-28 | wiki: Mention wait for completion NVIDIA flickering workaround | Ivan Molodetskikh | |
| 2024-06-28 | Implement org/gnome/shell/Introspect/GetWindows | Ivan Molodetskikh | |
| 2024-06-28 | mapped: Add id | Ivan Molodetskikh | |
| 2024-06-28 | mapped: Make is_active_in_column private | Ivan Molodetskikh | |
| 2024-06-27 | Fix dead links and add FAQ entry (#475) | aspizu | |
| * Fix dead links and add FAQ entry * Update wiki/FAQ.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> * Update wiki/Important-Software.md Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2024-06-22 | Update winit to fix failing build on arm linux | itsjunetime | |
| 2024-06-21 | Keep screencast running through size changes | Ivan Molodetskikh | |
| 2024-06-21 | Update dependencies | Ivan Molodetskikh | |
| 2024-06-19 | Make tablet without specific output map to union of outputs | Ivan Molodetskikh | |
| 2024-06-19 | wiki: Mention workspace switch mouse gesture | Ivan Molodetskikh | |
| 2024-06-19 | Implement vertical middle mouse gesture | Ivan Molodetskikh | |
| 2024-06-19 | Handle KDE decorations in Mapped::has_ssd | Kirill Chibisov | |
| This fixes an issue with default CSD border being drawn for SSD rendering firefox, because only xdg decorations were checked. | |||
| 2024-06-19 | Somewhat fix height distribution logic | Ivan Molodetskikh | |
| This got a bit broken with fractional layout. The current logic seems to give exact results for integer scales again, but for fractional scales sometimes the resulting height goes beyond the maximum, even clearly by more than one logical pixel. Not entirely sure why that is. | |||
| 2024-06-18 | Add regex syntax link to Configuration:-Window-Rules.md | FreeFull | |
| 2024-06-18 | Fix blurry rounded corners on high scales | Ivan Molodetskikh | |
| 2024-06-18 | config: Remove obsolete FIXME | Ivan Molodetskikh | |
| 2024-06-18 | Make scale use FloatOrInt | Ivan Molodetskikh | |
| 2024-06-18 | Animate xdg-activation and foreign-toplevel workspace switches | Ivan Molodetskikh | |
| These are a bit jarring without an animation. | |||
| 2024-06-18 | Queue redraw after activation in xdg-activation | Ivan Molodetskikh | |
| 2024-06-18 | Remove unnecessary return | Ivan Molodetskikh | |
| 2024-06-18 | Allow scale below 1 | Ivan Molodetskikh | |
| 2024-06-18 | Add fractional scales to auto scale guessing | Ivan Molodetskikh | |
| 2024-06-18 | Round scale to closest representable | Ivan Molodetskikh | |
| 2024-06-18 | Refactor layout to fractional-logical | Ivan Molodetskikh | |
| Lets borders, gaps, and everything else stay pixel-perfect even with fractional scale. Allows setting fractional border widths, gaps, struts. See the new wiki .md for more details. | |||
| 2024-06-18 | Enable fractional scaling | Ivan Molodetskikh | |
| 2024-06-17 | Fix cached data not updating on config change | Ivan Molodetskikh | |
| 2024-06-17 | Update Smithay | Ivan Molodetskikh | |
| 2024-06-17 | layout: Cache scale and transform on the workspace | Ivan Molodetskikh | |
| 2024-06-17 | niri-config: Add pretty-assertions to tests | Ivan Molodetskikh | |
| The config parse test is pretty big and it's impossible to tell the difference from the normal assert. | |||
| 2024-06-17 | Rename apply_scale to to_physical_precise_round | Ivan Molodetskikh | |
| Consistency with Smithay. | |||
| 2024-06-17 | ui/config_error_notification: Store TextureBuffers | Ivan Molodetskikh | |
| Avoids re-importing every frame. | |||
| 2024-06-10 | ui/screenshot_ui: Correct fractional scaled behavior | Ivan Molodetskikh | |
| 2024-06-10 | Add SolidColor{Buffer,RenderElement} | Ivan Molodetskikh | |
| 2024-06-10 | Move apply_scale() to utils | Ivan Molodetskikh | |
| 2024-06-10 | ui/config_error_notification: Make fractional-scaling aware | Ivan Molodetskikh | |
| 2024-06-10 | ui/exit_confirm_dialog: Make fractional-scaling aware | Ivan Molodetskikh | |
| 2024-06-10 | Add MemoryBuffer | Ivan Molodetskikh | |
| 2024-06-10 | ui/hotkey_overlay: Make fractional-scaling aware | Ivan Molodetskikh | |
| 2024-06-10 | Implement our own TextureBuffer/RenderElement | Ivan Molodetskikh | |
| Supports fractional texture scale + has some getters. | |||
| 2024-06-10 | Signal fractional scale to clients | Ivan Molodetskikh | |
| Doesn't do anything yet because we don't bind the fractional scale manager and don't allow fractional scales. | |||
| 2024-06-10 | Update dependencies | Ivan Molodetskikh | |
| 2024-06-10 | Implement xdg_activation_v1 | Peter Collingbourne | |
| Fixes #30. | |||
| 2024-06-09 | Add `focus-column-right-or-first`, `focus-column-left-or-last` (#391) | James Sully | |
| * add focus-column-right-or-first * add focus-column-left-or-last | |||
| 2024-06-09 | Fix typos (#429) | Ujp8LfXBJ6wCPR | |
| * Fix typos reported by "typos" crate https://github.com/crate-ci/typos * Ignore typo datas -> data See https://github.com/crate-ci/typos?tab=readme-ov-file#false-positives for more configureability. --------- Co-authored-by: Carl Hjerpe <git@hjerpe.xyz> Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
