summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2005-12-06No _POSIX_SOURCE on DragonFly: putenv used.joerg4-8/+8
2005-12-06Fix errno.joerg2-1/+14
2005-12-06Fix errno. Hide malloc & calloc for ANSI systems.joerg6-31/+113
2005-12-06Correct imake man page handling in plist.joerg1-2/+2
2005-12-06msgfmt build dependency.joerg1-1/+2
2005-12-06Fix GCC 3.4+: label at end of compound statement.joerg3-1/+26
2005-12-06GCC 3.4+: Label at end of compound statement.joerg2-1/+14
2005-12-06Fix errno.joerg2-1/+24
2005-12-06fix errno usage.joerg2-1/+30
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig7-15/+15
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig20-45/+41
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-02Update HOMEPAGE. Apparently, the domain expired and owner is MIAreed1-2/+2
and the website has been down for a couple weeks.
2005-11-17pdated Xfce to 4.2.3.2martti3-8/+8
A "micro" release to fix a regression in the window manager settings.
2005-11-15Normalized the RCS Id in line 1.rillig2-2/+2
2005-11-13Support option "debug" and make the pkg compile with debugging support.martin5-2/+40
2005-11-11revertingtonio1-12/+11
2005-11-11reverting unconsidered changestonio5-25/+31
2005-11-11reverting it.tonio4-44/+93
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio10-135/+81
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-09Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.martti4-6/+6
It is a lower-case f according to the official site.
2005-11-09Updated xfce4 to 4.2.3.1martti6-14/+29
* Lots of bug fixes * Translation updates Official ChangeLog is available at: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-06Add vtwm.minskim1-1/+2
2005-11-06Import vtwm from pkgsrc-wip. Packaged by Mehul Sanghvi.minskim6-0/+60
VTWM is a X11 window manager based on TWM. It adds support for a virtual desktop, processing configuration files using m4, support for sound effects using rplay, and 3D buttons, frames, titlebars, etc. VTWM also has support for regular expressions in the configuration files.
2005-11-03Update wmii to 20051031. Patches provided by Leonard Schmidtminskim6-110/+56
(maintainer) in PR pkg/31961. Changes: - many actions were removed to only have those available that are absolutely necessary. - ~/.wmii-3 is the new configuration directory. - simplified the drawing routine and style stuff to allow only 1 border colour (removed approximately 150 lines of code). - changed wmibar and wmimenu to test some prototypical behavior for the upcoming 9P versions of those tools (removed about 150 lines of code).
2005-10-31Fix outdated MASTER_SITES and HOMEPAGE.recht1-3/+3
Patch provided in PR 31933 by Leonard Schmidt.
2005-10-29Update to 2.5.14.epg2-7/+6
Changes in beta release 2.5.14 (24-Aug-2005) * New features: - Fvwm now officially supports 64-bit architertures. - New Test conditions EnvIsSet, EnvMatch, EdgeHasPointer and EdgeIsActive. - New window condition FixedPosition. * New module features: - FvwmPerl module supports window context when preprocessing. - FvwmPerl module accepts new --export option that by default defines two fvwm functions "Eval" and ".", to be used like: FvwmPerl -x Eval $a = $[desk.n] - 2; cmd("GotoDesk 0 $a") if $a >= 0 . Exec xmessage %{2 + cos(0)}% # embedded calculator - New FvwmProxy option ProxyIconified. - New FvwmTaskBar option Pad to control the gap between buttons. * Bug Fixes: - Fixed a Solaris compiler error introduced in 2.5.13. - Fixed a hang with layers set by applications (e.g. AbiWord). - GotoDesk with a relative page argument now wraps around at the end of the given range as documented. (Bug #1396). - PopupDelayed menu style option was not copied on CopyMenuStyle. - Transparent Animated menus with non-transparent popup were not animated correctly. - Supported euc-jp class of encodings. - A window's default layer is no longer set to 0 durin a restart. - Fixed an annoying MouseFocus/SloppyFocus problem in conjunction with EdgeResistance + EdgeScroll (sometimes a window did noit get the focus as it should have). This problem first occured in 2.5.11. ------------------------------------------------------------------- Changes in beta release 2.5.13 (16-Jul-2005) * Bug Fixes: - The MoveToPage command did not work without arguments in 2.5.11 and 2.5.12. - Mouse/Key command no args possible core dump. - Direction with no args possible core dump. - FvwmScript periodic tasks run too often. - Perl modules did not work on 64 machines. - FvwmDebug did not report any extended messages. - fvwm-menu-desktop supports mandriva. - fvwm-menu-desktop when verifying executable, allow full path. * New module features: - FvwmIconMan: MaxButtonWidth and MaxButtonWidthByColumns options. - FvwmIconMan: added tool tips with Tips, TipsDelays, TipsFont, TipsColorset, TipsFormat, TipsBorderWidth, TipsPlacement, TipsJustification and TipsOffsets options. - FvwmButtons: PressColorset & ActiveColorset options for _individual_ buttons.
2005-10-29Update dependency since 9rc was renamed. Patches provided by Leonardminskim1-2/+3
Schmidt in PR pkg/31945. Bump PKGREVISION.
2005-10-27@dirrm share/examples/WindowMaker. Bump revision.joerg2-3/+4
2005-10-24Explicit support for Xrender via an option (allows transparency).tonio2-4/+12
Should fix build under 2.0
2005-10-23Use "+=" instead of "=" for CONFIGURE_ARGS and PLIST_SUBST.rillig1-4/+4
2005-10-23Replaced $f with ${f} to fix some pkglint warnings.rillig3-9/+7
2005-10-23Use "+=" instead of "=" for CPPFLAGS and CONFIGURE_ENV.rillig1-4/+8
2005-10-23Use "+=" instead of "=" for CPPFLAGS.rillig1-2/+4
2005-10-23Add wmii.minskim1-1/+2
2005-10-23Import wmii from pkgsrc-wip. Packaged by Leonard Schmidt.minskim6-0/+227
window manager improved 2 (wmii) is an improved, modularized and lightweight X11 window manager which supports tabbed, tiled and conventional window management through layouts. wmii consists of components that are independent processes and communicate via a socket-based virtual filesystem which is oriented on the "everything is a file" paradigm of the plan9 operating system. The core distribution of wmii contains the window manager itself, a master file system routing utility (wmifs), a generic bar (wmibar), a shortcut handler (wmikeys), and a generic interaction menu (wmimenu) beside several tiny utilities like wmir, wmiplumb, and wmiwarp.
2005-10-20Small fix for the localization file, gencat under solaris is a bit stricttonio2-1/+14
2005-10-20Take care of nonportable use of grep in fluxbox-generate-menutonio3-2/+26
This should fix the build under openbsd and solaris
2005-10-19Update to 1.33xtraeme3-30/+6
Changes: * integrated changes from Dushkin (thanks!): * scrolling the mouse wheel in the taskbar now task switches * integrated changes from Antti Nykänen (thanks!): * fixed a crash that occurred on the BSDs (and presumably on other systems without /proc/self/exe) * integrated changes from Gregor Imboden (thanks!): * fixed a crash that ocurrred when there are no focused windows and alt + F12 is pressed was fixed * events are always replayed rather than sometimes being eaten * new windows are no longer given focus
2005-10-18Require GNU m4 on all platforms. Fixes PR #31845. Bumped PKGREVISION.rillig1-9/+5
2005-10-13This file is not needed anymore.rillig1-10/+0
2005-10-13Bumped PKGREVISION to 1.rillig3-10/+22
Made the package build on Solaris.
2005-10-12Update to 2.12.1:jmmv3-9/+11
2.12.1 == Thanks to Ray Strode, Havoc Pennington, and Elijah Newren for improvements in this release. - Truncate ridiculously long titles to avoid crashing or letting the pager crash (Ray, Havoc, Elijah) [#315070] - Get the tabbing window outline to work with gtk+ 2.8.4 again (Elijah) [#317528] Translations Mahay Alam Khan (bn), Francisco Javier F. Serrador (es), Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu), Luca Ferretti (it), Christian Rose (sv), Clytie Siddall (vi), Funda Wang (zh_CN) 2.12.0 == Thanks to Brent Smith for finding the crasher in the release candidate! - Fix an uninitialized variable problem causing crashes (Brent) [#315000] Translations Bryn Salisbury (cy), Hendrik Richter (de), Christophe Merlet (RedFox) (fr), Ignacio Casal Quinteiro (gl), Norayr Chilingaryan (hy), Young-Ho Cha (ko), ´ygimantas Berucka (lt), Michiel Sikkes (nl), Leonid Kanter (ru), Danilo ¦egan(sr), Baris Cicek (tr) 2.11.3 == Thanks to Björn Lindqvist and Elijah Newren for improvements in this release. - Check for the right versions of glib and gtk+ (Björn) [#314116] - Avoid obscuring centered-on-desktop windows which are denied focus (Elijah) [#313234] Translations Vladimir Petkov (bg), Jordi Mallach (ca), Kostas Papadimas (el), Ivar Smolin (et), Gabor Kelemen (hu), Mohammad DAMT (id), Duarte Loreto (pt), Mugurel Tudor (ro), Laurent Dhima (sq), Maxim Dziumanenko (uk) 2.11.2 == Thanks to Elijah Newren, Jaap Haitsma, Ray Strode, and Brent Smith for improvements in this release. - Fix an easy to trigger crasher in 2.11.1 caused by unneeded debugging spew (Elijah) [#311819] - Make sure that Metacity dialogs have icons (Jaap) [#309876] - Fix an infinite restacking flicker loop in sloppy and mouse focus with fullscreen windows (Elijah) [#311400] - Change default theme from Simple to Clearlooks (Elijah) - Vastly improve the behavior of keyboard move/resize and edge snapping (Ray) [#310888] - Remove a duplicate string (Brent) [#309774] Translations Yuval Tanny (he), Gnome PL Team (pl), Raphael Higino (pt_BR), Chao-Hsiung Liao (zh_TW) 2.11.1 == Thanks to Elijah Newren, Ken Harris, Matthias Clasen, Christian Persch, and Billy Biggs for improvements in this release. - Fix a miscoloring of parts of the titlebar introduced in the last unstable release (Elijah) [follow-up to #169982] - Provide a more lenient threshold for drawing rounded corners (Ken) [#122065] - Make the Xcursor changes in the last unstable release effective (Matthias) [follow-up to #308106] - Revert the _NET_ACTIVE_WINDOW behavior change made in the 2.9.x unstable series; activation includes changing a window to the current workspace again (Elijah) [reversion of #128380] - Restore original window size if the window was maximized upon withdrawing it (Elijah, Christian) [#137185] - Fix a raising bug with a window that has more than one child window (Elijah, Billy) [part of #307875] - Try to place windows denied focus near the focus window and fix a xinerama bug with the placement (Elijah) [part of #307875] - Avoid modal dialogs being obscured in somewhat pathologically strange circumstances that Eclipse seems to be good at triggering (Elijah) [part of #307875] Translations Miloslav Trmac (cs), Kostas Papadimas (el), Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Ilkka Tuohela (fi), Christophe Merlet (RedFox) (fr), Ignacio Casal Quinteiro (gl), Ankit Patel (gu), Yair Hershkovitz (he), Takeshi AIHANA (ja), Kjartan Maraas (nb), Kjartan Maraas (no), Marcel Telka (sk), Theppitak Karoonboonyanan (th), Clytie Siddall (vi), Funda Wang (zh_CN) 2.11.0 == This release contains all fixes up to Metacity 2.10.2 plus some new goodies. Thanks to Matthias Clasen, Aivars Kalvans, Björn Lindqvist, and Andrew Johnson for improvements in this release. - React to cursor theme changes (Matthias) [#308106] - Plug a small leak with xinerama information (Aivars) [#307884] - Split up main() into more manageable chunks and make use of GOpt (Björn) [#305331] - Speed up vertical gradients (Andrew) [#169982] Translations Hendrik Richter (de), Ivar Smolin (et), Ignacio Casal Quinteiro (gl), Clytie Siddall (vi)
2005-10-10selectwm uses getopt_long, so add libgetopt buildlink3tonio1-2/+3
bump PKGREVISION
2005-10-06Update to 3.7 from PR #30804.reed6-80/+47
Rhialto is the new MAINTAINER. Thank you! Enable pkgviews. Installs some example configurations. (Should CONF_FILES also be used?) Now depend on jpeg too. Remove patch-aa, patch-ab and patch-ad. According to CHANGES file, there are 50 changes. (I see it includes some bug fixes from pkgsrc users.)
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig2-4/+4
NO_BUILD, USE_LIBTOOL.
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig3-6/+6
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-27Fix for WPrefsadam2-74/+79
2005-09-27Update wm/fluxbox to 0.9.14tonio9-103/+30
Update maintainer remove dependancy over bsetroot, fluxbox now provides fbsetroot (and this one builds with gcc4) approved by jmcneill@ and wiz@