gimp/app
Michael Natterer c7f8ccb4e1 app: make sure image windows end up on the intended monitor
In gimp_image_window_new(), place the window on the right
monitor manually if we are not in single-window-mode.

In gimp_image_window_switch_page(), make sure we don't use an
unrealized new window's monitor for updating the session info, because
the monitor of an unrealized window is always where the pointer is.
2014-05-03 09:40:54 +02:00
..
actions app: add screen and monitor to all display and image window constructors 2014-05-02 20:21:41 +02:00
config Fix missing HARFBUZZ_LIBS in app/config 2014-05-02 20:33:09 -07:00
core app: pass the startup monitor to displays opened from the copmmand line 2014-05-03 00:54:20 +02:00
dialogs app: rename gimp_get_screen_resolution() to get_monitor_resolution() 2014-05-02 23:58:14 +02:00
display app: make sure image windows end up on the intended monitor 2014-05-03 09:40:54 +02:00
file app: add screen and monitor to all display and image window constructors 2014-05-02 20:21:41 +02:00
gegl libgimpbase,*: clean up enum values in gimpbaseenums.h 2014-04-29 20:58:30 +02:00
gui app: Fix build for OSX too. 2014-05-02 22:31:16 -04:00
menus app: remove some <unistd.h> and other includes 2014-03-22 20:26:20 +01:00
operations app: add a boolean "normalize" property to gimp:shapeburst 2014-05-01 20:40:55 +02:00
paint all,libgimp*: move GimpConvolveType and GimpInkBlobType to libgimpbase 2014-04-29 22:44:58 +02:00
pdb app, libgimp: commit files generated by PDB docs change 2014-05-03 09:40:54 +02:00
plug-in Fix typo in header guard 2014-05-02 19:48:47 -07:00
tests build: Add HarfBuzz dependency 2014-05-03 00:27:47 +05:30
text app: Use HarfBuzz directly instead of deprecated Pango functions 2014-05-03 00:27:47 +05:30
tools app: Return NULL if assertion fails 2014-05-02 23:32:53 +05:30
vectors app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
widgets app: rename gimp_get_screen_resolution() to get_monitor_resolution() 2014-05-02 23:58:14 +02:00
xcf app: add a small infrastructure to validate known parasites 2014-03-22 00:18:48 +01:00
.gitignore app: Include git commit hash in verbose version output 2010-06-19 23:55:35 +02:00
Makefile.am build: Add HarfBuzz dependency 2014-05-03 00:27:47 +05:30
about.h app: remove <> around the gnu.org URL in GIMP_LICENSE 2013-03-21 23:59:49 +01:00
app.c app: pass the startup monitor to displays opened from the copmmand line 2014-05-03 00:54:20 +02:00
app.h
batch.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
batch.h
errors.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
errors.h
gimp-debug.c app: actually add the new files, sorry 2010-06-24 21:33:50 +02:00
gimp-debug.h app: actually add the new files, sorry 2010-06-24 21:33:50 +02:00
gimp-intl.h
gimp-log.c app: speed up image rendering by removing expose overhead 2013-08-09 20:20:02 +02:00
gimp-log.h app: add G_GNUC_PRINTF() to places where the args are a va_list 2013-11-29 00:33:05 +01:00
gimpcore.def app: Prefix TileManager functions 2011-09-07 12:08:43 +02:00
language.c Bug 675554 - fix overriden language environment variables on Windows. 2013-10-16 00:33:17 +13:00
language.h app: Move language specific code into language.[ch] 2011-09-06 23:12:36 +05:30
main.c Bug 691169 - Gimp fails to open files with UTF8 characters as filenames... 2014-03-08 22:39:47 +01:00
sanity.c app: follow gegl:dot removal 2013-11-11 16:52:10 +01:00
sanity.h
signals.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
signals.h
tests.c app: use the "no-cpu-accel" command line option again 2013-06-19 20:45:17 +02:00
tests.h Bug 709878 - test-session-* skipped when xvfb-run is unavailable. 2013-10-11 21:57:42 +13:00
unique.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
unique.h
units.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
units.h
version.c app: add the GdkPixbuf and Cairo versions to the output of "gimp -v" 2011-04-08 12:30:50 +02:00
version.h