aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-02Merge pull request #562 from fluxchief/border-endianDrew DeVault
improve endianess handeling
2016-04-02improve endianess handelingKevin Hamacher
2016-04-02Merge pull request #569 from 1ace/masterMikkel Oscar Lyderik
Fix spelling mistakes
2016-04-02Fix spelling mistakesEric Engestrom
2016-03-31Merge pull request #565 from mikkeloscar/fix-pointer-crashDrew DeVault
Fix pointer related crash when stacked/tabbed
2016-03-31Fix pointer related crash when stacked/tabbedMikkel Oscar Lyderik
Fix #564
2016-03-31Merge pull request #563 from mikkeloscar/fix-border-resetDrew DeVault
Correctly reset border geometry
2016-03-31Merge pull request #561 from fluxchief/swaylockDrew DeVault
swaylock: improve graphical feedback
2016-03-31Correctly reset border geometryMikkel Oscar Lyderik
2016-03-31swaylock: improve graphical feedbackKevin Hamacher
2016-03-31Merge pull request #560 from mikkeloscar/add-new_window-new_floatDrew DeVault
Add cmds new_window and new_float
2016-03-31Add cmds new_window and new_floatMikkel Oscar Lyderik
Makes it possible to set default layout style for new windows and new floating windows. Close #556
2016-03-31Merge pull request #558 from crondog/swaybarexitMikkel Oscar Lyderik
Stop swaybar crashing without args
2016-03-31Stop swaybar crashing without argscrondog
2016-03-30Update default wallpapersDrew DeVault
New version from artist has a different background that will solve the banding issue some users have raised.
2016-03-30Merge pull request #557 from mikkeloscar/bar-font-pango-optionalDrew DeVault
Make pango: optional for bar font
2016-03-30Make pango: optional for bar fontMikkel Oscar Lyderik
2016-03-30Fix pointer scroll thingDrew DeVault
2016-03-30Fix crashes with bordersDrew DeVault
2016-03-30Remove leftover commentDrew DeVault
2016-03-30New feature: adjust gaps with floating_mod+scrollDrew DeVault
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.
2016-03-30Update README screenshotDrew DeVault
2016-03-30Merge pull request #551 from mikkeloscar/window-bordersDrew DeVault
Implement Window borders
2016-03-30Merge pull request #555 from mikkeloscar/mode-name-spacesDrew DeVault
Allow surrounding spaces in mode name
2016-03-30Allow surrounding spaces in mode nameMikkel Oscar Lyderik
This makes it possible to define a mode name with surrounding spaces if so desired. e.g.: mode " hello " { }
2016-03-30Fix borders with floating windowsMikkel Oscar Lyderik
2016-03-30Update window title when it changesMikkel Oscar Lyderik
2016-03-30Mark focused view focus_inactive on unfocused outputMikkel Oscar Lyderik
2016-03-30Handle swaybar using sway fontMikkel Oscar Lyderik
2016-03-30Comment endiannessMikkel Oscar Lyderik
2016-03-30Implement bordersMikkel Oscar Lyderik
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).
2016-03-30Add border <none|normal|toggle|pixel> configMikkel Oscar Lyderik
2016-03-30Implement parsing of hide_edge_bordersMikkel Oscar Lyderik
2016-03-30Make client/pango.h not depend on client/window.hMikkel Oscar Lyderik
2016-03-30Make pango: prefix optional for font configMikkel Oscar Lyderik
2016-03-30Add default border colorsMikkel Oscar Lyderik
2016-03-30Implement some more on bordersDrew DeVault
Note that this segfaults ALL THE TIME in wlc code. Paging @Cloudef for help, I'm at a loss.
2016-03-30Window borders proof of conceptDrew DeVault
2016-03-30Initial setup of window border renderingDrew DeVault
Please don't complain to me about the performance of this
2016-03-29Merge pull request #553 from Hummer12007/masterDrew DeVault
Fix a typo in swaygrab manual
2016-03-29Fix a typo in swaygrab manualHummer12007
2016-03-28Merge pull request #549 from Hummer12007/patch-1Drew DeVault
Add -R option to getopt opt_string
2016-03-28Added -R option to getopt opt_stringHummer12007
2016-03-27Update default configDrew DeVault
2016-03-27Loosen restrictions on commands, update docsDrew DeVault
Closes #531
2016-03-27Update sway(1)Drew DeVault
2016-03-27Squash warning about uninitialized variableDrew DeVault
2016-03-26Update default config to suggest includeDrew DeVault
2016-03-26Merge pull request #546 from mikkeloscar/include-handle-dirDrew DeVault
Don't try to read config if not a file.
2016-03-26Don't try to read config if not a file.Mikkel Oscar Lyderik