| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-10 | input: Fix Clippy warning | Ivan Molodetskikh | |
| 2024-02-10 | config: Add missing Smithay feature | Ivan Molodetskikh | |
| Fixes build on nightly. | |||
| 2024-02-09 | default-config: Replace Mod with Super in swaylock bind | Ivan Molodetskikh | |
| Otherwise it conflicts with Mod+L in nested. | |||
| 2024-02-09 | input: Fix handling of binds with compositor mod but no explicit Mod | Ivan Molodetskikh | |
| 2024-02-09 | input: Split bound_action() and add tests | Ivan Molodetskikh | |
| 2024-02-09 | Implement idle-notify and idle-inhibit | Ivan Molodetskikh | |
| 2024-02-07 | Clamp animation slowdown to sane values | Ivan Molodetskikh | |
| 2024-02-07 | Make all animations configurable | Ivan Molodetskikh | |
| 2024-02-07 | animation: Accept ms as u32 | Ivan Molodetskikh | |
| Less boilerplate elsewhere. | |||
| 2024-02-07 | Implement window open animations | Ivan Molodetskikh | |
| 2024-02-07 | Add a Tracy span to OffscreenRenderElement::new | Ivan Molodetskikh | |
| 2024-02-07 | Activate the new right_of window on its workspace | Ivan Molodetskikh | |
| This way when a dialog opens on a different workspace, the user will see it right away when they switch to that workspace. | |||
| 2024-02-07 | Add a way to override the element ID for primary output check | Ivan Molodetskikh | |
| 2024-02-07 | Add OffscreenRenderElement | Ivan Molodetskikh | |
| 2024-02-07 | Clear before rendering to texture | Ivan Molodetskikh | |
| Otherwise I see artifacts on some GTK dialogs. | |||
| 2024-02-07 | Open dialogs to the right of their parent, don't steal focus | Ivan Molodetskikh | |
| 2024-02-07 | visual-tests: Remove "Just" prefix | Ivan Molodetskikh | |
| 2024-02-07 | visual-tests/tile: Disable focus ring | Ivan Molodetskikh | |
| 2024-02-06 | Add blank line | Ivan Molodetskikh | |
| 2024-02-06 | layout: Add Column::advance_animations() | Ivan Molodetskikh | |
| 2024-02-06 | Inline variable | Ivan Molodetskikh | |
| 2024-02-06 | Move focus ring into Tile | Ivan Molodetskikh | |
| For now, will make the open animation better. | |||
| 2024-02-06 | layout: Fix refresh in tests | Ivan Molodetskikh | |
| Didn't affect anything but still. | |||
| 2024-02-06 | Add Layout::with_options() | Ivan Molodetskikh | |
| 2024-02-06 | Change render functions to accept iterators | Ivan Molodetskikh | |
| 2024-02-06 | Move render functions to render_helpers | Ivan Molodetskikh | |
| 2024-02-06 | Split render_helpers.rs | Ivan Molodetskikh | |
| 2024-02-06 | Bump libinput to 1.21, add dwtp flag | Ivan Molodetskikh | |
| 2024-02-06 | README: Update Ubuntu dependencies | Ivan Molodetskikh | |
| 2024-02-06 | Add niri-visual-tests | Ivan Molodetskikh | |
| 2024-02-06 | Update dependencies | Ivan Molodetskikh | |
| 2024-02-06 | Run Ubuntu CI in a 23.10 container | Ivan Molodetskikh | |
| We will soon need newer dependencies. | |||
| 2024-02-05 | Move use into feature-gated function | Ivan Molodetskikh | |
| 2024-02-05 | Fix Clippy warnings | Ivan Molodetskikh | |
| 2024-02-05 | layout: Mark some things as pub | Ivan Molodetskikh | |
| 2024-02-05 | Add lib.rs, become a mixed lib-bin crate | Ivan Molodetskikh | |
| Will be used for visual tests. | |||
| 2024-02-05 | Add consume-or-expel-window-left/right commands | Dennis Ranke | |
| 2024-02-05 | Convert everything to niri_render_elements! {} | Ivan Molodetskikh | |
| 2024-02-05 | Add niri_render_elements! {} | Ivan Molodetskikh | |
| We will be using this in several other places. | |||
| 2024-02-05 | layout: Replace with_tiles_in_render_order() with Iterator | Ivan Molodetskikh | |
| 2024-02-05 | layout/tile: Return Iterator of render elements | Ivan Molodetskikh | |
| Avoid a Vec. | |||
| 2024-02-04 | layout: Add TileRenderElement | Ivan Molodetskikh | |
| 2024-02-04 | layout: Add LayoutElementRenderElement | Ivan Molodetskikh | |
| Allows for testing layout rendering without Wayland windows. | |||
| 2024-02-04 | layout: Generalize traversal between rendering and input | Ivan Molodetskikh | |
| 2024-02-04 | layout: Make rendering not Window-specific | Ivan Molodetskikh | |
| Doesn't need to be any more. | |||
| 2024-02-03 | Bump version to 0.1.1 | Ivan Molodetskikh | |
| 2024-02-03 | Support fullscreen for new windows | Ivan Molodetskikh | |
| 2024-02-03 | Verify that pending fullscreen matches column | Ivan Molodetskikh | |
| 2024-02-03 | Respect natural-scroll for workspace switch gesture | Ivan Molodetskikh | |
| 2024-02-03 | Place new workspace after current when moving | Ivan Molodetskikh | |
| This feels more natural, also makes moving back and forth idempotent in most cases. | |||
