aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
AgeCommit message (Collapse)Author
2017-11-11Fix resize issues with some xdg-shell apps.emersion
Also renames view_get_size to view_get_box to be more consistent with wlroots API and make it more obvious that x,y are set (while in roots_view.get_size this isn't the case). Fixes #407
2017-11-10Merge pull request #390 from emersion/rootston-maximizeDrew DeVault
Maximize views in rootston
2017-11-09Fix maximize delay in xdg-shellemersion
2017-11-09Add wl_shell support for maximized viewsemersion
2017-11-09Merge remote-tracking branch 'origin/master' into hidpiDrew DeVault
2017-11-08Add maximize support for xwayland in rootstonemersion
2017-11-05Basic maximization implementation for xdg-shellemersion
2017-11-03Fix moving views when resizing below min sizeemersion
2017-11-01Handle output enter/leave correctlyDrew DeVault
2017-11-01Consider scale factor when rendering viewsDrew DeVault
2017-10-27Merge branch 'master' into feature/xwm-rewriteTony Crisci
2017-10-27xwm: moveresize eventsTony Crisci
2017-10-25Focus last view on close in rootstonemersion
2017-10-24xwm: map and unmap notifyTony Crisci
2017-10-21Remove wl_list_init when using wl_signal_addemersion
2017-10-19rootston: view set positionTony Crisci
2017-10-16bug: fix view centeringTony Crisci
2017-10-09Merge pull request #220 from versusvoid/optional-xwaylandDrew DeVault
Make Xwayland optional
2017-10-08Merge pull request #243 from acrisci/feature/input-boundsDrew DeVault
Use wl_surface input bounds for input handling
2017-10-08use input bounds for pointer eventsTony Crisci
2017-10-08Activate new viewsemersion
2017-10-08Center wl shell viewsemersion
2017-10-08Do not remove the commit listeneremersion
2017-10-08Center xdg shell viewsemersion
2017-10-06Make xwayland compile-time optionalVersus Void
2017-10-06Add close command, add close for xwaylandemersion
2017-09-30Completely fix resize offsetemersion
2017-09-30Add view_resizeemersion
2017-09-29xwayland: add signals for configure, set_{class,title}emersion
2017-09-28DRY up focus and implement z orderingDrew DeVault
2017-09-28x11 -> xwayland, window -> surface, fix some calloc sizes and wrong typesemersion
2017-09-28Fix rootston keyboard, add XwaylandDrew DeVault
2017-09-28rootston: handle request_moveemersion
2017-09-27wlr_wl_shell: implement all requests except set_popupemersion
2017-09-27Fix segfault, add wl_shell viewemersion
2017-09-23Implement xdg surface request_moveDrew DeVault
2017-09-23Implement pointer motion and buttonsDrew DeVault
2017-09-23Render XDG shell surfacesDrew DeVault
2017-09-22Establish rootston headers & mainDrew DeVault