summaryrefslogtreecommitdiffstats
path: root/sway/commands
Commit message (Expand)AuthorAge
* Implement default_floating_border command and adjust CSD behaviourLibravatar Ryan Dwyer2018-07-17
* Merge pull request #2276 from RyanDwyer/urgencyLibravatar Drew DeVault2018-07-16
|\
| * Implement urgency base functionalityLibravatar Ryan Dwyer2018-07-16
* | Implement no_focus commandLibravatar Ryan Dwyer2018-07-16
|/
* bar: free old position when changingLibravatar Ian Fan2018-07-15
* Merge pull request #2272 from RyanDwyer/simplify-transactionsLibravatar Drew DeVault2018-07-15
|\
| * Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* | Implement tap_button_map for input devicesLibravatar Brian Ashworth2018-07-14
|/
* Force min/max size when resizing floating containersLibravatar Ryan Dwyer2018-07-14
* Implement resize grow|shrink <direction> <amount> or <amount>Libravatar Ryan Dwyer2018-07-14
* Implement resize command for floating viewsLibravatar Ryan Dwyer2018-07-14
* add error handling for scroll button out of rangeLibravatar Robert Kubosz2018-07-13
* expanded error detection for scroll button optionLibravatar Robert Kubosz2018-07-12
* rm constraint for max value of button identifierLibravatar Robert Kubosz2018-07-12
* increase maximum value of button identifierLibravatar Robert Kubosz2018-07-12
* add scroll button optionLibravatar Robert Kubosz2018-07-11
* Implement floating_minimum_size and floating_maximum_sizeLibravatar Ryan Dwyer2018-07-11
* Add get_config message type to ipcLibravatar Ian Fan2018-07-10
* Merge branch 'master' into focus-mode-toggleLibravatar Drew DeVault2018-07-09
|\
| * Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* | Implement `focus mode_toggle`Libravatar emersion2018-07-09
|/
* Implement some floating move commandsLibravatar Ryan Dwyer2018-07-09
* Implement mode --pango_markupLibravatar Brian Ashworth2018-07-05
* cmd_assign: fix leak on errorLibravatar Dominique Martinet2018-07-02
* bar_cmd_modifier: fix use-after-free on errorLibravatar Dominique Martinet2018-07-02
* bar_cmd_font: fix leak of fontLibravatar Dominique Martinet2018-07-02
* cmd_background: fix leak on errorLibravatar Dominique Martinet2018-07-02
* output commands: move !argc checks after argc gets decrementedLibravatar Dominique Martinet2018-07-02
* input_config: free new_input_config on errorLibravatar Dominique Martinet2018-07-02
* exec_always: fix leaksLibravatar Dominique Martinet2018-07-02
* Fix compile errorLibravatar Ryan Dwyer2018-06-30
* Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-29
|\
| * Check if command input has at least 2 argumentsLibravatar Thomas Plaçais2018-06-27
| * cleanup output-background subcommand handlingLibravatar ael-code2018-06-26
| * fix memleak on background cmd errorLibravatar ael-code2018-06-26
* | Fix crash when moving last child of a container to workspace or outputLibravatar Ryan Dwyer2018-06-29
* | Fix crash when running move <direction> in an empty workspaceLibravatar Ryan Dwyer2018-06-24
* | Fix crash when unmapping a view with reapable parentsLibravatar Ryan Dwyer2018-06-24
* | Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-23
|\|
| * bugfix: avoid access after freeLibravatar ael-code2018-06-22
* | Implement atomic layout updates for tree operationsLibravatar Ryan Dwyer2018-06-23
* | Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-18
|\|
| * Sort binding key listsLibravatar frsfnrrg2018-06-12
* | Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-11
|\|
| * Implement gaps (PR #2047)Libravatar Nate Symer2018-06-09
* | Refactor everything that needs to arrange windowsLibravatar Ryan Dwyer2018-06-09
|/
* sway exec command: use waitpid instead of waitLibravatar Dominique Martinet2018-06-08
* Switch output storing from list_t to wl_listLibravatar Brian Ashworth2018-06-06
* Store sway_outputs so that they can be reenabledLibravatar Brian Ashworth2018-06-06
* Address review comments for output subcommandsLibravatar Brian Ashworth2018-06-03