summaryrefslogtreecommitdiff
path: root/src/bin/e_int_menus.c
Commit message (Expand)AuthorAgeFilesLines
* feature: comp config is no longer a moduleMike Blumenkrantz2014-01-141-0/+11
* compositor rewrite / charlie-foxtrot situationMike Blumenkrantz2014-01-141-160/+156
* revert threaded app menu filling code - not stable in efreetCarsten Haitzler (Rasterman)2013-11-271-84/+13
* menu: These ain't errorsSebastian Dransfeld2013-11-211-4/+4
* e: No need to check MINOR twiceSebastian Dransfeld2013-06-211-1/+1
* app menu parsing is now async with efreet 1.8Mike Blumenkrantz2013-06-211-13/+84
* only call app menu scan functions when passing a menuMike Blumenkrantz2013-06-101-6/+9
* fix possible memleak when creating new app menu entriesMike Blumenkrantz2013-05-201-1/+7
* fix: removing list node from list WHILE walking list without using theCarsten Haitzler (Rasterman)2013-04-181-2/+2
* fix new crash in e_int_menus app finder codeMike Blumenkrantz2013-02-181-2/+2
* patch by Deon Thomas which implements efreet menu caching for e_int_menusMike Blumenkrantz2013-02-151-1/+115
* e: efreet_menu_parse is not thread safe.Cedric BAIL2013-02-081-60/+30
* unbreak 1.7 branch compileMike Blumenkrantz2013-01-231-0/+4
* e17: use eina_unicode_utf8_next_get instead of eina_unicode_utf8_get_nextJihoon Kim2013-01-231-1/+1
* formatting: all at onceMike Blumenkrantz2013-01-111-7/+8
* config submenu now sets "config" categoryMike Blumenkrantz2013-01-101-0/+1
* Desktop->Shelves menu now shows shelf names instead of orientationsMike Blumenkrantz2013-01-081-3/+9
* Better gettext usage in a few placesIgor Murzov2013-01-051-1/+1
* don't generate menu on startup, just cache it after the first oneMike Blumenkrantz2012-12-211-4/+6
* fix a tremendous number of stringshare leaksMike Blumenkrantz2012-12-211-0/+1
* don't leak efreet menus!Mike Blumenkrantz2012-12-191-0/+2
* lets not make the buffer so small (256 chars). with utf8 this could beCarsten Haitzler2012-12-191-1/+1
* apparently efreet_menu_get() uses timers and such for some reason, sigh. back...Mike Blumenkrantz2012-12-181-22/+5
* Translate the "Shelf <orientation>" message (patch from Igor Murzov)Massimo Maiurana2012-12-161-4/+3
* e main menu: remove parentheses and disable item when there are no elements.Chidambar Zinnoury2012-12-151-5/+8
* another pedantic and probably unneeded null checkMike Blumenkrantz2012-12-131-1/+1
* fix leak in client menu generationMike Blumenkrantz2012-12-131-2/+2
* another pedantic and probably unneeded null checkMike Blumenkrantz2012-12-131-1/+1
* Dear all,Mike Blumenkrantz2012-12-051-0/+1
* all dialogs are no longer resizableMike Blumenkrantz2012-12-031-1/+0
* remove menu fixmeMike Blumenkrantz2012-11-301-4/+0
* cached menus now listen to efreet cache update eventsMike Blumenkrantz2012-11-301-0/+13
* add new about theme signals/text capabilities as per email - change 1Carsten Haitzler2012-11-201-1/+1
* fix crash in menusMike Blumenkrantz2012-11-151-1/+1
* prevent thread crash on startup; efreet does some non-threadsafe stuff, so we...Mike Blumenkrantz2012-11-151-5/+20
* thread-create favorite apps menu on startup since this will probably be a com...Mike Blumenkrantz2012-11-151-1/+6
* zero the window menu caption bufferMike Blumenkrantz2012-11-141-0/+1
* E menu: Fix menu abbreviation.Tom Hacohen2012-11-121-16/+23
* E menu: title abbrv is now less broken.Tom Hacohen2012-11-121-0/+1
* fix client win list with long utf8 titles and length limits, also fix a relat...Mike Blumenkrantz2012-11-011-18/+20
* patch from Deon Thomas to fix lost window warp behaviorMike Blumenkrantz2012-10-311-1/+1
* add widget playground dialog to main menu for easy access to testing e widget...Mike Blumenkrantz2012-10-261-0/+40
* formatting for sebMike Blumenkrantz2012-10-111-47/+47
* patch from PrinceAMD which adds config options to warp lost windows back to c...Mike Blumenkrantz2012-10-111-1/+1
* fix hard to trigger threaded menu crashMike Blumenkrantz2012-10-101-1/+12
* add desktop menu categoryMike Blumenkrantz2012-10-051-0/+1
* create default apps menu on init, don't free efreet menus on shutdown to prev...Mike Blumenkrantz2012-09-201-6/+9
* reset app menu cache every time a successful lookup occursMike Blumenkrantz2012-09-191-0/+2
* app menus now generate themselves (top-most menu anyway) in threads to elimin...Mike Blumenkrantz2012-09-191-28/+131
* new shelf menu item now brings up the new shelf starter dialogMike Blumenkrantz2012-09-071-20/+2