summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Do not recurse into scripts/ subdirectoryDaniel Elstner2009-08-094-10/+12
* Convert tools/ directory to new build systemDaniel Elstner2009-08-098-61/+112
* Remove glib/Makefile.am and gio/Makefile.amDaniel Elstner2009-08-095-203/+88
* Begin transition to new build infrastructureDaniel Elstner2009-08-096-309/+114
* Correct the if condition in Gio::MemoryInputStream::add_data().José Alburquerque2009-07-272-1/+7
* update for release of 2.21.3glibmm-2.21.3Jonathon Jongsma2009-07-273-1/+34
* Add Glib::ObjectBase::freeze_notify()/thaw_notify. Fixes Bug #575533Jonathon Jongsma2009-07-263-0/+34
* Fix a build error in MemoryInputStreamJonathon Jongsma2009-07-262-2/+8
* Fix MemoryInputStream::addData (Bug #589683)Jonathon Jongsma2009-07-263-2/+44
* Wrapped several ISO 8601 related functions.Krzesimir Nowak2009-07-265-0/+56
* Only compile the properties example if properties are enabled.David King2009-07-172-0/+10
* Corrected the ChangeLog to mention changes that I accidentally committed in l...Murray Cumming2009-07-171-0/+14
* Added a simple example showing how to resolve an internet address from a host...Jonathon Jongsma2009-07-166-1/+71
* add async versions of Resolver methodsJonathon Jongsma2009-07-163-2/+108
* add overloads for resolver methods without a cancellable objectJonathon Jongsma2009-07-163-3/+81
* add get_start_stop_type() and Gio::DriveStartStopType enumJonathon Jongsma2009-07-163-0/+11
* add _IGNORE() for a eject_with_operation() which is hand-writtenJonathon Jongsma2009-07-162-0/+6
* Bug 587173 - Fails to install when bootstrapped with Automake 1.11Jonathon Jongsma2009-07-143-5/+28
* Repair Glib::KeyFile docs with regard to exceptions. Bug# 587766.José Alburquerque2009-07-144-47/+458
* fix release target to use correct tagging schemeJonathon Jongsma2009-07-131-1/+1
* fix release targets in makefile for git transitionglibmm-2.21.2Jonathon Jongsma2009-07-132-8/+6
* Bumped version / NEWS for release 2.21.2Jonathon Jongsma2009-07-133-1/+32
* Remove dead --enable-fulldocs optionDaniel Elstner2009-07-112-4/+5
* Remove stray semicolonsDaniel Elstner2009-07-112-2/+8
* implement Gio::VolumeMonitor::drive-stop-buttonJonathon Jongsma2009-07-092-1/+5
* fix accidental bug in Gio::Drive::eject() that the compiler warned me aboutJonathon Jongsma2009-07-092-1/+6
* implement Gio::Volume::eject_with_operation()Jonathon Jongsma2009-07-093-36/+70
* Implement Gio::Mount::mount/eject_with_operation()Jonathon Jongsma2009-07-093-70/+138
* implement Gio::InetAddress::get_native_size()Jonathon Jongsma2009-07-092-1/+5
* implement GDrive::stop-button signalJonathon Jongsma2009-07-092-0/+7
* Wrap g_drive_eject_with_operation() and related functionsJonathon Jongsma2009-07-093-17/+76
* wrap a couple added GDrive methodsJonathon Jongsma2009-07-095-0/+107
* Fix build with glib from masterJonathon Jongsma2009-07-094-7/+391
* Treat empty Glib::spawn*() working dir as unsetDaniel Elstner2009-07-062-6/+18
* Use references to store casts in glibmm_valuearray test.José Alburquerque2009-07-032-2/+7
* Add OptionGroup::add_entry(.., double&)glibmm-2.21.1Jonathon Jongsma2009-06-303-1/+37
* add some namespaced conversions for use by gdkJonathon Jongsma2009-06-292-0/+8
* Increased versionglibmm-2.21.1-realMurray Cumming2009-06-298-4/+122
* Shorten my mail address in the DOAP fileDaniel Elstner2009-06-241-1/+1
* Duplicate log entry into legacy ChangeLog fileDaniel Elstner2009-06-241-0/+10
* Update and simplify .gitignoreDaniel Elstner2009-06-241-211/+107
* Omit unused parameter names to avoid warningDaniel Elstner2009-06-243-3/+3
* Use a const instead of a #define in the value array example.José Alburquerque2009-06-232-2/+6
* * tools/pm/WrapParser.pm (on_defs): Make sure we trim the module names to not...Hubert Figuiere2009-06-232-0/+16
* Typo corrections in Glib::ValueArray sources.José Alburquerque2009-06-224-2/+10
* ChangeLog of last commit (forgot).José Alburquerque2009-06-222-0/+16
* Add Glib::ValueArray with usage test.José Alburquerque2009-06-228-2/+270
* Check for invalid date in Glib::Date copy constructor.José Alburquerque2009-06-222-2/+8
* add start of Socket classJonathon Jongsma2009-06-209-0/+315
* Add start of InitableJonathon Jongsma2009-06-195-0/+132