summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2003-10-07Both xscreensaver and xscreensaver-gnome are okay as dependencymartti1-2/+2
2003-10-05Update to 0.15.1:wiz4-10/+13
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-10-05Replace -lpthread with ${PTHREAD_LDFLAGS}. (Fixes my build on FreeBSD 5.x).xtraeme2-4/+5
Ok'ed by skrll@
2003-10-04Fixes for Darwin: add CONFIG_SUB_OVERRIDE, don't use X shared memorydanw4-5/+20
extension, and tweak the gtk-config patch so it's still syntactically correct after RPATH_FLAG stripping
2003-10-03Fix installation on systems where ↵xtraeme2-3/+11
libXrender.so.$(MAJOR_VERSION).$(MINOR_VERSION) was not built (at least FreeBSD/Linux).
2003-10-03Oops regenxtraeme1-3/+1
2003-10-03Updated to 1.12.xtraeme5-33/+7
Changes: * Fixed segfault when clicking on auto-hide toolbar preference * Fixed segfault when changing the first toolbar button * Added Irish translation (by Kevin Patrick Scannell)
2003-10-02Sort.wiz1-4/+4
2003-09-30More GCC3 flotsam.mycroft2-1/+15
2003-09-30Slightly klugy fix for building with Kerberos support.mycroft2-7/+16
2003-09-30Match the buildlink3.mk guidelines set out in revision 1.22 ofjlam1-5/+4
bsd.buildlink3.mk.
2003-09-30Conform to latest buildlink3.mk guidelines using *_BUILDLINK3_MK guardsjlam1-10/+18
to protect more parts of buildlink3.mk files against multiple inclusion.
2003-09-29Fix varargs problems encountered with gcc 3.seb3-3/+111
While here fix my email address.
2003-09-28Rewrite buildlink3.mk files to match the updated buildlink3.mk templatejlam1-7/+8
in bsd.buildlink3.mk: the *_BUILDLINK3_MK multiple inclusion guards are removed and we ensure that things that should be defined only once really are defined only once by using section-specific or variable-specific guards.
2003-09-28fix distinfo (make makepatchsum)recht1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam2-4/+4
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-28only pass gcc specific flags if we are using gcc.grant4-6/+22
2003-09-28add a test for CC_VERSION to correctly choose SunPro. fix anothergrant1-3/+6
gcc version test.
2003-09-27fix a configure test to work on Darwin (-lXext wasn't being automaticallydanw2-1/+13
pulled in by the check for -lXxf86misc since libtool isn't used for configure checks)
2003-09-27fix an incorrect #ifdef in gtk-demo so this builds on Darwindanw2-1/+15
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant2-4/+4
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27Regenerate (fix dependency to pkgconfig).martti12-46/+24
2003-09-26Update xosd and xmms-osd to 2.2.5. Changes since 2.2.2:jmmv5-11/+10
2.2.5: set font patch (Joachim "nomeata" Breitner) cleanup "draw_bar" method patch (Philipp Matthias Hahn) ran all source and header files through 'indent' for consistancy (Tim Wright). Used default arguents --- GNU style. 2.2.4: outline/shadow cut fix (Tomas Janousek) xmms_plugin: added outline (Ondrej Novy) added playlist_pos/playlist_length (Ondrej Novy) added time_pos on pause (Ondrej Novy) added outline to draw_bar and shadow fix (Ondrej Novy) 2.2.3: Alignment patch (Philipp Matthias Hahn) xosd-config xlibs patch (Philipp Matthias Hahn)
2003-09-26Added libxfce4gui, libxfce4mcs, libxfce4util, xfce4-desktop, ↵martti1-1/+13
xfce4-gtk2-engines, xfce4-mcs-manager, xfce4-mcs-plugins, xfce4-panel, xfce4-themes, xfce4-toys, xfce4-trigger-launcher, xfce4-utils
2003-09-26Utilities for XFce4.martti5-0/+118
2003-09-26Trigger launcher for XFce4.martti5-0/+63
2003-09-26Additional toys for XFce4.martti5-0/+87
2003-09-26Additional themes for XFce4.martti5-0/+162
2003-09-26GTK2 based panel for XFce4.martti5-0/+276
2003-09-26Derive PKGNAME from DISTNAME.jmmv1-2/+2
2003-09-26Settings manager plugins for XFce4.martti5-0/+84
2003-09-26Settings manager for XFce4.martti5-0/+85
2003-09-26GTK2 theme engine for XFce4.martti5-0/+108
2003-09-26Desktop background manager for XFce4.martti5-0/+100
2003-09-26Basic utility library for XFce4.martti5-0/+68
2003-09-26Settings management library for XFce4.martti5-0/+70
2003-09-26Widget library for XFce4.martti5-0/+118
2003-09-25Update to 2.5.1.recht4-35/+23
patch provided in PR 22412 by neil at daikokuya dot co dot uk Long list of changes/fixes. See the HISTORY file for details.
2003-09-25It's DISTINFO_FILE, but PATCHDIR. Fix another bug that happened becausewiz1-2/+2
of this inconsistency.
2003-09-25Fix GCC 3.3.1 related build problem.tron2-1/+69
2003-09-24Fix disfigurement in last commit.tron2-4/+4
2003-09-24Fix various botches in the "Imakefile" which e.g. caused a build failuretron2-8/+14
with GCC 3.3.1's preprocessor.
2003-09-22Add missing PKGCONFIG_OVERRIDE.recht1-1/+3
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
2003-09-21Would have to include <sys/param.h> to get a definition of NetBSD andmarkd2-1/+15
KDE is never going to build on NetBSD<1.0 so don't bother testing a version, just assume we have setproctitle in libc. Should fix a gcc3 build problem mentioned by Juan RP.
2003-09-19Update to 0.8.3.wiz5-69/+32
Remove Xext dependency; split in Xrender and render; use automake; add animate cursor support; some other fixes.
2003-09-19Add and enable render.wiz1-1/+2
2003-09-19Initial import of render-0.8:wiz5-0/+58
This package contains header files and documentation for the X render extension. Library and server implementations are separate.
2003-09-19Sort.wiz1-2/+2
2003-09-18require gcc 2.95.3 so this can be built on NetBSD 1.5.x.grant1-1/+2
closes PR pkg/19189 from hclsmith@yahoo.ca.
2003-09-18Add kde3-i18n-{hr,is,mk,se,ss}markd1-1/+6