summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* check efm queued icons when trying to live delete a file to ensure the icon ↵Mike Blumenkrantz2013-12-101-0/+4
| | | | | | 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/+4
|
* finally fix bug where gadgets on shelves would randomly reorder during dragsMike Blumenkrantz2013-12-051-0/+4
| | | | ticket #everydamngadgetticketevercreated
* tons of cl/news updates :(Mike Blumenkrantz2013-12-041-0/+80
|
* remove ability to alter gadgets in EFM toolbarsMike Blumenkrantz2013-12-041-0/+5
| | | | 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/+5
| | | | | | | | | | | 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/+3
| | | | | | | | | | | | | 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/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+4
|
* 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/+4
|
* feature: Navigate menu item now opens $HOMEMike Blumenkrantz2013-08-301-0/+4
|
* bugfix: setting min size on a gadget now propagates to desktop gadgetsMike Blumenkrantz2013-08-131-0/+4
|
* bugfix: fileman double click auto-resizing now accounts for toolbar/sidebar ↵Mike Blumenkrantz2013-07-261-0/+4
| | | | | | and accounts for maximized state T208
* udisks2 supportMike Blumenkrantz2013-06-201-0/+4
|
* things that grind my gears: when my shelf config dialogs don't have check ↵Mike Blumenkrantz2013-06-191-0/+4
| | | | changed
* fix e_remember removal crash which I cleverly added last year to create more ↵Mike Blumenkrantz2013-06-181-0/+4
| | | | work for myself in the future
* cl/news for preview two commitsMike Blumenkrantz2013-06-171-0/+5
|
* add teamwork moduleMike Blumenkrantz2013-06-141-0/+4
| | | | see http://e18releasemanager.wordpress.com/2013/06/14/why/ for more info
* fix date for recent efm changelog entryMike Blumenkrantz2013-06-141-1/+1
|
* add news/cl for dnd changeMike Blumenkrantz2013-06-131-0/+4
|
* fix border remember geometry applyMike Blumenkrantz2013-06-101-0/+4
|
* 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/+4
|
* 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/+4
|
* Add recent changes to the ever important ChangeLog file (that IChris Michael2013-05-241-0/+5
| | | | | | totally forgot even existed) ;) Signed-off-by: Chris Michael <devilhorns@comcast.net>
* add e_exec_phony to create fake e_exec instances on e restartdiscomfitor2013-05-181-0/+1
|
* e_exec_desktop_instances_finddiscomfitor2013-05-181-0/+4
|
* e_desk_last_focused_focus now returns the focused borderdiscomfitor2013-05-131-0/+4
|
* add toggle for borderless window state to top-level of border menuMike Blumenkrantz2013-05-081-0/+1
|
* filemanager windows no longer resize to 0x0 when double clicked with no ↵Mike Blumenkrantz2013-05-081-0/+1
| | | | | | icons present T78
* e_fm2_optimal_size_calc now returns a bool to indicate whether the returned ↵Mike Blumenkrantz2013-05-081-0/+4
| | | | size can be used
* fix border theme bug which prevented windows from unshading correctly when ↵Mike Blumenkrantz2013-04-261-0/+4
| | | | animation was disabled
* add another check for vmware windows, ticket #1057Mike Blumenkrantz2013-04-251-0/+1
|
* improve efm mouse move detection (no more tooltips when cursor is in ↵Mike Blumenkrantz2013-04-251-0/+1
| | | | separate window)
* add deskmirror, a new widget which breaks evas in a number of terrifying waysMike Blumenkrantz2013-04-251-0/+4
| | | | to experience the terror, uncomment the define in e_deskmirror.h
* Rename edbus->eldbusLucas De Marchi2013-04-231-2/+2
|
* e_widget_bgpreview_desk_add now takes an evas instead of an evas objectMike Blumenkrantz2013-04-191-0/+1
|
* rename deskpreview -> bgpreviewMike Blumenkrantz2013-04-191-0/+4
|
* add new modes for notification display when using multiple monitors, shows a ↵Mike Blumenkrantz2013-04-181-0/+5
| | | | TODO bug for comp zoomap mirrors
* Update ChangeLog with Wayland Client items.Chris Michael2013-04-161-0/+5
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* giant comp rejiggering commit #6:Mike Blumenkrantz2013-04-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * border->fx REMOVED, related border api REMOVED * comp edc has new class of groups: e/comp/effects[/auto] ** these are effects which can be applied to any compositor object through the e_comp_win_effect* api and are written in embryo *** two types - base and auto - base = manual, for use with animators; auto are "trigger and forget", for use as actual effects * desk flip transition animations moved to comp effects and FIXED(ish) * "zoom" effect renamed to "diagonal" for slightly less misleading name since it never did any zooming * actual "zoom" effect added * border hierarchy now as follows: cw->effect_obj swallows cw->shobj, cw->shobj swallows cw->bd->bg_object ?: cw->obj, if (cw->bd->bg_object) cw->bd->bg_object swallows cw->obj ** cw->effect_obj now used for all positioning and comp logic ** cw->effect_obj ONLY used for object transformation effects (moving, zooming, fading, etc) ** cw->shobj ONLY for comp visual/non-movement effects (focus effect, unfocus opacity, legacy shadows); this is a candidate for removal/rewrite in E19 * even more comp shape rewrites * desk flip animation time now controlled by theme since edje doesn't support setting transition time in C; related config value removed * desk flip transitions (in e_desk.c) rewritten * various modules (evry/illume2) updated to use comp effects instead of fx offset * desk flip configuration BROKEN(ish)
* giant comp rejiggering commit #5:Mike Blumenkrantz2013-04-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * border frame/object now drawn directly on compositor canvas * border shadows now in border theme with edje hint, non-updated themes still receive comp object shadows FOR NOW * e_border MOVE/RESIZE pointer mode defines are now e_pointer.h enums * added BD_CHANGED() util macro for setting bd->changed and printing a debug line to assist in finding places where this all-important flag is wrongly set * bd->bg_win removed entirely * bd->pointer objects moved to compositor object; now only one pointer object exists for each compositor * resizing windows now shows a new and totally-intended scaling effect for window contents * some additional retooling of border deletion/free callbacks * fixed lurking potential bug where window could recieve focus from autoraise timer after border had been deleted * more comp shape improvements/rewrites * desk transitions are now BROKEN(ish) * various modules updated to not be totally broken with these changes
* systemd: fix + complete power mgmt method supportJérémy Zurcher2013-04-051-0/+4
| | | | | - fix typo in configure.ac for suspend/hibernate method selection - add systemd support of halt and reboot actions
* systemd: add support for hibernate and suspend.Cedric Bail2013-03-301-0/+1
|
* e: add support for systemd user session.Cedric Bail2013-03-301-0/+4
|
* giant comp rejiggering commit #3discomfitor2013-03-111-0/+4
| | | | | | | | * e menus are now drawn directly onto the compositor canvas * menu theme now requires at least one part which allows mouse events in every menu group (YOUR MENUS WILL NOT WORK IF YOU ARE USING A THEME WHICH LACKS THIS!!!!!!!) * menus now also report dangling/zombie menus with slightly more accuracy now