aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-18Added a null check in tabbed_stacked_parentHummer12007
This fixes a segfault, when trying to get parent of the workspace/root container/(?), as it is not assuered that the view's parent node is not null in the loop
2016-06-11Merge pull request #709 from zandrmartin/set-size-commandDrew DeVault
implement resize command for absolute dimensions
2016-06-11Merge branch 'master' into set-size-commandZandr Martin
2016-06-11implement resize command for absolute dimensionsZandr Martin
2016-06-11Merge pull request #708 from zandrmartin/assign-commandDrew DeVault
couple small fixes
2016-06-11couple small fixesZandr Martin
2016-06-11Merge pull request #701 from zandrmartin/assign-commandDrew DeVault
messy start of a fix for #462
2016-06-11cleanup + add timeouts for pid_workspace listZandr Martin
2016-06-11Merge branch 'master' into assign-commandZandr Martin
2016-06-11clean up pid/workspace stuffZandr Martin
2016-06-10Many improvements to man pagesDrew DeVault
2016-06-10Merge pull request #706 from zandrmartin/swaybg-reloadDrew DeVault
trigger bg change on config reload
2016-06-10trigger bg change on config reloadZandr Martin
2016-06-10semi-working (only non-client/server wayland apps)Zandr Martin
2016-06-06Merge pull request #703 from thuck/variables_corner_casesDrew DeVault
Fix segfault when using include with *
2016-06-06Fix segfault when using include with *thuck
This should fix the issue #681
2016-06-06messy, unfinished versionZandr Martin
2016-06-06Merge pull request #693 from thuck/variables_corner_casesDrew DeVault
Variables related fixes
2016-06-06Merge branch 'master' into variables_corner_casesDenis Doria
2016-06-05Merge pull request #699 from roosemberth/masterDrew DeVault
Sway: Configuration: Support for escaping line breaks.
2016-06-06Common: Readline: Ignore newline on '\' escaped line ends.Roosembert Palacios
Escape line return when reading from a file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2016-06-05Sway: Configuration: Support for escaping line breaks.Roosembert Palacios
Escape line return in configuration file with the '\' character. Similar to shell scripts. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2016-06-05Merge pull request #697 from zandrmartin/assign-commandDrew DeVault
document `assign` command
2016-06-05document `assign` commandZandr Martin
2016-06-05Merge branch 'master' into variables_corner_casesDenis Doria
2016-06-04Merge pull request #696 from zandrmartin/numpad-enter-swaylock-fixDrew DeVault
make numpad enter key work in swaylock
2016-06-04make numpad enter key work in swaylockZandr Martin
see issue #647
2016-06-04Merge pull request #695 from zandrmartin/document-client-commandsDrew DeVault
add documentation for client commands
2016-06-04Merge pull request #694 from wdbw/man-page-fixDrew DeVault
Add missing layout modes in sway(5)
2016-06-04add documentation for client commandsZandr Martin
2016-06-04Add missing layout modes in sway(5)wdbw
2016-06-03Put w to uppercase just to keep consistency between warningsDenis Doria
2016-06-03Includes $ for variables without itDenis Doria
2016-06-03Fix identation issuethuck
2016-06-03Merge branch 'variables_corner_cases' of https://github.com/thuck/sway into ↵thuck
variables_corner_cases
2016-06-03Merge branch 'master' of https://github.com/SirCmpwn/sway into ↵thuck
variables_corner_cases
2016-06-03Merge branch 'master' into variables_corner_casesDenis Doria
2016-06-03Fix output command when varible not setthuck
This should fix the corner case where a variable is not assigned, but used anyway. This should solve partially the issue #681.
2016-06-02Including error message when variable do not start with $thuck
2016-06-02Merge pull request #692 from zandrmartin/inplace-merge-sortDrew DeVault
implement stable sort for lists
2016-06-02implement stable sort for listsZandr Martin
also change sort_workspaces() to use it
2016-06-02Merge pull request #691 from thuck/floating_size_confDrew DeVault
floating_maximum_size initial implementation
2016-06-02Sync masterDenis Doria
Merge branch 'master' of https://github.com/SirCmpwn/sway into floating_size_conf
2016-06-02Initial implementation for floating_maximum_sizeDenis Doria
2016-06-02Merge pull request #690 from zandrmartin/smartgap-hide-bordersDrew DeVault
redo smart_gaps/hide_edge_borders fix
2016-06-02redo smart_gaps/hide_edge_borders fixZandr Martin
2016-06-01Merge pull request #689 from thuck/floating_size_confDrew DeVault
Floating size conf
2016-06-01Clean up not used variablesDenis Doria
2016-06-01Update man page with information about floating_maximum_sizeDenis Doria
2016-06-01Included option floating_minimum_sizeDenis Doria
Values cannot be negative or 0; if so uses the default 75x50. Uses the same syntax as i3: floating_minimum_size <width> x <height>, although the x can be anything.