Mike McCormack
ba7e839885
e: Ignore desktop files
...
SVN revision: 75155
11 years ago
Carsten Haitzler
4ea769764a
pager fixups...
...
1. dont use a livethumb resolution OF THE SCREEN! per pager desktop
that means u alloc width*height*4 bytes... u have 6 desktops,
1920x1080 screen... thats 48mb for the backing images at full res. no!
bad bad! so i cut it down to 1/16th of the screen res. ie 1920/16 x
1080/16 for the full rest "livethumb". at least its much more
managable (i woke up to find after an update my e was using an EXTRA
100mb of ram! (2560x1440*4desk + 1920x1200*4desk).
2. dont create the livethumbs at all unless you have the bg preview
on! (i had it off and i still paid the price of the mem usage).
3. make the live preview inverted in the cfg gui - ie enable the live
preview, not disable it.
4. fix theme to preview bg fills the pager base box correctly within
the border bounds.
5. dont enforce aspect handling in livethumb as pager is "master" of
aspect (taken from desktop anyway).
SVN revision: 75154
11 years ago
Christopher Michael
c02739d6c0
E: Fix uninitialized variable warning.
...
SVN revision: 75112
11 years ago
Mike Blumenkrantz
fd307cdf7d
formatting
...
SVN revision: 75103
11 years ago
Mike Blumenkrantz
113448e2ac
fixed pager bg previewing to use livethumb and also support animated backgrounds
...
note: using this with klok WILL slow your system to a crawl
SVN revision: 75102
11 years ago
Carsten Haitzler
4fd1273826
on fullscreen change of a window force a comp show re-anim. this makes
...
sure u know something went fullscreen. security thing.
SVN revision: 75101
11 years ago
Mike Blumenkrantz
95d0aa8d0b
use animation hint to disable bg animation when setting a bg
...
SVN revision: 75096
11 years ago
Mike Blumenkrantz
63fcb74610
move animation hint into bg group so we can use a better codepath to check it
...
SVN revision: 75093
11 years ago
Mike Blumenkrantz
f697879b23
add a hint in import config edj creation for disabling animation
...
SVN revision: 75092
11 years ago
Mike Blumenkrantz
163f21d4b5
don't need to close and reopen a file in import config dialog
...
SVN revision: 75087
11 years ago
Mike Blumenkrantz
b4fdb00c96
use strdupa in import config dialog
...
SVN revision: 75085
11 years ago
Mike Blumenkrantz
2b9279ba81
convert some ints to size_t in e_sys_main
...
suggestion by rustyBSD@gmx.fr
SVN revision: 75084
11 years ago
Mike Blumenkrantz
45a7a3e283
fix shadow warnings
...
patch by rustyBSD@gmx.fr
SVN revision: 75083
11 years ago
Mike Blumenkrantz
74594f4c6d
also hook dialog delete in entry dialog
...
SVN revision: 75081
11 years ago
Boris Faure
4f59520f88
e: add xinerama options to x-ui. Patch by Thanatermesis
...
Also switch to bash.
SVN revision: 75079
11 years ago
Mike Blumenkrantz
ffac12a5e1
forgot to hook dialog deletes in new import dialogs which led to a crash when keybinds were used. fix!
...
SVN revision: 75078
11 years ago
Mike Blumenkrantz
97faa73719
modal windows now properly block events on their parent windows
...
SVN revision: 75073
11 years ago
Mike Blumenkrantz
968fda6d06
formatting
...
SVN revision: 75070
11 years ago
Mike Blumenkrantz
edf4cfa5da
add case for net wm state change fetch flag to be set
...
SVN revision: 75069
11 years ago
Mike Blumenkrantz
c0790f7d55
fix case of reparenting window where properties are just being set and window is not actually being reparented
...
SVN revision: 75068
11 years ago
Mike Blumenkrantz
e3e11778fa
wait till after module init is over before drawing gadgets so we can draw them all at once, also don't need to bind to frametime anymore with this
...
SVN revision: 75067
11 years ago
Mike Blumenkrantz
3c2e02bf8b
prevent module init end event from getting canceled here
...
SVN revision: 75066
11 years ago
Carsten Haitzler
e5b196862d
fix shelf "fixups" on zone add/del.
...
SVN revision: 75064
11 years ago
Mike Blumenkrantz
f6af7bd8d2
remove all traces of old and unused bg import dialog. whoever put a separate import dialog into e_utils.c, and the person who committed r44556 with the id "barbieri" on 2009-12-18 shall indeed remain nameless, decided to leave the other one hanging around. as a result, the one that he copied from the original sat around without being modified, and now ended up being removed instead of being properly integrated
...
SVN revision: 75052
11 years ago
Mike Blumenkrantz
516ff07701
remove old file from pofiles
...
SVN revision: 75051
11 years ago
Mike Blumenkrantz
c8087e9533
set import config as child of import dialog; e_border bug pending with herohorns before this works properly again
...
SVN revision: 75050
11 years ago
Mike Blumenkrantz
d2d10a05ab
add dialog helper function to set modal/transientfor on windows
...
SVN revision: 75049
11 years ago
Mike Blumenkrantz
142b11e6f0
grab escape key for dialogs for closing them
...
SVN revision: 75048
11 years ago
Mike Blumenkrantz
5e1e915578
break out wallpaper import dialog and import settings dialog into separate dialogs usable outside the wallpaper widget, also clean up this code
...
SVN revision: 75047
11 years ago
Mike Blumenkrantz
0689758ce0
call changed when radio changes
...
SVN revision: 75043
11 years ago
Mike Blumenkrantz
b9877f6ac1
formatting
...
SVN revision: 75042
11 years ago
Cedric BAIL
9a4f70925e
e: fix horizontal slider slow creation time.
...
SVN revision: 75038
11 years ago
Mike Blumenkrantz
361376a48b
typedef for E_Dialog_Cb
...
SVN revision: 75036
11 years ago
Mike Blumenkrantz
f8eff99bf8
Dear all.
...
I found the bug which may occurs enlightenment crash.
There is code to insert E_Gadcon pointer to custom_populate_requests list in e_gadcon_custom_new(). However, there is no code to remove deleted E_Gadcon pointer from custom_populate_requests list in e_gadcon_custom_del(). So, if the e_gadcon_custom_del() is called before calling _e_gadcon_custom_populate_idler(), then enlightenment crash may occurs while e calls _e_gadcon_custom_populate_idler() because e accesses deleted E_Gadcon pointer.
I modified this problem. Please review this patch.
Thanks.
--
Doyoun Kang
SVN revision: 75033
11 years ago
Mike Blumenkrantz
934caf9241
fix min sizing (height) of fsel
...
SVN revision: 75029
11 years ago
Mike Blumenkrantz
5c9aeaaa47
fsel now properly selects the first file in a directory on directory load/change
...
SVN revision: 75017
11 years ago
Mike Blumenkrantz
ac28718562
add function for counting number of selected files
...
SVN revision: 75016
11 years ago
Mike Blumenkrantz
e58efabc1e
filepreview directory previews now allow navigation, disable click rename in filepreview and fsel
...
SVN revision: 75015
11 years ago
Mike Blumenkrantz
8ab4a302b4
disable view menu in fsel, this looked terrible anyway
...
SVN revision: 75014
11 years ago
Mike Blumenkrantz
6ea8835011
disable click renaming in theme, wallpaper, desklock wallpaper, and fwin sidebar file lists
...
SVN revision: 75013
11 years ago
Mike Blumenkrantz
d2b8ccd61a
add efm option to disable click renaming
...
SVN revision: 75012
11 years ago
Mike Blumenkrantz
903408f4d4
add flist function to get config
...
SVN revision: 75011
11 years ago
Mike Blumenkrantz
e4584d2214
fix up advanced font dialog a lot to work less stupidly and set icon indicators when it should
...
SVN revision: 75009
11 years ago
Mike Blumenkrantz
fe2cfa7e0c
ilist now supports disabled state, though it does not indicate this visually yet
...
SVN revision: 75007
11 years ago
Carsten Haitzler
756faca85b
and by default for fullscreen windows use fullscreen comp style theme
...
thing. it means u know its a fullscreen window opening AND thus u can
"protect" against security issues like apps popping up fs windows
mimicking your desktop with screenshots etc. :)
SVN revision: 75003
11 years ago
Carsten Haitzler
0bfa24080b
add fullscreen comp theme.
...
SVN revision: 75002
11 years ago
Mike Blumenkrantz
3997046ea2
add function to change valptr on check widget
...
SVN revision: 75001
11 years ago
Carsten Haitzler
7713bd830f
fix flash fullscreening to stay above shelf.
...
SVN revision: 75000
11 years ago
Mike Blumenkrantz
b1c5983d72
revert some changes to e font that broke things; the hunt for #1284 begins
...
SVN revision: 74998
11 years ago
Mike Blumenkrantz
cd9c7ee8dc
ensure that title clicking an icon to rename only causes the rename if no other icons are clicked/selected
...
SVN revision: 74995
11 years ago