[cairo-compmgr] magnifier plugin prove of concept |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/cairo-compmgr Archives
]
- To: cairo-compmgr@xxxxxxxxxxxxxxxxxxx
- Subject: [cairo-compmgr] magnifier plugin prove of concept
- From: "Carlos Diógenes" <cerdiogenes@xxxxxxxxx>
- Date: Fri, 18 Jan 2008 16:41:00 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=/7Eq7cExiog2XeJtFrKDrM++0Lv3lJZSmARHxFwSTRU=; b=LHI7MauSdS3Nr4iqg1ptwWebUFwaU5LS71yW6zMmrVzOOSLSTLmexXt13rzcabrjViBdAu8kYwsvdTbe8nmodB68ikGW9I/NAHr6ClDb27qvsYE6iRjjvLypdI1Y+jHFu/BEtF8N64OYCIqZnL4Ot1WLShtOkCIJAsJC0dRJKkU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=a0kmBVffidVnnfoBz6M4vjrwu3/u2rRDDCtBduyiq1fHTKQ7fQewNAUAINGMq1n+umYCTUdvWzJZitqiXs9OElI4e1+Wz8ZKYRroJcYmMht4H3/aypx7WbIlEffKVaEnHyrFtsi51sysDKfJv5cZckfMExGPnbIpTCsMZ3BcK/g=
Hi,
This is a initial implementation of a magnifier plugin, just as a
prove of concept.
I'm send this because I'm having the following issues:
[1] This also doens't work very well :-). The magnified screen isn't
draw right. Sometimes a window disappear, if you move a window with
ALT + clicking and moving a window over the top panel, the window will
override the panel and leave thrash in the magnified window.
[2] Some work in menu-animation and shadow plugins must be done so
they play well with the magnifier plugin.
I really need some feedback about [1], since I don't know what is
causing this. I disabled all the others plugins to try catch the
problem easily, but I don't find the problem.
The problems in [2] I don't investigate much, but regarding the
menu-animation the conflicts are in impl_ccm_window_paint, in the
cairo_translate call, since the division make the magnifier paint in
wrong positions and without the division the menu-animation paint in
wrong positions.
Regarding the shadow plugin I don't investigate anything, so I have no
idea what is wrong in the intereraction.
Best regards,
Carlos.
---