summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Threads: Add a new doc line from the C docs.Murray Cumming2013-08-281-0/+1
* Add interfaces to custom types before class_init.Kjell Ahlstedt2013-08-016-42/+202
* Regex: Add get_max_lookbehind().Murray Cumming2013-07-311-1/+1
* Regenerate *_docs.xml filesMurray Cumming2013-07-311-67/+522
* Regenerate functions defsMurray Cumming2013-07-312-4/+134
* Regenerate enums defsMurray Cumming2013-07-311-0/+33
* Glib::Variant: Fix memory leaks.Kjell Ahlstedt2013-07-272-2/+8
* Glib::TypeTraits<>: Avoid warnings when compiling with -Wcast-qual.Kjell Ahlstedt2013-07-241-3/+3
* Glib::DateTime: Fix compare() and equal().Kjell Ahlstedt2013-07-231-1/+1
* Use std::memset() instead of GLIBMM_INITIALIZE_STRUCT.Kjell Ahlstedt2013-07-103-4/+9
* Glib::MainContext: Fix a small error in the documentation of acquire().Kjell Ahlstedt2013-06-041-1/+1
* Glib::MainContext: Add invoke().Kjell Ahlstedt2013-06-022-0/+63
* Add missing includes in glibmm.h and bytearray.hg.Kjell Ahlstedt2013-05-212-0/+9
* Custom Interface Properties: Use base finalize function to free data.José Alburquerque2013-05-143-7/+6
* glibmm: Wrapped Base64 functionality from glibMichael Kruglos2013-05-074-0/+115
* Value: Remove unneeded whitespace in source files.José Alburquerque2013-04-296-7/+0
* Interface: Add a comment about overriding properties in constructor.José Alburquerque2013-04-251-0/+2
* Custom Interfaces: Implement derived interface properties in present.José Alburquerque2013-04-224-20/+134
* Glib::Source: Fix the destruction and deletion.Kjell Ahlstedt2013-04-181-9/+65
* ByteArray: get_data(): Add a const version.José Alburquerque2013-04-152-2/+13
* ByteArray: Add size() and get_data() methods.José Alburquerque2013-04-122-5/+21
* Interface: Fix a small typo.José Alburquerque2013-04-081-2/+1
* Gio::TlsClientConnection: Make the class work correctly.José Alburquerque2013-04-072-0/+8
* Add a commentMurray Cumming2013-04-031-1/+1
* ByteArray: Add a Glib::Value<> template specialization for it.José Alburquerque2013-04-022-0/+21
* Glib::VariantBase: Added check_format_string().Murray Cumming2013-03-211-0/+5
* Regenerated the -methods.defs files.Murray Cumming2013-03-193-25/+1179
* Regenereated the -enums.defs files.Murray Cumming2013-03-191-39/+42
* Regenereated teh -docs.xml files.Murray Cumming2013-03-191-81/+526
* Tls*: Add the rest of the (unwrapped) properties, methods and vfuncs.José Alburquerque2013-02-261-0/+2
* glibmm: Add ByteArray.José Alburquerque2013-02-254-0/+122
* Fix the build with --enable-warnings=fatal.Murray Cumming2013-02-211-0/+28
* Signal*::connect(): Make them less thread-unsafe.Kjell Ahlstedt2013-02-212-5/+35
* Signal[Timeout|Idle]::connect_once() docs: Warn about thread-unsafety.Kjell Ahlstedt2013-02-202-40/+70
* ThreadPool::push() docs: Note that sigc::trackable is not thread-safe.Kjell Ahlstedt2013-02-202-2/+12
* Threads::Thread::create(): Update the documentation.Kjell Ahlstedt2013-02-201-6/+11
* Predefine G_OS_UNIX or G_OS_WIN32 in Doxygen's configuration file.Kjell Ahlstedt2013-01-301-3/+2
* Documentation: Fix many warnings from Doxygen.Kjell Ahlstedt2013-01-2716-64/+114
* Variant: Allow containing complex types in arrays and in variants.José Alburquerque2012-12-281-15/+103
* SignalProxy: Fix the documentation, especially of connect_notify().Kjell Ahlstedt2012-12-271-23/+33
* VariantBase: Add operator for BoolExpr (const void*).Andrew Potter2012-12-182-0/+42
* Threads: Add create(slot, name).Andrew Potter2012-12-122-3/+40
* VariantType: Add create_tuple().Andrew Potter2012-11-202-2/+25
* VariantType: Correct the referencing in the create*() methods.José Alburquerque2012-11-202-0/+7
* ustring docs: The global locale should be set when using C++ streams.Debarshi Ray2012-11-141-2/+2
* Variant: Don't refsink variants created using the custom cast ctor.José Alburquerque2012-11-063-45/+0
* Variant< std::vector<std::string> >: Add create_from_object_paths().José Alburquerque2012-11-065-6/+44
* Regenerate the XML docs files for glibmm and giomm.José Alburquerque2012-11-052-59/+4512
* Resolver: Add lookup_records() and lookup_records_finish().José Alburquerque2012-10-301-0/+46
* Resolver: Add the lookup_records_async() methods.José Alburquerque2012-10-291-1/+1