summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix to properly escape ampersand characters by using xmlNewTextChild,Brent Smith2006-07-312-29/+9
* fix the biggest memory leak known to man; was using xmlFree() instead ofBrent Smith2006-06-251-1/+1
* - Use xmlNewTextChild so ampersands don't screw us upShaun McCance2006-06-171-2/+2
* Backports from HEAD fix the applyto element for the use_caret gconf keyBrent Smith2006-05-292-10/+55
* Brent Smith <gnome@nextreality.net> Add "Contents" entry to the Help menuBrent Smith2006-04-101-5/+43
* Make the "About this Document" menu entry available after loading aBrent Smith2006-04-051-8/+8
* Strip leading and training spaces from search terms Fixes #334568Don Scorgie2006-04-041-1/+1
* various beagle signal and refcount fixes, patch from Joe Shaw. FixesBrent Smith2006-04-041-6/+30
* Don't free an object's private data since it is de-allocated automaticallyBrent Smith2006-03-238-14/+0
* Keep track of timeout and remove when not needed Fixes bug #335306 (StableDon Scorgie2006-03-221-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
* re-applied DonS' a11y patch, see bug #329407, comment #9Brent Smith2006-02-171-0/+16
* set MOZ_DISABLE_PANGO in the environment to fix broken rendering ofBrent Smith2006-02-171-0/+10
* Escape characters when searching, fixes #331422Don Scorgie2006-02-161-2/+9
* Focus print preview on html widget, fixing funny window-not-resizingDon Scorgie2006-02-151-0/+3
* Reverting DonS' a11y patch as it causes an abort in some cases when itBrent Smith2006-02-121-16/+0
* More 64-bit cleanups with gsizeBrent Smith2006-02-122-10/+10
* Small speedup achieved by only reading the TOC stylesheet once smallBrent Smith2006-02-121-5/+25
* Committed a patch from Robert Harris to fix a crash.Brent Smith2006-02-111-3/+3
* Fixed a bug with malformed documents which caused a crash.Brent Smith2006-02-041-3/+12
* call gnome_vfs_make_uri_from_input_with_dirs() to check for a relativeBrent Smith2006-02-031-4/+8
* Remove some references to functions (in comments) that no longer exist.Brent Smith2006-02-031-10/+0
* - Bury man and info under 'Command Line Help'Shaun McCance2006-01-301-23/+20
* Workaround for a11y issues. Should fix bug #157941Don Scorgie2006-01-291-0/+16
* add support for mapping several man sections, such as 1, 1p, etc. to aBrent Smith2006-01-292-6/+18
* Fix some memory leaksDon Scorgie2006-01-291-1/+11
* ...then make the change actually work...Don Scorgie2006-01-281-1/+5
* *cough* Save other file before committing *cough*Don Scorgie2006-01-281-2/+1
* More robust handling when doing basic search. Should fix #328464Don Scorgie2006-01-281-5/+19
* Don't call g_dir_close() unless we successfully opened the dir; Also, skipBrent Smith2006-01-281-4/+8
* Use the /desktop/gnome/interface/document_font_name gconf key for theBrent Smith2006-01-271-1/+1
* Patch from Jens Granseuer to fix some C99 initialisations bug #328261Don Scorgie2006-01-252-3/+9
* Fix crash on opening 2nd instance, #328517Don Scorgie2006-01-251-4/+4
* Brent Smith <gnome@nextreality.net> fixed a critical warning which isBrent Smith2006-01-251-8/+11
* Set initial focus to html widget, fixes #324190Don Scorgie2006-01-231-0/+3
* Make compilation with Beagle search with newer Beagle Bump minimum BeagleDon Scorgie2006-01-231-10/+5
* Brent Smith <gnome@nextreality.net>Brent Smith2006-01-222-2/+54
* Look for multi-part info files in INFOPATH Make loading fromDon Scorgie2006-01-212-3/+47
* Change g_str_concat to g_strdup_printf in translated string Fixes #327953Don Scorgie2006-01-211-1/+1
* Fix crashes on malformed info:dir filesDon Scorgie2006-01-201-4/+13
* Patch from Glynn Foster to fix more compilation issues on SolarisDon Scorgie2006-01-191-0/+1
* Make TOC pages XHML stric compliantDon Scorgie2006-01-181-1/+11
* Add startup notification stuff, fixes #310237Don Scorgie2006-01-163-10/+133
* Patch from Dennis Cranston for several HIG issues Add mnemonics to findDon Scorgie2006-01-152-3/+4
* Add /usr/local/info and /usr/local/share/info to default infopathsDon Scorgie2006-01-151-1/+3