summaryrefslogtreecommitdiff
path: root/src/bin/e_gadcon_popup.c
Commit message (Expand)AuthorAgeFilesLines
* e gadgcon popup - actually for reals smooth out showCarsten Haitzler (Rasterman)2019-08-221-14/+14
* gadcon popup - smooth out show just a little by deferring to next loopCarsten Haitzler (Rasterman)2019-08-181-0/+25
* enlightenment: Make E build again with EFL from gitChris Michael2015-05-071-6/+6
* __UNUSED__ -> EINA_UNUSEDMike Blumenkrantz2015-03-181-4/+4
* de-e_comp_get()-ify e_gadcon_popupChris Michael2015-01-271-2/+2
* improve gadcon popup sizing/positioningMike Blumenkrantz2015-01-151-8/+14
* e - gadcon popup - handle delection of content object properlyCarsten Haitzler (Rasterman)2015-01-151-0/+25
* Fix gadcon popup to reposition correctly on size changesdavemds2014-08-311-0/+2
* edje: remove use of deprecated functions.Cedric BAIL2014-06-071-1/+1
* typoMike Blumenkrantz2014-06-021-1/+1
* lower popups created during nocompMike Blumenkrantz2014-06-021-1/+4
* silence some gadcon popup error messages from ibar menuMike Blumenkrantz2014-01-161-1/+2
* compositor rewrite / charlie-foxtrot situationMike Blumenkrantz2014-01-141-48/+38
* make gadcon popup cleanup slightly more correct when deleting objectsdiscomfitor2013-05-181-1/+2
* E_FN_DEL macro renamed to E_FREE_FUNC with param order swapped for consistencyMike Blumenkrantz2013-02-221-3/+3
* gadcon popups are now above most other objectsMike Blumenkrantz2013-02-211-0/+1
* more valgrind stuff... null deref?Carsten Haitzler2013-02-211-0/+2
* fix gadcon popup "swimming" animation resulting in now-incorrect use of e_popupMike Blumenkrantz2013-02-191-4/+3
* giant comp rejiggering commit #2: popups are now objects drawn directly onto ...Mike Blumenkrantz2013-02-181-29/+71
* formattingMike Blumenkrantz2013-02-181-121/+113
* Dear all,Mike Blumenkrantz2012-12-031-1/+1
* fix gadget popup positioning bug for top/left shelvesMike Blumenkrantz2012-11-291-2/+2
* gadcon popups will no longer pop over the gadget if popping for a shelf in au...Mike Blumenkrantz2012-11-261-0/+4
* e: cleanup layer handlingSebastian Dransfeld2012-10-021-1/+1
* fix wad of focus issues with click-to-focus and alt+tab + fullscreenCarsten Haitzler2012-08-181-1/+1
* formattingMike Blumenkrantz2012-06-261-44/+50
* Add UNUSEDChristopher Michael2010-08-181-2/+3
* FORMATTINGLucas De Marchi2010-08-041-3/+0
* * e: prevent segv when reinserting the same object. Should never happenCedric BAIL2010-03-291-6/+9
* Fix API Inconsistency in regards to e_widget_min_size_* . Renamed toChristopher Michael2009-09-011-1/+1
* get zone from gadcon.Gustavo Sverzut Barbieri2009-06-211-3/+1
* remove all traces of the resize callback function. it iss not needed anymoreViktor Kojouharov2009-06-071-7/+5
* fix bugs of gadgets using incorrect zones.Gustavo Sverzut Barbieri2009-06-061-5/+7
* e_gadcon_popup now responds to changes in the content's size hint changes, an...Viktor Kojouharov2009-05-311-78/+107
* do full size calc when the content is set, not when it is shownViktor Kojouharov2009-05-241-23/+8
* never a good idea to place the popup origin at negative coordinatesViktor Kojouharov2009-03-021-0/+4
* added e_gadcon_locked_set: with this gadgets can lock the gadcon from Hannes Janetzek2009-01-241-18/+18
* oops, just lock shelf if configured to do so.Gustavo Sverzut Barbieri2009-01-101-3/+3
* gadcon popup should lock shelf.Gustavo Sverzut Barbieri2009-01-101-0/+35
* one too many breaksViktor Kojouharov2008-12-031-1/+0
* OK, in doubt, calculate dimensions anyway and call resize func after that. So...Chidambar Zinnoury2008-10-201-8/+5
* Correct gadcon popup dimensions computation.Chidambar Zinnoury2008-10-191-3/+10
* fix gadcon popups across multiple zones.Carsten Haitzler2008-09-201-10/+11
* add in gadman for desktop. happy dave! :)Carsten Haitzler2008-05-191-0/+11
* Remove unused E_Gadcon_Popup->o_conGustavo Sverzut Barbieri2008-02-051-1/+0
* Avoid invalid read, remove useless calls.Gustavo Sverzut Barbieri2008-02-051-3/+1
* Handle corner cases where popup X may be less than the zone X.Christopher Michael2008-01-081-1/+7
* Center gadcon popups over their respective gadgets, not aligned to the left.Christopher Michael2008-01-081-2/+2
* Set popup layer == layer of the exebuf.Christopher Michael2007-12-131-3/+3
* Fix formatting.Christopher Michael2007-11-161-41/+38