Creating a new cairo-based engine

2005-07-24 Thread Richard Stellingwerff
ong believing this? Anyway, I hope someone with better knowledge on this issue could clear this up for me. I'm dying to experiment with some crazy things, so I'd like some help to get me started. Kind regards, Richard Stellingwerff. ___ gtk-l

Re: Fwd: How will cairo influence GTK's performance?

2005-07-21 Thread Richard Stellingwerff
On 7/21/05, Billy Biggs <[EMAIL PROTECTED]> wrote: > Resizing mozilla tests your window manager and mozilla's rendering > more than GTK+ itself. Correct, but both use GDK to draw their things, so what makes this different from any GTK widget, that uses GDK internally as well? > However, since y

Re: Fwd: How will cairo influence GTK's performance?

2005-07-21 Thread Richard Stellingwerff
On 7/20/05, Billy Biggs <[EMAIL PROTECTED]> wrote: > Richard Stellingwerff ([EMAIL PROTECTED]): > > > FWIW, I noticed that GTK+2 performance is a LOT better on my Ati > > Mobility 9200 with DRI drivers than my NVidia FX5200 with nvidia > > drivers. Ati's prop

Re: Fwd: How will cairo influence GTK's performance?

2005-07-19 Thread Richard Stellingwerff
FWIW, I noticed that GTK+2 performance is a LOT better on my Ati Mobility 9200 with DRI drivers than my NVidia FX5200 with nvidia drivers. Ati's proprietary drivers are just as slow as NVidia's, at 2D performance. When I turn subpixel rendering on, performance sucks on both machines, though. _

Seconds passed since today

2005-06-15 Thread Richard Stellingwerff
not do is: c) Convert the GDate to a GTimeVal (set at the beginning of the day). If I could do the things above, I could: - subtract c from a, and be done with it! Is there a way to do C or is there an easier way to do this? Kind regards, Richard Stellingwerff

Re: how to get rid of mouse-over button color?

2005-05-02 Thread Richard Stellingwerff
ebuttons on mouse-over and using a lighter version of the active color. This way one can always see if the toggle button is toggled after a click event, as the cost of having semi-hardcoded prelight values. At least it improves usability, so I can live with it (and it looks neat, too!). Kind regards

Re: how to get rid of mouse-over button color?

2005-05-02 Thread Richard Stellingwerff
On 5/2/05, Ben Johnson <[EMAIL PROTECTED]> wrote: > Hi. > > I'm working with a touch screen, which I'm learning makes mouse-over > types of events sort of meaningless. Yet, they still occur. > > I have a page full of toggle buttons and it can be difficult to > determine when one is down. The ea

Re: Gtk windows - how move it off screen?

2005-04-28 Thread Richard Stellingwerff
On 4/28/05, Igor Gorbounov <[EMAIL PROTECTED]> wrote: > When using non-gtk app (VMware 4.5.2) you can move its window off screen > in upper direction. > It is usefull sometimes. Now VMware has a gtk window and it doesn't move > up anymore higher > than the upper limit of a GNOME desktop. Is there s

Re: Canvas background color

2005-04-20 Thread Richard Stellingwerff
On 4/18/05, KC <[EMAIL PROTECTED]> wrote: > Hi, > > How can I change background color of gnome canvas ? > I know I should probably use GtkStyle ... but I didn't success yet. > Any workable code example is appreciated. I'm not sure about GnomeCanvas, but normally you would use gtk_widget_modify_bg

Re: GtkProgressBar ignoring gtk_widget_queue_draw()

2005-03-02 Thread Richard Stellingwerff
Owen Taylor wrote: Well, you are looking to do something awful anyways (call gtk_widget_queue_draw() out of a theme engine), so given that, you could investigate the further awfulness of doing: GTK_PROGRESS_GET_CLASS(progressbar)->paint (GTK_PROGRESS(progressbar)); gtk_widget_queue_draw (progress

Re: drawing in a for-loop

2005-02-24 Thread Richard Stellingwerff
Ian Strascina wrote: Don't worry, everything is defined, signals connected to the callbacks, etc... I just want to know why this logic doesn't refresh the display after each iteration... Please help... Thanks... This is my take... gtk_widget_queue_draw_area() queues a redraw, which will then b

GtkProgressBar ignoring gtk_widget_queue_draw()

2005-02-24 Thread Richard Stellingwerff
it, since I can't really find any straight answers in the documentation. Hopefully someone can help me out on this one. Kind regards, Richard Stellingwerff. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list