aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix relative path opening in efm... if link is relative it was broken.HEADmasterCarsten Haitzler (Rasterman)2013-02-241-1/+16
* use activte for contact.Carsten Haitzler (Rasterman)2013-02-231-6/+2
* systray now has a min size of 8x8 so it can be clickedMike Blumenkrantz2013-02-221-0/+1
* e/music_control: Fix typo for playingStefan Schmidt2013-02-223-7/+7
* shelf gadcon can no longer resize smaller than 16x16Mike Blumenkrantz2013-02-221-0/+2
* giant comp rejiggering commit #4Mike Blumenkrantz2013-02-228-315/+246
* 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-2221-87/+87
* add E_LIST_REVERSE_FREEMike Blumenkrantz2013-02-221-5/+11
* e/music_control: Allow an action to toggle between play and pause.Stefan Schmidt2013-02-221-1/+1
* set border transparency more accurately when adopting windows in compMike Blumenkrantz2013-02-222-1/+3
* [access] check 'double down and long press' and 'then move'Shinwoo Kim2013-02-221-9/+20
* [access] check window rotationShinwoo Kim2013-02-221-8/+179
* set initial window opacity to maxMike Blumenkrantz2013-02-221-0/+1
* [access] check previous block to save configuration valueShinwoo Kim2013-02-221-2/+5
* e's compositor now obeys _NET_WM_WINDOW_OPACITY as a normal atom in e_borderMike Blumenkrantz2013-02-228-76/+188
* disable remember dialog -> advanced command entry when not remembering commandMike Blumenkrantz2013-02-221-3/+4
* s/e_comp_win_find_border_win/e_comp_win_find_client_win/Mike Blumenkrantz2013-02-222-2/+2
* gadman top layer no longer deletes gadget configs when it can't find their ob...Mike Blumenkrantz2013-02-211-14/+6
* minor cosmetic tweaks for gadman initMike Blumenkrantz2013-02-211-3/+2
* self-deleting popups (like mixer) once again function as expectedMike Blumenkrantz2013-02-211-66/+23
* gadcon popups are now above most other objectsMike Blumenkrantz2013-02-211-0/+1
* always show popup content on content setMike Blumenkrantz2013-02-211-4/+2
* set comp win e object ref to null during its delfnMike Blumenkrantz2013-02-211-0/+1
* more valgrind stuff... null deref?Carsten Haitzler2013-02-211-0/+2
* valgrind unhapiness... silenced... mysterious as to why this happensCarsten Haitzler2013-02-211-0/+4
* eobj referenced in struct but only reffed intermittenytly - ref for asCarsten Haitzler2013-02-211-4/+10
* fix valgrind null evas problem with preview.Carsten Haitzler2013-02-212-39/+39
* fix syscon to use popups more effectivelyMike Blumenkrantz2013-02-201-99/+8
* e_flowlayout is just not done correctly at all...some fixes here to make it n...Mike Blumenkrantz2013-02-201-11/+6
* use separate delay del function for popups to ensure comp win deletionMike Blumenkrantz2013-02-201-1/+9
* e toolbar gadgets no longer crash when trying to display a popupMike Blumenkrantz2013-02-202-1/+4
* Re-enable Restore button for RandR dialog.Christopher Michael2013-02-201-8/+1
* Remove commented fixme (no time to optimize this routine right now).Christopher Michael2013-02-201-5/+0
* add flag in comp match for disabling shadows, disable shadows for notificatio...Mike Blumenkrantz2013-02-203-2/+6
* popups... STAY UP!Carsten Haitzler2013-02-191-2/+5
* fix gadget event object layering for dndMike Blumenkrantz2013-02-191-21/+10
* fix comp canvas win finding for some dnd operationsMike Blumenkrantz2013-02-192-9/+3
* only delete popup's comp win if the popup has been deletedMike Blumenkrantz2013-02-191-1/+2
* Hook into monitor_resized callback and update adjacent monitor positions.Christopher Michael2013-02-191-9/+103
* Add a monitor_resized callback so positions of other monitors can beChristopher Michael2013-02-191-2/+2
* Disable Restore on Startup for now until larger randr event issues areChristopher Michael2013-02-191-1/+8