2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-22 17:32:14 by Julio M. Merino Vidal | Files touched by this commit (3) | |
Log message:
Update to 0.12.0:
* Fix for bug #164371, which meant that the visible area in split-screen mode
didn't update when the target bounds change.
|
2005-02-26 18:26:20 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 0.11.14:
What's new in gnome-mag-0.11.14:
* Fix for bug #166282; we now work properly if the source display size is
smaller than the target display size.
What's new in gnome-mag-0.11.13:
* Fixes for #164444, #164371, #158468, #164175, #164491.
* Fixes for multi-DISPLAY and fullscreen support:
we now accept setting target==source if not initially set equal;
we correctly connect to source's DAMAGE events if source server isn't
the default GDK_DISPLAY;
we tear down the zoom regions in the magnifier when changing source as
well as target;
we correctly reparent the magnifier's zoom regions _after_ redefining
the magnifier's gtk-window;
better lifecycle management of the zoom regions themselves, so that
idle handlers and timeouts are removed when the regions are disposed.
|
2005-02-23 18:36:26 by Thomas Klausner | Files touched by this commit (272) |
Log message:
Add RMD160 checksums to the SHA1 ones.
|
2004-12-28 22:54:51 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 0.11.11:
* Fix crosswire trails when using DAMAGE and XFIXES, at least for
smooth-scrolling mode (#160352).
* Reinstate crosswires, they were inadvertently removed by an error in
a compiler-warnings fix.
* Improved test for XFIXES and DAMAGE extensions, so that they
are properly built into gnome-mag when building on XOrg server platform.
* Fixed XFIXES cursor image support on big-endian architectures. (#159398)
* Fixes for #160352, #157187.
What's new in gnome-mag-0.11.9:
* different handling of changes to source and target displays; we don't
try to reparent windows any more, we tear down and start over (works
better with some x servers).
* Suppress a bunch of gdk critical warnings.
|
2004-10-28 21:12:53 by Julio M. Merino Vidal | Files touched by this commit (2) |
Log message:
Update to 0.11.8:
What's new in gnome-mag-0.11.8:
* bugfixes, sanity checks on client requests.
What's new in gnome-mag-0.11.7:
* magnifier's use of the new DAMAGE x extension can be turned off via
the MAGNIFIER_IGNORE_DAMAGE environment variable, or via
the "--ignore-damage" command line flag. This is a debugging
feature.
* magnifier now does some sanity checking on the setROI calls before
attempting to comply.
What's new in gnome-mag-0.11.6:
* Fix for bug 141376 and 152300; we now provide the missing epv
implementation for getTargetDisplay and getSourceDisplay, and
we check to make sure we can connect to a display before
trying to change source or target.
|
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-09-21 19:11:57 by Julio M. Merino Vidal | Files touched by this commit (4) |
Log message:
Update to 0.11.5. This version corresponds to GNOME 2.8.0.
What's new in gnome-mag-0.11.5:
* We now implement LoginHelper from at-spi - this allows clients to
tell that the magnifier needs access to certain resources during
authentication, screen lock, etc., for instance allows magnifier to
tell clients which X windows to raise in order to allow
magnification when the screen is otherwise obscured. Fixes bug #150846.
What's new in gnome-mag-0.11.4:
* Bugfixes for cursor painting if TARGET display has been changed (#140622)
* Improved support for DAMAGE; don't do global refresh/polling if
DAMAGE extension is available.
* Can tell magnifier standalone to be OVERRIDE_REDIRECT if you need
to. (See magnifier --usage).
* Set _NET_WM_STRUT and _NET_WM_STRUT_PARTIAL values; lets other apps
know not to overlap the magnifier binary when run in split-screen mode.
* New translations:
- Indonesian (id) Ahmad Riza H Nst
- (or) Gora Mohanty
- (nb) Kjartan Marass
- (bs) CHristian Rose (ALL_LINGUAS addition only)
=========
What's new in gnome-mag-0.11.2:
* Bugfix for cursor-size property.
* Added cursor-size test to tests/control-client.
=========
What's new in gnome-mag-0.11.1:
* fixed border-color property.
* Fixed setting of smooth-scroll policy and border-size.
* Fix for bug #104831; gnome-mag now listens for DAMAGE
notifications when the DAMAGE extension is available at runtime
(and build time). This means that on DAMAGE-enabled servers,
gnome-mag's service need not use a timer-based refresh,
i.e. --refresh-timeout can be made arbitrarily large.
* Revamped the way cursor-sets are used; now cursor-set names
refer to the names of directories under $share/gnome-mag/.
* gnome-mag can track changes to the source display's cursor and
display a rescaled cursor on the target display if XFIXES is
available.
* Added support for non-square cursor pixmaps.
Please see ChangeLog for more detail on these features.
* languages:
Gujrati (Guntupalli Karunakar)
|
2004-05-15 16:41:13 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update to 0.10.11:
* bugfixes: fixes for border-color, use of --source-display and
--target-display at runtime (client still needs to destroy and
recreate any existing zoom regions after such a change, or else
you need gnome-mag-0.11.1).
* added code in control-client.c to test runtime change of source and
target.
|