summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-02-16Revert and inadvertant change.jlam1-2/+2
2004-02-16Move the BUILDLINK_FILES definition to the right place so that they'rejlam1-5/+5
symlinked even if we use the built-in Xrender.
2004-02-16If Xrender>=0.8, then automatically use render>=0.8.jlam1-7/+5
2004-02-16Require render>=0.8 to build Xrender-0.8.*.jlam1-1/+3
2004-02-16Modify checks for the version number of XFree86-provided Xrender libraryjlam2-33/+118
so that they will be more accurate. Also properly include the buildlink.mk files for render.
2004-02-16Remove redundant USE_X11.jlam1-2/+1
2004-02-16Add checks to see whether the XFree86-provided render headers satisfy thejlam2-20/+161
dependency requirements.
2004-02-16Use wildcards and remove useless files from the list.jmmv1-8/+2
2004-02-16Remove some unneeded environmental variables.jmmv1-3/+1
2004-02-16Note where the share/idl directory is removed.jmmv1-1/+2
2004-02-16Add 'Forte Developer 7' to the list of matches for the Sun CC compiler.sketch2-6/+16
2004-02-16bl3ify; fixes build with sunpro.grant1-2/+2
2004-02-16as of the last update, this no longer requires pthreads.grant1-2/+1
2004-02-16Remove patches that are unnecessary because we override the generatedjlam3-29/+1
libtool script.