gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9696: Merge from trunk.


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9696: Merge from trunk.
Date: Mon, 09 Mar 2009 07:50:41 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9696
committer: Benjamin Wolsey <address@hidden>
branch nick: avm2
timestamp: Mon 2009-03-09 07:50:41 +0100
message:
  Merge from trunk.
added:
  testsuite/misc-ming.all/TextSnapshotTest.c
modified:
  configure.ac
  cygnal/Makefile.am
  cygnal/acinclude.m4
  gui/Kde4Gui.cpp
  libbase/NamingPolicy.h
  libcore/Font.cpp
  libcore/Font.h
  libcore/MovieClip.cpp
  libcore/asobj/Error_as.cpp
  libcore/asobj/TextSnapshot_as.cpp
  libcore/asobj/TextSnapshot_as.h
  libcore/character.h
  libcore/debugger.cpp
  libcore/generic_character.cpp
  libcore/generic_character.h
  libcore/parser/action_buffer.cpp
  libcore/parser/character_def.h
  libcore/swf/DefineEditTextTag.h
  libcore/swf/DefineTextTag.cpp
  libcore/swf/DefineTextTag.h
  libcore/vm/ASHandlers.cpp
  libcore/vm/ASHandlers.h
  libcore/vm/fn_call.h
  libnet/http.cpp
  libnet/http.h
  libnet/network.cpp
  libnet/network.h
  macros/qt4.m4
  po/cs.po
  testsuite/actionscript.all/TextSnapshot.as
  testsuite/misc-ming.all/Makefile.am
  testsuite/simple.exp
    ------------------------------------------------------------
    revno: 9439.285.1
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 09:57:36 +0100
    message:
      Initial tests for TextSnapshot.
    added:
      testsuite/misc-ming.all/TextSnapshotTest.c
    modified:
      testsuite/misc-ming.all/Makefile.am
    ------------------------------------------------------------
    revno: 9439.285.2
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 10:16:32 +0100
    message:
      Clean up header.
    modified:
      libcore/swf/DefineEditTextTag.h
    ------------------------------------------------------------
    revno: 9439.285.3
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 10:16:53 +0100
    message:
      Code cleanups.
    modified:
      libcore/Font.cpp
      libcore/Font.h
    ------------------------------------------------------------
    revno: 9439.285.4
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 11:58:01 +0100
    message:
      Implement reverse lookup in code table, that is, return the unicode 
character
      of a given glyph. This is for TextSnapshot, which is certainly implemented
      as a special class/method of MovieClip because doing this is inefficient.
    modified:
      libcore/Font.cpp
      libcore/Font.h
    ------------------------------------------------------------
    revno: 9439.285.5
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 12:00:05 +0100
    message:
      Add virtual getStaticText() to character class for retrieving a string 
from
      static text fields.
      
      Add virtual extractStaticText() to character_def for querying definitions 
for 
      static text.
      
      Implement extractStaticText in DefineTextTag. It uses 
Font::codeTableLookup().
      
      Add MovieClip::getTextSnapshot() to query the display list for static 
text,
      which is then added to a string.
    modified:
      libcore/MovieClip.cpp
      libcore/MovieClip.h
      libcore/character.h
      libcore/generic_character.cpp
      libcore/generic_character.h
      libcore/parser/character_def.h
      libcore/swf/DefineTextTag.cpp
      libcore/swf/DefineTextTag.h
    ------------------------------------------------------------
    revno: 9439.285.6
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 12:14:47 +0100
    message:
      Check that TextSnapshot can't be constructed with a string arg either.
    modified:
      testsuite/actionscript.all/TextSnapshot.as
    ------------------------------------------------------------
    revno: 9439.285.7
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 12:28:26 +0100
    message:
      Implement TextSnapshot constructor. This isn't ideal, but like many other
      classes works for the majority of cases.
    modified:
      libcore/MovieClip.cpp
      libcore/asobj/TextSnapshot_as.cpp
      libcore/asobj/TextSnapshot_as.h
      testsuite/misc-ming.all/TextSnapshotTest.c
    ------------------------------------------------------------
    revno: 9439.285.8
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 15:03:05 +0100
    message:
      More tests for TextSnapshot.
      
      Rework so that a pointer to all static Text character is kept in
      TextSnapshot_as. This is necessary for highlighting, which will
      require either access to the TextRecords or transform information (or 
both).
      
      Implement getText() and getCount() properly.
    modified:
      libcore/MovieClip.cpp
      libcore/MovieClip.h
      libcore/asobj/TextSnapshot_as.cpp
      libcore/asobj/TextSnapshot_as.h
      libcore/character.h
      libcore/generic_character.cpp
      libcore/generic_character.h
      libcore/parser/character_def.h
      libcore/swf/DefineTextTag.cpp
      libcore/swf/DefineTextTag.h
      testsuite/actionscript.all/TextSnapshot.as
      testsuite/misc-ming.all/TextSnapshotTest.c
    ------------------------------------------------------------
    revno: 9439.285.9
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 15:48:15 +0100
    message:
      Get VM from fn_call.
    modified:
      libcore/asobj/Error_as.cpp
    ------------------------------------------------------------
    revno: 9439.285.10
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 15:48:57 +0100
    message:
      Add tests for overridden TextSnapshot.
    modified:
      testsuite/misc-ming.all/TextSnapshotTest.c
    ------------------------------------------------------------
    revno: 9439.285.11
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 16:10:14 +0100
    message:
      Consolidate and clean up constructor code.
    modified:
      libcore/MovieClip.cpp
      libcore/asobj/TextSnapshot_as.cpp
      libcore/asobj/TextSnapshot_as.h
      testsuite/misc-ming.all/TextSnapshotTest.c
    ------------------------------------------------------------
    revno: 9439.285.12
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 16:30:33 +0100
    message:
      Minor fixes, xcheck->check.
    modified:
      libcore/asobj/TextSnapshot_as.cpp
      libcore/asobj/TextSnapshot_as.h
      testsuite/actionscript.all/TextSnapshot.as
      testsuite/misc-ming.all/TextSnapshotTest.c
    ------------------------------------------------------------
    revno: 9439.285.13
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Thu 2009-03-05 16:47:09 +0100
    message:
      Make TextSnapshotTest-Runner run in make check.
    modified:
      testsuite/misc-ming.all/Makefile.am
    ------------------------------------------------------------
    revno: 9439.1.1221
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Thu 2009-03-05 17:24:37 +0100
    message:
      Test and partly implement TextSnapshot class.
    added:
      testsuite/misc-ming.all/TextSnapshotTest.c
    modified:
      libcore/Font.cpp
      libcore/Font.h
      libcore/MovieClip.cpp
      libcore/asobj/Error_as.cpp
      libcore/asobj/TextSnapshot_as.cpp
      libcore/asobj/TextSnapshot_as.h
      libcore/character.h
      libcore/generic_character.cpp
      libcore/generic_character.h
      libcore/parser/character_def.h
      libcore/swf/DefineEditTextTag.h
      libcore/swf/DefineTextTag.cpp
      libcore/swf/DefineTextTag.h
      testsuite/actionscript.all/TextSnapshot.as
      testsuite/misc-ming.all/Makefile.am
    ------------------------------------------------------------
    revno: 9439.1.1222
    committer: address@hidden
    branch nick: trunk
    timestamp: Thu 2009-03-05 12:27:35 -0700
    message:
      set the locale before running tests.
    modified:
      testsuite/simple.exp
    ------------------------------------------------------------
    revno: 9439.1.1223
    committer: address@hidden
    branch nick: trunk
    timestamp: Thu 2009-03-05 12:31:11 -0700
    message:
      don't run the testcases till they're more stable.
    modified:
      cygnal/Makefile.am
    ------------------------------------------------------------
    revno: 9439.1.1224
    committer: address@hidden
    branch nick: trunk
    timestamp: Thu 2009-03-05 12:32:46 -0700
    message:
      look for just uic too for qt4 builds.
    modified:
      macros/qt4.m4
    ------------------------------------------------------------
    revno: 9439.1.1225
    committer: address@hidden
    branch nick: trunk
    timestamp: Thu 2009-03-05 12:35:09 -0700
    message:
      look for the the poll.h and epoll.h headers, as some platforms implement 
this entirely in a header file, so looking for the function in the library 
fails.
    modified:
      cygnal/acinclude.m4
      libnet/http.h
      libnet/network.cpp
      libnet/network.h
    ------------------------------------------------------------
    revno: 9439.1.1226
    committer: address@hidden
    branch nick: trunk
    timestamp: Thu 2009-03-05 18:10:48 -0700
    message:
      don't access _pollfds if poll.h isn't found
    modified:
      libnet/network.h
    ------------------------------------------------------------
    revno: 9439.1.1227
    committer: address@hidden
    branch nick: trunk
    timestamp: Thu 2009-03-05 20:31:05 -0700
    message:
      look for lber still, ubuntu seems to need it.
    modified:
      configure.ac
    ------------------------------------------------------------
    revno: 9439.1.1228
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Fri 2009-03-06 10:57:27 +0100
    message:
      More implementation and testing of TextSnapshot. Rename some types and
      make style more consistent.
    modified:
      libcore/asobj/TextSnapshot_as.cpp
      libcore/asobj/TextSnapshot_as.h
      libcore/debugger.cpp
      libcore/parser/action_buffer.cpp
      libcore/vm/ASHandlers.cpp
      libcore/vm/ASHandlers.h
      libcore/vm/fn_call.h
      testsuite/actionscript.all/TextSnapshot.as
      testsuite/misc-ming.all/TextSnapshotTest.c
        ------------------------------------------------------------
        revno: 9439.285.14
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2009-03-05 17:00:37 +0100
        message:
          Drop typedef from fn_call.h.
        modified:
          libcore/vm/fn_call.h
        ------------------------------------------------------------
        revno: 9439.285.15
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Thu 2009-03-05 17:57:54 +0100
        message:
          Rename and re-scope some types.
        modified:
          libcore/debugger.cpp
          libcore/parser/action_buffer.cpp
          libcore/vm/ASHandlers.cpp
          libcore/vm/ASHandlers.h
        ------------------------------------------------------------
        revno: 9439.285.16
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2009-03-06 07:44:40 +0100
        message:
          Implement TextSnapshot.findText().
        modified:
          libcore/asobj/TextSnapshot_as.cpp
          libcore/asobj/TextSnapshot_as.h
          testsuite/actionscript.all/TextSnapshot.as
        ------------------------------------------------------------
        revno: 9439.285.17
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2009-03-06 07:57:05 +0100
        message:
          Corrections to findText implementation.
        modified:
          libcore/asobj/TextSnapshot_as.cpp
          testsuite/misc-ming.all/TextSnapshotTest.c
    ------------------------------------------------------------
    revno: 9439.1.1229
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Fri 2009-03-06 11:47:33 +0100
    message:
      Include correct header for is_iequal().
    modified:
      libcore/asobj/TextSnapshot_as.cpp
        ------------------------------------------------------------
        revno: 9439.285.18
        committer: Benjamin Wolsey <address@hidden>
        branch nick: work
        timestamp: Fri 2009-03-06 11:46:44 +0100
        message:
          Include correct header.
        modified:
          libcore/asobj/TextSnapshot_as.cpp
    ------------------------------------------------------------
    revno: 9439.1.1230
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Fri 2009-03-06 22:01:59 +0100
    message:
      Include gnashconfig.h for HAVE_POLL_H. Use non-reserved header guard.
    modified:
      libnet/http.h
    ------------------------------------------------------------
    revno: 9439.1.1231
    author: Petr Pisar <address@hidden>
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Sat 2009-03-07 14:23:08 +0100
    message:
      Updated Czech translation.
    modified:
      po/cs.po
    ------------------------------------------------------------
    revno: 9439.1.1232
    committer: John Wimer <address@hidden>
    branch nick: trunk
    timestamp: Sat 2009-03-07 19:04:27 +0100
    message:
      stop unsetting fullscreen twice in a row
    modified:
      gui/Kde4Gui.cpp
    ------------------------------------------------------------
    revno: 9439.1.1233
    committer: Benjamin Wolsey <address@hidden>
    branch nick: trunk
    timestamp: Sun 2009-03-08 18:18:43 +0100
    message:
      Keep OpenSolaris build happy
    modified:
      libcore/asobj/TextSnapshot_as.cpp
    ------------------------------------------------------------
    revno: 9439.1.1234
    committer: Markus Gothe <address@hidden>
    branch nick: trunk
    timestamp: Sun 2009-03-08 20:40:50 +0100
    message:
      Since this function is empty (at least) Apple GCC 4.2 fails to call it, 
making it noinline fixes the issue
    modified:
      libbase/NamingPolicy.h
    ------------------------------------------------------------
    revno: 9439.1.1235
    committer: Markus Gothe <address@hidden>
    branch nick: trunk
    timestamp: Mon 2009-03-09 02:01:24 +0100
    message:
      Moved ifdef's around
    modified:
      libnet/http.cpp
      libnet/http.h
Diff too large for email (11083 lines, the limit is 10000).

reply via email to

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