-
losat registered the trim suite project.
2008-10-10 02:41:26 UTC in trim suite
-
I like to run a 1-line terminal for launching programs and such. Normally, if I want to see the output, I maximize the window then restore it when I'm done. However, I sometimes just want to scroll up to see the output, which I should be able to do with the usual shift+pageup. Unfortunately, this crashes rxvt. (It doesn't crash xterm; so I currently use it, but I prefer rxvt.)
RXVT version...
2008-10-07 17:30:19 UTC in rxvt
-
Moving the mouse pointer over the window border and then into the window leaves the cursor set as the resize/move pointer after the pointer enters the window client region (when the window region doesn't explicitly set its own pointer). This can be seen in lots of applications. Myself, I most often notice it in rox-filer.
To reproduce:
- run rox-filer
- move the pointer onto the window...
2008-02-16 00:48:15 UTC in Fast Light Window Manager
-
File Added: flwm-1.022.tar.bz2.
2008-02-16 00:26:26 UTC in Fast Light Window Manager
-
File Added: flwm-1.021-1.022.patch.bz2.
2008-02-16 00:24:25 UTC in Fast Light Window Manager
-
This patches the latest CVS version to unofficial version 1.022, which includes the preceding patches along with some bug fixes and minor new features, for example, making more frame buttons optional, new maximize-both and half-maximize (useful with widescreen displays). Please see Changelog attachment.
I've uploaded a patch relative to the CVS version (which I've dubbed 1.021) and a full...
2008-02-16 00:23:28 UTC in Fast Light Window Manager
-
Note: the patch I uploaded first failed to apply when I tested it on another machine. There were actually two changed lines not just the one. So, I deleted the first and uploaded a corrected patch which should apply cleanly to a freshly cracked fltk 1.1.7 tarball.
BTW, I suspect this tab-wrap problem might not exist if you link flwm with the latest fltk 2.x, but I've only tested with...
2008-02-09 20:09:12 UTC in Fast Light Window Manager
-
File Added: fltk1.1.7.Fl_Menu.cxx.tab-wrap-fix.patch.
2008-02-05 23:51:44 UTC in Fast Light Window Manager
-
I see the post mangled the patch somewhat. I'm attaching it as a file now.
File Added: fltk1.1.7.Fl_Menu.cxx.wrap-fix.patch.
2008-02-03 02:35:20 UTC in Fast Light Window Manager
-
With fltk 1.1.7 (and probably other versions), the menu wraps from top to bottom but not from bottom to top. This can make alt-tab switching annoying.
The problem is actually in fltk 1.1.7 not in flwm. Here's the simple fix (it adds processing to tab that's very similar to the processing for back-tab). Just a one-line change:
--- Fl_Menu.cxx 2008/01/01 06:47:03 1.1
+++ Fl_Menu.cxx...
2008-02-03 02:28:38 UTC in Fast Light Window Manager