summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* | Merge pull request #575 from fluxchief/border-color-fixLibravatar Mikkel Oscar Lyderik2016-04-03
|\ \ | | | | | | Use border background color as border background
| * | Use border background color as border backgroundLibravatar Kevin Hamacher2016-04-03
|/ /
* | Merge pull request #568 from crondog/fixbordersLibravatar Mikkel Oscar Lyderik2016-04-03
|\ \ | |/ |/| Fix window borders
| * Fix window bordersLibravatar crondog2016-04-03
|/ | | | | This fixes floating borders when moving outside of the output. Not sure what happens with dual screen as I only have 1 monitor
* Merge pull request #562 from fluxchief/border-endianLibravatar Drew DeVault2016-04-02
|\ | | | | improve endianess handeling
| * improve endianess handelingLibravatar Kevin Hamacher2016-04-02
|/
* Merge pull request #569 from 1ace/masterLibravatar Mikkel Oscar Lyderik2016-04-02
|\ | | | | Fix spelling mistakes
| * Fix spelling mistakesLibravatar Eric Engestrom2016-04-02
|/
* Merge pull request #565 from mikkeloscar/fix-pointer-crashLibravatar Drew DeVault2016-03-31
|\ | | | | Fix pointer related crash when stacked/tabbed
| * Fix pointer related crash when stacked/tabbedLibravatar Mikkel Oscar Lyderik2016-03-31
|/ | | | Fix #564
* Merge pull request #563 from mikkeloscar/fix-border-resetLibravatar Drew DeVault2016-03-31
|\ | | | | Correctly reset border geometry
| * Correctly reset border geometryLibravatar Mikkel Oscar Lyderik2016-03-31
| |
* | Merge pull request #561 from fluxchief/swaylockLibravatar Drew DeVault2016-03-31
|\ \ | |/ |/| swaylock: improve graphical feedback
| * swaylock: improve graphical feedbackLibravatar Kevin Hamacher2016-03-31
|/
* Merge pull request #560 from mikkeloscar/add-new_window-new_floatLibravatar Drew DeVault2016-03-31
|\ | | | | Add cmds new_window and new_float
| * Add cmds new_window and new_floatLibravatar Mikkel Oscar Lyderik2016-03-31
|/ | | | | | | Makes it possible to set default layout style for new windows and new floating windows. Close #556
* Merge pull request #558 from crondog/swaybarexitLibravatar Mikkel Oscar Lyderik2016-03-31
|\ | | | | Stop swaybar crashing without args
| * Stop swaybar crashing without argsLibravatar crondog2016-03-31
|/
* Update default wallpapersLibravatar Drew DeVault2016-03-30
| | | | | New version from artist has a different background that will solve the banding issue some users have raised.
* Merge pull request #557 from mikkeloscar/bar-font-pango-optionalLibravatar Drew DeVault2016-03-30
|\ | | | | Make pango: optional for bar font
| * Make pango: optional for bar fontLibravatar Mikkel Oscar Lyderik2016-03-30
|/
* Fix pointer scroll thing0.3Libravatar Drew DeVault2016-03-30
|
* Fix crashes with bordersLibravatar Drew DeVault2016-03-30
|
* 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
|