summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* that actually can be a bit longer due to i's and l's... :)Carsten Haitzler2010-10-181-1/+1
| | | | SVN revision: 53551
* "shorter text... that's MUCH better!"Carsten Haitzler2010-10-181-2/+2
| | | | SVN revision: 53550
* Added a config option for enabling/disabling the Popup on volume change via ↵Miculcy Brian2010-10-173-3/+17
| | | | | | keybinding. SVN revision: 53546
* New categories for modules.Miculcy Brian2010-10-1725-27/+32
| | | | | | | To be continued soon... SVN revision: 53514
* CleanupMiculcy Brian2010-10-151-3/+1
| | | | SVN revision: 53456
* Modules Dialog loads faster now and uses category tabs instead of a huge ↵Miculcy Brian2010-10-151-211/+197
| | | | | | list. Stay tuned, module category renaming and reordering comes soon... SVN revision: 53455
* fix comp sync bug with override-redirect windows.Carsten Haitzler2010-10-151-7/+19
| | | | SVN revision: 53436
* fix 'make distcheck'Lucas De Marchi2010-10-141-0/+3
| | | | | | | | By: Peter van de Werken <pwerken-e@a-eskwadraat.nl> SVN revision: 53415
* bool -> Eina_BoolLucas De Marchi2010-10-143-7/+7
| | | | | | | | By: Eduardo Lima (Etrunko) <etrunko@profusion.mobi> SVN revision: 53414
* evry-files: show homedir option is obsolete. turning it off produced a segvHannes Janetzek2010-10-141-8/+7
| | | | SVN revision: 53401
* evry-files: refactor + comments. still looking for the segv discomfitor foundHannes Janetzek2010-10-141-89/+83
| | | | SVN revision: 53394
* evry: select first plugin on async update when the currently selected plugin ↵Hannes Janetzek2010-10-141-1/+2
| | | | | | | | | has no items - fixes browsing of folders from recent-files plugin SVN revision: 53393
* fix annoying random segvMike Blumenkrantz2010-10-141-0/+4
| | | | SVN revision: 53387
* Fix compiler warnings wrt mixer_popup_timer_new/cb.Christopher Michael2010-10-132-2/+3
| | | | SVN revision: 53374
* * e, eio: fix ecore_thread_run breakage.Cedric BAIL2010-10-131-2/+2
| | | | SVN revision: 53371
* Fixing boo boo @ disco stu's changeset.Gustavo Lima Chaves2010-10-132-12/+12
| | | | | | | | Patch by Fidêncio. SVN revision: 53352
* Show mixer popup when changing the volume via keybindings.Miculcy Brian2010-10-132-6/+53
| | | | SVN revision: 53347
* whoops add these backMike Blumenkrantz2010-10-134-0/+747
| | | | SVN revision: 53345
* reorder functionsMike Blumenkrantz2010-10-131-31/+18
| | | | SVN revision: 53330
* e_fm2_dbus prefix is now e_fm2_device for upcoming seamless integration with ↵Mike Blumenkrantz2010-10-1313-808/+63
| | | | | | eeze SVN revision: 53328
* small formatting/automake cleanupsMike Blumenkrantz2010-10-132-30/+30
| | | | SVN revision: 53327
* alphabetize file listsMike Blumenkrantz2010-10-131-244/+244
| | | | SVN revision: 53326
* comp - delay sync setup until map.Carsten Haitzler2010-10-111-10/+32
| | | | SVN revision: 53257
* lets not segfault by trying to print into a variable too much info.Christopher Michael2010-10-101-23/+12
| | | | | | | | | | | | We've allocated 10 chars, not 11, so let's snprint the correct length. Thanks to cippp for the error report ;) Fix up some formatting and remove some whitespace also. SVN revision: 53245
* Changing action description to the correct parameters.Luis Felipe Strano Moraes2010-10-081-1/+1
| | | | | | | | | | | | I'd actually prefer bottom-left and bottom-right instead of down-left and down-right, but then we would also have to change up-left to top-left and so on. This change was the one that introduced minimal annoyance to people who already use this amazing push-to binding (the few people here who used evilwm should know it). SVN revision: 53186
* init efreet after intl so desktop locale is right.Carsten Haitzler2010-10-071-11/+11
| | | | SVN revision: 53173
* E: No need to #define _GNU_SOURCEEduardo de Barros Lima2010-10-071-1/+4
| | | | | | | Use proper #include <config.h> instead SVN revision: 53167
* dont code drunk.Carsten Haitzler2010-10-071-2/+3
| | | | SVN revision: 53133
* fix some values that should be stringshare compared because they're ↵Mike Blumenkrantz2010-10-072-2/+2
| | | | | | stringshares but this is something I should probably go back and fix later when I'm not drunk and eating taffy SVN revision: 53130
* fix... gah. formatting mess there.. and the real problemCarsten Haitzler2010-10-075-42/+47
| | | | | | | | | | | using str1 == str2 instead of strcmp assuming all strings are stringshared. dont ASSUME this unless you 100% KNOW for sure they are. bad disco stu! SVN revision: 53128
* If we are going to cycle focus backward, we need to loop the focusChristopher Michael2010-10-051-1/+1
| | | | | | | | stack in reverse. SVN revision: 53084
* Add a forward focus button for testing.Christopher Michael2010-10-051-0/+24
| | | | SVN revision: 53083
* complete rewrite of all includes and file splitting to completely abstract ↵Mike Blumenkrantz2010-10-0517-1159/+1403
| | | | | | dbus out of efm SVN revision: 53051
* move efm to separate dir, update makefilesMike Blumenkrantz2010-10-054-10/+2
| | | | SVN revision: 53050
* abstract e_fm init/shutdown to prep for udev, namespace e_fm_ipc functions ↵Mike Blumenkrantz2010-10-053-182/+195
| | | | | | for sanity SVN revision: 53049
* reorder initsMike Blumenkrantz2010-10-051-1/+1
| | | | SVN revision: 53048
* split e_fm_main.c to e_fm_ipc.cMike Blumenkrantz2010-10-054-1367/+1420
| | | | SVN revision: 53047
* now we know how to use stringshare!Mike Blumenkrantz2010-10-051-6/+3
| | | | SVN revision: 53046
* clean up macrosMike Blumenkrantz2010-10-051-31/+31
| | | | SVN revision: 53045
* more function protos to typedefs, add E_Fm_Cb(void *data, Evas_Object *obj, ↵Mike Blumenkrantz2010-10-052-18/+18
| | | | | | E_Menu *m, E_Fm2_Icon_Info *info) for casting SVN revision: 53044
* ugly function pointers to typedefsMike Blumenkrantz2010-10-053-8/+8
| | | | SVN revision: 53043
* switch lots of efm vars to bool bitfieldsMike Blumenkrantz2010-10-055-199/+203
| | | | SVN revision: 53042
* initMike Blumenkrantz2010-10-051-0/+1
| | | | SVN revision: 53041
* updating portuguese translationsMassimo Maiurana2010-09-291-1/+1
| | | | SVN revision: 52900
* Fixup calls to ecore_imf to return Eina_Bool.Christopher Michael2010-09-281-9/+9
| | | | SVN revision: 52835
* Fix up calls to ecore_x_icccm to use Eina_Bool to remove compilerChristopher Michael2010-09-281-3/+5
| | | | | | | | warnings. SVN revision: 52834
* Use ecore_time_unix_get() when absolute value is neededLucas De Marchi2010-09-276-13/+13
| | | | SVN revision: 52827
* mke comp kick in as early as possible :)Carsten Haitzler2010-09-241-0/+1
| | | | SVN revision: 52683
* bad horns!Carsten Haitzler2010-09-241-2/+8
| | | | SVN revision: 52682
* segv--Lucas De Marchi2010-09-201-1/+1
| | | | | | | | e_dbus_bus_get() might return NULL. Please, don't segv. SVN revision: 52505