Commit Graph

214 Commits

Author SHA1 Message Date
Carsten Haitzler 477079ca5a NEWS update 2019-08-24 08:28:13 +01:00
Carsten Haitzler 7afc3d76a2 NEWS - summarise what has been added/done for 0.23
It's a simple short summary now. New major features and otherwise bug
fixes and minor improvements.
2019-06-19 23:11:08 +01:00
Mike Blumenkrantz a594a5679e 0.22.0 NEWS updates 2017-11-02 08:59:37 -04:00
Mike Blumenkrantz 1d2a678ab0 0.22.0-rc NEWS updates 2017-10-23 08:40:12 -04:00
Mike Blumenkrantz 839ae73ddb 0.22.0-beta NEWS updates 2017-09-29 13:09:41 -04:00
Mike Blumenkrantz 47fe4322e0 0.22.0-alpha NEWS updates 2017-09-13 10:53:15 -04:00
Mike Blumenkrantz c7cfde260b 0.21.0 NEWS updates 2016-06-30 11:56:48 -04:00
Mike Blumenkrantz ce27dd0ffd merge E20.X NEWS items 2016-06-30 11:52:17 -04:00
Mike Blumenkrantz f5f5fcb60b 0.21.0-rc NEWS updates 2016-06-02 12:08:54 -04:00
Mike Blumenkrantz 4d2a6dca10 0.21.0-beta NEWS updates 2016-04-26 10:44:45 -04:00
Mike Blumenkrantz c2fc83515f 0.21.0-alpha NEWS updates 2016-04-12 17:12:32 -04:00
Mike Blumenkrantz e31b127dd4 add NEWS from 20.1-6 releases 2016-04-12 16:58:09 -04:00
Mike Blumenkrantz 09954da308 20.0 NEWS updates 2015-11-30 14:52:06 -05:00
Mike Blumenkrantz 302407e6b1 add NEWS from 19.13-14 releases 2015-11-30 14:52:06 -05:00
Mike Blumenkrantz b4f92f518f 20.0-rc NEWS updates 2015-11-11 13:40:07 -05:00
Mike Blumenkrantz 8181f03097 20.0-beta NEWS updates 2015-10-23 13:32:29 -04:00
Mike Blumenkrantz 86baec294d add NEWS from 19.12 release 2015-10-23 13:28:15 -04:00
Mike Blumenkrantz b848dbcb48 20.0-alpha NEWS updates 2015-10-01 13:43:25 -04:00
Mike Blumenkrantz ff1577b771 merge E19 branch NEWS items 2015-09-30 15:31:34 -04:00
Mike Blumenkrantz eb3ad1f4a6 update NEWS and README for release 2014-09-15 09:41:06 -04:00
Mike Blumenkrantz 11674070b0 v0.19 alpha
IT'S HAPPENING

http://media0.giphy.com/media/rl0FOxdz7CcxO/giphy.gif
2014-06-04 10:08:36 -04:00
Mike Blumenkrantz fb2db25056 remove cl/news entries about conf2 2013-12-21 17:08:39 -05:00
Mike Blumenkrantz d985b01aa9 check efm queued icons when trying to live delete a file to ensure the icon is deleted
T633
2013-12-10 12:19:20 -05:00
Mike Blumenkrantz da931928e1 Revert "improve efm mouse move detection (no more tooltips when cursor is in separate window)"
This reverts commit db72a84e58.

this whole idea was broken. I blame the british food/water/oxygen/etc. it broke click renaming and all kinds of other things. changing the edc (in latest elm/1.8) is a much better and more effective solution
2013-12-10 10:16:27 -05:00
discomfitor 6bcdc4efab cl/news for physics module removal 2013-12-09 16:03:58 -05:00
Mike Blumenkrantz 7a8ad8080e finally fix bug where gadgets on shelves would randomly reorder during drags
ticket #everydamngadgetticketevercreated
2013-12-05 12:27:46 -05:00
Mike Blumenkrantz 5002c63e47 tons of cl/news updates :( 2013-12-04 12:59:36 -05:00
Mike Blumenkrantz 842d830c39 remove ability to alter gadgets in EFM toolbars
this whole site as a "fully functioning gadcon" is pretty broken (by design), and it's not worthwhile to fix it at this point
2013-12-04 12:21:22 -05:00
Tom Hacohen e31472e8c3 Entry: Fix scroller position to show cursor.
Before this commit, this would not always be the case.
I added a "scroll to cursor" for every change in entry size.

This is a further fix to T169. It's not exactly what described there,
but it's a similar issue I found while fixing it.

Somehow of a stage 2 for commit 80844cbcd7.
This also adds changelog and news entries, as this issue is now fully fixed.
2013-11-25 16:34:42 +00:00
Tom Hacohen 18cbd6f59a wsod: Fixed gdb hangs when generating backtraces.
After a long and hard battle with the gods of bugs I finally fixed
this stupid hang. I had to dig into the gdb source code, and gdb the
hell out of gdb, but it's now solved.

First of all, we should call gdb with -batch which exits automatically.
This however is not enough to fix it. The bug was that gdb was haning
while trying to set attributes on stdin because it was waiting for input.
This is obviously problematic when running in non-interactive mode, so
I had to pipe /dev/zero to stdin to fix it.
While at it, I also fixed the piping of stdout and stderr to be nicer.
2013-11-05 15:54:15 +00:00
Mike Blumenkrantz f1a65ee922 remove "border_raise_on_focus" config option
buckle up. for the first time in history, a config option is getting removed instead of added.

the reasons for this removal are many, but let's go way back to the beginning and see why it was added:
oh wait, we can't because the commit message (from 2006) is

>>    patches that i said were in - commit. (see my reply emails)

>>    also finish off a TODO item or 2

reading through the TODO items which were also crossed off in that commit, I'm assuming that this was the "option to NOT raise on focus in click to focus" item.

== REASON 1 ==

the problem here is that there's another, BETTER option called "click raises window" (always_click_to_raise) which does the same thing, except it doesn't totally fuck you when you get a random X focus event, which happens more often than you might think.

this means that, to avoid broken behavior which might cause your windows to spastically raise for a few frames in common cases (using winlist...) with click-to-focus, you have to know that this is the default-enabled option that's fucking you, and you have to remember to manually disable it every time. if you DON'T know that this is the option that's fucking you, and you just see windows randomly raising on their own, you'll probably either ignore it or file a bug, when this is supposed to be a "feature" that actually worked in reverse, since it was intended only for disabling.

== REASON 2 ==

there's also auto-raise, which can be set to 0.0s, which is effectively the same thing since it also triggers on focus but can be configured not to fuck your window stack

== REASON 3 ==

aaand finally, this option makes any sort of pointer focus model impossible to use, since your windows will constantly be raising all over as you move the mouse

tl;dr: I'm removing it, e-dealwithit.gif
2013-10-07 06:49:33 +01:00
Mike Blumenkrantz 9ad177dd60 bugfix: add handler for xwindow hiding in dnd
this fixes the case where a drag is occurring on a window and the window is closed/hidden before the dnd leave event occurs. previously this would break things to a moderate degree and cause further dnd operations to fail, but now we bravely soldier onward
2013-10-03 10:12:44 +01:00
Mike Blumenkrantz fbe015de2e bugfix: fileman spring window closing on desktop when dnd ends 2013-10-03 09:45:26 +01:00
discomfitor 9aea17a978 improvement: clicking filemanager during rename cancels rename 2013-09-19 20:09:40 +01:00
discomfitor 3fb3b3520b bugfix: efm now allows repeated creation of new files from menus 2013-09-19 20:09:40 +01:00
Mike Blumenkrantz 34019ff85a feature: Navigate menu item now opens $HOME 2013-08-30 14:58:17 +01:00
Mike Blumenkrantz 3024562fcc bugfix: setting min size on a gadget now propagates to desktop gadgets 2013-08-13 10:22:24 +01:00
Mike Blumenkrantz d236e2acec bugfix: fileman double click auto-resizing now accounts for toolbar/sidebar and accounts for maximized state
T208
2013-07-26 12:52:57 +01:00
Mike Blumenkrantz a41c50632c udisks2 support 2013-06-20 16:36:33 +01:00
Mike Blumenkrantz cf1ccd32f2 things that grind my gears: when my shelf config dialogs don't have check changed 2013-06-19 08:27:00 +01:00
Mike Blumenkrantz 30c908cdc0 fix e_remember removal crash which I cleverly added last year to create more work for myself in the future 2013-06-18 15:44:56 +01:00
Mike Blumenkrantz 2dd573d690 cl/news for preview two commits 2013-06-17 10:13:10 +01:00
Mike Blumenkrantz f4a327a0ca add teamwork module
see http://e18releasemanager.wordpress.com/2013/06/14/why/ for more info
2013-06-14 15:36:11 +01:00
Mike Blumenkrantz b35390003e add news/cl for dnd change 2013-06-13 09:46:51 +01:00
Mike Blumenkrantz 2908af3845 fix border remember geometry apply 2013-06-10 08:00:32 +01:00
Mike Blumenkrantz 9a615c1438 new user-requested option for moving the winlist-selected window to the current desk 2013-05-30 14:23:13 +01:00
Mike Blumenkrantz 952f0275a8 changelog/news for border inset functions 2013-05-30 14:22:26 +01:00
Mike Blumenkrantz ca798e4d05 fix e_exec to successfully open .desktop files which are URLs by using e_open 2013-05-29 15:04:46 +01:00
Mike Blumenkrantz bc86c5a8b5 efm now supports text/x-moz-url dnd operations when using efl 1.8 2013-05-29 13:45:48 +01:00
discomfitor 12944d7afe add e_exec_phony to create fake e_exec instances on e restart 2013-05-18 19:39:51 +01:00