Ticket #5 (assigned enhancement)

Opened 6 years ago

Last modified 2 years ago

Implement headers and footers

Reported by: tkg Assigned to: tkg (accepted)
Priority: major Milestone: xmlroff 0.7.0
Component: libfo Version: 0.6.x
Keywords: C Cc:
Blocking:

Change History

05/02/07 14:08:36 changed by tkg

  • keywords set to C.

07/16/07 09:27:06 changed by tkg

  • blocking changed.

New FOs

  • region-after
  • region-before
  • region-start
  • region-end

New Properties

  • display-align
  • extent
  • precedence

07/27/07 14:34:45 changed by tkg

  • version set to 0.5.x.
  • milestone set to xmlroff 0.5.3.

Time to work on the big picture again.

10/11/07 11:31:27 changed by tkg

  • milestone changed from xmlroff 0.5.3 to xmlroff 0.5.4.

01/31/08 17:22:42 changed by tkg

  • status changed from new to assigned.
  • milestone changed from xmlroff 0.5.4 to xmlroff 0.5.5.

In progress.

02/14/08 09:25:36 changed by tkg

(In [311]) Added borders and background color for FoAreaViewportReference? (re #5). Drawing borders to available width and height, not used width and height.

02/15/08 17:25:39 changed by tkg

(In [314]) No longer dropping fo:static-content, @extent, or @height. (Re #5.)

02/15/08 17:34:30 changed by tkg

(In [316]) Using available height and width for borders only for FoAreaViewportReference?. (Re #5.)

02/15/08 17:37:23 changed by tkg

(In [318]) Interface for 'Common Border, Padding, and Background Properties'. (Re #5.)

02/15/08 17:39:09 changed by tkg

(In [319]) Abstract parent type for all fo:region-*. (Re #5.)

02/15/08 17:41:04 changed by tkg

(In [321]) Added precedence and reference-orientation properties (re #5). Many other changes to match current 'codegen' output.

02/26/08 12:48:00 changed by tkg

(In [324]) Added both FoCBPBPFo interface and fo_fo_get_area_fo(). (Re #5.)

02/26/08 12:52:52 changed by tkg

(In [325]) Als updating parent type when updating from context. Added \!FoCBPBPFo interface. (Re #5.)

02/26/08 12:53:50 changed by tkg

(In [326]) Parent type is \FoRegion. Added \!FoCBPBPFo interface. (Re #5.)

02/26/08 12:55:03 changed by tkg

(In [327]) Added \!FoCBPBPFo interface (re #5). Other changes to match current 'codegen' output.

02/26/08 13:01:54 changed by tkg

(In [331]) Added 'cbpbp' attributes (re #5). Added 'precendence' and 'reference-orientation' properties. Added some FOs and updated others so generated code better reflects reality. Cosmetic reformatting since lines getting too long and complicated.

02/26/08 13:03:06 changed by tkg

(In [332]) Added 'cbpbp' for 'Common Border, Padding, and Background Properties. (Re #5.)

02/26/08 16:13:31 changed by tkg

(In [333]) No more properties or interfaces duplicated between FoRegionBody? and its FoRegion? parent type. (Re #5.)

02/28/08 17:13:00 changed by tkg

(In [346]) Indecision about which Fo generates area for fo:flow. Re #5.

02/28/08 21:12:20 changed by tkg

  • milestone changed from xmlroff 0.5.5 to xmlroff 0.5.6.

07/06/08 11:27:29 changed by tkg

  • milestone changed from xmlroff 0.6.0 to xmlroff 0.6.1.

09/11/08 15:02:21 changed by tkg

  • version changed from 0.5.x to 0.6.x.
  • milestone changed from xmlroff 0.6.1 to xmlroff 0.6.2.

10/12/08 15:04:58 changed by tkg

  • milestone changed from xmlroff 0.6.2 to xmlroff 0.7.0.

When it happens, it will be significant enough to up the minor version.

02/26/09 09:27:44 changed by tkg

(In [559]) Non-body regions working but DocBook? tests still seg-fault. (Re #5).

03/01/09 18:55:17 changed by tkg

(In [569]) Creating sub-tree of page- and region-areas on object for simple-page-sequence. Re #5.

03/09/09 11:18:11 changed by tkg

(In [581]) Cloning regions when cloning page for page-sequence and static-content finding applicable region instead of making a new one. Re #5.

06/21/11 15:49:06 changed by tkg

(In [716]) Adding 'FoPageSequenceWalker?' (for want of a better term) so page sequence can eventually use changing page masters. (Re #5)

06/24/11 10:12:55 changed by tkg

(In [728]) Inching closer to using FoPageSequenceWalker?. (Re #5)

06/29/11 09:16:32 changed by tkg

(In [730]) Starting to use FoPageSequenceWalker?, somewhat unsubtly so far. (Re #5)

06/29/11 09:57:32 changed by tkg

(In [731]) Using separate (but currently dumbed-down) FoPageSequenceWalker? for FoPageSequenceMaster?. (Re #5)