aboutsummaryrefslogtreecommitdiff
path: root/generic/Map.c
AgeCommit message (Collapse)Author
2005-05-10Merge of the newly developped postscript code (still not fully functional).lecoanet
2005-04-27Modified the copyright to BSD style.lecoanet
2005-04-13Expanded the tabs into spaces to make the indenting independant oflecoanet
the editing environment (emacs vs vi for example).
2005-03-22Suppressed __unused attribute, this will be dealed withlecoanet
by the gcc directive -Wno-unused-parameter and VC++ does not care about these anyway.
2005-02-12Fixed the __unused macro to avoid a clash with dummy variables used in 64 ↵lecoanet
bits headers
2004-04-30Modification of the ZnQueryAttribute signature.lecoanet
Reworking of the class structure. Adaptation to use the new global variables. Casts for Windows compile. Suppressed the Coords method. Now the Coords command in tkZinc.c handle the lack of the Coords method in an item.
2004-03-23Changes related to OpenGL context handling (only one context per display) ↵lecoanet
and patches to avoid using widget structure in image cache */
2004-03-03Changes to implement a new behavior for -position attribute and local ↵lecoanet
transforms.
2004-02-13Changed the PostScript method signaturelecoanet
2003-12-11 * (ComputeCoordinates): Added an extra 0.5 rounding on thelecoanet
bounding box to avoid broken redraw. * Adapted the code to the new MapInfo API with floating point coordinates.
2003-10-02The patterns and icons are updated when images change.lecoanet
The font texture is loaded when doing the first drawing. Changed the api of ZnConfigureAttributes.
2003-06-16Use of ZnGetGradientPixel in X.lecoanet
2003-05-16 * (Destroy): Added a test on the patterns used inlecoanet
the symbol list before destroying them.
2003-05-09*** empty log message ***lecoanet
2003-04-24Test for render before trying to allocate default font texture.lecoanet
2003-04-16Update from the Windows port and general cleanup/restructurelecoanet
2003-01-14 * (ComputeCoordinates): Corrige l'unit� servant � exprimer leslecoanet
angles pour les arcs dans les cartes. Dor�navant il s'agit de degr�s.
2002-11-05Ajout de controls a la methode Coordslecoanet
2002-09-09 * Correction de bugs suite � la repr�sentation des texteslecoanet
vides par un NULL (map_info_name).
2002-05-31Adaptation suite au changement de ZnRenderImagelecoanet
2002-05-16Adaptation suite au remaniement du code des images/fontes.lecoanet
Ajout de l'attribut -composealpha. Mise en correspondance des types d'attributs avec la doc. Adaptation des prototypes de ToArea et Pick pour accomoder les nouvelles fonctionalit�s des commandes de find/addtag. Suppression de la variable de classe has_fields
2002-04-08Ajustements suite a la restructuration de Item.c et � la creation de Field.clecoanet
2002-03-15Ajustement des ressources couleurs pour tenir compte de lalecoanet
g�n�ralisation des gradients.
2002-02-22*** empty log message ***lecoanet
2002-02-18Passage des couleurs en gradients pour uniformiserlecoanet
2001-11-26*** empty log message ***lecoanet
2001-10-24Ajout d'un alpha aux groupes et expression de l'alpha en pourcentlecoanet
2001-10-12Ajout du code de rendu GL.lecoanet
2001-03-14*** empty log message ***lecoanet
2000-11-13Ajout de la routine Renderlecoanet
2000-06-21Ajustement des structures de classe pour ajout de la m�thode Part.lecoanet
2000-06-05Passage en Tcl_Objs et compilation conditionnelle de GPClecoanet
2000-05-26Modif de la structure de classe pour l'ajout des nouvelles m�thodes.lecoanet
2000-05-11Adaptation de la structure d�crivant l'itemlecoanet
2000-03-23Remplacement d'alloca par une liste de travail de points X.lecoanet
2000-02-02Passage en Zinclecoanet
2000-01-13Adaptation des ent�tes.lecoanet
Utilisation du module de couleur interne. Suppression des lignes doubles.