Carsten Haitzler
bbd8bddc1e
try and be more robust on profile.cfg load.
...
SVN revision: 45014
14 years ago
Carsten Haitzler
07ccfbae03
fix seg!
...
SVN revision: 45001
14 years ago
Carsten Haitzler
74022ed457
fix random white/black box thing.
...
SVN revision: 45000
14 years ago
Carsten Haitzler
74e89eba71
comments++
...
SVN revision: 44999
14 years ago
Carsten Haitzler
6890952e31
handle border!
...
SVN revision: 44998
14 years ago
Carsten Haitzler
2ade583930
fix issue introduced with shader fixes.
...
SVN revision: 44997
14 years ago
Carsten Haitzler
4ed5747b83
dont show ecore-evas of internal windows b4efore border evals! do it there!
...
SVN revision: 44995
14 years ago
Gustavo Sverzut Barbieri
271862f5c0
rename _Name to _e_mixer_Name, avoiding sym clash
...
SVN revision: 44993
14 years ago
Gustavo Sverzut Barbieri
7367354419
make this variable static.
...
This is the nasty bug with mixer module... it didn't happen before
because I always compile with -fvisibility=hidden
SVN revision: 44992
14 years ago
Sebastian Dransfeld
f62b54b960
Strip file:// from uri
...
SVN revision: 44991
14 years ago
Christopher Michael
8dbdeb73da
Check event handlers are valid before trying to delete them.
...
Use PATH_MAX.
Fix formatting/whitespace.
SVN revision: 44990
14 years ago
Jorge Luis Zapata Muga
33fdfb9322
+ [Eina] API change. eina_module_list_flush() -> eina_module_list_free()
...
as we are on the modules context not the array.
All the referenced projects are changed too. Remember that the list_free()
already calls the unload() on each module so no need to call list_unload()
SVN revision: 44978
14 years ago
Carsten Haitzler
0df20ebd86
printf--
...
SVN revision: 44975
14 years ago
Carsten Haitzler
ab4cdbc2fd
fix shading of windows
...
SVN revision: 44974
14 years ago
Carsten Haitzler
47258b4023
unload cleanly - del animator!
...
SVN revision: 44972
14 years ago
Carsten Haitzler
87b3e0e62a
use new selection compositor set call!
...
SVN revision: 44970
14 years ago
Sebastian Dransfeld
b2beb53360
Split evas from ecore_input
...
SVN revision: 44957
14 years ago
Carsten Haitzler
b2e8f4cd5a
fix segv.
...
SVN revision: 44948
14 years ago
Carsten Haitzler
77fda764ed
fixme--
...
SVN revision: 44947
14 years ago
Carsten Haitzler
5e891880f1
lots of fixes. looking solid now. bugs gone. argb windows handled. proper
...
update queue with tile updates etc.
SVN revision: 44946
14 years ago
Carsten Haitzler
7f91199f2a
defeereed on-frame updates only now (need to be more sophisitcated as this
...
has a 1 frame delaye or wors on e's own renderings)
fix stacking issues.
SVN revision: 44939
14 years ago
Carsten Haitzler
eb7781dabd
fix uninit val read
...
SVN revision: 44926
14 years ago
Carsten Haitzler
dfd5f13aee
make alerts work with composite managers in modules.. so if we segv... we can
...
see it and recover etc. - requires module compmgr to "do the right thing" and
advertise the composite window.
SVN revision: 44924
14 years ago
Carsten Haitzler
f23dea49bc
unload and leave screen usable...
...
SVN revision: 44922
14 years ago
Carsten Haitzler
703a3f4dba
compositing... well... it gets pixels and draws... and have image objects.
...
alpha and shaped windows not handled currently. using evas as renderer.
SVN revision: 44921
14 years ago
Christopher Michael
ffaef6196d
When setting gadcon zone, record the zone id in config struct. (There was a
...
placeholder for it, but never got filled).
Fix some formatting while I am in here.
SVN revision: 44914
14 years ago
Massimo Maiurana
aa6cadbdef
updating french and italian translations
...
SVN revision: 44909
14 years ago
Christopher Michael
d877b90de5
If we are passed a zone, use it rather than regetting zone.
...
Fix some formatting.
SVN revision: 44908
14 years ago
Christopher Michael
56178c136b
Use e_scale when calculating window width/height.
...
SVN revision: 44907
14 years ago
Christopher Michael
e8d3e7c673
Rework indicator for xinerama support.
...
SVN revision: 44904
14 years ago
Christopher Michael
00a39733f9
Modify softkey code to handle xinerama.
...
SVN revision: 44903
14 years ago
Christopher Michael
9d4f41fe94
Use PATH_MAX instead of 4096.
...
Fix some formatting issues.
SVN revision: 44897
14 years ago
Gustavo Sverzut Barbieri
76a2025a66
bump requirements on eet to 1.2.3 everywhere.
...
There is no point into checking for 1.0.1 and 1.2.3, check for the
1.2.3 everywhere.
SVN revision: 44896
14 years ago
Gustavo Sverzut Barbieri
75856e21ea
Add various missing libraries linkages, by Lutin.
...
SVN revision: 44889
14 years ago
Christopher Michael
7c3a27c3c9
Remove dead lines.
...
Don't use X round-trips.
SVN revision: 44883
14 years ago
Christopher Michael
a28b80b1dc
Don't use X round-trips.
...
SVN revision: 44882
14 years ago
Christopher Michael
a5bac23eca
Use border props for quickpanel rather than round-trip X calls.
...
SVN revision: 44881
14 years ago
Gustavo Sverzut Barbieri
2384854350
fix strength hiding, make it simpler and bit faster.
...
SVN revision: 44880
14 years ago
Christopher Michael
f435c770e4
Add illume atoms to e_border struct.
...
Add code to fetch illume atoms on border map & property changes (if needed).
- This avoids a lot of round-trip calls to X when running illume2.
Remove whitespace & fix some formatting.
Use PATH_MAX instead of 4096.
Update illume2 code to use new border atoms and avoid round-trip X calls.
SVN revision: 44879
14 years ago
Carsten Haitzler
5ebb87d158
1. compositor module skeletion. have more code elsehwere currently
...
2. lutin patch for path_max
SVN revision: 44874
14 years ago
Christopher Michael
3ec7e23d3f
Some printfs for quickpanel sort (as it still does not seem to sort
...
correctly all the time).
SVN revision: 44872
14 years ago
Christopher Michael
d39c3131fe
Remove a printf.
...
Do not set lock_client_location or lock_user_location during border assign
hook. (These were responsible for elm_indicator window not being movable)
Add a new function so that we can move indicator window to proper position
if we are not in landscape mode. ( This resets indicator window to top
position when mode changes to non-landscape)
Thanks for the help Raster ;)
SVN revision: 44871
14 years ago
Christopher Michael
618763a524
Remove samsung policy.
...
SVN revision: 44869
14 years ago
Christopher Michael
7d817812d9
Remove samsung policy directory. Not really needed.
...
SVN revision: 44868
14 years ago
Christopher Michael
35df00f32a
Add event for when policy changes.
...
Handle policy change event.
Remove some unneeded includes.
SVN revision: 44867
14 years ago
Christopher Michael
21055add39
Fix sorting on major numbers (still a problem w/ sorting on minor numbers
...
tho).
SVN revision: 44866
14 years ago
Christopher Michael
13e049e6b6
Add new illume2 (loadable policy .so's) to configure.ac, etc.
...
SVN revision: 44865
14 years ago
Christopher Michael
687881fc63
Rework illume2:
...
- Policies are now loadable .so's ;)
SVN revision: 44864
14 years ago
Christopher Michael
6ca0879feb
Remove old illume2 (readding in a second with lots of changes, so this was
...
easier).
SVN revision: 44863
14 years ago
Daniel Kolesa
33c5c77f49
Updating Czech translations.
...
SVN revision: 44860
14 years ago