summaryrefslogtreecommitdiff
path: root/gtk/gtkshow.c
Commit message (Collapse)AuthorAgeFilesLines
* doc: trivial fixSébastien Wilmet2014-07-031-0/+1
|
* docs: Remove '\' escape character from literalsVolker Sobek2014-04-041-1/+1
| | | | | | | | commit 7f6a964c47ad2f9dcf6a00044d938840ce8f01f2 replaced entities, but escaped the replacement text also inside literals, which resulted in the escaping '\' to also appear in the documentation. https://bugzilla.gnome.org/show_bug.cgi?id=727322
* 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 markdown instead of <filename> tagsWilliam Jon McCann2014-02-041-3/+3
|
* Docs: Use markdown for listsMatthias Clasen2014-02-021-5/+3
| | | | This greatly reduces the amount of xml in the docs.
* docs: remove obsolete referencesWilliam Jon McCann2014-01-211-3/+0
|
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* gtkshow: don't call _get_display() on a NULL GdkScreenCosimo Cecchi2011-01-131-1/+7
| | | | | | gtk_show_uri() is documented to accept a NULL screen to mean the default one. Calling gdk_screen_get_display() on a NULL object will cause segfaults.
* Documentation polishingMatthias Clasen2011-01-061-1/+1
|
* Mention gvfs in the gtk_show_uri() docsMatthias Clasen2011-01-041-4/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=622125
* Add deprecation guards for deprecated GdkAppLaunchContext APIMatthias Clasen2010-12-241-1/+1
| | | | Also adapt the docs to not use deprecated API.
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-7/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=623845
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
| | | | | | | | This commit was created using a script that searched for all docstrings containing a parameter and the string 'or %NULL'. Gdk backends and demos excluded as they are not part of a public API https://bugzilla.gnome.org/show_bug.cgi?id=610474
* Revert name changeCody Russell2008-07-011-1/+1
| | | | svn path=/trunk/; revision=20724
* Practically everything changed.Cody Russell2008-06-301-1/+1
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* gtk/gtkmountoperation.h gtk/gtktestutils.h remove as many includes asMichael Natterer2008-06-231-2/+1
| | | | | | | | | | | | 2008-06-23 Michael Natterer <mitch@imendio.com> * gtk/gtkmountoperation.h * gtk/gtktestutils.h * gtk/gtkshow.[ch]: remove as many includes as possible from these new files. They can't be included individually, so nothing can break. svn path=/trunk/; revision=20673
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
| | | | | | | | | | | | 2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669
* include "gdk/gdk.h" instead of "gdk/gdkscreen.h"Michael Natterer2008-05-261-12/+10
| | | | | | | | | | | | | 2008-05-26 Michael Natterer <mitch@imendio.com> * gtk/gtkshow.h: include "gdk/gdk.h" instead of "gdk/gdkscreen.h" * gtk/gtkshow.c: remove inclusion of single files from gdk/ Removed trailing whitespace in both files. svn path=/trunk/; revision=20176
* Formatting fixesMatthias Clasen2008-05-261-16/+25
| | | | | | | | | | | 2008-05-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkshow.[hc]: Formatting fixes * gtk/gtkmountoperation.c: Add docs svn path=/trunk/; revision=20169
* reviewed by: Matthias ClasenJaap A. Haitsma2008-05-251-0/+75
2008-05-25 Jaap A. Haitsma <jaap@haitsma.org> reviewed by: Matthias Clasen * gtk/Makefile.am: * gtk/gtk.h: * gtk/gtk.symbols: * gtk/gtkshow.c: (gtk_show_uri): * gtk/gtkshow.h: Add gtk_show_uri to make showing uris really easy. Fixes bug #514396 svn path=/trunk/; revision=20143