summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Revert "Fixes dealing with workspace_layout and related bugs [rfc]"Libravatar Drew DeVault2016-10-12
|
* Merge pull request #952 from SirCmpwn/revert-948-floating-titlebar-clickLibravatar Drew DeVault2016-10-12
|\ | | | | Revert "also check floating cons in container_find"
| * Revert "also check floating cons in container_find"Libravatar Drew DeVault2016-10-12
|/
* Merge pull request #945 from thejan2009/workspace_layoutLibravatar Drew DeVault2016-10-11
|\ | | | | Fixes dealing with workspace_layout and related bugs [rfc]
| * generalize wrapping views under workspacesLibravatar D.B2016-10-11
| |
| * add workspace_layout, ensure ws is always L_HORIZLibravatar D.B2016-10-11
| | | | | | | | | | | | Add swayc_change_layout function, which changes either layout or workspace_layout, depending on the container type. Workspace being always L_HORIZ makes this much more i3-compatible.
| * wrap workspace's child into a container if neededLibravatar D.B2016-10-11
| | | | | | | | | | If workspace has stacked/tabbed layout, its direct children should be wrapped into a container which enables them to draw the titlebar.
* | Merge pull request #948 from thejan2009/floating-titlebar-clickLibravatar Drew DeVault2016-10-11
|\ \ | |/ |/| also check floating cons in container_find
| * also check floating cons in container_findLibravatar D.B2016-10-11
|/
* Merge pull request #947 from alkino/fix_move_empty_workspaceLibravatar Drew DeVault2016-10-10
|\ | | | | Can't move an empty workspace
| * Can't move an empty workspaceLibravatar Nicolas Cornu2016-10-11
|/
* Merge pull request #942 from thejan2009/bugfix-931Libravatar Drew DeVault2016-10-08
|\ | | | | fix for_window [] move scratchpad
| * fix for_window [] move scratchpadLibravatar D.B2016-10-08
| | | | | | | | | | | | - move wlc_view_set_mask before applying window criteria - check parent_container because container in scratchpad doesn't have a parent
* | Merge pull request #941 from thejan2009/floating-borderLibravatar Drew DeVault2016-10-08
|\ \ | | | | | | Fix border color for floating containers
| * | draw indicator border only for non-floatingLibravatar D.B2016-10-08
| |/
* | Merge pull request #940 from thejan2009/reorder-cmd-handlerLibravatar Drew DeVault2016-10-08
|\ \ | |/ |/| reorder cmd_handler arrays for bsearch
| * 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