summaryrefslogtreecommitdiffstats
path: root/htmlbuffer.py
Commit message (Collapse)AuthorAgeFilesLines
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-2/+2
| | | | from Colin Walters.
* add subscript handling (#122157)Jeremy Katz2004-05-031-0/+3
|
* add decimal points to the ordered lists, add spacing for h3 tooJeremy Katz2004-03-241-2/+4
|
* some enhancement requests from ed so that he can make the release notesJeremy Katz2004-03-171-4/+21
| | | | | | | super-cool * make header sizes actually vary * do something with <h4> * implement ordered lists
* handle <pre> (#108587)Jeremy Katz2003-10-301-0/+3
|
* merge from taroon branch to headJeremy Katz2003-07-311-1/+2
|
* fix <, >, and " entities (#80277)Matt Wilson2002-12-271-3/+9
|
* don't insert charrefs and entities if we're ignoring a tagMatt Wilson2002-07-231-1/+7
|
* don't add so many newlines before/after unordered lists.Matt Wilson2002-07-221-1/+1
|
* missing tagMatt Wilson2002-07-151-0/+3
|
* always move the cursor to the top -- even if we can't see itMatt Wilson2002-06-181-0/+2
|
* 1) make release notes not look like garbageMatt Wilson2002-06-181-17/+36
| | | | 2) make fdisk online help reload the html (probably not the right way to do this)
* nuke warningMatt Wilson2002-06-141-1/+1
|
* i18n almost works again. Small tweaks left to doMatt Wilson2002-01-291-0/+4
|
* s/set_usize/set_size_request/gMatt Wilson2002-01-081-1/+1
|
* use numbers for these numeric propertiesMatt Wilson2002-01-071-4/+4
|
* don't use the old set_all adjustment function, set numeric properties, make ↵Matt Wilson2001-11-271-4/+6
| | | | html widget easier to customize
* make at least a simple unordered list work, scroll to the top of the help ↵Matt Wilson2001-10-251-40/+77
| | | | when refreshing - help text looks pretty good now (with CVS GTK+)
* gui help text returns - sort ofMatt Wilson2001-10-241-0/+130