- 28 Sep, 2005 11 commits
-
-
Sven Neumann authored
2005-09-28 Sven Neumann <sven@gimp.org> * libgimpconfig/gimpscanner.c (gimp_scanner_new_file): mmap the config file using GMappedFile. Let's see how well this works...
-
Kevin Cozens authored
2005-08-28 Kevin Cozens <kcozens@cvs.gnome.org> * plug-ins/script-fu/scripts/chrome-it.scm: Removed extraneous - in register block left when script was renamed. * plug-ins/script-fu/scripts/text-circle.scm: Fixed minor errors in comments.
-
Tor Lillqvist authored
2005-09-28 Tor Lillqvist <tml@novell.com> * libgimp/gimp.def: Fix typo.
-
Sven Neumann authored
2005-09-28 Sven Neumann <sven@gimp.org> * plug-ins/common/gqbist.c: use a single random number generator for the lifetime of the plug-in. Fixes bug #317355.
-
Sven Neumann authored
2005-09-28 Sven Neumann <sven@gimp.org> * docs/Makefile.am * docs/keybindings.txt * docs/quick_reference.ps * docs/quick_reference.tar.gz: removed outdated documentation that is now being maintained in the user manual (bug #316423).
-
Sven Neumann authored
2005-09-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpscrolledpreview.c (gimp_scrolled_preview_nav_popup_expose): draw the rectangle according to the scrollbar adjustments.
-
Sven Neumann authored
2005-09-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpscrolledpreview.[ch] (gimp_scrolled_preview_set_position): must not set the adjustment value directly. Instead make sure that the scrollbar adjustments are uptodate and use gtk_adjustment_set_value().
-
Sven Neumann authored
-
Sven Neumann authored
2005-09-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreview.[ch]: renamed newly added function to gimp_preview_get_controls(). Increased row padding for controls. * libgimpwidgets/gimpwidgets.def * libgimp/gimpzoompreview.c: changed accordingly. * libgimpbase/gimputils.c (gimp_enum_get_value): ref the enum class instead of only peeking at it. * libgimpwidgets/gimpzoommodel.c (gimp_zoom_button_new): set a tooltip on zoom buttons that only show an icon.
-
Sven Neumann authored
2005-09-28 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreview.[ch]: added a hbox to the table and the "Update Preview" checkbutton there. Added a function to access this control box. Increased default size to 200. * libgimpwidgets/gimpscrolledpreview.[ch]: added function gimp_scrolled_preview_set_policy() to control when the scrollbars should be shown. * libgimpwidgets/gimpwidgets.def: updated. * libgimp/gimpzoompreview.c: pack the zoom buttons into the preview's control box. Commented out the label, it shows a bogus zoom factor. Set scrollbar policy to ALWAYS to avoid resizing.
-
Sven Neumann authored
2005-09-28 Sven Neumann <sven@gimp.org> * app/widgets/gimphistogrameditor.[ch]: do not calculate the histogram if the histogram dock is invisible.
-
- 27 Sep, 2005 13 commits
-
-
Sven Neumann authored
2005-09-28 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs-generic.h (swap_pixels): replaced binary operations with a naive but faster implementation using a local variable. * app/composite/gimp-composite-generic.c (gimp_composite_swap_any_any_any_generic): same change here.
-
Sven Neumann authored
2005-09-28 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs-generic.h (swap_pixels): replaced the binary XOR operations with a naive but faster implementation using a local variable.
-
Sven Neumann authored
2005-09-27 Sven Neumann <sven@gimp.org> * app/base/siox.c: minor code cleanups by Tobias Lenz.
-
Sven Neumann authored
2005-09-27 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpintcombobox.c: document how to construct an empty GimpIntComboBox using g_object_new(). * plug-ins/common/aa.c * plug-ins/common/channel_mixer.c * plug-ins/common/compose.c * plug-ins/common/decompose.c * plug-ins/common/newsprint.c * plug-ins/common/spheredesigner.c * plug-ins/gflare/gflare.c * plug-ins/pagecurl/pagecurl.c: use g_object_new() to construct an empty GimpIntComboBox. The old way of doing it caused warnings.
-
Michael Natterer authored
2005-09-27 Michael Natterer <mitch@gimp.org> * app/actions/data-commands.c * app/actions/file-commands.c * app/actions/templates-commands.c * app/dialogs/image-scale-dialog.c * app/dialogs/resize-dialog.c * app/dialogs/vectors-options-dialog.c * app/tools/gimptexttool.c * libgimpwidgets/gimpcolorbutton.c * plug-ins/Lighting/lighting_ui.c * plug-ins/common/AlienMap2.c * plug-ins/common/aa.c * plug-ins/gimpressionist/orientmap.c * plug-ins/script-fu/script-fu-interface.c * plug-ins/xjt/xjt.c: fixed indentation in calls to gtk_dialog_set_alternative_button_order().
-
Michael Natterer authored
2005-09-27 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/buffer.pdb: added gimp-buffers-get-list, should probably get its own PDB group. * libgimp/gimp.def: changed accordingly. * app/pdb/buffer_cmds.c * app/pdb/internal_procs.c * libgimp/gimpbuffer_pdb.[ch]: regenerated.
-
Sven Neumann authored
2005-09-27 Sven Neumann <sven@gimp.org> * app/core/gimp-gui.h * app/core/gimp-utils.h * app/core/gimpimage-undo.h * app/text/gimptextlayer.h * app/widgets/gimpeditor.h * app/widgets/gimpmenufactory.h * app/widgets/gimpmessagedialog.h * app/widgets/gimpsessioninfo.h * app/widgets/gimptooldialog.h * app/widgets/gimpviewabledialog.h: use G_GNUC_NULL_TERMINATED where appropriate.
-
Sven Neumann authored
2005-09-27 Sven Neumann <sven@gimp.org> * libgimp/gimpprocbrowserdialog.h * libgimpwidgets/gimpbrowser.h * libgimpwidgets/gimpdialog.h * libgimpwidgets/gimpintcombobox.h * libgimpwidgets/gimpoldwidgets.h * libgimpwidgets/gimpwidgets.h: use G_GNUC_NULL_TERMINATED where appropriate. * libgimp/gimpprocbrowserdialog.c * libgimpwidgets/gimpbrowser.c: added missing API docs.
-
Sven Neumann authored
2005-09-27 Sven Neumann <sven@gimp.org> * libgimp/gimpprocbrowserdialog.[ch]: let gimp_proc_browser_dialog_new() take standard dialog parameters, similar to gimp_dialog_new(). * plug-ins/common/procedure-browser.c * plug-ins/pygimp/procbrowser.c * plug-ins/script-fu/script-fu-console.c: changed accordingly.
-
Sven Neumann authored
2005-09-27 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_interface): use GTK_STOCK_ABOUT for the About button (bug #317339).
-
Michael Natterer authored
-
Michael Natterer authored
2005-09-27 Michael Natterer <mitch@gimp.org> * app/core/gimpbuffer.[ch]: added gimp_buffer_get_bytes() and gimp_buffer_get_image_type(). * tools/pdbgen/pdb/edit.pdb: removed edit_named_rename() and edit_named_delete(). * tools/pdbgen/Makefile.am * tools/pdbgen/groups.pl * tools/pdbgen/pdb/buffer.pdb: new PDB group featuring buffer_rename(), delete(), get_width(), get_height(), get_bytes(), get_image_type(). * app/pdb/Makefile.am * libgimp/Makefile.am * libgimp/gimp.def: changed accordingly. * app/pdb/buffer_cmds.c * app/pdb/edit_cmds.c * app/pdb/internal_procs.c * libgimp/gimp_pdb.h * libgimp/gimpbuffer_pdb.[ch] * libgimp/gimpedit_pdb.[ch]: (re)generated.
-
David Odin authored
* libgimpwidgets/gimpzoommodel.c: zooming out more is zooming out three times, not zooming in. Fixes bug #155446.
-
- 26 Sep, 2005 13 commits
-
-
Sven Neumann authored
2005-09-26 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_new): applied patch from Robert Ögren that works around problem creating guides with a tablet on Windows by enabling extension events for the rulers. Fixes the first problem described in bug #168516. * configure.in: bumped version to 2.3.5.
-
Sven Neumann authored
2005-09-26 Sven Neumann <sven@gimp.org> * Made 2.3.4 development release.
-
Michael Natterer authored
2005-09-26 Michael Natterer <mitch@gimp.org> Allow to disable the color picker info dialog. Fixes bug #315011: * app/tools/tools-enums.[ch] (enum GimpColorPickerMode): added value GIMP_COLOR_PICK_MODE_PALETTE. * app/tools/gimpcolorpickeroptions.[ch]: deprecated property "add-to-palette" and added property "use-info-window". Changed tool options GUI accordingly. * app/tools/gimpcolorpickertool.c (gimp_color_picker_tool_modifier_key): made <shift> toggle the use-info-window property. (gimp_color_picker_tool_picked): moved palette picking code into the pick_mode switch() statement. * app/tools/gimpcolortool.c (gimp_color_tool_cursor_update): show a "plus" cursor when adding to the palette.
-
Michael Natterer authored
2005-09-26 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_interface): set "activates-default" on all entries.
-
Sven Neumann authored
2005-09-26 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c: removed some frames from the Script-Fu dialogs.
-
Michael Natterer authored
2005-09-26 Michael Natterer <mitch@gimp.org> * app/actions/debug-commands.c (debug_dump_menus_cmd_callback) (debug_dump_menus_recurse_menu): resurrected.
-
Michael Natterer authored
2005-09-26 Michael Natterer <mitch@gimp.org> Allow plug-ins to register menu entries in the <Brushes>, <Gradients>, <Palettes>, <Patterns> and <Fonts> menus: * app/actions/actions.c (action_data_get_gimp): return a Gimp also if "data" is a GimpContainerView or GimpContainerEditor. * app/gui/gui-vtable.c (gui_menus_add_proc) * app/plug-in/plug-in-params.c (plug_in_proc_args_check): support the new plug-in menu locations. * app/menus/menus.c (menus_init): add the "plug-in" action group to the resp. UI managers. * menus/brushes-menu.xml * menus/buffers-menu.xml * menus/fonts-menu.xml * menus/gradients-menu.xml * menus/palettes-menu.xml * menus/patterns-menu.xml: added separators at the end of the menus. * plug-ins/script-fu/scripts/font-map.scm: -> <Fonts> * plug-ins/script-fu/scripts/gradient-example.scm: -> <Gradients> * plug-ins/script-fu/scripts/mkbrush.scm: -> <Brushes> * plug-ins/script-fu/script-fu.c (script_fu_extension_init): don't register the "Make Brush" menu branch.
-
Sven Neumann authored
-
Sven Neumann authored
2005-09-26 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c * tools/test-clipboard.c: use G_OPTION_FLAG_NO_ARG where needed.
-
Michael Natterer authored
2005-09-26 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/scripts/paste-as-brush.scm * plug-ins/script-fu/scripts/paste-as-pattern.scm: cleanup.
-
Michael Natterer authored
2005-09-26 Michael Natterer <mitch@gimp.org> * app/actions/edit-actions.c: renamed action back to "Paste as New" and added a second action with the "New Image" label. The original label is needed for <Toolbox>/File/Acquire. * menus/image-menu.xml.in: changed accordingly.
-
Michael Natterer authored
2005-09-26 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-in-params.c (plug_in_proc_args_check): drop the restriction that plug-ins registered in <Image> must have RUN-MODE, IMAGE, DRAWABLE parameters because everything but RUN-MODE is actually treated as optional be the rest of the code. * plug-ins/script-fu/scripts/paste-as-brush.scm * plug-ins/script-fu/scripts/paste-as-pattern.scm: removed IMAGE and DRAWABLE parameters. * plug-ins/common/screenshot.c * plug-ins/twain/twain.c * plug-ins/winsnap/winsnap.c: register menu entries in <Image>/File/Acquire
-
Sven Neumann authored
2005-09-26 Sven Neumann <sven@gimp.org> * plug-ins/common/gqbist.c: minor dialog tweak.
-
- 25 Sep, 2005 3 commits
-
-
Sven Neumann authored
2005-09-26 Sven Neumann <sven@gimp.org> * app/core/gimpdata.c * app/file/file-save.c * app/file/file-open.c: use g_access() from gstdio.h. * app/config/gimpconfig-file.c (gimp_config_file_copy) * libgimpthumb/gimpthumbnail.c: use g_chmod() from gstdio.h. * app/file/gimprecentlist.c * libgimpconfig/gimpconfigwriter.c: use g_creat() from gstdio.h.
-
Michael Natterer authored
2005-09-26 Michael Natterer <mitch@gimp.org> * menus/image-menu.xml.in: added Colors/Modify placeholder. * plug-ins/common/vinvert.c: moved to Colors/Modify/Invert.
-
Sven Neumann authored
2005-09-26 Sven Neumann <sven@gimp.org> * INSTALL * configure.in: bumped the required version of glib to 2.8. * app/main.c: use G_OPTION_ARG_NONE flag with callback options that take no argument. Fixes command-line options needed for 'make dist', such as '--dump-gimprc'
-