summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Remove leftover comment0.2Libravatar Drew DeVault2016-03-30
|
* New feature: adjust gaps with floating_mod+scrollLibravatar Drew DeVault2016-03-30
| | | | | | | | | | I made this configurable but I didn't make the command for it. That's left as an exercise to an eager contributor. mod_scroll_behavior [gaps inner|gaps outer] Would merge implementions of more behaviors for mod+scroll, if anyone has some neato ideas.
* Update README screenshotLibravatar Drew DeVault2016-03-30
|
* Merge pull request #551 from mikkeloscar/window-bordersLibravatar Drew DeVault2016-03-30
|\ | | | | Implement Window borders
| * Fix borders with floating windowsLibravatar Mikkel Oscar Lyderik2016-03-30
| |
| * Update window title when it changesLibravatar Mikkel Oscar Lyderik2016-03-30
| |
| * Mark focused view focus_inactive on unfocused outputLibravatar Mikkel Oscar Lyderik2016-03-30
| |
| * Handle swaybar using sway fontLibravatar Mikkel Oscar Lyderik2016-03-30
| |
| * Comment endiannessLibravatar Mikkel Oscar Lyderik2016-03-30
| |
| * Implement bordersLibravatar Mikkel Oscar Lyderik2016-03-30
| | | | | | | | | | | | | | | | | | The borders are implemented as a surface/buffer attached to each view which is sent to and rendered by wlc in the view_pre_render callback. All the drawing logic is handled in sway/border.c and all the logic for calculating the geometry of the border/view is handled in `update_geometry` in sway/layout.c (same place as gaps are calculated).
| * Add border <none|normal|toggle|pixel> configLibravatar Mikkel Oscar Lyderik2016-03-30
| |
| * Implement parsing of hide_edge_bordersLibravatar Mikkel Oscar Lyderik2016-03-30
| |
| * Make client/pango.h not depend on client/window.hLibravatar Mikkel Oscar Lyderik2016-03-30
| |
| * Make pango: prefix optional for font configLibravatar Mikkel Oscar Lyderik2016-03-30
| |
| * Add default border colorsLibravatar Mikkel Oscar Lyderik2016-03-30
| |
| * Implement some more on bordersLibravatar Drew DeVault2016-03-30
| | | | | | | | | | Note that this segfaults ALL THE TIME in wlc code. Paging @Cloudef for help, I'm at a loss.
| * Window borders proof of conceptLibravatar Drew DeVault2016-03-30
| |
| * Initial setup of window border renderingLibravatar Drew DeVault2016-03-30
| | | | | | | | Please don't complain to me about the performance of this
* | Merge pull request #555 from mikkeloscar/mode-name-spacesLibravatar Drew DeVault2016-03-30
|\ \ | |/ |/| Allow surrounding spaces in mode name
| * Allow surrounding spaces in mode nameLibravatar Mikkel Oscar Lyderik2016-03-30
|/ | | | | | | This makes it possible to define a mode name with surrounding spaces if so desired. e.g.: mode " hello " { }
* Merge pull request #553 from Hummer12007/masterLibravatar Drew DeVault2016-03-29
|\ | | | | Fix a typo in swaygrab manual
| * Fix a typo in swaygrab manualLibravatar Hummer120072016-03-29
|/
* Merge pull request #549 from Hummer12007/patch-1Libravatar Drew DeVault2016-03-28
|\ | | | | Add -R option to getopt opt_string
| * Added -R option to getopt opt_stringLibravatar Hummer120072016-03-28
|/
* Update default configLibravatar Drew DeVault2016-03-27
|
* Loosen restrictions on commands, update docsLibravatar Drew DeVault2016-03-27
| | | | Closes #531
* Update sway(1)Libravatar Drew DeVault2016-03-27
|
* Squash warning about uninitialized variableLibravatar Drew DeVault2016-03-27
|
* Update default config to suggest includeLibravatar Drew DeVault2016-03-26
|
* Merge pull request #546 from mikkeloscar/include-handle-dirLibravatar Drew DeVault2016-03-26
|\ | | | | Don't try to read config if not a file.
| * Don't try to read config if not a file.Libravatar Mikkel Oscar Lyderik2016-03-26
|/
* Merge pull request #544 from mikkeloscar/add-include-commandLibravatar Drew DeVault2016-03-26
|\ | | | | Add include command
| * Add config path to error msgLibravatar Mikkel Oscar Lyderik2016-03-26
| |
| * Load correct config on reloadLibravatar Mikkel Oscar Lyderik2016-03-26
| |
| * Document include commandLibravatar Mikkel Oscar Lyderik2016-03-26
| |
| * Implement include commandLibravatar Mikkel Oscar Lyderik2016-03-26
|/ | | | | | | | | | | | | | | | | | | | The include command (`include <path>`) makes it possible to include sub config files from the main config file (or from within other sub config files). The include command uses the following rules for including config files: * the `path` can be either a full path or a path that is relative to the parent config. Shell expansion is supported, so it's possible to do `include ~/.config/sway.d/*`. * The same config file can only be included once (to prevent include cycles). If a config is included multiple times it will just be ignored after it has been included once. * Including a sub config file is the same as inserting the content of that file into the parent config, thus rules about overwriting bindsyms etc. works the same as for a single config. Implement #542
* Update README.mdLibravatar Drew DeVault2016-03-25
|
* Update README.md packaging infoLibravatar Drew DeVault2016-03-25
|
* Fix link to PGP keyLibravatar Drew DeVault2016-03-25
|
* Merge pull request #543 from fluxchief/masterLibravatar Drew DeVault2016-03-25
|\ | | | | Add graphical feedback to swaylock (#526)
| * Add graphical feedback to swaylock (#526)Libravatar Kevin Hamacher2016-03-25
|/
* Merge pull request #538 from nuew/display-imagesLibravatar Drew DeVault2016-03-24
|\ | | | | Add choice of display to --image.
| * Replace with in swaylockLibravatar Nuew2016-03-24
| |
| * Merge branch 'master' into display-imagesLibravatar Ethan2016-03-24
| |\ | |/ |/|
* | CMake: add missing wlc include dir for common and swaygrabLibravatar Dominique Martinet2016-03-24
| |
| * Change 'display' to 'output' in swaylock error messages where necessaryLibravatar Nuew2016-03-24
| |
| * Change 'display' to 'output' in swaylock docs where necessaryLibravatar Nuew2016-03-24
| |
| * Add choice of display to --image.Libravatar Nuew2016-03-24
|/ | | | | | | | Additionally - Made background colors display when an image is enabled if a --color is specified. - Link CJson to swaylock. - Add the --socket option to swaylock.
* Merge pull request #537 from mikkeloscar/exit-on-config-missingLibravatar Drew DeVault2016-03-24
|\ | | | | Gracefully exit when config is not found
| * Gracefully exit when config is not foundLibravatar Mikkel Oscar Lyderik2016-03-24
|/ | | | | This makes sure that sway will gracefully exit if the config is not found or sway is unable to read it.