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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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>
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
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
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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo