Mike Blumenkrantz
845ba1ba12
add conf2 option for default comp shadow style
...
SVN revision: 82624
10 years ago
Mike Blumenkrantz
70e40291f6
another new comp option for disabling screen effects (fading on blank)
...
SVN revision: 82623
10 years ago
Mike Blumenkrantz
d94ca3aae7
e_manager_comp_set() is now EINTERN; external compositors are officially dead
...
SVN revision: 82622
10 years ago
Mike Blumenkrantz
af86f79e65
use new CUSTOM variant macro for conf2 options in modules
...
SVN revision: 82620
10 years ago
Mike Blumenkrantz
0e70e6e0ae
move comp icon to core
...
SVN revision: 82619
10 years ago
Mike Blumenkrantz
0c282e6018
move conf2 comp options to e_comp
...
SVN revision: 82618
10 years ago
Mike Blumenkrantz
7086d77103
comp module config is dead, long live conf_comp!
...
SVN revision: 82617
10 years ago
Mike Blumenkrantz
e0b0c10914
rename e_comp_shadow_set to e_comp_shadows_reset to be more descriptive about what it does
...
SVN revision: 82570
10 years ago
Mike Blumenkrantz
5766883b04
on second thought, disabling comp effects requires a reshadow so make sure we do that if those settings change
...
SVN revision: 82569
10 years ago
Mike Blumenkrantz
2b5d6bfacb
add option to disable comp effects to wizard, also fix wizard comp config saving (:/)
...
SVN revision: 82568
10 years ago
Mike Blumenkrantz
ff74f9561d
reword some comp effect option text
...
SVN revision: 82567
10 years ago
Mike Blumenkrantz
e9be1a7b30
fix wizard comp config domain
...
SVN revision: 82566
10 years ago
Mike Blumenkrantz
79a1d45534
now that comp is mandatory, I require options to completely disable comp effects before I can use e without tearing my eyes from their sockets
...
SVN revision: 82564
10 years ago
Mike Blumenkrantz
3394a2b461
fix comp config dialog settings apply (:/), fix comp config saving (:/), fix comp config dialog config loading (:/), change comp config domain to "e_comp" (your settings will be lost if you do not manually rename)
...
SVN revision: 82563
10 years ago
Mike Blumenkrantz
3d6d8f969c
e modules no longer require shutdown or save functions; this should clean up module code a little bit
...
SVN revision: 82552
10 years ago
Mike Blumenkrantz
e14c954675
add comp module settings to settings menu since people will probably want to change them now that it's always enabled
...
SVN revision: 82548
10 years ago
Mike Blumenkrantz
f927968340
e_menu_category_callback create callback parameter order has changed to be consistent with the rest of the efl: data param always comes first
...
SVN revision: 82547
10 years ago
Mike Blumenkrantz
a428601f56
config submenu now sets "config" category
...
SVN revision: 82546
10 years ago
Mike Blumenkrantz
77a169538e
comp module struct now EINTERN
...
SVN revision: 82545
10 years ago
Mike Blumenkrantz
70ecdfc0f9
NEWS entries for raster's commits
...
SVN revision: 82544
10 years ago
Carsten Haitzler
5f8e9293a0
ghost window-- after iconify+uniconify+withdraw
...
SVN revision: 82542
10 years ago
Mike Blumenkrantz
e5e937b2c2
add conf_comp to module whitelist, use right name for comp module in other places
...
SVN revision: 82541
10 years ago
Mike Blumenkrantz
da8302ac86
comp needs managers to exist on init. riiiiight
...
my favorite dish today: humble pie
SVN revision: 82540
10 years ago
Mike Blumenkrantz
fc7200fa19
vtorri for raster's commit
...
SVN revision: 82538
10 years ago
Carsten Haitzler
592f1d1c79
no config - we should insta-restart with default profile.
...
SVN revision: 82537
10 years ago
Carsten Haitzler
da9b477dc9
we really should return.. as e_config is null.
...
SVN revision: 82535
10 years ago
Mike Blumenkrantz
cc42401f59
fix E_Win handling of window state changes, also fix e_border handling of changes.prop setting
...
ticket #2091
SVN revision: 82534
10 years ago
Carsten Haitzler
c5bcdd2398
assert.h++
...
SVN revision: 82531
10 years ago
Mike Blumenkrantz
0e98a9a8e6
don't display comp module in module settings dialog
...
SVN revision: 82529
10 years ago
Mike Blumenkrantz
0296927048
autoremove comp module from e_config if it was previously existing there
...
SVN revision: 82528
10 years ago
Cedric BAIL
278841c8c3
e: we now use Ecore_Getopt.h
...
SVN revision: 82527
10 years ago
Mike Blumenkrantz
a12c0ad941
actually rename conf_comp and update its .desktop...
...
SVN revision: 82526
10 years ago
Mike Blumenkrantz
c9aaacdb35
completely block modules named composite from being loaded
...
SVN revision: 82522
10 years ago
Mike Blumenkrantz
7a7ceb7429
E_LIST_HANDLER_APPEND now assert()s the event handler
...
SVN revision: 82521
10 years ago
Mike Blumenkrantz
8345d7d6d4
order matters in e_main: e_comp would never succeed at compositing anything border-related because it was inited before e_border, thus causing all its e_border event handlers to be nonexistent
...
SVN revision: 82520
10 years ago
Mike Blumenkrantz
9c92b1b73c
fix e_comp_shutdown return type and make e_comp_{init,shutdown} EINTERN so they can't be disabled
...
SVN revision: 82518
10 years ago
Mike Blumenkrantz
75694818a7
patch from Deon Thomas fixing incorrect variable name for base conf module config version
...
SVN revision: 82515
10 years ago
José Roberto de Souza
a913411beb
e systray: Move dbus stuff out of gadcon instance
...
This fix a bug that was empty dbus notification when shelf is moved and
also allow multiple instance if some day we drop xembed support.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82492
10 years ago
Lucas De Marchi
5e81be0fb0
e: NEWS + ChangeLog for comp merge
...
SVN revision: 82472
10 years ago
Lucas De Marchi
ae287fd2d1
e: remove leftovers from comp merge
...
SVN revision: 82471
10 years ago
Mike Blumenkrantz
01a0ddfc9e
fix action deletion when unloading conf2
...
SVN revision: 82463
10 years ago
Mike Blumenkrantz
8e127335cb
force window border (theme) inset to be applied to new client placement geometry, fixing issues where windows would appear to "slide" across the desktop by the size of the border inset; this was primarily noticeable when using wine applications
...
SVN revision: 82460
10 years ago
Rafael Antognolli
779724d6d1
e/comp: Add wayland cflags to avoid build error.
...
SVN revision: 82459
10 years ago
Lucas De Marchi
8cacf8429d
e: merge comp module into core
...
* Move compositor to core, but letting the configuration there
* Rename all files and functions from e_mod_comp_* to e_comp_*
* Move the config dialogs to a new module named conf_comp. It still
uses a domain config, otherwise it would not pick the current
user's configuration. Maybe it would be wise to later on move these
options to e_config
* Fixup the wizard mess linking the header in the build tree in order
to be able to create the config. Since now it's in core, we don't
need to play linking games in the build system
I'm not sure if the wayland part works. It was not even building
previously so I'll let for who cares about this to actually test and
report bugs.
SVN revision: 82454
10 years ago
Mike Blumenkrantz
8096505844
geometry_auto_move option (enabled by default) now also corrects applications which fail in their attempts to center windows on multimonitor systems
...
SVN revision: 82448
10 years ago
Mike Blumenkrantz
dacb574ff4
relabel horrendously mislabeled window placement option, also add conf2 help for it
...
SVN revision: 82441
10 years ago
Mike Blumenkrantz
21dbe23b1a
bump config generation for removal of use_composite
...
SVN revision: 82437
10 years ago
Lucas De Marchi
0675dd03a0
e: rename option use_composite to use_shaped_win
...
In order to move composite inside the core we need to kill the
use_composite option. However in some places it is being used to switch
between ARGB and shaped windows. It doesn't make much sense to keep the
advanced/engine dialog to let the user toggle this options if we have
composite always enabledm, but lets allow the user to shoot
himself on the foot (for now).
Next step will be to move the comp module files to core so user can't
unload it anymore.
SVN revision: 82433
10 years ago
Lucas De Marchi
3ae4bff477
e: fix build with --enable-wayland-clients
...
This seems to be broken since a long time. Even checked if it was when
we changed the build system to non-recursive, but it wasn't.
SVN revision: 82432
10 years ago
Massimo Maiurana
80d6fa8d1c
updating portuguese and italian translations
...
SVN revision: 82423
10 years ago