summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - Make history_finalize chain up to parent's finalize, #140663Shaun McCance2004-08-101-0/+6
* - (tree_model_iter_following) Don't leak old_iter, #140757Shaun McCance2004-08-071-2/+6
* - Part of a patch from Kirti Sinha for #139739Shaun McCance2004-08-071-3/+5
* - Moved #include <stdio.h> above the other #includesShaun McCance2004-06-021-1/+1
* Fix save session problemsElijah Newren2004-05-241-3/+4
* Fix the rest of #140595. Free path, free walker, and free the transformedShaun McCance2004-04-262-6/+10
* - Fixed leak in window_handle_pager_uri, #140597 (Morten Welinder) - FixedShaun McCance2004-04-201-2/+4
* - #include <stdio.h>, as per #134886Shaun McCance2004-04-191-0/+1
* - Fix leak with gtk_tree_store_set, #140546 (Morten Welinder)Shaun McCance2004-04-191-2/+2
* - Don't g_object_ref after gtk_style_new, #140525 (Morten Welinder)Shaun McCance2004-04-191-3/+3
* - s/g_free/g_strfreev/ on **paths, fixes #140524 (Morten Welinder)Shaun McCance2004-04-191-1/+1
* - NULL check on priv->pager before g_object_unref, fixes #140300Shaun McCance2004-04-161-1/+2
* - Better handling of category_hash, as per #128914Shaun McCance2004-04-161-6/+8
* - Fix for #137216, infinite loop in tree traversal.Shaun McCance2004-03-151-7/+8
* - Added me to the copyrights on About.Shaun McCance2004-03-031-2/+3
* - Require libxml2-2.6.5 and libxslt-1.1.4 for the dictionary stuff.Shaun McCance2004-03-031-9/+0
* - Adding dictionary to the new xmlDoc for each chunk. This works aroundShaun McCance2004-02-201-1/+5
* - Patch from DV to stop mixing malloc and free wrappers from glib andShaun McCance2004-02-171-4/+6
* - Fixed memory leak.Shaun McCance2004-02-151-1/+2
* - Disconnect idle_write when closing a window or switching to a differentShaun McCance2004-02-131-2/+11
* - Don't crash when the window is closed before the transformation isShaun McCance2004-02-121-0/+2
* - Don't always grab focus on the gtkhtml2 widget. I did this as part of myShaun McCance2004-02-092-4/+0
* - Free the transformation context. - The cache extension element isn'tShaun McCance2004-02-071-1/+5
* - Tweak to the idle writer that squeezes out a few more scroll problems.Shaun McCance2004-02-031-0/+2
* - s/FALSE/NULL/ for return value for a function that returns a pointer.Shaun McCance2004-02-031-2/+2
* - Introduced a timeout function for scrolling to anchor/top, sinceShaun McCance2004-02-032-40/+167
* include gtkwindow.h instead of gnome-app.hMikael Hallendal2004-01-231-1/+1
* - Handle mailto: URIs. - Make file: URIs be _TYPE_UNKNOWN for formats weShaun McCance2004-01-233-2/+19
* - Implemented destroy callback to unref stuff I ref.Shaun McCance2004-01-221-6/+23
* - Fixed ugly but benign typo.Shaun McCance2004-01-221-1/+1
* - Fixed annoying double-history thing with first page. Again. - FixedShaun McCance2004-01-221-13/+32
* - Nicer chunk depth determination. Works decently well.Shaun McCance2004-01-191-2/+7
* - Updated comment about bug #131745, now that I've filed the bug.Shaun McCance2004-01-171-3/+4
* - Relative path handling broke absolute-sans-scheme path handling. NowShaun McCance2004-01-163-5/+22
* - Don't require absolute path for a file given on the command line.Shaun McCance2004-01-141-5/+12
* - Changed Previous and Next to Previous Page and Next Page, per UI review.Shaun McCance2004-01-121-2/+2
* Set encoding to utf-8 in the generated html. Fixes bug #131186.Richard Hult2004-01-121-1/+3
* - Oh man(1), this is the start of a beautiful relationship.Shaun McCance2004-01-128-48/+559
* - ... in which I change YelpURI around. Again.Shaun McCance2004-01-1215-210/+278
* Added test-man-parser to .cvsignoreShaun McCance2004-01-117-3/+226
* - Gobs more work on the man page parser.Shaun McCance2004-01-081-10/+103
* - Added preliminary code for a man page parser.Shaun McCance2004-01-084-7/+427
* - Error dialog for invalid ghelp: URI.Shaun McCance2004-01-071-1/+8
* - Consolidated all the GError-making in yelp-error.c.Shaun McCance2004-01-075-64/+59
* - Added default CSS file.Shaun McCance2004-01-053-60/+52
* - Make test-pager work again.Shaun McCance2004-01-032-23/+90
* - Started working on the jump-to-anchor thing.Shaun McCance2004-01-023-4/+32
* - Implement yelp:chunk-depth PI.Shaun McCance2004-01-024-30/+101
* - A quick comment, to remind me.Shaun McCance2004-01-013-0/+8
* - Temporarily removed test programs from the build. - Removed yelp-utilShaun McCance2003-12-3119-1285/+396