Re: CVS domivogt: * New command ModuleListenOnly.

2006-06-24 Thread Dominik Vogt
by make _FvwmPerl.1. Any changes done to FvwmPerl.1 will be lost. Yes, I changed it in the source when I noticed my mistake but wasn't aware the man page is in CVS. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: ModuleListenOnly command

2006-06-24 Thread Dominik Vogt
On Sat, Jun 24, 2006 at 02:08:43PM +, Mikhael Goikhman wrote: On 24 Jun 2006 13:58:30 +0200, Dominik Vogt wrote: I have just checked in the new command ModuleListenOnly. It works like Module, but fvwm does not send any messages to such a module. I am using it to attach a shell

Re: ModuleListenOnly command

2006-06-24 Thread Dominik Vogt
be tidied up. This is just a proof-of-concept. Two reasons: (1) Schedule is an unreliable hack and (2) this starts a shell every 15 seconds and my goal was to waste as little cpu as possible (as it interferes with certain time-critical applications - okay - games). Ciao Dominik ^_^ ^_^ -- Dominik

Re: manual placement quirk: window not always placed at outline

2006-06-15 Thread Dominik Vogt
On Tue, May 30, 2006 at 09:34:06PM -0700, Andrew Pimlott wrote: On Tue, May 30, 2006 at 11:11:11PM +0200, Dominik Vogt wrote: On Mon, May 29, 2006 at 02:27:15PM -0700, Andrew Pimlott wrote: To resolve this issue, we must 1. decide whether the outline should initially appear snapped

Re: Quoting extended variables

2006-06-04 Thread Dominik Vogt
scratch? I have the impression that we're trying to solve problems that are caused bay the flawed design. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Title font color broken

2006-06-04 Thread Dominik Vogt
to draw the title was not set before drawing, but it seems the old code relied on this not being done. I'd be grateful if someone could look into this problem or at least give me a minimal config to reproduce it. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] Index: Flocale.c

Re: bug in the 'Scroll' command

2006-06-01 Thread Dominik Vogt
wrapx Scroll 200 150 wrapy with values = 10 still triggering wrapping for compatibilty. I've clarified this in the man page for now. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: manual placement quirk: window not always placed at outline

2006-05-30 Thread Dominik Vogt
); } *FinalX = xl; Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: What are the hide windows in frame.c?

2006-05-11 Thread Dominik Vogt
On Wed, May 10, 2006 at 04:40:19PM +0200, Viktor Griph wrote: On Wed, 10 May 2006, Dominik Vogt wrote: On Wed, May 10, 2006 at 12:17:38AM +0200, Dominik Vogt wrote: On Tue, May 09, 2006 at 11:25:41PM +0200, Viktor Griph wrote: On Fri, 5 May 2006, Dominik Vogt wrote: On Thu, May 04, 2006

Re: What are the hide windows in frame.c?

2006-05-10 Thread Dominik Vogt
On Wed, May 10, 2006 at 12:17:38AM +0200, Dominik Vogt wrote: On Tue, May 09, 2006 at 11:25:41PM +0200, Viktor Griph wrote: On Fri, 5 May 2006, Dominik Vogt wrote: On Thu, May 04, 2006 at 08:54:25PM +0200, Viktor Griph wrote: When are the hide windows useful in frame.c? The call

Re: Trivial typos fixes

2006-05-09 Thread Dominik Vogt
PGraphicsCreateTransprency - PGraphicsCreateTransparency (renamed function everywhere in the source tree) Also, I fixed typo in 'TitleColorset' style description in the 'fvwm' manpage. Thanks! I've applied the patch. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital

Re: What are the hide windows in frame.c?

2006-05-09 Thread Dominik Vogt
On Tue, May 09, 2006 at 11:25:41PM +0200, Viktor Griph wrote: On Fri, 5 May 2006, Dominik Vogt wrote: On Thu, May 04, 2006 at 08:54:25PM +0200, Viktor Griph wrote: When are the hide windows useful in frame.c? The call to frame_reparent_hide_windows in frame_create_move_resize_args casue X

style matching in current CVS

2006-04-06 Thread Dominik Vogt
have committed this code to CVS, but feel free to change it). Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: mkstemp bug in the FVWM 2.5 branch with possible security consequences

2006-04-06 Thread Dominik Vogt
committed this patch. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: style matching in current CVS

2006-04-06 Thread Dominik Vogt
On Thu, Apr 06, 2006 at 11:13:03AM +0200, Dominik Vogt wrote: First, this code from style.c generates a warning: if (SID_GET_HAS_NAME(s_id) (fw-style_name == NULL (matchWildcards(SID_GET_NAME(s_id), fw-class.res_class) == TRUE || matchWildcards(SID_GET_NAME(s_id

Re: style matching in current CVS

2006-04-06 Thread Dominik Vogt
Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: style matching in current CVS

2006-04-06 Thread Dominik Vogt
On Thu, Apr 06, 2006 at 12:13:17PM +0200, Viktor Griph wrote: On Thu, 6 Apr 2006, Dominik Vogt wrote: On Thu, Apr 06, 2006 at 11:42:17AM +0200, Viktor Griph wrote: Just some conciderations: The manpage states that styles are search for in a specific order. I really fail to see how

Re: XResources and styles

2006-03-26 Thread Dominik Vogt
On Sat, Mar 25, 2006 at 10:36:18AM +0100, Viktor Griph wrote: On Sat, 25 Mar 2006, Dominik Vogt wrote: On Fri, Mar 24, 2006 at 06:32:18PM +0100, Viktor Griph wrote: Hi, does it exist any standard regulating the use of XResources? The reason I ask is that I recently found out that fvwm

Re: Removing EWMH support?

2006-03-24 Thread Dominik Vogt
window :o). Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: XResources and styles

2006-03-24 Thread Dominik Vogt
configuration is still in the config file and there is no need to allocate styles dynamically (which is slow and potentially buggy). Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: tweak for speed of TaskBar

2006-03-22 Thread Dominik Vogt
that work with any application, not just the taskbar. I wouldn't spend any more time and patches to repair a feature that is fundamentally broken. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: fvwm-2.5.16: configure misparses 4-part version numbers

2006-03-02 Thread Dominik Vogt
to avoid 'cut'). Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Menu Title patch

2006-02-15 Thread Dominik Vogt
On Tue, Feb 14, 2006 at 07:27:55PM +0100, Viktor Griph wrote: On Thu, 9 Feb 2006, Dominik Vogt wrote: I have applied the patch with some changes and bugfixes: * The text of the menuitem is always drawn in the given colour set (this required a bugfix in the text drawing library). I

Re: Comments

2006-02-15 Thread Dominik Vogt
a warning for unconsumed non-whitespace characters following style options. It would also trap missing commas. Yes, that wouldn't hurt. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Menu Title patch

2006-02-15 Thread Dominik Vogt
On Wed, Feb 15, 2006 at 09:46:45AM +0100, Viktor Griph wrote: On Wed, 15 Feb 2006, Dominik Vogt wrote: On Wed, Feb 15, 2006 at 09:25:11AM +0100, Viktor Griph wrote: On Wed, 15 Feb 2006, Dominik Vogt wrote: On Tue, Feb 14, 2006 at 07:27:55PM +0100, Viktor Griph wrote: On Thu, 9 Feb 2006

Re: CVS domivogt: * Committed UnderMousePlacement patch.

2006-02-14 Thread Dominik Vogt
constantly. I don't know when I'll get around looking at the other patch, but I'm open to any improvements. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Module.h bug and sugestion

2006-02-11 Thread Dominik Vogt
On Fri, Feb 10, 2006 at 11:37:51PM +, seventh guardian wrote: On 2/10/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Fri, Feb 10, 2006 at 05:03:09PM +, seventh guardian wrote: I happende to step on this when I was trying the wiki: DV What about the future? Well, the work

Re: Patch: placing new windows under cursor position

2006-02-11 Thread Dominik Vogt
(including the names of any functiont that have been changed). Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Simulate button press in FvwmButtons, try 2

2006-02-10 Thread Dominik Vogt
{ mousebutton = 1; } + if (mousebutton= 0 || + mousebutton NUMBER_OF_EXTENDED_MOUSE_BUTTONS) + mousebutton = 1; ... Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Simulate button press in FvwmButtons, try 2

2006-02-10 Thread Dominik Vogt
On Fri, Feb 10, 2006 at 01:29:18PM +0100, Dominik Vogt wrote: * The patch to the Loop() function did not apply to current CVS, but it was easy to fix. Oops, I just forgot to update from CVS first. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description

Re: Module.h bug and sugestion

2006-02-10 Thread Dominik Vogt
. We have a todo-2.6 that lists all the open issues, but that is several years old and needs updating. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: todo-2.6: E6 - rename FvwmProxy

2006-02-10 Thread Dominik Vogt
Although I don't want any more modules that begine with FvwmWin, FvwmWindowLabels is a good name. I'd even vote if the confirmation email for registering on the forum ever arrives (probably never). Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital

Re: Menu Title patch

2006-02-09 Thread Dominik Vogt
to learn everything from the code first). Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Module.h bug and sugestion

2006-02-09 Thread Dominik Vogt
On Thu, Feb 09, 2006 at 03:32:44PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Wed, Feb 08, 2006 at 02:05:14PM +, seventh guardian wrote: I've committed the patch to CVS (and removed the FARGS macro from FvwmConsole). For further patches, please

Re: Module.h bug and sugestion

2006-02-09 Thread Dominik Vogt
On Thu, Feb 09, 2006 at 04:08:00PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 03:32:44PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Wed, Feb 08, 2006 at 02:05:14PM +, seventh guardian

Re: Module.h bug and sugestion

2006-02-09 Thread Dominik Vogt
On Thu, Feb 09, 2006 at 11:25:42PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 04:08:00PM +, seventh guardian wrote: On 2/9/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Thu, Feb 09, 2006 at 03:32:44PM +, seventh guardian

Re: Module.h bug and sugestion

2006-02-09 Thread Dominik Vogt
in the core. Hm, would that break the old way FvwmIconMan requested its config liens? I mean *FvwmIconMan*1*foobar ... Instead of the new *FvwmIconMan: 1 foobar ... Or is that completely transparent to the modules? Mikhael? Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED

Re: Simulate button press in FvwmButtons

2006-02-08 Thread Dominik Vogt
NUMBER_OF_EXTENDED_MOUSE_BUTTONS) { mousebutton = 1; } /*...*/ act = GetButtonAction(b, mousebutton); and remove the buttons[] array. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: argb visual patch against recent cvs

2006-02-02 Thread Dominik Vogt
thought I'd send it to you to decide what to do with it :) Thanks for your attention, and thanks for maintaining fvwm2 :) Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Module.h bug and sugestion

2006-02-02 Thread Dominik Vogt
On Thu, Feb 02, 2006 at 10:57:43AM +, seventh guardian wrote: On 2/2/06, Dominik Vogt [EMAIL PROTECTED] wrote: On Wed, Feb 01, 2006 at 02:58:27PM +, seventh guardian wrote: Hi. First of all, there's a minor bug in libs/Module.h: the funcion SendFinishedStartupNotification

Re: argb visual patch against recent cvs

2006-02-02 Thread Dominik Vogt
On Thu, Feb 02, 2006 at 01:42:44PM +0100, Marc Lehmann wrote: On Thu, Feb 02, 2006 at 09:11:40AM +0100, Dominik Vogt [EMAIL PROTECTED] wrote: http://data.plan9.de/fvwm-2.5-argb-visual.patch Small to medium sized patches can be sent directly to the mailing list. That makes life

Re: argb visual patch against recent cvs

2006-02-02 Thread Dominik Vogt
On Thu, Feb 02, 2006 at 01:42:44PM +0100, Marc Lehmann wrote: On Thu, Feb 02, 2006 at 09:11:40AM +0100, Dominik Vogt [EMAIL PROTECTED] wrote: http://data.plan9.de/fvwm-2.5-argb-visual.patch Small to medium sized patches can be sent directly to the mailing list. That makes life

Re: Module.h bug and sugestion

2006-02-01 Thread Dominik Vogt
that. I'm open to any patches. PS: there's a real bug on top of all this text ;) Hint: Write two mails for two different topics to minimize the risk the bad issue is forgotten. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: FvwmIconBox Png Format

2006-01-29 Thread Dominik Vogt
and your ImagePath/PixmapPath..., we will take a look. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: fvwm starts when other window manager is already activeOrganization:

2006-01-29 Thread Dominik Vogt
On Sat, Jan 28, 2006 at 05:47:34PM +0100, Viktor Griph wrote: On Sat, 28 Jan 2006, Dominik Vogt wrote: On Sat, Jan 28, 2006 at 02:20:13PM +0100, Viktor Griph wrote: On Thu, 22 Sep 2005, Manoj Srivastava wrote: [snip] are unable to detect other window managers.(Tested with ratpoison

Re: fvwm starts when other window manager is already activeOrganization:

2006-01-28 Thread Dominik Vogt
be soemthing that has changed in the early 2.5.x versions, which I weren't able to compile now. No, the only change since at least 2.3.0 was introducing the -replace option. We haven't touched this code in *ages*. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc

Re: configure is stopped after checking iconv_open

2006-01-20 Thread Dominik Vogt
? It's a piece of debug code. Remove it from the file acinclude.m4 and everything works fine. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

fvwm-2.5.16 has been released and uploaded

2006-01-20 Thread Dominik Vogt
Tarballs and ANNOUNCE are in the usual place. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: bell on failed grab

2006-01-19 Thread Dominik Vogt
On Wed, Jan 18, 2006 at 12:40:14PM +, Tavis Ormandy wrote: On Wed, Jan 18, 2006 at 12:44:26PM +0100, Dominik Vogt wrote: On Sun, Jan 15, 2006 at 10:24:01PM +, Tavis Ormandy wrote: Hello, I would really like to appeal for the removal of the XBell() at line 1029 in fvwm/functions.c

Re: make rpm-dist and deb-dist both fail with the same error

2006-01-18 Thread Dominik Vogt
On Sun, Jan 15, 2006 at 09:44:49PM +, Mikhael Goikhman wrote: Just tested. Mere make is broken on the released fvwm-2.5.15 tarballs. Hrmpf, why didn't make distcheck catch this? Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: bell on failed grab

2006-01-18 Thread Dominik Vogt
annoying to users who realise that some commands may fail during a grab but want it anyway :) That's fine with me, so if someone makes a patch I'd apply it. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: MenuStyle ActiveColorset and the need of HilightBack/ActiveFore

2006-01-18 Thread Dominik Vogt
^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

fvwm-2.5.15 has been released and uploaded

2006-01-15 Thread Dominik Vogt
Tarballs and ANNOUNCE are in the usual place. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: CVS migo: it works well with automake/aclocal-1.4 and 1.5, 1.6, so do not require 1.8

2006-01-08 Thread Dominik Vogt
anything essential, but in the future I'd like to have the new macros. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

upgraded autotools

2006-01-07 Thread Dominik Vogt
; then AC_DEFINE(HAVE_FOOBAR) fi it becomes configure.ac: AH_TEMPLATE([HAVE_FOOBAR],[some comment]) if test x$have_foobar = xyes; then AC_DEFINE(HAVE_FOOBAR) fi Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: The Style command

2006-01-02 Thread Dominik Vogt
$[is.WindowState.Iconic off] (dito) And all that without duplicating the code four times. To implement this it is necessary to redesigning the window structure in addition to the style code/structures. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: errors in man page

2005-12-07 Thread Dominik Vogt
, because I'm not subscribed to the workers' list. Thanks for your help, I have applied your corrections. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: matlab steals focus

2005-12-03 Thread Dominik Vogt
would be useful. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: PATCH: menu drawing fixes

2005-11-26 Thread Dominik Vogt
On Fri, Nov 25, 2005 at 04:05:31PM -0500, Dan Espen wrote: Dan Espen [EMAIL PROTECTED] writes: Dominik Vogt [EMAIL PROTECTED] writes: The attached patch fixes various menu drawing problems. Would someone be so kind and commit it to CVS, please? Did you post the whole patch

Re: resizing windows with root-transparent titles

2005-11-26 Thread Dominik Vogt
give me a hint on where to start looking for the error? I've no idea where to look (Olivier wrote that code), but it works for me. Do you have a minimal config to show your problem? Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

PATCH: menu drawing fixes

2005-11-25 Thread Dominik Vogt
The attached patch fixes various menu drawing problems. Would someone be so kind and commit it to CVS, please? -- Ciao Dominik ^_^ ^_^ Telefonieren Sie schon oder sparen Sie noch? NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie menudrawing.patch Description: Binary data

Re: patch for modules/FvwmProxy/FvwmProxy.c to improve Solaris cc compatibility

2005-11-23 Thread Dominik Vogt
(proxy-proxyy-other-proxyy); if (dx(proxyWidth+proxySeparation) dyproxyHeight+proxySeparation ) { In-block declarations must not be used in fvwm as they are not covered by the C() standard. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL

Re: Bug in FvwmButtons (title align code)

2005-10-27 Thread Dominik Vogt
On Thu, Oct 27, 2005 at 03:30:11PM +0200, Rafal Bisingier wrote: On Thu, Oct 27, 2005 at 02:25:44PM +0200, Dominik Vogt wrote: On Thu, Oct 27, 2005 at 10:24:42AM +0200, Rafal Bisingier wrote: On Thu, Oct 27, 2005 at 10:12:58AM +0200, Rafal Bisingier wrote: Hi, I think I found

Re: fvwm2-2.5.12-3 bug report

2005-10-25 Thread Dominik Vogt
- b_old.total_size.width; Suggest initialise local variable b_new before first use. You're right. Fortunately it's no real bug because the result of the faulty calculation is never used. I'll fix it in 2.5.15. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description

Re: MenuStyle

2005-10-20 Thread Dominik Vogt
of this situation, e.g. CopyColor( sometype* dest_color, sometype* src_color, int do_free_dest_color); (where do_free_dest_color indicates whether the destination colour should be freed). Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: CVS griph: reimplemented previous fix without breaking escape

2005-10-17 Thread Dominik Vogt
Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: CVS griph: fixes for resizing shaded windows, and windows changed

2005-09-30 Thread Dominik Vogt
On Fri, Sep 30, 2005 at 06:55:16AM +0200, Viktor Griph wrote: On Thu, 29 Sep 2005, Dominik Vogt wrote: On Thu, Sep 29, 2005 at 02:09:49AM -0500, fvwm-workers wrote: CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 05/09/29 02:09:48 Modified files

Re: CVS griph: fixes for resizing shaded windows, and windows changed by complex functions

2005-09-29 Thread Dominik Vogt
Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: MouseWheel scrolling of menus

2005-08-07 Thread Dominik Vogt
On Sun, Aug 07, 2005 at 12:44:26PM +0200, Viktor Griph wrote: On Sun, 7 Aug 2005, Dominik Vogt wrote: [snip] Could someone with cvs wrilte-access apply this patch? I'd first like to understand what the patch does exactly. Please elaborate on how the new feature works. This is a menufeel

Re: MouseWheel scrolling of menus

2005-08-07 Thread Dominik Vogt
On Sun, Aug 07, 2005 at 08:19:33PM +0200, Viktor Griph wrote: On Sun, 7 Aug 2005, Dominik Vogt wrote: On Sun, Aug 07, 2005 at 02:21:24PM +0200, Dominik Vogt wrote: On Sun, Aug 07, 2005 at 12:44:26PM +0200, Viktor Griph wrote: On Sun, 7 Aug 2005, Dominik Vogt wrote: [snip] Could someone

Re: a simple 'FvwmConsole' patch

2005-08-04 Thread Dominik Vogt
its options to it. To set the title issue FvwmConsole -T foobar http://mrkotfw.port5.com/FvwmConsole.c.title.patch That site seems to be dead. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: fvwm 2.5.14 (cvs) segfaults on startup

2005-08-03 Thread Dominik Vogt
(argc=3, argv=0xbfffefc4) at fvwm.c:1405 Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

PATCH: fix for FvwmIconMan button drawing

2005-08-01 Thread Dominik Vogt
Please commit the attached patch. modules/ChangeLog entry: 2005-08-01 Dominik Vogt [EMAIL PROTECTED] * FvwmIconMan/xmanager.c (set_win_iconified): fixed select/focus button state lost when deiconifying a window -- 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail

Re: fvwm broken properties on 64-bit hosts (bug #2617)

2005-07-21 Thread Dominik Vogt
Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Dominik, please ping

2005-05-15 Thread Dominik Vogt
On Sun, May 15, 2005 at 07:22:39PM +, Mikhael Goikhman wrote: One user wrote me that the Dominik Vogt domivogt#fvwm.org address (that is listed in fvwm-menu-directory man page) has delivery errors. That address is correct, but I almost never get any mail through my fvwm.org address, so I

Re: Another FAQ suggestion

2004-12-12 Thread Dominik Vogt
^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgp9xRd8sGobL.pgp Description: PGP signature

Re: SnapAttraction does not work properly since 2.5.11

2004-11-01 Thread Dominik Vogt
. Fixed with my next commit. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgpKWVGOo9pF2.pgp Description: PGP signature

Re: SnapAttraction does not work properly since 2.5.11

2004-10-26 Thread Dominik Vogt
Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgpTtnmYIpYcl.pgp Description: PGP signature

Re: Notification: incoming/1474

2004-10-26 Thread Dominik Vogt
forever: as soon as I hit any key, it crashes. Can you please fetch me a stack trace? Look for the core file, then run $ gdb fvwm core (gdb) where and post the output to fvwm-workers@fvwm.org Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgpuTyVeWufsb.pgp Description: PGP

Re: fvwm 2.5.1[02] stucks sometimes, always wrt Mozilla windows

2004-10-26 Thread Dominik Vogt
; } + } + if (IS_ICONIFIED_BY_PARENT(fw)) + { + SET_ICONIFIED_BY_PARENT(fw, 0); } /* AS dje RaiseWindow(fw); */ Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgpEaeOi9vsJX.pgp Description: PGP signature

Re: System tray in FvwmTaskBar ?

2004-10-17 Thread Dominik Vogt
and these books: Adrian Nye, Xlib Programming Manual, O'Reilly, ISBN 1-56592-002-3 Adrian Nye, Xlib Reference Manual, O'Reilly, ISBN 1-56592-006-6 (about 35 USD each). Both are invaluable to the Xlib programmer (fvwm is written in plain Xlib). Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED

Re: fvwm 2.5.1[02] stucks sometimes, always wrt Mozilla windows

2004-10-17 Thread Dominik Vogt
You said it also happens when the window is just raised, not (de)iconifed. Does it hang in the same place in this case? Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgpR0y1lAWr5F.pgp Description: PGP signature

Re: taskbar - new features

2004-10-15 Thread Dominik Vogt
mini-windows above empty space on taskbar using conventional fvwm tools thus emulating systray. Is the community interested in patch? Yes, we are intereted. Can you post it to the list? Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgp3LWt9iCq4Y.pgp Description: PGP signature

Re: System tray in FvwmTaskBar ?

2004-10-15 Thread Dominik Vogt
, nobody is doing much with the taskbar. A patch would be welcome, though. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgp7WxayglxiZ.pgp Description: PGP signature

Re: CopyToken()

2004-10-12 Thread Dominik Vogt
^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgpgghaeNzF8z.pgp Description: PGP signature

Re: Request for FPAllowFocusClickFunction-like option applying to decor functions

2004-10-12 Thread Dominik Vogt
On Tue, Oct 12, 2004 at 07:59:14AM -0400, Dave Ahlswede wrote: On Tue, 2004-10-12 at 12:07 +0200, Dominik Vogt wrote: ecor-context functions, if at all possible. Is that what you want? Style * !FPAllowFocusClickFunction, !FPAllowRaiseClickFunction Style * !FPPassFocusClick

Re: Removing FvwmCommand - Any opinions?

2004-10-11 Thread Dominik Vogt
handling i/o formatting wouldn't be too bad. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgpWC6Sub56hM.pgp Description: PGP signature

Re: 2.5.11 - Switching to last focused not working....

2004-10-09 Thread Dominik Vogt
in fvwm is 1024 bytes. If you keep adding styles to this list you might hit that limit at around 30 lines in the style definition. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgpkYj1RiaOA6.pgp Description: PGP signature

Re: Problem with TearOff and ManualPlacement

2004-10-06 Thread Dominik Vogt
with 2.5.11 and with the cvs version after 2004-07-01. It does not happen with 2.5.10 and with the cvs version before 2004-07-01. Fixed. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgp70EUPVMvlK.pgp Description: PGP signature

Re: Notification: incoming/1453

2004-10-05 Thread Dominik Vogt
. But it looks absolutely awful, so we replaced it with the rotated strings. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgp2SRZfR97BA.pgp Description: PGP signature

Re: Notification: incoming/1449

2004-10-05 Thread Dominik Vogt
the te variable because the wrong pointer is passed to it (win instead of args). Can you please try the attached patch and tell me if it fixes the problem? Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] --- events.c.orig Tue Oct 5 11:27:53 2004 +++ events.cTue Oct 5 11:39:47

fvwm-2.5.12 has been released

2004-10-05 Thread Dominik Vogt
Tarballs and ANNOUNCE are in the usual places. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgpypjzKnoqfk.pgp Description: PGP signature

Re: Notification: incoming/1453

2004-10-03 Thread Dominik Vogt
, and doesn't work for me at all. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgpVkKazSlN39.pgp Description: PGP signature

Re: 2.5.11 - Switching to last focused not working....

2004-10-03 Thread Dominik Vogt
section on fvwm.org about changes to WindowList, but nothing helpful for me. There have been no WindowList changes since 2.5.10. The NEWS line refers to the perl library. [snip] Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgpk7pbFPLrFs.pgp Description: PGP signature

Re: Notification: incoming/1451

2004-10-03 Thread Dominik Vogt
^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgplzcn6ph88z.pgp Description: PGP signature

Re: Bugs in SetEnv and UnsetEnv

2004-10-02 Thread Dominik Vogt
On Fri, Oct 01, 2004 at 04:27:02PM +0100, Tavis Ormandy wrote: On Thu, Sep 30, 2004 at 08:40:04PM +0200, Dominik Vogt wrote: On Thu, May 29, 2003 at 10:23:48PM +, Mikhael Goikhman wrote: I would like to get some feedback before I try to resolve these bugs. These are in both 2.4.x

Re: Notification: incoming/1451

2004-10-02 Thread Dominik Vogt
to submit the script along with pixmaps through this web interface. If you give me an email address where I can send the three files and the description of the problem, I will be glad to do so. Send the report to fvwm-workers@fvwm.org Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED

Re: Notification: incoming/1449

2004-10-01 Thread Dominik Vogt
On Fri, Oct 01, 2004 at 02:49:45PM +0400, George Nephrite Potapov wrote: On Thu, 30 Sep 2004 18:12:57 +0200 Dominik Vogt wrote about Re: Notification: incoming/1449: [skip] Can you please fetch a stack trace and post it to the fvwm-workers list? $ gdb fvwm core (gdb) where

Re: Notification: incoming/1449

2004-09-30 Thread Dominik Vogt
using firefox menu. I'd think it's firefox issue unless fvwm dumped core :-) Can you please fetch a stack trace and post it to the fvwm-workers list? $ gdb fvwm core (gdb) where Also, you may try a recent CVS snapshot. Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED

fvwm-2.4.9 has been released

2004-09-30 Thread Dominik Vogt
The tarballs and the ANNOUNCE file are in the usual places (in a couple of minutes). Ciao Dominik ^_^ ^_^ -- Dominik Vogt, [EMAIL PROTECTED] pgp62ho1kWGxy.pgp Description: PGP signature

<    1   2   3   4   5   6   7   8   9   10   >