aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
Commit message (Expand)AuthorAge
* subsurface_get_root_coords: break on NULLLibravatar Brian Ashworth2019-02-18
* view: remove pointer constraints on unmapLibravatar Brian Ashworth2019-02-11
* Introduce container_is_scratchpad_hiddenLibravatar Ryan Dwyer2019-01-28
* Center surface inside container when it's too smallLibravatar Ryan Dwyer2019-01-28
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
* Use noop output when there's no outputs connectedLibravatar Ryan Dwyer2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Do not damage view child when container is NULLLibravatar Brian Ashworth2019-01-15
* seat: unhide the cursor if it is warped to focusLibravatar Rouven Czerwinski2019-01-07
* view: use seat_consider_warp_to_focus in view_unmapLibravatar Rouven Czerwinski2019-01-07
* Combine output_by_name and output_by_identifierLibravatar Brian Ashworth2018-12-20
* Fix criteria execution in view_mapLibravatar mwenzkowski2018-12-12
* Fix segfault when destroying unmapped child viewLibravatar emersion2018-11-28
* Merge pull request #3199 from emersion/handle-subsurface-destroyLibravatar Ryan Dwyer2018-11-28
|\
| * Damage view child when destroyedLibravatar emersion2018-11-27
| * Handle destroyed subsurfacesLibravatar emersion2018-11-27
* | Change execute_command to return a list of resultsLibravatar Brian Ashworth2018-11-27
|/
* Fix pango title escapingLibravatar emersion2018-11-25
* fixes pango_markup support with title_formatLibravatar Arthur Gautier2018-11-24
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* Merge pull request #3087 from RedSoxFan/side-gapsLibravatar Ryan Dwyer2018-11-08
|\
| * Implement per side and per direction outer gapsLibravatar Brian Ashworth2018-11-07
* | gaps: remove duplicate inner gapsLibravatar Brian Ashworth2018-11-07
|/
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* Move view border properties to container structLibravatar Ryan Dwyer2018-10-31
* Revert "Respect border settings when rendering lone tabbed/stacked child"Libravatar Rostislav Pehlivanov2018-10-30
* Revert "tree/view.c: fix uninitialized variables warning"Libravatar Rostislav Pehlivanov2018-10-30
* tree/view.c: fix uninitialized variables warningLibravatar Cole Mickens2018-10-26
* Respect border settings when rendering lone tabbed/stacked childLibravatar Ryan Dwyer2018-10-27
* Rebase the cursor after applying transactionsLibravatar Ryan Dwyer2018-10-25
* Merge pull request #2933 from Snaipe/xwayland-window-propertiesLibravatar Drew DeVault2018-10-24
|\
| * xwayland: populate window_properties in json for viewsLibravatar Franklin "Snaipe" Mathieu2018-10-23
* | Fix crash when quitting a QT app on the wayland backend using menuLibravatar Ryan Dwyer2018-10-22
|/
* Make workspace back_and_forth seat-specificLibravatar Ryan Dwyer2018-10-21
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Introduce cursor_rebaseLibravatar Ryan Dwyer2018-10-19
* Merge pull request #2820 from Emantor/fix-mouse-warping-containerLibravatar Drew DeVault2018-10-17
|\
| * view: rewarp cursor during view_unmapLibravatar Rouven Czerwinski2018-10-16
| * view: move arrange_workspace into view_mapLibravatar Rouven Czerwinski2018-10-16
* | Fix crash when view maps while lockedLibravatar Ryan Dwyer2018-10-13
|/
* Fix undesirable height change of floating viewsLibravatar mwenzkowski2018-10-09
* Merge pull request #2772 from RyanDwyer/improve-popup-damageLibravatar Drew DeVault2018-10-09
|\
| * Handle subsurfaces in view_child_damageLibravatar Ryan Dwyer2018-10-07
| * Only damage popups when popups have damageLibravatar Ryan Dwyer2018-10-07
* | Remove duplicate codeLibravatar Ryan Dwyer2018-10-08
* | Introduce container_is_transient_forLibravatar Ryan Dwyer2018-10-08
* | Implement popup_during_fullscreenLibravatar Ryan Dwyer2018-10-08
|/
* Fix crash if view has no containerLibravatar minus2018-10-03