similar to: redraw priorities

Displaying 20 results from an estimated 6000 matches similar to: "redraw priorities"

2008 Apr 22
1
Mozilla windowless plugin
Hey, I've just landed support for windowless mode to swfdec-mozilla git. This means that pages such as http://www.communitymx.com/content/source/E5141/wmodeopaque.htm stack properly with Swfdec now. Menus overlayed with Flash ads should be a thing of the past, too. It also means Swfdec is the first plugin to support windowless on Mozilla/Unix. While this means we now have another feature
2008 Jun 19
2
[Bug 16433] New: Text don't go away on redraw
http://bugs.freedesktop.org/show_bug.cgi?id=16433 Summary: Text don't go away on redraw Product: swfdec Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org
2001 Nov 15
1
Excessive redraw in Lotus Notes on Wine 20011108
I compiled up Wine 20011108 from the source on my Mandrake 7.2 box without problems. I was pleased when I actually managed to get the Windows QuickTime player to install properly and actually run the player (albeit slowly). I also managed to get the SameTime installer to run, although the client still refuses to work. My one critical application on Wine however is Lotus Notes. It works pretty
2001 Nov 13
0
Excessive redraw in Lotus Notes with Wine 20011108
I've just compiled up Wine 20011108 and given it a little testing. QuickTime installer works fine and QuickTime player comes up, although it wants to be fullscreen most of the time (something to do with strange mouse click handling I think). SameTime installer runs (at least for version 1.5) although I can't get the actual program to start (Unhandled exception). Lotus Notes 5.0.4 also
2007 Dec 14
0
Unnamed repository; edit this file to name it for gitweb.: Changes to 'master'
New branch 'master' available with the following commits: commit 9463698500814477ddb82eb3212cf21c23129050 Author: Benjamin Otte <otte at gnome.org> Date: Fri Dec 14 22:43:05 2007 +0100 add --primary to force rendering on the primary display commit 114ee10250c7559048b526b6887278b87548c353 Author: Benjamin Otte <otte at gnome.org> Date: Fri Dec 14 22:01:52 2007 +0100
2007 Dec 20
2
Lots of problems playing back !
Hi all, I got swfdec compiled and running, however there are a lot of problems running it ! As a test I tried: swfplay http://www.youtube.com/v/lUR6laFLk0A First of all I see: SWFDEC: ERROR: swfdec_codec_gst.c(231): swfdec_gst_decoder_init: failed to create decoder SWFDEC: ERROR: swfdec_codec_audio.c(192): swfdec_audio_decoder_new: no suitable decoder for audio codec 2 SWFDEC: ERROR:
2008 May 12
0
Problems on porting swfdec on NXP
I'm gonna CC the swfdec mailing list, as I think it's interesting for everybody thinking about Swfdec on embedded. > I have cross-compiled swfdec0.7 on directfb, and the swfdec-directfb-player > can work on NXP platform , > > The CPU cost is high, video can be viewed continuesly , however no audio > output. > The DirectFB player was the result of a project we did to
2007 Aug 09
1
swfdec ported on arm
I have cross compiled swfdec-0.5 for ARM and I have also written a player for framebuffer. But its too slow!! Can you tell me the reason behind this? Can i increase speed by somehow? I doubt my code for player. I have written following loop in my player: while(1) { diff = swfdec_player_get_next_event(player); swfdec_player_advance(player, diff); swfdec_player_render(player, cr, 0,
2008 Sep 01
1
Porting Swfdec to Mac OS X & Timing question
Hi all: I've been working on porting Swfdec to Mac OS X on my own time. So far I'm making some progress; stuff is displaying and events are working. I still have a bit of work to do, but in the meantime, I have some questions: 1. How does one get the ability to commit things to the repository? I don't expect this right away; I'll probably just distribute the Mac OS X
2007 Nov 15
0
2 commits - libswfdec-gtk/swfdec_gtk_loader.c player/swfplay.c
libswfdec-gtk/swfdec_gtk_loader.c | 35 +++++++++++++++++------------------ player/swfplay.c | 5 ++++- 2 files changed, 21 insertions(+), 19 deletions(-) New commits: commit 78b95d4dd8818ce8ee8f6c3a01a56178d6f20f40 Author: Benjamin Otte <otte at gnome.org> Date: Thu Nov 15 15:35:11 2007 +0100 add max-runtime switch to set maximum runtime. Set default runtime to
2010 Oct 22
1
Display list redraw incomplete when exporting plots
I was just wondering if anyone knows what could be the problem with my exporting of plots. Below is the error messages I get when trying to export my plots (all error messages at the same time). I do get a file produced which works but I don't know why these messages appear. Doesn't matter if it is a pdf or a png or any other format I export to. Also, when exporting to png I get
2011 Jan 21
5
FSX redraw screen
Hi after installing an addon on Windows, FSX doesn't update/redraw the screen anymore. Any ideas? I already updated to current but the same. Thanks
2012 Feb 11
2
1.4rc2: delayed redraw of 3d app
Since 1.4rc2, Google SketchUp does not immediately redraw the 3d drawing area, but only after the view has been invalidated another time. That means SketchUp starts with black screen until you force it to update the view (by moving, resizing the window or orbiting or panning the view). This is also noticeable when you click, double-click or triple-click an object in order to select it: The object
2001 Aug 08
1
Palette changes on redraw (PR#1045)
Try this example(palette) then trigger a redraw e.g. by resizing the window. Shouldn't the palette be stored as part of the display list? (This only happens because the palette was reset at the end of the example, but still...) -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen
2007 May 04
1
Display list redraw incomplete
Since compiling R 2.5.0 from source on my Mac (PowerBook) I've noticed some strange behavior when plotting. I'm not sure if it's a problem with my setup/compilation because I feel like a problem as basic as this one would have been reported already. I'm running R with X11 and R was built with gcc 4.0.1. Basically, I run > plot(0, 0) > dev.off() X11 4 Warning message:
2009 Nov 28
1
Display list redraw incomplete
Hi, I'm observing the following warning with R-2.10.0 on a machine I have remote access to. Like what happened to Roger ( http://www.mail-archive.com/r-devel at r-project.org/msg08669.html ), two extra instances of X11 are open after dev.off(). Although I'm reporting this on R-2.10.0, it's reproducible on R-devel r50541. Any thoughts about this? Thanks a lot for any info, b >
2007 Oct 01
1
swfdec performance
Hi , I am new to swfdec development team. I am studying the swfdec V 0.5.2source code. I found that it requires more horse power. I played SWF 7 content with the swfplay on 500MHz AMD CPU, performance was too bad. Audio was not playing properly and video is slow. I played the same content using *firefox with Adobe's macromedia flash plugin* on same hardware, performance is too good.
2007 Dec 29
1
youtube.com complains about old version on 64 bit ubuntu gutsy
I read on lwn.net that swfdec has support for watching youtube.com videos. Good work! I have not been able to get the Adobe 32-bit mozilla plugin working under 64-bit gutsy so I figured I'd give swfdec a go. A quick search of the archives and bugzilla turns up nothing obviously similar to my problem. Viewing this page: http://www.youtube.com/watch?v=82Opqy5mFZM&feature=related I
2005 Oct 24
1
X11 redraw events dropped? (PR#8250)
Full_Name: Keith Frost Version: 2.1.0 OS: Debian Sarge Submission from: (NULL) (66.162.141.10) This has actually been a problem for some time in R under Linux. (I noticed it under previous builds for Redhat 9 as well.) The graphics device windows produced by the x11() function do not always get redrawn when they should, sometimes leaving the device blank when there should be a graph on it.
2007 Mar 09
0
compiz sometimes fails to redraw
Hello I am using a compiz from git 20070307 on my pc and laptop. Both are using the nvidia drivers 1.0-9755. On the pc I have a 7800GTX and everything works fine (1280x1024). On my laptop I have a 7600 Go 512MB and sometimes compiz does not redraw windows. for example I open firefox the first time it does not get drawn correctly I have to minimize and unminimize it first. Resulution is