summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-02-25bl3ifyminskim3-13/+13
2004-02-25Remove "USE_LANGUAGES= c c++". Now set in Makefile.kde.markd1-2/+1
2004-02-25Update mlterm to 2.8.0pl1. Patch provided by Kouichirou Hiratsuka inminskim3-15/+24
PR pkg/24534. Changes: * Added contrib/scrollbar/pixmap_engine, which eases adding your original scrollbars to mlterm. * Shrunk used memory if many font names specified in ~/.mlterm/*font files. * Added tool/viewsfml. * Garbage multi-byte characters were often left in a screen. Fixed. * Partially ported kiklib to MS Windows. * Added -%,--logseq,logging_vt_seq option. * Revivied mlterm configuration protocol 5380, added mlcc and w3mmlconfig again. * Supported window grouping. * ml_char_t is 64bit in LP64, not 96bit. * Fixed many bugs, cleaned many codes, and updated documentations.
2004-02-23Note removal of ion-dock.cube1-2/+1
2004-02-23Remove the short-lived ion-dock package, which is now part of the Ion2cube5-66/+0
distribution.
2004-02-22USE_BUILDLINK3 packages must not use buildlink2 files...kristerw1-2/+2
2004-02-22bl3ify and add explicit dependancies on packages used directly by this one.jmmv1-7/+9
2004-02-21s/utilty/utility/snj1-2/+2
2004-02-21As intriguing as bindings for a "tooltit" sound, these are bindings forsnj1-2/+2
a toolkit.
2004-02-20Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,jlam1-1/+2
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the local libtool.m4 file.
2004-02-20unusedjmmv1-33/+0
2004-02-20bl3ify, add explicit dependenies on everything used directly by this packagejmmv1-4/+8
and use pkgsrc intltool.
2004-02-20unusedjmmv2-76/+0
2004-02-20Do not use PYPKGPREFIX in buildlink3.mk except in BUILDLINK_DEPENDS.*.minskim2-4/+4
2004-02-19bl3ifyminskim2-10/+41
2004-02-19Add BUILDLINK_DEPENDS.<pkg> for dependencies in a section that is invokedjlam3-12/+8
only if we're not using the built-in versions of the package.
2004-02-19Move the settings, which force the use of builtin versions of dependenciesjlam3-7/+16
if the builtin version of the package is being used, into a global location so that they're always executed.
2004-02-19Unused.wiz1-24/+0
2004-02-19buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.wiz3-6/+3
2004-02-19Convert to buildlink3.wiz3-9/+31
2004-02-18bl3ify and add explicit build dependency on pkgconfig.minskim2-7/+35
2004-02-18If we're using the built-in version of the software, then we must alsojlam3-7/+14
be using built-in versions of any other software pulled in via buildlink3.mk files.
2004-02-18Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in thejlam5-80/+90
environment overrides all other settings.
2004-02-18bl3ify. Also add explicit build dependency on pkgconfig and removeminskim2-5/+30
redundant WRKSRC.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam2-3/+4
testing it.
2004-02-18Rename some installed pixmaps so that this does not conflict with libgnomeui.jmmv5-9/+127
Bump PKGREVISION to 2. Found by wiz@.
2004-02-18Remove etc/sound/events and etc/sound iff they are emtpy, since they may bejmmv1-3/+3
shared with some other gnome2 packages in some scenarios.
2004-02-18bl3ifyjlam2-7/+26
2004-02-18Update from FLTK 1.0.11 to FLTK 1.1.4.ben13-358/+424
2004-02-17Dependancies are appended, not set (me using old version of createbuildlink).jmmv1-2/+2
2004-02-17Honour PKG_SYSCONFDIR. Bump PKGREVISION to 4.jmmv6-4/+78
While here, note in the PLIST where shared directories are removed.
2004-02-17Not used any more.jmmv1-29/+0
2004-02-17bl3ify.jmmv1-6/+12
2004-02-17Add some more dependencies, used by the .pc file.jmmv1-1/+3
2004-02-17Update to 0.10.6 and bl3ify. Changes:jmmv4-14/+47
2004-02-09 Bill Haneman <billh@gnome.org> * configure.in: Revved to 0.10.6. Re-dist to fix libtool problem. 2004-02-06 Robert Sedak <robert.sedak@sk.htnet.hr> * configure.in: Added "hr" (Croatian) to ALL_LINGUAS. 2003-01-08 Brian Cameron <Brian.Cameron@sun.com> * magnifier/zoom-region.c: Fix pan test so that it does not call zoom_region_process_updates if the delta is 0. This should fix the problem with Frame Rate being assigned unreasonable values. Also fixed the counter so it exits the pan test after the correct number of iterations. 2003-01-06 Brian Cameron <Brian.Cameron@sun.com> * magnifier/zoom-region.c: Properly reset max totals. 2003-12-20 Arafat Medini <lumina@silverpen.de> * configure.in: Added Arabic locale "ar" to ALL_LINGUAS 2003-12-17 Brian Cameron <Brian.Cameron@sun.com> * magnifier/zoom-region.c: Now cache gc's, so there is less X-traffic. * magnifier/magnifier-main.c: Properly abort if user specifies a pantest but does not supply a number of iterations via --timing-iterations. Corrected bug with exit-magnifier property not being set properly during the update test. 2003-12-11 Bill Haneman <billh@gnome.org> * magnifier/magnifier.c: Fixed compile issue in magnifier_expose_filter. Thanks to Kaushal Kumar for catching the problem. 2003-12-10 Tõivo Leedjärv <toivo@linux.ee> * configure.in: Added et to ALL_LINGUAS. 2003-12-10 Bill Haneman <billh@gnome.org> * magnifier/zoom-region.c: (zoom_region_update): Changed use of deprecated gdk_pixbuf_render_to_drawable to gdk_draw_pixbuf. * magnifier/magnifier.c: (magnifier_transform_cursor): Replaced gdk_pixbuf_render_to_drawable with gdk_draw_pixbuf (as above). * magnifier/magnifier-main.c, zoom-region.c, magnifier.c: Silenced some other compiler warnings introduced by timing patch. 2003-12-10 Bill Haneman <billh@gnome.org> * magnifier/zoom-region.c: Add #include <gdk/gdk.h> (zoom_region_clip_to_target): New function, clips a rectangle in the source screen to the zoom-region's target. Used for processing expose/dirty notifications on the source. (impl_zoom_region_mark_dirty): Fixed implementation; it was using the wrong coordinate system for the 'dirty' notification. * idl/GNOME_Magnifier.idl: Improved docs for markDirty. * magnifier/magnifier.c: (magnifier_expose_filter): New method, filters 'GdkExpose' events that are passed in on a source window for which notifications are selected by the client. Useful if we have the ability to 'snoop' exposes on the source. (magnifier_set_expose_listener): Add the expose filter (above) to a specified GdkWindow. (magnifier_realize): Add the expose filter (above) to the source root window on set_source_display. (impl_magnifier_add_zoom_region): Add the expose filter to the source root when the first zoom region is added. 2003-12-08 Brian Cameron <Brian.Cameron@sun.com> * magnifier/zoom-region.c Cleaned the timing report, now more code reuse. 2003-12-09 Åsmund Skjæveland <aasmunds@fys.uio.no> * configure.in: Added nn to ALL_LNGUAS. * nn.po: Added Norwegian Nynorsk translation.
2004-02-17Be silent during execution.jmmv1-2/+2
2004-02-17When using the native version of this library, symlink the .pc file intojmmv1-1/+2
the buildlink directory so that pkg-config can find it. Ok'ed by jlam@.
2004-02-17Be more complete in matching versions of XFree86. In particular, matchjlam2-6/+6
the one that comes with -current.
2004-02-17Use pkgsrc intltool.jmmv1-1/+2
2004-02-17Move the install script from files/install.tmpl to INSTALL, as we usually do.jmmv2-3/+6
2004-02-17Don't include other buildlink3.mk files if we're just checking whether thejlam3-9/+15
software is built-in.
2004-02-17whitespace nitsjlam1-3/+5
2004-02-16Check the version of the XFree86-provided Xcursor library.jlam1-6/+88
2004-02-16Append to BUILDLINK_DEPENDS.<pkg>, don't set it.jlam1-2/+2
2004-02-16bl3ify and modify the buildlink3.mk file to determine the version of thejlam2-14/+130
XFree86-provided Xrandr software.
2004-02-16explicitly link against libX11 on Solaris.grant1-1/+3
2004-02-16bl3ifygrant1-5/+5
2004-02-16Fix some missed randr -> randrext conversions.jlam1-0/+93
2004-02-16The randrext-1.0 distfile from fdo.org/~xlibs/releases/ moved the doc filesjlam2-6/+6
into share/doc/randrext. Otherwise, no change.
2004-02-16Fix the MASTER_SITE and remove inclusion of pkgconfig/buildlink*.mk sincejlam1-5/+3
this package doesn't actually _use_ pkg-config.