summaryrefslogtreecommitdiff
path: root/src/yelp-base.c
Commit message (Expand)AuthorAgeFilesLines
* - Various bits of cleanup from Don ScorgieShaun McCance2004-12-221-0/+1
* - Put a11y stuff in Accessibility (duh)Shaun McCance2004-12-151-0/+1
* - More robust URI-ish input handling, fixes #160635Shaun McCance2004-12-091-13/+4
* - Do the -fno-rtti thing the way epiphany does itShaun McCance2004-11-011-2/+7
* - Patch from Don Scorgie for popup menus on linksShaun McCance2004-10-261-3/+4
* - Minor changesShaun McCance2004-10-181-2/+2
* - Added Copy, breaking Copy - DND from the tree viewShaun McCance2004-10-121-1/+5
* - Switched most of the stuff over to YelpDocInfo - Reworked parserShaun McCance2004-10-071-17/+9
* - GEKCO! Big thanks to Marco for the patch.Shaun McCance2004-09-241-2/+2
* - Relative path handling broke absolute-sans-scheme path handling. NowShaun McCance2004-01-161-1/+1
* - Don't require absolute path for a file given on the command line.Shaun McCance2004-01-141-5/+12
* - ... in which I change YelpURI around. Again.Shaun McCance2004-01-121-4/+5
* - Temporarily removed test programs from the build. - Removed yelp-utilShaun McCance2003-12-311-5/+8
* - Version 2.5.2.YELP_2_5_2Shaun McCance2003-12-301-2/+0
* - Attempts at working with GtkIconTheme.Shaun McCance2003-12-181-0/+2
* - Removing yelp-scrollkeeper and yelp-sections.Shaun McCance2003-12-171-2/+0
* - Merging transformation-playgroundShaun McCance2003-11-301-5/+12
* Updated my contact informationMikael Hallendal2003-06-131-2/+2
* removed unused struct type.Mikael Hallendal2002-10-261-6/+0
* don't automatically go to uri "toc:" in history. (yelp_window_new): don'tMikael Hallendal2002-08-031-10/+12
* Fixes #83156Mikael Hallendal2002-06-011-0/+2
* added, used to get a chunk from a multi chunked document.Mikael Hallendal2002-05-261-1/+3
* don't include yelp-db2html.Mikael Hallendal2002-05-221-0/+1
* - use YelpURI. (yw_handle_uri): somewhat cleaned up after YelpURI.Mikael Hallendal2002-05-061-3/+7
* - did some cleanups - make output in first page look nicer. - Changed aMikael Hallendal2002-04-111-1/+1
* - Fixes #73292 (yelp_man_populate_tree_for_subdir): add to section indexMikael Hallendal2002-03-031-3/+1
* added casting macro YELP_SECTION.Mikael Hallendal2002-03-031-2/+2
* - Fixes #72146 - Don't show "Other documents" if neither man or info areMikael Hallendal2002-03-031-6/+3
* - Fixes #73056 (yelp_window_new): don't create index view if no index isMikael Hallendal2002-03-031-2/+1
* added/impl. (yelp_base_class_init): use getWindows.Mikael Hallendal2002-03-031-1/+32
* added/impl. (yvi_setup_index_view): added/impl. (yelp_view_index_new):Mikael Hallendal2002-02-251-3/+6
* added index-list to arguments.Mikael Hallendal2002-02-251-7/+11
* initiate url to empty string instead of NULL. Fixed #71350Mikael Hallendal2002-02-131-1/+3
* cleaned up includesMikael Hallendal2002-02-101-1/+2
* added title-changed signal. Shouldn't perhaps be here. Will perhaps removeMikael Hallendal2002-01-271-3/+9
* - if uri starts with ghelp:, try to find the TOC for that document inMikael Hallendal2002-01-271-1/+1
* started to rewrite to use GNode-tree instead of GtkTreeStore.Mikael Hallendal2002-01-221-11/+8
* added/impl. quit the bonobo-main when last window is destroyed.Mikael Hallendal2002-01-191-11/+44
* - use the new GtkTreeModelFilter. (yvc_tree_selection_changed_cb): get theMikael Hallendal2002-01-101-2/+3
* Look for libbz2Alex Larsson2002-01-091-0/+4
* use BonoboObject instead of BonoboXObject, thanks rhult for notifying me.Mikael Hallendal2002-01-091-4/+4
* use bonobo_main_quit instead of gtk_main_quit. This should be moved toMikael Hallendal2002-01-051-28/+27
* added signal for new window. (yw_new_window_cb): amitMikael Hallendal2001-12-101-0/+20
* - cleaned up a little. - now has tree views (home/content/index) in aMikael Hallendal2001-12-101-13/+6
* cast the window to YELP_WINDOW.Mikael Hallendal2001-12-081-4/+0
* removed the outcommented menu-code. - No menu will be used, only theMikael Hallendal2001-12-081-97/+9
* - added forward/back-buttons to priv struct. - connect the buttons toMikael Hallendal2001-12-041-6/+6
* path uri's as strings instead of GnomeVFSURI'sMikael Hallendal2001-12-011-1/+1
* use the scrollkeeper parser instead of devhelp.Mikael Hallendal2001-10-281-2/+2
* accept uri == NULL and don't ref it, if it is. (yelp_book_add_section):Mikael Hallendal2001-10-281-0/+1