Commit Graph

630 Commits

Author SHA1 Message Date
Mike McCormack 54ba7e3388 e: Fix out of bounds array access.
Signed-off-by: Mike McCormack <mikem@ring3k.org>

SVN revision: 75711
2012-08-26 12:01:05 +00:00
Mike Blumenkrantz 2434f5adbe more PATH_MAX cleanups
SVN revision: 75520
2012-08-22 07:32:12 +00:00
Carsten Haitzler 1739590e05 fix wad of focus issues with click-to-focus and alt+tab + fullscreen
windows.



SVN revision: 75399
2012-08-18 04:40:56 +00:00
Mike Blumenkrantz 94e2fc5257 clean up gadget right click menus to stop leaking
SVN revision: 75285
2012-08-15 07:22:04 +00:00
Mike Blumenkrantz 98601e4198 sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g'
SVN revision: 74474
2012-07-27 08:25:22 +00:00
Mike Blumenkrantz b528baa483 evry warn--
SVN revision: 74037
2012-07-18 06:48:16 +00:00
Chidambar Zinnoury a7f1cc0f69 e: move plural lovin'.
SVN revision: 73869
2012-07-15 09:28:34 +00:00
Gustavo Sverzut Barbieri 9ac4ed7144 everything terminal config now reflects e_config->exebuf_term_cmd
exebuf was deprecated and thus its terminal command
configuration. Everything replaces it, but still uses its own
configuration.

change and make everything save e_config->exebuf_term_cmd as well.

(most people may have ignored this because xterm is the default and
available everywhere... but my machine, as I just removed it)




SVN revision: 73299
2012-07-04 19:09:36 +00:00
Stefan Schmidt af80ed52bf e/evry: Avoid using uninitialized variables.
SVN revision: 72809
2012-06-25 13:57:20 +00:00
Chidambar Zinnoury a0add39dc9 e: for consistancy's sake, use Enlightenment instead of E or E17 in all user-visible strings.
SVN revision: 72759
2012-06-24 09:33:06 +00:00
Mike Blumenkrantz 74edef9f46 fix memory leak spotted by seb in gc_id_new. this whole thing is pretty confusing; I'm glad we don't have docs for it
SVN revision: 72689
2012-06-22 07:21:51 +00:00
Mike Blumenkrantz 7dbd2e8de9 fix the same instance id bug as in pager, this will likely delete configs for a large number of modules
SVN revision: 72592
2012-06-21 11:03:50 +00:00
Vincent Torri 9d9ce41db0 E17: fix some warning
SVN revision: 71233
2012-05-18 13:02:20 +00:00
Cedric BAIL c2a29811d5 e: massiv warning cleanup !
SVN revision: 70756
2012-05-04 09:38:52 +00:00
Cedric BAIL 70d21a1f44 e: move everyone to use eina_file_direct_ls and friend.
NOTE: I think, but I am not sure yet, that only EFM should
do this kind of operation or it could hard lock E17.


SVN revision: 70546
2012-04-30 07:07:33 +00:00
Gustavo Sverzut Barbieri 4305b8e7fe e/docs: do bare documentation for e.
Just some groups and basic description for modules. I'm NOT going back
to this anytime soon, but would be VERY happy if people could do some
screenshots and put the images for each module in docs/img/ folder,
linking to them from each e_mod_main.h



SVN revision: 67362
2012-01-19 23:25:32 +00:00
Hannes Janetzek 5cc5a029ba e17/evry: remove semicolon key binding, the action is quite useless and calc needs that key
SVN revision: 66084
2011-12-10 10:54:34 +00:00
Hannes Janetzek d81bad581a e17/evry:
- started to update docs
- remove base plugins' free_cb which was used for one special case only


SVN revision: 65774
2011-12-01 10:56:55 +00:00
Mike Blumenkrantz 48e56c7787 fix garbage value config_path variables and use correct config registry strings
SPANK SPANK SPANK!


SVN revision: 65706
2011-11-30 04:54:52 +00:00
Mike Blumenkrantz abcc8f9ad3 add new functions evry_item_{app,file}_free for freeing standard file/app items
SVN revision: 65705
2011-11-30 04:00:51 +00:00
Mike Blumenkrantz 0cc0f8c658 ATTN: JEFFDAMETH!
YOUR CODE FORMATTING IS BROKEN! PLEASE FIX THIS IN YOUR EDITOR ASAP!


SVN revision: 65704
2011-11-30 03:32:54 +00:00
Hannes Janetzek 03411559de e17/evry: fix configuration dialog, ignore configs of plugins which are not loaded
SVN revision: 65689
2011-11-29 18:21:34 +00:00
Gustavo Sverzut Barbieri 72d14f5466 everything/gadget: fix segv
SVN revision: 65297
2011-11-16 17:20:32 +00:00
Boris Faure 27264671d0 e/gadcon: label() returns a const char*
Original patch by Fabien Romano from OpenBSD

SVN revision: 65204
2011-11-14 21:46:57 +00:00
Boris Faure 78c5215f0a e/evry: warnings--
SVN revision: 65199
2011-11-14 21:07:29 +00:00
Hannes Janetzek 859f31e407 e17/evry: what a hack :)
SVN revision: 65114
2011-11-13 00:36:04 +00:00
Gustavo Sverzut Barbieri 07532bd1ab everything/start: just search an icon if it's not the default "start"
SVN revision: 65113
2011-11-13 00:22:53 +00:00
Gustavo Sverzut Barbieri b4572fddde everything: gadget icon and minor cleanups.
SVN revision: 65111
2011-11-13 00:07:35 +00:00
Gustavo Sverzut Barbieri f790929ea2 everything: show proper icon for "Start" menu.
FreeDesktop.Org icon naming scheme specified "start-here" icon, use it.



SVN revision: 65110
2011-11-13 00:04:58 +00:00
Hannes Janetzek 77aba5aa4d e17/evry: these variables *might* be used unintialized
SVN revision: 64922
2011-11-08 00:30:02 +00:00
Mike Blumenkrantz aa9f9ac26b another unused var
SVN revision: 64900
2011-11-07 23:10:30 +00:00
Mike Blumenkrantz 9254625b31 avoid null strcmp
SVN revision: 64899
2011-11-07 23:09:26 +00:00
Mike Blumenkrantz 1d54dca8aa warning--
SVN revision: 64107
2011-10-16 15:20:52 +00:00
Mike Blumenkrantz 9b8dc40ef2 warning--
SVN revision: 64106
2011-10-16 15:18:50 +00:00
Hannes Janetzek d1caae1da8 e17/evry: show plugin list in gadget settings
SVN revision: 63954
2011-10-10 09:33:37 +00:00
Hannes Janetzek 6779cc9ac6 e17/evry: noresizable config dialog
SVN revision: 63928
2011-10-08 21:17:54 +00:00
Hannes Janetzek af2da663fe e17/evry: shrink config dialog
SVN revision: 63927
2011-10-08 21:15:40 +00:00
Hannes Janetzek e8bd0a9299 e17/evry/gadget: show plugin icon
SVN revision: 63925
2011-10-08 18:17:38 +00:00
Hannes Janetzek 30ce785246 e17/evry: fix segv on gadget popup hide
SVN revision: 63689
2011-09-29 22:53:09 +00:00
Hannes Janetzek d0fc3802d0 e17/evry: disabled first run page. it's rather annoying.
now it shows all app categories by default, should suffice as hint what it does.
maybe add a 'help' item to the list later.


SVN revision: 63574
2011-09-24 02:23:57 +00:00
Hannes Janetzek 8b8d288655 e17/evry/gadet: show icon of plugin
SVN revision: 63443
2011-09-16 23:41:17 +00:00
Hannes Janetzek fef808261c e17/evry/exebuf: reduce min chars for search
SVN revision: 63322
2011-09-11 12:09:53 +00:00
Mike Blumenkrantz d4483ad42a fix a bunch of compile warnings
SVN revision: 63243
2011-09-07 05:38:40 +00:00
Hannes Janetzek ca3dd76636 e17/evry-gadget use new gcc config macro
SVN revision: 63124
2011-09-03 14:28:47 +00:00
Hannes Janetzek 9f6e4a581d e17/evry: api change: recompile exrta evry modules.
- more work on evry gadget for illume (only works with tablet profile)


SVN revision: 63097
2011-09-02 23:02:26 +00:00
Hannes Janetzek 9c3d03e3d1 e17/evry: only show gadget windowed in illume.
SVN revision: 63060
2011-09-01 16:32:55 +00:00
Hannes Janetzek f294fe6cec e17/evry: cleanups, comments
SVN revision: 63030
2011-08-31 12:57:47 +00:00
Hannes Janetzek f276811f8a e17: fix e_utils_config_check, no need to pass both epoch and version
SVN revision: 63029
2011-08-31 12:57:07 +00:00
Hannes Janetzek 8e3724f95d e17/evry: dont update selector when changed plugin is not in current state
SVN revision: 63024
2011-08-31 11:12:56 +00:00
Hannes Janetzek 29519a82a2 e17/evry/aggregator: fix check for top-level state
SVN revision: 63022
2011-08-31 10:38:10 +00:00