summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* yelp-bookmarks.c: constify some vars. yelp-settings.c: ditto.Paolo Borelli2005-04-303-5/+5
* Define MOZILLA_INTERNAL_API, which is necessary since mozilla 1.8b2,Christian Persch2005-04-121-0/+2
* Don't use C++ comments in C files. Fixes the build with --enable-debug.Christian Persch2005-03-106-18/+18
* R INSTALL:Christian Persch2005-03-102-54/+95
* - yelp-uri has been dead for a while, no need to link it inShaun McCance2005-03-062-5/+3
* do not leak display_name.Paolo Borelli2005-02-231-5/+5
* Fix a bunch of warnings, port from gnome_i18n_* to the glib equivalents.Kjartan Maraas2005-02-2217-90/+36
* Add some casts etcRoss Burton2005-02-221-7/+4
* Correctly handle XHTML documentsRoss Burton2005-02-224-1/+18
* Fix leak Don't free memory until you're finished using it. Fix leaks.Kjartan Maraas2005-02-083-4/+5
* Add a missing t.Davyd Madeley2005-02-041-1/+1
* Fix leak and remove confusing goto: Fix leaks. Fix leakKjartan Maraas2005-02-043-3/+10
* - Added Preferences and Administration, per panel changes - RenamedShaun McCance2005-02-041-5/+4
* Fix a leak.Kjartan Maraas2005-02-031-3/+0
* Check for a NULL page_id here. Fixes a crash if you go to a non-existingChris Lahey2005-02-031-0/+3
* - Desensitivify buttons when nothing is selected (Don Scorgie)Shaun McCance2005-02-011-9/+35
* - Adding nice large yelpish icon from HumanShaun McCance2005-02-013-3/+22
* - Fix #164858 (Don Scorgie)Shaun McCance2005-01-252-53/+56
* - Changed copyright statement and a commentShaun McCance2005-01-251-2/+2
* - More bookmark love from Don ScorgieShaun McCance2005-01-212-9/+57
* - Explicitly tell Gecko not to use the system colorsShaun McCance2005-01-201-0/+1
* - Pass the max_depth parameterShaun McCance2005-01-201-3/+6
* - Fix up prev/next stuffShaun McCance2005-01-202-5/+5
* - Fix display of plain ol' HTML files, from Don ScorgieShaun McCance2005-01-203-6/+7
* - More bookmark love from Don ScorgieShaun McCance2005-01-183-2/+170
* - Get titles from the db.titleabbrev XSLT templateShaun McCance2005-01-184-46/+50
* - Bookmarks improvementsShaun McCance2005-01-131-230/+270
* - Calling the fromt page Help TopicsShaun McCance2005-01-103-23/+53
* - Fixed messy string, #162808Shaun McCance2005-01-091-2/+2
* - Put the current URI in the Ctrl+L dialogShaun McCance2005-01-091-0/+18
* - Use xsltSaveResultToString here, fixes #162796Shaun McCance2005-01-031-1/+1
* - Use GTK_MESSAGE_INFO when bookmark existsShaun McCance2005-01-032-3/+3
* src/yelp-window.c; - More bookmarks workShaun McCance2005-01-023-82/+215
* - Set the params correct for current stylesheets - Removed 'Titlepage'Shaun McCance2005-01-024-111/+107
* Add appropriate copyright information.Davyd Madeley2005-01-022-2/+25
* Use page numbers as the section id, not page names.Davyd Madeley2005-01-022-2/+3
* Chained info support, parser fixes, and free some memory we'll never needDavyd Madeley2005-01-021-7/+149
* - HIGified the error dialogsShaun McCance2005-01-029-98/+164
* - Strip off frags when doing doc_info_table lookupsShaun McCance2005-01-011-2/+13
* - Make a hash of section ids and do resolve_frag properlyShaun McCance2005-01-011-3/+44
* - Put the GtkTreeStore in the YelpInfoPagerPriv - Return "Top" inShaun McCance2004-12-312-8/+13
* Generate simple XML for GNU Info support. No markup yet.Davyd Madeley2004-12-313-1/+77
* - Added an enum for document outline columnsShaun McCance2004-12-313-6/+12
* Start of GNU Info support Compile added filesDavyd Madeley2004-12-314-1/+333
* - Adding yelp-info-pager.[ch]Shaun McCance2004-12-315-8/+258
* - Put in a NULL check to fix a crahser for DavydShaun McCance2004-12-311-10/+12
* - Themed rule color for alternating rows in a tableShaun McCance2004-12-292-0/+11
* - Added yelp_settings_params to set icon and color params - Added colorsShaun McCance2004-12-275-64/+115
* - Put the comment write after the attribute writesShaun McCance2004-12-221-3/+3
* - More bookmarks work from Don ScorgieShaun McCance2004-12-223-23/+379