summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* Glib::OptionContext: Wrap g_option_context_parse_strv()Kjell Ahlstedt2016-08-141-0/+17
* Add missing objects to glib/gio_extra_objects.defsKjell Ahlstedt2016-08-091-0/+6
* Gio::SocketService: Update the class documentationKjell Ahlstedt2016-08-061-23/+20
* Gio::InputStream, OutputStream: Make some of the new methods constKjell Ahlstedt2016-06-022-5/+5
* Gio::FilterOutputStream: Fix property_base_stream()Krzysztof Kosiński2016-06-021-1/+1
* Wrap some constructors and methods in giomm streamsKjell Ahlstedt2016-06-029-19/+83
* Update gio_vfuncs.defsKrzysztof Kosiński2016-06-021-76/+427
* Gio::Pollable[Input|Output]Stream: Return -1 on error in vfuncsKjell Ahlstedt2016-06-022-6/+2
* Remove trailing whitespace.Murray Cumming2016-05-1611-28/+28
* Gio::SocketAddress: Hand-code create() because the C func does lots.Murray Cumming2016-05-091-3/+6
* Add Gio::ListModel, ListStoreBase and ListStore<>Kjell Ahlstedt2016-04-277-0/+524
* FileAtrributeInfoList, Checksum, Module: Make operator bool explicit.Murray Cumming2016-04-101-1/+1
* Gio::DBus::Proxy: allow using GDBusProxy* conversion outside DBus namespaceMarcin Kolny2016-04-051-2/+2
* C++11: .hg\.ccg files: Replace more typedefs with using.Murray Cumming2016-03-313-7/+7
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-1/+1
* C++11: .hg/.ccg files: Replace typedefs with using.Murray Cumming2016-03-3125-65/+65
* Regenerate docs.xml files.Murray Cumming2016-03-281-1/+1
* Regenerate gio .defs.Murray Cumming2016-03-281-0/+3
* Regenerate docs.xml files.Murray Cumming2016-02-291-7/+1116
* Regenerate gio .defs.Murray Cumming2016-02-292-1/+305
* Run clang-format on the .ccg files.Murray Cumming2016-02-2687-3372/+2585
* Run clang-format on the include-all headers.Murray Cumming2016-02-261-8/+8
* Re-run clang-format on some files.Murray Cumming2016-02-261-1/+2
* Run clang-format on gio .cc files.Murray Cumming2016-02-264-66/+84
* Run clang-format on gio .h files.Murray Cumming2016-02-265-22/+16
* Gio::SocketConnectable: Add to_string()Kjell Ahlstedt2016-02-181-3/+2
* Gio::Icon: Add serialize(), deserialize() and documentation of create()Kjell Ahlstedt2016-02-181-5/+25
* Gio::FileInfo::list_attributes(): Make name_space optional.Murray Cumming2016-02-101-1/+1
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-3/+3
* C++11: Use initializer list instead of push_back() for initial single item.Murray Cumming2016-02-051-8/+4
* DBus::Connection: Pass an empty bus name as nullptrKjell Ahlstedt2016-02-042-20/+15
* Glib::SignalProxy: use variadic templatesMarcin Kolny2016-01-212-3/+3
* Use Glib::c_str_or_nullptr()Kjell Ahlstedt2016-01-216-92/+78
* Regenerate .docs.xml files.Murray Cumming2016-01-181-3/+48
* C++11: Replace virtual keyword with override keyword on destructors.Murray Cumming2015-12-241-1/+1
* Fix the build with --disable-deprecated-apiKjell Ahlstedt2015-12-059-2/+18
* Gio::ActionMap: Fix the ref count in lookup_action_vfunc()Kjell Ahlstedt2015-12-021-3/+1
* Gio::Application: Destructor: Use noexcept in the implementation too.Murray Cumming2015-11-291-1/+1
* Use std::unique_lock::unlock() instead of release()Kjell Ahlstedt2015-11-281-19/+19
* Remove now-unnecessary includes of glibmm/threads.h.Murray Cumming2015-11-271-1/+0
* Gio::Application: Use std::mutex instead of Glib::Threads::Mutex.Murray Cumming2015-11-261-5/+5
* Gio: More nullptr instead of 0Kjell Ahlstedt2015-11-235-13/+9
* Regenerate *_docs.xml files.Murray Cumming2015-11-231-58/+576
* Regenerate GIO .defs.Murray Cumming2015-11-232-1/+101
* Gio: Use of nullptr instead of 0.Murray Cumming2015-11-2029-271/+285
* Gio::DBus: Use nullptr instead of 0.Murray Cumming2015-11-207-83/+83
* More use of nullptr instead of 0.Murray Cumming2015-11-201-3/+3
* Yet more nullptr instead of 0.Murray Cumming2015-11-201-1/+1
* More use of nullptr instead of 0.Murray Cumming2015-11-207-19/+19
* Mention nullptr instead of NULL in documentation and some comments.Murray Cumming2015-11-208-9/+9