Commit graph

20 commits

Author SHA1 Message Date
adam
7d3d8de738 Changes 2.7.5:
* Support for scrolling with mouse wheel button
	* Support for neXtaw widgets
	* Bug fixes (randomly occurring segfault fixed -
	  nargs = 0 not properly reinitialized in menu bar routine !)

Changes 2.7.4:
	* All popup windows now behave properly under resize requests.
	  This corrects former (extremely buggy) behaviour.
	* Segfault bug in Print popup corrected
	* The transparency activation/disactivation of selected regions
	  under mouse clicks has been substantially improved.
	* Xaw95 widgets have been removed from the source tree, and
	  Xaw3d is now the recommended widget set.
2005-03-31 11:08:16 +00:00
adam
245c8500c2 Changes 2.7.3:
* Incorporated OpenVMS port by Jouk Jansen
  <joukj@hrem.stm.tudelft.nl>
  http://nchrem.tnw.tudelft.nl/openvms/software2.html
* PNG is now the default image format
* Corrected long standing bug in StdSnapshotCallback() in graphic.c
* Added -clipboard option which loads files from command line
  into clipboard.
2005-01-31 09:24:07 +00:00
adam
546f37c9fa Changes 2.7.2:
* Added .bmp format
* Support for .ico format with 24 and 32 bits per pixel
* Now opens a confirmation dialog in case a file is going to be overwritten
* Improved printer management
2004-11-03 15:54:31 +00:00
bouyer
021614f514 Use ${MAKE}, not make
xaw95-1.1.4/export doesn't always exists, and isn't essential, so prefix
a 'cd exports ; ln -sf include X11' with a -

XXX still doesn't build out of the box on solaris, because of issues with
the openwin imake config.
2004-03-20 22:30:36 +00:00
adam
8936791269 Changes:
* iprocess.c: added
* graphics.c: implemented new "memory" widget
* bug-fixes (image corruption in PNG; Xaw95; scrollbar)
* PaintRegion.c: added rounding procedure in multiplication of matrices mm()
2003-07-17 09:01:01 +00:00
dmcmahill
ebabff7080 don't try and do ${XMFMF} -a because that produces 'xmkmf -a -a' which
causes an error.  This builds and runs on alpha now.
2003-03-17 01:19:12 +00:00
tron
21acec9fc7 Fix patch problem caused by CVS Id in diff context. 2002-12-16 09:32:01 +00:00
tron
d0c2422c00 Update "xpaint" package to version 2.6.7. This version fixes several bugs
found since version 2.6.2, adds several new features including french
language support and has a Xaw95 based user interface.
2002-12-16 09:29:12 +00:00
bouyer
44e5874a7e Remove a NetBSD-specific check, all systems use ${LOCALBASE} in pkgsrc world. 2002-10-26 19:43:45 +00:00
hubertf
8b90bab821 Update to 2.6.1. Changes:
* graphic.c:
	  If the user tries to print a file that has never been saved, complain.
	* README: Updated maintainer info.
	* README: Updated URL for libraries.
	  Describe use of Print option.
	* Help.txt:
	  Document 'Spline Curve', 'Clone Region', 'Print', and 'Refresh'.
	* snapshot.c: Introduced new "Snapshot" operation (grabbing a
          window or mouse-selected rectangle from screen)
	* Help.txt: updated Help file accordingly
	* graphic.c: Introduced a "Clone region" function
	* splineOP.c: created basic spline curve operations
	* rw/writeTIFF.c: Bug fix; writing TIFF was broken for depth > 8.
	* operation.c: Reorganized order of icons in main control panel
        * graphic.c: Added a "Print" option in the file menu, to the effect
          of calling an external printing utility (xv is a good candidate)
2001-03-30 21:44:48 +00:00
hubertf
5f7abb1dcd Fix for xpkgwedge
Code by Alistair Crooks <agc@netbsd.org>
2000-09-01 13:43:37 +00:00
tron
1dbcae2a4c Fix run time library search path. 1999-05-25 20:43:27 +00:00
tron
9ce511fa5c Turn of optimization on "arm32" until egcs gets fixed. 1999-05-09 20:08:15 +00:00
tron
8ee9046ae8 Split two patches into seperate files. 1999-05-09 18:47:22 +00:00
tron
5bea5daca7 Sync font list with XFree86's distribution. Fixes PR pkg/7055 by Jim Spath. 1999-03-04 17:30:44 +00:00
christos
c673de93aa Upgrade to 2.5.6 1998-12-20 14:18:01 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
8b403407fb Use mkstemp(), rather than a combination of mktemp() and open()
Generalise Local.config to use LOCALBASE and X11BASE definitions,
rather than using hard-coded paths.

Add PNG definitions to the *BSDArchitecture definitions in
Local.config
1998-02-05 11:43:15 +00:00
agc
2ddf8f3af7 Don't prototype srandom on NetBSD (use system header file for that) 1998-02-05 11:40:55 +00:00
agc
10ff973d79 Initial import of xpaint-2.5, a graphical painting utility for X11,
into the NetBSD packages collection, from the FreeBSD port.
1998-02-05 11:31:43 +00:00