Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more leftover —es | Matthias Clasen | 2014-09-08 | 1 | -3/+3 |
| | | | | These were leftover at various places in the documentation. | ||||
* | gtk: port many nullability annotation fixes from Vala bindings | Evan Nemerson | 2014-05-30 | 1 | -6/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=730745 | ||||
* | gtk: add missing ownership annotations ported from Vala | Evan Nemerson | 2014-05-27 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=730745 | ||||
* | docs: Fix name of GtkFileChooser's Create Folder button | Marcus Karlsson | 2014-05-05 | 1 | -2/+2 |
| | | | | | | | | | | The documentation for GtkFileChooser references the button which allows the user to create new folders as the New Folder button, although the label actually says Create Folder. Update the documentation to say Create Folder instead of New Folder. https://bugzilla.gnome.org/show_bug.cgi?id=729475 | ||||
* | docs: fix typos in gtk_file_chooser_set_local_only | Marcus Karlsson | 2014-05-05 | 1 | -2/+2 |
| | | | | | | | Change "file are files" to "file or files." Also remove an excessive "file" in "file system." https://bugzilla.gnome.org/show_bug.cgi?id=729473 | ||||
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -42/+42 |
| | | | | Instead of Return value: | ||||
* | Docs: use // for comments in examples | Matthias Clasen | 2014-02-14 | 1 | -6/+6 |
| | | | | | Without sgml mode, we can't escape /* as /* anymore, so just switch to // for comments in examples. | ||||
* | Docs: Remove all entities and turn off sgml mode | Matthias Clasen | 2014-02-09 | 1 | -1/+1 |
| | | | | | With all element markup gone, it is time to turn off sgml mode, and get rid of entities as well. | ||||
* | docs: use apostrophes in *n't | William Jon McCann | 2014-02-07 | 1 | -6/+6 |
| | |||||
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -15/+15 |
| | | | | https://wiki.gnome.org/Design/OS/Typography | ||||
* | docs: use links instead of <xref> | William Jon McCann | 2014-02-07 | 1 | -2/+3 |
| | |||||
* | docs: Use markup for links | William Jon McCann | 2014-02-07 | 1 | -6/+6 |
| | |||||
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -10/+10 |
| | |||||
* | docs: Use "#" for refsect2 instead of ## | William Jon McCann | 2014-02-04 | 1 | -4/+4 |
| | |||||
* | docs: don't use <para id=""> | William Jon McCann | 2014-02-04 | 1 | -2/+2 |
| | |||||
* | docs: don't use <keycap> tags | William Jon McCann | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | docs: replace all <examples> with markdown headings | William Jon McCann | 2014-02-04 | 1 | -3/+3 |
| | |||||
* | docs: use markdown for <envar> tags | William Jon McCann | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | docs: Convert to markdown | Matthias Clasen | 2014-02-02 | 1 | -62/+38 |
| | | | | Specifically, switch to using markdown syntax for sections. | ||||
* | docs: Identify examples that are C code | William Jon McCann | 2014-01-29 | 1 | -6/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=723119 | ||||
* | docs: use |[ ]| instead of <programlisting></programlisting> | William Jon McCann | 2014-01-29 | 1 | -6/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=723119 | ||||
* | docs: don't use <guimenuitem> | William Jon McCann | 2014-01-28 | 1 | -9/+9 |
| | | | | We don't want to assume menu bar structures. | ||||
* | docs: don't use <emphasis> | William Jon McCann | 2014-01-28 | 1 | -3/+3 |
| | | | | It is a little heavy handed. The text can speak for itself. | ||||
* | docs: use () instead of <function> tags | William Jon McCann | 2014-01-27 | 1 | -2/+1 |
| | |||||
* | docs: don't use footnotes | William Jon McCann | 2014-01-27 | 1 | -345/+0 |
| | | | | | | Temporarily remove documentation for keybinding signals for GtkFileChooserDefault until we can find a way to add them properly. | ||||
* | filechooser: Actually return a value | Benjamin Otte | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | filechooser: Fix misleading documentation for ↵ | Timothy Arceri | 2013-06-20 | 1 | -2/+1 |
| | | | | | | gtk_file_chooser_set_preview_widget() https://bugzilla.gnome.org/show_bug.cgi?id=701174 | ||||
* | filechooser: Add gtk_file_chooser_get_current_name() | Jonh Wendell | 2013-06-19 | 1 | -0/+28 |
| | | | | | | | | | | Currently you can only set the current filename, but not get it. It's useful to be able to get it in save dialogs, where the user has typed the desired filename and you are not in a real directory (recent used, for example). https://bugzilla.gnome.org/show_bug.cgi?id=702497 | ||||
* | Update gtk_file_chooser_set_do_overwrite_confirmation() documentation to ↵ | Timothy Arceri | 2013-05-26 | 1 | -1/+1 |
| | | | | | | reflect what is actually happening https://bugzilla.gnome.org/show_bug.cgi?id=360131 | ||||
* | Merge branch 'places-sidebar' into master | Federico Mena Quintero | 2013-04-11 | 1 | -3/+2 |
|\ | | | | | | | | | | | This lands the GtkPlacesSidebar widget. It is used in GtkFileChooserDefault, and it can also be used by third-party applications. | ||||
| * | Merge branch 'master' into places-sidebar | Federico Mena Quintero | 2013-02-13 | 1 | -2/+3 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: docs/reference/gtk/gtk-docs.sgml gtk/gtkfilechooserdefault.c gtk/org.gtk.Settings.FileChooser.gschema.xml | ||||
| * | | Add toplevel docs for the sidebar | Federico Mena Quintero | 2013-01-18 | 1 | -3/+2 |
| | | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org> | ||||
* | | | filechooser: Also convert get_uris() to returning native paths | Federico Mena Quintero | 2013-03-05 | 1 | -11/+23 |
| | | | | | | | | | | | | | | | | | | It was only being done in gtk_file_chooser_get_uri(). Signed-off-by: Federico Mena Quintero <federico@gnome.org> | ||||
* | | | filechooser: Show FUSE mounted locations in shortcuts | Timothy Arceri | 2013-03-05 | 1 | -2/+20 |
| |/ |/| | | | | | | | | | | | Since FUSE locations can be handled safely by applications show these mounted locations regardless of whether gtk_file_chooser_set_local_only() is set to TRUE https://bugzilla.gnome.org/show_bug.cgi?id=586367 | ||||
* | | docs: gtk_file_chooser_get_filename() returns absolute paths | David King | 2012-11-24 | 1 | -2/+3 |
|/ | | | | | | | | | | The documentation for gtk_file_chooser_get_filenames() states that the returned filenames are absolute paths, and uses g_file_get_path() to construct the filename. The same function is used to construct the filename in gtk_file_chooser_get_filename(), so it should also return absolute paths. https://bugzilla.gnome.org/show_bug.cgi?id=371034 | ||||
* | Fix malformed doc comments | Matthias Clasen | 2012-04-12 | 1 | -4/+4 |
| | | | | | Most of these are forgotten :'s and similar details which gtk-doc now warns about. | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | Trivial doc fix | Javier Jardón | 2012-01-16 | 1 | -1/+1 |
| | | | | Use GLib consistently capitalized in the docs. | ||||
* | Replace some references to the GtkTable, use GtkGrid instead | Javier Jardón | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | Update the docs with the policies for Save dialogs | Federico Mena Quintero | 2011-07-01 | 1 | -45/+48 |
| | | | | | | | | | Basically, don't ever set the current folder, and only use gtk_file_chooser_set_filename() for 'File/Save As'. This is so that the file chooser will be able to present its recently-used lists as appropriate, giving the user good suggestions by default. Signed-off-by: Federico Mena Quintero <federico@gnome.org> | ||||
* | Update keybinding docs | Matthias Clasen | 2011-06-16 | 1 | -18/+18 |
| | | | | These were still explaining gtkrc syntax. | ||||
* | Added "shift" modifier versions of keybings for GtkFileChooser ↵ | Tristan Van Berkom | 2011-02-01 | 1 | -4/+11 |
| | | | | | | "folder-up"/"folder-down" bindings. Also updated documentation, closes bug 322926 | ||||
* | [GI] Fixes of existing incorrect annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -8/+9 |
| | |||||
* | [GI] Cosmetic cleanups of annotations and doc comments | Pavel Holejsovsky | 2011-01-18 | 1 | -3/+3 |
| | | | | | | This change does not introduce any functionality change, mostly cosmtic cleanups, like re-linebreak when introduced annotations messed up indentation or whitespace errors fixes. | ||||
* | [GI] Annotate strings holding file paths as (type filename) | Pavel Holejsovsky | 2011-01-18 | 1 | -19/+22 |
| | |||||
* | More documentation fixes2.99.0 | Matthias Clasen | 2011-01-06 | 1 | -3/+3 |
| | |||||
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -21/+21 |
| | |||||
* | Drop Win32 DLL ABI compatibility cruft | Tor Lillqvist | 2010-08-30 | 1 | -169/+0 |
| | | | | No need for that any longer as we are changing DLL name. | ||||
* | gtk/gtkfilechooser.c: Use G_DEFINE_INTERFACE macro | Javier Jardón | 2010-08-26 | 1 | -34/+16 |
| | |||||
* | Bug 596125 — Property string fixes | Philip Withnall | 2010-08-10 | 1 | -1/+1 |
| |