Re: Stock items (button images / menu images etc)

2013-12-14 Thread Jernej Simončič
> cannot find any way (on Windows) of producing a correctly populated file. The program might be outputting to stderr, in which case you need to use gtk-update-icon-cache --force --ignore-theme-index --source builtin_icons stock-icons 2> temp.file -- < Jern

Re: EXTERNAL: Windows Installer for Gtk+3.6.2 and gtkmm-3.6.0

2013-02-17 Thread Jernej Simončič
ust not really documented well. You should contact the CoApp project - they've been working to use WinSxS specifically for providing open source projects on Windows. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > _

Re: Compiling glib2.32.1 for windows

2012-04-21 Thread Jernej Simončič
On Sat, 21 Apr 2012 22:15:55 +0200, Yann Leboulanger wrote: > Googling this error message didn't help. Any idea what is the problem? export CFLAGS="-march=i486" -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > ___

Re: Compiling GLib on SLES 11

2012-04-11 Thread Jernej Simončič
On Wed, 11 Apr 2012 19:49:03 +0200, Bogdan Lotko wrote: > Is there any possibility to compile this library in this configuration? Try running export CFLAGS="-march=i686" before running configure. -- < Jernej Simončič ><><>

Re: Gtk+ 3.0 and MS Windows

2011-10-10 Thread Jernej Simončič
On Mon, 10 Oct 2011 10:31:15 +0100, jcup...@gmail.com wrote: > Could this be a problem for gtk with msvc in future? Full version of VS11 Preview doesn't have this limitation. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ >

Re: Compiling a GTK application on windows

2011-05-29 Thread Jernej Simončič
nd then people wonder why GTK+ just barely works on Windows... -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Last supported version of GTK+ for Win9x/ME

2010-11-29 Thread Jernej Simončič
ime later, but I don't know when. Windows 95 support was dropped earlier than that (but again, I don't remember when). This might be helpful: <http://gimp-win.sourceforge.net/old.html#gtkold> -- < Jernej Simončič ><><><><>< http://eternallybored.org

Re: How to use UTF-8 command line on Windows?

2010-11-24 Thread Jernej Simončič
it around? You'll probably have to write a separate command-line handler for Windows - look at the GetCommandLine and CommandLineToArgvW Win32 APIs. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > ___

Re: Windows theme not working in GTK 2.18.7

2010-11-03 Thread Jernej Simončič
Windows programs that don't have theming enabled - the classic look worked fine). -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Use 'GetOpenFileName' in GTK for Win32

2010-07-10 Thread Jernej Simončič
On Sun, 11 Jul 2010 03:17:54 +0800, Bruce wrote: > Is there anyone successfully used 'GetOpenFileName' function on GTK? Inkscape seems to use it fine, maybe you could check how they do it? -- < Jernej Simončič ><><>

Re: Windows theme not working in GTK 2.18.7

2010-04-01 Thread Jernej Simončič
If you read the release notes, you'll see that XP theming is broken from 2.18 onwards, and is thus disabled. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtk on win32

2010-03-29 Thread Jernej Simončič
t happens > on WIndows. GTK+ is more mature on Windows than on (native) OS X, but it too has been neglected a bit lately (one of the problems in current versions is that XP/Vista theming doesn't work properly, and has been disabled, so GTK+ applications instead get the classic Windows loo

Re: Can't unmount flash drive after GtkFileChooserDialog in Windows

2010-03-24 Thread Jernej Simončič
r the drive letter - that should tell you what has the flash drive open. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Can't unmount flash drive after GtkFileChooserDialog in Windows

2010-03-23 Thread Jernej Simončič
and Windows will see this as the drive is in use. Try using chdir to change to some other drive after you're done. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > ___ gtk-list mailing list gtk-list@

Re: g_io_channel_win32_new_fd()

2010-03-03 Thread Jernej Simončič
runtime instead of the normal runtime :) -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GdkPixbuf-WARNING:cannot open pixbuf loader module file(on Windows)

2009-12-31 Thread Jernej Simončič
On Thu, 31 Dec 2009 21:42:49 +0800, Todong Ma wrote: > I installed GTK to Desktop,but I put GTK related dll files into > c:\windows\system32 There's your problem. No GTK+ libraries should ever be placed in Windows or Windows\System32 directories. -- < Jernej Simončič &

Re: Compiling gtk+ with MinGW on WindowsXP - perl problem

2009-09-13 Thread Jernej Simončič
t;#!/usr/bin/env perl" and there's no env program on msys, which results in somewhat confusing messages. Try replacing /usr/bin/env perl with /bin/perl, and it should work then. -- < Jernej Simončič ><><><><>< http://eternallybored.org/ > __

Re: using a locale other than the system default

2009-04-23 Thread Jernej Simončič
On Wed, 22 Apr 2009 19:03:24 +0200, kispa...@freemail.hu wrote: > but I want to set an English language locale for GTK applications. Is > there any way to do that? Set the environment variable LANG to the desired language code (like you'd do on *nix). -- < Jernej Simončič &

Re: popup menu problem

2008-12-22 Thread Jernej Simončič
e to it. > any idea? It's a bug in GTK+: http://bugzilla.gnome.org/show_bug.cgi?id=321893 -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > ___ gtk-list mailing list gtk-li

Re: pangowin32.la -> .lib

2008-11-05 Thread Jernej Simončič
On Wed, 5 Nov 2008 13:57:26 -0800, Ian Puleston wrote: > So, question, how do I generate the Windows .lib file from the .la file that > make has output? AFAIK, .lib is generated automatically if lib.exe is in PATH, though you only need it if you intend to use MSVC. -- < Jernej Simonči

Re: GTK-OSX Build Problem

2008-08-07 Thread Jernej Simončič
te the capitalisation), which is a perl script bundled with libwww-perl. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK+ on Vista

2008-01-29 Thread Jernej Simončič
On Tue, 29 Jan 2008 12:02:17 +0300, Andrew E. Makeev wrote: > Currently, we are using Gtk+-2.8.9 (self built under MinGW). You should upgrade to a current version, where this problem was solved. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: ><

Re: lcc-compiler

2008-01-08 Thread Jernej Simončič
instead of msvcrt.dll C runtime, so GTK+ DLLs (and programs) generated by it probably aren't compatible with other GTK+ distributions. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > _

Re: VC8 and GTK development

2007-12-04 Thread Jernej Simončič
nice. > I actually tried to find the archives before posting... I use GMane, both for reading and posting: <http://dir.gmane.org/gmane.comp.gnome.gtk+.general>. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si &g

Re: VC8 and GTK development

2007-12-03 Thread Jernej Simončič
reful not to malloc/new with VC8 and free with Glib/GTK. > Is that it, or are worse things lurking? You might be interested in this project: <http://gimp-vs.sourceforge.net/> It's GTK+ and the GIMP compiled with VS2005 and 2008. -- < Jernej Simončič >< http://deepthought.ena

Re: Text Input with Windows Tablet Panel

2007-10-12 Thread Jernej Simončič
of them just claim "Path does not exist" when you try accessing such trees). > "approximately", eh? And note how they just say "several" functions. > To specify exactly which ones would be too easy on the developer, > wouldn't it? Hey, it as a ch

Re: Text Input with Windows Tablet Panel

2007-10-12 Thread Jernej Simončič
that, it was just fun and > interesting.) Speaking of that, how about adding support for paths longer than 260 bytes on Windows? :) -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > _

Re: Text Input with Windows Tablet Panel

2007-10-12 Thread Jernej Simončič
On Fri, 12 Oct 2007 00:34:33 +0300, Tor Lillqvist wrote: > That is related to the Wintab API used with drawing tablets (Wacoms > etc), not Tablet PCs. AFAIK, the touchscreen in tablet PCs actually is a Wacom tablet. -- < Jernej Simončič >< http://deepthought.ena.si/ >

Re: problems during configuring before making gtk+ 2.10.14

2007-09-19 Thread Jernej Simončič
On Wed, 19 Sep 2007 10:00:07 +0200, David Nečas (Yeti) wrote: > export CFLAGS=-I/usr/local/include Shouldn't -I go to CPPFLAGS? -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si >

Re: How can i write multiple windows(MDI)

2007-07-03 Thread Jernej Simončič
bbed interface comes close, but it doesn't let you have side-by-side windows (plus, both MDI applications I use daily also provide a tab bar for the child windows). -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > __

Re: Dialogs always on top in Windows?

2007-04-30 Thread Jernej Simončič
mage window if "Toolbox and other docks are transient to the active image window" is enabled in the preferences (with GIMP 2.3.15). -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > __

Re: Install GTK on windows using no official installers

2007-04-25 Thread Jernej Simončič
olve it as gaim's "privatized" gtk+ screws > up the rest of the system except for itself. This is one of the reasons I'll be packing GTK+ with the GIMP in 2.4 - there's been too many problems with Gaim's GTK+. -- <

Re: Changing GTK2 fonts independly of GNOME tools

2007-03-21 Thread Jernej Simončič
On Sun, 18 Mar 2007 14:09:01 +0300 (MSK), sergey-feo wrote: > how to change default fonts for gtk2 applications by hands, > without any GNOME tools? What file and how should be changed? ~/.gtkrc - but it'll be easier if you use <http://www.muhri.net/nav.php3?node=gts> --

Re: GTK-Config

2006-11-07 Thread Jernej Simončič
our tool won't give the OP gtk-config he needs - since you seem to only support GTK+ 2. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > ___ gtk-list mailing list gtk-list@

Re: GTK+ windows installer confusion

2006-09-04 Thread Jernej Simončič
... There are no newer installers there ATM. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK+ windows installer confusion

2006-09-04 Thread Jernej Simončič
veloper headers and libraries. Try to recompile your program with this dev package: <ftp://ftp.gtk.org/pub/glib/2.10/win32/glib-dev-2.10.3.zip> -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si >

Re: GTK+ windows installer confusion

2006-09-02 Thread Jernej Simončič
On 01 Sep 2006 19:30:02 -0400, John D. Ramsdell wrote: > Well then I cannot use Cairo. Oh, if you're using Cairo, then by all means, use GTK+ 2.8. The 2.8.18 installer currently distributed includes Glib 2.10.3 (and this is what I'm compiling GIMP 2.3 with currently). -- <

Re: GTK+ windows installer confusion

2006-09-01 Thread Jernej Simončič
g. uses GTK+ 2.4.14 and Glib 2.4.7 (though I'd suggest you GTK+ 2.6, which is also still supported on Windows 98/ME). -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > ___ gtk-l

Re: GTK+ windows installer confusion

2006-09-01 Thread Jernej Simončič
On Fri, 1 Sep 2006 11:39:43 -0700 (PDT), Sergei Steshenko wrote: > Just create a staticly linked executable - if you know how. It's a sure > way and nowadays disk space is cheap. Not possible on Windows. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact a

Re: gtk on 64-bit Windows OSes?

2006-08-12 Thread Jernej Simončič
On Sat, 12 Aug 2006 00:02:14 +0200, Friedrich Dominicus wrote: > Does anyone has this combination running? Only 32bit GTK+. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > _

Re: Windows Question

2006-07-19 Thread Jernej Simončič
these two > executables. (like are there any environment variables which can set the > appropriate values.) Why don't you simply ship the files with GTK+? Even though they look like they contain fixed paths, those paths will be properly adjusted if they're the same as in the DLLs. --

Re: FTP & Win32 port

2006-07-17 Thread Jernej Simončič
r Win32 available yet on the FTP). -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Any reason to worry about using wx? (but it uses GTK!?! :)

2006-07-03 Thread Jernej Simončič
t needs to sell its new .Net > related widgets, wx uses win32. If Win32 is dead, why do we still see so little .NET applications? -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > __

Re: Need help : Installing gtk+ on Windows 2000

2006-05-05 Thread Jernej Simončič
currently logged-on user, and he doesn't have administrator privileges). That key contains at least Path and Version entries, which tell you where to look for GTK+. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si >

Re: Rendering issues under Windows Terminal Services

2006-04-04 Thread Jernej Simončič
Remote Desktop connection, maybe this could be a problem (and RDP is only supported on the server, not in Win2kPro). -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact address: >< jernej simoncic at isg si > ___ gt

Re: Rendering issues under Windows Terminal Services

2006-04-04 Thread Jernej Simončič
n you should open a bug at > bugzilla.gnome.org. There's also a 2.8.15 installer on GIMP for Windows sourceforge page: <http://sourceforge.net/project/showfiles.php?group_id=121075> -- < Jernej Simončič >< http://deepthought.ena.si/ > < Cont

Re: TextView problem on Win32

2006-03-13 Thread Jernej Simončič
On Mon, 13 Mar 2006 10:27:30 +0300, Andrew E. Makeev wrote: > 3rd. Is there Gtk+-2.8 Win32 binary packages built for MinGW I could > download and check the issue? <ftp://ftp.gtk.org/pub/gtk/v2.8/win32/> -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact

Re: Usability of the GTK+ 2 file open dialog

2006-03-07 Thread Jernej Simončič
drawal reflex and make them complain > about just anything complainable, that is paricularly any > obvious difference. I only complain when IMHO something doesn't work the way it should - and this isn't limited to GTK+ or even just open-source. -- < Jerne

Re: Usability of the GTK+ 2 file open dialog

2006-03-07 Thread Jernej Simončič
it to be given what an improvement it was supposed to be. BTW, about bookmarks - they'd be much more usable if they appeared above the predefined items, not on bottom (on Windows, there's easily 10-20 of these). -- < Jernej Simončič >< http://deepthought.ena

Re: Usability of the GTK+ 2 file open dialog

2006-03-06 Thread Jernej Simončič
On Tue, 07 Mar 2006 16:55:18 +1100, Peter Eckersley wrote: > Is anyone else equally frustrated? Many of us - the new open dialog caused me to start using Windows Exploder again when I want to open files in GIMP, since it's just faster (and I know of ^L dialog). -- < Jernej Simon

Re: Win32 themes

2006-02-06 Thread Jernej Simončič
lse you just feel there's two things going on, > and the two things don't talk at all. You can always write the code to support this, but remember that you'll have to write a window manager to make it work - you'd have to take care of moving, resizing and minimizing/rest

Re: Cannot make pango-1.10.2

2006-01-31 Thread Jernej Simončič
e for GTK+/Glib - you need to install the development packages for those, too, and you'll be able to compile aMule). I'd actually suggest you to come to #amule on irc.freenode.net, as somebody there will surely be able to help you get started. -- < Jernej Simončič >

Re: Cannot make pango-1.10.2

2006-01-31 Thread Jernej Simončič
arts with something called wxWindows. If you just want aMule, the easiest would be to simply install wxWidgets development libraries, that should pull in all dependant libraries, too. What distribution do you use? -- < Jernej Simončič >< http://deepthought.ena.si/ > < Cont

Re: compiling GTK app in WIndows

2006-01-18 Thread Jernej Simončič
except that you need to prepare the environment first, but that's an one-time job). You should probably follow the instructions in GIMP Wiki on how to set up the compiling environment. -- < Jernej Simončič >< http://deepthought.ena.si/ > < Contact addres

Re: gtkhtml for windows ?

2006-01-15 Thread Jernej Simončič
on Sat, 14 Jan 2006 23:18:27 +0200, Tor Lillqvist wrote: > You will need a shitload of dependencies, too. gtkhtml2 needs much less - it's shipped with the GIMP for the help system and IIRC, it only needs libxml2 aside from GTK+. -- < Jernej Simončič >< http://deepthought.en