summaryrefslogtreecommitdiff
path: root/src/yelp.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Fix calls to deprecated APIsShaun McCance2013-08-181-2/+0
|
* Don't call g_thread_init()Matthias Clasen2011-11-021-1/+0
| | | | | | | g_type_init() has been doing this anyway since GLib 2.24 or so anyway. And with GLib 2.31, it is not necessary anymore. https://bugzilla.gnome.org/show_bug.cgi?id=663285
* Fix build breakage caused by the fix to ↵Gabor Kelemen2011-04-291-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=648840
* Fix untranslated UI elements, bug #648840Matthias Clasen2011-04-281-0/+5
|
* GtkApplicationRyan Lortie2011-04-061-1/+1
|
* Adding --editor-mode, show revision status and commentsShaun McCance2010-03-221-8/+3
| | | | Still to do: editor mode in docbook, show .page.stub files
* [src/yelp.c] Basic DBus-enabled libyelp-based Yelp shellShaun McCance2010-03-101-0/+49
Nothing shiny yet. Just managing the application API with DBus and getting basic windows loaded using YelpView. Trying to keep it very simple, and with as little as possible done at startup.