aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-12Merge pull request #1801 from bobsaintcool/r0.15/man/scale_typo0.15.2Drew DeVault1-1/+1
<sway/man: In sway(5) treat scale as keyword for output command>
2018-04-12<sway/man: In sway(5) treat scale as keyword for output command>Quentin Bourgeois1-1/+1
Signed-off-by: Quentin Bourgeois <quentin@bourgeois.eu>
2018-04-03Merge pull request #1720 from bobsaintcool/r0.15/doc/fix_security_pathDrew DeVault1-1/+1
<sway/man: Fix path typo for sway-security(7) default path>
2018-04-04<sway/man: Fix path typo for sway-security(7) default path>Quentin Bourgeois1-1/+1
Update the path provided in the documentation that refer to the default security value provided by swaywm project.
2018-03-28Merge pull request #1640 from taiyu-len/fix_remove_view_from_scratchpadDrew DeVault3-1/+9
fix remove_view_from_scratchpad
2018-03-28Clean up scratchpad loggingtaiyu1-4/+4
2018-03-27fix remove_view_from_scratchpadtaiyu3-1/+9
2018-03-27Merge pull request #1639 from taiyu-len/save_errnoDrew DeVault1-1/+3
save errno to avoid issues with it being overwritten in sway_log_errno
2018-03-27restore errnotaiyu1-0/+1
2018-03-27Merge pull request #1636 from jrouleau/masterDrew DeVault3-2/+9
swaybar: correctly render min_width for strings
2018-03-27save errno to avoid issues with it being overwrittentaiyu1-1/+2
2018-03-27swaybar: correctly render min_width for stringsJonathan Rouleau3-2/+9
fixes #1635
2018-03-24Merge pull request #1633 from mckinney-subgraph/0.15Drew DeVault3-5/+14
Fixed missing icons bug in index.theme parsing (2)
2018-03-24Merge remote-tracking branch 'remotes/origin/bugfix/iconsnotfound' into 0.15David McKinney3-5/+14
2018-03-24Fixed missing icons bug in index.theme parsing and a path concatenation bug ↵David McKinney1-1/+5
in find_inherits()
2018-03-21Remove hackathon notice from READMEDrew DeVault2-6/+0
2018-03-03Merge pull request #1615 from mikkeloscar/arch-travis-fix-nextDrew DeVault1-0/+3
Enable docker service in travis
2018-03-03Enable docker service in travisMikkel Oscar Lyderik Larsen1-0/+3
Adds the docker service in travis which is now required by arch-travis. See: https://github.com/mikkeloscar/arch-travis/pull/40
2018-02-20Merge pull request #1598 from DarkReef/masterDrew DeVault1-3/+10
Translation update
2018-02-20Translation updateDark Rift1-3/+10
2018-02-19Merge pull request #1596 from nickbp/0.15Drew DeVault1-1/+3
Fix segfault if swaybg is run without Wayland
2018-02-19Fix segfault if swaybg is run without WaylandNick Parker1-1/+3
Mirrors a similar check in `swaylock/main.c`
2018-02-18Shill harderDrew DeVault1-1/+5
2018-02-11Merge pull request #1592 from dlrobertson/fix_mem_errorsDrew DeVault3-5/+6
Fix more leaks
2018-02-11Fix more leaksDan Robertson3-5/+6
- 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.
2018-02-11Merge pull request #1591 from dlrobertson/fix_mem_errorsDrew DeVault3-3/+9
Fix memory errors
2018-02-11Fix memory errorsDan Robertson3-3/+9
- 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.
2018-02-05Merge pull request #1584 from 4e554c4c/no_more_hupsDrew DeVault5-12/+94
Handle swaybar status line errors
2018-02-04Handle swaybar status line errorsCalvin Lee5-12/+94
The event loop API was redesigned to avoid race conditions as well. Fixes #1583
2018-01-29Merge pull request #1579 from tmccombs/patch-1Drew DeVault1-0/+3
Add description of clipboard command to man page
2018-01-27Add description of clipboard command to man pageThayne McCombs1-0/+3
2018-01-21Merge pull request #1563 from nearffxx/0.15Drew DeVault1-6/+6
Fix out of focus when using mouse to change workspace
2018-01-13Merge pull request #1564 from pvsr/0.15Drew DeVault1-4/+6
Calculate positions of empty blocks in swaybar
2018-01-12Calculate positions of empty blocks in swaybarPeter Rice1-4/+6
2018-01-10Fix out of focus when using mouse to change workspaceChengyu Zheng1-6/+6
by preventing focus to C_OUTPUT when WLC_BUTTON_STATE_RELEASED event occurs.
2018-01-08Merge pull request #1561 from pvsr/0.15Drew DeVault1-0/+6
Handle forward/back mouse buttons in swaybar
2018-01-07Handle forward/back mouse buttons in swaybarPeter Rice1-0/+6
2018-01-06Merge pull request #1559 from 4e554c4c/invalid_freeDrew DeVault1-2/+3
Prevent invalid free of workspace name
2018-01-06Prevent invalid free of workspace nameCalvin Lee1-2/+3
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
2018-01-05Merge pull request #1516 from AGausmann/issue-1507Drew DeVault1-1/+2
Patch #1507: Clicking on invisible title bars switches focus
2017-12-29Merge pull request #1431 from 4e554c4c/sni_sucksDrew DeVault9-288/+590
Support libappindicator
2017-12-29Keep tray separategnidorah2-1/+5
2017-12-29Fix icon updating on secondary outputsgnidorah3-1/+26
2017-12-29Allow correct item to get icon updates for both kde and gtk implementationgnidorah1-1/+1
2017-12-29Fix `get_icon`Calvin Lee4-17/+47
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.
2017-12-29Add `dbus_get_prop_async` utilityCalvin Lee4-293/+137
This drastically reduces the amount of boilerplate needed to get a property from a bus object.
2017-12-29Plug memory `dbus_message_iter_get_signature` leakCalvin Lee4-14/+20
2017-12-29Correct context menu placement if bar is bottomCalvin Lee3-1/+8
Originally the context menu would draw at the top of the screen, which is incorrect.
2017-12-29Reply in case of object path itemgnidorah1-2/+4
2017-12-29Allow correct item to get icon updatesCalvin Lee1-1/+7