| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2024-02-02 | Update dependencies | Ivan Molodetskikh | |
| 2024-02-01 | config: Premultiply alpha in Color when converting to f32 | Ivan Molodetskikh | |
| Smithay wants premultiplied alpha. | |||
| 2024-02-01 | Add error messages to backend initialization | Ivan Molodetskikh | |
| 2024-02-01 | Add actions to move the active workspace to another monitor | Andreas Stührk | |
| 2024-02-01 | default-config: Improve wording for focus-ring/border comment | Ivan Molodetskikh | |
| SSD or server-side decorations is never mentioned elsewhere. | |||
| 2024-02-01 | default-config: Document how focus ring and border draw behind | Ivan Molodetskikh | |
| Related: https://github.com/YaLTeR/niri/issues/150 | |||
| 2024-01-31 | Hardcode winit transform for now | Ivan Molodetskikh | |
| 2024-01-31 | Stop screencasts on size changes | Ivan Molodetskikh | |
| 2024-01-31 | Add option to rotate outputs | axtloss | |
| 2024-01-31 | Update Smithay (rotation fix) | Ivan Molodetskikh | |
| 2024-01-30 | README: Bring AUR link back | Ivan Molodetskikh | |
| 2024-01-30 | chore: bump smithay | Christian Meissl | |
| includes fixes for wrong direct scan-out transform and damage artifacts on output transform changes. also includes a fix for a race in popup surface re-use. | |||
| 2024-01-30 | foreign_toplevel: Use OutputHandler to send output_enter on demand | Ivan Molodetskikh | |
| 2024-01-30 | foreign_toplevel: Update the focused window last | Ivan Molodetskikh | |
| 2024-01-30 | foreign_toplevel: Change activated to mean keyboard focus | Ivan Molodetskikh | |
| 2024-01-30 | Implement wlr-foreign-toplevel-management | Ivan Molodetskikh | |
| The parent event isn't sent but whatever. | |||
| 2024-01-30 | tty: reset surface state after changing monitor state | Christian Meissl | |
| changing the "ACTIVE" property of a surface requires to re-evaluate the surface state. | |||
| 2024-01-29 | README: Remove AUR link for now | Ivan Molodetskikh | |
| It doesn't work properly yet apparently. | |||
| 2024-01-28 | input: update keyboard led state | Christian Meissl | |
| 2024-01-28 | Show notification about creating a default config | Ivan Molodetskikh | |
| 2024-01-28 | Create default config file if missing | Ivan Molodetskikh | |
| 2024-01-28 | winit: Don't remove output on CloseRequested | Ivan Molodetskikh | |
| More winit events can process after CloseRequested, which will cause a panic if trying to access the now-removed output. | |||
| 2024-01-28 | Mark Msg as pub | Ivan Molodetskikh | |
| Seems to break the build on 1.72.0 otherwise. | |||
| 2024-01-27 | Bump version to 0.1.0 | Ivan Molodetskikh | |
| 2024-01-27 | Try harder to find an output for the screenshot UI | Ivan Molodetskikh | |
| The mouse might be outside any outputs, let's try to open in that case anyway. | |||
| 2024-01-27 | Fix damage when rendering to texture | Ivan Molodetskikh | |
| 2024-01-25 | Update README | Ivan Molodetskikh | |
| 2024-01-25 | Name output render element better | Ivan Molodetskikh | |
| 2024-01-25 | use pixman for cursor plane rendering | Christian Meissl | |
| 2024-01-25 | Remove hack for fixed EGLDisplay issue | Christian Meissl | |
| 2024-01-25 | Update smithay | Christian Meissl | |
| 2024-01-23 | github: Add a feature request link to start a discussion | Ivan Molodetskikh | |
| 2024-01-23 | Update issue templates | Ivan Molodetskikh | |
| 2024-01-23 | Create a bug report template | Ivan Molodetskikh | |
| 2024-01-23 | Update Smithay (find_popup_root_surface() panic fix) | Ivan Molodetskikh | |
| 2024-01-23 | Ignore popup grabs when IME keyboard grab is active | Ivan Molodetskikh | |
| Doing this properly will require more refactors, potentially in Smithay. For now let's just ignore popup grabs to make popups work. | |||
| 2024-01-23 | screencast: Emit MonitorsChanged | Ivan Molodetskikh | |
| 2024-01-23 | srceencast: Send stream size | Ivan Molodetskikh | |
| Kooha requires this (even though it's optional). Unfortunately, Kooha also seems to want memfd recording so it doesn't work anyway. | |||
| 2024-01-22 | config: Bump precision on the default widths | Ivan Molodetskikh | |
| This seems to actually matter on my 2560x display. | |||
| 2024-01-22 | Update Smithay, use device changed session resume code | Ivan Molodetskikh | |
| Should fix most cases of monitors failing to light up after a TTY switch. | |||
| 2024-01-22 | Watch for canonical filename, not just mtime | sodiboo | |
| 2024-01-21 | tty: Delay output config update until resume | Ivan Molodetskikh | |
| We can't do anything while paused. | |||
| 2024-01-21 | tty: Check changes against pending connectors and mode | Ivan Molodetskikh | |
| If we queued some DRM changes, they will be in pending. Also be more resilient by removing unwrap. | |||
