summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge pull request #1801 from bobsaintcool/r0.15/man/scale_typo0.15.2Libravatar Drew DeVault2018-04-12
|\ | | | | <sway/man: In sway(5) treat scale as keyword for output command>
| * <sway/man: In sway(5) treat scale as keyword for output command>Libravatar Quentin Bourgeois2018-04-12
|/ | | | Signed-off-by: Quentin Bourgeois <quentin@bourgeois.eu>
* Merge pull request #1720 from bobsaintcool/r0.15/doc/fix_security_pathLibravatar Drew DeVault2018-04-03
|\ | | | | <sway/man: Fix path typo for sway-security(7) default path>
| * <sway/man: Fix path typo for sway-security(7) default path>Libravatar Quentin Bourgeois2018-04-04
|/ | | | | Update the path provided in the documentation that refer to the default security value provided by swaywm project.
* Merge pull request #1640 from taiyu-len/fix_remove_view_from_scratchpadLibravatar Drew DeVault2018-03-28
|\ | | | | fix remove_view_from_scratchpad
| * Clean up scratchpad loggingLibravatar taiyu2018-03-28
| |
| * fix remove_view_from_scratchpadLibravatar taiyu2018-03-27
|/
* Merge pull request #1639 from taiyu-len/save_errnoLibravatar Drew DeVault2018-03-27
|\ | | | | save errno to avoid issues with it being overwritten in sway_log_errno
| * restore errnoLibravatar taiyu2018-03-27
| |
| * save errno to avoid issues with it being overwrittenLibravatar taiyu2018-03-27
| |
* | Merge pull request #1636 from jrouleau/masterLibravatar Drew DeVault2018-03-27
|\ \ | |/ |/| swaybar: correctly render min_width for strings
| * swaybar: correctly render min_width for stringsLibravatar Jonathan Rouleau2018-03-27
|/ | | | fixes #1635
* Merge pull request #1633 from mckinney-subgraph/0.15Libravatar Drew DeVault2018-03-24
|\ | | | | Fixed missing icons bug in index.theme parsing (2)
| * Merge remote-tracking branch 'remotes/origin/bugfix/iconsnotfound' into 0.15Libravatar David McKinney2018-03-24
|/|
| * Fixed missing icons bug in index.theme parsing and a path concatenation bug ↵Libravatar David McKinney2018-03-24
| | | | | | | | in find_inherits()
| * Remove hackathon notice from READMELibravatar Drew DeVault2018-03-21
| |
| * Merge pull request #1598 from DarkReef/masterLibravatar Drew DeVault2018-02-20
| |\ | | | | | | Translation update
| | * Translation updateLibravatar Dark Rift2018-02-20
| |/
| * Shill harderLibravatar Drew DeVault2018-02-18
| |
* | Merge pull request #1615 from mikkeloscar/arch-travis-fix-nextLibravatar Drew DeVault2018-03-03
|\ \ | | | | | | Enable docker service in travis
| * | Enable docker service in travisLibravatar Mikkel Oscar Lyderik Larsen2018-03-03
|/ / | | | | | | | | | | Adds the docker service in travis which is now required by arch-travis. See: https://github.com/mikkeloscar/arch-travis/pull/40
* | Merge pull request #1596 from nickbp/0.15Libravatar Drew DeVault2018-02-19
|\ \ | | | | | | Fix segfault if swaybg is run without Wayland
| * | Fix segfault if swaybg is run without WaylandLibravatar Nick Parker2018-02-19
|/ / | | | | | | Mirrors a similar check in `swaylock/main.c`
* | Merge pull request #1592 from dlrobertson/fix_mem_errorsLibravatar Drew DeVault2018-02-11
|\ \ | | | | | | Fix more leaks
| * | Fix more leaksLibravatar Dan Robertson2018-02-11
|/ / | | | | | | | | | | | | | | - get_parent_pid: free buffer returned from read_line after use. - workspace_for_pid: ensure free_pid_workspace is called when pid_workspaces are removed from config->pid_workspaces. - cmd_split: return the cmd_results from _do_split, so that the parent function may free it.
* | Merge pull request #1591 from dlrobertson/fix_mem_errorsLibravatar Drew DeVault2018-02-11
|\ \ | | | | | | Fix memory errors
| * | Fix memory errorsLibravatar Dan Robertson2018-02-11
|/ / | | | | | | | | | | | | | | | | - read_line: OOB write when a line in /proc/modules contains a terminating character at size position. - handle_view_created: Ensure that the list_t returned by criteria_for is free'd after use - ipc_event_binding_keyboard/ipc_event_binding: Properly handle json_object reference counting and ownership.
* | Merge pull request #1584 from 4e554c4c/no_more_hupsLibravatar Drew DeVault2018-02-05
|\ \ | | | | | | Handle swaybar status line errors
| * | Handle swaybar status line errorsLibravatar Calvin Lee2018-02-04
|/ / | | | | | | | | The event loop API was redesigned to avoid race conditions as well. Fixes #1583
* | Merge pull request #1579 from tmccombs/patch-1Libravatar Drew DeVault2018-01-29
|\ \ | | | | | | Add description of clipboard command to man page
| * | Add description of clipboard command to man pageLibravatar Thayne McCombs2018-01-27
| |/
* | Merge pull request #1563 from nearffxx/0.15Libravatar Drew DeVault2018-01-21
|\ \ | | | | | | Fix out of focus when using mouse to change workspace
| * | Fix out of focus when using mouse to change workspaceLibravatar Chengyu Zheng2018-01-10
| | | | | | | | | | | | by preventing focus to C_OUTPUT when WLC_BUTTON_STATE_RELEASED event occurs.
* | | Merge pull request #1564 from pvsr/0.15Libravatar Drew DeVault2018-01-13
|\ \ \ | |/ / |/| | Calculate positions of empty blocks in swaybar
| * | Calculate positions of empty blocks in swaybarLibravatar Peter Rice2018-01-12
|/ /
* | Merge pull request #1561 from pvsr/0.15Libravatar Drew DeVault2018-01-08
|\ \ | | | | | | Handle forward/back mouse buttons in swaybar
| * | Handle forward/back mouse buttons in swaybarLibravatar Peter Rice2018-01-07
|/ /
* | Merge pull request #1559 from 4e554c4c/invalid_freeLibravatar Drew DeVault2018-01-06
|\ \ | | | | | | Prevent invalid free of workspace name
| * | Prevent invalid free of workspace nameLibravatar Calvin Lee2018-01-06
|/ / | | | | | | | | | | | | | | An allocated pointer was incremented before being freed in `sway/workspace.c` which led to an invalid free. This has been fixed by keeping the pointer in place and moving the data instead. Fixes #1548
* | Merge pull request #1516 from AGausmann/issue-1507Libravatar Drew DeVault2018-01-05
|\ \ | | | | | | Patch #1507: Clicking on invisible title bars switches focus
| * | Tabs got broken, fixed visibility checkLibravatar Adam Gausmann2017-12-14
| | |
| * | Fix windows being focused when invisibleLibravatar Adam Gausmann2017-12-14
| | |
* | | Merge pull request #1431 from 4e554c4c/sni_sucksLibravatar Drew DeVault2017-12-29
|\ \ \ | | | | | | | | Support libappindicator
| * | | Keep tray separateLibravatar gnidorah2017-12-29
| | | |
| * | | Fix icon updating on secondary outputsLibravatar gnidorah2017-12-29
| | | |
| * | | Allow correct item to get icon updates for both kde and gtk implementationLibravatar gnidorah2017-12-29
| | | |
| * | | Fix `get_icon`Libravatar Calvin Lee2017-12-29
| | | | | | | | | | | | | | | | | | | | | | | | Property reply functions are now notified if there was an error with the property instead of silent failure. Also issues in `get_item` were resolved.
| * | | Add `dbus_get_prop_async` utilityLibravatar Calvin Lee2017-12-29
| | | | | | | | | | | | | | | | | | | | This drastically reduces the amount of boilerplate needed to get a property from a bus object.
| * | | Plug memory `dbus_message_iter_get_signature` leakLibravatar Calvin Lee2017-12-29
| | | |
| * | | Correct context menu placement if bar is bottomLibravatar Calvin Lee2017-12-29
| | | | | | | | | | | | | | | | | | | | Originally the context menu would draw at the top of the screen, which is incorrect.