summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorLines
2018-06-09Merge pull request #2124 from emersion/drag-icons1.0-alpha.3Drew DeVault-0/+21
Render drag icons
2018-06-09Implement gaps (PR #2047)Nate Symer-0/+13
2018-06-09Render drag iconsemersion-0/+21
2018-06-08Restore workspaces to outputs based on priorityBrian Ashworth-0/+9
2018-06-08swaylock: implement ^U to clear bufferDominique Martinet-25/+1
The whole state->xcb.modifiers thing didn't work at all (always 0) The xkb doc says "[xkb_state_serialize_mods] should not be used in regular clients; please use the xkb_state_mod_*_is_active API instead" so here it is
2018-06-06Switch output storing from list_t to wl_listBrian Ashworth-1/+3
2018-06-06Store sway_outputs so that they can be reenabledBrian Ashworth-0/+4
2018-06-03Refactor cmd_output to use config_subcommandBrian Ashworth-0/+14
2018-06-02Address emersion's feedback on peek_lineBrian Ashworth-1/+1
2018-06-02Address first round of review for generic blocksBrian Ashworth-3/+3
2018-06-02Support braces on next line for config blocksBrian Ashworth-0/+1
2018-06-02Make command block implementation genericBrian Ashworth-14/+17
2018-06-01Comment to explain sway_shortcut_state listsfrsfnrrg-0/+13
2018-06-01Rewrite shortcut handling code to avoid hardcoded valuesfrsfnrrg-6/+12
The same shortcut algorithm is now used for keycodes, raw keysyms, and translated keysyms. Pressed keysyms are now stored in association with the keycodes that generated them. Modifier keycodes (and associated keysyms) are identified retroactively by the subsequent change to the modifier flags.
2018-06-01Fix mpv damage issue when unfullscreening into floatingRyan Dwyer-0/+3
2018-06-01Don't unmaximize floating viewsRyan Dwyer-3/+0
2018-06-01Don't let xwayland views set position unless unmanagedRyan Dwyer-0/+1
2018-06-01Remove container_self_or_parent_floatingRyan Dwyer-6/+0
2018-06-01Rename container_set_geometry_from_viewRyan Dwyer-1/+1
2018-06-01Store swayc coordinates as layout-localRyan Dwyer-4/+3
2018-06-01Rename set_maximized functions to set_tiledRyan Dwyer-2/+2
2018-06-01Fix unfullscreening a floating viewRyan Dwyer-0/+1
2018-06-01Replace is_floating boolean with functionRyan Dwyer-4/+8
2018-06-01Use L_FLOATING instead of reapable booleanRyan Dwyer-4/+1
2018-06-01Implement floatingRyan Dwyer-5/+34
2018-06-01Send frame done to floating viewsDrew DeVault-1/+0
Also centers them on the screen when initially floated In the future we'll need a more sophisticated solution than that
2018-06-01Implement `floating enable`Drew DeVault-0/+7
2018-05-28Support i3's legacy force_focus_wrapping commandBrian Ashworth-0/+1
2018-05-28Merge pull request #2060 from RedSoxFan/focus-wrappingemersion-2/+8
Implement focus_wrapping
2018-05-27Implement focus_wrappingBrian Ashworth-2/+8
2018-05-28Fix ancestor typosRyan Dwyer-2/+2
2018-05-27Merge pull request #2050 from smlx/focus-fixDrew DeVault-1/+4
Focus containers only on entry.
2018-05-27Implement bindsym/bindcode --lockedfrsfnrrg-0/+1
Adds the --locked flag to bindsym and bindcode commands. When a keyboard's associated seat has an exclusive client (i.e, a screenlocker), then bindings are only executed if they have the locked flag. When there is no such client, this restriction is lifted.
2018-05-28Move previous cursor_position inline.Scott Leggett-5/+3
2018-05-28Store previous position in sway_cursor.Scott Leggett-2/+7
2018-05-28Merge branch 'master' into cmd-swapRyan Dwyer-1/+7
2018-05-27client/pool-buffer: munmap in destroy_bufferemersion-0/+2
2018-05-27swaylock: implement a proper render loopemersion-0/+3
2018-05-27Rename view_get_type to view_get_shellRyan Dwyer-1/+1
2018-05-27Add shell criteria tokenRyan Dwyer-0/+1
Closes #2044.
2018-05-27Focus containers only on entry.Scott Leggett-2/+2
2018-05-26Implement swap commandBrian Ashworth-0/+3
2018-05-25Clean up container title functionsRyan Dwyer-1/+10
* Add and use lenient_strcat and lenient_strncat functions * Rename `concatenate_child_titles` function as that's no longer what it does * Rename `container_notify_child_title_changed` because we only need to notify that the tree structure has changed, not titles * Don't notify parents when a child changes its title * Update ancestor titles when changing a container's layout * Eg. create nested tabs and change the inner container to stacking * No need to store tree presentation in both container->name and formatted_title
2018-05-23swaylock: remove unused fieldemersion-1/+0
2018-05-23Merge branch 'master' into fix-swaylock-hotpluggingemersion-9/+47
2018-05-22Replace empty argument with voidRyan Dwyer-1/+1
2018-05-22Use constants for titlebar dimensionsRyan Dwyer-0/+11
2018-05-21Don't track damage for views on inactive tabsRyan Dwyer-0/+12
2018-05-21Implement tabbed layoutRyan Dwyer-1/+1
2018-05-20Fix border commands from changing focusBrian Ashworth-1/+2