Re: New windowing code

2004-02-25 Thread Harold L Hunt II
Alexander Gottwald wrote: On Wed, 25 Feb 2004, Harold L Hunt II wrote: I changed the condition when IncludeMakefile is defined as sinclude (the former condition seemed broken) and define HasMakefileSafeInclude in cygwin.cf The second was already in CVS. So I only changed the condiation. Int

Re: New windowing code

2004-02-25 Thread Alexander Gottwald
On Wed, 25 Feb 2004, Harold L Hunt II wrote: > > I changed the condition when IncludeMakefile is defined as sinclude (the > > former condition seemed broken) and define HasMakefileSafeInclude in cygwin.cf The second was already in CVS. So I only changed the condiation. > > Interesting. Do you

Re: New windowing code

2004-02-25 Thread Harold L Hunt II
Alexander, I have messages from before and after your commit, and the mailing list archive seems to have caught your commit too: http://pdx.freedesktop.org/pipermail/xorg-commit/2004-February/000376.html http://pdx.freedesktop.org/pipermail/xorg-commit/2004-February/000377.html Did you happen to

Re: New windowing code

2004-02-25 Thread Harold L Hunt II
Alexander Gottwald wrote: On Wed, 25 Feb 2004, Harold L Hunt II wrote: Alexander, I didn't see a commit message for this, nor is there a log of it in CVS: It is in the config/cf directory. The Makefile template uses the macro IncludeMakefile(DependFileName) to include the dependencies but thi

Re: New windowing code

2004-02-25 Thread Alexander Gottwald
On Wed, 25 Feb 2004, Harold L Hunt II wrote: > Alexander, > > I didn't see a commit message for this, nor is there a log of it in CVS: It is in the config/cf directory. The Makefile template uses the macro IncludeMakefile(DependFileName) to include the dependencies but this macros was defined a

Re: New windowing code

2004-02-25 Thread Harold L Hunt II
Alexander Gottwald wrote: Alexander Gottwald wrote: On Mon, 23 Feb 2004, Takuma Murakami wrote: Looks 'sinclude ...' is missing. Hm, I thought I had checked that in. I'll check tonight. I forgot th check it in. I've done it now. make Makefile should create a Makefile which honours the depende

Re: New windowing code

2004-02-25 Thread Alexander Gottwald
Alexander Gottwald wrote: > On Mon, 23 Feb 2004, Takuma Murakami wrote: > > > Looks 'sinclude ...' is missing. > > Hm, I thought I had checked that in. I'll check tonight. I forgot th check it in. I've done it now. make Makefile should create a Makefile which honours the dependencies created by m

Re: New windowing code

2004-02-23 Thread Alexander Gottwald
On Mon, 23 Feb 2004, Takuma Murakami wrote: > Looks 'sinclude ...' is missing. Hm, I thought I had checked that in. I'll check tonight. bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ: 126018723 Chemnitzer Linux-Tag 2004 - 6. und 7. März 2004 http://www.tu-chemnitz.

Re: New windowing code

2004-02-22 Thread Takuma Murakami
Alexander, > Hm. It seems the dependencies are broken for you. > > Can you check this is in hw/xwin/Makefile? > > # -- > # dependencies generated by makedepend > > sinclude Makefile.dep > > if this is present then just do "mak

Re: New windowing code

2004-02-22 Thread Alexander Gottwald
Øyvind Harboe wrote: > - Clipboard causes winapps to deadlock I've noticed some of the deadlocks too. but reproducing them is very hard since they only happen after long and intensive usage. bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ: 126018723

Re: New windowing code

2004-02-22 Thread Alexander Gottwald
Takuma Murakami wrote: > I confirmed the problem after 'make clean', with > Harold's correction. Hm. It seems the dependencies are broken for you. Can you check this is in hw/xwin/Makefile? # -- # dependencies generated by make

New windowing code

2004-02-22 Thread Øyvind Harboe
>- I saw the crash below in the my text mode GDB session when maximizing >Evolution. Don't know what to make of it. This crash happened only once and I was not able to reproduce it. Not surprising really. All the remaining bugs in cygwin-xfree are at this point hard to reproduce and relativel

Re: New windowing code

2004-02-22 Thread Massimiliano Hofer
On Sunday February 22 2004 3:37 pm, Takuma Murakami wrote: > I want to leave it because I don't have the software and > the debug without symptoms is pretty hard. A question I have > is: was the problem observed with older versions or is newly > introduced in release-45? I understand the difficu

Re: New windowing code

2004-02-22 Thread Takuma Murakami
Massimiliano, > The new code seems to fix the problems for me. I had easily reproducible > problems and the new version never exhibited them during my tests. That's good. Thank you for reporting. > I had just one minor glitch in non maximized windows with shadowed popup > menues, where, for s

Re: New windowing code

2004-02-22 Thread Massimiliano Hofer
On Saturday February 21 2004 2:34 pm, Takuma Murakami wrote: > This should fix the following problems about windowing. > 1) Maximize->Minimize->Maximize loses the window contents. > 2) After 1, window size cannot be correctly restored. > 3) Left and top borders does not resize but move the window.

Re: New windowing code

2004-02-22 Thread Takuma Murakami
> > - To get things to compile, I had to make the attached smallchange.txt > > I think that change is not necessary. I changed the type of > HandleCustomWM_COMMAND from int to Bool in my previous > commit on few days ago. Is the definition of the function in > winprefs.c typed as Bool? I confir

Re: New windowing code

2004-02-22 Thread Takuma Murakami
Øyvind, Thank you for testing and reporting. > - To get things to compile, I had to make the attached smallchange.txt I think that change is not necessary. I changed the type of HandleCustomWM_COMMAND from int to Bool in my previous commit on few days ago. Is the definition of the function in

Re: New windowing code

2004-02-22 Thread Harold L Hunt II
Great work Takuma! Harold Takuma Murakami wrote: I committed a couple of changes on windowing in multiwindow mode to the xorg CVS tree. Here I mean move, resize, minimize, maximize, and restore operations as 'windowing'. This should fix the following problems about windowing. 1) Maximize->Minim

Re: New windowing code

2004-02-22 Thread Harold L Hunt II
Øyvind Harboe wrote: I did a cvs update and took the new XWin.exe for a spin. - To get things to compile, I had to make the attached smallchange.txt Good catch. Instead of changing the return type from Bool to int I just included Xdefs.h in winprefs.h. - I saw the crash below in the my text mod

New windowing code

2004-02-21 Thread Øyvind Harboe
I did a cvs update and took the new XWin.exe for a spin. - To get things to compile, I had to make the attached smallchange.txt - I saw the crash below in the my text mode GDB session when maximizing Evolution. Don't know what to make of it. - I was able to resize Evolution window by dragging t

Re: New windowing code

2004-02-21 Thread Alexander Gottwald
On Sat, 21 Feb 2004, Øyvind Harboe wrote: > Where can I find the ChangeLog for Xwin? > > Is there a mailing list where I can read what changes that were made and > which files where changed? http://pdx.freedesktop.org/cgi-bin/mailman/listinfo/xorg-commit > I'm running a build that I compiled fr

New windowing code

2004-02-21 Thread Øyvind Harboe
Where can I find the ChangeLog for Xwin? Is there a mailing list where I can read what changes that were made and which files where changed? I'm running a build that I compiled from :pserver:[EMAIL PROTECTED]:/cvs/xorg based upon Harolds instructions. Is this the repository where you checked in

New windowing code

2004-02-21 Thread Takuma Murakami
I committed a couple of changes on windowing in multiwindow mode to the xorg CVS tree. Here I mean move, resize, minimize, maximize, and restore operations as 'windowing'. This should fix the following problems about windowing. 1) Maximize->Minimize->Maximize loses the window contents. 2) After 1