| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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 | 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 | 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 | 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 | 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. | |||
| 2024-01-21 | Return error instead of broken screenshot for portal | Ivan Molodetskikh | |
| 2024-01-20 | Add an option to skip the hotkey overlay at startup | Ivan Molodetskikh | |
| 2024-01-19 | Print git version in clap too | Ivan Molodetskikh | |
| 2024-01-19 | layout: Fix crash due to workspace transfer during switch | Ivan Molodetskikh | |
| 2024-01-19 | layout: Fix crash due to workspace cleanup during switch | Ivan Molodetskikh | |
| 2024-01-19 | Don't crash when failing to render a cursor | Ivan Molodetskikh | |
| I only hit this when the renderer was completely busted, but nevertheless. | |||
| 2024-01-19 | Prettify Return => Enter key | Ivan Molodetskikh | |
| 2024-01-19 | Add exit confirmation dialog | Ivan Molodetskikh | |
| 2024-01-18 | Redraw upon starting PW stream | Ivan Molodetskikh | |
| Otherwise it may take a while for the first frame to arrive. | |||
| 2024-01-18 | Add an important hotkeys overlay | Ivan Molodetskikh | |
| 2024-01-18 | portal: Name and sort monitors, fix session restore | Ivan Molodetskikh | |
| xdp-gnome restores by a combination of model + make + serial. We currently can't set those reliably (until libdisplay-info most monitors will have them unknown) so pass the connector name instead. This will work as expected in most cases. | |||
| 2024-01-18 | Add a config parse error notification | Ivan Molodetskikh | |
| We can't rely on a notification daemon being available, especially during initial niri setup. So, render our own. | |||
| 2024-01-18 | Watch config path even if it didn't exist at startup | Ivan Molodetskikh | |
| 2024-01-17 | Add an IPC socket and a niri msg outputs subcommand | Ivan Molodetskikh | |
| 2024-01-17 | Rename connectors to enabled_outputs | Ivan Molodetskikh | |
| 2024-01-17 | Add a calloop futures executor | Ivan Molodetskikh | |
| 2024-01-17 | tty: Add Tracy span to on_output_config_changed() | Ivan Molodetskikh | |
| 2024-01-16 | Write a comment on xdg-decoration lack of live-reload | Ivan Molodetskikh | |
| 2024-01-16 | Add live-reload to libinput settings | Ivan Molodetskikh | |
| 2024-01-16 | Extract apply_libinput_settings() | Ivan Molodetskikh | |
| 2024-01-16 | Add live-reload for output mode | Ivan Molodetskikh | |
| 2024-01-16 | tty: Extract pick_mode() | Ivan Molodetskikh | |
| 2024-01-16 | Add live-reload for output on/off | Ivan Molodetskikh | |
| 2024-01-16 | tty: Remove connector arg from connector_disconnected() | Ivan Molodetskikh | |
