summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stop checking for pangox and X11Emilio Pozuelo Monfort2013-02-281-2/+1
* Don't crash when doing stuff to empty windowsShaun McCance2012-02-172-1/+11
* yelp-application: Fix bookmark updatingShaun McCance2012-01-201-1/+2
* Reverting Share button for now, won't be ready for 3.5Shaun McCance2012-01-101-320/+0
* Don't call g_thread_init()Matthias Clasen2011-11-021-1/+0
* yelp-window: Fixed a double-unref, I think.Shaun McCance2011-10-211-1/+9
* yelp-window: Made Share an action, added to menuShaun McCance2011-10-211-6/+10
* Adding a share button to send a link to a help pageShaun McCance2011-10-211-0/+308
* Mark the Read Link Later string for translation.Gabor Kelemen2011-10-111-1/+1
* Make yelp open the user guide by defaultMatthias Clasen2011-09-221-2/+2
* Mark two strings for translation, also remove unnecessary markup. Fixes: http...Gabor Kelemen2011-07-051-1/+1
* Fix crash when opening URI after closing a windowShaun McCance2011-06-241-0/+21
* Massive cleanup of old filesShaun McCance2011-05-1822-5973/+0
* Fix build breakage caused by the fix to https://bugzilla.gnome.org/show_bug.c...Gabor Kelemen2011-04-291-0/+2
* Fix untranslated UI elements, bug #648840Matthias Clasen2011-04-281-0/+5
* yelp-application: Remove C++-style comment, bug #648771Shaun McCance2011-04-271-1/+1
* yelp-application: Fix invalid free, bug #647761Shaun McCance2011-04-141-1/+1
* Don't crash when g-i-t-symbolic not installed, use symbolic properlyShaun McCance2011-04-101-1/+1
* yelp-application: Handle command line args, GFile messes them upShaun McCance2011-04-081-42/+52
* Merged GtkApplication port, bug #645264Shaun McCance2011-04-073-237/+107
|\
| * yelp-application.c: Reimplement --editor-modeShaun McCance2011-04-061-0/+32
| * yelp-application: Reinstate primary doc window after GtkApplicationShaun McCance2011-04-061-1/+1
| * GtkApplicationRyan Lortie2011-04-063-237/+75
* | yelp-application.c: Actually use dconf, except per-documentShaun McCance2011-04-061-13/+10
|/
* clear the GVariantBuilder when not setting itRyan Lortie2011-04-061-5/+4
* Add missing #include <config.h> to make sure translation work among other thi...Kjartan Maraas2011-03-271-0/+4
* Fixed wrong gsettings schema id and switched to rnds pathsShaun McCance2011-02-211-3/+3
* src/yelp-application.c: Default to ghelp:gnome-helpShaun McCance2011-02-211-1/+1
* Finishing up work on symbolic iconsShaun McCance2011-02-211-1/+2
* yelp-window: Remove find bar animation, doesn't workShaun McCance2011-02-131-84/+2
* yelp-window: Use "Find:" label instead of icon on find barShaun McCance2011-02-131-28/+8
* Remove bookmark directory from page, no editor, use symbolicShaun McCance2011-02-091-309/+31
* Fixing some navigation wonkiness with error pagesShaun McCance2011-01-061-1/+5
* Moving PackageKit integration to YelpViewShaun McCance2011-01-063-242/+1
* Automatically install packages for missing documentsShaun McCance2011-01-053-46/+228
* [yelp-window] Fix some critical warningsShaun McCance2011-01-041-8/+11
* [yelp-window] Set busy cursor when page is loadingShaun McCance2011-01-041-0/+7
* Fail more gracefully in bookmark functions if we get passed a null.Rupert Swarbrick2010-12-201-0/+9
* Port yelp-application.c to the bookmarks interface properly.Rupert Swarbrick2010-12-203-14/+24
* [src/yelp-window.c] Use new GtkLinkButton::activate-link signalShaun McCance2010-10-151-12/+4
* Use upstream gettext instead the Glib oneJavier Jardón2010-10-011-0/+1
* Change GDK_keyname to GDK_KEY_keynameMaciej Piechotka2010-10-011-4/+4
* Fixed typos in translatable stringsLaurent Coudeur2010-09-061-2/+2
* [yelp-help-list] Adding list of all (ghelp) documentsShaun McCance2010-08-131-0/+16
* [yelp-view] Add validity-checking function to link actionsShaun McCance2010-08-131-1/+16
* [yelp-location-entry] Add bookmark when icon clickedShaun McCance2010-08-101-12/+0
* [yelp-application] Use GSettings::changed for read-later-changed signalShaun McCance2010-08-101-2/+15
* [yelp-application] Use GSettings::changed to emit bookmarks-changedShaun McCance2010-08-102-28/+30
* [libyelp] Move "bookmarks-changed" signal to YelpBookmarks, hook up to locati...Shaun McCance2010-08-102-13/+12
* [libyelp] Show bookmarks in location entry with YelpBookmarksShaun McCance2010-08-103-6/+51