158 Commits (e93622e4ee387db5c37d24d7a704cd498a14a0da)

Author SHA1 Message Date
Mikkel Oscar Lyderik cfea40dce3 Don't init desired width/height on new_view
9 years ago
Eric Engestrom 3e8081514d Fix spelling mistakes
9 years ago
Mikkel Oscar Lyderik 258e31ccdf Fix pointer related crash when stacked/tabbed
9 years ago
Mikkel Oscar Lyderik 7be476c115 Add cmds new_window and new_float
9 years ago
Mikkel Oscar Lyderik 5a13cb0ed1 Implement borders
9 years ago
Drew DeVault b903f7f655 Implement some more on borders
9 years ago
Mikkel Oscar Lyderik 2935e24cf5 Implement 'smart_gaps' feature from i3-gaps
9 years ago
Mikkel Oscar Lyderik 8ddafeeaae Fix assigning workspaces to outputs
9 years ago
Mikkel Oscar Lyderik bad4e22f3b Make sway spawn only one bar per bar config
9 years ago
Mikkel Oscar Lyderik ee32bc3aef Send workspace ICP event on ws destroy/empty.
9 years ago
Mikkel Oscar Lyderik 016a77424a Prefer named output config over wildcard config.
9 years ago
Mikkel Oscar Lyderik fa0526f3df Fix rendering of view when moving to new workspace
9 years ago
Mikkel Oscar Lyderik 364e37a1eb Fix whitespace issues.
9 years ago
Mikkel Oscar Lyderik 16b8c2e915 Handle SIGTERM sent to sway
9 years ago
S. Christoffer Eliesen ce54b4ff2e container: Fix inner gaps against screen edge.
9 years ago
Mikkel Oscar Lyderik 90ff36cab8 Terminate children when freeing output container
9 years ago
Mikkel Oscar Lyderik ede27eabc5 Reload swaybar/swaybg on config reload.
9 years ago
progandy 76c520a04b sway: insert numbered workspaces in order
9 years ago
Drew DeVault f6da4dda4b Bring unmanaged windows to front on output arrange
9 years ago
Kevin Hamacher d77d03ce84 Make destroy_workspace behave as expected
9 years ago
Christoph Gysin bf5244b49c Fix using last output config if none matched
9 years ago
Drew DeVault 1661edee28 Allow output config for output named *
9 years ago
S. Christoffer Eliesen 2d0f78c0d6 workspace: Learn sticky.
9 years ago
S. Christoffer Eliesen 4367e6d3e3 container: Store app_id attribute for views.
9 years ago
S. Christoffer Eliesen 47c313fe3e container: Store class attribute for views.
9 years ago
Drew DeVault 95442dac8d We wlc_point now
9 years ago
S. Christoffer Eliesen 5ba47d4a44 input_state: Remove mouse_origin (x&y). Query wlc instead.
9 years ago
S. Christoffer Eliesen 865b30f138 container: Move container_under_pointer here from handlers.
9 years ago
S. Christoffer Eliesen ca862a5bd4 config: Apply output config also during config reload.
9 years ago
S. Christoffer Eliesen 6eb8da0e14 commands,container: Tweak debug output to better reflect reality.
9 years ago
taiyu 0d51f62224 merge + no c_extensions
9 years ago
taiyu d2e2b04bfd minor fix
9 years ago
Drew DeVault 318e1be240 Fix warnings introduced by prior commit
9 years ago
Drew DeVault e505abfe75 Revert "new_workspace null behavior + testmap functions + regex"
9 years ago
taiyu e1d18e42a8 new_workspace null behavior + testmap functions + regex
9 years ago
taiyu f25c6b312b gap resize
9 years ago
taiyu dbeca88dee default gap value
9 years ago
taiyu 09c9ee76c3 properly remove children in loops
9 years ago
taiyu 4757ea6a12 forgot visibility of floating containers
9 years ago
taiyu 5678d824e4 update visibility + container info functions
9 years ago
taiyu dfe0dda8d0 proper visibility update
9 years ago
taiyu da79bd65de use previous outputs
9 years ago
Luminarys acb3fbdfb5 Added in default_orientation handling
9 years ago
taiyu 0a74364656 update visibility for moved workspaces
9 years ago
taiyu d115335951 move workspace from dead output to other output
9 years ago
taiyu 4df64127e9 slight fix
9 years ago
minus 6bbfd65735 fixed container_map
9 years ago
taiyu 357af228d6 some function documentation, fixed gaps on config reload
9 years ago
taiyu 1fa7a91bfb move_container_to fixup
9 years ago
taiyu 225c2fbe5b fixed segfault on exit + a little fixup of that floatfocus pr
9 years ago
minus 9535305137 fixed moving to other output and visibility
9 years ago
minus ca89ba83a8 changed view visibility to be bool
9 years ago
minus f22c937953 refactored view visibility
9 years ago
taiyu dbad30a409 add limit to swayc_in_direction
9 years ago
Luminarys e01cf0b566 Added in glitchy disabling
9 years ago
Luminarys 98fad060e2 Added in glitchy disabling
9 years ago
taiyu 36cd180f02 fixed vanishing floating view
9 years ago
Drew DeVault 07229edfe6 Implement output positioning
9 years ago
Drew DeVault eac0920f49 Set x/y positions for output containers
9 years ago
Drew DeVault 232940f813 Whoops
9 years ago
Drew DeVault b7f4607544 Implement output configuration through config
9 years ago
taiyu b05317c3a6 style
9 years ago
taiyu de5196dc1e comments + fixed leak
9 years ago
taiyu 1a1ac64662 bugfixes, renames
9 years ago
taiyu 36e07e9ebc find_parent_by_type
9 years ago
taiyu 927ef0a5ec Merge branch 'master' of https://github.com/SirCmpwn/sway
9 years ago
Drew DeVault 95f5660897 Merge pull request #97 from taiyu-len/master
9 years ago
taiyu f5fde7c45c style
9 years ago
taiyu f6e002fb8b small fix, default width/height 0
9 years ago
taiyu fbaa9111a8 setup for resizable windows, drop weight
9 years ago
KoffeinFlummi 3c124d9e7d Change gap behaviour to more closely match i3-gaps
9 years ago
Drew DeVault 74c9df0c07 Fix error with workspace/output name matching
9 years ago
taiyu 6f424ff6b8 fixed default active_workspace, and more use of set_focused_container_for(...)
9 years ago
taiyu c5a6982893 fixed some more bugs, moved layout_log into log.ch, restored focus_parent
9 years ago
taiyu 1bf02144e5 fixed floating_modifier related things
9 years ago
Luminarys f718556a85 Removed debugging, added in proper gap resets for config reloads
9 years ago
Drew DeVault cf916bbf6f Improvements to gaps
9 years ago
KoffeinFlummi c75d5ceba4 Merge remote-tracking branch 'upstream/master' into gaps
9 years ago
KoffeinFlummi 4c688cba4e Add support for gaps option
9 years ago
taiyu 03e83c7ef9 restored fullscreen/focus behavior
9 years ago
Drew DeVault a64b10df83 Fix switching between focused outputs
9 years ago
Drew DeVault 2139001c9f Coding style enforcement
9 years ago
taiyu 63bc0d3b54 more changes
9 years ago
taiyu 11321ca2dd changed handling of focus, handling of view by type
9 years ago
Drew DeVault 780893a933 Add support for workspace [name] output [name]
9 years ago
taiyu f832c02065 fixed when views dont have names.
9 years ago
Luminarys c9ce8bf1bd Style and other minor fixes
9 years ago
Luminarys 47ec999e71 Fixes to floating and umanaged views
9 years ago
Luminarys 05f969074e Added in basic floating toggling
9 years ago
Drew DeVault be2635daa6 Fix format warnings
9 years ago
taiyu f1d5305dc6 fix
9 years ago
taiyu 498cf268f7 unmanaged views handled better
9 years ago
taiyu 5b860c67c3 fixed split [vh], small memory leak, unescape_strings handle \xnn
9 years ago
Drew DeVault 4a5828370c Log output name when added to tree
9 years ago
Drew DeVault e64e61779e Set C_OUTPUT name to name from wlc
9 years ago
Drew DeVault ae536c21d3 Revert "get/set_userdata stores swayc_t *, fixed memory leak, minor changes."
9 years ago
taiyu eefc76b39e set userdata for handler to swayc_t container
9 years ago
taiyu 083d1eed1f fixed 2 small memory leaks & adds format attribute to log.
9 years ago
Drew DeVault f606508bcc Fix switching focus between outputs
9 years ago
Drew DeVault 8b90f283bc Merge pull request #31 from Luminarys/master
9 years ago