aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* reorder cmd_handler arrays for bsearchLibravatar D.B2016-10-08
|
* Merge pull request #938 from alkino/fix_siblingLibravatar Drew DeVault2016-10-07
|\ | | | | Fix creating of sibling floating/children
| * Fix creating of sibling floating/childrenLibravatar Nicolas Cornu2016-10-07
|/ | | | | If we want to add a sibling of different type than current container it failed. Because we add it to the wrong list
* Merge pull request #937 from alkino/fix_scale_factorLibravatar Drew DeVault2016-10-07
|\ | | | | Add constant scale factor in get_text_size
| * Add constant scale factor in get_text_sizeLibravatar Nicolas Cornu2016-10-07
|/ | | | | af44154 forget one "get_text_size" made it possible to do a format string by setting title bar.
* Merge pull request #935 from thejan2009/wrap-focus-changeLibravatar Drew DeVault2016-10-07
|\ | | | | Wrap focus change
| * add focus changing between floating containersLibravatar D.B2016-10-07
| | | | | | | | It will also wrap if needed.
| * add force_focus_wrapping optionLibravatar D.B2016-10-07
| |
| * wrap container in direction (if possible)Libravatar D.B2016-10-07
| | | | | | | | | | Introduces container wrapping - if there is no other viable move, the selection wraps on the first container where such action is possible.
* | Merge pull request #936 from thejan2009/pango-numeric-char-refLibravatar Drew DeVault2016-10-07
|\ \ | |/ |/| parse pango markup in workspace names (and bugfix)
| * parse pango markup in workspace names (and bugfix)Libravatar D.B2016-10-07
|/ | | | | | This change allows using numeric character references in workspace names - for example æ which stands for sharp s. A fix was necessary in get_pango_layout, since markup and parsed markup had different width.
* Merge pull request #934 from alkino/fix_click_title_barLibravatar Drew DeVault2016-10-06
|\ | | | | fix for click on title_bar
| * fix for click on title_barLibravatar Nicolas Cornu2016-10-06
|/ | | | | - Check null pointer for swayc_parent_by_type - Split lines to follow coding style
* Merge pull request #933 from alkino/click_title_barLibravatar Drew DeVault2016-10-06
|\ | | | | add click on title_bar to focus a container
| * add click on title_bar to focus a containerLibravatar Nicolas Cornu2016-10-06
|/
* Merge pull request #928 from wasamasa/bugfix-swaylock-fontLibravatar Drew DeVault2016-10-05
|\ | | | | Explicitly set cairo font to avoid wonky fallback
| * Explicitly set cairo font to avoid wonky fallbackLibravatar Vasilij Schneidermann2016-10-05
|/ | | | See also https://github.com/i3/i3lock/pull/89
* Update CONTRIBUTING.mdLibravatar Drew DeVault2016-10-04
| | | | Update release cycle to be a bit slower with RCs
* Merge pull request #924 from zandrmartin/fix-focus-segfaultLibravatar Drew DeVault2016-10-03
|\ | | | | prevent dereference of freed workspace
| * Merge branch 'master' into fix-focus-segfaultLibravatar Zandr Martin2016-10-02
| |\
| * | prevent dereference of freed workspaceLibravatar Zandr Martin2016-10-02
| | |
* | | Merge pull request #925 from zandrmartin/json-cleanupLibravatar Drew DeVault2016-10-03
|\ \ \ | |_|/ |/| | consolidate nodes json
| * | consolidate nodes jsonLibravatar Zandr Martin2016-10-02
|/ /
* | Merge pull request #923 from gutsoo/masterLibravatar Drew DeVault2016-10-02
|\ \ | |/ |/| moved ipc_init above config file processing.
| * moved ipc_init above config file processing.Libravatar Patrick Sauter2016-10-02
|/ | | | | | | This is necessary because commands in the config file (mode for instance) emit ipc events, and if ipc_init has not been called the ipc_clients_list is not initialized, and we segfault. This fixes that bug.
* Merge pull request #921 from zandrmartin/patch-3Libravatar Drew DeVault2016-10-01
|\ | | | | fix pointer format string in sway_log() call
| * fix pointer format string in sway_log() callLibravatar Zandr Martin2016-10-01
|/
* Merge pull request #920 from thejan2009/swaybar-scaleLibravatar Drew DeVault2016-09-29
|\ | | | | Correctly scale swaybar
| * Correctly scale swaybarLibravatar D.B2016-09-29
|/ | | | Fixes #910. There were some missing multiplications with window->scale.
* Merge pull request #911 from thejan2009/setgid-setuid0.10-rc1Libravatar Drew DeVault2016-09-27
|\ | | | | Split setgid and setuid, add privilege check [RFC]
| * Split setgid and setuid, add privilege checkLibravatar D.B2016-09-20
| | | | | | | | | | | | | | This commit deals with issue #884. I consulted the following sources: https://www.securecoding.cert.org/confluence/display/c/POS36-C.+Observe+correct+revocation+order+while+relinquishing+privileges and https://www.securecoding.cert.org/confluence/display/c/POS37-C.+Ensure+that+privilege+relinquishment+is+successful
* | Merge pull request #914 from zandrmartin/container-idsLibravatar Drew DeVault2016-09-27
|\ \ | | | | | | add unique IDs to containers
| * | add unique IDs to containersLibravatar Zandr Martin2016-09-21
| |/
* | Merge pull request #915 from RyanDwyer/implement-workspace-number-defaultLibravatar Drew DeVault2016-09-25
|\ \ | |/ |/| Implement default name for workspace command
| * Implement default name for workspace commandLibravatar Ryan Dwyer2016-09-25
|/ | | | | | | | | This implements commands such as: workspace number 9: test If a workspace with the given number exists then it will be focused, otherwise a new workspace with the given name will be created.
* Merge pull request #909 from zandrmartin/grab-focusedLibravatar Drew DeVault2016-09-19
|\ | | | | implement "focused container" option for swaygrab
| * implement "focused container" feature for swaygrabLibravatar Zandr Martin2016-09-18
|/
* Merge pull request #907 from zandrmartin/fix-json-tree-focus-propertyLibravatar Drew DeVault2016-09-18
|\ | | | | fix get_workspaces json reply
| * fix get_workspaces json replyLibravatar Zandr Martin2016-09-17
|/
* Merge pull request #904 from zandrmartin/fix-json-tree-focus-propertyLibravatar Drew DeVault2016-09-18
|\ | | | | fix view focus property in get_tree json
| * take four!Libravatar Zandr Martin2016-09-17
|/
* Merge pull request #906 from zandrmartin/global-focus-pointerLibravatar Drew DeVault2016-09-18
|\ | | | | add global `current_focus` pointer
| * add global `current_focus` pointerLibravatar Zandr Martin2016-09-17
|/
* Merge pull request #903 from RyanDwyer/fix-swaybar-outputLibravatar Drew DeVault2016-09-17
|\ | | | | Fix swaybar when running on named outputs.
| * Fix swaybar when running on named outputs.Libravatar Ryan Dwyer2016-09-17
|/ | | | | | | | | | When using a bar on a named output, load_swaybars() requires the output to be active (ie. in the root container), but this is not the case if the bar is added to the last output. To fix this, load_swaybars() is now called after the output has been added to the root container. After fixing that, swaybar would segfault due to using the wrong index variable when loading outputs and config.
* Merge pull request #902 from zandrmartin/patch-2Libravatar Drew DeVault2016-09-17
|\ | | | | document `workspace_auto_back_and_forth` command
| * document `workspace_auto_back_and_forth` commandLibravatar Zandr Martin2016-09-16
|/
* Merge pull request #896 from thejan2009/bugfix/swaybar-whitespace-in-ws-nameLibravatar Drew DeVault2016-09-12
|\ | | | | Put workspace name in quotes (swaybar ipc)
| * swaybar sends workspace name in quotesLibravatar D.B2016-09-12
|/ | | | fixes #894
* Merge pull request #889 from thejan2009/bugfix/indicator_borderLibravatar Drew DeVault2016-09-10
|\ | | | | Use indicator border color only when needed.