Manish Singh 563624efda remove glibconfig.h inline check, it hasn't worked for a long time. 21 years ago
..
unittest 701d725bba test program 24 years ago
.cvsignore 9c7fc6cdc3 sync with glib CVS (gar) 22 years ago
Makefile.am c708a21fd5 Fix rules for making the import library libgimpapp for importing from the 21 years ago
about_dialog.c 32e6f4db17 sink the GtkPreview created for the logo. 22 years ago
about_dialog.h c271b413dc we used an array with a hardcoded size here which was too small to hold 24 years ago
airbrush.c d4c1f62aec removed a leftover warning in otherwise sane code (fixes bug #97214). 21 years ago
airbrush.h 6c28319bc3 app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 25 years ago
airbrush_blob.c ce6050ad5f win32 purification, rgb<->hsv remove 24 years ago
airbrush_blob.h df8598df2f Update of the Xinput airbrush, fixed some bugs. It's a bit closer to a 24 years ago
app_procs.c 6454782965 don't use MAXPATHLEN, spotted by Robert Millan <zeratul2@wanadoo.es>. 21 years ago
app_procs.h 6ef23d984f app/appenv.h New file. Includes <math.h>. Move G_PI, RINT(), ROUND() etc 25 years ago
appenv.h caf037ee6d I finally had enough of the ugliness and problems related to running the 22 years ago
apptypes.h dfa2bed505 Last-minute cleanup: 23 years ago
asupsample.c dfa2bed505 Last-minute cleanup: 23 years ago
asupsample.h d8be79f036 Bit of a large checkin this - it's basically three things: 1 - GimpModules 25 years ago
authors.h 563624efda remove glibconfig.h inline check, it hasn't worked for a long time. 21 years ago
batch.c dfa2bed505 Last-minute cleanup: 23 years ago
batch.h 9c6b0b0c33 These changes enable help support for 3rd party plug-ins which install 24 years ago
bezier_select.c 1461ac0096 silently return if there's no active drawable. silently return if 22 years ago
bezier_select.h c497d9c140 app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 24 years ago
bezier_selectP.h c497d9c140 app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 24 years ago
blend.c 9b07f1d198 app/blend.c app/by_color_select.c app/channel_ops.c app/clone.c 22 years ago
blend.h dfa2bed505 Last-minute cleanup: 23 years ago
blob.c dfa2bed505 Last-minute cleanup: 23 years ago
blob.h 02b111b8ce Let the user choose between elliptical, square, and diamond shaped brushes 25 years ago
boundary.c dfa2bed505 Last-minute cleanup: 23 years ago
boundary.h fe6720432b Header file tweaks. Now changing tile.h doesn't force about_dialog to 26 years ago
boundaryF.h fe6720432b Header file tweaks. Now changing tile.h doesn't force about_dialog to 26 years ago
brightness_contrast.c db90733a03 app/brightness_contrast.c app/color_balance.c app/curves.c 21 years ago
brightness_contrast.h b07c7184ed New dialog_hide functions which are utilised from convert.c to hide 23 years ago
brush_edit.c dfa2bed505 Last-minute cleanup: 23 years ago
brush_edit.h f38cdf123c app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 23 years ago
brush_header.h f38cdf123c app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 23 years ago
brush_scale.c d5cc2ac5da RGB brush scaling 25 years ago
brush_scale.h 42b6faccc0 I decided not to try to rewrite the brush_select dialog to make use of 25 years ago
brush_select.c 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
brush_select.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
brush_select_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
brushes_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
bucket_fill.c 6fea058234 Bucket fill threshold=0 must be allowed. 23 years ago
bucket_fill.h dfa2bed505 Last-minute cleanup: 23 years ago
by_color_select.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
by_color_select.h c497d9c140 app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 24 years ago
channel.c 85052facf6 pass offsets to channel_combine_mask() to fix bug #101731 [Fuzzy Selection 21 years ago
channel.h dfa2bed505 Last-minute cleanup: 23 years ago
channel_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
channel_ops.c 9b07f1d198 app/blend.c app/by_color_select.c app/channel_ops.c app/clone.c 22 years ago
channel_ops.h dfa2bed505 Last-minute cleanup: 23 years ago
channel_ops_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
channel_pvt.h 1e08aa1ef7 app/color_area.[ch] app/color_panel.[ch] enabled dnd for colors 25 years ago
channels_dialog.c 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
channels_dialog.h a4025e057b app/menus.c app/channels_dialog.[ch] app/layers_dialog.[ch] Added an "Edit 24 years ago
clone.c d8536f0bf9 don't try to get the offsets from a NULL drawable. Fixes bug #107438. 21 years ago
clone.h 6c28319bc3 app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 25 years ago
color_area.c a7aca4cb97 disabled display filters code, since it is unfinished 23 years ago
color_area.h a7aca4cb97 disabled display filters code, since it is unfinished 23 years ago
color_balance.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
color_balance.h fdadb77cc2 app/brightness_contrast.c app/color_balance.c app/color_balance.h 21 years ago
color_cmds.c 6e226f306c Merged a partial fix for bug #86586 (memory leaks in script-fu) from HEAD. 21 years ago
color_notebook.c dfa2bed505 Last-minute cleanup: 23 years ago
color_notebook.h dfa2bed505 Last-minute cleanup: 23 years ago
color_panel.c 9b07f1d198 app/blend.c app/by_color_select.c app/channel_ops.c app/clone.c 22 years ago
color_panel.h 8ed5f8ce06 app/color_panel.[ch] app/color_picker.c removed the public function 24 years ago
color_picker.c 9b07f1d198 app/blend.c app/by_color_select.c app/channel_ops.c app/clone.c 22 years ago
color_picker.h dfa2bed505 Last-minute cleanup: 23 years ago
color_select.c dfa2bed505 Last-minute cleanup: 23 years ago
color_select.h a11f33345d The GIMP Help System part II: press "F1" while browsing a menu to show the 24 years ago
color_transfer.c dfa2bed505 Last-minute cleanup: 23 years ago
color_transfer.h 84abd5d700 Have fun recompiling gimp everyone. It's the great FSF address change! 26 years ago
colormap_dialog.c dfa2bed505 Last-minute cleanup: 23 years ago
colormap_dialog.gc 67c733b70c applied gimp-kirchgessner-991009-0, allow image ids == 0 and i18n 24 years ago
colormap_dialog.h dfa2bed505 Last-minute cleanup: 23 years ago
colormap_dialog.i.c c73b233f8a app/color_select.c app/colormaps.[ch] removed unused global variables 24 years ago
colormap_dialog.i.h e0dc5cd9e1 version number bump 25 years ago
colormap_dialog.p.h 9ca67bb02c app/color_area.c app/color_notebook.[ch] app/color_panel.c 24 years ago
colormap_dialog.t.h e0dc5cd9e1 version number bump 25 years ago
colormaps.c ef751a454d gimprc.in replaced "color-cube" by "min-colors". 24 years ago
colormaps.h c73b233f8a app/color_select.c app/colormaps.[ch] removed unused global variables 24 years ago
commands.c 20540c0e83 use _(), not N_() so that the dialog title gets translated (bug #89093). 22 years ago
commands.h a7aca4cb97 disabled display filters code, since it is unfinished 23 years ago
context_manager.c dfa2bed505 Last-minute cleanup: 23 years ago
context_manager.h b74d256981 changed the "parent context" implementation: 24 years ago
convert.c 76fa2dfacf only use the first 256 colors from the palette to prevent us from crashing 22 years ago
convert.h dfa2bed505 Last-minute cleanup: 23 years ago
convert_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
convolve.c dfa2bed505 Last-minute cleanup: 23 years ago
convolve.h 746c37eb7e moved the new enum Garry introduced recently from the header to the .c 23 years ago
crop.c 1461ac0096 silently return if there's no active drawable. silently return if 22 years ago
crop.h dfa2bed505 Last-minute cleanup: 23 years ago
cursorutil.c dfa2bed505 Last-minute cleanup: 23 years ago
cursorutil.h dfa2bed505 Last-minute cleanup: 23 years ago
curves.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
curves.h fdadb77cc2 app/brightness_contrast.c app/color_balance.c app/color_balance.h 21 years ago
datafiles.c 2041747fc6 Add gimp_ui_init. 24 years ago
datafiles.h dfa2bed505 Last-minute cleanup: 23 years ago
desaturate.c dfa2bed505 Last-minute cleanup: 23 years ago
desaturate.h dfa2bed505 Last-minute cleanup: 23 years ago
devices.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
devices.h a74d52fbbf Use the context almost everywhere. 24 years ago
dialog_handler.c 7777db4637 Change the #ifdef logic: Declare dialog_register and dialog_unregister 23 years ago
dialog_handler.h 7777db4637 Change the #ifdef logic: Declare dialog_register and dialog_unregister 23 years ago
dialog_types.h 84abd5d700 Have fun recompiling gimp everyone. It's the great FSF address change! 26 years ago
disp_callbacks.c dfa2bed505 Last-minute cleanup: 23 years ago
disp_callbacks.h 79e27e984a More context & dnd stuff... 24 years ago
display_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
docindex.c de7ca23496 app/docindex.c app/fileops.c Ugly Win32-only hacks for UTF-8 which is used 21 years ago
docindex.h dfa2bed505 Last-minute cleanup: 23 years ago
dodgeburn.c dfa2bed505 Last-minute cleanup: 23 years ago
dodgeburn.h 6c28319bc3 app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 25 years ago
draw_core.c dfa2bed505 Last-minute cleanup: 23 years ago
draw_core.h 84abd5d700 Have fun recompiling gimp everyone. It's the great FSF address change! 26 years ago
drawable.c dfa2bed505 Last-minute cleanup: 23 years ago
drawable.h 88e0cc3155 api change #2, fix #1 24 years ago
drawable_cmds.c 1b2afd36f9 tools/pdbgen/pdb/drawable.pdb document how to interpret the numbers 21 years ago
drawable_pvt.h ef3e162eae start collecting some core stuff to libgimpim.a 26 years ago
edit_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
edit_selection.c c57254a096 Use floor instead of rounding. Callers changed to remove rounding, as it 21 years ago
edit_selection.h 27a4faa0b2 plugged memleak (similar to the one that was present in 23 years ago
ellipse_select.c c57254a096 Use floor instead of rounding. Callers changed to remove rounding, as it 21 years ago
ellipse_select.h dfa2bed505 Last-minute cleanup: 23 years ago
equalize.c dfa2bed505 Last-minute cleanup: 23 years ago
equalize.h dfa2bed505 Last-minute cleanup: 23 years ago
eraser.c dfa2bed505 Last-minute cleanup: 23 years ago
eraser.h 29709cb9ee app/airbrush.c app/paintbrush.c app/pencil.c app/pixmapbrush.c 25 years ago
errorconsole.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
errorconsole.h bdc744441f forgot to checkin this one... 25 years ago
errors.c bb982a6ef1 remove libtool and python stuff, stick contents of accompat.m4 here 22 years ago
errors.h f1fcbeeb44 app/errors.[ch] app/main.c my last commit redirected all messages to the 24 years ago
file_new_dialog.c dfa2bed505 Last-minute cleanup: 23 years ago
file_new_dialog.h dfa2bed505 Last-minute cleanup: 23 years ago
fileops.c a76e555ef2 Yet one more UTF-8 hack for Windows. 21 years ago
fileops.h dfa2bed505 Last-minute cleanup: 23 years ago
fileopsP.h dfa2bed505 Last-minute cleanup: 23 years ago
fileops_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
flip_tool.c dfa2bed505 Last-minute cleanup: 23 years ago
flip_tool.h 1b2b43aba8 I'm maintaining the helpbrowser (Sven, I dared to add your name, too :-) 24 years ago
floating_sel.c dfa2bed505 Last-minute cleanup: 23 years ago
floating_sel.h dfa2bed505 Last-minute cleanup: 23 years ago
floating_sel_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
free_select.c 014d1f06bb added an arrow_keys_func to allow to move the selection mask or a floating 22 years ago
free_select.h dfa2bed505 Last-minute cleanup: 23 years ago
fsdither.h a437ece36f ed Sep 1 21:27:27 BST 1999 Adam D. Moss <adam@gimp.org> 25 years ago
fuzzy_select.c 0d5503b03b merged fix for bug #51883 from HEAD branch. 21 years ago
fuzzy_select.h 3e64ff6a1b new global variable "gimp_busy" which gets set/unset whenever busy cursors 24 years ago
gdisplay.c 9b07f1d198 app/blend.c app/by_color_select.c app/channel_ops.c app/clone.c 22 years ago
gdisplay.h a7aca4cb97 disabled display filters code, since it is unfinished 23 years ago
gdisplayF.h dfa2bed505 Last-minute cleanup: 23 years ago
gdisplayP.h 630fe55d17 Cleaned up after Adam ;-) 24 years ago
gdisplay_color.c dfa2bed505 Last-minute cleanup: 23 years ago
gdisplay_color.h dfa2bed505 Last-minute cleanup: 23 years ago
gdisplay_color_ui.c dfa2bed505 Last-minute cleanup: 23 years ago
gdisplay_color_ui.h bc28e6fa80 fill dummy gimage->base_type as well 24 years ago
gdisplay_ops.c a7f47ee0b2 avoid to move the image window offscreen (#79486). 21 years ago
gdisplay_ops.h 085f9b6e55 block all canvas events while resizing the display so the standard canvas 24 years ago
general.c 535b4c806c Can't use g_snprintf here, we don't know the size of the user-supplied 22 years ago
general.h 7cb07a90bf add sample_colorize and curve_bend defs 25 years ago
gimage.c dfa2bed505 Last-minute cleanup: 23 years ago
gimage.h ec40ac728b API PATCH #2 or so 24 years ago
gimage_mask.c dfa2bed505 Last-minute cleanup: 23 years ago
gimage_mask.h 5735b2adcd add an "add_alpha" parameter to allow selected regions to be extracted 24 years ago
gimp.gh 67c733b70c applied gimp-kirchgessner-991009-0, allow image ids == 0 and i18n 24 years ago
gimp.rc.in 84464f1377 app/gimp.rc Replace gimp.rc with gimp.rc.in, containing also version 22 years ago
gimp.sym b285ab1fbc Build as a windowing application (-mwindows). 23 years ago
gimpbrush.c edbbca77da don't crash on invalid brush files (fixes bug #61418). 22 years ago
gimpbrush.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimpbrushgenerated.c 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimpbrushgenerated.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimpbrushlist.c 680a5166d4 app/gimpbrushlist.c app/gradient.c app/palette.c check for NULL pointers 23 years ago
gimpbrushlist.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimpbrushpipe.c e1a46fcb1a Plugged some memleaks: 23 years ago
gimpbrushpipe.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimpcontext.c e692510701 don't simply crash when called with a NULL context but use the deafult 21 years ago
gimpcontext.h dfa2bed505 Last-minute cleanup: 23 years ago
gimpcontextpreview.c 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimpcontextpreview.h dfa2bed505 Last-minute cleanup: 23 years ago
gimpdnd.c 80ffa0a102 Fix a bug in the UTF-8-on-Win32 code related to reverting an image. 21 years ago
gimpdnd.h dfa2bed505 Last-minute cleanup: 23 years ago
gimpdrawable.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
gimpdrawable.h dfa2bed505 Last-minute cleanup: 23 years ago
gimpdrawableP.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimphelp.c c8999cbb35 Check help_data being-non-NULL before dereferencing it. (Bug# 65789) 22 years ago
gimphelp.h dfa2bed505 Last-minute cleanup: 23 years ago
gimphistogram.c 2c2c5a963f Applied patches by Roel Schroeven <rschroev@yahoo.com> that fix histogram 23 years ago
gimphistogram.h 3c85607e6a app/Makefile.am removed. 23 years ago
gimpimage.c 24a5be4e27 applied a patch from Pedro Gimeno that fixes bug #108958. 21 years ago
gimpimage.h bc84572d52 app/gimpimage.c app/gimpimage.h app/paint_funcs.c Constified a few 22 years ago
gimpimageP.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimplist.c 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimplist.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimplistP.h ed2e3ee66f ---------------------------------------------------------------------- 26 years ago
gimplut.c dfa2bed505 Last-minute cleanup: 23 years ago
gimplut.h dfa2bed505 Last-minute cleanup: 23 years ago
gimplutP.h 6e7fddf69d fixed error in struct declaration 25 years ago
gimpobject.c 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimpobject.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimpparasite.c dfa2bed505 Last-minute cleanup: 23 years ago
gimpparasite.h 6fa33d6855 Libgimp cleanup part II (with a little help from Yosh who moved the CVS 24 years ago
gimppreviewcache.c e29df7e285 added new function gimp_preview_scale(). 23 years ago
gimppreviewcache.h 7d0ca8d0fe app/gimppreviewcache.h app/channel.c put the preview cache priming code 23 years ago
gimpprogress.c dfa2bed505 Last-minute cleanup: 23 years ago
gimpprogress.h dfa2bed505 Last-minute cleanup: 23 years ago
gimprc.c 1c45c98ded configure.in app/gimprc.c app/plug_in.c app/plug_in.h libgimp/gimp.c 21 years ago
gimprc.h dfa2bed505 Last-minute cleanup: 23 years ago
gimprc_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
gimpset.c dfa2bed505 Last-minute cleanup: 23 years ago
gimpset.h dfa2bed505 Last-minute cleanup: 23 years ago
gimpsetP.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
gimpsignal.c f38cdf123c app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 23 years ago
gimpsignal.h f38cdf123c app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 23 years ago
gimpui.c 3548372126 Include standard C headers to reduce warnings. 22 years ago
gimpui.h dfa2bed505 Last-minute cleanup: 23 years ago
gimpunit.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
global_edit.c b33943773b default to "(Unnamed Buffer)" instead of inserting buffers with no name at 22 years ago
global_edit.h 99f85a4626 applied gimp-quinet-000308-0, gimp-quinet-000310-0 and gimp-quinet-000322-0 24 years ago
gradient.c f169c2a729 Don't try to compress the left and right ends. Fixes bug #89274. 21 years ago
gradient.h 79e27e984a More context & dnd stuff... 24 years ago
gradientP.h 79e27e984a More context & dnd stuff... 24 years ago
gradient_cmds.c 45842e262a added 2000 to the copyrights 24 years ago
gradient_header.h dfa2bed505 Last-minute cleanup: 23 years ago
gradient_select.c c668aaa437 app/gradient.c reviewed the gradient code. The old code used to use list 23 years ago
gradient_select.h c668aaa437 app/gradient.c reviewed the gradient code. The old code used to use list 23 years ago
gradient_select_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
gradients_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
gtkhwrapbox.c dfa2bed505 Last-minute cleanup: 23 years ago
gtkhwrapbox.h c6a9919e39 new vwrapbox stuff 25 years ago
gtkvwrapbox.c dfa2bed505 Last-minute cleanup: 23 years ago
gtkvwrapbox.h c6a9919e39 new vwrapbox stuff 25 years ago
gtkwrapbox.c 77c44b21e1 restructured toolbox to use a single gtk_hwrap_box with the added "forced 24 years ago
gtkwrapbox.h 77c44b21e1 restructured toolbox to use a single gtk_hwrap_box with the added "forced 24 years ago
guides_cmds.c ea0f7c52ce tools/pdbgen/pdb/guides.pdb merged fix for bug #90629 from HEAD branch. 21 years ago
gximage.c dfa2bed505 Last-minute cleanup: 23 years ago
gximage.h fe6c43af7c Fixed up loose ends with the GdkRgb integration. Color selection areas are 26 years ago
help_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
histogram_tool.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
histogram_tool.h 3711f5587e app/brightness_contrast.[ch] app/by_color_select.[ch] 24 years ago
histogramwidget.c 3c85607e6a app/Makefile.am removed. 23 years ago
histogramwidget.h 3c85607e6a app/Makefile.am removed. 23 years ago
hue_saturation.c 715c7c71d4 reset conn_id to 0 in levels_free, possibly fixes #108004. 21 years ago
hue_saturation.h fdadb77cc2 app/brightness_contrast.c app/color_balance.c app/color_balance.h 21 years ago
image_cmds.c 083c8cc95b tools/pdbgen/pdb/color.pdb fixed typos. 22 years ago
image_map.c dfa2bed505 Last-minute cleanup: 23 years ago
image_map.h dfa2bed505 Last-minute cleanup: 23 years ago
image_new.c 3548372126 Include standard C headers to reduce warnings. 22 years ago
image_new.h ef17866973 app/* libgimp/* plug-ins/* did a global s/GUnit/GimpUnit/ and 24 years ago
image_render.c fde95ce2b6 merged fix for bug #109933 from HEAD branch. 21 years ago
image_render.h 84abd5d700 Have fun recompiling gimp everyone. It's the great FSF address change! 26 years ago
indicator_area.c dfa2bed505 Last-minute cleanup: 23 years ago
indicator_area.h a74d52fbbf Use the context almost everywhere. 24 years ago
info_dialog.c dfa2bed505 Last-minute cleanup: 23 years ago
info_dialog.h dfa2bed505 Last-minute cleanup: 23 years ago
info_window.c dfa2bed505 Last-minute cleanup: 23 years ago
info_window.h 7dfc54b956 app/commands.c app/disp_callbacks.c app/gdisplay.c app/gimprc.c 24 years ago
ink.c dfa2bed505 Last-minute cleanup: 23 years ago
ink.h b0e08ede22 Added new files for handling scan-converted convex polygons. (From gsumi) 26 years ago
interface.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
interface.h d517927260 Use static GdkPixmaps in the image_window and for the tool icons. 24 years ago
internal_procs.c 5828759fb8 added get_number_of_built_in_units 24 years ago
internal_procs.h 45842e262a added 2000 to the copyrights 24 years ago
invert.c dfa2bed505 Last-minute cleanup: 23 years ago
invert.h dfa2bed505 Last-minute cleanup: 23 years ago
iscissors.c dfa2bed505 Last-minute cleanup: 23 years ago
iscissors.h 1fd1919f4f added a G_PI_2 25 years ago
layer.c cb0285b1f9 app/channel.c use gtk_object_sink() instead of gtk_object_unref() when 23 years ago
layer.h dfa2bed505 Last-minute cleanup: 23 years ago
layer_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
layer_pvt.h 1e08aa1ef7 app/color_area.[ch] app/color_panel.[ch] enabled dnd for colors 25 years ago
layer_select.c dfa2bed505 Last-minute cleanup: 23 years ago
layer_select.h 84abd5d700 Have fun recompiling gimp everyone. It's the great FSF address change! 26 years ago
layers_dialog.c a61206bc0a special case floating selections being dragged to the New button. Handle 21 years ago
layers_dialog.h 9a8a390b65 return without warning if popup_timeout is already set. Suppresses warning 24 years ago
layers_dialogP.h 9b7d21dab5 gimp/app/gimppreviewcache.c gimp/app/gimppreviewcache.h 25 years ago
lc_dialog.c dfa2bed505 Last-minute cleanup: 23 years ago
lc_dialog.h dfa2bed505 Last-minute cleanup: 23 years ago
lc_dialogP.h eb26d8e07e autoscroll in the layers dialog, a few cosmetic changes 24 years ago
levels.c 715c7c71d4 reset conn_id to 0 in levels_free, possibly fixes #108004. 21 years ago
levels.h b07c7184ed New dialog_hide functions which are utilised from convert.c to hide 23 years ago
lut_funcs.c dfa2bed505 Last-minute cleanup: 23 years ago
lut_funcs.h dfa2bed505 Last-minute cleanup: 23 years ago
magnify.c 9b07f1d198 app/blend.c app/by_color_select.c app/channel_ops.c app/clone.c 22 years ago
magnify.h 723662a460 Makefile.am a proper naming scheme for all cursor files. Added zoom_in and 24 years ago
main.c 533871c8b9 don't install signal handlers for fatal signals if stack_trace_mode is 21 years ago
makefile.mingw.in eec636d9e6 Update. 22 years ago
makefile.msc 8299a77051 Updated to allow building Gimp 1.2.x with msvc using the same libraries as 21 years ago
marching_ants.h 32cefec8f7 Initial revision 26 years ago
measure.c 3548372126 Include standard C headers to reduce warnings. 22 years ago
measure.h 27c2621399 Added new measure tool. 25 years ago
menus.c 6c41135776 Some Win32 UTF-8 hacks needed here, too. 21 years ago
menus.h dfa2bed505 Last-minute cleanup: 23 years ago
message_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
misc_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
module_db.c cf03b5dc21 allow for automake 1.4-p1 and similar version numbers. (fix ported from 23 years ago
module_db.h 2b775b6b8c libgimp/gimp.h libgimp/gimpcolordisplay.h libgimp/gimpcolorselector.h 24 years ago
move.c a6c63af82e partly merged fix for bug #22375 from HEAD (Just pause the selection, 21 years ago
move.h c497d9c140 app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 24 years ago
nav_window.c dfa2bed505 Last-minute cleanup: 23 years ago
nav_window.h 7427a53c95 Layer to Imagesize in C 24 years ago
ops_buttons.c 3cfa38dba2 app/channels_dialog.c app/layers_dialog.c app/ops_buttons.[ch] use 24 years ago
ops_buttons.h 3cfa38dba2 app/channels_dialog.c app/layers_dialog.c app/ops_buttons.[ch] use 24 years ago
paint_core.c 810272bd27 merged fix for #91067 from HEAD branch. 21 years ago
paint_core.h dfa2bed505 Last-minute cleanup: 23 years ago
paint_core_kernels.h 9529e1e696 app/Makefile.am app/paint_core.c moved brush subsampling kernels into its 24 years ago
paint_funcs.c db3d62cbe1 merged Michael Natterer's fix for bug #26072 from HEAD branch. 21 years ago
paint_funcs.h bc84572d52 app/gimpimage.c app/gimpimage.h app/paint_funcs.c Constified a few 22 years ago
paint_options.h bf72684e5a app/paint_options.h put the pointer to tool's private context to the 24 years ago
paintbrush.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
paintbrush.h 6c28319bc3 app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 25 years ago
palette.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
palette.h dfa2bed505 Last-minute cleanup: 23 years ago
paletteP.h dfa2bed505 Last-minute cleanup: 23 years ago
palette_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
palette_entries.h dfa2bed505 Last-minute cleanup: 23 years ago
palette_select.c 3548372126 Include standard C headers to reduce warnings. 22 years ago
palette_select.h 3b03c8f219 In indexed_conversion dialog, use a pattern_selector instead op an 24 years ago
parasite_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
parasitelist.c dfa2bed505 Last-minute cleanup: 23 years ago
parasitelist.h dfa2bed505 Last-minute cleanup: 23 years ago
parasitelistP.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
path.c dfa2bed505 Last-minute cleanup: 23 years ago
path.h fde312118a Cleaned up the Path header mess. 24 years ago
pathP.h dfa2bed505 Last-minute cleanup: 23 years ago
path_bezier.c 9b07f1d198 app/blend.c app/by_color_select.c app/channel_ops.c app/clone.c 22 years ago
path_bezier.h dfa2bed505 Last-minute cleanup: 23 years ago
path_curves.c 38a67ce230 a patch to the path tool from Simon Budig 24 years ago
path_curves.h 38a67ce230 a patch to the path tool from Simon Budig 24 years ago
path_tool.c 9b07f1d198 app/blend.c app/by_color_select.c app/channel_ops.c app/clone.c 22 years ago
path_tool.h c8578fc4b4 app/path_tool.h app/path_tool.c app/path_toolP.h app/path_curves.h 24 years ago
path_toolP.h 38a67ce230 a patch to the path tool from Simon Budig 24 years ago
path_transform.h fde312118a Cleaned up the Path header mess. 24 years ago
paths_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
paths_dialog.c 1461ac0096 silently return if there's no active drawable. silently return if 22 years ago
paths_dialog.h 1cde0279ff Moved some functions out of paths_dialog.c into the new file 24 years ago
paths_dialogP.h fde312118a Cleaned up the Path header mess. 24 years ago
pattern_header.h 4eeb875946 app/gimpbrush.c app/gimpbrushpipe.c app/pattern_header.h fixed #8150. 23 years ago
pattern_select.c dfa2bed505 Last-minute cleanup: 23 years ago
pattern_select.h dfa2bed505 Last-minute cleanup: 23 years ago
pattern_select_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
patterns.c a94a07e899 Add missing object files. The import library for the intl library is now 23 years ago
patterns.h 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
patterns_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
pencil.c 3cff8419db Jens Lautenbacher <jtl@gimp.org> 23 years ago
pencil.h ccac10a4b0 new file, containes the PDB stuff for most of the tools 25 years ago
perspective_tool.c 418f4a3496 updated the help files for the 1.2.2 release 23 years ago
perspective_tool.h 260d7b2d1d plug-ins/libgck/gck/Makefile.am plug-ins/libgck/gck/gckcommon.h 24 years ago
pixel_processor.c a10008ac0a app/paint_funcs.c app/pixel_processor.c plug-ins/common/pix.c 23 years ago
pixel_processor.h dde3603123 build color_cmds, lut_funcs, and pixel_processor feedback in the splash 25 years ago
pixel_region.c dfa2bed505 Last-minute cleanup: 23 years ago
pixel_region.h acd29877f5 applied patch provided by Daniel Egger: store the result of tile_bpp() 24 years ago
pixel_regionP.h dfa2bed505 Last-minute cleanup: 23 years ago
pixmaps.h 3423aeff07 splits pixmaps up into two headers fixed a doublelock deadlock --sg 26 years ago
pixmaps2.h 67fc9f22ee shaped up the icons a little 24 years ago
plug_in.c f89351f1f3 merged fix for wrong timeout from HEAD branch. 21 years ago
plug_in.h 1c45c98ded configure.in app/gimprc.c app/plug_in.c app/plug_in.h libgimp/gimp.c 21 years ago
plug_in_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
posterize.c db90733a03 app/brightness_contrast.c app/color_balance.c app/curves.c 21 years ago
posterize.h b07c7184ed New dialog_hide functions which are utilised from convert.c to hide 23 years ago
preferences_dialog.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
preferences_dialog.h f4342ab813 new files. Code for the resolution calibration dialog that used to live in 23 years ago
procedural_db.c d518e1e5e6 always set the number of returned values, even in case of an error (fix 21 years ago
procedural_db.h dfa2bed505 Last-minute cleanup: 23 years ago
procedural_db_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
qmask.c dfa2bed505 Last-minute cleanup: 23 years ago
qmask.h b519150fa9 ChangeLog app/channel.c app/channel.h app/channel_ops.c 25 years ago
rect_select.c c57254a096 Use floor instead of rounding. Callers changed to remove rounding, as it 21 years ago
rect_select.h 014d1f06bb added an arrow_keys_func to allow to move the selection mask or a floating 22 years ago
rect_selectP.h 9004346179 added a modifier_key_func which gives immediate cursor_update feedback on 24 years ago
regex.c c9482821ab mostly header cleanup and i18n 24 years ago
regex.h 81c1e88606 acconfig.h configure.in libgimp/Makefile.am libgimp/gimpregex.h 24 years ago
resize.c 99c8e67f65 fixed insane ratio spinbutton acceleration (#63741) by setting the 22 years ago
resize.h 61184c16c9 app/commands.c app/layers_dialog.c behave like a widget: removed 24 years ago
resolution_calibrate.c dfa2bed505 Last-minute cleanup: 23 years ago
resolution_calibrate.h c46974cf67 really add the new files 23 years ago
rotate_tool.c d3216d88eb ported back some code from HEAD that fixes the handling of the rotation 21 years ago
rotate_tool.h 260d7b2d1d plug-ins/libgck/gck/Makefile.am plug-ins/libgck/gck/gckcommon.h 24 years ago
scale.c 285668bca0 removed two lines which have become obsolete after my latest change. 21 years ago
scale.h 723662a460 Makefile.am a proper naming scheme for all cursor files. Added zoom_in and 24 years ago
scale_tool.c 418f4a3496 updated the help files for the 1.2.2 release 23 years ago
scale_tool.h 260d7b2d1d plug-ins/libgck/gck/Makefile.am plug-ins/libgck/gck/gckcommon.h 24 years ago
scan_convert.c 8c2b6d3e9b fixed a stupid bug I've introduced when fixing #66003. 22 years ago
scan_convert.h dfa2bed505 Last-minute cleanup: 23 years ago
scroll.c dfa2bed505 Last-minute cleanup: 23 years ago
scroll.h 2557c517b1 app/commands.c app/commands.h app/disp_callbacks.c app/gdisplay.c 25 years ago
selection.c 9b07f1d198 app/blend.c app/by_color_select.c app/channel_ops.c app/clone.c 22 years ago
selection.h 2066dcddee Selection->timer must be a guint, not a gint. 23 years ago
selection_cmds.c 1b2afd36f9 tools/pdbgen/pdb/drawable.pdb document how to interpret the numbers 21 years ago
selection_options.h 63dc6ed333 app/fuzzy_select.c app/selection_options.h moved the "Threshold" scale 24 years ago
session.c dfa2bed505 Last-minute cleanup: 23 years ago
session.h dfa2bed505 Last-minute cleanup: 23 years ago
shear_tool.c 3548372126 Include standard C headers to reduce warnings. 22 years ago
shear_tool.h 260d7b2d1d plug-ins/libgck/gck/Makefile.am plug-ins/libgck/gck/gckcommon.h 24 years ago
smudge.c dfa2bed505 Last-minute cleanup: 23 years ago
smudge.h 6c28319bc3 app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 25 years ago
temp_buf.c 587e8fa7de rewrote so gcc-3.0 doesn't complain. 22 years ago
temp_buf.h c73b233f8a app/color_select.c app/colormaps.[ch] removed unused global variables 24 years ago
text_tool.c 334c5b5cf7 enabled some code that was supposed to tell the user to turn of 22 years ago
text_tool.h dfa2bed505 Last-minute cleanup: 23 years ago
text_tool_cmds.c d679d1cc1a app/general.c app/levels.c snprintf() is not portable, use g_snprintf() 22 years ago
threshold.c db90733a03 app/brightness_contrast.c app/color_balance.c app/curves.c 21 years ago
threshold.h fdadb77cc2 app/brightness_contrast.c app/color_balance.c app/color_balance.h 21 years ago
tile.c c9482821ab mostly header cleanup and i18n 24 years ago
tile.h 888e9a394b Revert last change. 23 years ago
tile_cache.c c9482821ab mostly header cleanup and i18n 24 years ago
tile_cache.h 32cefec8f7 Initial revision 26 years ago
tile_manager.c e13fcd8b1f Turned C++ style comments into C style ones. 23 years ago
tile_manager.h 85393964a0 Another tile tweak. This one eliminates tile levels (which add 26 years ago
tile_manager_pvt.h 85393964a0 Another tile tweak. This one eliminates tile levels (which add 26 years ago
tile_pvt.h 22b8c94feb Mon Dec 13 19:25:39 GMT 1999 Adam D. Moss <adam@gimp.org 24 years ago
tile_swap.c 130b13f2a4 app/app_procs.c applied a patch from Raphael Quinet that makes us check on 22 years ago
tile_swap.h 130b13f2a4 app/app_procs.c applied a patch from Raphael Quinet that makes us check on 22 years ago
tips_dialog.c a297ab1019 reformat the comment for translators in such a way that the stupid gettext 22 years ago
tips_dialog.h c73b233f8a app/color_select.c app/colormaps.[ch] removed unused global variables 24 years ago
tool_options.c dfa2bed505 Last-minute cleanup: 23 years ago
tool_options.h dfa2bed505 Last-minute cleanup: 23 years ago
tools.c dfa2bed505 Last-minute cleanup: 23 years ago
tools.h dfa2bed505 Last-minute cleanup: 23 years ago
toolsF.h dfa2bed505 Last-minute cleanup: 23 years ago
tools_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
transform_core.c c57254a096 Use floor instead of rounding. Callers changed to remove rounding, as it 21 years ago
transform_core.h c73b233f8a app/color_select.c app/colormaps.[ch] removed unused global variables 24 years ago
transform_tool.c dfa2bed505 Last-minute cleanup: 23 years ago
transform_tool.h 1b2b43aba8 I'm maintaining the helpbrowser (Sven, I dared to add your name, too :-) 24 years ago
undo.c dfa2bed505 Last-minute cleanup: 23 years ago
undo.h fd4355bc89 call undo_push_qmask() before removing the channel since the callback will 24 years ago
undo_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
undo_history.c d39783ac7c added GINT_TO_POINTER and friends, fixed format strings, for 64-bitness. 21 years ago
undo_types.h fe6ee9d1af app/gimpimage.c app/undo.c app/undo_types.h docs/undo.txt Changed sanity 24 years ago
unit_cmds.c 756de17a3b include config.h from all generated files. This is generally a good idea 22 years ago
unitrc.h 5e8ee554a2 This implements the rest of the unit system (unitrc loading and saving and 25 years ago
user_install.c 8299a77051 Updated to allow building Gimp 1.2.x with msvc using the same libraries as 21 years ago
user_install.h f4342ab813 new files. Code for the resolution calibration dialog that used to live in 23 years ago
wilber.h 4af44db24a Fixed up wilber.h 26 years ago
wilber.ico 951c92a602 Second batch of Win32 merge. 25 years ago
xcf.c 7e27cd72b0 changed if(fail) (which is always TRUE) to if(*fail) (fixes bug #108962). 21 years ago
xcf.h 9ac098c3ce app/fileops_cmds.c don't add an already registered load|save handler twice 24 years ago
xinput_airbrush.c 74fdc62e2a allocate the tool's paint_core with g_new0. This prevents us from having 24 years ago
xinput_airbrush.h 44d41b19b5 Okay I have committed the ugly airbrush now 25 years ago