- 26 Mar, 2003 14 commits
-
-
Manish Singh authored
2003-03-26 Manish Singh <yosh@gimp.org> * plug-ins/common/max_rgb.c: fixed status return to succeed sometimes. Honor max_p in non-interactive mode too.
-
Michael Natterer authored
2003-03-26 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainerview.[ch]: added gimp_container_view_construct(). The new function calls gimp_container_view_set_preview_size() instead of simply assigning view->preview_size (Fixes wrongly-sized toggle cells spotted by Jimmac). * app/widgets/gimpcontainereditor.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimpitemtreeview.c: call when creating a view. * app/widgets/gimpchanneltreeview.c: check view->component_editor for being non-NULL before accessing it.
-
Sven Neumann authored
2003-03-26 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c: include X11/Xmu/WinUtil.h after including the GTK+/GDK headers.
-
Sven Neumann authored
2003-03-26 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontainergridview.c: implemented GtkWidget::focus. Makes grid views keyboard-navigatable and fixes bug #95120.
-
Michael Natterer authored
2003-03-26 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainerview.[ch]: added the scrolled_win to the GimpContainerView struct. Create it in init(). Added gimp_container_view_set_size_request() which adds the scrolled_window's scrollbar and frames sizes correctly. * app/widgets/gimpcontainergridview.[ch] * app/widgets/gimpcontainertreeview.[ch]: removed scrolled windows here and use the one from the parent_instance. Use the new utility function. * app/widgets/gimpcontainertreeview.c: enable searching in the name column. Grab the focus in button_press. * app/widgets/gimpcontainerpopup.[ch]: added a button_box containing zoom in/out, view as list/grid and a button to show the permanently open dialog. Added more parameters to gimp_container_popup_new(). * app/tools/gimpblendoptions.c * app/tools/gimpbucketfilloptions.c * app/tools/gimptextoptions.c * app/tools/paint_options.c: changed accordingly.
-
Sven Neumann authored
-
Sven Neumann authored
2003-03-26 Sven Neumann <sven@gimp.org> * app/gui/tool-options-dialog.c (tool_options_dialog_restore_callback): reset the tool-options before loading the user settings. Don't warn if loading fails.
-
Sven Neumann authored
2003-03-26 Sven Neumann <sven@gimp.org> * app/widgets/gimpfontselection-dialog.c (gimp_font_selection_dialog_set_font_desc): fixed braino that caused the wrong family to be selected.
-
Sven Neumann authored
2003-03-26 Sven Neumann <sven@gimp.org> * app/tools/gimptextoptions.c: connect the preview on the context's font object with the font property of the text object associated to the text tool options.
-
Michael Natterer authored
2003-03-26 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdnd.[ch]: added GimpFont DND.
-
Sven Neumann authored
-
Michael Natterer authored
2003-03-26 Michael Natterer <mitch@gimp.org> * app/gui/image-menu.c * app/gui/toolbox-menu.c: removed cut'n'paste-duplicated accelerators from the new font selection menu entries.
-
Sven Neumann authored
2003-03-26 Sven Neumann <sven@gimp.org> * app/tools/gimptextoptions.c (gimp_text_options_gui): added a gimp_prop_preview on the font property. Doesn't do anything yet but has a nice popup...
-
Michael Natterer authored
2003-03-26 Michael Natterer <mitch@gimp.org> * app/text/gimpfont.c: a nicer popup preview featuring five dozen liquor jugs.
-
- 25 Mar, 2003 21 commits
-
-
Sven Neumann authored
2003-03-26 Sven Neumann <sven@gimp.org> * app/text/gimpfontlist.c: implemented gimp_font_list_restore().
-
Sven Neumann authored
2003-03-26 Sven Neumann <sven@gimp.org> * app/text/gimpfontlist.c: first draft of gimp_font_list_restore().
-
Sven Neumann authored
2003-03-26 Sven Neumann <sven@gimp.org> * app/text/gimpfont.c (gimp_font_get_new_preview): sort of works now.
-
Michael Natterer authored
2003-03-25 Michael Natterer <mitch@gimp.org> * app/text/gimpfontlist.[ch]: added gimp_font_list_restore() which loads the fonts (not yet). * app/core/gimp.c: call it. * app/gui/dialogs-constructors.[ch] * app/gui/dialogs-menu.c * app/gui/dialogs.c * app/gui/image-menu.c * app/gui/toolbox-menu.c: added font list and grid views. * app/gui/menus.c: cosmetic.
-
Sven Neumann authored
2003-03-25 Sven Neumann <sven@gimp.org> * app/text/gimpfont.c: made the PangoContext an object property of GimpFont.
-
Sven Neumann authored
2003-03-25 Sven Neumann <sven@gimp.org> * gimpui-1.3.pc.in: require gtk+ >= 2.2. * app/text/gimpfont.[ch]: implemented basic preview functionality. * app/text/gimptextlayout.c: changed a comment.
-
Michael Natterer authored
2003-03-25 Michael Natterer <mitch@gimp.org> * app/config/gimpcoreconfig.[ch]: added "gchar *default_font". * app/config/gimprc-blurbs.h: and its blurb. * app/core/gimp.[ch]: keep a GimpFontList around. * app/core/gimpcontext.[ch]: added a GimpFont and all needed fonctions to let it work like brush, pattern etc. * app/core/gimpdatalist.c: cosmetic.
-
Michael Natterer authored
2003-03-25 Michael Natterer <mitch@gimp.org> * app/text/Makefile.am * app/text/text-types.h * app/text/gimpfontlist.[ch]: new GimpList subclass. Unused... * app/text/gimpfont.[ch]: added gimp_font_get_standard().
-
Michael Natterer authored
2003-03-25 Michael Natterer <mitch@gimp.org> * app/tools/tool_manager.c: added GIMP_CONTEXT_PATTERN_MASK to the context properties which are remembered per tool options. * app/tools/paint_options.[ch] * app/tools/gimpblendoptions.c: attach the brush and gradient preview to the GtkTable that holds opacity and paint mode. * app/tools/gimpbucketfilloptions.c: added a pattern preview and popup.
-
Michael Natterer authored
2003-03-25 Michael Natterer <mitch@gimp.org> * app/text/Makefile.am * app/text/text-types.h * app/text/gimpfont.[ch]: new object. Does nothing yet.
-
Sven Neumann authored
-
Pablo Gonzalo del Campo authored
2003-03-25 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
-
Sven Neumann authored
-
Sven Neumann authored
2003-03-25 Sven Neumann <sven@gimp.org> * libgimptool/Makefile.am * gimptoolenums.c: include libgimp-intl.h here.
-
Sven Neumann authored
2003-03-25 Sven Neumann <sven@gimp.org> * app/text/gimptext.c: include locale.h for setlocale(). * app/base/Makefile.am * app/core/Makefile.am * app/display/Makefile.am * app/widgets/Makefile.am: changed rules that generate enums code to include gimp-intl.h instead of libgimp-intl.h. * tools/pdbgen/app.pl * tools/pdbgen/pdb/*.pdb: include gimp-intl.h.
-
Sven Neumann authored
2003-03-25 Sven Neumann <sven@gimp.org> * Makefile.am * gimpintl.h: removed this header file. * gimpmiscui.c: include libgimp-intl.h. * gimp.c (gimp_main): call setlocale() and bind to the libgimp textdomain so that plug-ins don't need to do that explicitely. * libgimp/stdplugins-intl.h: added the functionality that used to live in gimpintl.h and removed the libgimp related stuff. Got rid of the INIT_I18N_UI() macro. * plug-ins/*/*.c: removed all occurances of INIT_I18N_UI(). Plug-ins simply call INIT_I18N() once in their run() function. * plug-ins/script-fu/script-fu-intl.h: added the functionality that used to live in gimpintl.h and removed the libgimp related stuff. * app/Makefile.am * app/gimp-intl.h: new file that defines the gettext macros for the GIMP core. * app/*/*.c: include gimp-intl.h instead of libgimp/gimpintl.h. * plug-ins/script-fu/scripts/test-sphere.scm: fixed typos.
-
Michael Natterer authored
2003-03-25 Michael Natterer <mitch@gimp.org> * app/core/gimpimage.[ch]: added new functions gimp_image_active_[layer|channel|vectors]_changed() which emit the resp. signals. * app/core/gimpimage-undo-push.c (undo_pop_layer,channel,vectors): fixed them to not leave the image's active layer, channel, vectors pointers undefined (fixes bug #109110). Call gimp_item_removed() from all of them. * app/core/gimpimage-qmask.c: cleanup.
-
Michael Natterer authored
2003-03-25 Michael Natterer <mitch@gimp.org> * app/app_procs.c (app_init): cast batch_cmds to (const gchar **) when passing them to batch_init(). * app/widgets/gimpcontainertreeview.c (gimp_container_tree_view_button_press): moved the call just added inside the if(view->container) because it will fail if selecting the item destroyed the widget.
-
Michael Natterer authored
2003-03-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainerpopup.c (gimp_container_popup_real_confirm): don't use gimp_context_copy_property() but gimp_context_get_by_type() followed by gimp_context_set_by_type() because GimpContext's "copy" functions are special and skip the normal parent_context logic intentionally (fixes bug #109115).
-
Sven Neumann authored
2003-03-25 Sven Neumann <sven@gimp.org> * configure.in * plug-ins/Makefile.am: removed traces of gap which was moved to a separate CVS module and bumped the version to 1.3.14. * pixmaps/Makefile.am: removed a couple of pixmaps that are not used any longer.
-
Michael Natterer authored
2003-03-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainertreeview.c (gimp_container_tree_view_button_press): need to call gtk_tree_view_column_cell_set_cell_data() again after fiddling with the GtkTreeView (fixes bug #109121).
-
- 24 Mar, 2003 5 commits
-
-
Michael Natterer authored
2003-03-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainertreeview.c (gimp_container_tree_view_button_press): ignore double clicks on toggle cells (fixes bug #109114).
-
Manish Singh authored
-
Sven Neumann authored
2003-03-24 Sven Neumann <sven@gimp.org> * app/widgets/gimpenummenu.[ch]: added new functions gimp_enum_menu_set_stock_prefix() and gimp_enum_option_menu_set_stock_prefix() that allow to conveniently add stock icons to enum menus. * app/tools/gimpcurvestool.c * app/tools/gimphistogramtool.c * app/tools/gimplevelstool.c: use the new functions here.
-
Michael Natterer authored
2003-03-24 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdock.c (gimp_dock_separator_drag_drop): don't try to reorder dockables in a dock containing exactly one dockable (fixes bug #109042)
-
Michael Natterer authored
2003-03-24 Michael Natterer <mitch@gimp.org> * app/paint/paint-enums.[ch]: register GimpPaintApplicationMode with the type system. * app/paint/gimppaintoptions.[ch]: replaced "gboolean incremental" with "GimpPaintApplicationMode application_mode" * app/paint/gimpairbrush.c * app/paint/gimperaser.c * app/paint/gimppaintbrush.c * app/paint/gimppencil.c: changed accordingly. * tools/pdbgen/pdb/paint_tools.pdb: ditto. Set all paint options values using g_object_set(). * app/widgets/gimppropwidgets.[ch]: added gimp_prop_enum_check_button_new() which can represent two specified enum values and renders itself "inconsistent" for all other values. * app/tools/paint_options.c: use it for the "Incremental" toggle. * app/pdb/paint_tools_cmds.c * tools/pdbgen/enums.pl: regenerated.
-