Up to [cvs.netbsd.org] / pkgsrc / wm / ion
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Wed Feb 27 22:31:52 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.18: +7 -6
lines
Diff to previous 1.18 (colored)
+ Add full DESTDIR support in the least intrusive way possible. The
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.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Aug 6 18:16:06 2007 UTC (4 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Honor PKGMANDIR.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Aug 14 22:40:53 2006 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.16: +14 -7
lines
Diff to previous 1.16 (colored)
Adapt to lua-5.1.1. Bump PKGREVISION.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Feb 23 18:43:54 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
Add RMD160 checksums to the SHA1 ones.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Feb 5 00:00:11 2005 UTC (7 years, 3 months ago) by cube
Branch: MAIN
Changes since 1.14: +4 -2
lines
Diff to previous 1.14 (colored)
Install included pwm as pwm2 to avoid conflict with wm/pwm, as discussed on tech-pkg. PKGREVISION++.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 13 08:14:57 2004 UTC (7 years, 9 months ago) by cube
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
Update to version 20040729.
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.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 1 16:51:14 2004 UTC (7 years, 11 months ago) by cube
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.12: +3 -3
lines
Diff to previous 1.12 (colored)
Update ion to version 20040601.
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.
Revision 1.12 / (download) - annotate - [select for diffs], Thu May 6 04:38:45 2004 UTC (8 years ago) by cube
Branch: MAIN
Changes since 1.11: +4 -7
lines
Diff to previous 1.11 (colored)
Update to version 20040407. Enable pkgviews installation and make good use
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.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 26 05:18:14 2004 UTC (8 years, 3 months ago) by cube
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.10: +1 -3
lines
Diff to previous 1.10 (colored)
Remove stale patches.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 26 04:29:52 2004 UTC (8 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
Regen
Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 23 13:40:21 2004 UTC (8 years, 3 months ago) by cube
Branch: MAIN
Changes since 1.8: +10 -7
lines
Diff to previous 1.8 (colored)
Update to ion-20040207 (a.k.a ion2). This is the new stable version of 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.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 11 19:00:16 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Missed this when switching from using PKG_SYSCONFBASE to PKG_SYSCONFBASEDIR.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 7 01:25:09 2003 UTC (9 years, 2 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Update to latest stable version 20020207. 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.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 22 21:33:14 2002 UTC (9 years, 5 months ago) by jmmv
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
Make this package install its configuration files under the examples tree and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR during the installation. Bump PKGREVISION to 1.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Aug 29 22:41:24 2001 UTC (10 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
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.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 30 09:01:34 2001 UTC (10 years, 10 months ago) by zuntum
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update ion to 20010523 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
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 16 00:29:29 2001 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
xpkgwedge fix by John P. Darrow from pkg/13222.
Revision 1.2 / (download) - annotate - [select for diffs], Mon May 7 12:15:11 2001 UTC (11 years ago) by dmcmahill
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
add missing header (string.h) to keep alpha's happy.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Apr 22 13:32:28 2001 UTC (11 years, 1 month ago) by zuntum
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of ion-20010314 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
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 22 13:32:28 2001 UTC (11 years, 1 month ago) by zuntum
Branch: MAIN
Initial revision