On Wed, 2006-08-30 at 10:57 +0200, Vincent Untz wrote:
> > I'm getting kind of nervous that RC1 for GNOME 2.16 is a few days away.
> > Help is much appreciated to finish the tasks above that are not done.
>
> Any news on this? We could roll a RC2 soonish if this helps with
> testing.
Kris has a
Gustavo J. A. M. Carneiro wrote:
However, I would
argue that to display a very large document in a canvas creating a
canvas item for each document item is not the best solution; I'd rather
have a pool, or cache, of visible canvas items, and just reconfigure
them on the fly to show the p
Tristan Van Berkom wrote:
> < Havoc >
> My opinion is that the canvas should "replace" the GTK core in a way,
> i.e. GtkWidget
> becomes a specialized thing you can embed in a canvas.
> This obviously makes the canvas into a pretty big project.
>
> Kindof disagree here - I think that in most
Havoc Pennington wrote:
>Gustavo J. A. M. Carneiro wrote:
>
>
[...]
Thanks Havoc for sharing that wealth of notes with us !
I didnt really look deeply into any of these implementations and I'm
not commenting
on them per se, but will happily share my thoughts with you :-)
< Havoc >
I thi
As many others have, I needed a canvas and adapted an existing OpenGL
canvas library I had sitting around. It's written in C++ and based on
cairo (well, cairomm):
http://libpapyrus.sf.net
Havoc Pennington wrote:
> - we need to be able to do animations, which may involve adding some
> kind of
Gustavo J. A. M. Carneiro wrote:
>
> It seems this HippoCanvas has no model-view split, yet I remember you
> designed GtkTextBuffer/View with model/view. Do you consider model-view
> unimportant, or simply just got "prioritized away"?
>
I'm not sure, I'd have to look at GooCanvas or experiment
Qua, 2006-08-30 às 16:17 -0400, Havoc Pennington escreveu:
> Hi,
>
> I posted some sort of blue-sky canvas ideas a year ago:
> http://mail.gnome.org/archives/gtk-devel-list/2005-August/msg00067.html
>
>
> Since then I've learned HTML/CSS much more thoroughly and also used
> Flash a bit. And in
In-Reply-To: <[EMAIL PROTECTED]>
On Wed, Aug 30, 2006 at 08:38:22PM +0200, Gian Mario Tagliaretti wrote:
> As Emmanuele already said we have just released python bindings for
> GooCanvas, maybe you want to try them out:
Hm, my PyGObject is too old, so I cannot try it now. Anyway,
Python bindings
Hi,
I posted some sort of blue-sky canvas ideas a year ago:
http://mail.gnome.org/archives/gtk-devel-list/2005-August/msg00067.html
Since then I've learned HTML/CSS much more thoroughly and also used
Flash a bit. And in the last week needed to write a canvas in 2-3 days
to use for Mugshot. Whi
On 8/30/06, Adam Roper <[EMAIL PROTECTED]> wrote:
>
> This seems to be a pointer bug within the GtkEntry code of Gtk itself, it
> this known?
No such bug has been observed so far, so it is most likely something specific
to your environment. You didn't give enough details to make a guess what
could
Gian Mario Tagliaretti wrote:
> 2006/8/30, W. Borgert <[EMAIL PROTECTED]>:
>
>> OK, as both GooCanvas and CCC come with a demo application, I
>> just tried out both. At first glance I can only say, that the
>> GooCanvas demo is more impressive than the CCC one. Maybe
>> GooCanvas is more feature-r
2006/8/30, W. Borgert <[EMAIL PROTECTED]>:
> OK, as both GooCanvas and CCC come with a demo application, I
> just tried out both. At first glance I can only say, that the
> GooCanvas demo is more impressive than the CCC one. Maybe
> GooCanvas is more feature-rich, but the library is also a little
On Wed, Aug 30, 2006 at 04:55:12PM +0100, Emmanuele Bassi wrote:
> There has been an effort (as part of Project Ridley) on creating a new
> canvas widget using Cairo; at least two canvases have been written that
> I recall: Goocanvas (which has had Python bindings recently added) and
> CCC - probab
On Tue, 29 Aug 2006 10:24:05 +0300, Tor Lillqvist wrote:
> (It's for 256-colour mode that I don't seem to even have anything to
> test with. Not even in a virtual machine (running XP) does Display
> Settings offer a 256-colour mode. Is it really so that modern Windows
> graphics card drivers only
Hi,
I have a problem with GtkEntry widgets wrapping when I get to the end of the
line. Firstly I should explain that I am developing for an embedded flavour
of Linux (arcom embedded linux) and the little poota that is displaying this
thing has a custom keyboard that includes a delete key that ac
Hi;
On Tue, 2006-08-29 at 10:24 +0300, Tor Lillqvist wrote:
>
> (It's for 256-colour mode that I don't seem to even have anything to
> test with. Not even in a virtual machine (running XP) does Display
> Settings offer a 256-colour mode. Is it really so that modern Windows
> graphics card drivers
On Wed, 2006-08-30 at 15:52 +0200, W. Borgert wrote:
> Hi,
>
> sorry, if this is an FAQ, my checks didn't reveal anything:
> AFAIK, GTK+ does not have a standard canvas widget. GNOME
> does have a canvas widget, but it seems to be not very
> popular. And having it in the GNOME libraries is not use
Hi,
I dont understand the code of this function : gdk_drawable_get_image
the back trace of gdb shows that :
#0 gdk_drawable_real_get_composite_drawable (drawable=0x482e558, x=0, y=0,
width=359, height=322, composite_x_offset=0xbfffe428,
composite_y_offset=0xbfffe42c) at gdkdraw.c:1189
#1 0x
Tor Lillqvist wrote:
> > - Can the support for 256-colour (palettized) display mode be dropped
> > from GTK+ HEAD?
>
> I'm not doing this, not yet at least. If I can figure out a way to
> test whether 256-colour mode works currently, and it doesn't, I will
> drop it though...
256 color compatib
Le mercredi 30 août 2006 à 15:52 +0200, W. Borgert a écrit :
> Hi,
>
> sorry, if this is an FAQ, my checks didn't reveal anything:
> AFAIK, GTK+ does not have a standard canvas widget. GNOME
> does have a canvas widget, but it seems to be not very
> popular. And having it in the GNOME libraries is
Hi,
sorry, if this is an FAQ, my checks didn't reveal anything:
AFAIK, GTK+ does not have a standard canvas widget. GNOME
does have a canvas widget, but it seems to be not very
popular. And having it in the GNOME libraries is not useful
for programs that should run on multiple platforms (win32).
I
GLib 2.12.3 is now available for download at:
ftp://ftp.gtk.org/pub/gtk/2.12/
http://download.gnome.org/sources/glib/2.12/
glib-2.12.3.tar.bz2 md5sum: cbf663f8bc733e2f6c90599942f6616a
glib-2.12.3.tar.gzmd5sum: bffadd97168590d175b157957006e8ce
GLib is the low-level core library that forms
Le jeudi 17 août 2006, à 21:43, Federico Mena Quintero a écrit :
> OK, so here's the plan of action.
[snip the plan and everything]
> I'm getting kind of nervous that RC1 for GNOME 2.16 is a few days away.
> Help is much appreciated to finish the tasks above that are not done.
Any news on this?
23 matches
Mail list logo