2004-08-27 20:53:58 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
Convert to use {COMPILER,LINKER}_RPATH_FLAG.
|
2004-05-03 18:14:13 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Unused.
|
2004-04-12 01:34:29 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
bl3ify
|
2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400) |
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
2003-10-05 12:08:39 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 0.15.1:
0.15.1:
030915 Toggle again: the check mark displayed in the wrong place
when the widget wasn't its default height.
Added code to the Command Redisplay function so it doesn't
shift the text when the widget is a Toggle in check or radio
style. That's really ugly because we're depending
on how the widget is subclassed. But it works.
030913 The new highlighting code broke with the Toggle widget
in radio or check style.
030912 Fixed function prototypes in Toggle.c and fixed bugs
caused by not having them in the first place.
030903 Eliminated warnings caused by missing #includes.
030902 Scrollbar: Added XtNarrowStyle resource to make arrows in the
style of Windows ("win95") or NeXt ("next", default).
UPDATE: This was later backed out.
0.15.0:
030902 Scrollbar: Made the bump on the thumb optional (resource
XtNdrawBump, default True).
030901 ThreeD: Added XtNbevel resource to make the bevel "solid"
(Motif/Xaw3d-like) or "rounded" (neXtaw, default).
Added the same code to neXtawDrawShadowBox in Misc.c, which
is used by Scrollbar and SimpleMenu.
Added a 3D bevel to Text using a similar hack as in Xaw95.
030831 Command, Repeater and Toggle: Draw a dotted rectangle around
the highlighted widget. Reduced the distance the text shifts
in a set widget to 1 pixel.
030824 Added traversal code from Ed Falk's XawM. Note: KDE messes up
translations for the Command widget. That is a bug in KDE.
|
2003-09-17 21:41:31 by grant beattie | Files touched by this commit (39) |
Log message:
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
|
2003-09-12 22:07:36 by grant beattie | Files touched by this commit (30) |
Log message:
kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.
the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.
more changes to come later...
|
2003-08-31 14:01:17 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.14.1:
030823 Patch from Alexey I. Froloff <raorn@altlinux.ru>:
This patch adds shadow width to SimpleMenu widget's height
(last Sme overlaps with bottom shadow) and fixes SmeBSB drawing
code (different regions were highlighted in Redisplay and
FlipColors, "disabled" menu items were displayed as normal if
.international is set to True).
|
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-02 16:05:10 by David Brownlee | Files touched by this commit (24) |
Log message:
Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
|