summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Version 2.9.2YELP_2_9_2Shaun McCance2005-01-0375-29872/+39179
| | | | | | * NEWS: * configure.in: - Version 2.9.2
* 2005-01-03 Updated ja.po and POTFILES.in. T.Aihana <aihana@gnome.gr.jp>Updated ja.po and POTFILES.in. T.Aihana2005-01-033-536/+429
|
* - Use GTK_MESSAGE_INFO when bookmark existsShaun McCance2005-01-033-3/+11
| | | | | | | | * src/yelp-bookmarks.c: - Use GTK_MESSAGE_INFO when bookmark exists * src/yelp-window.c: - s/Page/Section/ as it makes more sense
* src/yelp-window.c; - More bookmarks workShaun McCance2005-01-025-86/+360
| | | | | | | | * data/ui/yelp.glade: * src/yelp-bookmarks.c: * src/yelp-bookmarks.h: * src/yelp-window.c; - More bookmarks work
* - Set the params correct for current stylesheets - Removed 'Titlepage'Shaun McCance2005-01-026-112/+123
| | | | | | | | | | | | | * data/ui/yelp-ui.xml: * src/yelp-db-pager.c: * src/yelp-window.c: - Set the params correct for current stylesheets - Removed 'Titlepage' from the sidebar - Added 'About This Document' menu item - Got titles working correctly for DocBook * src/yelp-bookmarks.c: - Got the tree view working correctly for bookmarks
* Add appropriate copyright information.Davyd Madeley2005-01-023-2/+34
| | | | | | | | | | | 2005-01-02 Davyd Madeley <davyd@madeley.id.au> * src/yelp-info-pager.c: * src/yelp-info-parser.c: Add appropriate copyright information. * src/yelp-info-parser.c: Bring children of Top in line with Top in the tree to make the interface more consistent with the docbook pages.
* Use page numbers as the section id, not page names.Davyd Madeley2005-01-023-2/+9
| | | | | | | | 2005-01-02 Davyd Madeley <davyd@madeley.id.au> * src/yelp-info-parser.c: * src/yelp-info-pager.c: Use page numbers as the section id, not page names.
* Chained info support, parser fixes, and free some memory we'll never needDavyd Madeley2005-01-022-7/+154
| | | | | | | 2005-01-02 Davyd Madeley <davyd@madeley.id.au> * src/yelp-info-parser.c: Chained info support, parser fixes, and free some memory we'll never need again a little earlier to save space.
* - HIGified the error dialogsShaun McCance2005-01-0211-99/+184
| | | | | | | | | | | | | | | | | | | * src/yelp-db-pager.c: * src/yelp-error.c: * src/yelp-error.h: * src/yelp-io-channel.c: * src/yelp-man-pager.c: * src/yelp-toc-pager.c: * src/yelp-window.c: * src/yelp-xslt-pager.c: - HIGified the error dialogs * src/yelp-utils.c: * src/yelp-window.c: - Handle man: and info: URIs with errors when --disable-(man|info) * stylesheets/info2html.xsl: - Set the title of info pages
* - Strip off frags when doing doc_info_table lookupsShaun McCance2005-01-012-2/+18
| | | | | * src/yelp-utils.c: - Strip off frags when doing doc_info_table lookups
* - Make a hash of section ids and do resolve_frag properlyShaun McCance2005-01-012-3/+49
| | | | | * src/yelp-info-pager.c: - Make a hash of section ids and do resolve_frag properly
* Updated Lithuanian translation.Žygimantas Beručka2004-12-312-498/+267
| | | | | | 2004-12-31 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* - Put the GtkTreeStore in the YelpInfoPagerPriv - Return "Top" inShaun McCance2004-12-314-11/+28
| | | | | | | | | | | | * src/yelp-info-pager.c: - Put the GtkTreeStore in the YelpInfoPagerPriv - Return "Top" in resolve_frag, just so something will show up * src/yelp-window.c: - Set sections in the "start" callback * stylesheets/info2html.xsl: - s/Document/Section/
* Generate simple XML for GNU Info support. No markup yet.Davyd Madeley2004-12-314-1/+84
| | | | | | | | | 2004-12-31 Davyd Madeley <davyd@madeley.id.au> * src/yelp-info-pager.c: * src/yelp-info-parser.c: * src/yelp-info-parser.h: Generate simple XML for GNU Info support. No markup yet.
* - Very basic info stylesheetShaun McCance2004-12-312-3/+22
| | | | | * stylesheets/info2html.xsl: - Very basic info stylesheet
* - Added an enum for document outline columnsShaun McCance2004-12-315-22/+26
| | | | | | | | | | * src/yelp-db-pager.c: * src/yelp-pager.h: * src/yelp-window.c: - Added an enum for document outline columns * stylesheets/toc2html.xsl: - Some CSS work
* Start of GNU Info support Compile added filesDavyd Madeley2004-12-315-1/+340
| | | | | | | | | 2004-12-31 Davyd Madeley <davyd@madeley.id.au> * src/yelp-info-parser.c (add): * src/yelp-info-parser.h (add): * src/yelp-info-pager.c: Start of GNU Info support * src/Makefile.am: Compile added files
* - Adding yelp-info-pager.[ch]Shaun McCance2004-12-3110-31/+398
| | | | | | | | | | | | | | | | | | | * src/Makefile.am: * src/yelp-info-pager.c: * src/yelp-info-pager.h: * src/yelp-window.c: - Adding yelp-info-pager.[ch] * src/yelp-man-pager.c: - Some cleanups * stylesheets/Makefile.am: * stylesheets/info2html.xsl: - Adding info2html.xsl * stylesheets/db2html.xsl.in: * stylesheets/man2html.xsl: - Minor stylistic stuff
* - Put in a NULL check to fix a crahser for DavydShaun McCance2004-12-312-10/+17
| | | | | * src/yelp-toc-pager.c: - Put in a NULL check to fix a crahser for Davyd
* - Themed rule color for alternating rows in a tableShaun McCance2004-12-294-0/+22
| | | | | | | * src/yelp-settings.c: * src/yelp-settings.h: * stylesheets/db2html.xsl.in: - Themed rule color for alternating rows in a table
* - Change chunk behavior to new gnome-doc-utils behavior - Various colorShaun McCance2004-12-293-106/+107
| | | | | | | | | * stylesheets/db2html.xsl.in: - Change chunk behavior to new gnome-doc-utils behavior - Various color and style things that I managed not to commit * stylesheets/toc2html.xsl: - Formatting improvements
* - Added yelp_settings_params to set icon and color params - Added colorsShaun McCance2004-12-278-66/+157
| | | | | | | | | | | | | | * src/yelp-db-pager.c: * src/yelp-settings.c: * src/yelp-settings.h: * src/yelp-toc-pager.c: - Added yelp_settings_params to set icon and color params - Added colors selected[0-3] and base[0-3] * src/yelp-html-gecko.c: * stylesheets/man2html.xsl: * stylesheets/toc2html.xsl: - Switched to XHTML
* Translation updated by Tino Meinen.Vincent van Adrighem2004-12-272-449/+484
| | | | | | 2004-12-27 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Updated Russian translationLeonid Kanter2004-12-232-672/+318
|
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2004-12-222-80/+114
| | | | | | | 2004-12-22 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* - Put the comment write after the attribute writesShaun McCance2004-12-222-3/+8
| | | | | * src/yelp-bookmarks.c: - Put the comment write after the attribute writes
* - More bookmarks work from Don ScorgieShaun McCance2004-12-224-23/+386
| | | | | | | * src/yelp-bookmarks.c: * src/yelp-bookmarks.h: * src/yelp-window.c: - More bookmarks work from Don Scorgie
* - Various bits of cleanup from Don ScorgieShaun McCance2004-12-228-21/+35
| | | | | | | | | | | * src/yelp-base.c: * src/yelp-db-pager.c: * src/yelp-toc-pager.c: * src/yelp-utils.c: * src/yelp-utils.h: * src/yelp-window.c: * src/yelp-window.h: - Various bits of cleanup from Don Scorgie
* - Moved yelp-man.c to POTFILES.skipShaun McCance2004-12-223-1/+7
| | | | | | * POTFILES.in: * POTFILES.skip: - Moved yelp-man.c to POTFILES.skip
* data/icons/yelp-watermark-blockquote.xcfShaun McCance2004-12-228-0/+13
| | | | | | | | | | | | * data/icons/Makefile.am: * data/icons/yelp-watermark-blockquote.xcf * data/icons/yelp-watermark-blockquote-00AB.png * data/icons/yelp-watermark-blockquote-00BB.png * data/icons/yelp-watermark-blockquote-201C.png * data/icons/yelp-watermark-blockquote-201D.png * data/icons/yelp-watermark-blockquote-201E.png - Added a single XCF to store the blockquote watermarks - Added watermark for U+201D
* Updated Canadian English translation.Adam Weinberger2004-12-222-72/+105
| | | | * en_CA.po: Updated Canadian English translation.
* Update.Kjartan Maraas2004-12-223-859/+914
| | | | | | 2004-12-22 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update.
* Updated German translation.Hendrik Brandt2004-12-202-480/+268
| | | | | | 2004-12-20 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation.
* Updated vi.poNguyen Thai Ngoc Duy2004-12-201-57/+36
|
* Updated vi.poNguyen Thai Ngoc Duy2004-12-201-210/+188
|
* Sorted and added missing files. Updated Swedish translation.Christian Rose2004-12-203-465/+555
| | | | | | | 2004-12-20 Christian Rose <menthos@menthos.com> * POTFILES.in: Sorted and added missing files. * sv.po: Updated Swedish translation.
* Updated Czech translation.Miloslav Trmac2004-12-192-458/+203
| | | | | | 2004-12-19 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2004-12-182-527/+285
| | | | | | | 2004-12-18 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Updated Spanish translation.Francisco Javier F. Serrador2004-12-182-401/+432
| | | | | | 2004-12-18 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Canadian English translation.Adam Weinberger2004-12-162-38/+54
| | | | * en_CA.po: Updated Canadian English translation.
* - Put a11y stuff in Accessibility (duh)Shaun McCance2004-12-1511-10/+474
| | | | | | | | | | | | | | | | * data/scrollkeeper.xml: - Put a11y stuff in Accessibility (duh) * data/ui/yelp-ui.xml: * data/ui/yelp.glade: * src/Makefile.am: * src/yelp-bookmarks.c: * src/yelp-bookmarks.h: * src/yelp-base.c: * src/yelp-utils.h: * src/yelp-window.c: * src/yelp-window.h: - First pass at bookmarks
* Updated Nepali TranslationPawan Chitrakar2004-12-152-255/+158
| | | | | 2004-12-15 Pawan Chitrakar <pawan@nplinux.org> * ne.po: Updated Nepali Translation
* Updated Canadian English translation.Adam Weinberger2004-12-152-432/+186
| | | | * en_CA.po: Updated Canadian English translation.
* Removed stylesheets/l10n.xml.in Updated Danish translation.Martin Willemoes Hansen2004-12-133-50/+54
| | | | | * POTFILES.in: Removed stylesheets/l10n.xml.in * da.po: Updated Danish translation.
* - Made yelp-man-pager use yelp-xslt-pagerShaun McCance2004-12-114-269/+61
| | | | | | | * src/yelp-db-pager.c: * src/yelp-man-pager.c: * src/yelp-man-pager.h: - Made yelp-man-pager use yelp-xslt-pager
* - Added yelp-xslt-pager.[ch] to abstract out common pager stuffShaun McCance2004-12-117-324/+635
| | | | | | | | | | * src/Makefile.am: * src/yelp-db-pager.c: * src/yelp-db-pager.h: * src/yelp-window.c: * src/yelp-xslt-pager.c: * src/yelp-xslt-pager.h: - Added yelp-xslt-pager.[ch] to abstract out common pager stuff
* - More robust URI-ish input handling, fixes #160635Shaun McCance2004-12-094-30/+36
| | | | | | | * src/yelp-base.c: * src/yelp-toc-pager.c: * src/yelp-utils.c: - More robust URI-ish input handling, fixes #160635
* - Hooked up reload, at least for DocBookShaun McCance2004-12-095-17/+106
| | | | | | | | * src/yelp-db-pager.c: * src/yelp-pager.c: * src/yelp-utils.c: * src/yelp-window.c: - Hooked up reload, at least for DocBook
* Removed stylesheets/l10n.xml.in Updated Danish translation.Martin Willemoes Hansen2004-12-072-390/+426
| | | | | * POTFILES.in: Removed stylesheets/l10n.xml.in * da.po: Updated Danish translation.
* - About dialog work from Luca FerrettiShaun McCance2004-12-052-3/+11
| | | | | * src/yelp-window.c: - About dialog work from Luca Ferretti