summaryrefslogtreecommitdiff
path: root/wm/ion
AgeCommit message (Collapse)AuthorFilesLines
2004-10-15Update linkage to libltdl, now in its own package.tv1-3/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-13/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-13Update to version 20040729.cube2-5/+5
2004-07-29 * Added one missing set_previous_of call. * Ensure FD_CLOEXEC is set on all the file descriptors that we keep open for a longer time. 2004-06-19 * Fixed linking problems in the de module. * Export WScreen.set_managed_offset. 2004-06-05 * Added Xinerama sanity check.
2004-06-01Update ion to version 20040601.cube3-6/+7
Changes: * Changed default install program to install-sh. * Removed 'exec' from /bin/sh call to execute command so that more complex commands can be entered. * Merged dock kde systray support patch. * Fixed couple XFree calls in dock module. * WM_COLORMAP_WINDOWS handling fixes. (Does something still use this/bother supporting indexed colour models at all?) * Fixed stippled tab font when -i18n was not set. * Only kill active grab when esc is pressed, not released. * Oops, there was an off-by-one bug in _NET_VIRTUAL_ROOTS setting.
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-04-05Bump PKGREVISION due to lua bump.xtraeme1-3/+2
2004-02-26Remove stale patches.cube3-46/+1
2004-02-26Regenxtraeme1-1/+3
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-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-11Missed this when switching from using PKG_SYSCONFBASE tojlam2-4/+4
PKG_SYSCONFBASEDIR.
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam1-3/+3
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-07Update to latest stable version 20020207.salo2-9/+8
Changes: - s/USE_X11BASE/USE_X11/, there is no need to install this package into X11BASE - update HOMEPAGE and MASTER_SITES 2002-02-06 ========== - Added 'split_top "dir"' command. - Updated doc/function.txt - Applied the patch to implement input handlers, shortcuts and a vi-like command mode. - Updated the LICENSE file to the clarified version of the artistic license. (The license used to be the original artistic license.) 2002-02-04 ========== - Command sequences fixed to use the proper frame when switching workspaces. - Old behaviour with respect to client-requested window size restored (i.e. force to frame size). - Added set_width/height/widthq/heightq commands. The versions with the q postfix take a value in [0,1] and the others take an integer value. The behaviour is obvious.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-12-22Make this package install its configuration files under the examples treejmmv5-21/+53
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR during the installation. Bump PKGREVISION to 1.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-5/+4
have been converted to USE_BUILDLINK2.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam3-6/+15
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-06-30Update ion to 20010523zuntum2-7/+8
Changelog: 2001-04-25: * Added missing functions to documentation 2001-04-19: * switch_ws_next/prev wrap around * Fixed a problem with some programs' popups 2001-04-01: * Unmap;map race condition fix. o also set USE_BUILDLINK_ONLY
2001-06-16xpkgwedge fix by John P. Darrow from pkg/13222.wiz2-4/+4
2001-05-07add missing header (string.h) to keep alpha's happy.dmcmahill2-1/+12
2001-04-22Initial import of ion-20010314zuntum6-0/+141
Ion is a window manager dividing the screen into frames rather than having overlapping windows, much like the windows in Emacs. Navigation between clients can be done solely using the keyboard without need for a mouse. Package provided by Daniel Lundin <daniel@codefactory.se> in pkg/12719