- 27 Mar, 2003 5 commits
-
-
Sven Neumann authored
2003-03-27 Sven Neumann <sven@gimp.org> * app/core/gimpmarshal.list: added a new marshaller. * app/widgets/gimpcontainergridview.[ch]: added a "move_cursor" signal and added keybindings for PageUp/PageDown and Home/End.
-
Michael Natterer authored
2003-03-27 Michael Natterer <mitch@gimp.org> * app/config/gimpconfig-deserialize.c (gimp_config_deserialize_property): allow object properties to be set again if they are G_PARAM_WRITABLE. Fixes active brush, pattern etc. deserialization.
-
Jan Morén authored
2003-03-27 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Christian Rose authored
2003-03-27 Christian Rose <menthos@menthos.com> * configure.in: Added "yi" to ALL_LINGUAS again. Po files for libgimp, plug-ins, and script-fu have now been provided. * po-libgimp/yi.po, po-plug-ins/yi.po, po-script-fu/yi.po: Added Yiddish translations by Raphael Finkel <raphael@cs.uky.edu>.
-
Sven Neumann authored
2003-03-27 Sven Neumann <sven@gimp.org> * app/widgets/gimptexteditor.c: enlarged it a little.
-
- 26 Mar, 2003 18 commits
-
-
Michael Natterer authored
2003-03-26 Michael Natterer <mitch@gimp.org> * themes/Default/images/tools/stock-tool-*-16.png: new small tool icons from Jimmac. * themes/Default/images/Makefile.am * libgimpwidgets/gimpstock.c: added them to the stock system.
-
Sven Neumann authored
2003-03-26 Sven Neumann <sven@gimp.org> * app/text/gimpfont.c (gimp_font_get_popup_size): added an upper limit for the popup size to avoid a crash when GIMP_PREVIEW_MAX_SIZE is exceeded.
-
Sven Neumann authored
2003-03-26 Sven Neumann <sven@gimp.org> * configure.in (ALL_LINGUAS): removed "yi" until po files were added to po-libgimp, po-plug-ins and po-script-fu.
-
Christian Rose authored
2003-03-26 Christian Rose <menthos@menthos.com> * configure.in: Added "yi" to ALL_LINGUAS. * po/yi.po: Added Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
-
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 17 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.
-