summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Arrange backgrounds only when requiredLibravatar Mykyta Holubakha2016-07-21
* Merge pull request #776 from Hummer12007/window-eventsLibravatar Drew DeVault2016-07-21
|\
| * Handle transient_forLibravatar Mykyta Holubakha2016-07-21
| * Unite describe_view and describe_windowLibravatar Mykyta Holubakha2016-07-21
| * Fix dispatching and assigning eventsLibravatar Mykyta Holubakha2016-07-21
| * More progress on window eventsLibravatar Mykyta Holubakha2016-07-21
| * Initial work on window eventsLibravatar Mykyta Holubakha2016-07-21
|/
* Remove arrange_windows from post-renderLibravatar Drew DeVault2016-07-21
* Merge pull request #774 from Hummer12007/eventmasksLibravatar Drew DeVault2016-07-19
|\
| * Properly construct event bitmasksLibravatar Mykyta Holubakha2016-07-20
|/
* Merge pull request #773 from SethBarberee/patch-2Libravatar Drew DeVault2016-07-19
|\
| * Update _swaylockLibravatar Seth Barberee2016-07-18
|/
* Merge pull request #770 from minus7/that-bugged-meLibravatar Drew DeVault2016-07-18
|\
| * clean up apply_input_configLibravatar minus2016-07-18
|/
* Move backgrounds to back after arrange_windowsLibravatar Drew DeVault2016-07-18
* Merge pull request #764 from deklov/move-position-bug-02Libravatar Drew DeVault2016-07-18
|\
| * Add missing entry to list of accepted arguments for the move commandLibravatar David Eklov2016-07-17
| * Do not crash when handling the command 'move position'Libravatar David Eklov2016-07-17
* | Merge pull request #768 from gpyh/patch-1Libravatar Drew DeVault2016-07-18
|\ \
| * | Packages link to the wiki page with instructionsLibravatar Yacine Hmito2016-07-18
* | | Merge pull request #767 from thejan2009/correct-container-titlesLibravatar Drew DeVault2016-07-18
|\ \ \ | |/ / |/| |
| * | Construct titles of nested tabbed/stacked containers from app_id instead of t...Libravatar D.B2016-07-18
|/ /
* | Remove disclaimer from default configLibravatar Drew DeVault2016-07-17
* | Merge pull request #763 from Hummer12007/patch-2Libravatar Drew DeVault2016-07-17
|\ \ | |/ |/|
| * Fix a warningLibravatar Hummer120072016-07-18
|/
* Fix clang warningLibravatar Drew DeVault2016-07-17
* Fix bug with views behind backgrounds on ws switchLibravatar Drew DeVault2016-07-17
* Turn swaybg into a shell surfaceLibravatar Drew DeVault2016-07-17
* Remove SIGSERV and SIGABORT handlerLibravatar Drew DeVault2016-07-17
* Implement configurable wrapping on bar ws scrollLibravatar Drew DeVault2016-07-17
* Allow users to customize the cursor on clientsLibravatar Drew DeVault2016-07-17
* Merge pull request #757 from siddharthist/masterLibravatar Drew DeVault2016-07-16
|\
| * readme: add nixos packageLibravatar Langston Barrett2016-07-16
* | Merge pull request #756 from Hummer12007/patch-1Libravatar Drew DeVault2016-07-16
|\ \ | |/ |/|
| * Fix a memory leakLibravatar Hummer120072016-07-17
|/
* Merge pull request #754 from thejan2009/containers-inside-tabbed-stackedLibravatar Drew DeVault2016-07-16
|\
| * refactor swayc_tabbed_stacked_parent into _ancestor and _parent and use where...Libravatar D.B2016-07-16
|/
* Fix warning in window.cLibravatar Drew DeVault2016-07-16
* Fix #753Libravatar Drew DeVault2016-07-16
* Merge pull request #752 from deklov/bar-scroll-02Libravatar Drew DeVault2016-07-16
|\
| * Change workspace when mouse wheel is scrolled while hovering over the barLibravatar David Eklov2016-07-15
| * Enable windows to register to get notified when the mouse wheel is scrolledLibravatar David Eklov2016-07-15
| * Rename pointer_input::notify to indicate that is called on button clicksLibravatar David Eklov2016-07-15
|/
* Fix warning from unused daemon return valueLibravatar Drew DeVault2016-07-15
* Merge pull request #743 from deklov/panel-as-shell-03Libravatar Drew DeVault2016-07-14
|\
| * Send command to sway to change workspace when workspace button is clickedLibravatar David Eklov2016-07-14
| * Compute what workspace button is clickedLibravatar David Eklov2016-07-14
| * Use int instead of wl_fixed_t for mouse coordinatesLibravatar David Eklov2016-07-14
| * Extract workspace size computation from render_workspace_button()Libravatar David Eklov2016-07-14
| * Setup to receive mouse click events and log themLibravatar David Eklov2016-07-14