| Commit message (Expand) | Author | Age | Files | Lines |
* | Dealt with several TODOs. | Murray Cumming | 2011-02-15 | 1 | -2/+46 |
* | Remove the reduced API options and code, as discussed on mailing list. | Murray Cumming | 2010-05-31 | 1 | -257/+0 |
* | Gio::File: Add TypeTraits to fix Gtk::FileChooser::get_files() in gtkmm. | Jonathon Jongsma | 2010-03-26 | 1 | -0/+40 |
* | File: Added has_parent() and supports_thread_contexts(). | Murray Cumming | 2010-01-29 | 1 | -0/+12 |
* | File: Added start_mountable(), stop_mountable(), poll_mountable(). | Murray Cumming | 2010-01-28 | 1 | -3/+131 |
* | file.hg: Correct/Add newin2p* doxygen comments. | Murray Cumming | 2010-01-28 | 1 | -6/+22 |
* | File: Added create_file_readwrite() and creat_file_readwrite_async(). | Murray Cumming | 2010-01-28 | 1 | -7/+109 |
* | unmount_mountable(), eject_mountable(): Add overrides with MountOperation. | Murray Cumming | 2010-01-28 | 1 | -12/+74 |
* | File, Cancellable: Added some new methods. | Murray Cumming | 2010-01-28 | 1 | -0/+144 |
* | Deprecate wrapper methods of deprecated functions | Daniel Elstner | 2009-08-21 | 1 | -0/+8 |
* | Rename @since back to @newin | Daniel Elstner | 2009-08-20 | 1 | -9/+9 |
* | Implement parametric Doxygen alias @since{m,n} | Daniel Elstner | 2009-08-18 | 1 | -9/+9 |
* | Gio::File::load_contents() override to allow ignoring the etag contents. (Bug... | Hubert Figuiere | 2009-06-17 | 1 | -0/+60 |
* | Fix --disable-api-exceptions build | Daniel Elstner | 2009-03-23 | 1 | -9/+15 |
* | Change license header to mention Lesser General Public License version 2.1 | Deng Xiyue | 2009-01-19 | 1 | -4/+4 |
* | Added make_directory_with_parents(), query_file_type(), monitor(). | Murray Cumming | 2008-07-16 | 1 | -2/+80 |
* | query_default_handler(), set_display_name(), query_info(), | Murray Cumming | 2008-03-29 | 1 | -1/+1 |
* | Documentation: Remove/fix mentions of 0 when we mean something else. | Murray Cumming | 2008-03-28 | 1 | -13/+12 |
* | Include giomm/error.h Because Gio::Error is thrown by some of these | Murray Cumming | 2008-03-18 | 1 | -0/+1 |
* | load_contents(), load_contents_finish(), load_partial_contents_finish(): | Murray Cumming | 2008-03-03 | 1 | -16/+59 |
* | Correct hand-coded documentation, to talk about throwing exceptions rather | Murray Cumming | 2008-02-27 | 1 | -102/+100 |
* | 2.15.7: | Murray Cumming | 2008-02-26 | 1 | -0/+39 |
* | 'upgraded' the doxygen config file since doxygen was complaining about | Jonathon Jongsma | 2008-02-26 | 1 | -19/+19 |
* | Initial work for another API change: g_file_contains_file() has been | Wouter Bolsterlee | 2008-02-25 | 1 | -3/+3 |
* | Comment out _WRAP_VFUNC() lines because we decided that they are not | Murray Cumming | 2008-02-20 | 1 | -14/+14 |
* | equal(), get_relative_file(), contains_file(): Take const File parameters. | Murray Cumming | 2008-02-20 | 1 | -8/+8 |
* | update to match new gio API which adds a GMountMountFlags argument to all | Jonathon Jongsma | 2008-02-12 | 1 | -8/+9 |
* | Moved the Priorities enum into Though all the giomm stuff seems to already | Murray Cumming | 2008-02-07 | 1 | -22/+22 |
* | Added an overload of query_default_handler() without the cancellable. | Murray Cumming | 2008-02-05 | 1 | -0/+11 |
* | Added copy_async(), with overloads without slot_progress (which is | Marko Anastasov | 2008-02-04 | 1 | -0/+72 |
* | remove an obsolete TODO add LoadableIcon vfunc definitions | Jonathon Jongsma | 2008-02-04 | 1 | -1/+0 |
* | changed size param of create_sized() to type guint (in agreement with | José Alburquerque | 2008-02-04 | 1 | -0/+89 |
* | Added types. Regenerated. | Murray Cumming | 2008-02-03 | 1 | -1/+28 |
* | find_enclosing_mout(), append_to(): Reordered parameters and added | Murray Cumming | 2008-02-03 | 1 | -5/+66 |
* | add BufferedInputStream class | Jonathon Jongsma | 2008-02-02 | 1 | -2/+2 |
* | Added overloads of create_file(), remove(), trash(), make_directory(), | Murray Cumming | 2008-02-02 | 1 | -14/+138 |
* | Added the signal. | Murray Cumming | 2008-02-02 | 1 | -21/+195 |
* | get_child_for_display_name(): Change the display_name parameter to a | Murray Cumming | 2008-01-29 | 1 | -2/+2 |
* | Split into | Murray Cumming | 2008-01-27 | 1 | -1/+1 |
* | Do not include gio.h from our public headers, to avoid polluting the | Murray Cumming | 2008-01-27 | 1 | -2/+4 |
* | Make equal() non virtual - equal_vfunc() is instead. | Murray Cumming | 2008-01-27 | 1 | -19/+228 |
* | Added a read() method overload with no cancellable parameter. Try loading | Murray Cumming | 2008-01-23 | 1 | -3/+16 |
* | Regenerated. | Murray Cumming | 2008-01-21 | 1 | -3/+65 |
* | FileAttributeMatcher::create(): Add a default value and documentation. | Murray Cumming | 2008-01-20 | 1 | -18/+25 |
* | enumerate_children(), enumerate_children_async(), query_info(), | Murray Cumming | 2008-01-20 | 1 | -19/+197 |
* | poll_for_media(): Added documentation. Wrapped 2 vfuncs (though the .defs | Murray Cumming | 2008-01-18 | 1 | -25/+188 |
* | eject(), | Murray Cumming | 2008-01-17 | 1 | -15/+24 |
* | murrayc@murrayc-desktop:~/svn/gnome220/glibmm$ more ChangeLog | Murray Cumming | 2008-01-16 | 1 | -1/+7 |
* | Added query_file_exists(). uri_unescape_string(), uri_escape_string(): | Murray Cumming | 2008-01-16 | 1 | -2/+5 |
* | *_async() functions: Rearrange the parameters, so the (optional) | Murray Cumming | 2008-01-15 | 1 | -37/+42 |