W3C CVS Root

CVS log for Amaya/amaya/animbuilder.c

[BACK] Up to [Public] / Amaya / amaya

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jun 30 15:49:39 2009 UTC (14 years, 11 months ago) by quint
Branches: MAIN
CVS tags: HEAD, Amaya-11-4-7, Amaya-11-3-1, Amaya-11-3, Amaya-11-2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
SVG: improving parsing of attributes "from" and "to" in animateTransform
VQ

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Nov 28 12:04:50 2007 UTC (16 years, 6 months ago) by kia
Branches: MAIN
CVS tags: Amaya-11-1, Amaya-11-0, Amaya-10-0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -10 lines
Unused static var

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Oct 17 09:33:14 2007 UTC (16 years, 8 months ago) by kia
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -49 lines
No more "_WX" in profiles

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Feb 6 17:06:10 2006 UTC (18 years, 4 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-55-1, Amaya-9-55, Amaya-9-54, Amaya-9-53bis, Amaya-9-53, Amaya-9-52, Amaya-9-51, Amaya-9-5, Amaya-9-4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -4 lines
Fixing memory leaks
Irene

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jan 10 14:10:45 2006 UTC (18 years, 5 months ago) by vatton
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +58 -63 lines
Animation is now working on MacOS X platforms.

Irene

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon May 30 14:35:34 2005 UTC (19 years ago) by vatton
Branches: MAIN
CVS tags: Amaya-9-3, Amaya-9-2-1, Amaya-9-2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Update the copyrigh.
Irene

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jan 26 11:11:32 2005 UTC (19 years, 4 months ago) by gully
Branches: MAIN
CVS tags: Amaya-9-1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -0 lines
+ Completly rewrite the menu managments for WX (becaus the old way was forbiden on MACOSX and was not really optimized): now there is only one menu for a window and when switching from one document to another, the menus enable/disable, toggle/untoggle are simply refreshed (not rebuilt)
+ Code cleaning about menus : removing old unused code.
+ Reorganize the frame creation chronologie in order to avoid to have orgphan window (not allowed on MACOSX)
+ Rewrite the toolbar code : now the toolbar is only a "view" of menu commands, the enable/disable state is really synchronized with the menu items state. The toolbar creation is now comming fro now ressources (Toolbar.xrc).

S. GULLY

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jun 17 09:06:56 2004 UTC (20 years ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-7, Amaya-8-6
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Restore the Timeline icon.
Irene

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:53:05 2004 UTC (20 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-5, Amaya-8-4, Amaya-8-3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Removing _I18N_ within amaya and annotlib directories
Extending the copyright to 2004
Adding needed convertions utf-8 to the default charset.
Irene

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jan 6 17:03:54 2004 UTC (20 years, 5 months ago) by cvs
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -0 lines
wxWindows port on windows
Note :
+ __STDC__ flag has been removed
+ now the code is compiled with c++ compiler options
Todo :
+ the setup.h file must be edited before wxWindows compilation (for opengl support for example): an automatic configuration will be done.
+ remove the warnings due to c++ strict syntax

S. GULLY

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Dec 16 12:10:07 2003 UTC (20 years, 6 months ago) by cvs
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -5 lines
Rename flags _WINDOWS by _WINGUI
+ the flag _WINDOWS must be used only for windows specific code.
+ the flag _WINGUI must be used only for old windows gui stuff.

S. GULLY

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Nov 24 14:45:34 2003 UTC (20 years, 6 months ago) by gully
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
- adding --with-wx option into configure for wxWindows (experimental) compilation
  Notice: wxWindows > 2.4.2 must be installed on the system if you plan to compile with wxWindows
- adding support of _WX flag to compile with wxWindows lib
- first wxWindows port :
    + entry point (main/event loop)
    + main window (not finished)
    + menus (not finished)
    + toolbar (not finished)
- begining of code cleanup about XWindows types (generic types must be used because of crossplatform)
    + Pixmap is now ThotPixmap

S. GULLY

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Nov 18 08:10:23 2003 UTC (20 years, 7 months ago) by gully
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -4 lines
This is the Amaya C++ version : ie amaya uses now g++ (c++ version of gcc)

WARNING:
Before compilation do :
    - On debian just install g++ : "apt-get install g++"
    - A cvs update into libwww directory because there is a expat header to update.
    - "rm -rf *"
    - "../configure [options...]"

S. GULLY

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Oct 1 09:32:31 2003 UTC (20 years, 8 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-8-2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -14 lines
Remove options _SVGANIM and _SVGLIB
Irene

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Apr 11 08:02:05 2003 UTC (21 years, 2 months ago) by cheyroul
Branches: MAIN
CVS tags: Amaya-8-1b, Amaya-8-1, Amaya-8-0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +38 -9 lines

_GTK : Fix Crash when displayframe on a frame without scrollbars
_GL : Fix warnings
      Fix Some floating point comparison (same asAriane explosion bug)
      Fix background color bug (vincent)
      Fix scroll, resize, and expose slowdowns and bugs
      Fix some picture free from video card
      Fix some opacity bugs
      Fix graphics shape non-svg scroll bug
      Fix some clipping bug in animation (not all)

      Add Automatic Play of animation.
      Add "Set" SVG element support.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 7 13:17:23 2003 UTC (21 years, 2 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines

_GL : Fix indefinite repeatCount. (now animation can be repeated forever)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 3 15:28:05 2003 UTC (21 years, 2 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines

_GL : "undefined" is "indefinite" according to svg anim spec... so
		  repeacount is now working.
      Fix Selection bugs (structure, source lines, bullets...)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Apr 3 13:10:52 2003 UTC (21 years, 2 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +23 -3 lines

Fix BUG in arrow key handling (all versions but GL)
Fix severe BUG in opengl call mechanism
(may fix some hang up and bad picture with 3d cards enabled)
Fix Timeline picture disapearing.
Fix repeatCount in animation (handles now integer and "undefine" text)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 31 15:23:38 2003 UTC (21 years, 2 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +35 -9 lines

_GTK : Fix typo error in buildboxes.c
_GL : smooth animation a little
      Fix animation event handling (shoul be able to view source)
      Fix animation end (when animation end is reached, it stop eating
      cpu)
      Fix group and use animation
      Fix text Selection that was staying on screen after deselection
      Fix Animation playing on all frame, now each frame has it's own
      animation

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Mar 26 15:35:04 2003 UTC (21 years, 2 months ago) by vatton
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +23 -24 lines
Fix bugs, memory leaks, and warnings reported by Insure.
Respect Amaya conventions (Element fields are named El..., etc.)
Irene

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 19 16:45:02 2003 UTC (21 years, 3 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -4 lines

_GL : Fix warnings. Free memory from video card.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 19 14:56:32 2003 UTC (21 years, 3 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -6 lines

forgotten _GLANIM are now wiped out.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Mar 18 15:53:50 2003 UTC (21 years, 3 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +60 -49 lines
_GL win32 : Transformation and animation.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Mar 17 08:25:12 2003 UTC (21 years, 3 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines

Fix warnings

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Mar 14 10:28:37 2003 UTC (21 years, 3 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +41 -2 lines

_GLTRANSFOMATION : Display is now Ok.
                   (Selection display after scroll is not yet working :
                   you can type at clicked place but cannot always see
		   the caret or the selection box
_GL : minor fixes, cleaning and added code comments...

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 7 09:41:29 2003 UTC (21 years, 3 months ago) by cheyroul
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +28 -4 lines

_GLTRANSFORMATION updates

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 6 15:42:09 2003 UTC (21 years, 5 months ago) by vatton
Branches: MAIN
CVS tags: Amaya-7-2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
New COPYRIGHT.
Irene

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Nov 28 10:32:17 2002 UTC (21 years, 6 months ago) by cheyroul
Branches: MAIN
CVS tags: Amaya-7-1, Amaya-7-0
GL : Added transformation under _GLTRANSFORMATION
     Added animation under _GLANIM
     Fix warning and compilation

_SVGLIB and _SVGANIM is now in GTK and GTK-GL by default

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster