aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorLines
2017-12-06Init, merge output config params, use wlr_output_layoutemersion-1/+2
2017-12-06Add output configemersion-0/+5
2017-12-05Merge pull request #1498 from emersion/configDrew DeVault-0/+415
Add minimal config subsystem
2017-12-05Remove wlc includesemersion-3/+3
2017-12-05view set positionTony Crisci-0/+2
2017-12-05Add minimal config subsystememersion-0/+415
2017-12-04Merge branch 'wlroots' into feature/xwaylandTony Crisci-1/+19
2017-12-04xwayland shellTony Crisci-0/+20
2017-12-03wl-shell: class instead of app_idTony Crisci-0/+1
2017-12-03Merge branch 'wlroots' into feature/wl-shellTony Crisci-1/+1
2017-12-03basic wl-shellTony Crisci-0/+15
2017-12-03use "size" instead of "dimensions"Tony Crisci-1/+1
2017-12-03sway wl_shellTony Crisci-2/+4
2017-12-03basic get_treeTony Crisci-0/+3
2017-11-25Handle view destruction properlyDrew DeVault-1/+4
2017-11-25Fix rendering issues, wire up some xdg listenersDrew DeVault-0/+3
2017-11-25Arrange windows on desktopDrew DeVault-0/+6
2017-11-22Remove IPC_GET_PIXELSDrew DeVault-1/+0
2017-11-22Wire up IPC serverDrew DeVault-0/+19
2017-11-22Add initial command subsystem (untested)Drew DeVault-0/+185
Need to spin up the IPC server to test this
2017-11-22Add views to tree and render themDrew DeVault-0/+8
2017-11-22Add workspace to outputsDrew DeVault-0/+9
2017-11-23wlr_data_device header updateDominique Martinet-1/+1
wlroots 6a7560 renamed the header file
2017-11-19Add outputs to the treeDrew DeVault-0/+141
2017-11-18Move everything to sway/old/Drew DeVault-46/+37
2017-11-11Initial (awful) pass on xdg shell supportDrew DeVault-9/+66
2017-11-11Wire up output frame loopDrew DeVault-4/+16
2017-11-11Initialize outputs from backend and add to treeDrew DeVault-6/+24
2017-11-11Establish sway input submoduleDrew DeVault-8/+8
2017-11-11Fix build yml filesDrew DeVault-1/+0
2017-11-11Fire up the wlroots backend and run the event loopDrew DeVault-56/+31
2017-11-05Fix init_tray function declarationAdam Mizerski-1/+1
This fixes compilation failure: error: call to function 'init_tray' without a real prototype
2017-10-08Merge pull request #1263 from nyorain/masterDrew DeVault-1/+8
Implement get_clipboard ipc message
2017-08-29click_events as documented at https://i3wm.org/docs/i3bar-protocol.htmlakokshar@redhat.com-0/+11
2017-07-31Allow swaylock indicator size to be configurableCalvin Lee-0/+3
2017-07-13Don't trust SNI names, fixes #1274Calvin Lee-0/+1
If an item doesn't have a well-formed name, it will not be added to the tray.
2017-07-12Use WLC v2 pointer interfaceScott Anderson-1/+1
2017-07-07Rework get_clipboard implementationnyorain-1/+6
2017-07-07Implement ipc get_clipboardnyorain-1/+3
2017-07-01Add the 'clipboard' command to set the clipboardnyorain-0/+1
2017-06-14Merge branch 'master' into server-decorationDrew DeVault-1/+217
2017-06-13Remove Xembed SupportCalvin Lee-3/+0
Xembed support is premature in sway and should be postponed. This commit only removes swaybar starting xembedsniproxy, if users would like, they can still start xembedsniproxy manually, however there will be no official support.
2017-06-07Reorganize Tray CodeCalvin Lee-4/+13
Remove tray code from bar.c and render.c
2017-06-07Implement Tray IconsCalvin Lee-1/+211
This commit implements the StatusNotifierItem protocol, and enables swaybar to show tray icons. It also uses `xembedsniproxy` in order to communicate with xembed applications. The tray is completely optional, and can be disabled on compile time with the `enable-tray` option. Or on runtime with the bar config option `tray_output none`. Overview of changes: In swaybar very little is changed outside the tray subfolder except that all events are now polled in `event_loop.c`, this creates no functional difference. Six bar configuration options were added, these are detailed in sway-bar(5) The tray subfolder is where all protocol implementation takes place and is organised as follows: tray/sni_watcher.c: This file contains the StatusNotifierWatcher. It keeps track of items and hosts and reports when they come or go. tray/tray.c This file contains the StatusNotifierHost. It keeps track of sway's version of the items and represents the tray itself. tray/sni.c This file contains the StatusNotifierItem struct and all communication with individual items. tray/icon.c This file implements the icon theme protocol. It allows for finding icons by name, rather than by pixmap. tray/dbus.c This file allows for asynchronous DBus communication. See #986 #343
2017-04-28Implement KDE's server-side decoration protocolDrew DeVault-0/+7
2017-04-26Implement no_focusDrew DeVault-0/+5
Ref #2
2017-04-20Make sway_abort() report locationJerzi Kaminsky-1/+4
2017-04-16Add resolve_path() to utilsJerzi Kaminsky-0/+8
2017-04-16Move get_feature_policy to sway/security.cJerzi Kaminsky-0/+2
2017-04-16Disambiguate get_*_policy() and get_*_policy_mask()Jerzi Kaminsky-3/+3