Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-25 | Remove commented code | Mikkel Oscar Lyderik | |
2016-04-25 | Remove unused function | Mikkel Oscar Lyderik | |
2016-04-25 | Don't send invisble view to back | Mikkel Oscar Lyderik | |
2016-04-25 | Use correct geometry for nested containers | Mikkel Oscar Lyderik | |
2016-04-25 | Add title to nested tabbed/stacked containers | Mikkel Oscar Lyderik | |
2016-04-25 | Disable inner gaps when in tabbed/stacked mode | Mikkel Oscar Lyderik | |
2016-04-25 | Add support for nested tabbed/stacked containers | Mikkel Oscar Lyderik | |
2016-04-25 | Use tabs for indentation | Mikkel Oscar Lyderik | |
2016-04-25 | Make floating border fixes work with tabbed/stacked code | Mikkel Oscar Lyderik | |
2016-04-25 | Reapply prev layout when exiting tabbed/stacked | Mikkel Oscar Lyderik | |
2016-04-25 | Improve move command with tabbed/stacked layout | Mikkel Oscar Lyderik | |
2016-04-25 | Correctly determine default layout | Mikkel Oscar Lyderik | |
2016-04-25 | Fix problems with floating windows | Mikkel Oscar Lyderik | |
Makes any tabbed/stacked layout a container to separate from floating windows which may be attached to a workspace. | |||
2016-04-25 | Tabbed and stacked layout | Mikkel Oscar Lyderik | |
2016-04-24 | Renamed pango_markup config options | Mykyta Holubakha | |
2016-04-24 | Renamed to pango_markup | Mykyta Holubakha | |
2016-04-24 | Added plaintext_markup to swaybar IPC | Mykyta Holubakha | |
2016-04-24 | Added plaintext markup configuration | Mykyta Holubakha | |
2016-04-24 | Passing missing argument to get_text_size | Mykyta Holubakha | |
2016-04-17 | Flesh out pango markup implementation | Drew DeVault | |
2016-04-17 | Use correct format string for x86_64 and i686 | Mikkel Oscar Lyderik | |
Fix #587 | |||
2016-04-16 | Remove clang warnings (-Wsign-compare) | Mikkel Oscar Lyderik | |
2016-04-16 | Update to wlc 0.0.2 | Drew DeVault | |
2016-04-12 | Plug two memory leaks | Chang Liu | |
Plug two memory leaks introduced in the border drawing code. | |||
2016-04-09 | Don't init desired width/height on new_view | Mikkel Oscar Lyderik | |
When creating a new view, wlc usually returns an initial geometry with size 1x1. Setting those values as desired width/height causes a problem for some windows (QT5) because they don't request a new geometry for instance when made floating, so the floating window becomes 1x1. To fix this problem we can just omit setting the desired width/height on new_view and instead let the clients request a certain size if they feel like it. e.i. gnome-calculator. Fix #578 | |||
2016-04-09 | Only update geometry of single floating view | Mikkel Oscar Lyderik | |
2016-04-03 | Add border color commands | Kevin Hamacher | |
2016-04-03 | Use border background color as border background | Kevin Hamacher | |
2016-04-03 | Fix window borders | crondog | |
This fixes floating borders when moving outside of the output. Not sure what happens with dual screen as I only have 1 monitor | |||
2016-04-02 | improve endianess handeling | Kevin Hamacher | |
2016-04-02 | Fix spelling mistakes | Eric Engestrom | |
2016-03-31 | Fix pointer related crash when stacked/tabbed | Mikkel Oscar Lyderik | |
Fix #564 | |||
2016-03-31 | Correctly reset border geometry | Mikkel Oscar Lyderik | |
2016-03-31 | Add cmds new_window and new_float | Mikkel Oscar Lyderik | |
Makes it possible to set default layout style for new windows and new floating windows. Close #556 | |||
2016-03-30 | Make pango: optional for bar font | Mikkel Oscar Lyderik | |
2016-03-30 | Fix pointer scroll thing | Drew DeVault | |
2016-03-30 | Fix crashes with borders | Drew DeVault | |
2016-03-30 | Remove leftover comment | Drew DeVault | |
2016-03-30 | New feature: adjust gaps with floating_mod+scroll | Drew 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-30 | Merge pull request #551 from mikkeloscar/window-borders | Drew DeVault | |
Implement Window borders | |||
2016-03-30 | Allow surrounding spaces in mode name | Mikkel Oscar Lyderik | |
This makes it possible to define a mode name with surrounding spaces if so desired. e.g.: mode " hello " { } | |||
2016-03-30 | Fix borders with floating windows | Mikkel Oscar Lyderik | |
2016-03-30 | Update window title when it changes | Mikkel Oscar Lyderik | |
2016-03-30 | Mark focused view focus_inactive on unfocused output | Mikkel Oscar Lyderik | |
2016-03-30 | Comment endianness | Mikkel Oscar Lyderik | |
2016-03-30 | Implement borders | Mikkel 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-30 | Add border <none|normal|toggle|pixel> config | Mikkel Oscar Lyderik | |
2016-03-30 | Implement parsing of hide_edge_borders | Mikkel Oscar Lyderik | |
2016-03-30 | Make pango: prefix optional for font config | Mikkel Oscar Lyderik | |
2016-03-30 | Add default border colors | Mikkel Oscar Lyderik | |