summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Version 2.5.2.YELP_2_5_2Shaun McCance2003-12-301-2/+0
* - Grab the default style if gtk_rc_get_style_by_paths returns NULL.Shaun McCance2003-12-301-14/+18
* - doc_name and doc_path were reversed for some reason.Shaun McCance2003-12-301-2/+2
* - Move Applets into Applications. - Accomodote non-standardShaun McCance2003-12-302-49/+12
* - Consider #index to be equal to no fragment.Shaun McCance2003-12-302-4/+41
* - Transpose Titlepage and Contents.Shaun McCance2003-12-302-2/+7
* configure.in src/Makefile.am - Updates dependencies.Shaun McCance2003-12-272-10/+9
* - Added myself to AUTHORS.Shaun McCance2003-12-274-7/+20
* - Add yelp-theme to test_pager_SOURCESShaun McCance2003-12-245-9/+89
* - Changed things around to accomodate more stuff.Shaun McCance2003-12-231-177/+229
* - Crash fix from Chee Bin HOH.Shaun McCance2003-12-181-1/+1
* All from Chee Bin HOH:Shaun McCance2003-12-183-128/+391
* - Attempts at working with GtkIconTheme.Shaun McCance2003-12-186-30/+107