Re: disabling GTK+ features to shrink GTK+

2010-06-14 Thread Sam Thursfield
On Mon, Jun 14, 2010 at 11:24 PM, Andrew Ziem wrote: > Would GTK+ upstream accept patches to disable GTK+ features?  For example, > >    ./configure --disable-file-chooser-disable > > would make the GtkFileChooser() an empty stub. > > I ship GTK+ in my application's Windows installer, and I'd like

Re: Proposal for Introducing a high level framework of concurrent & asynchronous programming

2010-09-08 Thread Sam Thursfield
On Tue, Sep 7, 2010 at 9:02 AM, cee1 wrote: > Hi all, > Glib has GMainLoop for asynchronous programming and GThread & GThreadPool > for concurrent programming. To combine the advantages of them two, users > need to take care of threads themselves in sources' callbacks. This > introduces some kind

Re: Precompiled GTK3 for windows?

2011-03-16 Thread Sam Thursfield
Hi Lothar, On Sun, Mar 13, 2011 at 3:19 PM, Lothar Scholz wrote: > Hello gtk-devel-list, > > Is there any place where i can download it. The GTK site only provides > binaries for the 2.22 version. Nobody has had time to create these yet, and in truth I don't know if Gtk 3 is very stable on Win3

Re: Glib: a Win32 discussion

2011-04-07 Thread Sam Thursfield
2011/4/7 Krzysztof Kosiński : > 2011/4/6 Kean Johnston : >> Everyone, >> >> WARNING: long, detailed message. If you don't care about Win32, move on. > > Other annoying Windows issues specific to glib: > > > > 3. GSettings using the registry. This means portable apps (in the > sense of apps that yo

Re: Updated GTK+ 2.24.5 binaries (and bundle)

2011-07-12 Thread Sam Thursfield
Hi Dieter On Mon, Jul 11, 2011 at 9:22 PM, Dieter Verfaillie wrote: > Hi, > > Some time ago I've asked Tor how his Windows build environment > looked like and he shared everything to be able to recreate > it (thanks again!). The various mails we exchanged and the > resulting directory structure a

Re: Updated GTK+ 2.24.5 binaries (and bundle)

2011-07-12 Thread Sam Thursfield
On Tue, Jul 12, 2011 at 1:10 PM, Dieter Verfaillie wrote: > Quoting "Sam Thursfield" : >> You can get the Visual C++ toolchain for free from the Windows SDK[2], >> if you're interested in making these. Generating the import libs for >> VC is super easy, you

Re: Updated GTK+ 2.24.5 binaries (and bundle)

2011-07-22 Thread Sam Thursfield
Hi On Fri, Jul 22, 2011 at 5:35 AM, Fan Chun-wei wrote: > I don't know whether this might be helpful with this part and regard, but I > am posting my point of view here anyways for references... > > Currently I am maintaining the Visual C++ build files for the GTK+ stack > (GLib, ATK, GDK-Pixbuf,

Re: Fwd: Plans for GTK+ Bundles for win32 and win64?

2011-09-08 Thread Sam Thursfield
Let me first remind everyone that https://live.gnome.org/Windows/Discussion has a good summary of all things that are being discussed here. We're kind of heading in four different directions at once (fedora-mingw, MSVC, native mingw, OBS) so it's important we keep track :) On Thu, Sep 8, 2011 at 1

Re: Fwd: Plans for GTK+ Bundles for win32 and win64?

2011-09-08 Thread Sam Thursfield
On Thu, Sep 8, 2011 at 2:15 PM, Kean Johnston wrote: >> At least bundling everything with my app let's me sleep at night, knowing >> some unknown installer out there is not going to break my stuff which has >> taken countless hours to build. > > Why do you think this is unique to Windows? If you c

Re: Fwd: Plans for GTK+ Bundles for win32 and win64?

2011-09-09 Thread Sam Thursfield
On Thu, Sep 8, 2011 at 6:53 PM, Dieter Verfaillie wrote: > On Thu, 8 Sep 2011 14:18:41 +0100, Sam Thursfield wrote: >> Let me first remind everyone that >> https://live.gnome.org/Windows/Discussion has a good summary of all >> things that are being discussed here. We'

Re: _wstat on Windows (actually stat stuff in general)

2011-09-28 Thread Sam Thursfield
On Wed, Sep 28, 2011 at 10:27 AM, Kean Johnston wrote: >> Do you have a use case where hash-table lookups would be a bottleneck? > > Small mobile devices. Devices with only 64MB of RAM to play with. Embedded > devices. Just because GLib is used mainly in GNOME don't make the assumption > its the O

Re: FW: Tree structure for a win32 application deployment

2012-02-13 Thread Sam Thursfield
Hi On Sat, Feb 11, 2012 at 3:24 AM, Fan Chun-wei wrote: > > > > > Sorry, I am resending this as I missed the mail list when I sent this last > night from my phone :) > >>> Setting PATH would work, or (assuming your app isn't intended to be run >>> from the command line) you could use AppPaths: >

Re: File chooser recent-files (was: Re: Guidelines for stable branch changes in GLib/Gtk)

2012-11-19 Thread Sam Thursfield
On Fri, Nov 16, 2012 at 7:27 PM, Federico Mena Quintero wrote: > On Sun, 2012-11-11 at 15:24 -0500, Ryan Lortie wrote: > > > 3) The file chooser "recent folder" changes that landed in 3.0 and also > > on 2.x. > > > > I consider the last case to be particularly egregious because nothing > > was bro

Re: Optimizing GtkListBox for many rows

2015-09-08 Thread Sam Thursfield
hi Timm On Mon, Aug 31, 2015 at 10:49 AM, Timm Bäder wrote: > Hi, > > if you've ever worked with a GtkListBox that has many rows, you probably > know about the performance problems. These are mostly not even related > to drawing or scrolling. The biggest problem is just allocating all of > thos