| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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> | |||
| 2024-06-09 | Use generic Atomic for rlim_t | Ivan Molodetskikh | |
| rlim_t is different between platforms. | |||
| 2024-06-07 | PointerMotionAbsolute: use union rect of all outputs | galister | |
| 2024-06-04 | Add missing fullscreen check | Ivan Molodetskikh | |
| Fixes crash when a window in a column requests to be unfullscreened. | |||
| 2024-06-02 | Preserve empty named workspaces upon output removal | Ivan Molodetskikh | |
| Not sure how we missed this. | |||
| 2024-05-29 | Add "off" and "disabled-on-external-mouse" properties to input devices | Yuya Nishihara | |
| This is called "events <mode>" in Sway, but we decided to use more abstracted form for consistency with the other config items. "disabled-on-external-mouse" is added only to touchpads, but there might be other devices that support this option. I think "off" also applies to keyboards, but I'm not going to add the one because we don't have libinput machinery for the keyboard config, and it's unlikely that user wants to disable _all_ keyboards. OTOH, pointer devices can be disabled per type. Perhaps, this should be revisited after implementing #371. | |||
| 2024-05-28 | Fix copy-paste error in scroll-method error message | Yuya Nishihara | |
| 2024-05-26 | Add niri msg focused-output | rustysec | |
| 2024-05-26 | Add scroll-method property to pointer devices | Yuya Nishihara | |
| My use case is to enable middle-button scroll on my keyboard with pointing stick. The device is recognized as USB mouse. | |||
| 2024-05-24 | Update Smithay (NVIDIA 555 fix) | Ivan Molodetskikh | |
| 2024-05-24 | Added actions to allow focusing up or down as normal but to wrap to the ↵ | Micah N Gorrell | |
| column to the left or right if there is no window above or below | |||
| 2024-05-23 | Increase RLIMIT_NOFILE to maximum | Ivan Molodetskikh | |
| Fixes Xwayland + RustRover crashing. See similar changes: * https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2235 * https://github.com/swaywm/sway/pull/6629 | |||
| 2024-05-21 | default-config: Clarify spawn comments | Ivan Molodetskikh | |
| 2024-05-21 | wiki: Mention left-handed | Ivan Molodetskikh | |
| 2024-05-21 | Add left-handed input property | Ivan Molodetskikh | |
| Closes https://github.com/YaLTeR/niri/issues/366 | |||
| 2024-05-21 | wiki: Mention xwayland-satellite | Ivan Molodetskikh | |
| 2024-05-20 | Fix no outputs case handling in a few places | Ivan Molodetskikh | |
| 2024-05-19 | Add Default impl for niri_config::Keyboard | Ivan Molodetskikh | |
| Fixes https://github.com/YaLTeR/niri/issues/357 | |||
| 2024-05-18 | refactor: make example ready to copy and paste | lpnh | |
| 2024-05-18 | Update README | Ivan Molodetskikh | |
| 2024-05-18 | Bump version to 0.1.6 | Ivan Molodetskikh | |
| 2024-05-18 | wiki: Update different-corner-radius image | Ivan Molodetskikh | |
| 2024-05-18 | wiki: Change two instances of Telegram to Fractal | Ivan Molodetskikh | |
| 2024-05-18 | wiki: Add since to interactive resize | Ivan Molodetskikh | |
| 2024-05-18 | wiki: Fix typo | Ivan Molodetskikh | |
| 2024-05-17 | Redraw on lock surface children commits | Ivan Molodetskikh | |
| 2024-05-17 | Update Smithay (session-lock fix) | Ivan Molodetskikh | |
| 2024-05-17 | Rearrange CLI subcommands a bit | Ivan Molodetskikh | |
| 2024-05-17 | Implement niri msg workspaces | rustysec | |
| 2024-05-17 | Update Smithay (buffer leak and crash fix) | Ivan Molodetskikh | |
| 2024-05-16 | Bump package versions | Ivan Molodetskikh | |
| 2024-05-16 | Update Smithay and other deps | Ivan Molodetskikh | |
