| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-12 | Implement custom shader for window-close anim | Ivan Molodetskikh | |
| 2024-05-12 | closing_window: Pass geo size and view rect | Ivan Molodetskikh | |
| 2024-05-12 | closing_window: Remove starting_alpha/scale | Ivan Molodetskikh | |
| 2024-05-11 | closing_window: Store textures directly | Ivan Molodetskikh | |
| 2024-05-11 | Implement Mod+MMB view offset gesture | Ivan Molodetskikh | |
| 2024-05-11 | Group input-related things in a subfolder | Ivan Molodetskikh | |
| 2024-05-11 | Update resize commit unconditionally | Ivan Molodetskikh | |
| 2024-05-11 | Add is_active_in_column | TheZoq2 | |
| Add missing ``` Fix tests | |||
| 2024-05-11 | Add a reset-window-height action | Ivan Molodetskikh | |
| 2024-05-11 | Render tiles flush to the right when left-resizing | Ivan Molodetskikh | |
| This really needs a refactor... | |||
| 2024-05-11 | Split get resize data from update | Ivan Molodetskikh | |
| 2024-05-10 | Implement interactive mouse resizing | Ivan Molodetskikh | |
| 2024-05-04 | Fix blocked-out surfaces on scaled outputs | Ivan Molodetskikh | |
| 2024-05-04 | Fix rounded corners on blocked-out resizes | Ivan Molodetskikh | |
| 2024-05-04 | Extract RenderTarget::should_block_out() | Ivan Molodetskikh | |
| 2024-05-04 | Extract rules out | Ivan Molodetskikh | |
| 2024-05-04 | Update tile before taking unmap snapshot | Ivan Molodetskikh | |
| 2024-05-04 | Fix border/focus ring options not applying right away | Ivan Molodetskikh | |
| 2024-05-04 | Split update_render_elements() from advance_animations() | Ivan Molodetskikh | |
| advance_animations() is called from places like input, whereas update_render_elements() is strictly for rendering. | |||
| 2024-05-04 | shader_element: Store and set location separately | Ivan Molodetskikh | |
| 2024-05-03 | Make BorderRenderElement scale-agnostic | Ivan Molodetskikh | |
| 2024-05-03 | shader_element: Store program type instead of shader | Ivan Molodetskikh | |
| 2024-05-03 | shader_element: Make shader optional | Ivan Molodetskikh | |
| The element is long-lived, but the shader itself isn't. | |||
| 2024-05-03 | Reduce unnecessary damage to borders | Ivan Molodetskikh | |
| 2024-05-02 | Damage window on corner radius changes | Ivan Molodetskikh | |
| 2024-05-02 | Implement rounded window corners | Ivan Molodetskikh | |
| 2024-05-01 | Add Tracy span to Tile::render_inner | Ivan Molodetskikh | |
| 2024-05-01 | Split rendering between popups and window surface | Ivan Molodetskikh | |
| 2024-05-01 | Add Tracy span to Tile::render | Ivan Molodetskikh | |
| 2024-05-01 | Move unmap snapshot from Mapped to Tile | Ivan Molodetskikh | |
| 2024-04-29 | Move shader get out of ResizeRenderElement::new | Ivan Molodetskikh | |
| 2024-04-28 | Fix fullscreen backdrop rendering below focus ring | Ivan Molodetskikh | |
| 2024-04-24 | Implement focus-ring window rule | Ivan Molodetskikh | |
| 2024-04-24 | Implement border window rule | Ivan Molodetskikh | |
| 2024-04-21 | Implement window-resize custom-shader | Ivan Molodetskikh | |
| 2024-04-19 | Synchronize column removal anim on consume left/right | Ivan Molodetskikh | |
| Visible when consuming left/right when always-centered and differing horizontal view anim. | |||
| 2024-04-19 | Separate tile X and Y movement animations | Ivan Molodetskikh | |
| Helps with the jank caused by lack of transactions when consuming to the left/right. Resize triggers a few frames later and restarts the movement. Now it only restarts the vertical and not the horizontal movement. | |||
| 2024-04-18 | Preserve tile move config on animation restarts | Ivan Molodetskikh | |
| This fixes a problem where consume-into-column would use resize animation config instead of the window-movement config in most cases (since a resize comes very shortly after the move starts). A similar change to the column movement anim is more detrimental than it's worth. | |||
| 2024-04-17 | Sync expel animations | Ivan Molodetskikh | |
| 2024-04-17 | Use correct animation config for tile removal | Ivan Molodetskikh | |
| 2024-04-17 | Use movement anim for view anim during movement | Ivan Molodetskikh | |
| 2024-04-17 | Add view anim functions with config argument | Ivan Molodetskikh | |
| 2024-04-17 | Resolve animation defaults during parsing | Ivan Molodetskikh | |
| 2024-04-17 | Include resized window in left move | Ivan Molodetskikh | |
| 2024-04-16 | Clamp animated window size | Ivan Molodetskikh | |
| 2024-04-16 | Remove jumps on consume/expel animation start | Ivan Molodetskikh | |
| 2024-04-16 | Implement consume/expel animations | Ivan Molodetskikh | |
| 2024-04-16 | Start move animations from add/remove window/column | Ivan Molodetskikh | |
| 2024-04-16 | Animate movement and resize on window closing in a column | Ivan Molodetskikh | |
| 2024-04-15 | Implement vertical window move animations | Ivan Molodetskikh | |
