Changes:
- icon for Windows executable added
- bug when selecting default level series fixed
- new IFF style file format for level files
- fullscreen mode now works with Windows (workaround for bug in SDL)
- /dev/dsp support for NetBSD added (thanks to Krister Walfridsson)
- file permissions when saving files and creating directories changed
- some small sound bugs fixed
- Properly compile pluggable fs modules (pkg/18220)
- Add missing dependencies (pkg/18220)
- Make this more pkglint-friendly.
- Don't try to tweak LTCONFIG_OVERRIDE towards ltmain.sh, use
LIBTOOL_OVERRIDE instead
Changes:
Release 1.2.2
* Gnome::UI::Help fixed: This should be added to the
Help menu to automatically add items from the
topics.dat file. (Murray Cumming)
* gnome-hello example: The About box is now closed
and deleted when [Close] is clicked
(Murray Cumming)
Release 1.2.1
* App::create_toolbars fixed to use member UI::Array.
This allows access to the widgets, as well as
properly managing memory for the UI Items.
- menu example modified to demonstrate disabling
of menu item widgets. (Murray Cumming)
* configure.in: Don't add -I$prefix/include to
GNOMEMM_INCLUDEDIR if $prefix=/usr. -I/usr/include
should never be used because it overrides the order
of gcc's implicit include path. gtkmm-config.in has
been corrected too. (Daniel Elstner)
* Dialog, MessageBox, PropertyBox: Added extra
documentation so people know that these are not
self-destructed when run() or run_and_close()
returns. (Murray Cumming)
Release 1.2.0
* Canvas example:
Added example.png to test CanvasImage.
Items are now deleted in the destructor.
(Murray Cumming)
* Reference Documentation:
Location of perl not hardcoded. (Cedric Gustin)
* Some gcc 3.0 std namespace fixes. (Claudio Bley)
Release 1.1.21
* CanvasText: set_font(const GdkFont&) conversion
fixed and set_font(const string&) added.
(Murray Cumming)
* CanvasItem: event signal marshalled again. We lost
this fix sometime after 1.1.17. (Gergõ Érdi)
* Uncommented the CanvasHelper::anchor property,
adding the necessary gtkpacker.h #include.
(Murray Cumming)
* Fixed CanvasHelpers::font for Gdk_Font input and
added a string constructor. (Murray Cumming)
* Added CanvasText::set_fontset(). (Murray Cumming)
Release 1.1.20
Unofficial, with some 1.1.21 changes.
Changes:
1.2.10:
* Gtk::Editable: removed default arg values from implementation,
as suggested by Otmar Struwe. This allows it to build with gcc 3.1
1.2.9:
* Gtk::SArray_Helpers::Traits<T>: Added specializations for 'const T*',
'T *const', 'const T *const' and 'const T[N]', so that the inofficial
RedHat GCC 2.96 chooses the correct one.
Release: Gtk-- 1.2.8
* CList_Helpers::Row::Row() implemented, not just declared.
(Murray Cumming)
* FontSelection::get_font_name(): Prevent crash when GTK+ returns 0.
(Joe Yandle)
* Fixed memory leak in Gtk::Editable::get_chars() (Gergo)
* Gtk::Widget::get_toplevel is more cautious if the return value is not
a Gtk::Window* (Gergo)
Release: Gtk-- 1.2.7
* Minor gtkmmproc install fix. (Grumegargler)
* Lots of reference documentation text added, based on the GTK+ reference
documentation. (Jason M'Sadoques)
* gtkmm-config does not give -I/usr/include, which should be implicit if
necessary, and which overrides the implicit gcc replacement system
headers if used. Apparently this is useful for gcc 3.0, and is what
gtk+ does.(Daniel Elstner)
Release: Gtk-- 1.2.6
Skipped.
Release: Gtk-- 1.2.5
* Fixes for code generator.
* Fixes for RedHat 7.0 configure bug.
* Numerous patches to clean up code and improve appearance.
* Added SpinButton::update() (Augustin Ferrin Pozuelo)
* Menushell namespace fixes (jaycox)
* Fixes for gtk--.m4 (srittau)
* Major CTree fixes
* CTree::selection() fixed. (Murray Cumming)
* Added CTree::{Row,Column}::moveto()
* Fix for CTree::RowList::end() (Daniel Elstner)
* Documentation fixes (Falk Hueffner)
* TreeItem patch (Joe Yandle)
Converted to buildlink2 by me.
* Changed include directory to
$(includedir)/sigc++-1.0/sigc++
to allow parallel installation with sigc-1.2. Added an
install-data-hook rule deleting the old headers.
(Daniel Elstner)
* Ming patch from cgustin@ibelgique.com
(This is probably not complete, because the sigc_res.rc
file was not in cvs - an emtpy file has been added.)
Converted to buildlink2 by me.
- The editor could erroneously allocate dynamic instead of static memory.
- Fixed a spurious pause that would occur if the first callout started after a
cold boot had a delay of 0.
- Fixed a problem with repeatedly adding and removing callouts in atomically
executed code.
- Fixed several bugs in error handling.
- A better fix for errors in atomic code, in combination with multi-level
catches.
- Fixed a config file reading bug that could occur if the server was restarted.
- Fixed a bug in saving/restoring variables in an object that privately
inherited another.
- Prevent code from being erroneously optimized away in rare cases.
- Fixed a bug in handling some regular expressions.
- Fixed several bugs which could, in rare cases, cause nil to turn up in
mappings that had been accessed from atomically executed code.
- Fixed a bug in error recovery for compiling switch statements.
The update was contributed by Scott Thompson in private e-mail.
This package contains an IJS server that can output raster images supported
by the GIMP print library, to be used in conjunction with IJS clients such
as GNU Ghostscript.
IJS is a client-server protocol for transmission of raster page images.
This package provides a reference implementation of the protocol, the
design of which is still in flux. When the protocol specification is
published, it will be authoritative. Applications should feel free to
link against the library provided in this package, adapt that code for
their own needs, or roll a completely new implementation.
Changes:
Split libwmf in two, libwmflite (with the parser) and libwmf (utility
functions, device layers, etc.). Should also better support ImageMagick.
Other changes unknown.
fixes in the UI, to properly charge time to the correct player, to play
variants on ICC, and Zippy fixes. We also convert from buildlink1 to
buildlink2.