Age | Commit message (Expand) | Author |
2019-11-21 | Add support for wlr_keyboard_group | Brian Ashworth |
2019-11-17 | output: add max_render_time | Ivan Molodetskikh |
2019-11-17 | Use an enum instead of a marker string for map_to_ | Tadeo Kondrak |
2019-11-17 | Implement input map_to_region command | Tadeo Kondrak |
2019-11-05 | Use wlr_output_preferred_mode instead of the last mode | Simon Ser |
2019-11-05 | Fix segfault in set_mode | Simon Ser |
2019-11-05 | Prefer higher refresh rate default modes | Ronan Pigott |
2019-11-04 | Add --custom to `output mode` command | Simon Ser |
2019-11-01 | Rename symbol set_cloexec to sway_set_cloexec, remove duplicates. | Sheena Artrip |
2019-11-01 | Fix potential NULL reference on cleanup | lbonn |
2019-10-27 | Fix segfault in wlr_output_manager_v1_set_configuration | Simon Ser |
2019-10-27 | Fix apply_output_config return value when enabling output | Simon Ser |
2019-10-21 | Fix refresh rate scale of output | Danilo Spinella |
2019-09-04 | swaybar: complete barconfig_update event handling | Brian Ashworth |
2019-08-07 | Revert "Add support for wlr_output's atomic API" | Rouven Czerwinski |
2019-08-07 | config/output: rebase cursors after config applied | Brian Ashworth |
2019-08-02 | Allocator sizeof operand mismatch | Antonin Décimo |
2019-08-02 | Add support for wlr_output's atomic API | Simon Ser |
2019-07-17 | Implement input_cmd_xkb_file (#3999) | Ed Younis |
2019-07-10 | config/output: correctly set width/height in apply | Brian Ashworth |
2019-07-05 | Add calibration_matrix config option | Sergei Dolgov |
2019-06-09 | config/input: validate xkb keymap before storing | Brian Ashworth |
2019-06-05 | add seat sub command 'xcursor_theme' | Daniel Eklöf |
2019-05-12 | Spawn swaybar as a wayland client | Brian Ashworth |
2019-05-09 | config/output: fix typo in merge_id_on_name | Brian Ashworth |
2019-05-04 | Destroy swaybg client on reload | Brian Ashworth |
2019-04-26 | bindsym: change xkb_rule_names initialization | Konstantin Pospelov |
2019-04-26 | bindsym: consider xkb_rule_names for --to-code | Konstantin Pospelov |
2019-04-14 | Implement input type configs (#3784) | Benjamin Cheng |
2019-04-14 | Spawn swaynag as a wayland client | Brian Ashworth |
2019-04-08 | config/output: unbreak on 32-bit architectures | Jan Beich |
2019-04-04 | swaybg: one instance for all outputs | Brian Ashworth |
2019-03-24 | Add support for manually setting subpixel hinting on outputs. | Geoff Greer |
2019-03-17 | config/output: handle wildcard in get_output_config | Brian Ashworth |
2019-03-16 | config/output: revamp identifier/name layering | Brian Ashworth |
2019-03-16 | Fix output config retrieval for new outputs | Brian Ashworth |
2019-03-11 | Stop using wlr_output->{lx,ly} | emersion |
2019-03-03 | Fixes crash in spawn_swaybg (closes #3733) | Noam Preil |
2019-02-27 | config: remove double assignement to result in get_output_config | Rouven Czerwinski |
2019-02-19 | Don't use SOCK_CLOEXEC | emersion |
2019-02-16 | Disconnect swaybg instead of killing it | emersion |
2019-02-16 | Fix reload freeze when not modsetting current mode | Brian Ashworth |
2019-02-15 | apply_output_config: dpms on before modeset | Brian Ashworth |
2019-02-11 | fix misc memory leaks | Brian Ashworth |
2019-02-01 | Revert "More frees." | Connor E |
2019-02-01 | Revert "Add some missing frees." | Connor E |
2019-01-31 | pointer_constraint: change to a seat subcommand | Brian Ashworth |
2019-01-30 | Add pointer_constraint command | Drew DeVault |
2019-01-22 | Don't allow noop output to be configured | Ryan Dwyer |
2019-01-21 | Move sway-specific functions in common/util.c into sway/ | M Stoeckl |