summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 0.24 - prepare dotting i's and crossing t's for 0.24 alpha 1Carsten Haitzler (Rasterman)2020-05-021-0/+25
|
* NEWS updateCarsten Haitzler (Rasterman)2019-08-241-9/+10
|
* NEWS - summarise what has been added/done for 0.23Carsten Haitzler (Rasterman)2019-06-191-0/+11
| | | | | It's a simple short summary now. New major features and otherwise bug fixes and minor improvements.
* 0.22.0 NEWS updatesv0.22.0Mike Blumenkrantz2017-11-021-5/+32
|
* 0.22.0-rc NEWS updatesv0.22.0-rcMike Blumenkrantz2017-10-231-5/+164
|
* 0.22.0-beta NEWS updatesMike Blumenkrantz2017-09-291-7/+63
|
* 0.22.0-alpha NEWS updatesv0.22.0-alphaMike Blumenkrantz2017-09-131-0/+2229
|
* 0.21.0 NEWS updatesv0.21.0Mike Blumenkrantz2016-06-301-0/+771
|
* merge E20.X NEWS itemsMike Blumenkrantz2016-06-301-561/+90
|
* 0.21.0-rc NEWS updatesv0.21.0-rcMike Blumenkrantz2016-06-021-8/+111
|
* 0.21.0-beta NEWS updatesv0.21.0-betaMike Blumenkrantz2016-04-261-4/+64
|
* 0.21.0-alpha NEWS updatesv0.21.0-alphaMike Blumenkrantz2016-04-121-0/+553
|
* add NEWS from 20.1-6 releasesMike Blumenkrantz2016-04-121-0/+277
|
* 20.0 NEWS updatesv0.20.0Mike Blumenkrantz2015-11-301-7/+57
|
* add NEWS from 19.13-14 releasesMike Blumenkrantz2015-11-301-0/+74
|
* 20.0-rc NEWS updatesv0.20.0-rcMike Blumenkrantz2015-11-111-3/+73
|
* 20.0-beta NEWS updatesv0.20.0-betaMike Blumenkrantz2015-10-231-9/+106
|
* add NEWS from 19.12 releaseMike Blumenkrantz2015-10-231-0/+60
|
* 20.0-alpha NEWS updatesv0.20.0-alphaMike Blumenkrantz2015-10-011-0/+1796
|
* merge E19 branch NEWS itemsMike Blumenkrantz2015-09-301-0/+389
|
* update NEWS and README for releaseMike Blumenkrantz2014-09-151-2/+4
|
* v0.19 alphav0.19.0-alpha1Mike Blumenkrantz2014-06-041-1/+146
| | | | | | IT'S HAPPENING http://media0.giphy.com/media/rl0FOxdz7CcxO/giphy.gif
* remove cl/news entries about conf2Mike Blumenkrantz2013-12-211-2/+0
|
* check efm queued icons when trying to live delete a file to ensure the icon ↵Mike Blumenkrantz2013-12-101-0/+1
| | | | | | is deleted T633
* Revert "improve efm mouse move detection (no more tooltips when cursor is in ↵Mike Blumenkrantz2013-12-101-1/+0
| | | | | | | | separate window)" This reverts commit db72a84e5822d27717975f992801d81a89d929f5. 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
* cl/news for physics module removaldiscomfitor2013-12-091-0/+1
|
* finally fix bug where gadgets on shelves would randomly reorder during dragsMike Blumenkrantz2013-12-051-0/+1
| | | | ticket #everydamngadgetticketevercreated
* tons of cl/news updates :(Mike Blumenkrantz2013-12-041-0/+29
|
* remove ability to alter gadgets in EFM toolbarsMike Blumenkrantz2013-12-041-0/+2
| | | | this whole site as a "fully functioning gadcon" is pretty broken (by design), and it's not worthwhile to fix it at this point
* Entry: Fix scroller position to show cursor.Tom Hacohen2013-11-251-0/+1
| | | | | | | | | | | 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 80844cbcd72d5c3c00104b8bf8f9c5e590bad2bc. This also adds changelog and news entries, as this issue is now fully fixed.
* wsod: Fixed gdb hangs when generating backtraces.Tom Hacohen2013-11-051-0/+1
| | | | | | | | | | | | | 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.
* remove "border_raise_on_focus" config optionMike Blumenkrantz2013-10-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* bugfix: add handler for xwindow hiding in dndMike Blumenkrantz2013-10-031-0/+1
| | | | 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
* bugfix: fileman spring window closing on desktop when dnd endsMike Blumenkrantz2013-10-031-0/+1
|
* improvement: clicking filemanager during rename cancels renamediscomfitor2013-09-191-0/+1
|
* bugfix: efm now allows repeated creation of new files from menusdiscomfitor2013-09-191-0/+1
|
* feature: Navigate menu item now opens $HOMEMike Blumenkrantz2013-08-301-0/+1
|
* bugfix: setting min size on a gadget now propagates to desktop gadgetsMike Blumenkrantz2013-08-131-0/+1
|
* bugfix: fileman double click auto-resizing now accounts for toolbar/sidebar ↵Mike Blumenkrantz2013-07-261-0/+1
| | | | | | and accounts for maximized state T208
* udisks2 supportMike Blumenkrantz2013-06-201-0/+1
|
* things that grind my gears: when my shelf config dialogs don't have check ↵Mike Blumenkrantz2013-06-191-0/+1
| | | | changed
* fix e_remember removal crash which I cleverly added last year to create more ↵Mike Blumenkrantz2013-06-181-0/+1
| | | | work for myself in the future
* cl/news for preview two commitsMike Blumenkrantz2013-06-171-0/+2
|
* add teamwork moduleMike Blumenkrantz2013-06-141-0/+1
| | | | see http://e18releasemanager.wordpress.com/2013/06/14/why/ for more info
* add news/cl for dnd changeMike Blumenkrantz2013-06-131-0/+1
|
* fix border remember geometry applyMike Blumenkrantz2013-06-101-0/+1
|
* new user-requested option for moving the winlist-selected window to the ↵Mike Blumenkrantz2013-05-301-0/+1
| | | | current desk
* changelog/news for border inset functionsMike Blumenkrantz2013-05-301-0/+1
|
* fix e_exec to successfully open .desktop files which are URLs by using e_openMike Blumenkrantz2013-05-291-0/+1
|
* efm now supports text/x-moz-url dnd operations when using efl 1.8Mike Blumenkrantz2013-05-291-0/+1
|