summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2004-05-06Update to 2.8.1:jmmv3-6/+10
- make the --enable-xinerama switch work properly - prevent unwanted grab op from occurring - don't down-size nitems from a gulong to an int - add a value type check for the visual/audible bell gconf settings - make the no sm support warning resizable - more translations
2004-05-06Update to version 20040407. Enable pkgviews installation and make good usecube7-875/+31
of PKG_SYSCONFDIR. Thanks to Amitai Schlair. Changes: * Added a kludge to deal with waitrelease when modifiers have already been released. * Fixed assert-crash when attempting to split a frame not managed by a WIonWS. * Don't put input method failure complaints in startup error log. * Client window unmap handling fixes (?). * Made drawing engine objects inheritable and initialisation code reusable. * Improvements and fixes in keyboard mapping changes handling. * Slightly reduce flicker with apps that update title too often by removing a redundant change notify call. * Added a check in layout loading code to detect corrupt files with multiple instances of the same client window. * Updated Mozilla Firebird entries in menu configuration files to Mozilla Firefox. * Added important missing function WFloatWS.attach. * Take gravity better into account when reparenting windows on exit. * Made some goto_* routines return the region that will be focused and added asynchronity notices in documentation. * Some tab drag&drop fixes. * Startup errorlog display fixed when we didn't even open the display. * WIonWS load routines better handle corrupt sizes in layout savefile. * Object/proxy cache references to proxies weren't being cleared when objects were destroyed. * Added exported function to get line editor 'mark'. * Man pages fixes * Fixed toggle_tab on floatframes. * Move/resize display was never showing position. * Completions display wasn't being refreshed, if its size wasn't changed between completions. * Oops, warping on workspace switch had been broken at some point. * Some autoconf script portability and other fixes. * The function floatws_current was not being exported as WFloatWS.current. * Client window focusing routine was not setting "awaiting focus" status. * Removed superfluous debugging message. * querylib.query_renameworkspace documentation was out-of-date. * Mod1+Enter full screen toggle was not mentioned on the manual page.
2004-05-01Convert to buildlink3.snj9-26/+26
2004-04-27Include pkgconfig's buildlink3.mk to make sure the .pc files arereed1-1/+2
found in the buildlink directory. This was noticed when using pkgviews, because pkg-config is broken as it has wrong compiled-in default for lib/pkgconfig directory.
2004-04-25bl3ify.jmmv1-5/+5
2004-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme1-2/+2
2004-04-25Convert to bl3.wiz1-6/+6
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam4-8/+8
2004-04-20Update to openbox 3.2. Changes:snj3-7/+10
* Added spanish and swedish translations * Changed "Unnamed Desktop" to "Desktop n" where n is the actual number of the desktop * Hopefully no more of the hanging X totally bug * The fullscreen property now overrides aspect hints * Added M as an alias for Mod3 in the same manner that W is an alias for Mod4 * Added probably too many options and actions * ToggleDockAutohide to toggle the autohide option at runtime, doesn't save it to the config * keepBorder option to set if you want the 1-pixel border when you toggleDecorations * added popupShow and popupPosition to control where and when the move/resize-popup is shown, these go in the resize section of the config popup. Position can be Top or Center, popupShow can be Always, Never or Nonpixel (this is the default). * Added the xorStyle option to change the behaviour of menus along the bottom edge, note that the default is true * warpPointer option in the menu section to control if the mouse cursor is to be warped by openbox when the menu moves to keep on screen to keep the cursor in the same place relative to the menu. * Added back the focusLast option (this controls what happens when you change desktops and have followMouse on) * Added an option to set which desktop to start on when you start openbox, firstdesk. For example, you might like to set it to 5 if you have a 3x3 grid to start in the middle. Note that this won't build until a buildlink3 bug is fixed. This is not a regression, as it was already in a non-building state. Please do not file any PRs regarding this issue.
2004-04-17drop maintainershipzuntum1-2/+2
2004-04-17regen; patch-aa not available any more.jmmv1-2/+1
2004-04-16Updated xfce4 to 4.0.5martti5-11/+13
This is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with the recent GTK+ 2.4.x release along with other fixes.
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv5-11/+10
*-dirs packages.
2004-04-13wm/flwm: bl3ify, s/USE_X11BASE/USE_X11/; bump PKGREVISION.xtraeme1-4/+5
2004-04-12No longer used.snj1-34/+0
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-10Define _ISOC99_SOURCE for libtu, so NetBSD has the chance to get the correctsalo2-4/+4
definition of va_copy from own headers. Should fix building on amd64. Per discussion with kristerw@.
2004-04-09Fix path to help files. From Iain Hibbert in PR 25111.wiz5-9/+10
Bump PKGREVISION.
2004-04-09Fix COMMENT.wiz1-2/+2
2004-04-05Bump PKGREVISION due to lua bump.xtraeme1-3/+2
2004-04-01Update to 2.8.0:jmmv5-34/+17
2.8.0 ===== No code changes in this release, but some new translations. 2.7.1 ===== Thanks to Rob Adams for fixes in this release. - bug #122016 - fix a focus race - Change move_to_workspace_left/right/up/down keybindings to <Control><Alt><Shift> arrow to avoid conflicting with new keybindings in spacial nautilus. - fix dialog stacking order issues so e.g. panel properties dialog is above the panel 2.7.0 ===== First unstable release tarball for GNOME 2.6. Thanks to Anders Carlsson, Elijah Newren, Rob Adams, James Cape, Thomas Fitzimmons, Calum Benson for fixes in this release.
2004-03-30bl3ifyxtraeme1-1/+2
2004-03-22fvwm-2.4.18 maintenance release for all earlier 2.4.x versions.martti3-11/+11
It contains important security fixes in several scripts. * Corrected rebooting the machine in FvwmScript-Quit. * Fixed the FlickeringMoveWorkaround option to the BugOpts command. * Security patch in fvwmbug.sh. See http://securitytracker.com/alerts/2004/Jan/1008781.html * Security fixes in fvwm-menu-directory (BugTraq id 9161) fvwm_make_directory_menu.sh fvwm_make_browse_menu.sh
2004-03-19These packages use c++, so add USE_LANGUAGES= c c++bouyer1-1/+2
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam5-15/+10
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-15Use GNU make to let this build under 1.6.2. Found by latest kristerw@'sjmmv1-1/+2
bulk build.
2004-03-11Remove info files entries from PLIST.seb1-7/+1
XXX does not build for me on NetBSD current and 1.6.2.
2004-03-11Remove info files entries from PLIST.seb1-2/+1
2004-03-10File removed, we are now using buildlink3martti2-54/+0
2004-03-10bl3ifyxtraeme23-84/+86
2004-03-10bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@xtraeme4-7/+52
2004-03-10Updated XFce to 4.0.4martti6-14/+14
* Bug fixes * Translation updates
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv7-14/+17
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Use bl3.snj1-4/+4
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam3-25/+23
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-04Use pkgsrc intltool. Also include all required buildlink3 filesminskim2-2/+7
explicitly.
2004-02-26bl3ifyxtraeme8-25/+25
2004-02-26Remove stale patches.cube3-46/+1
2004-02-26Regenxtraeme1-1/+3
2004-02-25bl3ifyminskim1-7/+7
2004-02-25bl3ifyminskim2-9/+37
2004-02-23Note deletion of ion-devel and update of ion.cube1-2/+1
2004-02-23Delete ion-devel now that it has become stable.cube10-403/+0
2004-02-23Update to ion-20040207 (a.k.a ion2). This is the new stable version ofcube11-118/+1016
Ion, two years after the last one! It is actually an update of ion-devel, which will then disappear before a new development branch is created for Ion. Most notable changes (since import of ion-devel, see ChangeLog in the distribution for a full listing): * Integration of the dock module * Workspace query asks for type of workspace when creating new. * Previous frame geometry (for maximize and shade) is saved in the workspaces save file. * Support changes in X keyboard map. * Autoconf script * The dock no longer gets focused when the pointer enters it. * Fill _NET_SUPPORTED root window property with the supported features (_NET_WM_FULLSCREEN, _NET_WM_NAME, _NET_VIRTUAL_ROOTS). * Transient size calculation fixed. * Creating frame for a transient on a floatws will raise the frame containing the transient_for window. * Minor memory leak removed: drawing engine colour group name.
2004-02-22New homepage.jschauma1-2/+2
2004-02-20unusedjmmv1-29/+0
2004-02-20USE_LANGUAGES= c c++abs1-1/+2