The GNU Image Manipulation Program
Find a file
Jehan b5298d0673 etc: smaller default position and size of main image window.
Existing default was requesting a window of size 1024×768 at position
(200,100). While it may seem a reasonable default on nowadays displays,
it was not on some intermediate size displays which are considered HiPPI
anyway.

Taking my personal example, my screen is 2560×1440, which is considered
HiPPI by GNOME 3 with a scale ratio of ×2. As a consequence, setting a
size of 1024×768 was actually creating a window of 2048×1536, which is
already higher than the screen. Worse, gtk_window_resize() resize the
window without taking into consideration the title bar, which in my case
added 74 pixels, so GIMP window started at 1610 pixels of height, much
bigger than my screen size, hence unusable (and for some reason, with
the title bar out of the screen so without knowing Super+click shortcut
to move or Super+Up to maximize, people would have a hard time to resize
or close GIMP).

This issue only happens at the first launch of GIMP, when no user
sessionrc exists yet. Once you resize yourself the main window, then
restart GIMP, it is fine (as next times, it will use the user's
sessionrc). Yet it is already a bad first impression.

For temporary workaround, let's use a smaller 800×600 defaults (which
will actually span on 1600×1200 pixels + decoration size on scale ratio
×2).

Still I don't like using arbitrary numbers for window size default.
As we see here, it can end up into all sort of weird result. Even more
with all the scale ratio business which didn't exist back in GTK+2.
Instead, the defaults should have no size, and our code should just
resize to whatever makes the most sense on the current display, which I
believe should likely be maximized. Unfortunately I have a hard time
with gtk_window_maximize() which doesn't seem to do anything at all
(does GNOME ignore _NET_WM_STATE_MAXIMIZE_* hints when requested by
applications maybe?). So until we find the right system, let's go with
this lower window size defaults at least.
2020-09-27 22:06:22 +02:00
.gitlab gitlab: update Container Registry link. 2020-09-27 00:47:19 +02:00
app fix: themes_theme_change_notify: error parsing theme.css on Windows. 2020-09-26 21:21:10 +00:00
app-tools app-tools, app: gimp-debug-tool crashing with NULL release_date. 2020-03-27 19:54:11 +01:00
build build: (meson) fix building with -Dwindows-installer=true option. 2020-08-22 19:02:14 +02:00
cursors app, cursors: add GimpToolTransform3DGrid tool widget 2020-01-06 21:52:51 +02:00
data data: clean up "Acrylic 05" brush 2020-06-12 18:20:09 +03:00
desktop desktop: prepare 2.10.22 release. 2020-08-02 15:38:35 +02:00
devel-docs gimppdb: Allow more easy bindable API 2020-09-20 11:36:01 +00:00
docs Fix various typos 2019-09-21 17:10:46 +00:00
etc etc: smaller default position and size of main image window. 2020-09-27 22:06:22 +02:00
icons icons: (meson) gimp-curve-point-* icons were not installed for the… 2020-09-27 18:55:03 +02:00
libgimp MR !343: using GimpUi prefix in Vala plug-ins too. 2020-09-26 22:11:53 +02:00
libgimpbase gimppdb: Allow more easy bindable API 2020-09-20 11:36:01 +00:00
libgimpcolor gir: Fix some missing (out) annotations 2020-05-18 13:26:23 +02:00
libgimpconfig libgimpconfig: fix conversion of negative int values in gimp_scanner_parse_float() 2020-09-21 19:36:25 -04:00
libgimpmath gir: Add missing annotations 2020-05-04 02:11:57 +02:00
libgimpmodule Fix missing includes 2020-05-21 16:02:55 +02:00
libgimpthumb Meson port. 2019-09-11 16:42:04 +02:00
libgimpwidgets libgimpwidgets: add a "value" property to GimpIntComboBox… 2020-09-18 15:26:32 +02:00
m4macros Allow building vala plugins 2020-05-26 17:52:52 +00:00
menus app, menus: add gegl:lens-blur to Filters -> Blur 2020-06-02 23:25:26 +03:00
modules colorselector: Rename signal emitters 2020-05-03 23:23:44 +02:00
pdb app: new profile conversion policy to preferred color profile. 2020-09-24 16:27:34 +02:00
plug-ins plug-ins: When exporting BMP with color space info, always include color masks. 2020-09-27 09:57:24 +00:00
po Update Kabyle translation 2020-09-26 19:31:15 +00:00
po-libgimp app, libgimp, plug-ins: move Orientation metadata handling into core. 2020-09-24 12:43:41 +02:00
po-plug-ins plug-ins: get rid of pygimp! 2020-09-21 18:17:18 +02:00
po-python Update Ukrainian translation 2020-09-22 07:53:00 +00:00
po-script-fu plug-ins: get rid of pygimp! 2020-09-21 18:17:18 +02:00
po-tags Add Kabyle translation 2020-09-11 16:13:41 +00:00
po-tips Update British English translation 2020-08-09 18:07:40 +00:00
po-windows-installer Update German translation 2020-08-28 18:15:02 +00:00
themes app, themes: fix display-shell statusbar height 2020-06-18 13:12:29 +03:00
tools tools: update the build-only tool compute-svg-viewbox. 2020-08-28 20:25:40 +02:00
.dir-locals.el .dir-locals.el: configure emacs to show trailing whitespace 2016-08-24 17:46:57 +02:00
.gitignore Add meson to gitignore 2019-09-11 16:42:04 +02:00
.gitlab-ci.yml gitlab-ci: update dependencies to add libraw20 2020-08-31 00:21:31 +02:00
.kateconfig Add .kateconfig with modelines for Kate 2016-08-23 14:53:38 +02:00
acinclude.m4 Allow building vala plugins 2020-05-26 17:52:52 +00:00
AUTHORS authors.xml: add Niels De Graef 2019-08-05 10:51:47 +02:00
authors.dtd authors.dtd: Update 2011-01-28 07:55:55 +01:00
authors.xml authors.xml: add Niels De Graef 2019-08-05 10:51:47 +02:00
authors.xsl Also put maintainers separately in AUTHORS 2011-01-27 22:04:05 +01:00
authors4gimp-web.xsl Bug 734981 - Update maintainers and authors. 2017-10-23 23:55:22 +02:00
autogen.sh fix gtk version 2019-08-06 13:46:53 +00:00
ChangeLog.pre-1-0
ChangeLog.pre-1-2
ChangeLog.pre-2-0 vte sucks 2004-05-20 02:36:11 +00:00
ChangeLog.pre-2-2 Copied current ChangeLog away and truncated it. 2004-12-19 02:55:34 +00:00
ChangeLog.pre-2-4 renamed the pre-2.4 ChangeLog 2007-10-23 23:36:17 +00:00
ChangeLog.pre-2-6 Applied changes based on official version of TinyScheme (CVS commit dated 2009-08-04 14:23:55 -04:00
ChangeLog.pre-git Applied changes based on official version of TinyScheme (CVS commit dated 2009-08-04 14:23:55 -04:00
config.h.win32 updated msvc build add ENABLE_TOOLBOX_MENU, it should only vanish on Mac 2007-10-27 12:41:43 +00:00
configure.ac plug-ins: get rid of pygimp! 2020-09-21 18:17:18 +02:00
COPYING Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
gimp-zip.in Drop the timestamp from the zip file names. Add the .pc files to the 2007-11-13 09:54:59 +00:00
gimp.doap Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
gimp.pc.in configure, gimp.pc: do no hardcode the major.minor version of GEGL. 2018-04-28 01:30:19 +02:00
gimpthumb.pc.in use GCheckSum instead of the MD5 routine from libgimpmath. 2008-03-28 16:47:38 +00:00
gimpui.pc.in Require gtk+-3.0 in gimpui-3.0.pc 2018-05-25 21:55:45 +02:00
HACKING Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
INSTALL.in INSTALL: update with libheif required dependency for AVIF support. 2020-09-01 18:38:46 +02:00
LICENSE Source and trivial typos 2018-05-12 23:44:47 +02:00
MAINTAINERS Update GIMP project meta information. 2014-08-07 21:30:35 +02:00
Makefile.am Makefile: update DISTCHECK_CONFIGURE_FLAGS to fix CI distcheck. 2020-08-03 18:17:48 +02:00
meson.build autotools, meson: bump GEGL dependency to 0.4.27. 2020-09-12 15:54:13 +02:00
meson.make Meson port. 2019-09-11 16:42:04 +02:00
meson_dist_script.sh Add script to install files in the dist tarball. 2019-11-14 12:25:07 +01:00
meson_options.txt plug-ins: enable screenshot for non x11 targets in meson build. 2020-08-01 22:28:34 +00:00
NEWS NEWS: update with some of the master-only changes. 2020-09-27 15:29:36 +02:00
NEWS.pre-2-0 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-2 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-4 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-6 Misc. typos 2018-10-19 15:30:27 +00:00
NEWS.pre-2-8 NEWS.pre-2-8: new file preserving the history that lead to 2.8 2015-11-22 17:30:15 +01:00
NEWS.pre-2-10 Misc. typos 2018-10-19 15:30:27 +00:00
README GIMP registry is deprecated 2019-12-13 17:03:16 +00:00
README.i18n Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00

                   ------------------------------
                   GNU Image Manipulation Program
                      2.99 Development Branch
                   ------------------------------

This is an unstable development release, an intermediate state on the
way to the next stable release: GIMP 3. GIMP 2.99 may or may not do what
you expect. Save your work early and often. If you want a stable
version, please use GIMP 2.10 instead.

If you think you found a bug in this version, please make sure that it
hasn't been reported earlier and that it is not just new stuff that is
still being worked on and obviously not quite finished yet.

If you want to hack on GIMP, please read the file HACKING. For
detailed installation instructions, see the file INSTALL.


1. Web Resources
================

GIMP's home page is at:

	https://www.gimp.org/

Please be sure to visit this site for information, documentation,
tutorials, news, etc.  All things GIMP-ish are available from there.

There you can get the latest versions of plug-ins, using a convenient
forms-based interface.

The latest version of GIMP can be found at:

	https://www.gimp.org/downloads/


2. Mailing Lists
================

We have several mailing lists dedicated to GIMP user and development
discussion.  There is more info at

	https://www.gimp.org/mail_lists.html

Links to several archives of the mailing lists are included in that page.

Gimp-user-list is a mailing list dedicated to user problems, hints and
tips, discussion of cool effects, etc.  Gimp-developer-list is oriented
to GIMP core and plug-in developers.  Gimp-gui-list is for discussing
about GIMP interface to improve user experience. Most people will only
want to be subscribed to gimp-user-list. If you want to help develop
GIMP, the gimp-developer mailing list is a good starting point; if you
want to help with GUI design, the gimp-gui list is where you want to
subscribe.


3. IRC
======

And finally, for the real junkies, there is an IRC channel devoted to
GIMP. On GIMPNet (a private free software oriented network) there is
#gimp.  Many of the developers hang out there.  Some of the GIMPNet
servers are:

	irc.gimp.org:6667
	irc.us.gimp.org:6667
	irc.eu.gimp.org:6667


4. Customizing
==============

The look of GIMP's interface can be customized like any other GTK+ app
by editing files in `${XDG_CONFIG_HOME}/gtk-3.0/` (settings.ini and
gtk.css in particular) or by using "themes" (ready-made customizations).
Additionally, GIMP reads `${XDG_CONFIG_HOME}/GIMP/2.99/gimp.css` so you
can have settings that only apply to GIMP.

Included is a set of keybindings similar to those in Adobe Photoshop.
You can find them in the ps-menurc file.  To use them, copy this file
to `${XDG_CONFIG_HOME}/GIMP/2.99/menurc`. You can also manually change
the keybindings to any of your choice by editing:
`${XDG_CONFIG_HOME}/GIMP/2.99/menurc`.


Have fun,

  Spencer Kimball
  Peter Mattis
  Federico Mena
  Manish Singh
  Sven Neumann
  Michael Natterer
  Dave Neary
  Martin Nordholts