aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2019-04-30cmd_move: add support for output currentBrian Ashworth
2019-04-28Fix a silly mistakeAlex Maese
2019-04-28Don't send pointer motion when rebasing the cursorAlex Maese
2019-04-28Clear pointer focus during move and resize seatopsAlex Maese
2019-04-27Remove extra inclusion of stdio.hLane Surface
2019-04-27Don't submit too much damageSimon Ser
2019-04-26config: fix clang warningKonstantin Pospelov
2019-04-26bindsym: change xkb_rule_names initializationKonstantin Pospelov
2019-04-26bindsym: consider xkb_rule_names for --to-codeKonstantin Pospelov
2019-04-26bindsym: update the man page to include --to-codeKonstantin Pospelov
2019-04-26bindsym: change default keymap for --to-codeKonstantin Pospelov
2019-04-26config: simplify keysym translation fieldsKonstantin Pospelov
2019-04-26Implement bindsym --to-codeKonstantin Pospelov
2019-04-25swaybg: split into standalone projectDrew DeVault
2019-04-24cmd_move: respect workspace layout when insertingBrian Ashworth
2019-04-23Update for wlroots#1660Simon Ser
2019-04-21Fix uninitialized read for wlr_surface_send_frameScott Anderson
2019-04-20ipc: fix criteria for emitting bar_state_updateBrian Ashworth
2019-04-19cmd_move: allow for all i3 syntax optionsBrian Ashworth
2019-04-19hide_edge_borders.c: add missing case for --i3mwenzkowski
2019-04-17Add unbindsym/unbindcode command for swaybarAlex Maese
2019-04-17Add unbindswitch commandAlex Maese
2019-04-17Create unbindsym and unbindcode commandsAlex Maese
2019-04-16Fix the payload type returned by IPCAshkan Kiani
2019-04-16Don't apply hide_edge_borders to floating windowsmwenzkowski
2019-04-16view.c: refactor view_autoconfigure()mwenzkowski
2019-04-16Add documentation for rename workspaceAshkan Kiani
2019-04-16Send disabled output available modes on IPC get_outputsRanieri Althoff
2019-04-14Add deprecation warnings for new_float, new_window, and force_focus_wrapping.Connor E
2019-04-14Implement input type configs (#3784)Benjamin Cheng
2019-04-14Add heuristics to differentiate touchpadsBenjamin Cheng
2019-04-14Spawn swaynag as a wayland clientBrian Ashworth
2019-04-13Fix scratchpad fullscreen behavior and crashBrian Ashworth
2019-04-13Fix potential null accessesAshkan Kiani
2019-04-12Fix scratchpad logic for floating windowsAshkan Kiani
2019-04-12sway-input.5: add xkeyboard-config(7) to "see also"Martin Michlmayr
2019-04-11cmd_focus: raise floating for `<criteria> focus`Brian Ashworth
2019-04-11Honor output for xdg_toplevel_set_fullscreenBrian Ashworth
2019-04-08config/output: unbreak on 32-bit architecturesJan Beich
2019-04-04swaybg: one instance for all outputsBrian Ashworth
2019-04-03idle_inhibit: fix crash during view destructionBrian Ashworth
2019-04-03root_scratchpad_hide: fix crash when layer focusedBrian Ashworth
2019-03-31scratchpad: set initial sizeBrian Ashworth
2019-03-31floating: fix size of non-view containersBrian Ashworth
2019-03-31Fix xwayland configure request scratchpad crashBrian Ashworth
2019-03-29Fix null pointer crash when doing tiling dragRyan Dwyer
2019-03-27bindings: fix overwrite log argument mismatchJan Pokorný
2019-03-26Fix crash for floating command on scratchpad windowAshkan Kiani
2019-03-24Implement inhibit_idle commandBrian Ashworth
2019-03-24Fix #3924Philipe Goulet