- 24 Nov, 1999 1 commit
-
-
Sven Neumann authored
--Sven
-
- 23 Nov, 1999 11 commits
-
-
Tomas Ogren authored
1999-11-24 Tomas Ogren <stric@ing.umu.se> * sv.po: Updated
-
Sven Neumann authored
action area fixes on lots of them --Sven
-
Shirasaki Yasuhiro authored
1999-12-20 Shirasaki Yasuhiro <yasuhiro@gnome.gr.jp> * plug-ins/common/blinds.c * plug-ins/common/curve_bend.c * plug-ins/common/deinterlace.c * plug-ins/common/despeckle.c * po-plug-ins/POTFILES.in: Added gettext support -- yasuhiro
-
Sven Neumann authored
action area fixes on lots of them --Sven
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Michael Natterer authored
1999-11-23 Michael Natterer <mitch@gimp.org> * app/app_procs.c * app/channels_dialog.c * app/fileops.c * app/gdisplay.c * app/gdisplay_ops.c * app/layers_dialog.c * app/menus.[ch] * app/paths_dialog.c * app/plug_in.c: removed menus_set_[sensitive|state]_glue(). Removed the N_()'s from all menu paths which are not eventually passed to gtk_item_factory_create_item(). * app/tool_options.c: minor updates. * app/file_new_dialog.c: reordered the action_area buttons.
-
Marc Lehmann authored
-
Sven Neumann authored
--Sven
-
Marc Lehmann authored
-
- 22 Nov, 1999 6 commits
-
-
GMT 1999 Andy Thomas authored
Mon Nov 22 22:43:59 GMT 1999 Andy Thomas <alt@gimp.org> * app/bezier_select.c Stroking bezier paths made up of multiple segments now all get put in a single undo group.
-
Sven Neumann authored
--Sven
-
GMT 1999 Adam D. Moss authored
Mon Nov 22 13:18:40 GMT 1999 Adam D. Moss <adam@gimp.org> * app/channel_ops.c: Disabled the copy-on-write for gimage projection. Duplicate op will now take as much time and memory as GIMP 1.0 in this respect. That sucks, but I'm damned if I can follow the twisted paths which GIMP treads in making this bahave badly. Can you?
-
Michael Natterer authored
1999-11-22 Michael Natterer <mitch@gimp.org> * app/menus.c: move all sub-sub-menus of <Image>/Filters to the top of their menu shells and add a separator after them.
-
GMT 1999 Adam D. Moss authored
Mon Nov 22 11:19:05 GMT 1999 Adam D. Moss <adam@gimp.org> * app/convert.c: Removed erroneous spin-button limit, bumped up RGB->INDEXED precision a little.
-
Michael Natterer authored
1999-11-22 Michael Natterer <mitschel@cs.tu-berlin.de> * app/brightness_contrast.[ch] * app/by_color_select.[ch] * app/color_balance.[ch] * app/curves.[ch] * app/histogram_tool.[ch] * app/hue_saturation.[ch] * app/levels.[ch] * app/posterize.[ch] * app/threshold.[ch]: spinbuttons and cleaned up ui for all dialog-tools. Added a "Reset" button to all dialogs. * app/color_notebook.c: fixed a compiler warning. * app/gimpui.[ch]: made gimp_radio_group_new() more general. * app/menus.c: removed the <Toolbox>/File/Help submenu. * app/tools.c: restored the old behaviour of "tools_initialize()" (force the emission of the "tool_changed" signal)
-
- 21 Nov, 1999 7 commits
-
-
Olof S Kylander/GIMP authored
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Marc Lehmann authored
-
- 20 Nov, 1999 15 commits
-
-
GMT 1999 Andy Thomas authored
Sat Nov 20 23:31:19 GMT 1999 Andy Thomas <alt@gimp.org> * app/nav_window.c Forgot to clear the timer_id flag after the timer has fired.
-
GMT 1999 Andy Thomas authored
Sat Nov 20 22:10:15 GMT 1999 Andy Thomas <alt@gimp.org> * app/nav_window.c Removed timer when windows are deleted. Removes potential race conditions when closing images.
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Marc Lehmann authored
-
GMT 1999 Adam D. Moss authored
Sat Nov 20 19:33:01 GMT 1999 Adam D. Moss <adam@gimp.org> * plug-ins/common/gifload.c: Fixed a couple of possible infinite loops where an error condition was not being checked. Also changed some g_message()s back to g_warning()s as they should be (don't get carried away with the user feedback fellahs, no-one wants to be told of every single corrupt byte and block in its own little window. :-( ).
-
CET 1999 Olof S Kylander authored
Sat Nov 20 19:52:30 CET 1999 Olof S Kylander <olof@gimp.org> * plug-ins/AlienMap/AlienMap.c * plug-ins/AlienMap2/AlienMap2.c * plug-ins/FractalExplorer/FractalExplorer.c * plug-ins/common/CML_explorer.c * plug-ins/common/checkerboard.c * plug-ins/common/diffraction.c * plug-ins/common/exchange.c * plug-ins/common/gqbist.c * plug-ins/common/gradmap.c * plug-ins/common/grid.c * plug-ins/common/lic.c * plug-ins/common/mapcolor.c * plug-ins/common/newsprint.c * plug-ins/common/plasma.c * plug-ins/common/randomize.c * plug-ins/common/sample_colorize.c * plug-ins/common/scatter_hsv.c * plug-ins/common/snoise.c * plug-ins/common/warp.c * plug-ins/flame/flame.c * plug-ins/ifscompose/ifscompose.c * plug-ins/maze/maze.c Updated menu location as suggested in the proposal from me with comments form others. (Mitch what about fixing the sub menu location so submenus allways is in top of a menu. Exception of Repeat last, Re-show last and Filter all Layers, which should be in top of the Filters menu.)
-
Michael Natterer authored
1999-11-20 Michael Natterer <mitch@gimp.org> * app/devices.c: s/sprintf/g_snprintf * app/color_balance.[ch]: spinbuttons instead of text entries.
-
Michael Natterer authored
1999-11-20 Michael Natterer <mitch@gimp.org> * libgimp/gimpexport.c: changed the packing spacings to match the core dialogs' standards.
-
Michael Natterer authored
1999-11-20 Michael Natterer <mitch@gimp.org> * app/menus.c * plug-ins/gap/gap_filter_main.c: moved "Filter all Layers.." to the main "Filters" menu.
-
Michael Natterer authored
1999-11-20 Michael Natterer <mitch@gimp.org> * app/preferences_dialog.c: new prefs. page "Help System" because there will soon be more widgets there (browser selection etc.) Cleaned up the "Display" and "Interface" pages a bit. * app/menus.c * plug-ins/common/plugindetails.c: add "...". * libgimp/gimpfileselection.c * libgimp/gimppatheditor.c: a widget shouldn't connect to it's own "realize" signal. Set widget_class->realize = <widget>_realize instead.
-
Michael Natterer authored
1999-11-20 Michael Natterer <mitch@gimp.org> Reorganized the core menu items (everything except <Image>/Filters). Everything is of course trivial to change again, so please comment on the new "menu feeling" ;-) * app/menus.[ch]: - Applied the suggestions collected by Olof. - Added "..." to all items which open a dialog. - Introduced some additional separators (e.g. in "Dialogs"). - Reorder some plugins and the color correct tools after initialisation. - A menu entry to invoke the tooltips inspector. - A debugging menu entry which dumps the menu paths and their help pages (will of course go away when the help sys is consistent). There are currently two identical "Help" menus because <Toolbox>/Help trashes the menu bar if the toolbox is too narrow (gtk doesn't seem to support multi-line menubars, any idea?) * app/app_procs.c: call menus_reorder_plugins() after loading the plugins to beautify the "Xtns" menu. * app/commands.[ch]: reordered some functions to match the new menu structure (for easier source navigation) and renamed some to be consistent (e.g. all help functions are now called help_*). Show/Hide the rulers with ordinary gtk_widget_[show|hide]() commands. I've tested it several times and it looks exactly the same as the old code which used internal gtk knowledge. * app/gdisplay.c: applied the menu changes to gdisplay_set_menu_sensitivity(). * app/gimphelp.[ch]: new public function gimp_context_help() which invokes the tooltips inspector. Code cleanup. * app/resize.c: changed the dialogs' titles to match the menu entries. * app/session.c: renamed the gradient selection cmd callback to be consistent with brushes/patterns. * app/tools.c: added "..." to the menu paths of the tools which have dialogs. * app/fileops.c * app/channels_dialog.c * app/layers_dialog.c * app/paths_dialog.c: added some "...". * plug-ins/common/align_layers.c * plug-ins/common/autostretch_hsv.c * plug-ins/common/c_astretch.c * plug-ins/common/color_enhance.c * plug-ins/common/compose.c * plug-ins/common/decompose.c * plug-ins/common/mail.c * plug-ins/common/normalize.c * plug-ins/common/threshold_alpha.c * plug-ins/dbbrowser/dbbrowser.c * plug-ins/fp/fp.c * plug-ins/print/print.c * plug-ins/rcm/rcm.c: changed the menu paths and added "...".
-
Manish Singh authored
* po and po-plug-ins dirs: moved the libgimp translations to po-plugins (do they really need to be separate anyway?) * tips/gimp_tips.pl.txt: new file * libgimp/color_display.h * modules/cdisplay_gamma.c: configure cancel callback -Yosh
-
Marc Lehmann authored
-
Marc Lehmann authored
-