summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Port to Rarian 0.8 seriesDon Scorgie2007-12-033-62/+17
* x-yelp-toc uri scheme frags now strip leading '#' and '?'s (bug #482290)Don Scorgie2007-11-071-1/+4
* Fix debug build (bug #492882)Don Scorgie2007-11-071-1/+1
* Fix stupidity in loading HTML docs (bug #493594 - Matthias Clasen)Don Scorgie2007-11-071-2/+2
* Fix NULL-checking of URI in slow search (bug #493751)Don Scorgie2007-11-071-2/+9
* - Make sure we jump to anchors (Don)Shaun McCance2007-09-062-9/+17
* - Pass the computed chunk depth to the stylesheetsShaun McCance2007-09-061-0/+2
* Fix potential crasher in transform + various other minor fixes (based onDon Scorgie2007-09-052-5/+23
* If mime type isn't detected, don't crash bug #472128 based on patch byDon Scorgie2007-09-031-1/+3
* C89 fixes from Jens Granseuer (bug #472489)Don Scorgie2007-09-032-2/+8
* - Removing a debugging printf I'd accidentally left inShaun McCance2007-08-301-1/+0
* - Use g_filename_to_uri to ensure file URIs are right, fixed brokenShaun McCance2007-08-301-7/+12
* - Make the icons respect the theme againShaun McCance2007-08-202-19/+66
* - Themed colors and some CSS customizationsShaun McCance2007-08-171-65/+178
* When no frag specified, use x-yelp-index instead of index as this breaksDon Scorgie2007-08-121-8/+3
* Move to new format in line with bkor's request Also, update my emailDon Scorgie2007-08-074-5/+5
* Add a "Phrase not found" message to the search bar when the term isn'tDon Scorgie2007-08-071-0/+20
* Fix "info <page>" in search barDon Scorgie2007-08-071-1/+1
* Handle malformed .so tags better (bug #447107 - Matt Keenan)Don Scorgie2007-08-071-4/+3
* Better handling of cross links in man pages (bug #431078 - MatthiasDon Scorgie2007-08-071-10/+34
* Fix crash in bc, automake16 and gnutls info pages (bug #430365 - MatthiasDon Scorgie2007-08-071-1/+13
* Remove extra markup from message dialog (bug #381431 - Christian Persch)Don Scorgie2007-08-072-6/+21
* When slow searching for ':', don't crash (Bug #364768 again)Don Scorgie2007-08-071-3/+8
* Fix apropos handling on Fedora Fix possible memleak Handle results withDon Scorgie2007-08-071-1/+11
* Handle '\*=' escape sequence correctly (bug #358825 - Björn Lindqvist)Don Scorgie2007-08-071-0/+3
* Resolve a full path within a ghelp uri correctly (bug #464295)Don Scorgie2007-08-071-0/+9
* reduce relocations by removing unnecessarily static data, and non-constDon Scorgie2007-08-072-21/+21
* s/std{out,err}/str_std{out,err}/g Fixes build on Solaris - bug #462440Don Scorgie2007-08-071-4/+4
* Remove forgotten c++ comment (bug #462813, hopefully)Don Scorgie2007-08-071-1/+0
* Mark -help contents for translation (bug #450168 - Gabor Kelemen) RemoveDon Scorgie2007-08-071-1/+3
* Make error messages somewhat less cryptic Remove strange markup thatDon Scorgie2007-08-073-6/+6
* Redefine langs to allow compilation with Beagle (bug #462056) Make resultsDon Scorgie2007-08-072-3/+9
* - Register EXSLT extensions, so the world can be right againShaun McCance2007-07-311-0/+7
* Disable test programs for nowDon Scorgie2007-07-301-6/+6
* Merge of yelp rework branch:Don Scorgie2007-07-3050-2570/+9425
* Cleanups of the following types: - correct return values from g_return_*()Kjartan Maraas2007-04-1613-134/+49
* Fix for mozilla API change on trunk.Christian Persch2007-02-232-10/+0
* Fix for mozilla API change on trunk.Christian Persch2006-12-012-2/+6
* When info:dir contains a link to a subdir, but not an info name, work asDon Scorgie2006-11-201-0/+29
* Check the file exists and is valid before trying to read it (fixes bugDon Scorgie2006-11-201-0/+4
* Fix printing ranges (bug #370618, Christian Persch)Don Scorgie2006-11-201-2/+2
* When whitespace on new line of a note is < 2, don't crash (bug #376861)Don Scorgie2006-11-201-4/+7
* Don't crash when saving session (bug #364790)Don Scorgie2006-11-051-7/+11
* Replace ':' chars in search strings with ' ' Stops from crashing (bugDon Scorgie2006-11-051-4/+4
* Fix double free in stupid link types only used by gdb info pageDon Scorgie2006-10-251-1/+0
* Don't crash when searching for empty term. Bug #363949Don Scorgie2006-10-251-0/+9
* Remove markup from translatable messages. #360450Elijah Newren2006-10-071-1/+2
* Don't crash when manpath (prog) || MANPATH (env.) is availableDon Scorgie2006-10-051-1/+3
* Make F7 toggle caret properly Set initial state of caret in prefs windowDon Scorgie2006-09-293-12/+17
* Fix the build with gecko trunk.Christian Persch2006-09-172-13/+95