mirror of https://github.com/GNOME/gimp.git
b3144e7ccc
1999-10-30 Michael Natterer <mitch@gimp.org> * app_procs.c * app/commands.[ch] * app/interface.c * app/menus.c * app/session.c * app/tools.[ch]: namespace cleanups: changed the "tools_options_*" functions to "tool_options_*" and prefixed all dialog menu callbacks with "dialogs_*". Allow dropping a tool to the tool options dialog. * app/bezier_select.c: change the active tool using context functions. * app/dialog_handler.[ch]: replaced the uppercase datatype names by standard mixed upper/lowercase ones. Provide a function to register the fileload dialog instead of accessing it as global variable. * app/disp_callbacks.c: switch to the move tool using context functions. Fixed the drop color/pattern functions to convert the dropped thing to the dest. image's color space. * app/fileops.c: don't export the fileload dialog as global variable but register it with the dialog handler instead. * app/paths_dialog.[ch]: replaced all the uppercase struct names defined here by mixed upper/lowercase. Introduced a "set_menu_sensitivity" function like in layers/channels instead of calling single button on/off functions from various places. Added a menu entry for "Selection to Path". |
||
---|---|---|
.. | ||
help-commands.c | ||
help-commands.h | ||
plug-in-commands.c | ||
qmask-commands.c | ||
quick-mask-commands.c |