Re: GtkCanvas requirements?

2007-04-21 Thread Mathias Hasselmann
Hmm: Once again I too fast on pressing send and forgot the links: Vala: http://live.gnome.org/Vala EggDocument: http://taschenorakel.de/svn/repos/eggdocument/trunk/ Am Samstag, den 21.04.2007, 17:49 +0200 schrieb Mathias Hasselmann: Am Samstag, den 21.04.2007, 10:30 -0500 schrieb Federico Mena

Re: GtkCanvas requirements?

2007-04-21 Thread Mathias Hasselmann
well for me in creating a native GObject library. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel-list

Re: GtkCanvas requirements?

2007-04-21 Thread Mathias Hasselmann
files for language bindings directly (without parsing the generated C code). Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

GObject based Collection framework

2007-04-23 Thread Mathias Hasselmann
of this. Regarding a GObject based collection framework: Currently Jürg Billeter, Philip Van Hoof, Johannes Schmid and others work on such a framework called libtpz, as they need/want reference counting collection classes. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de

Common widget for choosing file formats

2007-05-22 Thread Mathias Hasselmann
://bugzilla.gnome.org/show_bug.cgi?id=440431 -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http

Re: Common widget for choosing file formats

2007-05-22 Thread Mathias Hasselmann
Am Dienstag, den 22.05.2007, 14:51 +0200 schrieb Xavier Bestel: On Tue, 2007-05-22 at 14:43 +0200, Mathias Hasselmann wrote: Applications supporting multiple file formats needs a file-format chooser in their file saving dialog. Several GNOME apps implement very similiar file-format

Re: Logo (was Re: GTK+ Website Review)

2007-05-29 Thread Mathias Hasselmann
might have another proposal based on the first one from Christophe ready in a short while. Those detached, glossy faces look cool, but they also make the logo look fragile. Well, and fragile that's definitly not a term I do or want associate with GTK+... Ciao, Mathias -- Mathias Hasselmann [EMAIL

Re: Pango-warning

2007-06-15 Thread Mathias Hasselmann
-- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GTK+ 2.11.3 released

2007-06-19 Thread Mathias Hasselmann
. The taschenorakel address is not subscribed to gtk-devel list. -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: GTK+ 2.11.3 released

2007-06-20 Thread Mathias Hasselmann
by this test. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org

Re: Blacklisting themes?

2007-06-22 Thread Mathias Hasselmann
1. User gets a crash in gnumeric-n.m, reports it. 2. Developer determines that the crash is in the theme engine. 3. Developer blacklists the theme engine; releases gnumeric-n.m+1 4. User updates gnumeric, and can't run it anymore because it barfs on that engine. He still risks crashes

Re: openPrinting + the dialog...

2007-06-27 Thread Mathias Hasselmann
hierarchy has been demonstrated several times already in applications like Epiphany, F-Spot and on several Web 2.0 sites. So I highly recommand considering those mockups for a future versions of the printing dialog. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de

Re: GTK+ Theming improvements

2007-09-01 Thread Mathias Hasselmann
(GtkStyleClassTreeViewColumnButton, gtk_style_class_tree_view_column_button); This approach might not be a big and final solution, but its an approach that can be implemented right now without breaking much stuff. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de

Re: GTK Scrolls

2007-09-02 Thread Mathias Hasselmann
remember source needed to be add to gtkrc :/ You want to play with the scrollbar-spacing style property. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: Behaviour of getters wrt dup/ref

2007-09-15 Thread Mathias Hasselmann
= maman_get_expensive_info (self); self-priv-expensive_info = NULL; return result; } Hope those thoughts help. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: Behaviour of getters wrt dup/ref

2007-09-15 Thread Mathias Hasselmann
= maman_get_expensive_info (self); self-priv-expensive_info = NULL; return result; } Hope those thoughts help. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: GTK+ 2.12 released

2007-09-15 Thread Mathias Hasselmann
? Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

Re: Behaviour of getters wrt dup/ref

2007-09-16 Thread Mathias Hasselmann
+ offset; } Sidenote to Alex: g_data_input_stream_get_line and its friend really should use read as verb, not get. The verb get usually indicates you do not change the state of an object - expect maybe for buffering expensive data. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http

Re: branching GLib-2.15 and Gtk+-2.13

2007-10-02 Thread Mathias Hasselmann
to do it then if no one beats me at it. ;) Sounds like its time to prepare extended layout for merging! :-) Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: md5 in glib [was: Re: GtkFileChooser + thumbnails ... history?]

2007-10-04 Thread Mathias Hasselmann
Am Donnerstag, den 04.10.2007, 09:06 +0200 schrieb Mikael Hallendal: That would indeed be very welcome. I also have one a SHA algorithm in Loudmouth that would be nice to get rid of. So let's finally get this in: http://bugzilla.gnome.org/show_bug.cgi?id=443648 Ciao, Mathias -- Mathias

Re: Logo (was Re: GTK+ Website Review)

2007-10-08 Thread Mathias Hasselmann
the old logo and tried to apply Tango colors and gradients to it. Not satisfied with the result - seems I've lost any art-foo I probably never had. For what's worth I am attaching the result nevertheless. Guess we should get one of the real Tango wizards to work on the logo. Ciao, Mathias -- Mathias

Re: Logo (was Re: GTK+ Website Review)

2007-10-10 Thread Mathias Hasselmann
to the upper left corner. - gtk-logo4.svg: Same again, but bright glyphs. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ gtk-logo.tar.gz Description: application/compressed-tar signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: turning g_assert* into warnings

2007-10-12 Thread Mathias Hasselmann
not calling abort on failed assertions could make the program eat little children, if not worse. So I guess what you really want is some kind of g_soft_assert or some g_warn_if_fail. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies

Re: GInterfaces and API Stability

2007-11-14 Thread Mathias Hasselmann
an operator like this to the GObject wrapper class: public: GLib::RefPtrGFooInterface operator () { return GLib::wrap_interface (gobj ()); } ? -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter

Signals with gchar** arguments

2007-11-15 Thread Mathias Hasselmann
is there should be a better solution for this problem. Feels like shooting birds with cannons (to break a butterfly on a wheel?). Ciao, Mathias [1] http://library.gnome.org/devel/libsoup/2.2/SoupSession.html#SoupSession-authenticate -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de

Re: Signals with gchar** arguments

2007-11-15 Thread Mathias Hasselmann
Am Donnerstag, den 15.11.2007, 14:21 +0100 schrieb Alexander Larsson: On Thu, 2007-11-15 at 13:06 +, Emmanuele Bassi wrote: On Thu, 2007-11-15 at 12:52 +0100, Mathias Hasselmann wrote: static void authenticate (SoupSession *session, /* other

Re: GLib and Gtk+ branched for 2.15.0

2007-11-19 Thread Mathias Hasselmann
and Bug #101968. -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

Extended Layout Summary

2007-11-20 Thread Mathias Hasselmann
--- Some initial documentation. SUMMARY === So, that's all. Hope this information is helpful for review. I feel exhausted for now. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter

Re: Extended Layout Summary

2007-11-20 Thread Mathias Hasselmann
Am Dienstag, den 20.11.2007, 14:10 +0100 schrieb Vincent Untz: Hi Mathias, Le mardi 20 novembre 2007, à 13:23 +0100, Mathias Hasselmann a écrit : The solution to this problem is simple: Interpret the result of the size-request signal as absolutely minimum size and introduce a new

Re: Extended Layout Summary

2007-11-20 Thread Mathias Hasselmann
Am Dienstag, den 20.11.2007, 14:49 +0100 schrieb Vincent Untz: Le mardi 20 novembre 2007, à 14:32 +0100, Mathias Hasselmann a écrit : Am Dienstag, den 20.11.2007, 14:10 +0100 schrieb Vincent Untz: Hi Mathias, Le mardi 20 novembre 2007, à 13:23 +0100, Mathias Hasselmann a écrit

Re: Extended Layout Summary

2007-11-20 Thread Mathias Hasselmann
. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo

Re: Extended Layout Summary

2007-11-20 Thread Mathias Hasselmann
Am Dienstag, den 20.11.2007, 11:55 -0500 schrieb Ryan Lortie: This is definitely no time to go blindly adding new API. :) True. Very true. -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: Get rid of deprecated widgets

2007-12-05 Thread Mathias Hasselmann
really pointless to pay of this old stuff everyday, when none of your daily programs uses those old and deprecated symbols. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: Extended Layout Summary

2007-12-05 Thread Mathias Hasselmann
Am Dienstag, den 20.11.2007, 20:45 -0500 schrieb Behdad Esfahbod: On Tue, 2007-11-20 at 20:09 -0500, Behdad Esfahbod wrote: On Tue, 2007-11-20 at 07:23 -0500, Mathias Hasselmann wrote: When a container widget got more space allocated than requested, it considers the difference

Re: SoupInputStream / trying out gio

2007-12-05 Thread Mathias Hasselmann
Am Mittwoch, den 05.12.2007, 13:33 +0100 schrieb Alexander Larsson: On Wed, 2007-12-05 at 12:56 +0100, Mathias Hasselmann wrote: Specially as you can use #undef in your C code, when stuck with a platform doing such stupidities... Thats fine inside glib, but if you export these symbols

Re: SoupInputStream / trying out gio

2007-12-05 Thread Mathias Hasselmann
down school. Well, but as Alex mentioned, sky has fallen already - in this case - and I only can repeat myself: Oh! Really!? Crap. Stupid C pre-processor. :-( Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter

Re: Extended Layout Summary

2007-12-05 Thread Mathias Hasselmann
- all tough using extended layout hints to add padding to all widgets, without using GtkAlignment sounds quite interesting. Well, and you are right: Using GtkBorder is quite wasteful in terms of memory usage. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de

Re: SoupInputStream / trying out gio

2007-12-05 Thread Mathias Hasselmann
be macros like this? close? read? Pretty much everything, yes. I doubt it makes any sense to try to protect yourself from such stupidity. Specially as you can use #undef in your C code, when stuck with a platform doing such stupidities... Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http

Re: volume:// uri support

2007-12-12 Thread Mathias Hasselmann
! That wish scares me. There must be a better solution than this geek style techie stuff. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk

Re: volume:// uri support

2007-12-13 Thread Mathias Hasselmann
Am Donnerstag, den 13.12.2007, 02:07 -0500 schrieb David Zeuthen: On Thu, 2007-12-13 at 08:01 +0100, Mathias Hasselmann wrote: Am Donnerstag, den 13.12.2007, 01:17 -0500 schrieb David Zeuthen: There's a screenshot here showing integration into Nautilus http://people.freedesktop.org

Name of the utility library (Was: GIO API review)

2007-12-13 Thread Mathias Hasselmann
and libgtk yet. What's about libgcore.so? Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: Force redrawing of a window

2007-12-18 Thread Mathias Hasselmann
the purpose of coordinating development of the library itself, btw. For questions regarding use of GTK+ there are the gtk-list and the gtk-app-devel-list mailing lists. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital

Re: g_format_file_size_for_display()

2007-12-18 Thread Mathias Hasselmann
stupid to spell. Seemingly random switching between 1000 and 1024 whouldn't really help - I guess: Imagine some user wants to copy a 64 MiB file from some 1024 to some 1000 scale media: WTF doesn't this 64 MB file (64 * 2^10 bytes) fit on this 64 MB stick (64 * 10^6 bytes)? Ciao, Mathias -- Mathias

Re: Extended Layout Summary

2007-12-20 Thread Mathias Hasselmann
support the new interface So you suggest, that GtkWidget implements GtkExtendedLayout? Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com/ Personal Site: http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter

Re: Extended Layout Summary

2007-12-21 Thread Mathias Hasselmann
Am Donnerstag, den 20.12.2007, 11:46 -0500 schrieb Havoc Pennington: Hi, Mathias Hasselmann wrote: Am Dienstag, den 20.11.2007, 15:41 -0500 schrieb Havoc Pennington: Then the following default implementations: - all four of the new functions have default implementations

Extended Layout and Size Groups

2007-12-21 Thread Mathias Hasselmann
Seems GtkSizeGroup has to be modified to cache and modify natural sizes. See attached picture for details. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com/ Personal Site: http://taschenorakel.de/ inline: extended-layout-and-size-groups.png#include

Re: Extended Layout Summary

2007-12-21 Thread Mathias Hasselmann
. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com/ Personal Site: http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel

Re: [PATCH] example for gtk-demo demonstrating offscreen-rendered widgets with reflection-effect

2007-12-24 Thread Mathias Hasselmann
/gtk-devel-list -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com/ Personal Site: http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel

Re: State of natural size, Havoc/Behdad style

2008-01-08 Thread Mathias Hasselmann
size algorithm for reuse Am Dienstag, den 08.01.2008, 19:17 +0100 schrieb Mathias Hasselmann: Attached the current state of natural size, with an API similiar to Havoc's wishes and implementing the natural size allocation they both suggested. Havoc suggest to have two methods: get_desired_width

Re: GIO API review

2008-01-10 Thread Mathias Hasselmann
, G_FILE_MONITOR_MONITOR_MOUNTS = (10) } GFileMonitorFlags; A problem is the doublicate monitor, so the second value should be something like: G_FILE_MONITOR_WATCH_MOUNTS Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter

Re: g_format_file_size_for_display()

2008-01-10 Thread Mathias Hasselmann
stupid to spell. Seemingly random switching between 1000 and 1024 whouldn't really help - I guess: Imagine some user wants to copy a 64 MiB file from some 1024 to some 1000 scale media: WTF doesn't this 64 MB file (64 * 2^10 bytes) fit on this 64 MB stick (64 * 10^6 bytes)? Ciao, Mathias -- Mathias

Re: pango_layout_set_height()

2008-01-22 Thread Mathias Hasselmann
*font_metrics.height. Which one is more common (using actual text, or font metrics). Damn, you are more clever than me. Guess this would be sufficient for calendar details. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com/ Personal Site: http://taschenorakel.de

Re: Move to LGPL3

2008-03-16 Thread Mathias Hasselmann
, but excludes free software, licensed GPL-2 only? This sounds absurd to me! Is the FSF spreading FUD with their license matrix? Why doesn't the matrix have footnotes explaining that absurd conflict? Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com

Re: Move to LGPL3

2008-03-16 Thread Mathias Hasselmann
, but I am no expert on legal stuff... Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com/ Personal Site: http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: Minutes: Foreign OSes BoF

2008-03-16 Thread Mathias Hasselmann
, without supporting that records would be a regression. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com/ Personal Site: http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: Minutes: Foreign OSes BoF

2008-03-18 Thread Mathias Hasselmann
just is well hidden for GDI+ 1.0? Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com/ Personal Site: http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: GSoC proposal: gtk+ bindings for prolog

2008-04-02 Thread Mathias Hasselmann
, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com/ Personal Site: http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel-list mailing list gtk-devel-list

Re: Print preview widget

2008-04-17 Thread Mathias Hasselmann
application really doesn't work here. The round trip testing argument is artificial. You use test suites for round trip management. For print preview there are situations were you want ultimate control over the preview canvas. Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http

Re: About GTK+ 3.0 and deprecated things

2008-07-16 Thread Mathias Hasselmann
function (instead of porting their code). Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com/ Personal Site: http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: Proposal for a collection API in glib

2008-07-17 Thread Mathias Hasselmann
this in a sane way for GTK3? Ciao, Mathias -- Mathias Hasselmann [EMAIL PROTECTED] Openismus GmbH: http://www.openismus.com/ Personal Site: http://taschenorakel.de/ signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ gtk-devel

Translucent Scrollbars

2008-08-19 Thread Mathias Hasselmann
When looking at some Android screen shots[1] I've realized that their scrollbars are translucent. That's a really nice idea IMHO. I wonder if we can implement this feature in GTK+. Ciao, Mathias [1] http://www.spiegel.de/fotostrecke/fotostrecke-34358-7.html#backToArticle=572913 -- Mathias

RFC: Deprecate GTK_{RESPONSE,STOCK}_{YES,NO}

2008-08-25 Thread Mathias Hasselmann
OpenOffice.org. So I wonder if we should deprecated those symbols, in the hope that people obey the GNOME HIG and properly label the buttons of their message dialogs. Ciao, Mathias 1:http://libwilliam.wordpress.com/2008/08/25/alerting-users-of-mistakes/ -- Mathias Hasselmann [EMAIL PROTECTED] Openismus

Re: Decorating scales

2009-01-06 Thread Mathias Hasselmann
marks? So maybe gtk_scale_add_mark_text() and gtk_scale_add_mark_icon() should be replaced by an implementation of the GtkCellLayout interface? Ciao, Mathias -- Mathias Hasselmann mathias.hasselm...@gmx.de http://taschenorakel.de/mathias/ http://www.openismus.com

Re: Bikeshedding the invisible-char

2009-01-20 Thread Mathias Hasselmann
place. I wonder if the default password character shouldn't be a style property. In that case you could use big circles for the default theme, small circles for monospaced themes and pumpkins or skulls for Halloween themes. Ciao, Mathias -- Mathias Hasselmann mathias.hasselm...@gmx.de Personal Blog

Re: GSeal bugs in GtkAccelLabel hampering flexibility

2009-01-26 Thread Mathias Hasselmann
for the rant.. Any suggestions as to how to fix this will be warmly received. What about creating a patch providing the hooks you need? In the end that's how FOSS works. Ciao, Mathias -- Mathias Hasselmann mathias.hasselm...@gmx.de Personal Blog: http://taschenorakel.de/mathias/ Openismus GmbH: http

Re: g_malloc overhead

2009-01-26 Thread Mathias Hasselmann
literals. The wchar_t type is 32 bits on Linux. So instead of: do_something (abc) you'd suddenly have to write: const utf16_t abc_literal[] = { 65, 66, 67, 0 }; /* abc */ do_something (abc_literal); I really don't see how this would help. Ciao, Mathias -- Mathias Hasselmann

Re: GtkOrientable: Can widgets now be flipped?

2009-02-08 Thread Mathias Hasselmann
this deprecation. Well, actually those V/H classes even serve a purpose: When using them in a derived widget you can be sure, that nobody will be that evil to suddenly change the orientation of your derived widget. Ciao, Mathias -- Mathias Hasselmann mathias.hasselm...@gmx.de Personal Blog: http

Re: GtkOrientable: Can widgets now be flipped?

2009-02-08 Thread Mathias Hasselmann
Am Sonntag, den 08.02.2009, 21:04 +0100 schrieb Murray Cumming: On Sun, 2009-02-08 at 18:47 +0100, Mathias Hasselmann wrote: Am Sonntag, den 08.02.2009, 18:36 +0100 schrieb Murray Cumming: On Sun, 2009-02-08 at 14:51 +0100, Sven Herzberg wrote: AFAIR, you can flip it of you create

Re: GtkOrientable: Can widgets now be flipped?

2009-02-08 Thread Mathias Hasselmann
Am Sonntag, den 08.02.2009, 21:57 +0100 schrieb Murray Cumming: On Sun, 2009-02-08 at 21:36 +0100, Mathias Hasselmann wrote: Am Sonntag, den 08.02.2009, 21:04 +0100 schrieb Murray Cumming: On Sun, 2009-02-08 at 18:47 +0100, Mathias Hasselmann wrote: Am Sonntag, den 08.02.2009, 18:36

Re: Compiling the girepository.h header with C++

2009-02-10 Thread Mathias Hasselmann
of gnamespace? Well, those abbreviations are common in XML world, but each time I read them I wonder what XML has to do with National Socialism. Well, but guess that's only a problem affecting Germans. Ciao, Mathias -- Mathias Hasselmann mathias.hasselm...@gmx.de Personal Blog: http://taschenorakel.de

Re: GLib plans for the next cycle

2009-02-11 Thread Mathias Hasselmann
it probably would be more reasonable to really use DBus even on those platforms. Ciao, Mathias [1] http://msdn.microsoft.com/en-us/library/ms221608.aspx -- Mathias Hasselmann mathias.hasselm...@gmx.de Personal Blog: http://taschenorakel.de/mathias/ Openismus GmbH: http://www.openismus.com

Re: minutes of the gtk+ team meeting - 2009-01-20

2009-02-19 Thread Mathias Hasselmann
Am Mittwoch, den 18.02.2009, 01:54 + schrieb Alberto Ruiz: I plan to work on some other mockups of the website for other sections and I would like to get feedback from you guys. Awesome mockup! Let's get it in place! Ciao, Mathias -- Mathias Hasselmann mathias.hasselm...@gmx.de Personal

Re: gtk+ documentation wikified

2009-02-19 Thread Mathias Hasselmann
? ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list -- Mathias Hasselmann mathias.hasselm...@gmx.de Personal Blog: http://taschenorakel.de/mathias/ Openismus GmbH: http://www.openismus.com

Re: Fwd: gtk+ documentation wikified

2009-02-19 Thread Mathias Hasselmann
. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list -- Mathias Hasselmann mathias.hasselm...@gmx.de Personal Blog: http://taschenorakel.de/mathias/ Openismus GmbH: http://www.openismus.com

Re: fsync in glib/gio

2009-03-13 Thread Mathias Hasselmann
versions of files really isn't an option. Ciao, Mathias -- Mathias Hasselmann mathias.hasselm...@gmx.de Personal Blog: http://taschenorakel.de/mathias/ Openismus GmbH: http://www.openismus.com/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http

Re: .gitignore files

2009-05-02 Thread Mathias Hasselmann
Am Freitag, den 01.05.2009, 14:10 -0400 schrieb Behdad Esfahbod: git.mk. What's this git.mk? -- Mathias Hasselmann mathias.hasselm...@gmx.de Personal Blog: http://taschenorakel.de/mathias/ Openismus GmbH: http://www.openismus.com/ ___ gtk-devel-list

Re: .gitignore files

2009-05-02 Thread Mathias Hasselmann
Am Samstag, den 02.05.2009, 14:25 +0200 schrieb Vincent Untz: Le samedi 02 mai 2009, à 14:14 +0200, Mathias Hasselmann a écrit : Am Freitag, den 01.05.2009, 14:10 -0400 schrieb Behdad Esfahbod: git.mk. What's this git.mk? http://git.gnome.org/cgit/pango/tree/git.mk Vincent Oh

Re: g_malloc overhead

2009-01-29 Thread Mathias Hasselmann
literals. The wchar_t type is 32 bits on Linux. So instead of: do_something (abc) you'd suddenly have to write: const utf16_t abc_literal[] = { 65, 66, 67, 0 }; /* abc */ do_something (abc_literal); I really don't see how this would help. Ciao, Mathias -- Mathias Hasselmann