Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,672
Issues
2,672
List
Boards
Labels
Service Desk
Milestones
Merge Requests
35
Merge Requests
35
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
5a01821b
Commit
5a01821b
authored
Oct 04, 1999
by
Michael Natterer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EEEEEEEEEEK!!!
parent
3b3e490f
Changes
458
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
458 changed files
with
13248 additions
and
496 deletions
+13248
-496
ChangeLog
ChangeLog
+32
-10
app/channels_dialog.c
app/channels_dialog.c
+1
-1
app/dialogs/preferences-dialog.c
app/dialogs/preferences-dialog.c
+1
-2
app/dialogs/resize-dialog.c
app/dialogs/resize-dialog.c
+2
-2
app/dialogs/tips-dialog.c
app/dialogs/tips-dialog.c
+6
-0
app/display/gimpdisplayshell-draw.c
app/display/gimpdisplayshell-draw.c
+2
-2
app/display/gimpdisplayshell-filter-dialog.c
app/display/gimpdisplayshell-filter-dialog.c
+1
-1
app/display/gimpdisplayshell.c
app/display/gimpdisplayshell.c
+2
-2
app/docindexif.c
app/docindexif.c
+6
-0
app/fileops.c
app/fileops.c
+6
-4
app/gdisplay_color_ui.c
app/gdisplay_color_ui.c
+1
-1
app/gimphelp.c
app/gimphelp.c
+3
-3
app/gradient.c
app/gradient.c
+20
-19
app/gradient_editor.c
app/gradient_editor.c
+20
-19
app/gui/channels-dialog.c
app/gui/channels-dialog.c
+1
-1
app/gui/gradient-editor.c
app/gui/gradient-editor.c
+20
-19
app/gui/menus.c
app/gui/menus.c
+55
-52
app/gui/palette-editor.c
app/gui/palette-editor.c
+1
-2
app/gui/paths-dialog.c
app/gui/paths-dialog.c
+65
-32
app/gui/preferences-dialog.c
app/gui/preferences-dialog.c
+1
-2
app/gui/resize-dialog.c
app/gui/resize-dialog.c
+2
-2
app/gui/tips-dialog.c
app/gui/tips-dialog.c
+6
-0
app/interface.c
app/interface.c
+2
-2
app/lc_dialog.c
app/lc_dialog.c
+10
-5
app/menus.c
app/menus.c
+55
-52
app/menus/menus.c
app/menus/menus.c
+55
-52
app/palette.c
app/palette.c
+1
-2
app/paths_dialog.c
app/paths_dialog.c
+65
-32
app/preferences_dialog.c
app/preferences_dialog.c
+1
-2
app/resize.c
app/resize.c
+2
-2
app/tips_dialog.c
app/tips_dialog.c
+6
-0
app/undo_history.c
app/undo_history.c
+1
-1
app/widgets/gimpcolordisplayeditor.c
app/widgets/gimpcolordisplayeditor.c
+1
-1
app/widgets/gimpgradienteditor.c
app/widgets/gimpgradienteditor.c
+20
-19
app/widgets/gimphelp.c
app/widgets/gimphelp.c
+3
-3
app/widgets/gimpitemfactory.c
app/widgets/gimpitemfactory.c
+55
-52
app/widgets/gimppaletteeditor.c
app/widgets/gimppaletteeditor.c
+1
-2
configure.in
configure.in
+28
-2
help/C/Makefile.am
help/C/Makefile.am
+11
-4
help/C/channels/.cvsignore
help/C/channels/.cvsignore
+2
-0
help/C/channels/Makefile.am
help/C/channels/Makefile.am
+21
-0
help/C/channels/channel_to_selection.html
help/C/channels/channel_to_selection.html
+31
-0
help/C/channels/channels.html
help/C/channels/channels.html
+31
-0
help/C/channels/delete_channel.html
help/C/channels/delete_channel.html
+31
-0
help/C/channels/duplicate_channel.html
help/C/channels/duplicate_channel.html
+31
-0
help/C/channels/index.html
help/C/channels/index.html
+37
-0
help/C/channels/lower_channel.html
help/C/channels/lower_channel.html
+31
-0
help/C/channels/raise_channel.html
help/C/channels/raise_channel.html
+31
-0
help/C/contents.html
help/C/contents.html
+26
-11
help/C/dialogs/.cvsignore
help/C/dialogs/.cvsignore
+2
-0
help/C/dialogs/Makefile.am
help/C/dialogs/Makefile.am
+58
-0
help/C/dialogs/about.html
help/C/dialogs/about.html
+31
-0
help/C/dialogs/border_selection.html
help/C/dialogs/border_selection.html
+31
-0
help/C/dialogs/brush_selection.html
help/C/dialogs/brush_selection.html
+31
-0
help/C/dialogs/channels/.cvsignore
help/C/dialogs/channels/.cvsignore
+2
-0
help/C/dialogs/channels/Makefile.am
help/C/dialogs/channels/Makefile.am
+18
-0
help/C/dialogs/channels/channels.html
help/C/dialogs/channels/channels.html
+31
-0
help/C/dialogs/channels/edit_channel_attributes.html
help/C/dialogs/channels/edit_channel_attributes.html
+31
-0
help/C/dialogs/channels/index.html
help/C/dialogs/channels/index.html
+34
-0
help/C/dialogs/channels/new_channel.html
help/C/dialogs/channels/new_channel.html
+31
-0
help/C/dialogs/color_selectors/.cvsignore
help/C/dialogs/color_selectors/.cvsignore
+2
-0
help/C/dialogs/color_selectors/Makefile.am
help/C/dialogs/color_selectors/Makefile.am
+19
-0
help/C/dialogs/color_selectors/built_in.html
help/C/dialogs/color_selectors/built_in.html
+31
-0
help/C/dialogs/color_selectors/gtk.html
help/C/dialogs/color_selectors/gtk.html
+31
-0
help/C/dialogs/color_selectors/index.html
help/C/dialogs/color_selectors/index.html
+35
-0
help/C/dialogs/color_selectors/triangle.html
help/C/dialogs/color_selectors/triangle.html
+31
-0
help/C/dialogs/color_selectors/watercolor.html
help/C/dialogs/color_selectors/watercolor.html
+31
-0
help/C/dialogs/convert_to_indexed.html
help/C/dialogs/convert_to_indexed.html
+31
-0
help/C/dialogs/copy_named.html
help/C/dialogs/copy_named.html
+31
-0
help/C/dialogs/cut_named.html
help/C/dialogs/cut_named.html
+31
-0
help/C/dialogs/device_status.html
help/C/dialogs/device_status.html
+31
-0
help/C/dialogs/display_filters/.cvsignore
help/C/dialogs/display_filters/.cvsignore
+2
-0
help/C/dialogs/display_filters/Makefile.am
help/C/dialogs/display_filters/Makefile.am
+17
-0
help/C/dialogs/display_filters/display_filters.html
help/C/dialogs/display_filters/display_filters.html
+31
-0
help/C/dialogs/display_filters/gamma.html
help/C/dialogs/display_filters/gamma.html
+31
-0
help/C/dialogs/display_filters/index.html
help/C/dialogs/display_filters/index.html
+33
-0
help/C/dialogs/document_index.html
help/C/dialogs/document_index.html
+31
-0
help/C/dialogs/edit_qmask_attributes.html
help/C/dialogs/edit_qmask_attributes.html
+31
-0
help/C/dialogs/error_console.html
help/C/dialogs/error_console.html
+31
-0
help/C/dialogs/feather_selection.html
help/C/dialogs/feather_selection.html
+31
-0
help/C/dialogs/file_new.html
help/C/dialogs/file_new.html
+31
-0
help/C/dialogs/file_open.html
help/C/dialogs/file_open.html
+31
-0
help/C/dialogs/file_save.html
help/C/dialogs/file_save.html
+31
-0
help/C/dialogs/gradient_editor/.cvsignore
help/C/dialogs/gradient_editor/.cvsignore
+2
-0
help/C/dialogs/gradient_editor/Makefile.am
help/C/dialogs/gradient_editor/Makefile.am
+23
-0
help/C/dialogs/gradient_editor/copy_gradient.html
help/C/dialogs/gradient_editor/copy_gradient.html
+31
-0
help/C/dialogs/gradient_editor/delete_gradient.html
help/C/dialogs/gradient_editor/delete_gradient.html
+31
-0
help/C/dialogs/gradient_editor/gradient_editor.html
help/C/dialogs/gradient_editor/gradient_editor.html
+31
-0
help/C/dialogs/gradient_editor/index.html
help/C/dialogs/gradient_editor/index.html
+39
-0
help/C/dialogs/gradient_editor/new_gradient.html
help/C/dialogs/gradient_editor/new_gradient.html
+31
-0
help/C/dialogs/gradient_editor/rename_gradient.html
help/C/dialogs/gradient_editor/rename_gradient.html
+31
-0
help/C/dialogs/gradient_editor/replicate_segment.html
help/C/dialogs/gradient_editor/replicate_segment.html
+31
-0
help/C/dialogs/gradient_editor/save_as_pov_ray.html
help/C/dialogs/gradient_editor/save_as_pov_ray.html
+31
-0
help/C/dialogs/gradient_editor/split_segments_uniformly.html
help/C/dialogs/gradient_editor/split_segments_uniformly.html
+31
-0
help/C/dialogs/gradient_selection.html
help/C/dialogs/gradient_selection.html
+31
-0
help/C/dialogs/grow_selection.html
help/C/dialogs/grow_selection.html
+31
-0
help/C/dialogs/help.html
help/C/dialogs/help.html
+31
-0
help/C/dialogs/index.html
help/C/dialogs/index.html
+75
-0
help/C/dialogs/indexed_palette.html
help/C/dialogs/indexed_palette.html
+31
-0
help/C/dialogs/info_window.html
help/C/dialogs/info_window.html
+31
-0
help/C/dialogs/input_devices.html
help/C/dialogs/input_devices.html
+31
-0
help/C/dialogs/layers/.cvsignore
help/C/dialogs/layers/.cvsignore
+2
-0
help/C/dialogs/layers/Makefile.am
help/C/dialogs/layers/Makefile.am
+23
-0
help/C/dialogs/layers/add_mask.html
help/C/dialogs/layers/add_mask.html
+31
-0
help/C/dialogs/layers/apply_mask.html
help/C/dialogs/layers/apply_mask.html
+31
-0
help/C/dialogs/layers/edit_layer_attributes.html
help/C/dialogs/layers/edit_layer_attributes.html
+31
-0
help/C/dialogs/layers/index.html
help/C/dialogs/layers/index.html
+39
-0
help/C/dialogs/layers/layers.html
help/C/dialogs/layers/layers.html
+31
-0
help/C/dialogs/layers/merge_visible_layers.html
help/C/dialogs/layers/merge_visible_layers.html
+31
-0
help/C/dialogs/layers/new_layer.html
help/C/dialogs/layers/new_layer.html
+31
-0
help/C/dialogs/layers/resize_layer.html
help/C/dialogs/layers/resize_layer.html
+31
-0
help/C/dialogs/layers/scale_layer.html
help/C/dialogs/layers/scale_layer.html
+31
-0
help/C/dialogs/layers_and_channels.html
help/C/dialogs/layers_and_channels.html
+31
-0
help/C/dialogs/module_browser.html
help/C/dialogs/module_browser.html
+31
-0
help/C/dialogs/navigation_window.html
help/C/dialogs/navigation_window.html
+31
-0
help/C/dialogs/offset.html
help/C/dialogs/offset.html
+31
-0
help/C/dialogs/palette_editor/.cvsignore
help/C/dialogs/palette_editor/.cvsignore
+2
-0
help/C/dialogs/palette_editor/Makefile.am
help/C/dialogs/palette_editor/Makefile.am
+19
-0
help/C/dialogs/palette_editor/import_palette.html
help/C/dialogs/palette_editor/import_palette.html
+31
-0
help/C/dialogs/palette_editor/index.html
help/C/dialogs/palette_editor/index.html
+35
-0
help/C/dialogs/palette_editor/merge_palette.html
help/C/dialogs/palette_editor/merge_palette.html
+31
-0
help/C/dialogs/palette_editor/new_palette.html
help/C/dialogs/palette_editor/new_palette.html
+31
-0
help/C/dialogs/palette_editor/palette_editor.html
help/C/dialogs/palette_editor/palette_editor.html
+31
-0
help/C/dialogs/palette_selection.html
help/C/dialogs/palette_selection.html
+31
-0
help/C/dialogs/paste_named.html
help/C/dialogs/paste_named.html
+31
-0
help/C/dialogs/paths/.cvsignore
help/C/dialogs/paths/.cvsignore
+2
-0
help/C/dialogs/paths/Makefile.am
help/C/dialogs/paths/Makefile.am
+19
-0
help/C/dialogs/paths/export_path.html
help/C/dialogs/paths/export_path.html
+31
-0
help/C/dialogs/paths/import_path.html
help/C/dialogs/paths/import_path.html
+31
-0
help/C/dialogs/paths/index.html
help/C/dialogs/paths/index.html
+35
-0
help/C/dialogs/paths/paths.html
help/C/dialogs/paths/paths.html
+31
-0
help/C/dialogs/paths/rename_path.html
help/C/dialogs/paths/rename_path.html
+31
-0
help/C/dialogs/pattern_selection.html
help/C/dialogs/pattern_selection.html
+31
-0
help/C/dialogs/preferences/.cvsignore
help/C/dialogs/preferences/.cvsignore
+2
-0
help/C/dialogs/preferences/Makefile.am
help/C/dialogs/preferences/Makefile.am
+23
-0
help/C/dialogs/preferences/directories.html
help/C/dialogs/preferences/directories.html
+31
-0
help/C/dialogs/preferences/display.html
help/C/dialogs/preferences/display.html
+31
-0
help/C/dialogs/preferences/environment.html
help/C/dialogs/preferences/environment.html
+31
-0
help/C/dialogs/preferences/index.html
help/C/dialogs/preferences/index.html
+39
-0
help/C/dialogs/preferences/interface.html
help/C/dialogs/preferences/interface.html
+31
-0
help/C/dialogs/preferences/monitor.html
help/C/dialogs/preferences/monitor.html
+31
-0
help/C/dialogs/preferences/new_file.html
help/C/dialogs/preferences/new_file.html
+31
-0
help/C/dialogs/preferences/preferences.html
help/C/dialogs/preferences/preferences.html
+31
-0
help/C/dialogs/preferences/session.html
help/C/dialogs/preferences/session.html
+31
-0
help/C/dialogs/really_close.html
help/C/dialogs/really_close.html
+31
-0
help/C/dialogs/really_quit.html
help/C/dialogs/really_quit.html
+31
-0
help/C/dialogs/resize_image.html
help/C/dialogs/resize_image.html
+31
-0
help/C/dialogs/scale_image.html
help/C/dialogs/scale_image.html
+31
-0
help/C/dialogs/shrink_selection.html
help/C/dialogs/shrink_selection.html
+31
-0
help/C/dialogs/tip_of_the_day.html
help/C/dialogs/tip_of_the_day.html
+31
-0
help/C/dialogs/tool_options.html
help/C/dialogs/tool_options.html
+31
-0
help/C/dialogs/undo_history.html
help/C/dialogs/undo_history.html
+31
-0
help/C/file/.cvsignore
help/C/file/.cvsignore
+2
-0
help/C/file/Makefile.am
help/C/file/Makefile.am
+19
-0
help/C/file/close.html
help/C/file/close.html
+31
-0
help/C/file/index.html
help/C/file/index.html
+35
-0
help/C/file/last_opened.html
help/C/file/last_opened.html
+31
-0
help/C/file/quit.html
help/C/file/quit.html
+31
-0
help/C/file/revert.html
help/C/file/revert.html
+31
-0
help/C/filters/.cvsignore
help/C/filters/.cvsignore
+2
-0
help/C/filters/Makefile.am
help/C/filters/Makefile.am
+170
-0
help/C/filters/alienmap.html
help/C/filters/alienmap.html
+31
-0
help/C/filters/alienmap2.html
help/C/filters/alienmap2.html
+31
-0
help/C/filters/align_layers.html
help/C/filters/align_layers.html
+31
-0
help/C/filters/animationplay.html
help/C/filters/animationplay.html
+31
-0
help/C/filters/animoptimize.html
help/C/filters/animoptimize.html
+31
-0
help/C/filters/apply_lens.html
help/C/filters/apply_lens.html
+31
-0
help/C/filters/autocrop.html
help/C/filters/autocrop.html
+31
-0
help/C/filters/autostretch_hsv.html
help/C/filters/autostretch_hsv.html
+31
-0
help/C/filters/blinds.html
help/C/filters/blinds.html
+31
-0
help/C/filters/blur.html
help/C/filters/blur.html
+31
-0
help/C/filters/bmp.html
help/C/filters/bmp.html
+31
-0
help/C/filters/borderaverage.html
help/C/filters/borderaverage.html
+31
-0
help/C/filters/bumpmap.html
help/C/filters/bumpmap.html
+31
-0
help/C/filters/bz2.html
help/C/filters/bz2.html
+31
-0
help/C/filters/c_astretch.html
help/C/filters/c_astretch.html
+31
-0
help/C/filters/cel.html
help/C/filters/cel.html
+31
-0
help/C/filters/checkerboard.html
help/C/filters/checkerboard.html
+31
-0
help/C/filters/cml_explorer.html
help/C/filters/cml_explorer.html
+31
-0
help/C/filters/color_enhance.html
help/C/filters/color_enhance.html
+31
-0
help/C/filters/colorify.html
help/C/filters/colorify.html
+31
-0
help/C/filters/compose.html
help/C/filters/compose.html
+31
-0
help/C/filters/convmatrix.html
help/C/filters/convmatrix.html
+31
-0
help/C/filters/csource.html
help/C/filters/csource.html
+31
-0
help/C/filters/cubism.html
help/C/filters/cubism.html
+31
-0
help/C/filters/curve_bend.html
help/C/filters/curve_bend.html
+31
-0
help/C/filters/dbbrowser.html
help/C/filters/dbbrowser.html
+31
-0
help/C/filters/decompose.html
help/C/filters/decompose.html
+31
-0
help/C/filters/deinterlace.html
help/C/filters/deinterlace.html
+31
-0
help/C/filters/depthmerge.html
help/C/filters/depthmerge.html
+31
-0
help/C/filters/despeckle.html
help/C/filters/despeckle.html
+31
-0
help/C/filters/destripe.html
help/C/filters/destripe.html
+31
-0
help/C/filters/diffraction.html
help/C/filters/diffraction.html
+31
-0
help/C/filters/displace.html
help/C/filters/displace.html
+31
-0
help/C/filters/edge.html
help/C/filters/edge.html
+31
-0
help/C/filters/emboss.html
help/C/filters/emboss.html
+31
-0
help/C/filters/engrave.html
help/C/filters/engrave.html
+31
-0
help/C/filters/exchange.html
help/C/filters/exchange.html
+31
-0
help/C/filters/faxg3.html
help/C/filters/faxg3.html
+31
-0
help/C/filters/film.html
help/C/filters/film.html
+31
-0
help/C/filters/fits.html
help/C/filters/fits.html
+31
-0
help/C/filters/flame.html
help/C/filters/flame.html
+31
-0
help/C/filters/flarefx.html
help/C/filters/flarefx.html
+31
-0
help/C/filters/fp.html
help/C/filters/fp.html
+31
-0
help/C/filters/fractalexplorer.html
help/C/filters/fractalexplorer.html
+31
-0
help/C/filters/fractaltrace.html
help/C/filters/fractaltrace.html
+31
-0
help/C/filters/gap_filter.html
help/C/filters/gap_filter.html
+31
-0
help/C/filters/gap_plugins.html
help/C/filters/gap_plugins.html
+31
-0
help/C/filters/gauss_iir.html
help/C/filters/gauss_iir.html
+31
-0
help/C/filters/gauss_rle.html
help/C/filters/gauss_rle.html
+31
-0
help/C/filters/gbr.html
help/C/filters/gbr.html
+31
-0
help/C/filters/gdyntext.html
help/C/filters/gdyntext.html
+31
-0
help/C/filters/gee.html
help/C/filters/gee.html
+31
-0
help/C/filters/gfig.html
help/C/filters/gfig.html
+31
-0
help/C/filters/gflare.html
help/C/filters/gflare.html
+31
-0
help/C/filters/gfli.html
help/C/filters/gfli.html
+31
-0
help/C/filters/gicon.html
help/C/filters/gicon.html
+31
-0
help/C/filters/gif.html
help/C/filters/gif.html
+31
-0
help/C/filters/gifload.html
help/C/filters/gifload.html
+31
-0
help/C/filters/gimpressionist.html
help/C/filters/gimpressionist.html
+31
-0
help/C/filters/glasstile.html
help/C/filters/glasstile.html
+31
-0
help/C/filters/gpb.html
help/C/filters/gpb.html
+31
-0
help/C/filters/gqbist.html
help/C/filters/gqbist.html
+31
-0
help/C/filters/gradmap.html
help/C/filters/gradmap.html
+31
-0
help/C/filters/grid.html
help/C/filters/grid.html
+31
-0
help/C/filters/gtm.html
help/C/filters/gtm.html
+31
-0
help/C/filters/guillotine.html
help/C/filters/guillotine.html
+31
-0
help/C/filters/gz.html
help/C/filters/gz.html
+31
-0
help/C/filters/header.html
help/C/filters/header.html
+31
-0
help/C/filters/hot.html
help/C/filters/hot.html
+31
-0
help/C/filters/hrz.html
help/C/filters/hrz.html
+31
-0
help/C/filters/ifscompose.html
help/C/filters/ifscompose.html
+31
-0
help/C/filters/illusion.html
help/C/filters/illusion.html
+31
-0
help/C/filters/imagemap.html
help/C/filters/imagemap.html
+31
-0
help/C/filters/index.html
help/C/filters/index.html
+186
-0
help/C/filters/iwarp.html
help/C/filters/iwarp.html
+31
-0
help/C/filters/jigsaw.html
help/C/filters/jigsaw.html
+31
-0
help/C/filters/jpeg.html
help/C/filters/jpeg.html
+31
-0
help/C/filters/laplace.html
help/C/filters/laplace.html
+31
-0
help/C/filters/lic.html
help/C/filters/lic.html
+31
-0
help/C/filters/lighting.html
help/C/filters/lighting.html
+31
-0
help/C/filters/mail.html
help/C/filters/mail.html
+31
-0
help/C/filters/mapcolor.html
help/C/filters/mapcolor.html
+31
-0
help/C/filters/mapobject.html
help/C/filters/mapobject.html
+31
-0
help/C/filters/max_rgb.html
help/C/filters/max_rgb.html
+31
-0
help/C/filters/maze.html
help/C/filters/maze.html
+31
-0
help/C/filters/mblur.html
help/C/filters/mblur.html
+31
-0
help/C/filters/mosaic.html
help/C/filters/mosaic.html
+31
-0
help/C/filters/newsprint.html
help/C/filters/newsprint.html
+31
-0
help/C/filters/nlfilt.html
help/C/filters/nlfilt.html
+31
-0
help/C/filters/noisify.html
help/C/filters/noisify.html
+31
-0
help/C/filters/normalize.html
help/C/filters/normalize.html
+31
-0
help/C/filters/nova.html
help/C/filters/nova.html
+31
-0
help/C/filters/oilify.html
help/C/filters/oilify.html
+31
-0
help/C/filters/pagecurl.html
help/C/filters/pagecurl.html
+31
-0
help/C/filters/papertile.html
help/C/filters/papertile.html
+31
-0
help/C/filters/pat.html
help/C/filters/pat.html
+31
-0
help/C/filters/pcx.html
help/C/filters/pcx.html
+31
-0
help/C/filters/pix.html
help/C/filters/pix.html
+31
-0
help/C/filters/pixelize.html
help/C/filters/pixelize.html
+31
-0
help/C/filters/plasma.html
help/C/filters/plasma.html
+31
-0
help/C/filters/plugindetails.html
help/C/filters/plugindetails.html
+31
-0
help/C/filters/png.html
help/C/filters/png.html
+31
-0
help/C/filters/pnm.html
help/C/filters/pnm.html
+31
-0
help/C/filters/polar.html
help/C/filters/polar.html
+31
-0
help/C/filters/print.html
help/C/filters/print.html
+31
-0
help/C/filters/ps.html
help/C/filters/ps.html
+31
-0
help/C/filters/psd.html
help/C/filters/psd.html
+31
-0
help/C/filters/psp.html
help/C/filters/psp.html
+31
-0
help/C/filters/randomize.html
help/C/filters/randomize.html
+31
-0
help/C/filters/rcm.html
help/C/filters/rcm.html
+31
-0
help/C/filters/repeat_last.html
help/C/filters/repeat_last.html
+31
-0
help/C/filters/reshow_last.html
help/C/filters/reshow_last.html
+31
-0
help/C/filters/ripple.html
help/C/filters/ripple.html
+31
-0
help/C/filters/rotate.html
help/C/filters/rotate.html
+31
-0
help/C/filters/rotators.html
help/C/filters/rotators.html
+31
-0
help/C/filters/sample_colorize.html
help/C/filters/sample_colorize.html
+31
-0
help/C/filters/scatter_hsv.html
help/C/filters/scatter_hsv.html
+31
-0
help/C/filters/screenshot.html
help/C/filters/screenshot.html
+31
-0
help/C/filters/script-fu.html
help/C/filters/script-fu.html
+31
-0
help/C/filters/sel2path.html
help/C/filters/sel2path.html
+31
-0
help/C/filters/sel_gauss.html
help/C/filters/sel_gauss.html
+31
-0
help/C/filters/semiflatten.html
help/C/filters/semiflatten.html
+31
-0
help/C/filters/sgi.html
help/C/filters/sgi.html
+31
-0
help/C/filters/sharpen.html
help/C/filters/sharpen.html
+31
-0
help/C/filters/shift.html
help/C/filters/shift.html
+31
-0
help/C/filters/sinus.html
help/C/filters/sinus.html
+31
-0
help/C/filters/smooth_palette.html
help/C/filters/smooth_palette.html
+31
-0
help/C/filters/snoise.html
help/C/filters/snoise.html
+31
-0
help/C/filters/sobel.html
help/C/filters/sobel.html
+31
-0
help/C/filters/sparkle.html
help/C/filters/sparkle.html
+31
-0
help/C/filters/spheredesigner.html
help/C/filters/spheredesigner.html
+31
-0
help/C/filters/spread.html
help/C/filters/spread.html
+31
-0
help/C/filters/struc.html
help/C/filters/struc.html
+31
-0
help/C/filters/sunras.html
help/C/filters/sunras.html
+31
-0
help/C/filters/tga.html
help/C/filters/tga.html
+31
-0
help/C/filters/threshold_alpha.html
help/C/filters/threshold_alpha.html
+31
-0
help/C/filters/tiff.html
help/C/filters/tiff.html
+31
-0
help/C/filters/tile.html
help/C/filters/tile.html
+31
-0
help/C/filters/tileit.html
help/C/filters/tileit.html
+31
-0
help/C/filters/tiler.html
help/C/filters/tiler.html
+31
-0
help/C/filters/unsharp.html
help/C/filters/unsharp.html
+31
-0
help/C/filters/url.html
help/C/filters/url.html
+31
-0
help/C/filters/video.html
help/C/filters/video.html
+31
-0
help/C/filters/vinvert.html
help/C/filters/vinvert.html
+31
-0
help/C/filters/vpropagate.html
help/C/filters/vpropagate.html
+31
-0
help/C/filters/warp.html
help/C/filters/warp.html
+31
-0
help/C/filters/waves.html
help/C/filters/waves.html
+31
-0
help/C/filters/webbrowser.html
help/C/filters/webbrowser.html
+31
-0
help/C/filters/whirlpinch.html
help/C/filters/whirlpinch.html
+31
-0
help/C/filters/wind.html
help/C/filters/wind.html
+31
-0
help/C/filters/wmf.html
help/C/filters/wmf.html
+31
-0
help/C/filters/xbm.html
help/C/filters/xbm.html
+31
-0
help/C/filters/xjt.html
help/C/filters/xjt.html
+31
-0
help/C/filters/xpm.html
help/C/filters/xpm.html
+31
-0
help/C/filters/xwd.html
help/C/filters/xwd.html
+31
-0
help/C/filters/zealouscrop.html
help/C/filters/zealouscrop.html
+31
-0
help/C/image/.cvsignore
help/C/image/.cvsignore
+2
-0
help/C/image/Makefile.am
help/C/image/Makefile.am
+24
-0
help/C/image/edit/.cvsignore
help/C/image/edit/.cvsignore
+2
-0
help/C/image/edit/Makefile.am
help/C/image/edit/Makefile.am
+25
-0
help/C/image/edit/clear.html
help/C/image/edit/clear.html
+31
-0
help/C/image/edit/copy.html
help/C/image/edit/copy.html
+31
-0
help/C/image/edit/cut.html
help/C/image/edit/cut.html
+31
-0
help/C/image/edit/fill.html
help/C/image/edit/fill.html
+31
-0
help/C/image/edit/index.html
help/C/image/edit/index.html
+41
-0
help/C/image/edit/paste.html
help/C/image/edit/paste.html
+31
-0
help/C/image/edit/paste_as_new.html
help/C/image/edit/paste_as_new.html
+31
-0
help/C/image/edit/paste_into.html
help/C/image/edit/paste_into.html
+31
-0
help/C/image/edit/redo.html
help/C/image/edit/redo.html
+31
-0
help/C/image/edit/stroke.html
help/C/image/edit/stroke.html
+31
-0
help/C/image/edit/undo.html
help/C/image/edit/undo.html
+31
-0
help/C/image/image/.cvsignore
help/C/image/image/.cvsignore
+2
-0
help/C/image/image/Makefile.am
help/C/image/image/Makefile.am
+26
-0
help/C/image/image/colors/.cvsignore
help/C/image/image/colors/.cvsignore
+2
-0
help/C/image/image/colors/Makefile.am
help/C/image/image/colors/Makefile.am
+18
-0
help/C/image/image/colors/desaturate.html
help/C/image/image/colors/desaturate.html
+31
-0
help/C/image/image/colors/equalize.html
help/C/image/image/colors/equalize.html
+31
-0
help/C/image/image/colors/index.html
help/C/image/image/colors/index.html
+34
-0
help/C/image/image/colors/invert.html
help/C/image/image/colors/invert.html
+31
-0
help/C/image/image/convert_to_grayscale.html
help/C/image/image/convert_to_grayscale.html
+31
-0
help/C/image/image/convert_to_rgb.html
help/C/image/image/convert_to_rgb.html
+31
-0
help/C/image/image/duplicate.html
help/C/image/image/duplicate.html
+31
-0
help/C/image/image/index.html
help/C/image/image/index.html
+37
-0
help/C/image/image/transforms/.cvsignore
help/C/image/image/transforms/.cvsignore
+2
-0
help/C/image/image/transforms/Makefile.am
help/C/image/image/transforms/Makefile.am
+15
-0
help/C/image/image/transforms/index.html
help/C/image/image/transforms/index.html
+31
-0
help/C/image/image_window.html
help/C/image/image_window.html
+31
-0
help/C/image/index.html
help/C/image/index.html
+37
-0
help/C/image/select/.cvsignore
help/C/image/select/.cvsignore
+2
-0
help/C/image/select/Makefile.am
help/C/image/select/Makefile.am
+21
-0
help/C/image/select/all.html
help/C/image/select/all.html
+31
-0
help/C/image/select/float.html
help/C/image/select/float.html
+31
-0
help/C/image/select/index.html
help/C/image/select/index.html
+37
-0
help/C/image/select/invert.html
help/C/image/select/invert.html
+31
-0
help/C/image/select/none.html
help/C/image/select/none.html
+31
-0
help/C/image/select/save_to_channel.html
help/C/image/select/save_to_channel.html
+31
-0
help/C/image/select/sharpen.html
help/C/image/select/sharpen.html
+31
-0
help/C/image/view/.cvsignore
help/C/image/view/.cvsignore
+2
-0
help/C/image/view/Makefile.am
help/C/image/view/Makefile.am
+24
-0
help/C/image/view/dot_for_dot.html
help/C/image/view/dot_for_dot.html
+31
-0
help/C/image/view/index.html
help/C/image/view/index.html
+40
-0
help/C/image/view/new_view.html
help/C/image/view/new_view.html
+31
-0
help/C/image/view/shrink_wrap.html
help/C/image/view/shrink_wrap.html
+31
-0
help/C/image/view/snap_to_guides.html
help/C/image/view/snap_to_guides.html
+31
-0
help/C/image/view/toggle_guides.html
help/C/image/view/toggle_guides.html
+31
-0
help/C/image/view/toggle_rulers.html
help/C/image/view/toggle_rulers.html
+31
-0
help/C/image/view/toggle_selection.html
help/C/image/view/toggle_selection.html
+31
-0
help/C/image/view/toggle_statusbar.html
help/C/image/view/toggle_statusbar.html
+31
-0
help/C/image/view/zoom.html
help/C/image/view/zoom.html
+31
-0
help/C/index.html
help/C/index.html
+37
-52
help/C/layers/.cvsignore
help/C/layers/.cvsignore
+2
-0
help/C/layers/Makefile.am
help/C/layers/Makefile.am
+31
-0
help/C/layers/add_alpha_channel.html
help/C/layers/add_alpha_channel.html
+31
-0
help/C/layers/alpha_to_selection.html
help/C/layers/alpha_to_selection.html
+31
-0
help/C/layers/anchor_layer.html
help/C/layers/anchor_layer.html
+31
-0
help/C/layers/delete_layer.html
help/C/layers/delete_layer.html
+31
-0
help/C/layers/duplicate_layer.html
help/C/layers/duplicate_layer.html
+31
-0
help/C/layers/flatten_image.html
help/C/layers/flatten_image.html
+31
-0
help/C/layers/index.html
help/C/layers/index.html
+41
-0
help/C/layers/mask_to_selection.html
help/C/layers/mask_to_selection.html
+31
-0
help/C/layers/merge_down.html
help/C/layers/merge_down.html
+31
-0
help/C/layers/stack/.cvsignore
help/C/layers/stack/.cvsignore
+2
-0
help/C/layers/stack/Makefile.am
help/C/layers/stack/Makefile.am
+16
-0
help/C/layers/stack/index.html
help/C/layers/stack/index.html
+32
-0
help/C/layers/stack/stack.html
help/C/layers/stack/stack.html
+31
-0
help/C/open/.cvsignore
help/C/open/.cvsignore
+2
-0
help/C/open/Makefile.am
help/C/open/Makefile.am
+16
-0
help/C/open/index.html
help/C/open/index.html
+32
-0
help/C/open/open_by_extension.html
help/C/open/open_by_extension.html
+31
-0
help/C/paths/.cvsignore
help/C/paths/.cvsignore
+2
-0
help/C/paths/Makefile.am
help/C/paths/Makefile.am
+22
-0
help/C/paths/copy_path.html
help/C/paths/copy_path.html
+31
-0
help/C/paths/delete_path.html
help/C/paths/delete_path.html
+31
-0
help/C/paths/duplicate_path.html
help/C/paths/duplicate_path.html
+31
-0
help/C/paths/index.html
help/C/paths/index.html
+38
-0
help/C/paths/new_path.html
help/C/paths/new_path.html
+31
-0
help/C/paths/paste_path.html
help/C/paths/paste_path.html
+31
-0
help/C/paths/path_to_selection.html
help/C/paths/path_to_selection.html
+31
-0
help/C/paths/stroke_path.html
help/C/paths/stroke_path.html
+31
-0
help/C/save/.cvsignore
help/C/save/.cvsignore
+2
-0
help/C/save/Makefile.am
help/C/save/Makefile.am
+16
-0
help/C/save/index.html
help/C/save/index.html
+32
-0
help/C/save/save_by_extension.html
help/C/save/save_by_extension.html
+31
-0
help/C/toolbox/.cvsignore
help/C/toolbox/.cvsignore
+2
-0
help/C/toolbox/Makefile.am
help/C/toolbox/Makefile.am
+16
-0
help/C/toolbox/index.html
help/C/toolbox/index.html
+32
-0
help/C/toolbox/toolbox.html
help/C/toolbox/toolbox.html
+31
-0
help/C/tools/.cvsignore
help/C/tools/.cvsignore
+2
-0
help/C/tools/Makefile.am
help/C/tools/Makefile.am
+55
-0
help/C/tools/airbrush.html
help/C/tools/airbrush.html
+31
-0
help/C/tools/bezier_select.html
help/C/tools/bezier_select.html
+31
-0
help/C/tools/blend.html
help/C/tools/blend.html
+31
-0
help/C/tools/brightness_contrast.html
help/C/tools/brightness_contrast.html
+31
-0
help/C/tools/bucket_fill.html
help/C/tools/bucket_fill.html
+31
-0
help/C/tools/by_color_select.html
help/C/tools/by_color_select.html
+31
-0
help/C/tools/clone.html
help/C/tools/clone.html
+31
-0
help/C/tools/color_balance.html
help/C/tools/color_balance.html
+31
-0
help/C/tools/color_picker.html
help/C/tools/color_picker.html
+31
-0
help/C/tools/convolve.html
help/C/tools/convolve.html
+31
-0
help/C/tools/crop.html
help/C/tools/crop.html
+31
-0
help/C/tools/curves.html
help/C/tools/curves.html
+31
-0
help/C/tools/dodgeburn.html
help/C/tools/dodgeburn.html
+31
-0
help/C/tools/ellipse_select.html
help/C/tools/ellipse_select.html
+31
-0
help/C/tools/eraser.html
help/C/tools/eraser.html
+31
-0
help/C/tools/flip.html
help/C/tools/flip.html
+31
-0
help/C/tools/free_select.html
help/C/tools/free_select.html
+31
-0
help/C/tools/fuzzy_select.html
help/C/tools/fuzzy_select.html
+31
-0
help/C/tools/histogram.html
help/C/tools/histogram.html
+31
-0
help/C/tools/hue_saturation.html
help/C/tools/hue_saturation.html
+31
-0
help/C/tools/index.html
help/C/tools/index.html
+71
-0
help/C/tools/ink.html
help/C/tools/ink.html
+31
-0
help/C/tools/intelligent_scissors.html
help/C/tools/intelligent_scissors.html
+31
-0
help/C/tools/levels.html
help/C/tools/levels.html
+31
-0
help/C/tools/magnify.html
help/C/tools/magnify.html
+31
-0
help/C/tools/measure.html
help/C/tools/measure.html
+31
-0
help/C/tools/move.html
help/C/tools/move.html
+31
-0
help/C/tools/paintbrush.html
help/C/tools/paintbrush.html
+31
-0
help/C/tools/path.html
help/C/tools/path.html
+31
-0
help/C/tools/pencil.html
help/C/tools/pencil.html
+31
-0
help/C/tools/posterize.html
help/C/tools/posterize.html
+31
-0
help/C/tools/rect_select.html
help/C/tools/rect_select.html
+31
-0
help/C/tools/smudge.html
help/C/tools/smudge.html
+31
-0
help/C/tools/text.html
help/C/tools/text.html
+31
-0
help/C/tools/threshold.html
help/C/tools/threshold.html
+31
-0
help/C/tools/transform.html
help/C/tools/transform.html
+31
-0
help/C/tools/transform_perspective.html
help/C/tools/transform_perspective.html
+31
-0
help/C/tools/transform_rotate.html
help/C/tools/transform_rotate.html
+31
-0
help/C/tools/transform_scale.html
help/C/tools/transform_scale.html
+31
-0
help/C/tools/transform_shear.html
help/C/tools/transform_shear.html
+31
-0
help/C/tools/xinput_airbrush.html
help/C/tools/xinput_airbrush.html
+31
-0
help/C/welcome.html
help/C/welcome.html
+26
-15
help/ChangeLog
help/ChangeLog
+16
-0
help/Makefile.am
help/Makefile.am
+6
-9
help/dir-template.sh
help/dir-template.sh
+151
-0
help/make-help-stubs.sh
help/make-help-stubs.sh
+14
-0
help/makefile-am.sh
help/makefile-am.sh
+77
-0
help/makelinks.sh
help/makelinks.sh
+69
-0
No files found.
ChangeLog
View file @
5a01821b
1999
-
10
-
04
Michael
Natterer
<
mitch
@
gimp
.
org
>
*
app
/
channels_dialog
.
c
*
app
/
docindexif
.
c
*
app
/
fileops
.
c
*
app
/
gdisplay_color_ui
.
c
*
app
/
gimphelp
.
c
*
app
/
gradient
.
c
*
app
/
interface
.
c
*
app
/
lc_dialog
.
c
*
app
/
menus
.
c
*
app
/
palette
.
c
*
app
/
paths_dialog
.
c
*
app
/
preferences_dialog
.
c
*
app
/
resize
.
c
*
app
/
tips_dialog
.
c
*
app
/
undo_history
.
c
:
many
small
help
system
fixes
.
*
help
/*
*
configure
.
in
:
_LOTS_
of
new
files
+
Makefiles
.
Enjoy
;-)
*
help
/
ChangeLog
:
new
file
.
Please
read
it
.
Mon
Oct
4
09
:
00
:
51
1999
ape
@
gandalf
.
spacetec
.
no
(
Asbjorn
Pettersen
)
*
plug
-
ins
/
common
/
gz
.
c
(
load_image
):
BUG
loading
gz
files
...
...
@@ -104,19 +127,19 @@ Sun Oct 3 19:21:00 PDT 1999 Manish Singh <yosh@gimp.org>
Lots of stuff for the bezier-tool which will be also used for the
interface for the intelligent scissors. I started to factor out the
formulas for the actual curve type, so it is some kind of independ
a
nt.
formulas for the actual curve type, so it is some kind of independ
e
nt.
To try this out simply change the "#if 0" in app/path_curve.c to
a "#if 1" to handle straight lines instead of strange beziers with
fixed handles :-)
The functions in app/path_curves.c implement some kind of
default-action, where useful. To implement a new curve-t
z
pe it
default-action, where useful. To implement a new curve-t
y
pe it
should be sufficient to overload the path_curve_get_point()
function. Of course, then the speed is not as performant... :-)
The API for other types is not yet completely fixed, esp. Im not
The API for other types is not yet completely fixed, esp. I
'
m
not
clear
about
when
to
give
a
Tool
*
or
PathTool
*
as
a
parameter
.
But it shows the way
,
I want to implement this. In the next step
I'
ll
fill
the
stubs
in
app
/
path_bezer
.
c
.
But
it
shows
the
way
I
want
to
implement
this
.
In
the
next
step
I
'll fill the stubs in app/path_bez
i
er.c.
New handling functions: The Tool detects, when you are over an curve
and lets you split it there by shift clicking.
...
...
@@ -130,10 +153,10 @@ Sun Oct 3 19:21:00 PDT 1999 Manish Singh <yosh@gimp.org>
* libgimp/gimp.h: some wrappers for PDB functions
* libgimp/gimpexport.[ch]: new files
This
fixes
a
longstanding
bug
and
the
MostFAQ
:
When
saving
a
file
,
the
file
-
save
plug
-
ins
can
use
gimp_export_image
()
to
get
the
file
converted
to
a
format
they
can
handle
.
The
conversion
is
performed
on
a
duplicate
of
the
image
;
the
original
image
stays
as
is
.
This fixes a longstanding bug and the MostFAQ: When saving a file,
the file-save plug-ins can use gimp_export_image() to get the file
converted to a format they can handle. The conversion is performed
o
n a duplicate o
f the image; the original image stays as is.
* libgimp/Makefile.am
* libgimp/gimpui.h
...
...
@@ -156,7 +179,6 @@ Sun Oct 3 19:21:00 PDT 1999 Manish Singh <yosh@gimp.org>
* app/fileops.c
* app/menus.[ch]
*
app
/
menus
.
h
* app/plug_in.c: show a help page for all menu entries registered
by plugins.
Changed menus_create() to menus_create_item_from_full_path() which
...
...
app/channels_dialog.c
View file @
5a01821b
...
...
@@ -2391,7 +2391,7 @@ channels_dialog_new_channel_query (GimpImage* gimage)
options
->
query_box
=
gimp_dialog_new
(
_
(
"New Channel Options"
),
"new_channel_options"
,
gimp_standard_help_func
,
"dialogs/channels/
dialogs/
new_channel.html"
,
"dialogs/channels/new_channel.html"
,
GTK_WIN_POS_MOUSE
,
FALSE
,
TRUE
,
FALSE
,
...
...
app/dialogs/preferences-dialog.c
View file @
5a01821b
...
...
@@ -287,7 +287,6 @@ file_prefs_ok_callback (GtkWidget *widget,
* changed on the fly. Currently it ignores these options if only OK is
* pressed.
*/
}
static
void
...
...
@@ -1164,7 +1163,7 @@ file_pref_cmd_callback (GtkWidget *widget,
prefs_dlg
=
gimp_dialog_new
(
_
(
"Preferences"
),
"gimp_preferences"
,
gimp_standard_help_func
,
"dialogs/preferences.html"
,
"dialogs/preferences
/preferences
.html"
,
GTK_WIN_POS_NONE
,
FALSE
,
FALSE
,
FALSE
,
...
...
app/dialogs/resize-dialog.c
View file @
5a01821b
...
...
@@ -152,7 +152,7 @@ resize_widget_new (ResizeType type,
case
ResizeLayer
:
wmclass
=
"scale_layer"
;
window_title
=
_
(
"Scale Layer"
);
help_page
=
"
dialogs/
layers/dialogs/scale_layer.html"
;
help_page
=
"layers/dialogs/scale_layer.html"
;
frame
=
gtk_frame_new
(
_
(
"Size"
));
break
;
case
ResizeImage
:
...
...
@@ -170,7 +170,7 @@ resize_widget_new (ResizeType type,
case
ResizeLayer
:
wmclass
=
"resize_layer"
;
window_title
=
_
(
"Resize Layer"
);
help_page
=
"
dialogs/
layers/dialogs/resize_layer.html"
;
help_page
=
"layers/dialogs/resize_layer.html"
;
break
;
case
ResizeImage
:
wmclass
=
"image_resize"
;
...
...
app/dialogs/tips-dialog.c
View file @
5a01821b
...
...
@@ -7,6 +7,7 @@
#include "gtk/gtk.h"
#include "tips_dialog.h"
#include "gimprc.h"
#include "gimphelp.h"
#include "interface.h"
#include "wilber.h"
...
...
@@ -165,6 +166,11 @@ tips_dialog_create ()
gtk_widget_show
(
button_check
);
old_show_tips
=
show_tips
;
/* Connect the "F1" help key */
gimp_help_connect_help_accel
(
tips_dialog
,
gimp_standard_help_func
,
"dialogs/tip_of_the_day.html"
);
}
if
(
!
GTK_WIDGET_VISIBLE
(
tips_dialog
))
...
...
app/display/gimpdisplayshell-draw.c
View file @
5a01821b
...
...
@@ -591,7 +591,7 @@ create_toolbox (void)
/* Connect the "F1" help key */
gimp_help_connect_help_accel
(
window
,
gimp_standard_help_func
,
"toolbox/
inde
x.html"
);
"toolbox/
toolbo
x.html"
);
wbox
=
gtk_vwrap_box_new
(
FALSE
);
gtk_wrap_box_set_justify
(
GTK_WRAP_BOX
(
wbox
),
GTK_JUSTIFY_FILL
);
...
...
@@ -954,7 +954,7 @@ create_display_shell (GDisplay* gdisp,
/* Connect the "F1" help key */
gimp_help_connect_help_accel
(
gdisp
->
shell
,
gimp_standard_help_func
,
"image/i
ndex
.html"
);
"image/i
mage_window
.html"
);
gtk_widget_show
(
arrow
);
gtk_widget_show
(
gdisp
->
qmaskon
);
...
...
app/display/gimpdisplayshell-filter-dialog.c
View file @
5a01821b
...
...
@@ -77,7 +77,7 @@ make_dialog (void)
cdd
.
shell
=
gimp_dialog_new
(
_
(
"Color Display Filters"
),
"display_color"
,
gimp_standard_help_func
,
"dialogs/display_filters.html"
,
"dialogs/display_filters
/display_filters
.html"
,
GTK_WIN_POS_NONE
,
FALSE
,
TRUE
,
FALSE
,
...
...
app/display/gimpdisplayshell.c
View file @
5a01821b
...
...
@@ -591,7 +591,7 @@ create_toolbox (void)
/* Connect the "F1" help key */
gimp_help_connect_help_accel
(
window
,
gimp_standard_help_func
,
"toolbox/
inde
x.html"
);
"toolbox/
toolbo
x.html"
);
wbox
=
gtk_vwrap_box_new
(
FALSE
);
gtk_wrap_box_set_justify
(
GTK_WRAP_BOX
(
wbox
),
GTK_JUSTIFY_FILL
);
...
...
@@ -954,7 +954,7 @@ create_display_shell (GDisplay* gdisp,
/* Connect the "F1" help key */
gimp_help_connect_help_accel
(
gdisp
->
shell
,
gimp_standard_help_func
,
"image/i
ndex
.html"
);
"image/i
mage_window
.html"
);
gtk_widget_show
(
arrow
);
gtk_widget_show
(
gdisp
->
qmaskon
);
...
...
app/docindexif.c
View file @
5a01821b
...
...
@@ -19,6 +19,7 @@
#include "docindexif.h"
#include "fileops.h"
#include "gimage.h"
#include "gimphelp.h"
#include "libgimp/gimpintl.h"
...
...
@@ -260,4 +261,9 @@ make_idea_window (gint x,
/* Set the position of the window if it was requested */
if
(
x
>=
0
&&
y
>=
0
)
gtk_widget_set_uposition
(
ideas
->
window
,
x
,
y
);
/* Connect the "F1" help key */
gimp_help_connect_help_accel
(
ideas
->
window
,
gimp_standard_help_func
,
"dialogs/document_index.html"
);
}
app/fileops.c
View file @
5a01821b
...
...
@@ -176,7 +176,8 @@ file_ops_post_init (void)
file_proc
=
tmp
->
data
;
tmp
=
tmp
->
next
;
help_page
=
g_strconcat
(
g_basename
(
file_proc
->
prog
),
help_page
=
g_strconcat
(
"filters/"
,
g_basename
(
file_proc
->
prog
),
".html"
,
NULL
);
g_strdown
(
help_page
);
...
...
@@ -200,7 +201,8 @@ file_ops_post_init (void)
file_proc
=
tmp
->
data
;
tmp
=
tmp
->
next
;
help_page
=
g_strconcat
(
g_basename
(
file_proc
->
prog
),
help_page
=
g_strconcat
(
"filters/"
,
g_basename
(
file_proc
->
prog
),
".html"
,
NULL
);
g_strdown
(
help_page
);
...
...
@@ -254,7 +256,7 @@ file_open_callback (GtkWidget *widget,
/* Connect the "F1" help key */
gimp_help_connect_help_accel
(
fileload
,
gimp_standard_help_func
,
"open/
index
.html"
);
"open/
dialogs/file_open
.html"
);
}
else
{
...
...
@@ -474,7 +476,7 @@ file_save_as_callback (GtkWidget *widget,
/* Connect the "F1" help key */
gimp_help_connect_help_accel
(
filesave
,
gimp_standard_help_func
,
"save/
index
.html"
);
"save/
dialogs/file_save
.html"
);
}
else
{
...
...
app/gdisplay_color_ui.c
View file @
5a01821b
...
...
@@ -77,7 +77,7 @@ make_dialog (void)
cdd
.
shell
=
gimp_dialog_new
(
_
(
"Color Display Filters"
),
"display_color"
,
gimp_standard_help_func
,
"dialogs/display_filters.html"
,
"dialogs/display_filters
/display_filters
.html"
,
GTK_WIN_POS_NONE
,
FALSE
,
TRUE
,
FALSE
,
...
...
app/gimphelp.c
View file @
5a01821b
...
...
@@ -116,9 +116,9 @@ gimp_help (gchar *help_page)
proc_rec
=
procedural_db_lookup
(
"extension_gimp_help_browser"
);
if
(
proc_rec
==
NULL
)
{
g_message
(
_
(
"Could not find the GIMP Help Browser procedure
\n
"
"
Note that you still have to compile this plugin
"
"
manually
"
));
g_message
(
_
(
"Could not find the GIMP Help Browser procedure
.
\n
"
"
It probably was not compiled because
\n
"
"
you don't have GtkXmHTML installed.
"
));
return
;
}
...
...
app/gradient.c
View file @
5a01821b
...
...
@@ -683,20 +683,21 @@ grad_create_gradient_editor_init (gint need_show)
g_editor
=
g_new
(
gradient_editor_t
,
1
);
/* Shell and main vbox */
g_editor
->
shell
=
gimp_dialog_new
(
_
(
"Gradient Editor"
),
"gradient_editor"
,
gimp_standard_help_func
,
"dialogs/gradient_editor/index.html"
,
GTK_WIN_POS_NONE
,
FALSE
,
TRUE
,
FALSE
,
g_editor
->
shell
=
gimp_dialog_new
(
_
(
"Gradient Editor"
),
"gradient_editor"
,
gimp_standard_help_func
,
"dialogs/gradient_editor/gradient_editor.html"
,
GTK_WIN_POS_NONE
,
FALSE
,
TRUE
,
FALSE
,
_
(
"Save"
),
ed_save_grads_callback
,
NULL
,
NULL
,
FALSE
,
FALSE
,
_
(
"Refresh"
),
ed_refresh_grads_callback
,
NULL
,
NULL
,
FALSE
,
FALSE
,
_
(
"Close"
),
ed_close_callback
,
NULL
,
NULL
,
TRUE
,
TRUE
,
_
(
"Save"
),
ed_save_grads_callback
,
NULL
,
NULL
,
FALSE
,
FALSE
,
_
(
"Refresh"
),
ed_refresh_grads_callback
,
NULL
,
NULL
,
FALSE
,
FALSE
,
_
(
"Close"
),
ed_close_callback
,
NULL
,
NULL
,
TRUE
,
TRUE
,
NULL
);
NULL
);
vbox
=
gtk_vbox_new
(
FALSE
,
4
);
gtk_container_set_border_width
(
GTK_CONTAINER
(
vbox
),
4
);
...
...
@@ -1325,7 +1326,7 @@ ed_new_gradient_callback (GtkWidget *widget,
qbox
=
gimp_query_string_box
(
_
(
"New gradient"
),
gimp_standard_help_func
,
"dialogs/gradient_editor/
dialogs/
new_gradient.html"
,
"dialogs/gradient_editor/new_gradient.html"
,
_
(
"Enter a name for the new gradient"
),
_
(
"untitled"
),
NULL
,
NULL
,
...
...
@@ -1388,7 +1389,7 @@ ed_copy_gradient_callback (GtkWidget *widget,
qbox
=
gimp_query_string_box
(
_
(
"Copy gradient"
),
gimp_standard_help_func
,
"dialogs/gradient_editor/
dialogs/
copy_gradient.html"
,
"dialogs/gradient_editor/copy_gradient.html"
,
_
(
"Enter a name for the copied gradient"
),
name
,
NULL
,
NULL
,
...
...
@@ -1474,7 +1475,7 @@ ed_rename_gradient_callback (GtkWidget *widget,
qbox
=
gimp_query_string_box
(
_
(
"Rename gradient"
),
gimp_standard_help_func
,
"dialogs/gradient_editor/
dialogs/
rename_gradient.html"
,
"dialogs/gradient_editor/rename_gradient.html"
,
_
(
"Enter a new name for the gradient"
),
curr_gradient
->
name
,
NULL
,
NULL
,
...
...
@@ -1556,7 +1557,7 @@ ed_delete_gradient_callback (GtkWidget *widget,
dialog
=
gimp_dialog_new
(
_
(
"Delete gradient"
),
"delete_gradient"
,
gimp_standard_help_func
,
"dialogs/gradient_editor/d
ialogs/d
elete_gradient.html"
,
"dialogs/gradient_editor/delete_gradient.html"
,
GTK_WIN_POS_MOUSE
,
FALSE
,
TRUE
,
FALSE
,
...
...
@@ -1682,7 +1683,7 @@ ed_save_pov_callback (GtkWidget *widget,
/* Connect the "F1" help key */
gimp_help_connect_help_accel
(
window
,
gimp_standard_help_func
,
"dialogs/gradient_editor/
dialogs/
save_as_pov_ray.html"
);
"dialogs/gradient_editor/save_as_pov_ray.html"
);
gtk_widget_show
(
window
);
gtk_widget_set_sensitive
(
g_editor
->
shell
,
FALSE
);
...
...
@@ -4612,7 +4613,7 @@ cpopup_split_uniform_callback (GtkWidget *widget,
_
(
"Split segments uniformly"
),
"gradient_segment_split_uniformly"
,
gimp_standard_help_func
,
"dialogs/gradient_editor/
dialogs/
split_segments_uniformly.html"
,
"dialogs/gradient_editor/split_segments_uniformly.html"
,
GTK_WIN_POS_MOUSE
,
FALSE
,
TRUE
,
FALSE
,
...
...
@@ -5171,7 +5172,7 @@ cpopup_replicate_callback (GtkWidget *widget,
_
(
"Replicate selection"
),
"gradient_segment_replicate"
,
gimp_standard_help_func
,
"dialogs/gradient_editor/
dialogs/
replicate_segment.html"
,
"dialogs/gradient_editor/replicate_segment.html"
,
GTK_WIN_POS_MOUSE
,
FALSE
,
TRUE
,
FALSE
,
...
...
app/gradient_editor.c
View file @
5a01821b
...
...
@@ -683,20 +683,21 @@ grad_create_gradient_editor_init (gint need_show)
g_editor
=
g_new
(
gradient_editor_t
,
1
);
/* Shell and main vbox */
g_editor
->
shell
=
gimp_dialog_new
(
_
(
"Gradient Editor"
),
"gradient_editor"
,
gimp_standard_help_func
,
"dialogs/gradient_editor/index.html"
,
GTK_WIN_POS_NONE
,
FALSE
,
TRUE
,
FALSE
,
g_editor
->
shell
=
gimp_dialog_new
(
_
(
"Gradient Editor"
),
"gradient_editor"
,
gimp_standard_help_func
,
"dialogs/gradient_editor/gradient_editor.html"
,
GTK_WIN_POS_NONE
,
FALSE
,
TRUE
,
FALSE
,
_
(
"Save"
),
ed_save_grads_callback
,
NULL
,
NULL
,
FALSE
,
FALSE
,
_
(
"Refresh"
),
ed_refresh_grads_callback
,
NULL
,
NULL
,
FALSE
,
FALSE
,
_
(
"Close"
),
ed_close_callback
,
NULL
,
NULL
,
TRUE
,
TRUE
,
_
(
"Save"
),
ed_save_grads_callback
,
NULL
,
NULL
,
FALSE
,
FALSE
,
_
(
"Refresh"
),
ed_refresh_grads_callback
,
NULL
,
NULL
,
FALSE
,
FALSE
,
_
(
"Close"
),
ed_close_callback
,
NULL
,
NULL
,
TRUE
,
TRUE
,
NULL
);
NULL
);
vbox
=
gtk_vbox_new
(
FALSE
,
4
);
gtk_container_set_border_width
(
GTK_CONTAINER
(
vbox
),
4
);
...
...
@@ -1325,7 +1326,7 @@ ed_new_gradient_callback (GtkWidget *widget,
qbox
=
gimp_query_string_box
(
_
(
"New gradient"
),
gimp_standard_help_func
,
"dialogs/gradient_editor/
dialogs/
new_gradient.html"
,
"dialogs/gradient_editor/new_gradient.html"
,
_
(
"Enter a name for the new gradient"
),
_
(
"untitled"
),
NULL
,
NULL
,
...
...
@@ -1388,7 +1389,7 @@ ed_copy_gradient_callback (GtkWidget *widget,
qbox
=
gimp_query_string_box
(
_
(
"Copy gradient"
),
gimp_standard_help_func
,
"dialogs/gradient_editor/
dialogs/
copy_gradient.html"
,
"dialogs/gradient_editor/copy_gradient.html"
,
_
(
"Enter a name for the copied gradient"
),
name
,
NULL
,
NULL
,
...
...
@@ -1474,7 +1475,7 @@ ed_rename_gradient_callback (GtkWidget *widget,
qbox
=
gimp_query_string_box
(
_
(
"Rename gradient"
),
gimp_standard_help_func
,
"dialogs/gradient_editor/
dialogs/
rename_gradient.html"
,
"dialogs/gradient_editor/rename_gradient.html"
,
_
(
"Enter a new name for the gradient"
),
curr_gradient
->
name
,
NULL
,
NULL
,
...
...
@@ -1556,7 +1557,7 @@ ed_delete_gradient_callback (GtkWidget *widget,
dialog
=
gimp_dialog_new
(
_
(
"Delete gradient"
),
"delete_gradient"
,
gimp_standard_help_func
,
"dialogs/gradient_editor/d
ialogs/d
elete_gradient.html"
,
"dialogs/gradient_editor/delete_gradient.html"
,
GTK_WIN_POS_MOUSE
,
FALSE
,
TRUE
,
FALSE
,
...
...
@@ -1682,7 +1683,7 @@ ed_save_pov_callback (GtkWidget *widget,
/* Connect the "F1" help key */
gimp_help_connect_help_accel
(
window
,
gimp_standard_help_func
,
"dialogs/gradient_editor/
dialogs/
save_as_pov_ray.html"
);
"dialogs/gradient_editor/save_as_pov_ray.html"
);
gtk_widget_show
(
window
);
gtk_widget_set_sensitive
(
g_editor
->
shell
,
FALSE
);
...
...
@@ -4612,7 +4613,7 @@ cpopup_split_uniform_callback (GtkWidget *widget,
_
(
"Split segments uniformly"
),
"gradient_segment_split_uniformly"
,
gimp_standard_help_func
,