summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* giant comp rejiggering commit #5:Mike Blumenkrantz2013-04-1514-1140/+1078
* e_win no longer constantly overwrites netwm propertiesMike Blumenkrantz2013-04-151-10/+10
* e: add support for systemd user session.Cedric Bail2013-03-301-26/+29
* fix _e_popup_autoclose_key_down_cbJérémy Zurcher2013-03-301-2/+2
* me. valgrind. happy fun times together. methinks we should hasve moreCarsten Haitzler (Rasterman)2013-03-302-11/+12
* oops printf--Carsten Haitzler (Rasterman)2013-03-291-3/+0
* fix menu flipping/flickering when menu bigger than screen.Carsten Haitzler (Rasterman)2013-03-291-0/+5
* remove azy code and build/configure checks. after zmike made it plainCarsten Haitzler (Rasterman)2013-03-271-2/+1
* conf2: fix declaration of 'const char * const *' string.Tom Hacohen2013-03-212-3/+3
* dear Mike,Cedric BAIL2013-03-212-2/+3
* add event rect for menus to ensure that clicks outside the menu will dismiss ...Mike Blumenkrantz2013-03-201-0/+15
* dear cedric,Mike Blumenkrantz2013-03-202-2/+2
* e: add automatic desktop lock/unlock when a bluetooth device disapear.Cedric Bail2013-03-183-3/+123
* add optional azy support to eMike Blumenkrantz2013-03-151-1/+2
* enlightenment: do not propagate the systemd socket to E17.Cedric BAIL2013-03-151-0/+2
* automatically mouse-up the comp evas when a menu is activated so future mouse...Mike Blumenkrantz2013-03-141-0/+13
* fix dnd visuals when using multiple monitorsMike Blumenkrantz2013-03-131-1/+2
* remove dnd todos since they're already implementedMike Blumenkrantz2013-03-131-10/+0
* always deactivate all active menus when manually activating another windowMike Blumenkrantz2013-03-131-0/+3
* fix efm link resolving.. again. new case.Carsten Haitzler (Rasterman)2013-03-121-5/+11
* giant comp rejiggering commit #3discomfitor2013-03-113-277/+149
* if a menu is active, ensure efm does not send icon_mouse_in smart callbacksdiscomfitor2013-03-111-0/+1
* add menu canvas layerdiscomfitor2013-03-111-0/+1
* portability: don't rely on bash or zsh behavior.Dieter Roelants2013-03-111-1/+1
* Remove deleted file e_randr_private.h from EXTRA_DISTDaniel Willmann2013-03-071-3/+0
* efm now knows about KP_Enter. Patch by godfath3r.Daniel Juyung Seo2013-03-051-2/+2
* freeze evas and edje when destroying comp canvas to prevent io event flushes ...Mike Blumenkrantz2013-03-041-0/+2
* Fix hibernateSebastian Dransfeld2013-03-011-11/+10
* Revert "fix edbus message refcounting in udisks efm backend"Lucas De Marchi2013-02-281-2/+0
* fix comp injected object stackingMike Blumenkrantz2013-02-262-4/+53
* some comp WIP on setting object color classes to handle opacity for windows.....Mike Blumenkrantz2013-02-251-1/+11
* fix edbus crash in udisks efm backendMike Blumenkrantz2013-02-251-6/+8
* fix edbus message refcounting in udisks efm backendMike Blumenkrantz2013-02-251-0/+2
* fix relative path opening in efm... if link is relative it was broken.Carsten Haitzler (Rasterman)2013-02-241-1/+16
* shelf gadcon can no longer resize smaller than 16x16Mike Blumenkrantz2013-02-221-0/+2
* giant comp rejiggering commit #4Mike Blumenkrantz2013-02-227-314/+245
* fix popup comp win initial visibility, also a potential crash on comp win deleteMike Blumenkrantz2013-02-221-7/+9
* e toolbars now have a gadcon locationMike Blumenkrantz2013-02-221-2/+99
* add e_gadcon_repopulateMike Blumenkrantz2013-02-222-0/+12
* add e_toolbar init/shutdown to startup and shutdownMike Blumenkrantz2013-02-221-0/+11
* start drag if gadget has been moved the size of the gadgetMike Blumenkrantz2013-02-221-1/+1
* use e_gadcon_zone_get for dnd-related functions to ensure we get the right zo...Mike Blumenkrantz2013-02-221-4/+6
* use new comp layer functions to correctly set layer for gadget mover objects....Mike Blumenkrantz2013-02-221-2/+5
* add comp util functions for returning the layer and effective layer of a comp...Mike Blumenkrantz2013-02-222-0/+62
* add e_object_ref_debug_setMike Blumenkrantz2013-02-222-0/+27
* E_FN_DEL macro renamed to E_FREE_FUNC with param order swapped for consistencyMike Blumenkrantz2013-02-2213-61/+61
* add E_LIST_REVERSE_FREEMike Blumenkrantz2013-02-221-5/+11
* set border transparency more accurately when adopting windows in compMike Blumenkrantz2013-02-222-1/+3
* set initial window opacity to maxMike Blumenkrantz2013-02-221-0/+1
* e's compositor now obeys _NET_WM_WINDOW_OPACITY as a normal atom in e_borderMike Blumenkrantz2013-02-228-76/+188