summaryrefslogtreecommitdiff
path: root/components/help/converters/gnome-db2html2/sect-elements.c
Commit message (Expand)AuthorAgeFilesLines
* John Fleck <jfleck@inkstain.net> render variablelist tag as <UL> ratherJohn Fleck2000-11-021-2/+2
* John Fleck <jfleck@inkstain.net> changing sect-elements.c in gnome-db2html2 t...John Fleck2000-11-011-1/+1
* Added a 'base_path' to the Context struct (parse_file): Do some minimalAli Abdin2000-10-271-6/+7
* Add in 'break;' at the appropriate areas of the code. Should fix someAli Abdin2000-10-211-2/+9
* Apply (modified) patch submitted by John Fleck (jfleck@inkstain.net) forAli Abdin2000-10-131-1/+31
* Bonobo objects own themselves, so we should not do a ref/sink on them.Darin Adler2000-09-281-1/+1
* Apply patch submitted by John Fleck (jfleck@inkstain.net) for preface tagAli Abdin2000-09-161-7/+33
* Fixed a few typos. Add in preliminary support for QUESTION/ANWSER tagsAli Abdin2000-09-121-7/+71
* Should fix bug #2229. Also make HTML output more 'valid'Ali Abdin2000-09-091-4/+65
* Should fix bug #2749, #2754, and #2755Ali Abdin2000-09-081-8/+75
* Ooops - Make the QUOTE tag actually print the characters outAli Abdin2000-09-011-1/+1
* New tags to fix the following bugs: #2383, #2384, #2386, #2387, #2382,Ali Abdin2000-08-301-0/+69
* Updated.Ali Abdin2000-08-281-1/+1
* Add in support for the <mousebutton> tagAli Abdin2000-08-251-0/+1
* Renamed from sect_table_start_element to this.Ali Abdin2000-08-251-5/+38
* Ooops - there was a bug in this causing the index.html file not to load.Ali Abdin2000-08-221-23/+21
* Added an ASSUMPTIONS (it might be temporary) and elborated on a TODO item.Ali Abdin2000-08-121-5/+19
* Added glossaryinfo tag (to act like articleinfo/bookinfo)Ali Abdin2000-08-111-2/+8
* Add support for the acronym tagAli Abdin2000-08-101-0/+1
* Added the following tags to enable preliminary table support: row, entry,Ali Abdin2000-08-101-17/+220
* Change a 'gchar' to a 'char'Ali Abdin2000-08-081-30/+1
* Two new functions for the 'interface' tag.Ali Abdin2000-08-071-5/+117
* In summary, get Docbook XML working. Support JPEG images. Make PNG defaultAli Abdin2000-08-051-5/+23
* Only bugfixes so I suspect I'm allowed to check these in.George Lebl2000-08-041-1/+7
* Bugfix to use 'new_uri_with_extension' instead of just 'new_uri' in someAli Abdin2000-08-021-0/+2
* Some more instructions and cleanup. Removed one gratuitous renaming weDarin Adler2000-05-041-12/+12
* Wrote a script to check for files that forget to include <config.h> andDarin Adler2000-05-021-0/+1
* added libpng to Makefile.amJonathan Blandford2000-03-031-0/+1
* massive changes. now we do <funcprototype> better then the standard stylesheetsJonathan Blandford2000-03-011-23/+130
* add beginnings of func stuffJonathan Blandford2000-02-291-9/+101
* now navigation of ghelp: actually worksJonathan Blandford2000-02-171-4/+7
* syncJonathan Blandford2000-02-151-99/+49
* CAUTION tagJonathan Blandford2000-02-111-0/+1
* started variablelistJonathan Blandford2000-02-111-3/+16
* sync from laptop.Jonathan Blandford2000-02-111-61/+398
* added cdata supportJonathan Blandford2000-02-101-1/+19
* now does xref correctlyJonathan Blandford2000-02-101-20/+13
* added many more fields. Now, we just need tables, figures, and CDATA andJonathan Blandford2000-02-101-13/+94
* started program listing. doubting SAX's strictness big time.Jonathan Blandford2000-02-091-1/+104
* fixed stupid <xref> problemJonathan Blandford2000-02-091-1/+10
* support Footnotes. Make much more robust. General improvements.Jonathan Blandford2000-02-081-15/+93
* Added new converter to list. Does rough on-the-fly docbook to htmlJonathan Blandford2000-02-031-0/+546