summaryrefslogtreecommitdiff
path: root/src/modules/wl_desktop_shell
Commit message (Expand)AuthorAgeFilesLines
...
* Fix crash on xdg shell unbindDerek Foreman2016-11-301-5/+8
* use more accurate determination for applying xdg-shell (un)maximize operationsMike Blumenkrantz2016-11-302-6/+10
* check gravity variable for gravities when applying xdg6 positionersMike Blumenkrantz2016-11-291-2/+2
* always send valid size geom when configuring xdg6 popupsMike Blumenkrantz2016-11-291-1/+1
* fix use of E_CONTAINS macro for xdg-shell positionersMike Blumenkrantz2016-11-291-11/+11
* handle illegal xdg-shell resource unbindsMike Blumenkrantz2016-11-291-4/+33
* destroy xdg role surfaces if base surface is destroyedMike Blumenkrantz2016-11-291-0/+6
* correctly handle xdg surface deletion and pointer clearingMike Blumenkrantz2016-11-291-9/+5
* handle xdg-shell maximize/unmaximize calls correctlyMike Blumenkrantz2016-11-292-8/+8
* add missing EINA_UNUSED for unused function parametersChris Michael2016-11-231-1/+1
* xdg6 supportMike Blumenkrantz2016-11-224-9/+1375
* split wl_desktop_shell into separate files per shellMike Blumenkrantz2016-10-104-1462/+1485
* Auto generate wayland protocolDerek Foreman2016-09-266-1325/+7
* adjust xdg-shell window menu coords by client's coordsMike Blumenkrantz2016-07-191-1/+1
* set unmax flag for xdg shell unmaximizeMike Blumenkrantz2016-07-131-1/+1
* Track whether a surface is an xdg oneDerek Foreman2016-06-291-0/+2
* Set up attributes properly for wl_shell transient windowsDerek Foreman2016-06-291-0/+14
* Don't send configure to wl_shell popupsDerek Foreman2016-06-231-0/+11
* Use e_client_util_is_popup for checking wayland clientsDerek Foreman2016-06-231-9/+5
* Update some wl_shell window handling logicDerek Foreman2016-06-211-1/+16
* use pending wl maximize value to determine maximize flag in xdg configureMike Blumenkrantz2016-06-201-3/+3
* Fix wl_shell popup livelockDerek Foreman2016-06-161-1/+0
* Fix wl_shell clamping rulesDerek Foreman2016-06-151-2/+2
* Fix crash in wl_shell surface destroyDerek Foreman2016-06-151-2/+6
* manage pending state list more effectively in wl shellMike Blumenkrantz2016-05-101-1/+3
* apply xdg-shell activated state based on popup surface focus hierarchyMike Blumenkrantz2016-04-271-11/+24
* protect xdg-shell functions from accessing deleted client dataMike Blumenkrantz2016-04-251-30/+38
* redo wl (xdg)shell surface pingMike Blumenkrantz2016-04-181-13/+27
* trivial wl shell module cleanupsMike Blumenkrantz2016-04-181-15/+4
* make startup/restart app exec timing protocol-specificMike Blumenkrantz2016-04-181-0/+2
* handle maximize_anims_disabled for client-side maximize togglesMike Blumenkrantz2016-04-111-2/+2
* buffer server-side (un)maximize commands to ensure synchronization in waylandMike Blumenkrantz2016-04-081-2/+4
* wayland client maximize/fullscreen cleanupsMike Blumenkrantz2016-04-051-3/+8
* redo xdg shell to enforce double buffering of client-side configure serialsMike Blumenkrantz2016-04-051-35/+134
* remove clamping for wl xdg popup configuresMike Blumenkrantz2016-03-311-8/+2
* don't set wl xdg popups to POPUP layer, set popups as placed on creationMike Blumenkrantz2016-03-311-2/+1
* enforce wl xdg popup stacking relative to parent stackingMike Blumenkrantz2016-03-311-0/+2
* set destructor for xdg popups when setting implementationMike Blumenkrantz2016-03-311-1/+1
* remove wl xdg popup new_client stuff from get_popup methodMike Blumenkrantz2016-03-311-4/+0
* redo wayland client unignore mechanismMike Blumenkrantz2016-03-241-10/+2
* Fix xdg-shell destructorsDerek Foreman2016-02-181-2/+2
* allocate E_Shell_Data for all xdg surfaces (popups)Mike Blumenkrantz2016-01-211-0/+1
* set want_focus for xdg popup surfaces on creationMike Blumenkrantz2016-01-191-1/+1
* call xdg surface map when creating a surface for visible internal windowsMike Blumenkrantz2016-01-191-1/+5
* Remove inappropriate usage of %mDerek Foreman2016-01-141-2/+2
* Fix type of size fields for E_Shell_DataChris Michael2015-12-151-2/+2
* add wayland shell private data for managing shell-specific dataMike Blumenkrantz2015-12-101-0/+25
* Stop using MIN macros when choosing versions for wayland resourcesDerek Foreman2015-11-261-2/+2
* ref clients while a wayland shell surface existsMike Blumenkrantz2015-11-201-0/+7
* wl_desktop_shell: return voidBoram Park2015-10-011-2/+2