summaryrefslogtreecommitdiff
path: root/src/modules/wizard/page_060.c
Commit message (Collapse)AuthorAgeFilesLines
* wizard - on request disable autoraise on pointer focusCarsten Haitzler (Rasterman)2020-04-161-2/+3
|
* e wizard - fix symbol linking for pages by exposing syms explicitlyCarsten Haitzler (Rasterman)2018-05-271-2/+3
| | | | | | | | wizard module was relying on implicit symbol linking for pages. since i chnaged dlopens to be local this broke page loading. this local dlopen change is all about not leaking symbols into the global table which is good/right, but this stops the wixzard setup from working, so move to explicitly exposing symbols to the modules in a struct.
* redo wizard to use elmMike Blumenkrantz2016-03-111-15/+21
|
* enlightenment: Make E build again with EFL from gitChris Michael2015-05-071-5/+5
| | | | | | sed -i 's/EAPI/E_API/g' Signed-off-by: Chris Michael <cp.michael@samsung.com>
* __UNUSED__ -> EINA_UNUSEDMike Blumenkrantz2015-03-181-4/+4
| | | | this has been bugging me forever. __UNUSED__ is no longer a valid macro here.
* feature: new focus option "raise on revert focus"Mike Blumenkrantz2014-01-141-0/+1
| | | | this option provides the functionality which was intended by the old and broken "raise on focus" option. it raises windows ONLY when reverting focus in cases not directly triggered by the user or any application
* fix click focus wizard defaultsMike Blumenkrantz2013-10-081-2/+2
|
* remove "border_raise_on_focus" config optionMike Blumenkrantz2013-10-071-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* set some better focus-raise defaults after recent raise-on-focus fixMike Blumenkrantz2013-08-211-0/+4
|
* workaround for a very long-lived bug where translated text for the window ↵Mike Blumenkrantz2013-06-111-3/+3
| | | | | | focus page of the wizard would be cut off now the original text is much longer and all the translators will need to redo it
* add yet another pointer warp option: disable all warpsMike Blumenkrantz2013-02-051-0/+1
| | | | | | | ticket #asdfuser SVN revision: 83629
* add config option for disabling pointer warp when performing directional ↵Mike Blumenkrantz2013-01-081-0/+1
| | | | | | | | | focus change in winlist, patch by David H. Bronke ticket #2098 SVN revision: 82409
* giant header overhaul which removes all the stupid one line function ↵Mike Blumenkrantz2012-11-301-2/+1
| | | | | | prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes SVN revision: 79908
* huge wizard commit:Mike Blumenkrantz2012-11-301-4/+4
| | | | | | | | | | | | | * disable all dummy wizard callbacks in pages * shutdown callbacks in pages are now actually called * pages are no longer shown repeatedly by xdg wait callback * first page no longer accidentally the whole second page * scaling initially set to 1.2 so the text is actually readable * page states added so we have some idea where the hell the pages are at ticket #1883 SVN revision: 79879
* click focus in wizard now unsets winlist pointer warpingMike Blumenkrantz2012-11-261-0/+2
| | | | SVN revision: 79718
* e/wizard: improve waiting for cache buildSebastian Dransfeld2012-11-261-1/+1
| | | | SVN revision: 79708
* formattingMike Blumenkrantz2012-06-281-4/+5
| | | | SVN revision: 73003
* E/Wizard: Add UNUSEDChristopher Michael2011-09-041-1/+1
| | | | SVN revision: 63161
* dont stopr and del previous page data - wziard does it for us really :)Carsten Haitzler2011-08-311-2/+2
| | | | SVN revision: 63014
* and make focus inherit profile setting and dont change revert focusCarsten Haitzler2011-08-161-2/+2
| | | | | | | | setting (leave per profile). SVN revision: 62499
* big big big wizard revamp. as per todo list.Carsten Haitzler2011-08-151-14/+32
| | | | SVN revision: 62478
* FORMATTINGLucas De Marchi2010-08-041-3/+0
| | | | | | | | | | | | | | | | * Remove vim modelines: find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \; find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \; * Remove leading blank lines: find . -name '*.[cxh]' -exec sed -i '/./,$!d' If you use vim, use this in your .vimrc: set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0 SVN revision: 50816
* and now wizard is pretty much required. functionalyl its almost all there.Carsten Haitzler2008-10-261-13/+21
| | | | | | | | | | just the init of ibar/fileman favorites is the old untar code moved to wizard. icons for all profiels are nto done yet - doing. broung some backgrounds back - small .edj files though. SVN revision: 37119
* add stubs for the rest of wiz to finish off.Carsten Haitzler2008-10-261-0/+57
SVN revision: 37113