* Gtk::Action::get_proxies()
Use the correct ownership semantics.
* Gdk::Display::list_devices()
Use the correct ownership semantics.
* examples/book/menus_and_toolbars/
Distribute the .png file.
Changes 2.6.2:
* TreeView: When using the append_column() convenience API,
prevent a crash when the window closes while the cell is
editing.
* Allow derived CellRenderers to be edited, by removing
some debug code that sneaked into 2.6.1.
* Documented many signals, based on the GTK+ documentation.
Changes 2.6.1:
* CellRenderer: Prevent an infinite loop.
* MSVC++ .Net 2003 build fixes.
* Documentation:
- Hide deprecated widgets from the list of widgets.
- Correct the description of the IO input example.
Chamges 2.6.0:
gtkmm 2.6 wraps new API in GTK+ 2.6, and is API/ABI-compatibile with gtkmm 2.4.
line (path and arguments) needed to run the real tool.
Modify TOOLS_<TOOL> to hold only the path to the real tool.
Modify falcons-eye/Makefile and qt3-libs/Makefile.common to use
TOOLS_CMDLINE_YACC instead of TOOLS_YACC to that they'll use "bison -y".
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
When writing logout records NetBSD requires the ut_name field to be
filled in when calling pututxline() (otherwise utmp_update refuses to
write it) but nulled when writing to wtmpx.
Problem seen by gnome-terminal leaving stale utmpx entries on exit.
Bump PKGREVISION.
Split out shared parts of PyQt packages to Makefile.common.
I did this so I could get Darwin support which requires a
Mac-specific source.
Also capitalize Qt3 in COMMENT.
I tested a few packages using PyQt running on Mac OS X over remote X11
and it still worked (even though no X11 support, but I guess the Qt3's
X11 works for this).
Split out parts of Makefile. Now use new
../../x11/py-qt3-base/Makefile.common.
Improve COMMENT to better describe this package.
Improve DESCR to better describe this package.
(PyQt is a set of Python bindings for the Qt toolkit. The
py-qt3-qscintilla package provides the bindings for QScintilla,
the port to Qt of the Scintilla programmer's editor class.)
Use new ../../x11/py-qt3-base/Makefile.common. So split out some
of the parts of the Makefile.
Improve the COMMENT (especially so it will be different from other
PyQT package).
Improve the DESCRiption to really describe this package.
Split this up into a Makefile.common to be used by other packages.
For Darwin, use a different DISTFILE as told by the py-kde list.
Improve DESCR. (The same DESCRiption was used by multiple packages.)
* Added "Require Source Selection" (and Destination ditto) flag
in the "Before&After" options for external command rows. This
prevents commands from running if there is no selection, which
is handy to avoid making programs read from stdin. Added after
issue report by C. H. Block.
* Brought Copyright in About window and man page into 2005. :)
* Added (commented-out) sample row in gentoogtkrc.in to show how
to set color of non-used pane rows (not reachable by gentoo's
File Style system).
* Fixed broken g_snprintf() formatting specifier in the overwrite
dialog that caused it to crash on Solaris. Reported (possibly
among others) by N. Antic.
* Added option to let window manager position dialogs. Suggested
by "Martinko". This is the new default behavior, too.
* Added a SelectShell command, that makes select/unselect/toggle
decisions based on running shell commands. Suggested by me. :)
See docs/scratch/command_args.txt, or use the GUI. Modified the
default button layout to put SelectRE/SelectShell together.
* Added the -grs_longitude option, to specify the longitude of
Jupiter's Great Red Spot, in System II coordinates. This assumes
the Jupiter image has the center of the Great Red Spot at pixel 0
(at the left side of the image) in order to draw it at the right
position.
* Added the Icosagnomonic projection, contributed by Ian Turner.
* Fixed a bug where output filenames had an extra digit in some cases.
* Added the bump_map and bump_scale options in the configuration file.
* Added the -glare option to set the size of the sun's glare.
* An image map may be specified for the sun in the configuration
file now. A shade value is now required for the sun (should be
100, otherwise the sun will have a night side!)
* Added the -arc_spacing option to set the default angular
distance between great arc points. It used to be 0.1 degree, so
arcs smaller than this wouldn't get drawn.
* Fixed a bug where markers were not aligned properly when using
align = "above" or "below".
* Added warnings if options are specified in the [default] section
of the configuration file that probably shouldn't be there.
Panel
* Fix crash when the "locked" gconf key is unset (Mark)
* Fix bad interactions between the panel and the recent menus (Mark)
* Fix crasher with recent items menu (Mark)
* Fix "dialogs pop up under panel dialogs" issue by making each panel
be in its own window group and the dialogs part of the default group.
(Mark)
* Help links update (Kjartan Maraas, Sébastien Bacher)
* Code cleanup (Kjartan Maraas)
* Plug leaks (Kjartan Maraas)
* Fix bad interaction between the panel and the window manager (Mark)
Translators
* Vladimir Petkov (bg)
* Priit Laes (et)
* Roozbeh Pournader (fa)
* Christophe Merlet (RedFox) (fr)
* Ignacio Casal Quinteiro (gl)
* Ankit Patel (gu)
* Yuval Tanny (he)
* Rajesh Ranjan (hi)
* Lilit Azizbekyan (hy)
* Takeshi AIHANA (ja)
* Clytie Siddall (vi)
* Canonical Ltd (xh)
* Woodman Tuen (zh_TW)
Changes since 4.21: * Fixed a bug in the new mouse-motion code that caused
the screen to never blank on multi-head non-Xinerama
systems. Oops.
* New hacks, `interaggregate', `antmaze', `tangram',
and `crackberg'.
* Minor tweaks to `fiberlamp', `ifs', `slidescreen',
`zoom', `sonar', `fireworkx', `whirlwindwarp',
`bubble3d', and `rd-bomb'.
* Added motion blur to `blinkbox'.
* `bsod' now includes Longhorn's "RSOD", and OS/2.
* Fixed `-wireframe' usage in most hacks and man pages.