head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q1:1.3.0.18 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.16 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.14 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.12 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.10 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.8 pkgsrc-2008Q1:1.3.0.6 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.4 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.0.6 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.4 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.2 pkgsrc-2005Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2009.05.19.23.49.45; author wiz; state dead; branches; next 1.3; 1.3 date 2007.07.17.10.48.33; author drochner; state Exp; branches; next 1.2; 1.2 date 2006.01.20.13.46.47; author jmmv; state dead; branches; next 1.1; 1.1 date 2005.04.12.00.52.49; author rillig; state Exp; branches; next ; desc @@ 1.4 log @Remove two unneeded patches (on NetBSD-current) for which cvs logs don't indicate why they were added. @ text @$NetBSD: patch-ab,v 1.3 2007/07/17 10:48:33 drochner Exp $ --- docs/reference/Makefile.in.orig 2007-07-13 20:40:54.000000000 +0200 +++ docs/reference/Makefile.in @@@@ -466,9 +466,9 @@@@ uninstall-reference: html/index.html rm -f $(DESTDIR)$(referencedir)/$$f; \ done -all-local: html/index.html +all-local: #html/index.html -install-data-local: install-reference +install-data-local: #install-reference uninstall-local: uninstall-reference @ 1.3 log @update to 0.14.6 changes: -bugfixes -translation updates -Isolated the X11 dependency, making easier to support others graphical environments -Improved the magnifier compositor performance, through the elimination of X11 sync calls -Create an applet to apply colorblind filters @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 0.12.2: * Fix for serious update bug which made high magnification factors work poorly. * Fix for #167705, which improves our tracking of cursor changes. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2005/04/12 00:52:49 rillig Exp $ d3 14 a16 14 Needed for gcc-2.95. --- magnifier/magnifier.c.orig Fri Feb 4 19:15:59 2005 +++ magnifier/magnifier.c Mon Apr 11 01:33:34 2005 @@@@ -675,8 +675,8 @@@@ magnifier_get_display_rect_bounds (Magni static void magnifier_adjust_source_size (Magnifier *magnifier) { GNOME_Magnifier_RectBounds rect_bounds; - magnifier_get_display_rect_bounds (magnifier, &rect_bounds, FALSE); gdouble vfract, hfract; + magnifier_get_display_rect_bounds (magnifier, &rect_bounds, FALSE); hfract = (double) (magnifier->target_bounds.x2 - magnifier->target_bounds.x1) / (double) (rect_bounds.x2 - rect_bounds.x1); vfract = (double) (magnifier->target_bounds.y2 - magnifier->target_bounds.y1) / (double) (rect_bounds.y2 - rect_bounds.y1); if (vfract > hfract) /* vertical splitpane, approximately */ @ 1.1 log @Added a patch needed for gcc-2.95. Approved by jlam. @ text @d1 1 a1 1 $NetBSD$ @