Displaying 20 results from an estimated 3000 matches similar to: "moveWindowToViewportPosition only does horizontal viewports"
2006 Dec 14
3
[dbus] add getMetadata to plugins
This patch adds support for getMetadata to plugins. It could probably
use better strings for "core". I need this for my dbus-based
configuration GUI.
--
Travis Watkins
http://www.realistanew.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add_plugin_metadata.patch
Type: text/x-patch
Size: 2511 bytes
Desc: not available
Url :
2007 Mar 02
3
CompDisplay from loaderLoadPlugin
I'm trying to use custom functions for loaderLoadPlugin and
loaderUnloadPlugin to register/unregister plugin paths in the dbus
plugin as needed but I need to get access to a CompDisplay or
DbusDisplay in order to do so. Is there any way to get access to this?
--
Travis Watkins
http://www.realistanew.com
2007 Feb 26
6
dbus introspection
I've started work on a rewrite of sorts for the dbus plugin that
changes how it listens/responds to messages to make it possible to
generate introspection data. The main changes are registering every
plugin, screen, option, etc with dbus_connection_register_object_path
and using libxml2 to generate the introspection data. This more or
less works I just need to hook up the rest of the methods
2007 Mar 01
3
decoration mask
Beryl has this mask called PAINT_WINDOW_DECORATION_MASK that the
decoration plugin sets when it's drawing the decorator windows. It
lets you apply an effect to a window that doesn't affect the
decorations. Does this sound like something that would be useful in
compiz?
--
Travis Watkins
http://www.realistanew.com
2006 Dec 21
2
Freenode Group Registration
I've been informed by freenode staff that in order to claim #compiz
and #compiz-dev (both are apparently leftovers from beryl) we need to
fill out a group registration and have a group contact. I'd be willing
to handle all that, just thought I should ask here first to see if
everyone was ok with it. Thoughts?
--
Travis Watkins
http://www.realistanew.com
2007 Jan 01
1
DBus setting options broken
Using latest git if you try to set an option to the value it already
has you get an error like 'dbus_bindings.DBusException: Method "set"
with signature "s" on interface "org.freedesktop.compiz" doesn't
exist' and setting it to a new value actually changes the setting but
dbus times out waiting for a reply saying so. Setting a list gives the
method
2007 Apr 25
1
glu dependency
The following commit seems to have added a dependency on glu but does
no checks to see if it is actually available:
commit fa5bf5754d8a2e47d659a3abe5cb59a7b0e304d7
Author: David Reveman <davidr@novell.com>
Date: Tue Jan 16 06:07:39 2007 +0100
Project vertices and only update minimum required destination texture
region. Some more optimizations should be done here but the current
2007 Nov 04
0
versioning
Should the master branch be bumped to 0.7.0 instead of 0.5.5? We
already have an 0.6 release so it doesn't really make sense.
--
Travis Watkins
http://www.realistanew.com
2007 Apr 09
5
Python plugin (Python API for Compiz)
Here is my python loader plugin which loads plain python
scripts as full plugins.
There is not much documentation, but I have included a few
examples to get you going.
triangle - Just a basic plugin which shows a triangle on a button
press. This shows using ctypes to pass values from compiz to the
python opengl bindings.
basiczoom - Zooms in on the screen (basically)
inactive - This is a port
2008 Aug 17
1
Making use of names of viewports (grid)
The following code, though not brilliant, works on an A4 page. It
might look odd on other devices of a very different size.
=============X8------- cut here ----------------------------
require(grid)
wide <- 15
vps <- grid.layout(nrow = 3, ncol = 4,
widths = unit(rep(1, 4), rep("null", 4)),
heights = unit(c(99, 1, 99),
2008 Jan 15
1
navigating ggplot viewports
list(...)
I can not get at the grid viewports in a ggplot2 plot.
I know there is supposed to be a viewport called "panel_1_1" but
downViewport() can't find it. Has the viewport been popped?
I had a quick look at the functions involved (eg ggplot_plot)
but there is no obvious problem there.
> library(ggplot2)
> qplot(1:10, 1:10)
> current.viewport()
viewport[ROOT]
>
2007 Oct 24
1
Rotated viewports in Grid
Hi all,
I'm trying to generate a plot containing a scatterplot, with marginal
densityplots for x and y.
However, when I try to generate a vertical densityplot, I get the
message "warning: can't clip to rotated viewport", and nothing shows
up. I'm probably misunderstanding how viewports are meant to be used,
so if someone could give me a hint, I'd be most grateful.
my
2006 Mar 17
1
Re: DUNDi .... Halfway and CLUSTERING
This is mostly in a traditional pbx-like setup. That is, these are
individual remote offices of a larger corporation each with their own
cluster (or clusters, in the case of one site). So there is no NAT, and it
is an Asterisk-only solution (at least insofar as telephony software is
concerned).
Regards,
- Brad
_____
From: asterisk-users-bounces@lists.digium.com on behalf of David Thomas
2009 May 14
1
Problem with viewports, print.trellis and more/newpage
Dear R-users,
I have got the following problem. I need to create 4x2 arrays of
xyplot's on several pages. The plots are created within a loop and
plotted using the print function. It seems that I cannot find the proper
grid syntax with my viewports, and the more/newpage arguments.
The following script is a simplification but hopefully will suffice to
illustrate my problem. Any suggestion
2006 Mar 17
1
Re: DUNDi .... Halfway and CLUSTERING
I understand what you're saying now. While I have absolutely no proof of
this, I have to believe that it's something they've solved. I've got
several production systems (since early December of last year) using the
type of cluster that I'm talking about, and I've yet to hear of any issues
that could be related to this. I also did extensive testing both in the lab
and at
2008 Mar 06
0
[ANNOUNCE] compiz-0.7.2
A new compiz release 0.7.2 is now available from:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.2.tar.gz
which can be verified with:
http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.2.tar.gz.sha1
da3dbe8c5be19aa03529e8d3c7e32365c82a973b compiz-0.7.2.tar.gz
2010 Nov 20
1
Grid newbie: aligning & scaling viewports
Oh Knowledgeable Ones:
I'm working on a project using grid graphics (for the first time). A toy
example is given below, run it simply with >foobar() I am wondering why the
pink dot and concentric circles are not centered on the 3-color axis system.
Further, I feel like the concentric circles don't have the intended radius -
if my math is right, the outmost circle should touch the
2003 Dec 30
0
grid's viewports
Hello!
There is something wrong with nested viewports in grid package (I have
tested it in R-1.8.0, may be it is different in other versions). Here is
an simple example of a feature which seems strange to me:
x11()
rec<-T
push.viewport(viewport(xscale=c(-10,10),yscale=c(-10,10),gp=gpar(col="magenta")),recording=rec)
#Parent viewport with scales -10:10
2005 Oct 03
1
Grid: constructing a gTree with grobs that use named viewports from a vpTree
I'm trying to create a layout with named viewports that I can use for
other functions. I create the viewport tree that I want, and a list
of grobs with the viewports describing where they should go.
library(grid)
vp <- vpTree(
viewport(layout=grid.layout(2,2), name="layout"),
children=vpList(
viewport(layout.pos.col = 1, layout.pos.row=1, name="tl"),
2016 May 17
2
Errors on Cross-Protocol Locking nbmand (ZFS Solaris)
Hello,
I get the following errors when I move large e-mails (i.e. about 15MB)
into mail files.
May 17 13:26:48 mailer3 dovecot: [ID 583609 mail.error] imap(andrew):
Error: fdatasync() failed with mbox file
/home/andrew/Mail/nbmandON/mbox: Permission denied
May 17 13:26:48 mailer3 dovecot: [ID 583609 mail.error] imap(andrew):
Error: ftruncate() failed with mbox file