| Commit message (Expand) | Author | Age | Files | Lines |
* | Glib::Regex: Use UStringView | Thomas Holder | 2019-11-21 | 1 | -0/+2 |
* | Remove Glib::TimeVal | Kjell Ahlstedt | 2019-08-13 | 1 | -4/+1 |
* | Glib::KeyFile: Make it a _CLASS_OPAQUE_REFCOUNTED | Kjell Ahlstedt | 2019-02-02 | 1 | -1/+2 |
* | convert_glib.m4: Remove some unusued conversions | Kjell Ahlstedt | 2018-03-01 | 1 | -4/+0 |
* | convert_glib.m4: Remove _CONVERSIONs that can cause memory leaks | Kjell Ahlstedt | 2017-06-26 | 1 | -2/+0 |
* | Binding: Change BindingFlags to Binding::Flags. | Murray Cumming | 2017-04-18 | 1 | -1/+1 |
* | Keyfile: Change KeyfileFlags to Keyfile::Flags. | Murray Cumming | 2017-04-18 | 1 | -1/+1 |
* | Regex: Move enums inside class. | Murray Cumming | 2017-04-18 | 1 | -2/+2 |
* | gmmproc: New and improved _CONV_*_ENUM m4 macros | Kjell Ahlstedt | 2017-04-18 | 1 | -12/+6 |
* | gmmproc, _WRAP_ENUM: Generate enum class; enums can be inside classes | Kjell Ahlstedt | 2017-04-11 | 1 | -0/+11 |
* | Add Glib::Binding | Kjell Ahlstedt | 2014-11-20 | 1 | -0/+1 |
* | Application, ApplicationCommandLine: Wrap API that uses VariantDict. | Murray Cumming | 2014-04-03 | 1 | -0/+2 |
* | Add Glib::VariantDict, needed for GApplication. | Murray Cumming | 2014-04-03 | 1 | -2/+13 |
* | Application: Add add_main_option_entry() and add_option_group(). | Murray Cumming | 2014-03-05 | 1 | -1/+1 |
* | Gio::File: Add measure_disk_usage() and measure_disk_usage_async(). | Murray Cumming | 2013-09-20 | 1 | -0/+1 |
* | Revert "gmmproc: Pass 0 (NULL) instead of to C functions." | Murray Cumming | 2013-09-08 | 1 | -4/+4 |
* | gmmproc: Pass 0 (NULL) instead of to C functions. | Murray Cumming | 2013-09-03 | 1 | -4/+4 |
* | Gio::FileInfo: Added get_deletion_date(). | Murray Cumming | 2013-03-21 | 1 | -0/+1 |
* | glibmm: Add ByteArray. | José Alburquerque | 2013-02-25 | 1 | -0/+3 |
* | VariantType: Correct the referencing in the create*() methods. | José Alburquerque | 2012-11-20 | 1 | -2/+1 |
* | VariantIter: Add init() method. | José Alburquerque | 2012-10-01 | 1 | -0/+3 |
* | Socket: Remove create_source() again. | Murray Cumming | 2012-09-07 | 1 | -1/+1 |
* | Socket. Add several methods. | Murray Cumming | 2012-09-07 | 1 | -0/+3 |
* | Gio::OutputStream: Add write_bytes(). | Murray Cumming | 2012-07-10 | 1 | -0/+1 |
* | Added Glib::Bytes and Gio::InputStream::read_bytes(). | Murray Cumming | 2012-07-10 | 1 | -1/+5 |
* | giomm: Add the MenuModel and Menu[Attribute|Link]Iter classes. | José Alburquerque | 2012-02-22 | 1 | -0/+1 |
* | DateTime, TimeZone: Use classes without Glib::RefPt<>. | José Alburquerque | 2011-06-16 | 1 | -4/+4 |
* | DateTime: Add methods and create() methods not creating now instances. | José Alburquerque | 2011-06-15 | 1 | -1/+5 |
* | glibmm: Add TimeZone and partial DateTime classes. | José Alburquerque | 2011-06-14 | 1 | -9/+29 |
* | Added conversion from bool& to gboolean*. | Chris Kühl | 2011-01-15 | 1 | -2/+3 |
* | Remove non-glibmm .m4 files. | Murray Cumming | 2010-12-09 | 1 | -0/+39 |
* | DBusProxy: Wrap properites and signals. | José Alburquerque | 2010-10-26 | 1 | -0/+1 |
* | VariantType | Murray Cumming | 2010-07-29 | 1 | -0/+1 |
* | Added VariantType | Murray Cumming | 2010-07-29 | 1 | -0/+3 |
* | AsyncResult: Add get_source_object_base(), deprecating get_source_object(). | Murray Cumming | 2010-03-08 | 1 | -0/+3 |
* | Add DesktopAppInfo::create_from_keyfile() | Jonathon Jongsma | 2008-12-12 | 1 | -0/+1 |
* | Add Gio::AppInfo vfuncs | Jonathon Jongsma | 2008-02-02 | 1 | -0/+1 |
* | Ignore g_input_stream_clear_pending() as well as the other implementation | Murray Cumming | 2008-01-20 | 1 | -1/+2 |
* | Moved the gio conversions into their own .m4 file, to make it easier to | Murray Cumming | 2008-01-15 | 1 | -72/+0 |
* | Wrapped AppInfo and AppLaunchContext, without the vfuncs. New conversions. | Marko Anastasov | 2008-01-10 | 1 | -0/+7 |
* | api change in reply() virtual function and addition of | Jonathon Jongsma | 2008-01-10 | 1 | -0/+1 |
* | Copy (and very slightly adjust) the build_shared/ files from gtkmm, which | Murray Cumming | 2008-01-10 | 1 | -1/+1 |
* | Added this, though no methods or vfuncs are wrapped yet. | Murray Cumming | 2008-01-09 | 1 | -0/+1 |
* | Uncomment GTKMM_DOXYGEN_INPUT_SUBDIRS to fix the reference documentation | Murray Cumming | 2008-01-08 | 1 | -1/+1 |
* | Checked in sources from giomm. Build needs to be fixed to work with | Marko Anastasov | 2007-12-28 | 1 | -0/+69 |
* | Regenerated with enums.pl Regenerated with h2defs.py | Murray Cumming | 2007-06-12 | 1 | -0/+5 |
* | Wraps GKeyFile (Bug #330535) Added include of keyfile.h Added keyfile.h | Rob Page | 2006-09-19 | 1 | -0/+1 |
* | add_entry(): Fixed crash by creating a temporary array, with a nulled last | Murray Cumming | 2004-10-17 | 1 | -2/+2 |
* | Wrapped more methods, but I have still not finished. Started an example. | Murray Cumming | 2004-09-27 | 1 | -0/+5 |
* | Use existing sun-specific conversion when converting from any RefPtr<const | Murray Cumming | 2004-03-10 | 1 | -1/+1 |