Displaying 20 results from an estimated 800 matches similar to: "Question regarding window output extents"
2009 Jun 05
1
[PATCH][0.9] Make bool CompWindow::isFocussable Wrappable
Hi,
The attached core patch makes the 'isFocussable' getter in CompWindow
wrappable. This way, plugins such as winrules can make core's getter
function return a different value to the one stored internally without
actually having to modify the value.
Kind Regards,
Sam
--
Sam Spilsbury
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2007 Mar 05
1
[PATCH] Grab state & Last state remembering
Hi,
while porting "Group with tabs" to Compiz
(http://forum.go-compiz.org/viewtopic.php?t=649), I noticed some things
which are available in Beryl, but not in Compiz and which I believe
Compiz should have, too:
- Remembering of the last window state inside the state change notify
This is useful for properly tracking down the window state changes (e.g.
has the window been maximized in
2006 Oct 13
1
[PATCH] Extra Notifications
I am working on exposing events to external apps via the dbus plugin
I found that I really wanted extra Notify Procedures so that I didn't
have to do too much direct access to xlib (If I understand rightly, plugin
developers shouldn't have to do too much xlib work inside the plugins)
I added Create, Destroy, Map, Unmap, Minimize and Unminimize
Hopefully this can be included as I know a
2003 Aug 20
2
samba-3.0rc1 Can access PDC but not others
Hello,
I am trying to migrate an NT domain from an NT PDC to a samba3.0 PDC
without disrupting users or requiring them to change passwords, etc. The
complication is that there are NT fileservers in the domain already, so
it's important that the users be transferred to the samba machine with
SID's and RID's intact (so they can access these shares with the same
permissions).
2011 Mar 30
0
offset in gam
Hi, we are modelling dusky grouper distribution using underwater visual
census. Our response variable is the abundance of groupers but we want to
see differences in habitat related to maturity because dusky groupers use
different habitats when they're juveniles versus adults. So we're using the
% of maturity.
ie 1 individual that is 50cm TL gets aprox 0.5 (50% chances to be mature and
50%
2007 Apr 05
1
Ignoring increment hint when maximized horz/vert
Here's a quick patch to have either horz or vert (instead of both) maximized windows honor the "ignore" option:
--- src/window.c
+++ src/window.c
@@ -4012,7 +4012,7 @@ constrainNewWindowSize (CompWindow *w,
if (d->opt[COMP_DISPLAY_OPTION_IGNORE_HINTS_WHEN_MAXIMIZED].value.b)
{
- if ((w->state & MAXIMIZE_STATE) == MAXIMIZE_STATE)
+ if (w->state
2008 Sep 29
1
Switch between Wine Versions for best App support - "glow"
Hallo wine users,
I just found a (maybe!?) very unkown project for better wine handling. It is named glow (- some GLasses Of Wine) and enables wine users to start their applications with different versions of wine easily. The motivation for this python-script is of course the problem that some satisfactorily supported windows applications does not any longer run so well in later versions of wine.
2018 May 05
0
Thank you from the Glow Developers
Very cool! The first thing that jumps out to me is how tidy and modular the
code structure is. The code feels very familiar (stylistically,
organizationally, etc.) to me as an LLVM developer.
One thing that wasn't at all clear to me is how this is different/similar
to TensorFlow XLA (previously mentioned on this list). Can you briefly
compare and contrast this with TensorFlow XLA?
-- Sean
2009 Mar 01
3
CompRect modification
Me and Dennis Kasprzyk changed CompRect to be more intuitive and easily
replace XRectangle use.
This patch changes CompRect and whole Core.
Thanks for attention.
--
Eduardo Gurgel Pinho
(GELSoL-UFC)
(Gentoo) Linux User #415930
http://edgurgel.wordpress.com
http://alu.dc.ufc.br/~eduardo
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 May 04
2
Thank you from the Glow Developers
Hello LLVM community,
We have been working hard on a new domain specific optimizing compiler, and
we
are pleased to announce that we have recently open sourced the project! We
would like to introduce you to Glow, an optimizing compiler for neural
networks!
This new compiler is built on the hard work of this community and we would
like
to thank all of the contributors to the LLVM project. We
2007 Apr 13
3
LED does not glow on new Voicemail
I have a CISCO 7912 phone, the LED on the phone does not glow when there is new voicemail, can we configure Asterisk to have the LED glow on new Voicemail.
Regards,
Sanjay Rajdev
2006 Oct 18
1
[PATCH] Compiz Events
I wrote this quick patch because I want plugins to be able to
communicate with each other with events. Using the option values to
communicate with each other is a bit cumbersome if you want to monitor
for changes or do anything which requires events.
It is just a small patch and works in the compiz way (ie by wrapping the
core
event).
Some potential events that I can think of at the moment are
2007 Apr 26
3
Extension languages and Compiz.
My recent work on Compiz-scheme has brought to my attention several
problems preventing a real compiz extension language.
Note that when I refer to an extension language, I am not referring to
the ability to add plugins in some other languages, but more of
something in the vein of emacs lisp.
The major problem right now is extension languages are locked in to
one plugin and what core exposes.
2010 Jul 10
3
Jade Dynasty graphics "glow" problem
I'm trying to get Jade Dynasty to work properly with Wine. Most of the bugs I've fixed or are to minor to worry about. There is one problem I can't seem to fix.
Glows on weapons are bright white from most camera angles. It appears the glows are reflecting something, but I don't know what. Certain monsters glow white as well. The bug does not happen on the character select screen
2005 Jun 28
1
Thomas script.aculo.us (important bug and add ons)
Sorry. Posted from wrong email originally. Moderator, please ignore other
post. Thx.
To Thomas Fuchs,
First of all, thanks for your amazing scripts on script.aculo.us. You''ve got
quite some talent. I knew I was in for a treat when I read your goals
(mainly about simplicity). My goals exactly. Keep it simple is great when
you''re trying to integrate 100 different things.
I wrote
2007 Aug 13
0
2 commits - libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_tag.h
libswfdec/swfdec_sprite_movie.c | 60 ---------------
libswfdec/swfdec_tag.c | 152 +++++++++++++++++++++++++++++++---------
libswfdec/swfdec_tag.h | 5 +
3 files changed, 128 insertions(+), 89 deletions(-)
New commits:
diff-tree 37ed222d6ea5305df2c238122be4e31a98af3229 (from 9d35a0a007492163043bf609bf2759a05738c8df)
Author: Benjamin Otte <otte at gnome.org>
Date:
2007 Apr 12
1
[PATCH] Transparent cube
Hi,
Recently i have worked on re-writing beryl's transparent cube, and
ported 3d plugin to compiz.
I'm attaching a patchset here that includes the transparent cube
patches (i'll post the 3d plugin when i fix some problems that didn't
happen in beryl).
Patching order: btf-ftb.patch, clip-planes.patch, plugin-events.patch,
cube-paint-order.patch, transparent-cube.patch.
Special
2009 Feb 25
2
A Modest Definition List Proposal (David E. Wheeler)
Taking David's example further, here is a first try:
id | name | description | more info
-----+---------+-------------------+-----------------
6 | Inset | An inset element | just one element
8 | Stories | Another element | another element
: with 2 lines, without
: colons on the left.
9 | Other
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
libswfdec/swfdec_as_interpret.c | 3
libswfdec/swfdec_as_strings.c | 14
libswfdec/swfdec_load_object.c | 178 +---
libswfdec/swfdec_load_object.h | 21
libswfdec/swfdec_load_object_as.c | 71 +
libswfdec/swfdec_loader.c | 75 +
2008 Oct 01
2
Call of Duty 4
Good day guys! :)
I have a few questions for you )
Archlinux "overlord" on samsung r25 laptop (ati radeon x2300, 1.6ghz core 2 duo, 2gb ram), + wine 1.0 from sources with [3dmark patch] and wine 1.1.5 from arch reposit. :)
i'l try to start Call of duty 4, and specially CoD4 multiplayer with Pb =)
With patched wine 1.1.5 or with this from the repositories cod4 doesn't start