summaryrefslogtreecommitdiff
path: root/src/modules/wl_desktop_shell
Commit message (Expand)AuthorAgeFilesLines
* e - module icons ... the great flattening begins... (partly done)Carsten Haitzler (Rasterman)2021-04-051-0/+0
* Updating french translationmaxerba2021-03-161-1/+1
* wl desktop shell - fix symbols to explicily be extern as they shouldCarsten Haitzler (Rasterman)2020-05-161-3/+3
* wayland xdg positioner - fix to handle resize constraintsCarsten Haitzler (Rasterman)2020-04-072-6/+5
* meson opt - also match options change in core meson buildCarsten Haitzler (Rasterman)2019-07-121-1/+1
* Updating french and italian translationsmaxerba2019-06-211-2/+2
* wl_desktop_shell: Fix compilation due to over-zealous copy/pasteChristopher Michael2019-05-301-24/+8
* wl_desktop_shell: Fix issue of misplaced menus in client appsChristopher Michael2019-05-302-68/+139
* wl_desktop_shell: Fix _validate_size_negative functionChristopher Michael2019-05-301-1/+1
* remove xdg-shell v5 supportMike Blumenkrantz2018-01-103-4/+1
* xdg-shell supportMike Blumenkrantz2018-01-104-2/+1500
* throw unconfigured buffer error as necessary in wl_surface.commitMike Blumenkrantz2018-01-081-4/+13
* handle passed output resource for xdg-shell fullscreen requestMike Blumenkrantz2018-01-081-1/+12
* clean up .desktop files and misc typosRoss Vandegrift2018-01-041-1/+0
* use E_BITFIELD define for bitfield struct membersMike Blumenkrantz2017-11-071-3/+3
* use e_client_unfullscreen() to handle xdg-shell unfullscreen requestsMike Blumenkrantz2017-10-061-1/+1
* defer wl startup apps until after xwayland init completesMike Blumenkrantz2017-10-031-1/+17
* hide wl shell clients again after mapping if clients are on a hidden deskMike Blumenkrantz2017-08-253-3/+9
* meson - wl module builds - make them all consistentCarsten Haitzler (Rasterman)2017-08-121-1/+2
* meson: build again without waylandMarcel Hollerbach2017-08-111-16/+20
* meson build - simplify 3 more wl modules to use generic parent harnessCarsten Haitzler (Rasterman)2017-08-111-39/+9
* module build - clean up and fix meson install of pretty much all modulesCarsten Haitzler (Rasterman)2017-07-271-27/+38
* meson.Mike Blumenkrantz2017-07-201-0/+35
* do not generate module.desktop filesMike Blumenkrantz2017-07-141-0/+0
* also apply xdg-shell v6 client del hooks to external clientsDerek Foreman2017-07-061-2/+1
* always run client icon update path when creating xdg6 role surfaceMike Blumenkrantz2017-05-241-1/+4
* remove unused struct members from wl E_Comp_Wl_Client_DataMike Blumenkrantz2017-04-074-8/+2
* use e_client_parent_set() in wl *shell parent setting methodsMike Blumenkrantz2017-04-071-21/+1
* add debug for xdg6 configureMike Blumenkrantz2017-03-241-0/+1
* unset wl shell resource data on destroyMike Blumenkrantz2017-03-241-0/+1
* only apply xdg-shell client del hooks to internal clientsMike Blumenkrantz2017-03-242-3/+4
* force sending of last-used geometry when terminating a resize in wl shell sen...Mike Blumenkrantz2017-03-172-0/+10
* do not accidentally place unplaced clients during wl *shell configureMike Blumenkrantz2017-03-173-3/+12
* use maximized geometry for shell maximize calls on wl clients if !buffer_commitMike Blumenkrantz2017-03-171-1/+1
* add wl client flag to indicate status of xdg6 pre-buffer configureMike Blumenkrantz2017-03-101-0/+4
* track and delete xdg-shell client hooksMike Blumenkrantz2017-03-104-3/+6
* fix dangling pointers in xdg-shell deletionMike Blumenkrantz2017-03-032-8/+19
* Revert "reverse order of shell binding in wl_desktop_shell module"Chris Michael2017-02-281-10/+9
* reverse order of shell binding in wl_desktop_shell moduleChris Michael2017-02-281-9/+10
* remove e_comp_wl->ptr.grab_x/yMike Blumenkrantz2017-02-243-6/+0
* make e_comp_wl->ptr.x/y ints and fix usage to be consistentMike Blumenkrantz2017-02-243-18/+18
* validate xdg-shell move/resize requests against latest button serialMike Blumenkrantz2017-01-132-0/+4
* throw xdg6 errors for unconfigured buffers as spec requiresMike Blumenkrantz2017-01-131-0/+21
* apply better algorithm during xdg6 positioner slide calcMike Blumenkrantz2016-12-021-48/+57
* disable xdg6 positioner resize hintsMike Blumenkrantz2016-12-021-0/+5
* verify shell client delete functions are operating on wayland clients.Chris Michael2016-12-022-2/+9
* Revert "verify valid client comp_data before accessing it directly"Chris Michael2016-12-022-5/+1
* verify valid client comp_data before accessing it directlyChris Michael2016-12-022-1/+5
* free xdg-shell data for xdg5 surfacesMike Blumenkrantz2016-12-011-1/+1
* add handler for triggering xdg-shell data cleanup on client delMike Blumenkrantz2016-12-014-12/+49