summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - Fix for #126345 from Padraig O'Briain.Shaun McCance2004-02-141-1/+1
* Handle GNOME2_PATH variable.Frédéric Crozat2004-01-271-1/+4
* - Fix silliness with g_strdup_printf (Joe Marcus Clarke and RoderichShaun McCance2003-11-101-3/+3
* - Yelp 2.4.0YELP_2_4_0Shaun McCance2003-09-091-0/+1
* - Fix from alexl for forkbomb when DISPLAY is set.Shaun McCance2003-09-031-0/+5
* declare variables at top of block.Shaun McCance2003-08-181-1/+1
* Replaced yelp-base for yelp. Not sure what should be in there really...Mikael Hallendal2003-08-151-1/+1
* - Save size from last window. Patch by Shaun McCance. - Fixes bug #90451Mikael Hallendal2003-08-151-2/+32
* Return FALSE, otherwise we'll try to start Yelp from the session over andMikael Hallendal2003-08-151-1/+1
* src/yelp-view-toc.c - Re-added a closing ul tag that was accidentallyShaun McCance2003-08-131-1/+1
* - Replace image for one with transparent background.Mikael Hallendal2003-08-121-17/+7
* src/info2html/html.c patch from Shaun re bug #89838John Fleck2003-07-311-2/+2
* - Change parameters passed to stylesheets.Shaun McCance2003-07-241-9/+13
* ShushAnders Carlsson2003-07-082-0/+6
* Move help readers over from libgnome.Anders Carlsson2003-07-084-17/+20
* Use g_strdup_printf instead of sprintf. (#109889, Christian Marillat).LIBGNOME_2_3_3_1Anders Carlsson2003-06-241-12/+21
* Use glib versions of string functions. (Fixes #81355, Morten Welinder.)Anders Carlsson2003-06-241-49/+48
* s/dir/directory/ Fixes #111818Alex Duggan2003-06-161-1/+1
* Exit with a warning if file doesn't exist. Fixes #104478.Mikael Hallendal2003-06-161-2/+7
* Updated my contact informationMikael Hallendal2003-06-1337-73/+73
* src/Makefile.am src/yelp-db2html.c src/yelp-scrollkeeper.cJohn Fleck2003-06-103-2/+12
* - 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-105/+112
* - If About window is already showing, don't create another one. Patch byMikael Hallendal2003-06-031-20/+27
* - Use gtp_tree_view_expand_to_path to expand the tree instead of callinMikael Hallendal2003-06-031-21/+6
* make it compile on C89 compilers.LIBGNOME_2_3_3Soeren Sandmann2003-05-081-3/+3
* Merge fix from branchKjartan Maraas2003-05-031-1/+1
* Forgotten mergeKjartan Maraas2003-05-031-0/+4
* Fix crashes when feeding dirs to the help converters. Merged from branch.Kjartan Maraas2003-05-012-0/+14
* 2003-05-01 Kjartan Maraas <kmaraas@gnome.org>Kjartan Maraas2003-05-012-3/+52
* Fix for bug #73597. Patch from Roderich Schupp. Use NULL in g_string_new()Kjartan Maraas2003-05-011-1/+1
* revertedTakayuki KUSANO2003-04-281-2/+2
* UpdatedTakayuki KUSANO2003-04-281-2/+2
* fixed a bug in a macro brought up by Shaun McCance.Mikael Hallendal2003-04-171-1/+1
* Change string in about boxAlex Duggan2003-04-151-1/+1
* Applied patch from Baudais@kkpsi.org to make table borders lighter.Mikael Hallendal2003-03-311-3/+1
* - Added --with-cache-dir (not used yet). - Cleaned up popt mess - ChangedMikael Hallendal2003-03-315-86/+130
* 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