summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - Made man pages work with YelpDocumentyelp-documentShaun McCance2007-04-126-24/+573
* - Added preliminary support for mime types in yelp-pageShaun McCance2007-04-123-3/+15
* - Made yelp-man-parser use yelp-debugShaun McCance2007-04-122-6/+8
* - Added back the GError convenience functionsShaun McCance2007-04-1114-746/+912
* - Added yelp_error_copyShaun McCance2007-04-0411-20/+1436
* - Do not do callbacks if releasedShaun McCance2007-03-227-79/+73
* - Added some locksShaun McCance2007-03-207-344/+229
* - Fixed concurrency issues when freeingShaun McCance2007-03-202-51/+108
* - Making YelpError cleaner and more usable for our purposesShaun McCance2007-03-208-193/+260
* - Changed the callback API a bit, basically readyShaun McCance2007-03-173-110/+125
* - Add these to the correct directoryBrent Smith2006-07-034-0/+669
* Put an #ifdef around HAVE_CONFIG_HBrent Smith2006-07-033-31/+3
* - Glorious threaded XSLT transformationShaun McCance2006-07-036-3/+593
* Fix to properly escape ampersand characters by using xmlNewTextChild,YELP_DOCUMENT_BRANCHPOINTBrent Smith2006-07-011-10/+3
* Print DB_PROFILE message to the screen Add support for the yelp:cacheBrent Smith2006-07-012-0/+119
* fix the biggest memory leak known to man; was using xmlFree() instead ofBrent Smith2006-06-251-1/+1
* - Nuking from CVS, since were on DBUS nowShaun McCance2006-06-211-17/+0
* - Use xmlNewTextChild so ampersands don't screw us upShaun McCance2006-06-171-2/+2
* Don't crash on certian *Note types Fix other *Note types to actually pickDon Scorgie2006-06-131-14/+40
* 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