/[public]/psiconv/trunk/lib/psiconv/data.h
ViewVC logotype

Log of /psiconv/trunk/lib/psiconv/data.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 87 - (view) (annotate) - [select for diffs]
Modified Sat Dec 30 22:17:59 2000 UTC (23 years, 3 months ago) by frodo
File length: 16614 byte(s)
Diff to previous 78 , to selected 2
(Frodo) Added psiconv_empty_* routines


Revision 78 - (view) (annotate) - [select for diffs]
Modified Mon Dec 25 14:34:17 2000 UTC (23 years, 3 months ago) by frodo
File length: 16471 byte(s)
Diff to previous 76 , to selected 2
(Frodo) Added compare functions for layout elements


Revision 76 - (view) (annotate) - [select for diffs]
Modified Mon Dec 25 00:26:53 2000 UTC (23 years, 3 months ago) by frodo
File length: 15348 byte(s)
Diff to previous 67 , to selected 2
(Frodo) Added word-specific generation routines


Revision 67 - (view) (annotate) - [select for diffs]
Modified Fri Dec 15 18:52:49 2000 UTC (23 years, 3 months ago) by frodo
File length: 15272 byte(s)
Diff to previous 63 , to selected 2
(Frodo) 0-7-0 release


Revision 63 - (view) (annotate) - [select for diffs]
Modified Wed Dec 13 16:30:21 2000 UTC (23 years, 3 months ago) by frodo
File length: 15291 byte(s)
Diff to previous 62 , to selected 2
(Frodo) Updated all copyright notices


Revision 62 - (view) (annotate) - [select for diffs]
Modified Wed Dec 13 16:17:54 2000 UTC (23 years, 3 months ago) by frodo
File length: 15285 byte(s)
Diff to previous 58 , to selected 2
(Frodo) Several important changes:
  * Created new misc.c, error.c and error.h files
  * Split parse_aux.c among them
  * Made list.c, data.c, error.c, checkuid.c and misc.c failsafe.


Revision 58 - (view) (annotate) - [select for diffs]
Modified Sun Dec 10 16:49:40 2000 UTC (23 years, 3 months ago) by frodo
File length: 15105 byte(s)
Diff to previous 56 , to selected 2
(Frodo) Revamped directory structure, rescues a few files from CVS limbo


Revision 56 - (view) (annotate) - [select for diffs]
Modified Sun Dec 10 15:44:40 2000 UTC (23 years, 3 months ago) by frodo
File length: 15089 byte(s)
Diff to previous 55 , to selected 2
(Frodo) Changed all struct definition to make them C++ compatible


Revision 55 - (view) (annotate) - [select for diffs]
Modified Sun Dec 10 02:17:45 2000 UTC (23 years, 3 months ago) by frodo
File length: 15026 byte(s)
Diff to previous 43 , to selected 2
(Frodo) Added C++ extern statements


Revision 43 - (view) (annotate) - [select for diffs]
Modified Sat Dec 4 00:40:10 1999 UTC (24 years, 4 months ago) by frodo
File length: 14921 byte(s)
Diff to previous 42 , to selected 2
(Frodo) Clipart file parsing completed


Revision 42 - (view) (annotate) - [select for diffs]
Modified Fri Dec 3 23:13:55 1999 UTC (24 years, 4 months ago) by frodo
File length: 14878 byte(s)
Diff to previous 41 , to selected 2
(Frodo) Renamed jumptable_mbm_section to jumptable_section

Typecast buglet removed from data.c


Revision 41 - (view) (annotate) - [select for diffs]
Modified Fri Dec 3 00:59:12 1999 UTC (24 years, 4 months ago) by frodo
File length: 14890 byte(s)
Diff to previous 28 , to selected 2
(Frodo) Some base work for ClipArt files


Revision 28 - (view) (annotate) - [select for diffs]
Modified Tue Nov 30 00:12:52 1999 UTC (24 years, 4 months ago) by frodo
File length: 14300 byte(s)
Diff to previous 27 , to selected 2
(Frodo) Corrected outline level definition


Revision 27 - (view) (annotate) - [select for diffs]
Modified Mon Nov 1 12:35:16 1999 UTC (24 years, 5 months ago) by frodo
File length: 14288 byte(s)
Diff to previous 25 , to selected 2
(Kevin Wheatley) 5MX patches, mostly outline stuff


Revision 25 - (view) (annotate) - [select for diffs]
Modified Sat Oct 30 22:28:54 1999 UTC (24 years, 5 months ago) by frodo
File length: 14271 byte(s)
Diff to previous 24 , to selected 2
(Frodo) Parsing of both MBM and Sketch files finished and correct!

To do:
  * Need to ask ImageMagick what output formats are available;
  * Need to display those formats in --help, and understand them on the
    command-line;
  * Need to generate the correct type of file;
  * Need to take a look at some special Sketch options (size, cuts, etc)
  * Sometimes, the file seems to be negative. Probably an ImageMagick
    problem.
  * Need to handle several images in one file elegantly


Revision 24 - (view) (annotate) - [select for diffs]
Modified Fri Oct 29 21:14:58 1999 UTC (24 years, 5 months ago) by frodo
File length: 14161 byte(s)
Diff to previous 18 , to selected 2
(Frodo) Sketch files are now supported. That is, they are parsed, and
        generated, but generating still needs a lot of work. Untested.


Revision 18 - (view) (annotate) - [select for diffs]
Modified Wed Oct 27 13:09:40 1999 UTC (24 years, 5 months ago) by frodo
File length: 12788 byte(s)
Diff to previous 12 , to selected 2
(Frodo) Several changes in header parsing

The definition of header section is changed to exclude the long with the
offset of the Section Table Section. This allows easier integration of
Data-like file formats.

psiconv_parse_{texted,word,mbm}_file now do not parse the header section.
This will allow easier integration for objects-within-objects. They start
at the long with the offset of the Section Table Section.

psiconv_file_type now returns the read header section, and its length.


Revision 12 - (view) (annotate) - [select for diffs]
Modified Mon Oct 11 16:15:14 1999 UTC (24 years, 5 months ago) by frodo
File length: 12824 byte(s)
Diff to previous 11 , to selected 2
(Frodo) Full MBM support - untested


Revision 11 - (view) (annotate) - [select for diffs]
Modified Mon Oct 11 15:17:17 1999 UTC (24 years, 5 months ago) by frodo
File length: 12157 byte(s)
Diff to previous 2
(Frodo) Now image stuff compiles.

Only psiconv_parse_paint_data_section is defined at this moment, it is not
yet called.


Revision 2 - (view) (annotate) - [selected]
Added Sun Oct 3 21:10:47 1999 UTC (24 years, 6 months ago) by frodo
File length: 11873 byte(s)
Imported sources


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26