summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove more leftover —esMatthias Clasen2014-09-081-3/+3
| | | | These were leftover at various places in the documentation.
* gtk: port many nullability annotation fixes from Vala bindingsEvan Nemerson2014-05-301-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730745
* gtk: add missing ownership annotations ported from ValaEvan Nemerson2014-05-271-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730745
* docs: Fix name of GtkFileChooser's Create Folder buttonMarcus Karlsson2014-05-051-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_onlyMarcus Karlsson2014-05-051-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: consistentlyWilliam Jon McCann2014-02-191-42/+42
| | | | Instead of Return value:
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-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 modeMatthias Clasen2014-02-091-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'tWilliam Jon McCann2014-02-071-6/+6
|
* docs: use proper apostropheWilliam Jon McCann2014-02-071-15/+15
| | | | https://wiki.gnome.org/Design/OS/Typography
* docs: use links instead of <xref>William Jon McCann2014-02-071-2/+3
|
* docs: Use markup for linksWilliam Jon McCann2014-02-071-6/+6
|
* docs: use proper quotesWilliam Jon McCann2014-02-051-10/+10
|
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-4/+4
|
* docs: don't use <para id="">William Jon McCann2014-02-041-2/+2
|
* docs: don't use <keycap> tagsWilliam Jon McCann2014-02-041-1/+1
|
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+3
|
* docs: use markdown for <envar> tagsWilliam Jon McCann2014-02-041-1/+1
|
* docs: Convert to markdownMatthias Clasen2014-02-021-62/+38
| | | | Specifically, switch to using markdown syntax for sections.
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723119
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723119
* docs: don't use <guimenuitem>William Jon McCann2014-01-281-9/+9
| | | | We don't want to assume menu bar structures.
* docs: don't use <emphasis>William Jon McCann2014-01-281-3/+3
| | | | It is a little heavy handed. The text can speak for itself.
* docs: use () instead of <function> tagsWilliam Jon McCann2014-01-271-2/+1
|
* docs: don't use footnotesWilliam Jon McCann2014-01-271-345/+0
| | | | | | Temporarily remove documentation for keybinding signals for GtkFileChooserDefault until we can find a way to add them properly.
* filechooser: Actually return a valueBenjamin Otte2013-06-211-1/+1
|
* filechooser: Fix misleading documentation for ↵Timothy Arceri2013-06-201-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 Wendell2013-06-191-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 Arceri2013-05-261-1/+1
| | | | | | reflect what is actually happening https://bugzilla.gnome.org/show_bug.cgi?id=360131
* Merge branch 'places-sidebar' into masterFederico Mena Quintero2013-04-111-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-sidebarFederico Mena Quintero2013-02-131-2/+3
| |\ | | | | | | | | | | | | | | | | | | Conflicts: docs/reference/gtk/gtk-docs.sgml gtk/gtkfilechooserdefault.c gtk/org.gtk.Settings.FileChooser.gschema.xml
| * | Add toplevel docs for the sidebarFederico Mena Quintero2013-01-181-3/+2
| | | | | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* | | filechooser: Also convert get_uris() to returning native pathsFederico Mena Quintero2013-03-051-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 shortcutsTimothy Arceri2013-03-051-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 pathsDavid King2012-11-241-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 commentsMatthias Clasen2012-04-121-4/+4
| | | | | Most of these are forgotten :'s and similar details which gtk-doc now warns about.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Trivial doc fixJavier Jardón2012-01-161-1/+1
| | | | Use GLib consistently capitalized in the docs.
* Replace some references to the GtkTable, use GtkGrid insteadJavier Jardón2011-09-291-1/+1
|
* Update the docs with the policies for Save dialogsFederico Mena Quintero2011-07-011-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 docsMatthias Clasen2011-06-161-18/+18
| | | | These were still explaining gtkrc syntax.
* Added "shift" modifier versions of keybings for GtkFileChooser ↵Tristan Van Berkom2011-02-011-4/+11
| | | | | | "folder-up"/"folder-down" bindings. Also updated documentation, closes bug 322926
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-8/+9
|
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-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 Holejsovsky2011-01-181-19/+22
|
* More documentation fixes2.99.0Matthias Clasen2011-01-061-3/+3
|
* Tons of transfer annotationsMatthias Clasen2010-09-211-21/+21
|
* Drop Win32 DLL ABI compatibility cruftTor Lillqvist2010-08-301-169/+0
| | | | No need for that any longer as we are changing DLL name.
* gtk/gtkfilechooser.c: Use G_DEFINE_INTERFACE macroJavier Jardón2010-08-261-34/+16
|
* Bug 596125 — Property string fixesPhilip Withnall2010-08-101-1/+1
|