summaryrefslogtreecommitdiff
path: root/wm/ctwm
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+3
2004-05-09remove an extraneous ; from a grammar rule which was causing yacc(1)grant2-6/+5
on Solaris to barf.
2004-03-10bl3ifyxtraeme1-3/+3
2003-10-19; is used to terminate a yacc rule, and is not valid within a rule.grant2-4/+13
appeases bison on Linux.
2003-07-30Bring back the original patch-aa that was lost with the 3.6 update:simonb2-1/+14
Fix a memory leak (patch sent to and accepted by the ctwm folks).
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-10Update to 3.6, based on PR 20648 by Rhialto.wiz5-19/+56
Changes: 1 - Fix line numbers for errors when using m4 preprocessor. Send thanks to Josh Wilmes. 2 - Fix the way menu entries are selected with the keyboard. Now when you type a letter, the pointer moves to the next entry whose first letter is this letter, but does not activate it. The new keyword IgnoreCaseInMenuSelection, can be used to ignore case for this delection. 3 - New keyword : DontSave, Takes a window list as argument. All listed windows won't have their characteristics saved for the session manager. Patch from Matthias Baake 4 - Also from Matthias Baake. I let him speak : With the new keywords BorderLeft, BorderRight, BorderBottom and BorderTop (each of them is optional with a default value of 0 and takes a nonnegative integer as argument) you can declare a border "off limits" for f.move etc.. These borders act the same way as the real borders of the screen when moving windows; you can use f.forcemove to override them. 5 - Sloppy Focus added with keyword "SloppyFocus" in configuration file (DINH V. Hoa). 6 - the keyword "ClickToFocus" has been correctly implemented (DINH V. Hoa). 7 - the keyword "IgnoreModifier" has been added, to use this feature, you have to add a line "IgnoreModifier { lock m2 }" in the configuration file. All bindings (buttons and keys) will ignore the modifiers you specified. It is useful when you use caps locks or num locks. You don't need IgnoreLockModifier any more with this option. (DINH V. Hoa). 8 - New keyword : WindowBox : creates a new window called a box, where all the client windows that match the windows list are opened in, instead of the roor window. This is useful to group small windows in the same box (xload for instance) : WindowBox "xloadbox" "320x100+0-0" { "xload" } 9 - New function : f.fittocontent. Can be used only with window boxes. The result is to have the box have the minimal size that contains all its children windows. 10 - New keyword : WindowGeometries. Used to give a default geometry to some clients : WindowGeometries { "Mozilla*" "1000x800+10+10" "jpilot*" "800x600-0-0" } 11 - New keyword : IconMenuDontShow. Don't show the name of these windows in the TwmIcons menu. And, as usual, a few bug fixes here and there.
2003-06-04Gah, both homepage and distfile site have changed since I lask lookedsimonb1-3/+3
(but old one works for now). Update again.
2003-06-04Fix a memory leak (patch sent to and accepted by the ctwm folks).simonb2-1/+14
2003-06-04Update MASTER_SITES.simonb1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-10note that m4 is required in the PATH (it is not by default whengrant1-0/+10
.xsession is run)
2003-02-25Use new IMAKE_MAN_PATH variables in PLISTs to make these packages moregrant2-3/+4
portable. Bump PKGREVISION accordingly.
2003-01-15Fix typo and whitespace.grant1-3/+3
2002-08-28Use buildlink2.jlam1-2/+3
2002-03-15New master site.nathanw2-7/+7
Update from version 3.5 to 3.5.2. from the CHANGES file: Changes from version 3.5 to 3.5.1 1 - f.initsize : resets a window to its initial size given by the WM_NORMAL_HINTS hints. 2 - f.ring : Selects a window and adds it to the WarpRing, or removes it if it was already in the ring. This command makes f.warpring much more useful, by making its configuration dynamic (thanks to Philip Kizer <pckizer@tamu.edu>). 3 - f.jumpleft, f.jumpright, f.jumpup, f.jumpdown : takes one integer argument (the step). These function are designed to be bound to keys, they move the current window (step * {X,Y}MoveGrid) pixels in the corresponding direction. stopping when the window encounters another window (ala f.pack). Changes from version 3.5.1 to 3.5.2 1 - f.moveresize : Takes one string argument which is a geometry with the standard X geometry syntax (e.g. 200x300+150-0). Sets the current window to the specified geometry. The width and height are to be given in pixel, no base size or resize increment are used. 2 - AutoLower et f.autolower : from Kai Grossjohann (Kai.Grossjohann@CS.Uni-Dortmund.DE). Same as autoraise but with lower. 3 - WindowRingExclude : Takes a window list as argument. All listed windows will be excluded from the WarpRing. 4 - A new menu : 'TwmIcons' same as 'TwmWindows', but shows only iconified windows. I did this when I got bored of having icons. Now I have no icons and no icon managers. I use this menu to deiconify windows. When I was young, I liked to have brightly colored icons, but now that I am getting old(er), I prefer a bare desktop.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam1-3/+2
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-06-30Converted to use buildlink.mk fileszuntum1-3/+4
2001-04-17Move to sha1 checksums where appropriate and possible.agc1-2/+3
Add distfile sizes where possible.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-12Add new category wm for window managers, and move lots of package fromwiz5-0/+132
x11 here. Only changes are: `wm' in category added and some paths fixed.