summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-4/+4
2008-02-27+ Add full DESTDIR support in the least intrusive way possible. Thejlam10-67/+143
strategy is to leave alone the install targets sprinkled all over the Makefiles and instead to two thigns: (1) Define new INST_* variants of BINDIR, ETCDIR, MODULEDIR, etc. that are the "final" installation locations, and thus may be hardcoded into the program. (2) Modify the definitions of BINDIR, ETCDIR, MODULEDIR, etc. to point to $(DESTDIR)$(INST_*). These variables can be used in the _install targets without any changes.
2008-02-27Updated wm/fvwm-devel to 2.5.25martti5-11/+17
* New features: - Handle the STATE_ADD command of the EWMH _NET_WM_STATE message from version 1.3 of the EWMH spec. - Support transparency in ARGB windows * Bug Fixes: - Fixed problem with windows disappearing when created unless the style Unmanaged was used. - Edge move delay was used as resistance for the top edge. - Fixed a parsing problem of the screen argument of the SnapAttraction style. - Some html documentation files were not installed. - Fixed a memory leak in internationalized font handling. - Fixed a bug in MinOverlap placement. - Fixed the StickyAcrossPages style in the FvwmPager. - Fixed the determination of the X charset on UTF-8 systems. - Fixed a crash when certain EWMH messages were sent to unmanaged windows. - Fixed a memory leak in multibyte codepage code. - Ignore the EWMH staysontop and staysonbottom hints if the EWMHIgnoreStackingOrderHints style is used. - Fixed a sporadic crash when the root background set by gnome, fvwm-root, esetroot etc. changes and a root transparent colour set is used. - Fixed spradic crash in modules with root transparent background from colour sets. - Fixed a possible crash if the last active module fails.
2008-02-23Add DESTDIR support.obache1-4/+6
2008-02-23Replace C++/C99 style comment to C89 style.obache2-1/+33
Fixes PR 38089.
2008-02-23Adjust HOMEPAGE.obache1-2/+2
2008-01-21Drop nasty autoconf dependency.tnn3-28/+27
2008-01-21Update to sawfish-1.3.2.tnn4-25/+8
* Strings are re-encoded in UTF-8. Window titles will be set correctly regardless of title encoding * updated documentation to v0.12 * added Occitan Lanaguage * Bug fixes: - Nautilus desktop window can now restore its size properly - Sawfish.desktop file now complies with freedesktop.org standard - Fix select workspace to make sure it calls with right arguments - Fix 64 bit client messages - Don't display unneeded blank lines when window is opened by prompt function - KDE system tray no longer fighs with sawfish to reparent a tray icon - Add bounds checking on _NET_CURRENT_DESKTOP requests - QT applications no longer lose focus when menu is active - Corrected window placement in xinerama/dualhead when using centered/centered-on-parent
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-4/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-17Also provided by sourceforge.obache1-2/+3
2008-01-15Update to 3.4.5:wiz3-8/+8
3.4.5: * Added Hungarian translation * Updated Finnish, Russian, German and French translations * Fixed some very minor memory leaks * Hide the desktop popup when showing the focus popup * Fix a crash when trying to access the More... menu of client-list-combined-menu * Fix the coordinate popup only showing up on the first monitor in xinerama * Add --exit to exit the currently running openbox instance
2008-01-14use setenv featuretnn1-2/+2
2008-01-14+ Needs libtool.rillig1-1/+2
2008-01-14Fixed build failures with sunpro.rillig4-1/+121
2008-01-13Fixed error message from check-interpreter.mk reported by Olaf Seibertheinz1-1/+3
on pkgsrc-users.
2008-01-11update to 2.20.2drochner2-6/+6
changes: -minor bugfixes -translation updates
2008-01-10use more Xrandr.dan1-1/+2
2008-01-08Modular X.org.ghen1-1/+4
2008-01-07Use nl_langinfo(3) instead of the unportable "" to specify the defaultghen3-2/+32
character set for iconv_open(3). This fixes keybindings that didn't work in wmii-3.6. From wmii's mercurial repo via Peter Bex. Bump PKGREVISION.
2008-01-06Update to wmii-3.6, which now requires x11/dmenu and devel/libixp as externalghen5-54/+60
dependencies. Changes not explicitly listed, but the config file format changed again. :-( NOTES mentions: the semantics of WMII_MENU, WMII_9MENU and WMII_TERM have changed. If you're using them in custom scripts you'll need to change them to "eval $WMII_MENU" instead of just "$WMII_MENU"
2008-01-04Update evilwm to 1.0.0sketch2-6/+6
*** Changes between 0.99.25 and 1.0.0: Mon Jun 11 14:26:33 BST 2007 Ciaran Anscomb <evilwm@6809.org.uk> * Add basic Xrandr support Thanks to Yura Semashko for this patch. Thu May 17 15:48:31 BST 2007 Ciaran Anscomb <evilwm@6809.org.uk> * When snapping, prefer screen edge to other windows Wed May 3 16:53:01 BST 2006 Ciaran Anscomb <evilwm@6809.org.uk> * Don't account for width_inc and height_inc when maximising Wed May 3 15:38:08 BST 2006 Ciaran Anscomb <evilwm@6809.org.uk> * Ignore borders when snapping maximised client to screen edge
2007-12-20Depend on Xinerama, should fix PR 37573.joerg1-2/+3
2007-12-18I haven't maintained any of these in years...rumble1-2/+1
2007-12-10DESTDIR ready.obache1-1/+3
2007-12-10Try to fix build problem on NetBSD 4.obache4-1/+52
2007-12-10Update piewm to 1.04.obache4-24/+22
While here, marked as DESTDIR ready. Changes for version 1.04: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/94378 Succinctly, the #define for EXTRA in parse.c needs to be (at least) 12, Changes for version 1.03: Botched some prototypes. 1.02 wouldn't compile.
2007-12-07Updated Xfce to 4.4.2martti8-189/+17
Lots of bug fixes. For the official ChangeLog, please see http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz1-2/+2
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-2/+1
2007-12-02Some more packages need lex and yacc. Patch by Aleksey Cheusov onrillig1-2/+2
pkgsrc-users.
2007-12-01Update wm/ratpoison to 1.4.2tonio2-6/+7
Changes: * src/main.c (xvsprintf): limit memory allocation to 200K when vsnprintf return -1. (i.e. on pre-1999 systems not distinguising fatal errors and too small buffer). * src/manage.c (get_res_name, get_res_class): remove (update_window_name): call get_class_hints directly to avoid it being called two times. * src/manage.c (get_wmname): always try XmbTextPropertyToTextList first to also support UTF-8 window titles when encoded as XA_STRING * src/main.c (clean_up): call free_user_commands, free_groups only after free_window_stuff * src/window.c (free_window_stuff): remove windows from group lists * src/action.h (free_user_commands): new prototype * src/action.c (set_var_free,user_command_free,free_user_commands): new functions * src/manage.c (get_wmname): free buffer to close memory hole * src/actions.c (cmd_windows): free buffer to close memory hole * src/main.c (init_defaults): only load the backup font when the default font fails. * src/main.c (init_defaults): if the default font fails, use the backup font. * src/conf.h (BACKUP_FONT): new define * src/input.c (update_modifier_map): don't map both super and hyper to the same modifier slot. * src/split.c (set_active_frame): call switch_frame hook (show_frame_indicator): only show frame indicator (set_active_frame): new arg force_indicator. all callers updated. (show_frame_indicator): new arg force. all callers updated. * src/main.c (init_defaults): init bar_in_padding * src/globals.c (rp_switch_screen_hook): new hook * src/data.h (struct rp_defaults): new slot, bar_in_padding * src/bar.c (bar_x): honour bar_in_padding setting (bar_y): likewise * src/actions.c (init_set_vars): add barinpadding (set_barinpadding): new function * src/globals.h: new global rp_switch_screen_hook * src/frame.c (frame_read): fix bug to never set dedicated
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz1-2/+2
2007-11-26Updated wm/fvwm-devel to 2.5.24martti2-6/+6
* New features: - Disabled paging during interactive resize operations by default (see 2.5.20) as it is annoying to many people. - New style command options: EdgeMoveResistance EdgeMoveDelay EdgeResizeDelay SnapGrid SnapAttraction that replace the now obsolete commands EdgeResistance, SnapGrid and SnapAttraction. The EdgeResistance command has a new syntax with only one argument. - New command MenuCloseAndExec for menu bindinngs that can be used to trigger certain commands from a menu without an associated item. For example, with Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu the RootMenu can be opened from any other menu by pressing F1. * Bug Fixes: - Sometimes a window jumped by half the screen's size when moving with the mouse and hitting the border of the desktop. - Fixed the "screen w" argument of the Move and other commands. - Clicking on a menu title did not close the menu by default. - Temporary files in FvwmPerl overwrote each other.
2007-11-25Update to 4.7, changes unknown.wiz3-13/+13
2007-11-25Include xinerama buildlink3.mk. From Brian de Alwis in PR 37382.wiz1-1/+3
Bump PKGREVISION.
2007-11-22update to 2.20.1drochner2-6/+6
changes: -minor bugfixes and memory leak fixes -improvements to focus stealing prevention -translation updates
2007-11-17Some packages need lex and yacc. Patch by Aleksey Cheusov viarillig1-2/+2
pkgsrc-users.
2007-11-17control-center renamed to gnome-control-centerjnemeth1-3/+3
2007-11-16Fixed building on DragonFly.rillig2-1/+14
2007-11-14Removed the gcc4-specific compiler flags from CFLAGS. Patch by Adam Hokarillig4-15/+17
via tech-pkg. PKGREVISION++ Fixed MESSAGE, since there is no "install-user" target. It had been there in the original version of the package. I didn't find it likely that end-users would use pkgsrc for installing a single configuration file, so I removed that.
2007-11-12Remove ftp.hpc.uh.edu from MASTER_SITES, doesn't resolve.wiz1-3/+2
From Zafer Aydogan in PR 37338.
2007-11-09Updated wm/fvwm-devel to 2.5.23martti5-20/+44
* Lots of bug fixes * Fixed perl path in the installed package (detected with PKG_DEVELOPER=yes and CHECK_PORTABILITY=yes in /etc/mk.conf)
2007-11-08Update to 4.6:wiz3-18/+18
4.6 This release contains sanitized aspect ratio handling, a simplified tagging concept, an improved tiling algorithm, and several code cleanups. 4.4 This release provides a totally new layout plugin structure and a lot of code polishing. 4.3 This release contains certain major bugfixes, especially regarding banning/unbanning client windows. 4.1 The status bar can now be toggled on the fly. Several bugs were fixed and a lot of code polishing was undertaken.
2007-11-07Add USE_TOOLS+= pkg-config from Adam Hoka on tech-pkg@.jnemeth1-9/+12
2007-11-05update to 2.20.0drochner4-12/+13
This switches to the new gnome-2.20 branch.
2007-11-04Fixed gcc warnings (treated as errors) about the signedness of pointerrillig2-6/+15
targets.
2007-11-04Fixed another reference to the home directory of the user that buildsrillig3-9/+18
the package. PKGREVISION++
2007-11-04Added some recently imported packages to their category Makefiles.rillig1-1/+2
2007-11-03Imported awesome from pkgsrc-wip.rillig6-0/+73
awesome is a tiling window manager initialy based on a dwm code rewriting. It's extremely fast, small, dynamic and awesome. Packaged by adam.hoka@gmail.com.
2007-11-01Fluxconf needs to be told to install *.po files into the correctrillig1-1/+2
directory. Noticed on Solaris, which uses lib/locale instead of share/locale.