Re: [Gimp-developer] Save/export, option to go back to old behaviour

2012-11-19 Thread drawoc
on is something to get worked up about. I'm going to stop reading this thread now, so don't bother to reply to me. -- drawoc On Sun, Nov 18, 2012 at 11:29 PM, Graeme Gill wrote: > Simon Budig wrote: > >> We cannot just make the assumption that "oh, its a JPEG. *cl

Re: [Gimp-developer] Cross-compile for and packaging/testing on Windows

2012-11-11 Thread drawoc
) out if you run into any more problems. -- drawoc On Sun, Nov 11, 2012 at 9:22 PM, Jehan Pagès wrote: > Hi, > > I have tried native compilation (the GIT repo) in a Windows 7 VM; then I > tried to cross-compile. > I finally managed to complete the GIMP cross-compilation! > T

Re: [Gimp-developer] Procedure for new patches

2012-10-06 Thread drawoc
around here instead of merging, just so you know. Btw, since you're using the gimp for animation, you might want to take a look at Gimp-GAP. Anyway, it's always good to have more contributers. -- drawoc On Sat, Oct 6, 2012 at 8:25 PM, Alexandre Prokoudine wrote: > On Fri, Oct 5,

Re: [Gimp-developer] Can I use textures made in GIMP for a project such as a game?

2012-09-28 Thread drawoc
that IANAL. -- drawoc On Fri, Sep 28, 2012 at 1:45 PM, Joe r wrote: > Hi, > > Can I use textures that I make in GIMP, such as the using the cloud effect > to make a grass texture, in a game that would be sold? The texture would be > made without any photographs, would it stil

Re: [Gimp-developer] Nightly Builds

2012-09-18 Thread drawoc
see a folder. That folder contains the GIMP, with all unnecessary files removed. -- drawoc On Wed, Sep 12, 2012 at 3:14 PM, scl wrote: > On 09.08.12 at 10:09 pm drawoc wrote: >> I've set up a machine to do start doing nightly builds of the GIMP for >> Windows. >> >

Re: [Gimp-developer] Gimp suggestions and maybe a bug

2012-09-09 Thread drawoc
Yes, the strange colors in the heal tool was bug 674543, which was fixed in commit 2920344524aa358c589897c39b0438cc99817b04 https://bugzilla.gnome.org/show_bug.cgi?id=674543 -- drawoc On Sun, Sep 9, 2012 at 7:35 AM, user23 wrote: > Update: > > I've tryed gimp v2.8.2 and w

Re: [Gimp-developer] GIMP plugin registry website

2012-08-24 Thread drawoc
scrollbars might also scroll text that's near the images (in the same paragraph) in some cases, but that shouldn't be a big problem - the text will only go off screen once the user starts scrolling, after which they have likely already read the text. -- drawoc On Fri, Aug 24, 20

Re: [Gimp-developer] Nightly Builds

2012-08-22 Thread drawoc
Glad to hear you've got it working. :) -- drawoc On Wed, Aug 22, 2012 at 12:49 PM, Jari Niskala wrote: > Hi Drawoc, > > Thanks for your help in this! I finally got it working although it ended up > being on Ubuntu. The weird part was that for Ubuntu, the > glib-compile-re

Re: [Gimp-developer] Nightly Builds

2012-08-19 Thread drawoc
Maybe libglib2.0-bin didn't install correctly? Try reinstalling it: sudo apt-get install --reinstall libglib2.0-bin -- drawoc On Sun, Aug 19, 2012 at 4:57 PM, Jari Niskala wrote: > Unfortunately I did catch that so no luck with that :) > > It's really weird... I couldn'

Re: [Gimp-developer] Nightly Builds

2012-08-19 Thread drawoc
packages, so just run this to install the missing packages as well: sudo apt-get install autoconf libtool libgtk2.0-dev -- drawoc On Sun, Aug 19, 2012 at 4:01 PM, Jari Niskala wrote: > Thanks Drawoc! I got my Linux Mint Debian running but I keep running into a > problem when the jhbuild is

Re: [Gimp-developer] Animation choices

2012-08-15 Thread drawoc
eady be apng loaders for gdk-pixbuf somewhere out there, I haven't checked) -- drawoc ___ gimp-developer-list mailing list gimp-developer-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Re: [Gimp-developer] Nightly Builds

2012-08-14 Thread drawoc
kages like this: sudo apt-get install build-essential mingw-w64 git jhbuild automake autoconf libtool libgtk2.0-dev Then just follow the README in my git repo, -- drawoc On Tue, Aug 14, 2012 at 5:09 PM, Jari Niskala wrote: > Ah, that explains it :) I tried with the latest and I'm s

Re: [Gimp-developer] Nightly Builds

2012-08-14 Thread drawoc
rk. As a side note, I've actually never successfully compiled the GIMP directly on windows before, only cross compiled for Windows from Linux. (So you're trying something new.) -- drawoc On Tue, Aug 14, 2012 at 1:27 PM, Jari Niskala wrote: > Thanks drawoc! > > I'm running i

Re: [Gimp-developer] Nightly Builds

2012-08-10 Thread drawoc
I just added a README to the github repository in my first email. Let me know if the scripts give you any trouble. -- drawoc On Thu, Aug 9, 2012 at 5:13 PM, Jari Niskala wrote: > That's great drawoc! > > Any chance you have any writeup/info on how to setup to run this locally?

[Gimp-developer] Nightly Builds

2012-08-09 Thread drawoc
I've set up a machine to do start doing nightly builds of the GIMP for Windows. Anyone who's interested can find them here: http://nightly.darkrefraction.com/gimp/ I've also uploaded my jhbuild scripts to github: https://github.com/drawoc/windows-gimp-jhbui