[Gnash-commit] gnash ChangeLog server/button_character_instanc...

2008-02-11 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi08/02/11 12:55:22 Modified files: . : ChangeLog server : button_character_instance.cpp edit_text_character.cpp sprite_instance.cpp

[Gnash-commit] gnash/server sprite_instance.cpp

2008-02-11 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi08/02/11 10:28:10 Modified files: server : sprite_instance.cpp Log message: remove unnecessary include CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server

[Gnash-commit] gnash ChangeLog server/character.cpp server/cha...

2008-02-11 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi08/02/11 10:24:57 Modified files: . : ChangeLog server : character.cpp character.h generic_character.cpp generic_character.h

Re[3]: [Gnash-commit] gnash ChangeLog server/asobj/SoundGst.cpp

2008-01-22 Thread Udo Giacomozzi
BJ>> Does that correspond with your testing? UG> Yes, seems you're right. Go for it :) Of course it should not start playing before enough data has been buffered... Udo ___ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman

Re[2]: [Gnash-commit] gnash ChangeLog server/asobj/SoundGst.cpp

2008-01-22 Thread Udo Giacomozzi
Hello Bastiaan, Tuesday, January 22, 2008, 7:10:33 PM, you wrote: BJ> so this should be: BJ> if (isStreaming) { BJ>start(0,0); BJ> } BJ> Does that correspond with your testing? Yes, seems you're right. Go for it :) Udo ___ Gnash-commit maili

Re[2]: [Gnash-commit] gnash ChangeLog configure.ac libmedia/Makefile....

2008-01-21 Thread Udo Giacomozzi
Hello Bastiaan, Tuesday, January 22, 2008, 12:18:41 AM, you wrote: BJ> Udo, this should now be fixed. Confirm, thanks. Udo ___ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit

Re: [Gnash-commit] gnash ChangeLog gui/Player.cpp gui/gtk.cpp gui/...

2008-01-21 Thread Udo Giacomozzi
Hello Sandro, Friday, June 1, 2007, 12:02:18 PM, you wrote: SS> +std::cerr << "Any segfault past this message is likely due SS> to improper threads cleanup." << std::endl; Is this still current? I never ever get a segfault here. Udo ___ Gnash-c

[Gnash-commit] gnash ChangeLog server/asobj/SoundGst.cpp

2008-01-21 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi08/01/21 11:04:35 Modified files: . : ChangeLog server/asobj : SoundGst.cpp Log message: server/asobj/SoundGst.cpp: don't start playing sound in loadSound(), a

Re: [Gnash-commit] gnash ChangeLog configure.ac libmedia/Makefile....

2008-01-21 Thread Udo Giacomozzi
Hello Bastiaan, Monday, January 21, 2008, 8:07:28 AM, you wrote: BJ> + gint percent_buffered; BJ> + gst_message_parse_buffering(message, &percent_buffered); Now I get: NetStreamGst.cpp: In member function 'void gnash::NetStreamGst::handleMessage(GstMessage*)': NetStreamGst.cpp:441: Er

[Gnash-commit] gnash ChangeLog

2008-01-16 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi08/01/16 08:42:16 Modified files: . : ChangeLog Log message: remove duplicate line CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.540

Re: [Gnash-commit] gnash ChangeLog po/de.po po/gnash.pot gui/gtk.c...

2008-01-13 Thread Udo Giacomozzi
Hello Benjamin, Sunday, January 13, 2008, 3:00:27 PM, you wrote: BW> +msgid "Timeout (%u milliseconds) while loading from url %s" BW> +msgstr "" Is the empty string intentional? There are a few more... BW> +msgid "Couldn't get class_init symbol: \"%s\"" BW> +msgstr "Konnte class_init-Symbol nich

Re[2]: [Gnash-commit] gnash ChangeLog libbase/URL.h server/sprite_ins...

2008-01-13 Thread Udo Giacomozzi
Hello strk, Saturday, January 12, 2008, 9:06:37 PM, you wrote: s> Take a const std::string& value there, or the value would be copied s> twice (once to pass as parameter, once to copy to _queristring). Can you do this for me? No access at sources right now.. s> Also, should you check for _quer

Re[2]: [Gnash-commit] gnash/server sprite_instance.cpp

2008-01-12 Thread Udo Giacomozzi
Hello strk, Saturday, January 12, 2008, 4:12:17 PM, you wrote: s> just convert "get" to 1 and "post" to 2 and anything else s> to 0. with case-insensitive comparison. Haha! Weird... ;-) Udo ___ Gnash-commit mailing list Gnash-commit@gnu.org http://l

Re[2]: [Gnash-commit] gnash/server sprite_instance.cpp

2008-01-12 Thread Udo Giacomozzi
Hello strk, Saturday, January 12, 2008, 3:56:12 PM, you wrote: s> I belive a toLowerString() method is called against the s> passed argument, and the result if passed to MovieClip.meth() s> which takes a string ("post"/"get") and return a number (0,1,2). s> Try passing an object with a toLowerStr

[Gnash-commit] gnash ChangeLog server/sprite_instance.cpp

2008-01-12 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi08/01/12 13:00:27 Modified files: . : ChangeLog server : sprite_instance.cpp Log message: server/sprite_instance.cpp: case-insensitive check for GET/POST; fix

[Gnash-commit] gnash ChangeLog libbase/URL.h server/sprite_ins...

2008-01-12 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi08/01/12 12:48:07 Modified files: . : ChangeLog libbase: URL.h server : sprite_instance.cpp sprite_instance.h Log message: * libbase/URL.h: add

[Gnash-commit] gnash/server sprite_instance.cpp

2008-01-12 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi08/01/12 11:04:33 Modified files: server : sprite_instance.cpp Log message: revert accidental commit CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/sprite_instance.cpp

[Gnash-commit] gnash/server sprite_instance.cpp

2008-01-12 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi08/01/12 11:03:07 Modified files: server : sprite_instance.cpp Log message: Add TODO item CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/sprite_instance.cpp?cvsroot

Re[4]: [Gnash-commit] gnash ChangeLog server/sprite_instance.cpp

2008-01-08 Thread Udo Giacomozzi
Hello zou, Tuesday, January 8, 2008, 10:53:36 AM, you wrote: zl> [3] *both* the mc and the dynamic textFiled instance are zl> invisible after this call(more than just ignored?), can be zl> verified with my last code. When *statically* placed, the mc would be fully visible but the text would be

Re[2]: [Gnash-commit] gnash ChangeLog server/sprite_instance.cpp

2008-01-08 Thread Udo Giacomozzi
Hello Sandro, Tuesday, January 8, 2008, 9:59:05 AM, you wrote: SS> I haven't tried, but I belive Gnash would turn it into a nice SS> textured writing, wouldn't it ? Yes. The reason why Adobe doesn't like to have text fields be masks is probably a problem of the core. That system fonts can't be

Re[2]: [Gnash-commit] gnash ChangeLog server/sprite_instance.cpp

2008-01-08 Thread Udo Giacomozzi
Hello zou, Tuesday, January 8, 2008, 2:40:23 AM, you wrote: zl> I checked swfdec/test/image/mask-textfield-6.swf. It tests that zl> TextField instances could be a mask(not maskee). Actually the zl> behaviour when setMask work against TextField instance is odd to me, zl> maybe UdoG knows more abou

Re: [Gnash-commit] gnash ChangeLog testsuite/server/MatrixTest.cpp

2008-01-04 Thread Udo Giacomozzi
Hello Sandro, Friday, January 4, 2008, 1:24:32 PM, you wrote: SS> + // Scale points by 1/32 SS> + SS> + m1.set_scale(20.0/64, 20.0/64); You scale by 10/32, or 1/3.2, ie. factor is 0.3125 not 0.03125 Udo ___ Gnash-commit mailing list Gn

[Gnash-commit] gnash/backend render_handler_agg.cpp

2008-01-04 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi08/01/04 09:08:37 Modified files: backend: render_handler_agg.cpp Log message: Minor comment correction CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/backend

[Gnash-commit] gnash ChangeLog gui/fb.cpp

2008-01-01 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi08/01/01 14:51:56 Modified files: . : ChangeLog gui: fb.cpp Log message: gui/fb.cpp: Limit calls to notify_mouse_moved(), process more events at once (8

Re[2]: [Gnash-commit] gnash ChangeLog libamf/amf.cpp libamf/sol.cpp

2008-01-01 Thread Udo Giacomozzi
Hello Rob, Monday, December 31, 2007, 8:20:38 PM, you wrote: RS> Try now after a cvs update. It build now. Thanks. ___ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit

Re: [Gnash-commit] gnash/testsuite/libamf.all Makefile.am

2008-01-01 Thread Udo Giacomozzi
Hello Rob, Monday, December 31, 2007, 8:16:54 PM, you wrote: RS> Modified files: RS> testsuite/libamf.all: Makefile.am I get a bunch of these: testsuite/libamf.all/Makefile.am:79: variable `test_variable_SOURCES' is defined but no program or testsuite/libamf.all/Makefile.am:79: library

Re[2]: [Gnash-commit] gnash ChangeLog libamf/amf.cpp libamf/sol.cpp

2007-12-31 Thread Udo Giacomozzi
Hello Rob, Monday, December 31, 2007, 4:18:36 PM, you wrote: RS> Try rearranging the order of the libraries in utilities/Makefile.am, RS> putting libgnashamf before libgnashbase. the amf lib depends on the RS> baselib, so maybe you've got a linker problem. I tried with GNASH_LIBS = \ $

Re: [Gnash-commit] gnash ChangeLog libamf/amf.cpp libamf/sol.cpp

2007-12-31 Thread Udo Giacomozzi
Hello Rob, Monday, December 31, 2007, 6:53:34 AM, you wrote: RS> CVSROOT:/sources/gnash RS> Module name:gnash RS> Changes by: Rob Savoye 07/12/31 05:53:34 RS> Modified files: RS> . : ChangeLog RS> libamf : amf.cpp sol.cpp I think this co

[Gnash-commit] gnash extensions/fileio/fileio.h extensions/fil...

2007-12-22 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/22 18:28:17 Modified files: extensions/fileio: fileio.h fileio.cpp . : ChangeLog Log message: extensions/fileio/fileio.{h,cpp}: Implement asyncmode() so that the

[Gnash-commit] gnash ChangeLog gui/fbsup.h gui/fb.cpp

2007-12-20 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/20 15:35:42 Modified files: . : ChangeLog gui: fbsup.h fb.cpp Log message: gui/fbsup.h, gui/fb.cpp: Calculate rowsize from virtual resolution instead

Re[2]: [Gnash-commit] gnash testsuite/actionscript.all/SharedObject.a...

2007-12-19 Thread Udo Giacomozzi
Hello Rob, Wednesday, December 19, 2007, 6:47:21 AM, you wrote: RS> It also successfully does create a legit .sol file though, so this is RS> useful for testing. BTW, SharedObjects are considered more evil than cookies by some people, so the user should be able to switch them off... Udo ___

[Gnash-commit] gnash ChangeLog server/impl.cpp

2007-12-18 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/18 12:34:46 Modified files: . : ChangeLog server : impl.cpp Log message: server/impl.cpp: limit media library size to 8 entries and keep track of cache

[Gnash-commit] gnash ChangeLog server/sprite_instance.cpp test...

2007-12-07 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/07 14:39:20 Modified files: . : ChangeLog server : sprite_instance.cpp testsuite/misc-swfc.all: gotoFrameLabelAsFunction.sc Log message: server

[Gnash-commit] gnash/testsuite/misc-swfc.all gotoFrameLabelAsF...

2007-12-07 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/07 14:16:52 Added files: testsuite/misc-swfc.all: gotoFrameLabelAsFunction.sc Log message: new test for gotoAndPlay(label) *function* CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Gnash-commit] gnash ChangeLog testsuite/misc-swfc.all/Makefil...

2007-12-07 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/07 14:16:12 Modified files: . : ChangeLog testsuite/misc-swfc.all: Makefile.am Log message: new test for gotoAndPlay(label) *function* CVSWeb URLs: http

[Gnash-commit] gnash ChangeLog testsuite/misc-swfc.all/gotoFra...

2007-12-07 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/07 12:39:20 Modified files: . : ChangeLog testsuite/misc-swfc.all: gotoFrameFromInterval.sc gotoFrameFromInterval2.sc Log message

[Gnash-commit] gnash ChangeLog testsuite/misc-swfc.all/Makefil...

2007-12-07 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/07 12:30:12 Modified files: . : ChangeLog testsuite/misc-swfc.all: Makefile.am Added files: testsuite/misc-swfc.all: gotoFrameFromInterval2.sc Log message

Re[2]: [Gnash-commit] gnash/testsuite/misc-swfc.all gotoFrameFromInte...

2007-12-06 Thread Udo Giacomozzi
Hello strk, Thursday, December 6, 2007, 6:55:41 PM, you wrote: s> In teory, but our runner uses gprocessor with no -d flag, which means s> it never sleeps between advances. s> I implemented a time scale locally, not in testing. s> The time scale would be applied to time concept in gnash core... S

Re[2]: [Gnash-commit] gnash/testsuite/misc-swfc.all gotoFrameFromInte...

2007-12-06 Thread Udo Giacomozzi
Hello strk, Thursday, December 6, 2007, 5:39:13 PM, you wrote: s> Makes sense, except we are limiting number of advances to 50 and s> calling advance in a loop w/out sleep... this is what gprocessor does s> currently. FPS is set to 10 frames per second, that makes 5 seconds for a test case that f

Re[2]: [Gnash-commit] gnash/testsuite/misc-swfc.all gotoFrameFromInte...

2007-12-06 Thread Udo Giacomozzi
Hello strk, Thursday, December 6, 2007, 5:24:41 PM, you wrote: s> Wouldn't this just quit before gprocessor has a chacne to activate s> any testing ? Frame 10 is reached _after_ check_equals has been called. frame 1 -> frame 3 -> stop() interval handler 1st call -> goto frame 5 -> stop() int

[Gnash-commit] gnash/testsuite/misc-swfc.all gotoFrameFromInte...

2007-12-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/06 15:41:31 Modified files: testsuite/misc-swfc.all: gotoFrameFromInterval.sc Log message: fix for test runner CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc

[Gnash-commit] gnash/testsuite/misc-swfc.all gotoFrameFromInte...

2007-12-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/06 15:34:08 Modified files: testsuite/misc-swfc.all: gotoFrameFromInterval.sc Log message: final test CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all

[Gnash-commit] gnash ChangeLog gui/fb.cpp gui/fbsup.h

2007-12-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/06 14:59:46 Modified files: . : ChangeLog gui: fb.cpp fbsup.h Log message: gui/fb.{h,cpp}: switch to graphics mode (and back) to get rid of any text

[Gnash-commit] gnash/testsuite/misc-swfc.all gotoFrameFromInte...

2007-12-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/06 13:12:07 Modified files: testsuite/misc-swfc.all: gotoFrameFromInterval.sc Log message: fix self-termination CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc

[Gnash-commit] gnash/testsuite/misc-swfc.all Makefile.am gotoF...

2007-12-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/12/06 12:03:09 Modified files: testsuite/misc-swfc.all: Makefile.am Added files: testsuite/misc-swfc.all: gotoFrameFromInterval.sc Log message: new testcase for gotoAndPlay(); stop

Re[2]: [Gnash-commit] gnash ChangeLog extensions/fileio/fileio.cpp ex...

2007-11-27 Thread Udo Giacomozzi
Hello strk, Tuesday, November 27, 2007, 10:38:29 AM, you wrote: s> Speaking of which, do you mind if we put the FileIO class s> under System.extensions.Gnash.FileIO ? s> Does it seem a good namespace for our extensions ? s> Do you easily see how to do that ? Is that a Flash (ActionScript) namespa

[Gnash-commit] gnash ChangeLog extensions/fileio/fileio.cpp ex...

2007-11-27 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/27 09:03:18 Modified files: . : ChangeLog extensions/fileio: fileio.cpp fileio.h Log message: * extensions/fileio/fileio.{cpp,h}: implement feof() CVSWeb URLs

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
Hello strk, Monday, November 12, 2007, 10:32:12 PM, you wrote: s> Alright, can I count on you adding that Gui pointer in the movie_root s> to complete the planned stage matrix stuff ? According to https://savannah.gnu.org/task/?7385 we wanted to keep that stuff out of the core and let gui.cpp act

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
Hello strk, Monday, November 12, 2007, 9:09:26 PM, you wrote: s> We'd need similar euristic for proper and performant withinSquareDistance s> test for curves. The classic approach seems to be approximate and compute s> distances, so knowing the actual rendering scale would help finding s> an appro

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
Hello strk, Monday, November 12, 2007, 9:11:29 PM, you wrote: s> Reminds me of an old adagio: "should we use integers for paths?" I tend to say "yes" but it's difficult to say because so much stuff involved. Counter-question: will it help us other than saving a few bytes of memory? A while back

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
Monday, November 12, 2007, 8:47:55 PM, I wrote: UG> _xscale = 4000; That should be _xscale=40, sorry ___ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit

Re: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
Hello Udo, Monday, November 12, 2007, 8:24:29 PM, you wrote: UG> Log message: UG> * server/parser/shape_character_def.cpp: point_test_local bugfix: UG> revert last commit and align test coordinate to a grid instead; UG> commit some debug so I don't have to rewrite it ag

[Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/12 19:24:29 Modified files: . : ChangeLog server/parser : shape_character_def.cpp Log message: * server/parser/shape_character_def.cpp: point_test_local bugfix

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
Hello strk, Monday, November 12, 2007, 3:39:21 PM, you wrote: s> Gnash is giving a false positive since your change. Right. A new commit is on the way that fixes this... s> Could be the cirle fill (defined by curves). It is the blue shape (red outline) on the left side. It fails because the tes

[Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/12 10:56:15 Modified files: . : ChangeLog server/parser : shape_character_def.cpp Log message: * server/parser/shape_character_def.cpp: point_test_local bugfix

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
Hello strk, Monday, November 12, 2007, 10:35:14 AM, you wrote: s> Maybe we can remember wheter we changed the shape due to forced s> closing or not, and if we did we can wipe out the last edge on next s> editing. Still the stroke thing remains, unless we always close s> using an new path (with m_n

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
Hello strk, Monday, November 12, 2007, 10:37:15 AM, you wrote: s> Uh ? Show me ? this.lineStyle(20, 0xFF); this.beginFill(0xFF); this.moveTo(100,100); this.lineTo(200,100); this.lineTo(200,200); // produces a red rectangle shape with complete blue outline s> Aren't we talking about dra

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
Hello strk, Monday, November 12, 2007, 10:16:16 AM, you wrote: >> But would also mean a lot of memory copies. Closing on the usage side >> would just be an additional final check. It's not that easy. Other than the need to know if it is a dynamic shape it also complicates the check because you ha

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
Hello strk, Monday, November 12, 2007, 10:11:45 AM, you wrote: s> But would also mean a lot of memory copies. Closing on the usage s> side would just be an additional final check. A cache would do which would be used only when necessary (when the shape is really not closed). Or probably there are

Re: [Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp ...

2007-11-12 Thread Udo Giacomozzi
Hello Sandro, Saturday, November 10, 2007, 3:39:52 PM, you wrote: SS> + the_path.ap.x = newpnt.x; SS> + the_path.ap.y = newpnt.y; Errr, what about... the_path.ap = newpnt; ...now that it is possible? Udo ___ Gnash-commit mailing lis

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-12 Thread Udo Giacomozzi
Hello strk, Thursday, November 8, 2007, 7:30:01 PM, you wrote: s> Can we provide two different point_test_local, one for s> dynamic and one for static ? Rather I'd provide special path access methods for DynamicShape. Like a method to get the really defined paths and a additional method that clo

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-08 Thread Udo Giacomozzi
Hello strk, Thursday, November 8, 2007, 6:23:31 PM, you wrote: s> Also, keep the multiplication/addition if possible, s> your coordinates could be 23,12, becoming 92,148. Sorry, this was a accidental commit - reverted. Note the testsuite currently reports a few failures: FAIL: DrawingApiTestRun

[Gnash-commit] gnash/testsuite/misc-ming.all DrawingApiTest.as

2007-11-08 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/08 18:00:28 Modified files: testsuite/misc-ming.all: DrawingApiTest.as Log message: rewrite coordinate style for clarity CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite

[Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-08 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/08 17:16:13 Modified files: . : ChangeLog server/parser : shape_character_def.cpp testsuite/misc-ming.all: DrawingApiTest.as Log message: * server/parser

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Drawing...

2007-11-08 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/08 16:43:16 Modified files: . : ChangeLog testsuite/misc-ming.all: DrawingApiTestRunner.cpp Log message: testsuite/misc-ming.all/DrawingApiTestRunner.cpp: reverted

[Gnash-commit] gnash/server shape.h

2007-11-07 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/07 10:13:50 Modified files: server : shape.h Log message: document m_new_shape CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/shape.h?cvsroot=gnash&r1=1.2

Re[2]: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Drawing...

2007-11-07 Thread Udo Giacomozzi
Hello Sandro, Wednesday, November 7, 2007, 10:41:11 AM, you wrote: SS> Just check with the PP to know if it should or not rely on it. SS> I think we fixed a similar case recently (Benjamin did IIRC). PASSED: bnd == "6710886.35,6710886.35 6710886.35,6710886.35" [./DrawingApiTest.as:82] Note the

Re: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Drawing...

2007-11-07 Thread Udo Giacomozzi
Hello Sandro, Friday, September 14, 2007, 5:32:38 PM, you wrote: SS> + bnd = printBounds(a.getBounds()); SS> + if ( bnd == "6710886.35,6710886.35 6710886.35,6710886.35" ) { SS> + trace("PASSED: getBounds() returns "+bnd+" after clear"); SS> + } else { SS> +

Re: [Gnash-commit] gnash ChangeLog testsuite/libgeometry/snappingr...

2007-11-07 Thread Udo Giacomozzi
Hello Sandro, Wednesday, November 7, 2007, 8:14:53 AM, you wrote: SS> * testsuite/libgeometry/snappingrangetest.cpp: don't SS> attempt to set snap_distance, not more existent. SS> I dunno if this makes the tests pointless (didn't SS>

[Gnash-commit] gnash ChangeLog testsuite/libgeometry/snappingr...

2007-11-07 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/07 09:01:19 Modified files: . : ChangeLog testsuite/libgeometry: snappingrangetest.cpp Log message: * testsuite/libgeometry/snappingrangetest.cpp: update testcase

[Gnash-commit] gnash/libgeometry snappingrange.h

2007-11-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/06 16:46:23 Modified files: libgeometry: snappingrange.h Log message: remove useless cast CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/libgeometry/snappingrange.h?cvsroot

[Gnash-commit] gnash/libgeometry snappingrange.h

2007-11-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/06 16:43:36 Modified files: libgeometry: snappingrange.h Log message: remove accidentally commited 'public' keyword CVSWeb URLs: http://cvs.savannah.gnu.org/vie

[Gnash-commit] gnash ChangeLog libgeometry/snappingrange.h

2007-11-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/06 16:40:10 Modified files: . : ChangeLog libgeometry: snappingrange.h Log message: make copy constructor work again by adding getter methods for private

[Gnash-commit] gnash/libgeometry snappingrange.h

2007-11-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/06 16:06:59 Modified files: libgeometry: snappingrange.h Log message: typo CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/libgeometry/snappingrange.h?cvsroot=gnash&r1=

[Gnash-commit] gnash ChangeLog libgeometry/snappingrange.h

2007-11-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/06 16:04:07 Modified files: . : ChangeLog libgeometry: snappingrange.h Log message: * libgeometry/snappingrange.h: add range count limiting functionality

[Gnash-commit] gnash/server character.cpp

2007-11-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/06 15:44:27 Modified files: server : character.cpp Log message: * libgeometry/snappingrange.h: replace the distance method with a more efficient area before/after

[Gnash-commit] gnash ChangeLog gui/gui.cpp libgeometry/Range2d...

2007-11-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/06 15:43:41 Modified files: . : ChangeLog gui: gui.cpp libgeometry: Range2d.h snappingrange.h Log message: * libgeometry/snappingrange.h

[Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp

2007-11-06 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/06 14:18:53 Modified files: . : ChangeLog backend: render_handler_agg.cpp Log message: * backend/render_handler_agg.cpp: Reverted last commit because it

Re[2]: [Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp

2007-11-06 Thread Udo Giacomozzi
Hello Bastiaan, Tuesday, November 6, 2007, 3:56:03 AM, you wrote: BJ> So I think that the clipping patch should probably be reverted. Agree. Udo ___ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit

Re: [Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp

2007-11-05 Thread Udo Giacomozzi
Hello Bastiaan, Monday, November 5, 2007, 11:00:11 AM, you wrote: BJ> Log message: BJ> * backend/render_handler_agg.cpp: Use agg::renderer_mclip instead BJ> of agg::renderer_base, since the latter supports multiple clipping BJ> boxes. This allows u

[Gnash-commit] gnash/server shape.h

2007-11-05 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/05 17:26:55 Modified files: server : shape.h Log message: * server/parser/shape_character_def.cpp: take outline hit test algorithm from old implementation; drop the

[Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-05 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/05 17:26:31 Modified files: . : ChangeLog server/parser : shape_character_def.cpp testsuite/misc-ming.all: DrawingApiTestRunner.cpp Log message: * server

[Gnash-commit] gnash/server/parser shape_character_def.cpp

2007-11-05 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/05 14:56:10 Modified files: server/parser : shape_character_def.cpp Log message: when I say it's disabled, it should be disabled ;-) CVSWeb URLs: http://cvs.savannah.gnu.org/vi

[Gnash-commit] gnash ChangeLog server/parser/shape_character_d...

2007-11-05 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/11/05 14:55:02 Modified files: . : ChangeLog server/parser : shape_character_def.cpp Log message: server/parser/shape_character_def.cpp: Implement a new point_test

Re[2]: [Gnash-commit] gnash ChangeLog server/character.h server/dlist...

2007-10-30 Thread Udo Giacomozzi
Hello Sandro, Tuesday, October 30, 2007, 3:00:23 PM, you wrote: SS> Yes, it's the parent's scan. SS> If we had two distinct functions (or an additional argument to SS> display) we shouldn't need to do that scan, right ? We don't do any special scan, we're just following the hierarchy and remember

Re[2]: [Gnash-commit] gnash ChangeLog server/character.h server/dlist...

2007-10-30 Thread Udo Giacomozzi
Hello Sandro, Tuesday, October 30, 2007, 10:51:09 AM, you wrote: SS> I'll add a TODO item in the DisplayList::add_invalidated_bounds. SS> Another thing I noticed is the tree crawling in DisplayList::display SS> (now I guess that's also in ::add_invalidated_bounds) which sounds SS> suspicious perfo

Re[2]: [Gnash-commit] gnash ChangeLog server/character.h server/dlist...

2007-10-30 Thread Udo Giacomozzi
Hello Sandro, Tuesday, October 30, 2007, 10:37:39 AM, you wrote: SS> If you remember I asked you "do you have setMask in mind" when you SS> added the new intelligence. Yes, my answer was: I don't know much about setMask() :) SS> Maybe time to prove it against setMask now ? Sure, but you'll ha

Re[2]: [Gnash-commit] gnash ChangeLog server/character.h server/dlist...

2007-10-30 Thread Udo Giacomozzi
Hello Sandro, Tuesday, October 30, 2007, 10:17:16 AM, you wrote: SS> Yes, makes sense, thanks. SS> "top of each other" is not necessarely true though SS> if the mask and the maskee do not overlap moving the mask out of the SS> maskee bounding box shouldn't make the maskee invalidated. The ma

Re: [Gnash-commit] gnash ChangeLog server/character.h server/dlist...

2007-10-30 Thread Udo Giacomozzi
Hello Sandro, Monday, October 29, 2007, 10:23:16 PM, you wrote: SS> * server/character.h (setMask): set character as invalidated SS> when it's mask change. Needs more care: when the mask itself SS> changes, we should find a way to invalidate the maskee as well, SS> but we currently have no r

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Date.as

2007-10-25 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/10/25 15:48:17 Modified files: . : ChangeLog testsuite/actionscript.all: Date.as Log message: testsuite/actionscript.all/Date.as: add a check for getTime() CVSWeb

[Gnash-commit] gnash ChangeLog server/asobj/Date.cpp

2007-10-25 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/10/25 15:35:36 Modified files: . : ChangeLog server/asobj : Date.cpp Log message: server/asobj/Date.cpp: getTime() still has to return a numeric value CVSWeb URLs

[Gnash-commit] gnash ChangeLog server/asobj/Date.cpp testsuite...

2007-10-25 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/10/25 15:25:51 Modified files: . : ChangeLog server/asobj : Date.cpp testsuite/actionscript.all: Date.as toString_valueOf.as Log message: * server/asobj

Re[2]: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Date.as

2007-10-25 Thread Udo Giacomozzi
Hello strk, Thursday, October 25, 2007, 11:57:23 AM, you wrote: s> What about using substr to check all portions expected to be invariant ? Seems exaggerated to me Udo ___ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Date.as

2007-10-25 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/10/25 09:33:51 Modified files: . : ChangeLog testsuite/actionscript.all: Date.as Log message: testsuite/actionscript.all/Date.as: Added testcase for bug #21414 CVSWeb

[Gnash-commit] gnash ChangeLog backend/render_handler_agg_style.h

2007-10-24 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/10/24 18:28:33 Modified files: . : ChangeLog backend: render_handler_agg_style.h Log message: backend/render_handler_agg_style.h: don't force premultiply(

[Gnash-commit] gnash ChangeLog

2007-10-24 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/10/24 16:32:45 Modified files: . : ChangeLog Log message: extensions/fileio/Makefile.am: fixed GNASH_PLUGINS env. variable CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Gnash-commit] gnash ChangeLog extensions/fileio/Makefile.am e...

2007-10-24 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/10/24 16:27:26 Modified files: . : ChangeLog extensions/fileio: Makefile.am fileio.cpp Log message: extensions/fileio/fileio.cpp: Fixed a bug in fgets() which caused a

[Gnash-commit] gnash ChangeLog gui/fb.cpp

2007-10-24 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/10/24 13:16:26 Modified files: . : ChangeLog gui: fb.cpp Log message: gui/fb.cpp: Limit pointing device events reading loop CVSWeb URLs: http

Re: [Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp

2007-10-24 Thread Udo Giacomozzi
UG> Log message: UG> backend/render_handler_agg.cpp: never use even-odd UG> filling rules when drawing a mask (unlike normal UG> shapes); some cleanup Fixes the previously mentioned rendering bug in AGG. Flash is somewhat weird regarding masks. Note Flash does not render the movie http://

[Gnash-commit] gnash ChangeLog backend/render_handler_agg.cpp

2007-10-24 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/10/24 12:55:37 Modified files: . : ChangeLog backend: render_handler_agg.cpp Log message: backend/render_handler_agg.cpp: never use even-odd filling rules when

  1   2   3   4   5   6   >