- 05 Jun, 2005 2 commits
-
-
William Skaggs authored
* plug-ins/common/screenshot.c: make " no decorations" option work; problem pointed out by Jean-Luc Coulon on dev list.
-
Sven Neumann authored
2005-06-05 Sven Neumann <sven@gimp.org> * app/widgets/gimpviewrendererbrush.c (gimp_view_renderer_brush_render_timeout): if the area is larger than the brush, center the brush.
-
- 04 Jun, 2005 29 commits
-
-
Sven Neumann authored
2005-06-05 Sven Neumann <sven@gimp.org> * app/widgets/gimpcoloreditor.c * app/widgets/gimpcursorview.c * app/widgets/gimpdataeditor.c * app/widgets/gimpeditor.c * app/widgets/gimphistogrameditor.c * app/widgets/gimppaletteeditor.c: peek at the default interface to get the parent interface. Unconditionally chain up in get_aux_info() and set_aux_info() methods.
-
Manish Singh authored
2005-06-04 Manish Singh <yosh@gimp.org> * libgimp/Makefile.am: reorder to get the marshal files built first.
-
Manish Singh authored
2005-06-04 Manish Singh <yosh@gimp.org> * POTFILES.in: added libgimp/gimpfontselectbutton.c
-
Manish Singh authored
2005-06-04 Manish Singh <yosh@gimp.org> * libgimp/gimpfontselectbutton.[ch]: new formal widget based on gimpfontmenu.[ch]. * libgimp/gimpuimarshal.list: needed for new signal in above. * libgimp/gimpfontmenu.[ch]: deprecate, and thinly wrap around new GimpFontSelectButton for compatibility. * libgimp/gimpuitypes.h: add GimpFontSelectButton, as well as types for the future SelectButtons. * libgimp/gimpui.h * libgimp/Makefile.am: hook in the new widget. * plug-ins/common/film.c * plug-ins/script-fu/script-fu-interface.c: use new API.
-
Sven Neumann authored
2005-06-05 Sven Neumann <sven@gimp.org> * app/widgets/gimpdocked.[ch] * app/widgets/gimpeditor.[ch]: moved button-bar API to the GimpDocked interface. * app/widgets/gimpcontainereditor.c: implement the new interface methods and proxy them to the embedded docked. * app/actions/dockable-actions.c * app/actions/dockable-commands.c: changed accordingly.
-
Manish Singh authored
2005-06-04 Manish Singh <yosh@gimp.org> * libgimp/gimpimagecombobox.h * libgimp/gimpdrawablecombobox.h: fix the type macros so they work.
-
Priit Laes authored
2005-06-05 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by "Last-Translator: Olle Niit\n".
-
Priit Laes authored
2005-06-05 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by "Last-Translator: Olle Niit olle@paalalinn.com\n".
-
Priit Laes authored
2005-06-05 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Olle Niit.
-
Sven Neumann authored
2005-06-04 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontainerview.h: don't include gimpeditor.h. * app/widgets/gimpbufferview.c * app/widgets/gimpdocumentview.c * app/widgets/gimpfontview.c * app/widgets/gimpimageview.c: include it here instead.
-
Sven Neumann authored
2005-06-04 Sven Neumann <sven@gimp.org> * app/actions/dockable-actions.c * app/actions/dockable-commands.[ch] * app/widgets/gimpeditor.[ch] * app/widgets/gimphelp-ids.h * menus/dockable-menu.xml.in: allow to show/hide the button-bar in GimpEditor. Should be merged into the GimpDocked interface.
-
Manish Singh authored
2005-06-04 Manish Singh <yosh@gimp.org> * plug-ins/helpbrowser/dialog.c: define _O_BINARY ourselves if it's not defined by any headers, and use that instead of #ifdefed calls to g_open.
-
Sven Neumann authored
-
Francisco Javier F. Serrador authored
2005-06-04 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2005-06-04 Sven Neumann <sven@gimp.org> * app/widgets/gimpwidgets-utils.c (gimp_text_buffer_load): validate the iter after appending to the text buffer.
-
Sven Neumann authored
-
Sven Neumann authored
2005-06-04 Sven Neumann <sven@gimp.org> * app/tools/gimpmagnifytool.c (gimp_magnify_tool_button_release): fix calculation of zoom offsets in the case that dot-for-dot mode is not enabled (bug #306476).
-
Sven Neumann authored
2005-06-04 Sven Neumann <sven@gimp.org> * libgimp/libgimp-sections.txt * libgimp/libgimp.types * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimpstock.sgml: updated. * libgimp/tmpl/gimpdrawablecombobox.sgml * libgimp/tmpl/gimpenums.sgml * libgimp/tmpl/gimpvectors.sgml * libgimpwidgets/tmpl/gimpcolorarea.sgml: regenerated.
-
Sven Neumann authored
2005-06-04 Sven Neumann <sven@gimp.org> * app/widgets/gimpdnd.c (gimp_dnd_get_viewable_icon): use the viewable's description in the drag icon. Use a larger preview. * app/widgets/gimpdockbook.c: tweak spacing and border-width of the tab widget if it is being used as drag icon.
-
Francisco Javier F. Serrador authored
2005-06-04 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2005-06-04 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorarea.[ch]: invalidate the buffer when the widget's sensitivity changes. Draw a stipple pattern on the insensitive color area. * libgimpwidgets/gimpcellrenderercolor.c: follow internal API change. * libgimpwidgets/gimpcolorbutton.c: pass GDK_BUTTON1_MASK as drag-mask. Doesn't work for whatever reason but it didn't work with GDK_BUTTON2_MASK either.
-
Michael Schumacher authored
2005-06-04 Michael Schumacher <schumaml@cvs.gnome.org> * plug-ins/common/webbrowser.c: use GetDesktopWindow() and SW_SHOW as suggested in bug #171200. Applied to both branches.
-
Michael Schumacher authored
2005-06-04 Michael Schumacher <schumaml@cvs.gnome.org> * plug-ins/helpbrowser/dialog.c: added #ifdef G_OS_WIN32 because O_BINARY isn't available on other platforms
-
Sven Neumann authored
2005-06-04 Sven Neumann <sven@gimp.org> * app/widgets/gimpdnd.c (gimp_dnd_get_viewable_icon): reduced the number of characters to show before ellipsizing the label. * libgimpwidgets/gimpcolorarea.c: added a "draw-border" property. * app/widgets/gimpcolorframe.c: draw a border around the color area.
-
Michael Schumacher authored
2005-06-03 Michael Schumacher <schumaml@cvs.gnome.org> * plug-ins/helpbrowser/dialog.c: added a O_BINARY to make sure that images are loaded correctly
-
Manish Singh authored
2005-06-03 Manish Singh <yosh@gimp.org> * libgimp/gimpdrawablecombobox.c: create the layer combo with the right type.
-
Manish Singh authored
2005-06-03 Manish Singh <yosh@gimp.org> * tools/pdbgen/Makefile.am * tools/pdbgen/enumcode-py.pl: removed, unneeded now.
-
Sven Neumann authored
2005-06-04 Sven Neumann <sven@gimp.org> * app/widgets/gimpcolorframe.[ch]: added property for "mode", fixed some implementation issues. * app/widgets/gimpsamplepointeditor.c: create the color frames using g_object_new().
-
Manish Singh authored
2005-06-03 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/pygimp-api.h * plug-ins/pygimp/gimpmodule.c: export our API to other modules in a saner fashion. Also add checks_get_shades method. * plug-ins/pygimp/procbrowser.c: Use new export API. * plug-ins/pygimp/pygimp-drawable.c (drw_mask_intersect): use Py_BuildValue to build the tuple. * plug-ins/pygimp/pygimp-image.c (img_repr): capitalization fix. * plug-ins/pygimp/pygimp-rgb.c * plug-ins/pygimp/pygimpcolor.h * plug-ins/pygimp/gimpcolormodule.c: beginnings of a wrapper to libgimpcolor. * plug-ins/pygimp/gimpfu.py * plug-ins/pygimp/gimpenums.py * plug-ins/pygimp/gimpenumsmodule.c: use gimp enum API to find out our enums. * plug-ins/pygimp/Makefile.am: hook in all of the above.
-
- 03 Jun, 2005 9 commits
-
-
Manish Singh authored
2005-06-03 Manish Singh <yosh@gimp.org> * configure.in: build pygimp by default.
-
William Skaggs authored
* app/widgets/gimpcolorframe.[ch]: add "has-color-area" property, FALSE by default. * app/widgets/gimpsamplepointeditor.c: explicitly add a color area to the color frames.
-
Sven Neumann authored
2005-06-04 Sven Neumann <sven@gimp.org> * app/widgets/gimpdnd.c (gimp_dnd_get_viewable_icon): show the viewable's name in the drag icon.
-
Michael Natterer authored
2005-06-04 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainertreeview-dnd.c (gimp_container_tree_view_drop_status): bail out early if the view has no container (instead of crashing).
-
Manish Singh authored
2005-06-03 Manish Singh <yosh@gimp.org> * libgimpcolor/gimprgb.h: whitespace fix. * libgimpwidgets/gimpchainbutton.h * libgimpwidgets/gimpwidgetsenums.[ch]: move GimpChainPosition to a registered enum, and register GimpSizeEntryUpdatePolicy as as well. * libgimp/gimpuitypes.h * libgimp/gimpdrawablecombobox.[ch]: turn these into GObjects with their own types. * libgimp/gimpimagecombobox.c: use G_DEFINE_TYPE.
-
Manish Singh authored
2005-06-03 Manish Singh <yosh@gimp.org> * tools/pdbgen/enumcode.pl: make _gimp_enums_init public, so language bindings can do early enum registration if needed. * libgimp/gimpenums.h * libgimp/gimpenums.c.tail: regenerated * gimp.c: call gimp_enums_init instead of _gimp_enums_init. * gimp.def: add newly exported function.
-
Manish Singh authored
2005-06-03 Manish Singh <yosh@gimp.org> * configure.in: require python 2.2.1, so True and False are always there. Check for pygtk codegen stuff, we'll be using that in the future. * plug-ins/pygimp/plug-ins/*.py: Use True and False instead of TRUE and FALSE.
-
William Skaggs authored
* app/core/gimpitem-align.c * app/core/gimpitem-align.h (gimp_item_align): remove push_undo arg, useless as pointed out by mitch. * app/tools/gimpaligntool.c: changed correspondingly.
-
Michael Natterer authored
2005-06-04 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcolorframe.[ch]: added API to show a number in front of the color area. * app/widgets/gimpsamplepointeditor.c: use the new API to put the sample points' numbers there.
-