Re: library dependency reduction (gtkhtml)

2005-03-31 Thread Philippe De Swert
Sorry for my late reply but I missed the previous mail. > > > Well I found out that the components part is for html-editing. It says > > > actually html-editor in the components dir. As I did not need this > > > functionality at all, as I was looking into rendering html I removed > > > this part.

Re: Themeable colors

2005-03-31 Thread Federico Mena Quintero
On Wed, 2005-03-30 at 11:04 +0100, Bill Haneman wrote: > It's a thankless job, but I suggest those of us who muck about with > theme colors the most (like evo guys for etable, Calum, myself, etc.) > get together and define a set of styles, and (even more importantly) > which ones are expected to

Re: Themable colors

2005-03-31 Thread Matthias Clasen
On Thu, 2005-03-31 at 10:50 +0400, Nickolay V. Shmyrev wrote: > Well, you've almost convinced me :) > > Isn't it better than have API for colors similar to stock icons API: > > struct GtkStockColorItem; > > gtk_stock_color_items_add > gtk_stock_color_items_add_static > gtk_stock_color_item_free

Re: Themable colors

2005-03-31 Thread Calum Benson
On Thu, 2005-03-31 at 10:44, Bill Haneman wrote: > Possibly it needs heavy revision. Calum? It should be clear that > explicit colors must be avoided except in applications that deal with > actual colorspaces, such as image processing. It could certainly do with some improvement-- it really f

Re: gobject API docs and tutorial merge : stage 1

2005-03-31 Thread Stefan Kost
Hi Mathieu, Owen Taylor and Tim Janik agreed that it would be useful to integrate it. Although I need to appologise, I should have asked you explicitely (I've been probably a bit too over entusiastic with this and do too much at once). IMHO that is what speaks for the integration: 1) still many p

Re: gobject API docs and tutorial merge : stage 1

2005-03-31 Thread Matthias Clasen
On Thu, 2005-03-31 at 19:22 +0200, Mathieu Lacage wrote: > hi stefan, > > I am sorry if I have missed something but would you mind telling me > exactly what deal has been agreed upon and by who ? i.e., have the glib > maintainers expressed interest in this ? So far, I have not seen any > public re

Re: gobject API docs and tutorial merge : stage 1

2005-03-31 Thread Mathieu Lacage
hi stefan, I am sorry if I have missed something but would you mind telling me exactly what deal has been agreed upon and by who ? i.e., have the glib maintainers expressed interest in this ? So far, I have not seen any public reply to your gtk-devel emails which is why I wonder how all of this is

Re: Themable colors

2005-03-31 Thread Bill Haneman
Soeren Sandmann wrote: Bill Haneman <[EMAIL PROTECTED]> writes: The ONLY time that an application should choose a specific color (or even a specific value, i.e. 'black' or 'white') is when "red means RED", i.e. if the application is a painting application, an image processing application, or som