Re: [Pgui-devel] Polygon patch

2001-11-15 Thread Shane Nay
On Thursday 15 November 2001 15:43, Micah Dowty wrote: > I have the code integrated into pgserver in CVS now. However, there > are some problems with clipping and scaling. > > The filled polygon makes no attempt to implement clipping, so it > will gladly write anywhere on or off the screen. I also

Re: [Pgui-devel] Rotation

2001-11-15 Thread Micah Dowty
I just added the "Base rotation angle" config option to implement this. It rearranges the rotation logic in video.c such that a 90 degree rotation flag loads the 90+base degree video wrapper, and so on. Quoting Pascal Bauermeister <[EMAIL PROTECTED]>: > Hello Micah, > > > One can specify pgse

Re: [Pgui-devel] Polygon patch

2001-11-15 Thread Micah Dowty
I have the code integrated into pgserver in CVS now. However, there are some problems with clipping and scaling. The filled polygon makes no attempt to implement clipping, so it will gladly write anywhere on or off the screen. I also noticed that the ellipse and filled ellipse do not implement c

Re: [Pgui-devel] Input fields, cursor arrows & focus

2001-11-15 Thread Micah Dowty
Quoting Christian Grigis <[EMAIL PROTECTED]>: > Hello Micah, > > It appears that in the input field widget (PG_WIDGET_FIELD), the arrow > keys do not allow the user to move forwards and backwards inside the > field, but rather to navigate among the existing widgets by moving the > focus, similar

[Pgui-devel] Input fields, cursor arrows & focus

2001-11-15 Thread Christian Grigis
Hello Micah, It appears that in the input field widget (PG_WIDGET_FIELD), the arrow keys do not allow the user to move forwards and backwards inside the field, but rather to navigate among the existing widgets by moving the focus, similarly to what the TAB and SHIFT-TAB keys do. In general, a us

Re: [Pgui-devel] changing label fg color

2001-11-15 Thread Micah Dowty
I just added support for the PG_WP_COLOR property to the label widget. Setting this to a pgcolor will override the theme's foreground color with the specified value. On 2001.11.12 11:10 Marcus Smith wrote: > Hi, > > How can I change the foreground color of a label, without generating a > canvas

Re: [Pgui-devel] interferences between applications

2001-11-15 Thread Micah Dowty
On 2001.11.12 07:46 Bertrand Klaiber wrote: > Hi, > > I've experienced some trouble with an application displaying in a public > container. Sorry for the delay, i've been busy > > Having a public container in an application (PG_WIDGET_BOX), > another app can create and update widgets inside t

Re: [Pgui-devel] Input drivers may break each others

2001-11-15 Thread Micah Dowty
Ok. John Laur fixed the ttykb driver, and I just fixed the vr3ts and serialmouse drivers. The input drivers should cooperate now :) On 2001.11.11 16:08 Pascal Bauermeister wrote: > Hello, > > the input drivers that implement the "int fd_activate(int fd)" function > should really behave, otherwis

Re: [Pgui-devel] Popup disregarding toolbars w/ inputs

2001-11-15 Thread Micah Dowty
As you saw in the other email i just sent, i changed the default canvas triggers. This should allow popups with a canvas widget in them to occupy the entire screen unless you manually turn on a keyboard trigger. On 2001.11.07 04:41 Pascal Bauermeister wrote: > Hello, > > I have a special situati

[Pgui-devel] Changed default canvas widget behavior

2001-11-15 Thread Micah Dowty
Hi everybody. Normally the canvas widget has been processing all types of triggers: (a trigger in pgserver is an event sent to a widget's internal handler) KEYUP, KEYDOWN, UP, DOWN, RELEASE, MOVE, CHAR, and STREAM. The mouse up/down/release triggers are generally useful, and don't generate events