[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 -> 10

[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 con

[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://cvs.savanna

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

2007-10-19 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/10/19 15:43:38 Modified files: . : ChangeLog gui: fb.cpp Log message: gui/fb.cpp: Added a few more key scan codes CVSWeb URLs: http://cvs.savannah.gnu.org/

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

2007-10-19 Thread Udo Giacomozzi
Hello Markus, Friday, October 19, 2007, 3:03:27 PM, you wrote: MG> This one is the most obvious "#include // for MG> /dev/input/event*" What about #include then? It was there from the beginning and is a fundamental include file... :) Probably the whole FB GUI won't work with FreeBSD or

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

2007-10-19 Thread Udo Giacomozzi
Hello Markus, Friday, October 19, 2007, 2:33:06 PM, you wrote: MG> You should do an #ifdef LINUX or something... might be usable on MG> FBSD with some work as well... What part should be IFDEFed? No clue how FreeBSD differs from Linux from the GUI point of view... Udo

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

2007-10-19 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/10/19 12:28:25 Modified files: . : ChangeLog gui: fb.cpp fbsup.h Log message: gui/fb.cpp, gui/fbsup.h: Preliminary support for keyboard input; implemented

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

2007-10-15 Thread Sandro Santilli
CVSROOT:/sources/gnash Module name:gnash Changes by: Sandro Santilli 07/10/15 10:11:37 Modified files: . : ChangeLog gui: fb.cpp Log message: * gui/fb.cpp: update use of agg_detect_pixel_format CVSWeb URLs: http://cvs.s

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

2007-07-11 Thread strk
On Wed, Jul 11, 2007 at 09:10:09AM +, Udo Giacomozzi wrote: > -log_error("Could not open framebuffer device: %s", strerror(errno)); > +fatal_error("Could not open framebuffer device: %s", strerror(errno)); Please wrap message strings in _("...") for proper internationalization. fat

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

2007-07-11 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/07/11 09:10:09 Modified files: . : ChangeLog gui: fb.cpp Log message: gui/fb.cpp: print fatal error messages to stdout (workaround), fixes bug #20012 CVSW

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

2007-06-26 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/06/26 17:40:09 Modified files: . : ChangeLog gui: fb.cpp gtk_glue_agg.cpp gtk_glue_agg.h Log message: * backend/render_handler_agg.{cpp,h}, gui/fb.cpp: move

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

2007-02-19 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/02/19 18:14:03 Modified files: . : ChangeLog gui: fb.cpp Log message: add support for eGalax/eTurbotouch touchscreens; use persistent buffer for PS/2 mice

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

2007-02-13 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/02/13 10:25:17 Modified files: . : ChangeLog gui: fb.cpp fbsup.h Log message: Initial support for mice CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gna

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

2007-02-10 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi07/02/10 17:00:03 Modified files: . : ChangeLog gui: fb.cpp Log message: gui/fb.cpp: fixed some compilation problems when DOUBLE_BUFFER is disabled; fixed _va

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

2006-12-03 Thread Udo Giacomozzi
Hello Sandro, Saturday, December 2, 2006, 10:28:06 PM, you wrote: SS> * gui/fb.cpp, gui/gtk.cpp: don't render anything SS> if _drawbounds.isNull() - we should make sure SS> that _drawbounds is expanded to cover 'newly' exposed SS>

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

2006-12-02 Thread Sandro Santilli
CVSROOT:/sources/gnash Module name:gnash Changes by: Sandro Santilli 06/12/02 21:28:06 Modified files: . : ChangeLog gui: fb.cpp gtk.cpp Log message: * gui/fb.cpp, gui/gtk.cpp: don't render anything if

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

2006-10-18 Thread Sandro Santilli
CVSROOT:/sources/gnash Module name:gnash Changes by: Sandro Santilli 06/10/18 15:40:47 Modified files: . : ChangeLog gui: fb.cpp backend: render_handler_agg.cpp Log message: don't directly access rect private me

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

2006-10-16 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi06/10/16 08:39:27 Modified files: . : ChangeLog gui: fb.cpp fbsup.h Log message: Implemented clean exit for FB GUI CVSWeb URLs: http://cvs.savannah.gnu.org/vi

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

2006-10-13 Thread Udo Giacomozzi
Hello strk, Friday, October 13, 2006, 10:12:21 AM, you wrote: s> I've prepared support for the runtime option, my question now is: s> should I really see any red rectangle with that enabled ? s> Because I'm not (gtk/ogl). I haven't tested this with GTK/OGL but it just calls draw_poly() which shou

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

2006-10-13 Thread strk
On Fri, Oct 13, 2006 at 10:13:09AM +0200, Udo Giacomozzi wrote: > Hello strk, > > Thursday, October 12, 2006, 10:40:28 PM, you wrote: > s> Thanks for the explaation :) > s> You can turn this mail into a Doxygen "page" > s> by including it in some header file with a format like: > > Ok, I did that

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

2006-10-13 Thread Udo Giacomozzi
Hello strk, Thursday, October 12, 2006, 10:40:28 PM, you wrote: s> Thanks for the explaation :) s> You can turn this mail into a Doxygen "page" s> by including it in some header file with a format like: Ok, I did that. BTW, what's the correct way to describe the use of a particular header file? F

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

2006-10-13 Thread strk
On Thu, Oct 12, 2006 at 06:50:24PM +0200, Udo Giacomozzi wrote: > There is a #if 0 in gui.cpp that, when activated, shows the changed > region with a red frame (the Flash player has the same option). > > Of course, the most critical part is detection of changes. I > introduced a method called set

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

2006-10-12 Thread strk
Thanks for the explaation :) You can turn this mail into a Doxygen "page" by including it in some header file with a format like: /// \page region_update Detection of updated regions /// /// ... /// --strk; ___ Gnash-commit mailing list Gnash-commit@g

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

2006-10-12 Thread Udo Giacomozzi
Hello Udo, Thursday, October 12, 2006, 6:37:26 PM, you wrote: UG> CVSROOT:/cvsroot/gnash UG> Module name:gnash UG> Changes by: Udo Giacomozzi06/10/12 16:37:25 Whew, a few notes on this commit: This does now allow to determine which parts of the stage have been updated (movin

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

2006-10-12 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi06/10/12 16:37:25 Modified files: . : ChangeLog gui: fb.cpp fbsup.h gui.cpp gui.h server : button_character_instance.cpp butto

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

2006-10-09 Thread Udo Giacomozzi
CVSROOT:/cvsroot/gnash Module name:gnash Changes by: Udo Giacomozzi06/10/09 17:41:28 Modified files: . : ChangeLog gui: fb.cpp Log message: Implemented correct timing CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/Cha

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

2006-10-09 Thread Sandro Santilli
CVSROOT:/sources/gnash Module name:gnash Changes by: Sandro Santilli 06/10/09 15:42:50 Modified files: . : ChangeLog gui: fb.cpp fbsup.h Log message: * gui/fb.cpp, gui/fbsup.h: fixed createWindow() function to reflect new Gui i