aboutsummaryrefslogtreecommitdiff
path: root/sway/handlers.c
AgeCommit message (Expand)Author
2017-06-14Fix Firefox address bar thingDrew DeVault
2017-05-04Add mouse button bindingsJosip Janzic
2017-04-26Fix handling of floating windowsDrew DeVault
2017-04-26Implement no_focusDrew DeVault
2017-04-16Disambiguate get_*_policy() and get_*_policy_mask()Jerzi Kaminsky
2017-03-18prevent fullscreen focus thieveryZandr Martin
2017-03-10UnGNUify the codebaseDrew DeVault
2017-02-06xdg-positioner: log window placementMykyta Holubakha
2017-02-06Handle xdg-positioner stuffMykyta Holubakha
2017-01-19Properly place windows with xdg-positionerMykyta Holubakha
2017-01-11Fix #1008Drew DeVault
2016-12-15Handle some more memory allocation failuresDrew DeVault
2016-12-15Handle config-related allocation failuresDrew DeVault
2016-12-04add workspace_layout to containerD.B
2016-12-02Enforce command policiesDrew DeVault
2016-12-01Enforce mouse permissionsDrew DeVault
2016-12-01Enforce keyboard permissionsDrew DeVault
2016-12-01Enforce fullscreen permissionsDrew DeVault
2016-10-12Revert "Fixes dealing with workspace_layout and related bugs [rfc]"Drew DeVault
2016-10-11generalize wrapping views under workspacesD.B
2016-10-11add workspace_layout, ensure ws is always L_HORIZD.B
2016-10-11wrap workspace's child into a container if neededD.B
2016-10-08fix for_window [] move scratchpadD.B
2016-10-06fix for click on title_barNicolas Cornu
2016-10-06add click on title_bar to focus a containerNicolas Cornu
2016-09-07squash commits, move enum into resize.cZandr Martin
2016-09-05Add support for * input configsDrew DeVault
2016-09-01Reorganize includesDrew DeVault
2016-08-05Fix switch to prev ws on handle_view_createdD.B
2016-08-01bugfix: focus container on output when focusedTony Crisci
2016-08-01Remove dead global locked_view_focusTony Crisci
2016-07-31Bugfix: descend focus stack on new window focusTony Crisci
2016-07-31Refactor functions to update container bordersTony Crisci
2016-07-29remove outdated (when wlc commit merged) commentZandr Martin
2016-07-29update handler to get pid from wlc for all viewsZandr Martin
2016-07-29Fix swaybg sizing on hidpi outputsDrew DeVault
2016-07-29Merge remote-tracking branch 'origin/hidpi'Drew DeVault
2016-07-28third try for #678Zandr Martin
2016-07-28Update hidpi support to latest wlc APIDrew DeVault
2016-07-28Initial pass on HiDPI supportDrew DeVault
2016-07-23don't passthrough a floating_scroll event to focused windowD.B
2016-07-21Initial work on window eventsMykyta Holubakha
2016-07-21Remove arrange_windows from post-renderDrew DeVault
2016-07-17Fix clang warningDrew DeVault
2016-07-17Turn swaybg into a shell surfaceDrew DeVault
2016-07-16refactor swayc_tabbed_stacked_parent into _ancestor and _parent and use where...D.B
2016-07-14Set panels' geometries correctly and don't render them explicitlyDavid Eklov
2016-07-14Don't treat backgrounds as shell surfacesDavid Eklov
2016-07-15Suspend destruction of wss when creating viewsMykyta Holubakha
2016-07-15Spawn new views to target ws's focused containerMykyta Holubakha