aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
AgeCommit message (Expand)Author
2018-11-22Adding commands for configuring titlebar borders and paddingFlorent de Lamotte
2018-11-10Alter config variable replacement processBrian Ashworth
2018-10-23commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOSTIan Fan
2018-10-23commands: clean-up checkarg functionIan Fan
2018-10-23commands: remove EXPECTED_MORE_THANIan Fan
2018-10-20Remove raise_floating directiveRyan Dwyer
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-08Implement popup_during_fullscreenRyan Dwyer
2018-10-07Shim client.background and client.placeholderDrew DeVault
2018-10-03Add configuration for raising containers on focusJonathan Buch
2018-10-01Handle border options for gapsBrian Ashworth
2018-09-30Do not strip quotes for cmd_setBrian Ashworth
2018-09-30Do not strip quotes for exec or bind commandsBrian Ashworth
2018-09-28Fix quote handling for commandsBrian Ashworth
2018-09-23Implement support for input wildcardBrian Ashworth
2018-09-23Allow running commands on containers without focusing themRyan Dwyer
2018-09-20Merge pull request #2671 from emersion/output-execute-no-focusemersion
2018-09-19Fix segfault when executing command without focusemersion
2018-09-19Introduce create_output command (for developer use)Ryan Dwyer
2018-09-11Introduce tiling_drag directiveRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-03Change _XOPEN_SOURCE defines to _POSIX_C_SOURCEsghctoma
2018-09-03Merge remote-tracking branch 'upstream/master' into fix-freebsd-buildsghctoma
2018-09-02Implement focus_on_window_activationRyan Dwyer
2018-09-01Implement deprecated new_window and new_float commandsRyan Dwyer
2018-08-30Fix feature macros for FreeBSDsghctoma
2018-08-18commands: add nopIan Fan
2018-08-03Write to swaynag pipe fd directly on config errorsBrian Ashworth
2018-08-03Show swaynag on config errorsBrian Ashworth
2018-07-23Implement scratchpadRyan Dwyer
2018-07-22Implement floating_modifier and mouse operations for floating viewsRyan Dwyer
2018-07-21Implement force_display_urgency_hintRyan Dwyer
2018-07-19Defer the focus commandsRyan Dwyer
2018-07-17Implement default_floating_border command and adjust CSD behaviourRyan Dwyer
2018-07-16Merge pull request #2276 from RyanDwyer/urgencyDrew DeVault
2018-07-16Implement no_focus commandRyan Dwyer
2018-07-16Implement urgency base functionalityRyan Dwyer
2018-07-15Make focus part of transactionsRyan Dwyer
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-07-11Implement floating_minimum_size and floating_maximum_sizeRyan Dwyer
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-05cmd_results_to_json: return copied string and properly free the jsonDominique Martinet
2018-07-02config_commands_command: make alloc failure check more permanentDominique Martinet
2018-06-09Implement gaps (PR #2047)Nate Symer
2018-06-07Remove strip quoting and fix strncpy-overlapBrian Ashworth
2018-06-05Support runtime var expansion and set at runtimeBrian Ashworth
2018-06-02Address first round of review for generic blocksBrian Ashworth
2018-06-02Make command block implementation genericBrian Ashworth
2018-06-01Implement floatingRyan Dwyer
2018-06-01Implement `floating enable`Drew DeVault