gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10763: Reverse the inheritance orde


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10763: Reverse the inheritance order of character (now InteractiveDisplayObject)
Date: Fri, 03 Apr 2009 14:43:01 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10763
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2009-04-03 14:43:01 +0200
message:
  Reverse the inheritance order of character (now InteractiveDisplayObject)
  and DisplayObject. Now not all DisplayObjects (e.g. StaticText, Shape, Video,
  Bitmap) are also InteractiveDisplayObjects (TextField, MovieClip, Button).
  
  Begin to move appropriate functions from DisplayObject to
  InteractiveDisplayObject. Most of this work is still to be done.
removed:
  libcore/character.cpp
  libcore/character.h
added:
  libcore/InteractiveDisplayObject.cpp
  libcore/InteractiveDisplayObject.h
modified:
  backend/render_handler.h
  backend/render_handler_agg.cpp
  backend/render_handler_cairo.cpp
  backend/render_handler_ogl.cpp
  gui/gui.cpp
  libcore/Bitmap.cpp
  libcore/Bitmap.h
  libcore/BitmapMovieInstance.cpp
  libcore/BitmapMovieInstance.h
  libcore/Button.cpp
  libcore/Button.h
  libcore/CharacterProxy.cpp
  libcore/CharacterProxy.h
  libcore/DisplayList.cpp
  libcore/DisplayList.h
  libcore/DisplayObject.cpp
  libcore/DisplayObject.h
  libcore/Font.cpp
  libcore/Font.h
  libcore/FreetypeGlyphsProvider.cpp
  libcore/FreetypeGlyphsProvider.h
  libcore/GnashKey.h
  libcore/Makefile.am
  libcore/MouseButtonState.h
  libcore/MovieClip.cpp
  libcore/MovieClip.h
  libcore/Shape.cpp
  libcore/Shape.h
  libcore/Sprite.h
  libcore/StaticText.cpp
  libcore/StaticText.h
  libcore/TextField.cpp
  libcore/TextField.h
  libcore/Video.cpp
  libcore/Video.h
  libcore/as_environment.cpp
  libcore/as_environment.h
  libcore/as_object.h
  libcore/as_value.cpp
  libcore/as_value.h
  libcore/asobj/AsBroadcaster.cpp
  libcore/asobj/Color_as.cpp
  libcore/asobj/Global.cpp
  libcore/asobj/Key_as.cpp
  libcore/asobj/Key_as.h
  libcore/asobj/MovieClipLoader.cpp
  libcore/asobj/NetStream_as.cpp
  libcore/asobj/NetStream_as.h
  libcore/asobj/Object.cpp
  libcore/asobj/Selection_as.cpp
  libcore/asobj/SharedObject_as.cpp
  libcore/asobj/Sound_as.cpp
  libcore/asobj/Sound_as.h
  libcore/asobj/String_as.cpp
  libcore/asobj/System_as.cpp
  libcore/asobj/TextFormat_as.h
  libcore/asobj/TextSnapshot_as.cpp
  libcore/asobj/TextSnapshot_as.h
  libcore/asobj/XML_as.cpp
  libcore/asobj/flash/display/BitmapData_as.cpp
  libcore/asobj/flash/geom/Transform_as.cpp
  libcore/drag_state.h
  libcore/event_id.h
  libcore/fill_style.cpp
  libcore/fill_style.h
  libcore/movie_instance.cpp
  libcore/movie_instance.h
  libcore/movie_root.cpp
  libcore/movie_root.h
  libcore/parser/BitmapMovieDefinition.cpp
  libcore/parser/BitmapMovieDefinition.h
  libcore/parser/Namespace.h
  libcore/parser/SWFMovieDefinition.cpp
  libcore/parser/SWFMovieDefinition.h
  libcore/parser/character_def.h
  libcore/parser/morph2_character_def.cpp
  libcore/parser/morph2_character_def.h
  libcore/parser/movie_definition.h
  libcore/parser/shape_character_def.cpp
  libcore/parser/shape_character_def.h
  libcore/parser/sprite_definition.cpp
  libcore/parser/sprite_definition.h
  libcore/render.cpp
  libcore/render.h
  libcore/swf/DefineButtonCxformTag.cpp
  libcore/swf/DefineButtonSoundTag.cpp
  libcore/swf/DefineButtonSoundTag.h
  libcore/swf/DefineButtonTag.cpp
  libcore/swf/DefineButtonTag.h
  libcore/swf/DefineEditTextTag.cpp
  libcore/swf/DefineEditTextTag.h
  libcore/swf/DefineFontTag.cpp
  libcore/swf/DefineFontTag.h
  libcore/swf/DefineTextTag.cpp
  libcore/swf/DefineTextTag.h
  libcore/swf/DefineVideoStreamTag.cpp
  libcore/swf/DefineVideoStreamTag.h
  libcore/swf/DisplayListTag.h
  libcore/swf/DoInitActionTag.h
  libcore/swf/PlaceObject2Tag.cpp
  libcore/swf/PlaceObject2Tag.h
  libcore/swf/RemoveObjectTag.cpp
  libcore/swf/RemoveObjectTag.h
  libcore/swf/StartSoundTag.h
  libcore/swf/TextRecord.cpp
  libcore/swf/TextRecord.h
  libcore/swf/VideoFrameTag.cpp
  libcore/swf/VideoFrameTag.h
  libcore/swf/tag_loaders.cpp
  libcore/swf_function.cpp
  libcore/vm/ASHandlers.cpp
  libcore/vm/ASHandlers.h
  libcore/vm/ActionExec.cpp
  libcore/vm/ActionExec.h
  libcore/vm/CodeStream.h
  libcore/vm/ExecutableCode.h
  libcore/vm/Machine.h
  testsuite/DummyCharacter.h
  testsuite/DummyMovieDefinition.h
  testsuite/MovieTester.cpp
  testsuite/MovieTester.h
  testsuite/libcore.all/ClassSizes.cpp
  testsuite/libcore.all/DisplayListTest.cpp
  testsuite/misc-ming.all/BitmapDataTest.c
  testsuite/misc-ming.all/ButtonEventsTest-Runner.cpp
  testsuite/misc-ming.all/ButtonEventsTest.c
  testsuite/misc-ming.all/DefineEditTextTest-Runner.cpp
  testsuite/misc-ming.all/DefineEditTextVariableNameTest-Runner.cpp
  testsuite/misc-ming.all/DefineEditTextVariableNameTest.c
  testsuite/misc-ming.all/DefineTextTest-Runner.cpp
  testsuite/misc-ming.all/DragDropTestRunner.cpp
  testsuite/misc-ming.all/DrawingApiTestRunner.cpp
  testsuite/misc-ming.all/EmbeddedSoundTest-Runner.cpp
  testsuite/misc-ming.all/KeyIsDownTest.c
  testsuite/misc-ming.all/NetStream-SquareTest.c
  testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp
  testsuite/misc-ming.all/PlaceObject2Test.c
  testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp
  testsuite/misc-ming.all/RollOverOutTest-Runner.cpp
  testsuite/misc-ming.all/SpriteButtonEventsTest-Runner.cpp
  testsuite/misc-ming.all/VarAndCharClashTest.as
  testsuite/misc-ming.all/Video-EmbedSquareTestRunner.cpp
  testsuite/misc-ming.all/attachMovieLoopingTest.c
  testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp
  testsuite/misc-ming.all/attachMovieTestRunner.cpp
  testsuite/misc-ming.all/displaylist_depths_test.c
  testsuite/misc-ming.all/displaylist_depths_test10.c
  testsuite/misc-ming.all/displaylist_depths_test11.c
  testsuite/misc-ming.all/displaylist_depths_test2.c
  testsuite/misc-ming.all/displaylist_depths_test3.c
  testsuite/misc-ming.all/displaylist_depths_test4.c
  testsuite/misc-ming.all/displaylist_depths_test5.c
  testsuite/misc-ming.all/displaylist_depths_test6.c
  testsuite/misc-ming.all/displaylist_depths_test7.c
  testsuite/misc-ming.all/displaylist_depths_test8.c
  testsuite/misc-ming.all/displaylist_depths_test9.c
  testsuite/misc-ming.all/eventSoundTest1-Runner.cpp
  testsuite/misc-ming.all/goto_frame_test.c
  testsuite/misc-ming.all/instanceNameTest.c
  testsuite/misc-ming.all/intervalTestRunner.cpp
  testsuite/misc-ming.all/key_event_test.c
  testsuite/misc-ming.all/key_event_testrunner.cpp
  testsuite/misc-ming.all/loadMovieTestRunner.cpp
  testsuite/misc-ming.all/loop_test-Runner.cpp
  testsuite/misc-ming.all/loop_test.c
  testsuite/misc-ming.all/loop_test2.c
  testsuite/misc-ming.all/loop_test2runner.cpp
  testsuite/misc-ming.all/loop_test3.c
  testsuite/misc-ming.all/loop_test4.c
  testsuite/misc-ming.all/loop_test5.c
  testsuite/misc-ming.all/loop_test6.c
  testsuite/misc-ming.all/loop_test7.c
  testsuite/misc-ming.all/loop_test8.c
  testsuite/misc-ming.all/loop_test9.c
  testsuite/misc-ming.all/masks_test.c
  testsuite/misc-ming.all/masks_test2runner.cpp
  testsuite/misc-ming.all/masks_testrunner.cpp
  testsuite/misc-ming.all/morph_test1runner.cpp
  testsuite/misc-ming.all/place_object_test.c
  testsuite/misc-ming.all/place_object_test2.c
  testsuite/misc-ming.all/registerClassTestRunner.cpp
  testsuite/misc-ming.all/replace_buttons1test.c
  testsuite/misc-ming.all/replace_buttons1test_runner.cpp
  testsuite/misc-ming.all/replace_shapes1test.c
  testsuite/misc-ming.all/replace_shapes1test_runner.cpp
  testsuite/misc-ming.all/replace_sprites1test.c
  testsuite/misc-ming.all/replace_sprites1test_runner.cpp
  testsuite/misc-ming.all/root_stop_testrunner.cpp
  testsuite/misc-ming.all/shape_test.c
  testsuite/misc-ming.all/simple_loop_test.c
  testsuite/misc-ming.all/simple_loop_testrunner.cpp
  testsuite/misc-ming.all/static_vs_dynamic2.c
  testsuite/misc-ming.all/streamingSoundTest1-Runner.cpp
  testsuite/misc-swfc.all/button_test1runner.cpp
  testsuite/misc-swfc.all/movieclip_destruction_test1.sc
  testsuite/misc-swfc.all/opcode_guard_test3.sc
  testsuite/misc-swfc.all/soft_reference_test1.sc
  testsuite/misc-swfmill.all/backgroundTestRunner.cpp
  testsuite/misc-swfmill.all/initaction_in_definesprite.xml
  testsuite/movies.all/gravity_embedded-TestRunner.cpp
  testsuite/samples/clip_as_button2-TestRunner.cpp
  testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp
  testsuite/samples/subshapes-TestRunner.cpp
    ------------------------------------------------------------
    revno: 10762.1.1
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 11:18:40 +0200
    message:
      Reverse inheritance of character and DisplayObject, renaming character to
      InteractiveDisplayObject. The structure is now correct, but DisplayObject
      has many functions that ought to be in InteractiveDisplayObject. These can
      be moved up gradually.
      
      The find-and-replace of character make some odd function and variable
      names (to be fixed).
    removed:
      libcore/character.cpp
      libcore/character.h
    modified:
      backend/render_handler.h
      backend/render_handler_agg.cpp
      backend/render_handler_cairo.cpp
      backend/render_handler_ogl.cpp
      gui/gui.cpp
      libcore/Bitmap.cpp
      libcore/Bitmap.h
      libcore/BitmapMovieInstance.cpp
      libcore/BitmapMovieInstance.h
      libcore/Button.cpp
      libcore/Button.h
      libcore/CharacterProxy.cpp
      libcore/CharacterProxy.h
      libcore/DisplayList.cpp
      libcore/DisplayList.h
      libcore/DisplayObject.cpp
      libcore/DisplayObject.h
      libcore/Font.cpp
      libcore/Font.h
      libcore/FreetypeGlyphsProvider.cpp
      libcore/FreetypeGlyphsProvider.h
      libcore/GnashKey.h
      libcore/Makefile.am
      libcore/MouseButtonState.h
      libcore/MovieClip.cpp
      libcore/MovieClip.h
      libcore/Shape.h
      libcore/Sprite.h
      libcore/StaticText.h
      libcore/TextField.cpp
      libcore/TextField.h
      libcore/Video.cpp
      libcore/Video.h
      libcore/as_environment.cpp
      libcore/as_environment.h
      libcore/as_object.h
      libcore/as_value.cpp
      libcore/as_value.h
      libcore/asobj/AsBroadcaster.cpp
      libcore/asobj/Color_as.cpp
      libcore/asobj/Global.cpp
      libcore/asobj/Key_as.cpp
      libcore/asobj/Key_as.h
      libcore/asobj/MovieClipLoader.cpp
      libcore/asobj/NetStream_as.cpp
      libcore/asobj/NetStream_as.h
      libcore/asobj/Object.cpp
      libcore/asobj/Selection_as.cpp
      libcore/asobj/SharedObject_as.cpp
      libcore/asobj/Sound_as.cpp
      libcore/asobj/Sound_as.h
      libcore/asobj/String_as.cpp
      libcore/asobj/System_as.cpp
      libcore/asobj/TextFormat_as.h
      libcore/asobj/TextSnapshot_as.cpp
      libcore/asobj/TextSnapshot_as.h
      libcore/asobj/XML_as.cpp
      libcore/asobj/flash/display/BitmapData_as.cpp
      libcore/asobj/flash/geom/Transform_as.cpp
      libcore/drag_state.h
      libcore/event_id.h
      libcore/fill_style.cpp
      libcore/fill_style.h
      libcore/movie_instance.cpp
      libcore/movie_instance.h
      libcore/movie_root.cpp
      libcore/movie_root.h
      libcore/parser/BitmapMovieDefinition.cpp
      libcore/parser/BitmapMovieDefinition.h
      libcore/parser/Namespace.h
      libcore/parser/SWFMovieDefinition.cpp
      libcore/parser/SWFMovieDefinition.h
      libcore/parser/character_def.h
      libcore/parser/morph2_character_def.cpp
      libcore/parser/morph2_character_def.h
      libcore/parser/movie_definition.h
      libcore/parser/shape_character_def.cpp
      libcore/parser/shape_character_def.h
      libcore/parser/sprite_definition.cpp
      libcore/parser/sprite_definition.h
      libcore/render.cpp
      libcore/render.h
      libcore/swf/DefineButtonCxformTag.cpp
      libcore/swf/DefineButtonSoundTag.cpp
      libcore/swf/DefineButtonSoundTag.h
      libcore/swf/DefineButtonTag.cpp
      libcore/swf/DefineButtonTag.h
      libcore/swf/DefineEditTextTag.cpp
      libcore/swf/DefineEditTextTag.h
      libcore/swf/DefineFontTag.cpp
      libcore/swf/DefineFontTag.h
      libcore/swf/DefineTextTag.cpp
      libcore/swf/DefineTextTag.h
      libcore/swf/DefineVideoStreamTag.cpp
      libcore/swf/DefineVideoStreamTag.h
      libcore/swf/DisplayListTag.h
      libcore/swf/DoInitActionTag.h
      libcore/swf/PlaceObject2Tag.cpp
      libcore/swf/PlaceObject2Tag.h
      libcore/swf/RemoveObjectTag.cpp
      libcore/swf/RemoveObjectTag.h
      libcore/swf/StartSoundTag.h
      libcore/swf/TextRecord.cpp
      libcore/swf/TextRecord.h
      libcore/swf/VideoFrameTag.cpp
      libcore/swf/VideoFrameTag.h
      libcore/swf/tag_loaders.cpp
      libcore/swf_function.cpp
      libcore/vm/ASHandlers.cpp
      libcore/vm/ASHandlers.h
      libcore/vm/ActionExec.cpp
      libcore/vm/ActionExec.h
      libcore/vm/CodeStream.h
      libcore/vm/ExecutableCode.h
      libcore/vm/Machine.h
      testsuite/MovieTester.cpp
      testsuite/MovieTester.h
    ------------------------------------------------------------
    revno: 10762.1.2
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 11:29:19 +0200
    message:
      Fix testsuite.
    modified:
      testsuite/DummyCharacter.h
      testsuite/DummyMovieDefinition.h
      testsuite/libcore.all/ClassSizes.cpp
      testsuite/libcore.all/DisplayListTest.cpp
      testsuite/misc-ming.all/BitmapDataTest.c
      testsuite/misc-ming.all/ButtonEventsTest-Runner.cpp
      testsuite/misc-ming.all/ButtonEventsTest.c
      testsuite/misc-ming.all/DefineEditTextTest-Runner.cpp
      testsuite/misc-ming.all/DefineEditTextVariableNameTest-Runner.cpp
      testsuite/misc-ming.all/DefineEditTextVariableNameTest.c
      testsuite/misc-ming.all/DefineTextTest-Runner.cpp
      testsuite/misc-ming.all/DragDropTestRunner.cpp
      testsuite/misc-ming.all/DrawingApiTestRunner.cpp
      testsuite/misc-ming.all/EmbeddedSoundTest-Runner.cpp
      testsuite/misc-ming.all/KeyIsDownTest.c
      testsuite/misc-ming.all/NetStream-SquareTest.c
      testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp
      testsuite/misc-ming.all/PlaceObject2Test.c
      testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp
      testsuite/misc-ming.all/RollOverOutTest-Runner.cpp
      testsuite/misc-ming.all/SpriteButtonEventsTest-Runner.cpp
      testsuite/misc-ming.all/VarAndCharClashTest.as
      testsuite/misc-ming.all/Video-EmbedSquareTestRunner.cpp
      testsuite/misc-ming.all/attachMovieLoopingTest.c
      testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp
      testsuite/misc-ming.all/attachMovieTestRunner.cpp
      testsuite/misc-ming.all/displaylist_depths_test.c
      testsuite/misc-ming.all/displaylist_depths_test10.c
      testsuite/misc-ming.all/displaylist_depths_test11.c
      testsuite/misc-ming.all/displaylist_depths_test2.c
      testsuite/misc-ming.all/displaylist_depths_test3.c
      testsuite/misc-ming.all/displaylist_depths_test4.c
      testsuite/misc-ming.all/displaylist_depths_test5.c
      testsuite/misc-ming.all/displaylist_depths_test6.c
      testsuite/misc-ming.all/displaylist_depths_test7.c
      testsuite/misc-ming.all/displaylist_depths_test8.c
      testsuite/misc-ming.all/displaylist_depths_test9.c
      testsuite/misc-ming.all/eventSoundTest1-Runner.cpp
      testsuite/misc-ming.all/goto_frame_test.c
      testsuite/misc-ming.all/instanceNameTest.c
      testsuite/misc-ming.all/intervalTestRunner.cpp
      testsuite/misc-ming.all/key_event_test.c
      testsuite/misc-ming.all/key_event_testrunner.cpp
      testsuite/misc-ming.all/loadMovieTestRunner.cpp
      testsuite/misc-ming.all/loop_test-Runner.cpp
      testsuite/misc-ming.all/loop_test.c
      testsuite/misc-ming.all/loop_test2.c
      testsuite/misc-ming.all/loop_test2runner.cpp
      testsuite/misc-ming.all/loop_test3.c
      testsuite/misc-ming.all/loop_test4.c
      testsuite/misc-ming.all/loop_test5.c
      testsuite/misc-ming.all/loop_test6.c
      testsuite/misc-ming.all/loop_test7.c
      testsuite/misc-ming.all/loop_test8.c
      testsuite/misc-ming.all/loop_test9.c
      testsuite/misc-ming.all/masks_test.c
      testsuite/misc-ming.all/masks_test2runner.cpp
      testsuite/misc-ming.all/masks_testrunner.cpp
      testsuite/misc-ming.all/morph_test1runner.cpp
      testsuite/misc-ming.all/place_object_test.c
      testsuite/misc-ming.all/place_object_test2.c
      testsuite/misc-ming.all/registerClassTestRunner.cpp
      testsuite/misc-ming.all/replace_buttons1test.c
      testsuite/misc-ming.all/replace_buttons1test_runner.cpp
      testsuite/misc-ming.all/replace_shapes1test.c
      testsuite/misc-ming.all/replace_shapes1test_runner.cpp
      testsuite/misc-ming.all/replace_sprites1test.c
      testsuite/misc-ming.all/replace_sprites1test_runner.cpp
      testsuite/misc-ming.all/root_stop_testrunner.cpp
      testsuite/misc-ming.all/shape_test.c
      testsuite/misc-ming.all/simple_loop_test.c
      testsuite/misc-ming.all/simple_loop_testrunner.cpp
      testsuite/misc-ming.all/static_vs_dynamic2.c
      testsuite/misc-ming.all/streamingSoundTest1-Runner.cpp
    ------------------------------------------------------------
    revno: 10762.1.3
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 11:48:13 +0200
    message:
      Rename functions and variables mangled by sed.
    modified:
      libcore/BitmapMovieInstance.cpp
      libcore/Button.cpp
      libcore/CharacterProxy.cpp
      libcore/CharacterProxy.h
      libcore/DisplayList.cpp
      libcore/DisplayList.h
      libcore/DisplayObject.cpp
      libcore/DisplayObject.h
      libcore/MovieClip.cpp
      libcore/MovieClip.h
      libcore/TextField.h
      libcore/as_environment.cpp
      libcore/as_object.h
      libcore/as_value.cpp
      libcore/as_value.h
      libcore/asobj/Sound_as.cpp
      libcore/drag_state.h
      libcore/event_id.h
      libcore/fill_style.h
      libcore/movie_root.cpp
      libcore/parser/SWFMovieDefinition.cpp
      libcore/parser/SWFMovieDefinition.h
      libcore/parser/movie_definition.h
      libcore/parser/shape_character_def.cpp
      libcore/parser/sprite_definition.h
      libcore/render.h
      libcore/swf/DefineButtonTag.cpp
      libcore/swf/DefineButtonTag.h
      libcore/swf/DefineEditTextTag.cpp
      libcore/swf/DefineTextTag.cpp
      libcore/swf/DefineVideoStreamTag.cpp
      libcore/swf/PlaceObject2Tag.cpp
      libcore/swf/PlaceObject2Tag.h
      libcore/swf/RemoveObjectTag.cpp
      libcore/swf/tag_loaders.cpp
      libcore/swf_function.cpp
      testsuite/MovieTester.cpp
      testsuite/libcore.all/DisplayListTest.cpp
      testsuite/misc-ming.all/DrawingApiTestRunner.cpp
    ------------------------------------------------------------
    revno: 10762.1.4
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 11:51:28 +0200
    message:
      Restore more mangled comments.
    modified:
      libcore/vm/ASHandlers.cpp
    ------------------------------------------------------------
    revno: 10762.1.5
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 11:51:53 +0200
    message:
      Add InteractiveDisplayObject code.
    added:
      libcore/InteractiveDisplayObject.cpp
      libcore/InteractiveDisplayObject.h
    ------------------------------------------------------------
    revno: 10762.1.6
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 12:23:04 +0200
    message:
      Fix more of the testsuite.
    modified:
      testsuite/samples/clip_as_button2-TestRunner.cpp
      testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp
      testsuite/samples/subshapes-TestRunner.cpp
    ------------------------------------------------------------
    revno: 10762.1.7
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 12:27:08 +0200
    message:
      More testsuite fixes.
    modified:
      testsuite/misc-swfc.all/button_test1runner.cpp
      testsuite/misc-swfc.all/movieclip_destruction_test1.sc
      testsuite/misc-swfc.all/opcode_guard_test3.sc
      testsuite/misc-swfc.all/soft_reference_test1.sc
      testsuite/misc-swfmill.all/backgroundTestRunner.cpp
      testsuite/misc-swfmill.all/initaction_in_definesprite.xml
      testsuite/movies.all/gravity_embedded-TestRunner.cpp
    ------------------------------------------------------------
    revno: 10762.1.8
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 13:03:31 +0200
    message:
      Override functions as necessary instead of providing getDefinition, as the
      character_def may be 0, making too many potential problems when 
implementing
      a derived class.
    modified:
      libcore/Button.h
      libcore/DisplayObject.cpp
      libcore/DisplayObject.h
      libcore/InteractiveDisplayObject.h
      libcore/MovieClip.h
      libcore/Shape.cpp
      libcore/Shape.h
      libcore/StaticText.cpp
      libcore/StaticText.h
      libcore/TextField.h
      libcore/Video.h
    ------------------------------------------------------------
    revno: 10762.1.9
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 13:24:58 +0200
    message:
      Make get_topmost_mouse_entity return an InteractiveDisplayObject, as other
      objects aren't mouse entities.
    modified:
      libcore/Button.cpp
      libcore/Button.h
      libcore/DisplayObject.h
      libcore/InteractiveDisplayObject.h
      libcore/MovieClip.cpp
      libcore/MovieClip.h
      libcore/TextField.cpp
      libcore/TextField.h
    ------------------------------------------------------------
    revno: 10762.1.10
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 13:48:02 +0200
    message:
      Rename get_topmost_mouse_entity to topmostMouseEntity.
    modified:
      libcore/Button.cpp
      libcore/Button.h
      libcore/DisplayObject.h
      libcore/InteractiveDisplayObject.h
      libcore/MovieClip.cpp
      libcore/MovieClip.h
      libcore/TextField.cpp
      libcore/TextField.h
      libcore/movie_root.cpp
    ------------------------------------------------------------
    revno: 10762.1.11
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 13:59:41 +0200
    message:
      Fix testsuite build.
    modified:
      testsuite/DummyCharacter.h
    ------------------------------------------------------------
    revno: 10762.1.12
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 14:05:21 +0200
    message:
      Make MouseButtonState members into InteractiveDisplayObjects.
    modified:
      libcore/MouseButtonState.h
      libcore/movie_root.cpp
      libcore/movie_root.h
    ------------------------------------------------------------
    revno: 10762.1.13
    committer: Benjamin Wolsey <address@hidden>
    branch nick: temp
    timestamp: Fri 2009-04-03 14:16:58 +0200
    message:
      Move on_button_event to InteractiveDisplayObject::mouseEvent. Const 
correct
      movie_root::getTopmostMouseEntity().
    modified:
      libcore/Button.cpp
      libcore/Button.h
      libcore/DisplayObject.h
      libcore/InteractiveDisplayObject.h
      libcore/movie_root.cpp
Diff too large for email (18010 lines, the limit is 10000).

reply via email to

[Prev in Thread] Current Thread [Next in Thread]