summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replaced yelp-base for yelp. Not sure what should be in there really...gnome-2-2Mikael Hallendal2003-08-152-3/+33
* Return FALSE, otherwise we'll try to start Yelp from the session over andMikael Hallendal2003-08-152-2/+2
* Use glib versions of string functions. (Fixes #81355, Morten Welinder.)Anders Carlsson2003-06-241-49/+48
* Updated my contact informationMikael Hallendal2003-06-1337-73/+73
* - Reverted string change reported by Christian Rose. SORRY!Mikael Hallendal2003-06-051-1/+1
* - fixed leak found by Kjartan.Mikael Hallendal2003-06-031-2/+5
* - style fixes - fixes memory leaks found and patched by Narayana PattipatiMikael Hallendal2003-06-031-106/+112
* - If About window is already showing, don't create another one. Patch byMikael Hallendal2003-06-031-20/+28
* - Use gtp_tree_view_expand_to_path to expand the tree instead of callinMikael Hallendal2003-06-031-21/+6
* Fix for manual pages that have non numerical filetypes like open.3pm.LIBGNOME_2_2_2LIBGNOME_2_2_1Kjartan Maraas2003-05-031-1/+1
* Fix fix to be ANSI compliantKjartan Maraas2003-05-031-2/+2
* Two patches from John Fleck to fix crashes when feeding directories to theKjartan Maraas2003-05-012-0/+14
* Pull up fixes fromKjartan Maraas2003-05-012-3/+52
* Pull up from HEADKjartan Maraas2003-05-011-1/+1
* help-converters/info/main.c output title, fixing bug #83905LIBGNOME_2_3_0LIBGNOME_2_2_0_1LIBGNOME_2_2_0LIBGNOME_2_1_90GNOME_2_2_BRANCHPOINTJohn Fleck2002-12-241-1/+1
* Release 2.1.3YELP_2_1_3Richard Hult2002-12-161-1/+3
* add X-GNOME-BUGZILLA stuffFernando Herrera2002-12-031-2/+1
* register yelp with bonobo-activation server on a per-display basis so thatMark McLoughlin2002-11-071-5/+9
* Implement find backward.Richard Hult2002-10-293-58/+151
* Use the find dialog.Richard Hult2002-10-293-72/+178
* Don't create GNodes with g_new, use g_node_new. Fixes a crash.Richard Hult2002-10-281-3/+4
* removed unused struct type.Mikael Hallendal2002-10-262-7/+1
* Ditto.Richard Hult2002-10-213-5/+5
* Don't try to set focus on view, use view->widget.Richard Hult2002-10-219-10/+254
* link with POPT_LIBS.Mikael Hallendal2002-10-191-1/+2
* added, support to easy check if URI is of type 'index:' without any path.Mikael Hallendal2002-10-193-0/+18
* no need to check for YELP_URI_TYPE_GHELP_OTHER since it will never getMikael Hallendal2002-10-191-6/+14
* YelpWindow is now inherited from GnomeApp. The window title is now "titlePaolo Maggi2002-10-174-125/+35
* updated for 2.1.0YELP_2_1_0Mikael Hallendal2002-10-032-3/+7
* Don't include libgnome and gnome-vfs stuff.Mikael Hallendal2002-09-232-3/+1
* changed to reflect changes in the views.Mikael Hallendal2002-09-1910-361/+484
* --Mikael Hallendal2002-09-181-1/+0
* - Remove redundant call to gtk_tree_path_copy(). - Add casts to fixPadraig O'Briain2002-09-171-5/+5
* added an error message.Narayana Pattipati2002-09-171-2/+3
* removed trailing comma in the enum. Fixes #91789Mikael Hallendal2002-08-291-1/+1
* don't just select that path, but set the cursor at that path (fixesKristian Rietveld2002-08-281-1/+3
* Applied patch from Padraig to fix focus handling. Fixes #90010.Mikael Hallendal2002-08-221-4/+14
* also free the node itself (yelp_man_cleaup_initial_tree): free the initialKristian Rietveld2002-08-222-19/+21
* - Don't use the full base-uri for resolving relative links. Instead useMikael Hallendal2002-08-201-5/+1
* src/yelp-html-gtkhtml1.c src/yelp-html-gtkhtml2.c src/yelp-view-content.cPadraig O'Briain2002-08-164-4/+4
* applied patch from Kjaartan fixing #77895LIBGNOME_2_1_5LIBGNOME_2_1_4LIBGNOME_2_1_2LIBGNOME_2_1_1LIBGNOME_2_1_0LIBGNOME_2_0_6LIBGNOME_2_0_5LIBGNOME_2_0_4LIBGNOME_2_0_3Mikael Hallendal2002-08-151-2/+2
* help-converters/man/gnome-man2html.c: Remove setting of BGCOLOR whenPadraig O'Briain2002-08-152-3/+3
* - return a GSList instead - Hopefully fixed #90385 (yelp_man_init): usingMikael Hallendal2002-08-123-45/+64
* - Removed the GNOME icon in the bottom - Removed the text in the bottom. -Mikael Hallendal2002-08-071-18/+7
* Made changes to make yelp read the cached HTML files. Fixes #85258 newNarayana Pattipati2002-08-077-42/+739
* - include quotes around stylesheet path so its correctly passed inSander Vesik2002-08-051-1/+1
* - Will probably solve #89431.Mikael Hallendal2002-08-041-0/+4
* Fixes #89038Padraig O'Briain2002-08-041-3/+5
* - support info files that is named name.gz. Fixes #85324. - RemoveMikael Hallendal2002-08-041-15/+32
* - GNOME indentation - Support info files that doesn't have the nameLIBGNOME_2_0_2Mikael Hallendal2002-08-041-168/+191