summaryrefslogtreecommitdiff
path: root/src/bin/e_popup.c
Commit message (Expand)AuthorAgeFilesLines
* e: rename option use_composite to use_shaped_winLucas De Marchi2013-01-091-4/+4
* delay e_win and e_popup deletes to avoid bad mem accesses fromCarsten Haitzler2012-11-241-0/+1
* e: cleanup layer handlingSebastian Dransfeld2012-10-021-2/+2
* make invisible shelves work again... and actually fi the longerCarsten Haitzler2012-08-171-0/+10
* when desklocked, e's popups will no longer attempt to set themselves to the h...Mike Blumenkrantz2012-07-091-1/+1
* formattingMike Blumenkrantz2012-06-261-96/+97
* e17: whitespaces--Vincent Torri2012-06-211-8/+8
* fix issue where popusp when moved wouldnt move if te zone HAD moved -Carsten Haitzler2012-04-241-2/+10
* remove all traces of selecting engine in e17 - wont actuallly ever beCarsten Haitzler2011-12-261-1/+1
* Revert "e: add e_popup_alpha_set()/get()"Boris Faure2011-06-301-12/+0
* e: add e_popup_alpha_set()/get()Boris Faure2011-06-301-0/+12
* convert init/shutdown to EINTERN, move some to _update().Gustavo Sverzut Barbieri2010-11-221-2/+2
* __UNUSED__ lastSebastian Dransfeld2010-11-051-1/+1
* FORMATTINGLucas De Marchi2010-08-041-3/+0
* * e_popup: Destroy idler when done.Cedric BAIL2010-07-121-2/+2
* * e: don't crash to easily when Ecore_Evas windows can't be created.Cedric BAIL2010-07-021-0/+5
* * e: remove warning due to Ecore API change.Cedric BAIL2010-06-241-10/+10
* fix previous commitHannes Janetzek2010-05-211-1/+2
* Use proper formatting for parens() *cough*Christopher Michael2010-05-211-16/+15
* fix bug with popups no showing up when using composite. seems to happen only ...Hannes Janetzek2010-05-211-3/+2
* add names to popupsCarsten Haitzler2010-05-151-0/+8
* lots of work on compositor stuff. looking slick and nice internally too.Carsten Haitzler2010-01-151-102/+24
* fix warningsHannes Janetzek2009-09-141-3/+3
* * e: Cleanup use of Eina data structure.Cedric BAIL2009-08-211-10/+5
* e17: do not show shape of argb popupsHannes Janetzek2009-08-191-2/+6
* and fix dropshadow flash too.Carsten Haitzler2009-08-161-2/+2
* fix redraw flashes for popus.Carsten Haitzler2009-08-161-2/+33
* remove useless subwindow codeVincent Torri2009-04-111-1/+1
* Let me introduce you to Ecore_Input. The idea is to share as much as possibl...Cedric BAIL2009-03-161-12/+12
* disable feeds in popup - its the same window! how did this all of a suddenCarsten Haitzler2008-11-151-1/+10
* Remove Evas list and replace them with Eina list.Cedric BAIL2008-10-221-8/+8
* e:Carsten Haitzler2008-01-111-1/+1
* Remove check for compositing available and just use whatever the userChristopher Michael2007-12-291-2/+1
* Better check for composite support.Christopher Michael2007-12-291-1/+1
* When trying todo composite for popups, check that 1) the user wanted to useChristopher Michael2007-12-291-1/+2
* Add composite support for popups (shelves, menus and exebuf)metrics2006-11-131-1/+8
* avoid damage on popupsCarsten Haitzler2006-06-181-0/+3
* fix shape change handling to... skip same shape changesCarsten Haitzler2006-04-291-1/+1
* e packages build again - also not much point having an enlightenment-data asCarsten Haitzler2006-04-201-1/+16
* we were getting duplicate events for popups. fixed now! :)Carsten Haitzler2006-04-061-0/+3
* Fix EAPI warnings.sebastid2006-01-071-12/+12
* Ignore events on the popup! A fine usage for the new ecore_evas function!sebastid2005-10-091-0/+6
* 1. centralise canvas creation.Carsten Haitzler2005-10-031-21/+3
* wheel bindings! WERD! hard-coded ones for now, need to make these configCarsten Haitzler2005-09-221-0/+85
* IF_FREE -> E_FREEsebastid2005-09-051-3/+3
* e_win is a quick api wrapper for makign internal windows that the wm createsCarsten Haitzler2005-07-111-0/+14
* minimise cpu hape use if shape hasnt changedCarsten Haitzler2005-06-271-5/+42
* Dnd is relative to the background evas/modules, so feed a new dragsebastid2005-05-101-1/+2
* properly virtualize ecore_evas setupCarsten Haitzler2005-05-071-7/+21
* start on popup generic system... (menus coudl be popups - as would errorCarsten Haitzler2005-05-071-0/+208