summaryrefslogtreecommitdiff
path: root/devel/glibmm/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2009-10-16Changes 2.22.1:adam1-1519/+683
* This is a quick follow-on release to fix a couple minor issues discovered in 2.22.0. The tarball has been re-generated with the latest mm-common to fix a devhelp installation issue. There is also a build fix for when building with exceptions disabled. * Fix KeyFile build with exceptions disabled Changes 2.22.0: * This it he first release in the stable 2.22 series. It is essentially equivalent to 2.21.5, but with a few build fixes, etc. * Re-enable input file line markers in gmmproc * Fix broken test for empty _WRAP_METHOD argument * Allow the C documentation to be overridden * Slightly clean up gross Perl code in gmmproc.in * Correctly quote the extracted comment for M4 * Enable verbose output of autoreconf * Do not complain about missing docs_override.xml * Support Automake silent rules
2009-07-22Update to 2.20.1:wiz1-115/+912
2.20.1 (stable): Glib: * Date: Constructor: Check for invalid dates. (José Alburquerque) * ustring: Make the relational operators work with mixed argument types. (Chris Vine) Bug #580773 * Allow dynamic GType registration, though this is not yet fully tested: Class: Added a register_derived_type(GTypeModule*) overload to call g_type_module_register_type() instead of g_type_register_static(). gmmproc: Added a _DYNAMIC_GTYPE_REGISTRATION() macro to be used in the class in the hg file, to add a *_Class::init(GTypeModule) method, and a get_type(GTypeModule*) method that calls it. Gio: * File: Added the missing make_directory_with_parents() definition. (Siavash Safi) Build: * Fix the build with exceptions disabled. (Daniel Elstner, José Alburquerque) * Fix compiler warnings. (Daniel Elstner, Hubert Figuiere) * Windows build fixes. (Armin Burgmeier) Documentation: * Improve the guessing of C++ method names for C function names. (Johannes Schmid)
2009-06-14Remove @dirrm entries from PLISTsjoerg1-30/+1
2009-03-17Update glibmm to 2.20.0.jmcneill1-857/+132
2.20.0 (stable): * Documentation fixes (Daniel Elstner) 2.19.8 (unstable): (2.19.4 to 2.19.8 were skipped) * Added FILE_CREATE_REPLACE_DESTINATION enum value. * Added Error::TOO_MANY_OPEN_FILES error code. * Fix some compiler warnings about extra ;s. (Murray Cumming) 2.19.3 (unstable): * New API: * BufferedInputStream: buffer_size property * BufferedOutputStream: buffer_size, auto_grow properties * DataInputStream: byte_order, newline_type properties * DataOutputStream: byte_order property * FilterInputStream: close_base_stream property, get/set_close_base_stream() * FilterOutputStream: close_base_stream property, get/set_close_base_stream() * UnixInputStream: fd and close_fd properties, get_fd(), get/set_close_fd() * UnixOutputStream: fd and close_fd properties, get_fd(), get/set_close_fd() * Make licenses consistent with eachother (library gpl vs. lesser gpl, etc) (Deng Xiyue) * Fixed some problems when building with exceptions disabled (Murray Cumming) * Build fixes (Theppitak Karoonboonyanan) 2.19.2 (unstable): * File: Added make_directory_with_parents() method overload with no parameter. Bug #566003 (Philip Belemezov). * NoteTree: Do not use a non-ASCII dash character in a comment, to avoid the MSVC++ warning C4819 with Visual Studio 2008. (Tao Wang) Bug #568072 * spawn_*() functions: Added alternative API for when GLIBMM_EXCEPTIONS_ENABLED is not enabled. (Murray Cumming) Bug #565487 (Jonathon Jongsma) * uri_*() functions: Fix memory leak. (Jonathan Jongsma) Bug #566845 (Jason Kasper) * ustring: Add an overload which takes only a format string and no arguments to be substituted. (Daniel Elstner) Bug #506394. 2.19.1 (unstable): * Fix accidental ABI breakage in 2.19.0 caused by adding default handlers for new Gio::Drive signals 2.19.0 (unstable): * wrapped new glib 2.19.x API * Gio::AppInfo: get_commandline(), can_delete(), do_delete(), reset_type_associations(), launch_default_for_uri() * Gio::Drive: new signals changed, disconnected, and eject_button * Gio::Icon: create(std::string), to_string()(), * Gio::Mount: guess_content_type_sync(), is_shadowed(), shadow(), unshadow() * Gio::content_type_from_mine_type(); * Gio::DesktopAppInfo: create_from_keyfile() * Gio::Emblem: new class * Gio::EmblemedIcon: new class * Gio::MemoryOutputStream: new class * Bugs Fixed: * 555743 - warning in glibmm * 562716 - warning fixing cause more warnings. * 396963 - Add Glib::signal_idle().connect_once() * Thanks to contributions from Przemysław Grzegorczyk, Dave Foster, Hubert Figuiere, and Jonathon Jongsma for changes in this release
2008-10-13Changes 2.18.0:adam1-1/+15
* New API to match glib2-2.18.x * Bug fixes
2008-06-23update to 2.16.3drochner1-16/+4
changes: minor bugfixes
2008-04-15update to 2.16.1drochner1-27/+311
This switches to the gnome-2.22 release branch.
2007-10-23Update to 2.14.2:wiz1-2/+1
2.14.2: * Build: Hopefully fix the build on NetBSD-4.99.6/amd64. Bug #386990. (was already in 2.12.7) (Murray Cumming) * gmmproc: Added support for the new _CONFIGINCLUDE() macro. (Armin Burgmeier)
2007-10-13Changes 2.14.1:adam1-3/+703
* Glib::wrap(): Don't fail when wrapping an interface that is implemented by an unrecognized type. gmmproc-generated code now uses the new wrap_auto_interface(), so newly-generated source code will require this latest glibmm version. * Increase version number check for glib. Changes 2.14: * New Regex class, allowing string searching with regular expressions. * New KeyFile class. * Main: Added SignalTimeout::connect_seconds(). * OptionContext: Added get/set_summary(), get/set_description(), set_translation_domain() and set_translate_func(). * Added Glib::get_user_special_dir(), get_user_data_dir(), get_user_config_dir(), and get_user_cache_dir(). * Improved documentation.
2007-03-18Changes 2.12.7:adam1-7/+1
* Build: Hopefully fix the build on NetBSD-4.99.6/amd64. Changes 2.12.6: * Options: Don't overwrite default arguments. This change was lost in March 2006, but now it is back.
2007-01-04Changes 2.12.4:adam1-35/+1
* gmmproc improvements: - gmmproc: Allow () in property and signal docuemntation. - gmmproc: Do not try to remove a common prefix from the C enam values, if there is no common prefix. - enum.pl: Allow whitespace in front of an enum typedef. - enum.pl: Fix an infinite loop. * Glib::Value: When registering float parameters, use G_MAXFLOAT as the minimum, instead of G_MINFLOAT. Likewise for doubles.
2006-11-29Changes 2.12.3:adam1-2/+25
* ObjectBase: Added connect_property_changed(), as an alternative to use when the property proxies are not available because GLIBMM_PROPERTIES_ENABLED is not defined. * Documentation: - Small ustring reference documentation improvement.
2006-05-13Changes 2.10.2:adam1-25/+2
* Added --enable-api-properties, --enable-api-vfuncs, and --enable-api-exceptions. When using these, the API, and any API generated by gmmproc, will be changed. This allows users of embedded platforms to reduce the code size of *mm libraries and *mm-using applications, at the small cost of losing some rarely-used API. Alternatives exist for that API, as show in the examples.
2006-03-12Changes 2.8.5:adam1-6/+2
* Windows Build: - ustring.h: Tag npos with GLIBMM_API, in order to dllexport it on win32. Bug 332438. - Updated MSVC++ build files and README, for MS Visual Studio 2005. * gmmproc code generator: - WRAP_METHOD() Take an extra optional argument: deprecated depractiontext - so that we can insert the appropriate doxygen tag in the documentation, where the C documentation does not do it for us.
2006-02-14Changes 2.8.4:adam1-6/+7
* OptionGroup: Fix memory leaks * Documentation: Fix link in reference documentation header
2006-01-16Changes 2.8.3:adam1-7/+4
* filename_display_name(): Correct the declaration to fix the linker error. * Build: For reduced-resources devices, optionally allow deprecated API to be left out of the library. * Documentation: - Show Since and Deprecated lists of API. Changes 2.8.2: * Solaris build fix: Correct the detection of make.
2005-10-23Sorted PLISTs.rillig1-3/+3
2005-10-03Changes 2.8.0:adam1-5/+95
API additions since glibmm 2.6: * GModule: Add BIND_LOCAL enum value. * MainContext Added signal_child_watch() and examples/child_watch. * OptionEntry: Added FLAG_NO_ARG, FLAG_FILENAME, FLAG_OPTIONAL_ARG, and FLAG_NOALIAS enum values.
2005-07-22gtkmm (previously known as Gtk--) is the official C++ interface for theadam1-0/+662
popular GUI library GTK+. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.