Hannes Janetzek
770b48d12d
e17/comp: disable reuse of old comp_win for borders switching frame window for now.
...
bad things can happen with internal windows when switching rgb/argb frames.
need to check it tomorrow.
SVN revision: 57517
13 years ago
Hannes Janetzek
48f84b70f3
e17/comp: wait for first damage on win_show.
...
this fixes pixel garbage with many gtk menus.
are there any windows that dont create damage on show?
SVN revision: 57513
13 years ago
Hannes Janetzek
f0657e77f2
e17/comp: set smooth scaling of mirror objects according to config
...
SVN revision: 57511
13 years ago
Hannes Janetzek
9a0a0905d5
e17/comp:
...
- remove mirror object from cw->obj_mirror when object is deleted
- stack the mirror object relative to the original. just handy
- allow to set hidden_override. typo?
- reuse comp_win for borders that switched between argb/rgb frame
SVN revision: 57510
13 years ago
Boris Faure
7c6caaa267
e: fix variable scope + indenting
...
SVN revision: 57506
13 years ago
Boris Faure
62ae791ca4
e: fix bd->changes.border
...
this way it's possible to know whether the border has changed when hooking
on E_BORDER_HOOK_EVAL_POST_BORDER_ASSIGN
SVN revision: 57478
13 years ago
Eric Schuele
329fcebb36
Add a few missing module descriptions.
...
SVN revision: 57465
13 years ago
Hannes Janetzek
91ded1893f
e17/everything: identify evry window for compositor
...
SVN revision: 57464
13 years ago
Michael BOUCHAUD
c3138e6c97
fix problem with some popup and illume-keyboard(like firefox urlbar). The pressed key send by the virtual is wrong, he send the previous key you have typed
...
SVN revision: 57459
13 years ago
Hannes Janetzek
23428da6ea
e17: allow themes to request argb window frames
...
if your window border theme will use transparency add:
data { item: "argb" "1" } to the respective border groups
SVN revision: 57458
13 years ago
Eric Schuele
09b181a9d5
Make sure auto-hidden shelves only unhide when you mouse in while on a desktop the shelf is actually present on
...
SVN revision: 57441
13 years ago
Hannes Janetzek
f8fc5f9f78
e17/fm: fix segv
...
SVN revision: 57399
13 years ago
Sebastian Dransfeld
80ae44090b
e: revert change of return value for callback
...
No need to cancel the event, others might want it.
SVN revision: 57392
13 years ago
Gustavo Sverzut Barbieri
a565e9f077
winlist: offer a way to cycle icccm.class
...
icccm.class is usually unique per application, so you can use that to
cycle betwen the applications in your desktop. This mode is
complementary to the already existing "cycle all windows of current
class", which cycles all windows of the current application.
SVN revision: 57386
13 years ago
Hannes Janetzek
0167df0c3b
e17/conf_apps: show description for autostart entries
...
SVN revision: 57377
13 years ago
Hannes Janetzek
3dccde7da9
e17: apps startup config dialog: added section to add .desktops from /etc/xdg/autostart
...
- whitespace cleanup
SVN revision: 57375
13 years ago
Hannes Janetzek
58a6daea12
e17: startup: cancel cb. this needs to run just once
...
SVN revision: 57370
13 years ago
Christopher Michael
463c6051d1
E Comp Module: formatting/whitespace fixes.
...
Remove miles of whitespace & fix horrible formatting.
No Jeff, we do not declare variables in the middle of our
functions (in E).....SPANK SPANK :P
SVN revision: 57345
13 years ago
Hannes Janetzek
e2a91285df
e17/comp: show more info in match list.
...
before one had to open 'edit match' to see what it actually matches
SVN revision: 57339
13 years ago
Hannes Janetzek
85a86051db
e17/comp: cleanup last commit and fix warnings on 64bit os
...
SVN revision: 57338
13 years ago
Hannes Janetzek
76d3af24a6
e17/comp: make config dialog inaccessible while editing window matches
...
overlay dialog with a background and put the match widgets above so that
one cant press other buttons e.g. delete the match that one is currently
editing. also fixes the problem that when frametable has a translucent
background the dialog below doesnt shine through
SVN revision: 57337
13 years ago
Hannes Janetzek
5d71553af1
e17/comp: fix segv in config dialog when no item is selected
...
SVN revision: 57335
13 years ago
Hannes Janetzek
daaa96b36a
e17/everything: add everything launcher action before plugin actions
...
this makes the sorting in bindings dialog be nicer and works
around the bug in keybinding conf dialog where it selects the
plugins-plugin for the binding of 'show evry' and fscks it up.
SVN revision: 57289
13 years ago
Hannes Janetzek
9020265aad
e17/everything: disable debug output
...
SVN revision: 57288
13 years ago
Hannes Janetzek
0e59861be3
e17/fm: fix last commit.
...
it's possible that ic_next could be NULL
SVN revision: 57260
13 years ago
Hannes Janetzek
af23edc941
e17/fm: select next item after deleting a file
...
SVN revision: 57258
13 years ago
Massimo Maiurana
359a85e93d
updating various translations
...
SVN revision: 57225
13 years ago
Sebastian Dransfeld
67da66aacf
Fix raster fix
...
Use eina_strbuf_append_length, not eina_strbuf_append_n to add a string
with known length.
SVN revision: 57211
13 years ago
Hannes Janetzek
3320d11083
- show windows by default in top-level now
...
- allow changing popup size by 1 pixel
- added some more comments
SVN revision: 57209
13 years ago
Hannes Janetzek
259e268f3c
fix for showing plugins as icon in aggregator
...
- make plugin instances be proper evry items so that they are ref counted like everything else.
now plugin->begin MUST always return a new instance, never the base class
SVN revision: 57206
13 years ago
Carsten Haitzler
09d6cde244
work around weird eina-ism fo strlening a strign it already knows the
...
length of.
SVN revision: 57202
13 years ago
Christopher Michael
d9ffb02f30
E: e_widget_scrollframe. Fix 'conditional jump depends on
...
uninitialized values'
SVN revision: 57197
13 years ago
Boris Faure
9dcd184e39
e: use "while" and not an ugly "for"
...
SVN revision: 57160
13 years ago
Carsten Haitzler
048a1e6cf7
ok user signal was a nice idea but we get user2 already so we cant use
...
ir without fps always toggling
SVN revision: 57156
13 years ago
Hannes Janetzek
858abf57f1
add option to disable use of fdo icon theme
...
cleanups
SVN revision: 57148
13 years ago
Hannes Janetzek
71d65ca3d1
set load size for fdo icons
...
SVN revision: 57137
13 years ago
Hannes Janetzek
adccf26b7a
e_util_icon_theme_set: use e_icon_scale_size_set to request fdo icon size
...
SVN revision: 57136
13 years ago
Hannes Janetzek
92a078ac32
get larger icons by temporarily changing e_scale
...
SVN revision: 57131
13 years ago
Hannes Janetzek
afade15978
use icon lookup order also in everything
...
SVN revision: 57128
13 years ago
Carsten Haitzler
f45709a73a
and fill in policy holes with handling transitions to/from fullscreen
...
etc.
SVN revision: 57125
13 years ago
Massimo Maiurana
308534cc44
updating russian translations
...
SVN revision: 57124
13 years ago
Carsten Haitzler
71c6ac602e
also set geom fro indicator
...
SVN revision: 57122
13 years ago
Carsten Haitzler
a82f5c99c4
fix some design and policy issues so it's simple and sane tyo write a
...
new home screen and softkey - looking at indicator next.
SVN revision: 57119
13 years ago
Boris Faure
599e4570d0
e: fix indent
...
SVN revision: 57118
13 years ago
Carsten Haitzler
5a7a504cb8
conformant home window... should not be sized down :)
...
SVN revision: 57111
13 years ago
Hannes Janetzek
c4401dec20
- remove deprecated e_util_menu_item_edje_icon_set
...
- change default icon lookup order from
user theme > default theme > fdo theme to
user theme > fdo theme > default theme
SVN revision: 57105
13 years ago
Boris Faure
4f7e03fe3e
e: just use eina_stringshare_replace
...
SVN revision: 57079
13 years ago
Boris Faure
9fcfc565b1
e: use stringshare_replace in window_border_set
...
SVN revision: 57077
13 years ago
Carsten Haitzler
f09e917e18
fix case where we could have x fatal stuff happen during shutdown or
...
we try use x on shutdown when x io fatal conditions have happened.
x_fatal flag around for that now too. tested. seems to now be happy
and not cause aborts on shutdown when x has gone.
SVN revision: 57075
13 years ago
Carsten Haitzler
6739ee9747
pointed out by doyoun kim - why ever this was -2 beats me. it'd skip a
...
layer below the given one.
SVN revision: 57074
13 years ago