summaryrefslogtreecommitdiff
path: root/src/yelp-window.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced yelp-base for yelp. Not sure what should be in there really...gnome-2-2Mikael Hallendal2003-08-151-2/+32
* Updated my contact informationMikael Hallendal2003-06-131-4/+4
* - Reverted string change reported by Christian Rose. SORRY!Mikael Hallendal2003-06-051-1/+1
* - If About window is already showing, don't create another one. Patch byMikael Hallendal2003-06-031-20/+28
* Implement find backward.Richard Hult2002-10-291-33/+83
* Use the find dialog.Richard Hult2002-10-291-28/+109
* Don't try to set focus on view, use view->widget.Richard Hult2002-10-211-2/+46
* YelpWindow is now inherited from GnomeApp. The window title is now "titlePaolo Maggi2002-10-171-75/+13
* changed to reflect changes in the views.Mikael Hallendal2002-09-191-14/+11
* --Mikael Hallendal2002-09-181-1/+0
* removed trailing comma in the enum. Fixes #91789Mikael Hallendal2002-08-291-1/+1
* don't automatically go to uri "toc:" in history. (yelp_window_new): don'tMikael Hallendal2002-08-031-7/+3
* added patch from Kang Jeong-Hee to support toolbar style "both_horiz".Mikael Hallendal2002-06-271-1/+2
* - Fixes #84713 (yelp_window_new): set icon on window. (window_load_icon):Mikael Hallendal2002-06-261-23/+37
* - let the index view handle it's own uri'sMikael Hallendal2002-06-031-0/+4
* Fixes #69047Mikael Hallendal2002-06-021-41/+67
* show error dialog if URI doesn't exist. (yelp_window_open_uri): don'tMikael Hallendal2002-06-011-5/+13
* Tell the about dialog who its parent is, so that it appears at the rightRoss Burton2002-05-311-0/+1
* - fixed copyright notice in about dialog. Thanks menthos.Mikael Hallendal2002-05-221-1/+1
* - don't handle YelpViewTOC as a html view any more. - useMikael Hallendal2002-05-181-4/+8
* Use stock item for about menu item.Richard Hult2002-05-181-1/+2
* conform with style. same. same. same.Mikael Hallendal2002-05-181-120/+120
* - commented out call to yelp_html_open_uri since it's been removed.Mikael Hallendal2002-05-171-2/+0
* - use YelpURI. (yw_handle_uri): somewhat cleaned up after YelpURI.Mikael Hallendal2002-05-061-70/+77
* - split the url and send the section in the correct way toMikael Hallendal2002-04-221-0/+2
* fixed a couple of warnings. (yw_handle_url): send the error correctly toYELP_0_6Mikael Hallendal2002-04-151-1/+5
* pass the error to gnome_url_show.Mikael Hallendal2002-04-141-2/+1
* don't free the handle twice. (yelp_html_idle_read_end): reset pointer toMikael Hallendal2002-04-141-1/+1
* If error is set during set_uri, popup an error-dialog describing theMikael Hallendal2002-04-141-7/+24
* added includes to fix warnings.Mikael Hallendal2002-04-141-2/+2
* - did some cleanups - make output in first page look nicer. - Changed aMikael Hallendal2002-04-111-2/+3
* use GConf for the toolbar style.Mikael Hallendal2002-04-041-63/+134
* commented out the Quit-option, we might not want to have it around becauseMikael Hallendal2002-03-231-1/+1
* Call yelp_view-content)show_uri() before gtk_notebook_set_current_page()Padraig O'Briain2002-03-201-2/+2
* updated Walloon file & added a comment for translators in yelp-window.cPablo Saratxaga2002-03-041-0/+2
* fixed an error if you don't have an index installed (thanks rhult).Mikael Hallendal2002-03-031-3/+4
* conform with the Yelp coding style.Mikael Hallendal2002-03-031-2/+0
* - Fixes #73056 (yelp_window_new): don't create index view if no index isMikael Hallendal2002-03-031-32/+20
* added, needed for session management.Mikael Hallendal2002-03-031-0/+7
* check if url starts with index:, if so, let YelpViewIndex handle it.Mikael Hallendal2002-03-031-0/+11
* added translator-credits to about-box.Mikael Hallendal2002-02-281-2/+3
* - #72636 fixed. - added GtkItemFactory to priv-struct. - added a Go-menuMikael Hallendal2002-02-281-68/+184
* Added "Search for:" label in fron of the search entry. Fixes #72643Mikael Hallendal2002-02-271-3/+3
* added index-list to arguments.Mikael Hallendal2002-02-251-2/+4
* don't add entry to history list if it's the same as the current.Mikael Hallendal2002-02-181-2/+6
* show external URL's in external viewer. #67962Mikael Hallendal2002-02-101-2/+2
* removed debug printouts.Mikael Hallendal2002-01-301-11/+7
* translate strings from item factory.Mikael Hallendal2002-01-301-0/+4
* - if both base_url and url is set call resolve_relative_url to get theMikael Hallendal2002-01-301-6/+13
* added title-changed signal. Shouldn't perhaps be here. Will perhaps removeMikael Hallendal2002-01-271-4/+4