| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-03 | Respect natural-scroll for workspace switch gesture | Ivan Molodetskikh | |
| 2024-02-01 | Add actions to move the active workspace to another monitor | Andreas Stührk | |
| 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-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-19 | Add exit confirmation dialog | Ivan Molodetskikh | |
| 2024-01-18 | Add an important hotkeys overlay | Ivan Molodetskikh | |
| 2024-01-16 | Add live-reload to libinput settings | Ivan Molodetskikh | |
| 2024-01-16 | Extract apply_libinput_settings() | Ivan Molodetskikh | |
| 2024-01-15 | Add move-column-to-monitor* binds | Ivan Molodetskikh | |
| As opposed to move-window-to-monitor* | |||
| 2024-01-15 | Add move-column-to-workspace* binds | Ivan Molodetskikh | |
| As opposed to move-window-to-workspace* | |||
| 2024-01-13 | Remove is_grabbed check for changing active window | Ivan Molodetskikh | |
| When clicking outside of the popup grab, the click does go through if the popup is dismissed. This makes the active window change go through too. | |||
| 2024-01-13 | Add missing screen redraws on focus changes | Ivan Molodetskikh | |
| The window isn't guaranteed to commit a buffer. | |||
| 2024-01-12 | Force redraws on window activation | Ivan Molodetskikh | |
| Activating a window does not necessarily make it commit a buffer and update the screen for us. | |||
| 2024-01-11 | Fix clippy suggestion | Ivan Molodetskikh | |
| 2024-01-08 | Add a few mouse libinput settings | Ivan Molodetskikh | |
| 2024-01-08 | Add touchpad tap-button-map setting | Ivan Molodetskikh | |
| 2024-01-08 | Add touchpad dwt setting | Ivan Molodetskikh | |
| 2024-01-08 | Add touchpad accel-profile setting | Ivan Molodetskikh | |
| 2024-01-07 | Move config into a separate crate | Ivan Molodetskikh | |
| Get miette and knuffel deps contained within. | |||
| 2024-01-06 | Redraw on toggling debug tint | Ivan Molodetskikh | |
| 2024-01-05 | Update Smithay | Ivan Molodetskikh | |
| 2024-01-03 | Replace renderer() with with_primary_renderer() | Ivan Molodetskikh | |
| 2023-12-29 | Add move-column-to-{first,last} | Ivan Molodetskikh | |
| 2023-12-29 | Add focus-column-{first,last} | Ivan Molodetskikh | |
| 2023-12-28 | Add disable-power-key-handling option | Ivan Molodetskikh | |
| 2023-12-24 | Remove clones from active_window | Ivan Molodetskikh | |
| 2023-12-21 | Implement pointer-constraints | Ivan Molodetskikh | |
| 2023-12-21 | Update tablet cursor location higher up | Ivan Molodetskikh | |
| 2023-12-19 | Update Smithay | Ivan Molodetskikh | |
| 2023-12-19 | Add optional fallback to workspace focus/move for window focus/move (#93) | Matt Cuneo | |
| * Add optional fallback to workspace focus/move for window focus/move commands * Refactored to separate commands * fix indentation * fix white space * Stylistic fixes --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2023-12-09 | Extract allowed action checks | Ivan Molodetskikh | |
| 2023-12-09 | Document compute_tablet_position() | Ivan Molodetskikh | |
| 2023-12-09 | Extract tablet_seat and desc variables | Ivan Molodetskikh | |
| 2023-12-09 | Extract tablet data variables | Ivan Molodetskikh | |
| 2023-12-09 | Add trace span to process_libinput_event | Ivan Molodetskikh | |
| 2023-12-09 | Remove extraneous full path | Ivan Molodetskikh | |
| 2023-12-09 | Extract input handlers to functions | Ivan Molodetskikh | |
| 2023-12-08 | Move regular pointer to tablet pointer pos on proximity out | Ivan Molodetskikh | |
| 2023-12-05 | Track tablet pointer separately, don't sent wl_pointer events | Ivan Molodetskikh | |
| Tablets are not supposed to send wl_pointer events. This unbreaks GTK 4 clients for example. | |||
| 2023-12-03 | Keep monitor aspect ratio and clamp to monitor for tablets | Ivan Molodetskikh | |
| Before, the full tablet area was used, even if the aspect ratio didn't match the monitor. Also, the coordinates weren't clamped. | |||
| 2023-11-24 | Move command spawning to a thread | Ivan Molodetskikh | |
| It was showing up on profiles causing dropped frames. | |||
| 2023-11-24 | Upgrade dependencies | Ivan Molodetskikh | |
| 2023-11-24 | layout: Change workspace by idx functions to accept 0-based usize | Ivan Molodetskikh | |
| Makes more sense to do the converstion at the top of the call stack. | |||
| 2023-11-13 | Add an action to center column within view bound to Ctrl-C | Ivan Molodetskikh | |
| 2023-11-08 | Add action to switch layouts | Kirill Chibisov | |
| Allow users to trigger layout change with custom bindings. | |||
| 2023-11-08 | Try latin character from other layout for action | Kirill Chibisov | |
| This should allow users of non-latin layouts use bindings without changing layout back to latin input capable one. Fixes #21. | |||
| 2023-11-08 | Add set-window-height action | Ivan Molodetskikh | |
| 2023-10-31 | Change cursor to crosshairs when taking a screenshot | Ivan Molodetskikh | |
| 2023-10-30 | Implement area selection screenshots | Ivan Molodetskikh | |
