Re: window decoration for multiwindow mode

2004-01-03 Thread Kensuke Matsuzaki
Hi, A new window manager XWinWM handles Motif WM Hint and Blackbox hint, and kicker has no border. XWinWM is based on Hackedbox, and Hackedbox doesn't use _NET_WM_WINDOW_TYPE atom. I have to supprot EWMH, but XWinWM has preblem on more basically window management (Move, resize, iconify etc). So n

Re: X11 Selections

2004-01-03 Thread Harold L Hunt II
I have successfully wrapped the dix layer's SetSelectionOwner function in InitInput.c (it seems this needs to happen only once per instance of XWin.exe, not per screen), and confirmed that I can print out a message from this function. The next step is to make sure that I can retrieve the curren

Re: window decoration for multiwindow mode

2004-01-03 Thread Harold L Hunt II
Ralf, I believe Kensuke's new window manager for multi-window mode does this (the one that works with miext/rootless). The code is not yet completely checked in, but check the archives for messages he has posted pointing to some test versions. You can check out the code for the server from o

window decoration for multiwindow mode

2004-01-03 Thread Ralf Habacker
Hi, i just saw the xfree development page and recognized a missing feature in the multi window mode, which is is at least interesting for kde, but I assume also for other x applications. Currently the server does not handle modal dialogs like expected (currently modal dialogs are independed

Re: X11 Selections

2004-01-03 Thread Alexander Gottwald
Harold L Hunt II wrote: > Actually, we can break this into two pieces like the Win32->X11 part > below by calling SetClipboardData (foo, NULL)... this tells Windows that > we are delaying rendering the copied text/image/whatever and we must > process WM_RENDERFORMAT and WM_RENDERALLFORMATS to do t

Re: X11 Selections

2004-01-03 Thread Harold L Hunt II
Alexander Gottwald wrote: Just what I've already written in IRC: I've looked into the ICCCM to find out about the handling of X11 selections. From what I've read the xclient (eg xterm) just calls XSetSelectionOwner and can do whatever he wants. The actual data is accessed only when another client

X11 Selections

2004-01-03 Thread Alexander Gottwald
Just what I've already written in IRC: I've looked into the ICCCM to find out about the handling of X11 selections. >From what I've read the xclient (eg xterm) just calls XSetSelectionOwner and can do whatever he wants. The actual data is accessed only when another client calls XConvertSelection.

Re: cygwin/xfree installation questions

2004-01-03 Thread Harold L Hunt II
Don, That might be a good idea. Thanks, Harold Don V Black wrote: Harold - I recommend that you include step # 5 in your documentation. There was an assumption that the neophyte installer understood how to 'select' or 'grab' (your words) the XFree86 modules. I encountered no such documentatio

Re: rxvt comes up with lots of escape sequences visible

2004-01-03 Thread Chris Green
On Sat, Jan 03, 2004 at 02:00:38PM -0500, Christopher Faylor wrote: > On Sat, Jan 03, 2004 at 06:18:37PM +, Chris Green wrote: > >On Sat, Jan 03, 2004 at 12:55:05PM -0500, Igor Pechtchanski wrote: > >> On Sat, 3 Jan 2004, Chris Green wrote: > >> > >> > When I start an rxvt window on my cygwin

Re: rxvt comes up with lots of escape sequences visible

2004-01-03 Thread Christopher Faylor
On Sat, Jan 03, 2004 at 06:18:37PM +, Chris Green wrote: >On Sat, Jan 03, 2004 at 12:55:05PM -0500, Igor Pechtchanski wrote: >> On Sat, 3 Jan 2004, Chris Green wrote: >> >> > When I start an rxvt window on my cygwin X display (a local win2k rxvt >> > client that is) it has lots of visible esca

Re: rxvt comes up with lots of escape sequences visible

2004-01-03 Thread Chris Green
On Sat, Jan 03, 2004 at 12:55:05PM -0500, Igor Pechtchanski wrote: > On Sat, 3 Jan 2004, Chris Green wrote: > > > When I start an rxvt window on my cygwin X display (a local win2k rxvt > > client that is) it has lots of visible escape sequences, e.g.:- > > > > \[\033]0;\w\007 > > [EMAIL PR

Re: rxvt comes up with lots of escape sequences visible

2004-01-03 Thread Igor Pechtchanski
On Sat, 3 Jan 2004, Chris Green wrote: > When I start an rxvt window on my cygwin X display (a local win2k rxvt > client that is) it has lots of visible escape sequences, e.g.:- > > \[\033]0;\w\007 > [EMAIL PROTECTED] \[\033[33m\w\033[0m\] > > Presumably these should be interpreted somehow

Re: cygwin/xfree installation questions

2004-01-03 Thread Don V Black
Harold - I recommend that you include step # 5 in your documentation. There was an assumption that the neophyte installer understood how to 'select' or 'grab' (your words) the XFree86 modules. I encountered no such documentation in my brief meanderings through the Cygwin/X site. Step # 5, below c

rxvt comes up with lots of escape sequences visible

2004-01-03 Thread Chris Green
When I start an rxvt window on my cygwin X display (a local win2k rxvt client that is) it has lots of visible escape sequences, e.g.:- \[\033]0;\w\007 [EMAIL PROTECTED] \[\033[33m\w\033[0m\] Presumably these should be interpreted somehow by rxvt and not displayed. What am I doing wrong?

Re: [OT] Re: Possible to use clipboard with remote/xdm connection?

2004-01-03 Thread Chris Green
On Fri, Jan 02, 2004 at 06:50:53PM -0500, Igor Pechtchanski wrote: > On Fri, 2 Jan 2004, Chris Green wrote: > > > On Fri, Jan 02, 2004 at 08:33:41PM +0100, Alexander Gottwald wrote: > > > Chris Green wrote: > > > > > > > The xterm that one runs by clicking on the cygwin icon, the standard > > > >

Re: Possible to use clipboard with remote/xdm connection?

2004-01-03 Thread Alexander Gottwald
Chris Green wrote: > > The win2k system and xwin are two different systems. > > > Not in this situation, they're both running on a machine to which I > have administrator and root (if you want to call it that) access. > Thus in reality I have access to *everything* that's going on in the > machine