Re: Xaw: Label widget class

2006-01-05 Thread Alexander Pohoyda
Tim Roberts wrote: Alexander Pohoyda wrote: I'd very like to have color pixmaps in labels and buttons, which I suppose is only possible with XCopyArea() call. Please correct me if I'm wrong. Yes, but that's not the only place it will burn you. I could fix one place at a time, or even bulk

Xaw: Label widget class

2006-01-04 Thread Alexander Pohoyda
. -- Alexander Pohoyda [EMAIL PROTECTED] PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72 15 54 5F 62 20 23 C6 44 ___ Devel mailing list Devel@XFree86.Org http://XFree86.Org/mailman/listinfo/devel

Xaw: Tree widget class

2006-01-03 Thread Alexander Pohoyda
or just put both diagonal layout and new features into a new derived class? Your input is very much appreciated. -- Alexander Pohoyda [EMAIL PROTECTED] PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72 15 54 5F 62 20 23 C6 44 ___ Devel mailing list Devel

Xaw/simpleWidgetClass: I18N problem with XtNtip resource

2005-09-28 Thread Alexander Pohoyda
strings in windows, but the same stuff is done in Label.c and it should be possible for tipWidgetClass to handle only events and timers and use labelWidgetClass to draw the actual string. Any objections on this? Please CC me on reply. Thank you! -- Alexander Pohoyda [EMAIL PROTECTED] PGP Key

Re: Moving XtWidth, XtHeight, XtX and XtY macroes from XmP.h to IntrinsicP.h

2005-09-16 Thread Alexander Pohoyda
On Wed, 14 Sep 2005, Alexander Pohoyda wrote: On Tue, 13 Sep 2005, Marc Aurele La France wrote: On Tue, 13 Sep 2005, Alexander Pohoyda wrote: Don't you think it makes sense to move (some of) those macroes from Xm/XmP.h to X11/IntrinsicP.h file? They seem to belong there. Given

Re: libXaw/Viewport widget initialization

2005-09-14 Thread Alexander Pohoyda
will provide patches to fix those build errors caused by my changes. Thanks a lot for pointing that out! -- Alexander Pohoyda [EMAIL PROTECTED] PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72 15 54 5F 62 20 23 C6 44 ___ Devel mailing list Devel@XFree86.Org http

Moving XtWidth, XtHeight, XtX and XtY macroes from XmP.h to IntrinsicP.h

2005-09-13 Thread Alexander Pohoyda
Don't you think it makes sense to move (some of) those macroes from Xm/XmP.h to X11/IntrinsicP.h file? They seem to belong there. Please CC me on reply. Thank you! -- Alexander Pohoyda [EMAIL PROTECTED] PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72 15 54 5F 62 20 23 C6 44

libXaw/Viewport widget initialization

2005-09-13 Thread Alexander Pohoyda
)); + +/* * Initialize all widget pointers to NULL */ w-viewport.child = NULL; Please CC me on reply. Thank you. -- Alexander Pohoyda [EMAIL PROTECTED] PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72 15 54 5F 62 20 23 C6 44 ___ Devel mailing list Devel@XFree86

VisibilityNotify/XRaiseWindow race

2004-02-07 Thread Alexander Pohoyda
indicator), another is xlock (used as screensaver). While I was able to find a description of the problem on the Net, there was no solution offered. Is there a Right Way to solve this problem? Many thanks for any answers in advance! -- Alexander Pohoyda [EMAIL PROTECTED] PGP Key fingerprint: 7F

VisibilityNotify/XRaiseWindow question

2004-02-04 Thread Alexander Pohoyda
indicator), another is xlock (used as screensaver). What would be the right way to solve this problem? Thanks for any answers in advance! -- Alexander Pohoyda [EMAIL PROTECTED] PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72 15 54 5F 62 20 23 C6 44 ___ Devel

VisibilityNotify/XRaiseWindow race

2004-01-28 Thread Alexander Pohoyda
*/ if (event.xvisibility.state != VisibilityUnobscured) { /* window was restacked or exposed */ if (!debug !inwindow) XRaiseWindow(dsp, event.xvisibility.window); break; ... What would be the right way to fix this? Thanks for your attention. -- Alexander Pohoyda

Re: CVS Update: xc (branch: trunk)

2003-07-31 Thread Alexander Pohoyda
in the first place. -- Alexander Pohoyda [EMAIL PROTECTED] ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: CVS Update: xc (branch: trunk)

2003-07-31 Thread Alexander Pohoyda
David Dawes [EMAIL PROTECTED] writes: On Thu, Jul 31, 2003 at 07:15:43AM +0200, Alexander Pohoyda wrote: I believe that this is a correct way to develop geometries for related keyboards and I think that it is logical to combine them into one file. OK, so if I understand you correctly, we

Re: CVS Update: xc (branch: trunk)

2003-07-30 Thread Alexander Pohoyda
geometry specifications and will continue to do so. I don't want to create problems, though :-) I'm open to suggestions. Thanks! -- Alexander Pohoyda [EMAIL PROTECTED] ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: IPv6 problems on Linux

2003-07-28 Thread Alexander Pohoyda
FreeBSD too. Tested on 4.8-STABLE. -- Alexander Pohoyda [EMAIL PROTECTED] ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

twm crash with debug info

2003-07-27 Thread Alexander Pohoyda
into add_window.c, you'll see: 188 tmp_win = (TwmWindow *)calloc(1, sizeof(TwmWindow)); ... BTW, ... 205 if (!I18N_FetchName(dpy, tmp_win-w, name)) (gdb) p name $1 = 0x80948c0 TWM Icon Manager I have no idea what's the correct way to fix this. -- Alexander Pohoyda [EMAIL PROTECTED

Re: a small twm/Imakefile patch

2003-07-20 Thread Alexander Pohoyda
),'-DSYSTEM_INIT_FILE=$(TWMDIR)/system.twmrc') It's not about commiting this senseless patch, of course :-) Thank you very much! -- Alexander Pohoyda [EMAIL PROTECTED] ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: a small twm/Imakefile patch

2003-07-09 Thread Alexander Pohoyda
Matthieu Herrb [EMAIL PROTECTED] writes: Alexander Pohoyda wrote (in a message from Monday 7) http://www.alexander-pohoyda.privat.t-online.de/patches/twm.Imakefile.diff Can you elaborate on why is it useful to switch from single quote quoting to backslashes? It may be not useful as much

Re: a small twm/Imakefile patch

2003-07-09 Thread Alexander Pohoyda
Marc Aurele La France [EMAIL PROTECTED] writes: On 9 Jul 2003, Alexander Pohoyda wrote: Matthieu Herrb [EMAIL PROTECTED] writes: Alexander Pohoyda wrote (in a message from Monday 7) http://www.alexander-pohoyda.privat.t-online.de/patches/twm.Imakefile.diff Can you elaborate on why

Re: twm makes uninitialized memory access after malloc()

2003-07-07 Thread Alexander Pohoyda
and will impact performance negatively. I'm running a debug version of twm with /etc/malloc.conf - AJ since Friday, and it never crashed. I'll try to run non-debug version. -- Alexander Pohoyda [EMAIL PROTECTED] ___ Devel mailing list [EMAIL PROTECTED] http

a small twm/Imakefile patch

2003-07-07 Thread Alexander Pohoyda
Does not really deserves a Bugzilla report (1K): http://www.alexander-pohoyda.privat.t-online.de/patches/twm.Imakefile.diff -- Alexander Pohoyda [EMAIL PROTECTED] ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: mkfontscale strikes again

2003-07-05 Thread Alexander Pohoyda
Egbert Eich [EMAIL PROTECTED] writes: [...] static int doScalable; static int doBitmaps; -static int doEncodings; +static int onlyEncodings; +static int onlyEncodings; A typo? -- Alexander Pohoyda [EMAIL PROTECTED] ___ Devel mailing list

Re: twm makes uninitialized memory access after malloc()

2003-07-04 Thread Alexander Pohoyda
the problem may be. -- Alexander Pohoyda [EMAIL PROTECTED] ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

imake template to install files from a third directory

2003-06-30 Thread Alexander Pohoyda
? Better ways to do this? Thanks in advance! -- Alexander Pohoyda [EMAIL PROTECTED] Imake.rules.diff Description: Binary data