summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Some band-aids to get distcheck to not fail.Brent Smith2006-06-121-2/+2
* Ported everything (that I could find) to the new debug infrastructure, seeBrent Smith2006-06-1213-185/+134
* add yelp-debug.[ch]Brent Smith2006-06-126-40/+280
* Add support for translated man pages, fixes #343275Brent Smith2006-06-114-76/+325
* Move from bonobo activation to dbus activation Add {-p,--private-session}Don Scorgie2006-06-115-261/+282
* Don't auto-expand sections in left pane (bug #167070)Don Scorgie2006-06-111-5/+10
* Don't use mozilla's internal string API, and drop support for gecko 1.7Christian Persch2006-06-1010-344/+280
* Add a deep history framework (bug #67966)Don Scorgie2006-06-101-2/+188
* Make *Notes into hyperlinks (bug #343524)Don Scorgie2006-06-101-11/+210
* Make monospace fonts change size when asked (bug #344003)Don Scorgie2006-06-061-2/+2
* Fix man page fallback for info pages againDon Scorgie2006-05-301-1/+4
* Escape & characters when encountered in info processing (fixes #343372)Don Scorgie2006-05-301-2/+10
* fix two small memory leaks.Brent Smith2006-05-302-0/+3
* Fix loading of info pages from subdirs in some casesDon Scorgie2006-05-291-5/+9
* Free text after useDon Scorgie2006-05-292-31/+60
* more helpful message when there are no search results (fixes #341798)Frederic Peters2006-05-281-0/+28
* don't increment ptr, fixes #341827 - Don Scorgie get rid of pointlessBrent Smith2006-05-273-27/+9
* Free newly created doc when finished (revert of previous change) Fix someDon Scorgie2006-05-262-52/+92
* NULL checking. Suppresses critical warnings on some info pagesDon Scorgie2006-05-231-1/+1
* If an info file doesn't exist, default to showing the man page Fixes bugDon Scorgie2006-05-231-2/+18
* Fix loading of info pages from subdirectories (emacs). (Stupid info pageDon Scorgie2006-05-232-52/+81
* Don't free the newly created doc while still in use (should fix bugDon Scorgie2006-05-231-2/+0
* Reduce strictness of searching for menus in info pages (stupid info pageDon Scorgie2006-05-171-2/+2
* When a man page uses the .so macro to include another file, just provide aBrent Smith2006-05-122-1/+50
* If the node isn't found while parsing, adjust the offset and try againDon Scorgie2006-05-111-1/+23
* Actually check a directory exists before reading it (bug #339978)Don Scorgie2006-05-111-0/+2
* Various search improvements (fixes bugs #339595 and #33183)Don Scorgie2006-05-112-86/+126
* Move all find code into a single function reducing lots of duplicate codeDon Scorgie2006-05-111-52/+21
* Only write a mansect element when we have a non empty linked list ofBrent Smith2006-04-231-9/+11
* Don't print out whether or not beagle is available in the summary sinceBrent Smith2006-04-231-2/+6
* Fix an issue with auto detect search not setting YELP_SEARCH_CFLAGS andBrent Smith2006-04-231-94/+108
* Build with xulrunner trunk (gecko 1.9). Bug #329429.Christian Persch2006-04-202-14/+28
* * src/yelp-html.h: * src/yelp-html.cpp: * src/yelp-gecko-utils.h: *Don Scorgie2006-04-196-61/+121
* cosmetic changes (put statements on one line where possible) Make theBrent Smith2006-04-052-12/+10
* Strip leading and training spaces from search terms Fixes #334568Don Scorgie2006-04-041-1/+1
* Fix various compiler warnings, patch by Don Scorgie. Fixes #326290Brent Smith2006-04-048-28/+32
* various beagle signal and refcount fixes, patch from Joe Shaw. FixesBrent Smith2006-04-041-6/+30
* Brent Smith <gnome@nextreality.net>Brent Smith2006-04-021-23/+1
* Cache information from OMF files to ~/.gnome2/yelp.d/omfindex.xml; PleaseBrent Smith2006-04-021-109/+480
* Add "Contents" entry to the Help menu Called gnome_program_init withBrent Smith2006-04-012-5/+44
* - Move to goption, bug #335874Don Scorgie2006-03-301-22/+22
* Applied a patch from Robert Harris to fix some memory leaks.Brent Smith2006-03-251-4/+9
* Don't free an object's private data since it is de-allocated automaticallyBrent Smith2006-03-228-14/+0
* src/yelp-html.cpp: Keep track of timeout and remove when not needed FixesDon Scorgie2006-03-211-2/+8
* Remove score when searching with BeagleDon Scorgie2006-02-271-1/+1
* While slow searching, sort the results to provide some sanityDon Scorgie2006-02-271-3/+19
* Look for spaces when processing man page search results This stops (atDon Scorgie2006-02-271-3/+5
* If the beagle daemon is not running, fall back to basic search support andBrent Smith2006-02-201-35/+27
* Fix a few more memory leaks.Brent Smith2006-02-181-2/+7
* Escape ' characters when searchingDon Scorgie2006-02-181-7/+8