summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
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.
2007-11-01Fixed the package so that it builds with sunpro, a very strict compiler.rillig14-15/+298
2007-11-01Added (currently commented-out) LICENSE=gnu-gpl-v2martti2-2/+4
2007-10-30Based on some feedback, comment out the newly added LICENSE=xxx for now.martti1-2/+2
I'll re-activate this later when the global license stuff is activated.
2007-10-30Added LICENSE=gnu-gpl-v2martti1-1/+2
2007-10-28Remove ion3-devel.tnn15-345/+1
The holder of the Ion3(tm) trademark and copyright demands that this package must be kept up-to-date at all times. We cannot comply with such demands, especially considering that pkgsrc has "stable branches". (If anyone cares about this package, I suggest we maintain it in pkgsrc-wip instead.)
2007-10-23Needs gmake. From Yamashiro Jun in PR 37161.wiz1-1/+2
2007-10-20Fix, hopefully, problem spotted in 2007Q3 bulk builds when using XFree86.tnn2-1/+19
2007-10-15The home directory of the user building the package is not interestingrillig3-8/+20
enough to be included in the menu file. PKGREVISION++
2007-10-12make this compile with newer libwnck (compiz-0.6 will fix this in adrochner2-1/+24
cleaner way)
2007-10-11Fix PR#36236adam5-14/+61
2007-10-09Update to 1.0.0 (ok by agc)xtraeme4-24/+139
News in 1.0.0: * New default style: bloe * New styles: ostrich zimek_darkblue, zimek_green, zimek_bisque, carp, arch, bora_black, bora_blue, bora_green, green_tea, bloe * Fixed shape handling, now shaped corners have border. * Allow negative numbers in command "Workspace" * Added utility fluxbox-remote * Allows script access to most fluxbox commands; Support must be turned on in the init file with session.screen.allowRemoteActions; the syntax is, e.g., fluxbox-remote "CustomMenu ~/.fluxbox/custommenu" * Added keycommands :AddWorkspace and :RemoveLastWorkspace * Added some missing Open Office entries and window managers, plus some other minor changes in fluxbox-generate_menu * Updated languages: sv_SE, zh_CN, de_*, es_ES, es_AR, en_US, en_GB, pt_* fi_FI, fr_FR, ru_RU And a lot of bugfixes, please review the Changelog file for more info.