- 21 Jan, 2001 8 commits
-
-
Michael Natterer authored
-
Simon Budig authored
2001-01-21 Simon Budig <simon@gimp.org> * app/pdb/README: Added another warning about autogenerated files
-
Sven Neumann authored
2001-01-21 Sven Neumann <sven@gimp.org> * tools/pdbgen/app.pl: changed destdir for app-side PDB wrappers to app/pdb * app/Makefile.am: don't create libgimpim.a in app. * configure.in * app/pdb/Makefile.am * app/pdb/internal_procs.[ch] * app/pdb/procedural_db.[ch] * app/pdb/*_cmds.c: moved PDB functions into their own subdirectory. * app/internal_procs.[ch] * app/procedural_db.[ch] * app/*_cmds.c: removed here * app/app_procs.c * app/batch.c * app/bezier_select.c * app/brush_select.c * app/bucket_fill.c * app/colormap_dialog.c * app/fileops.c * app/gimage.c * app/gimage_mask.c * app/gimphelp.c * app/gradient_select.c * app/info_window.c * app/invert.c * app/lc_dialog.c * app/menus.c * app/nav_window.c * app/palette_import.c * app/paths_dialog.c * app/pattern_select.c * app/plug_in.h * app/text_tool.c * app/xcf.c * po/POTFILES.in: changed accordingly
-
Michael Natterer authored
2001-01-21 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/palette_import.[ch]: moved the palette_import dialog to it's own file. * app/gimage.c * app/palette.[ch] * app/paletteP.h: changed accordingly.
-
Simon Budig authored
2001-01-21 Simon Budig <simon@gimp.org> * modules/colorsel_triangle.c: Fixed the "disappearing triangle" bug. The triangle happens to be more triangular now too... :-)
-
Sven Neumann authored
2001-01-21 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/Makefile.am: removed interp_md5.[ch] from the build because it was not used at all. * plug-ins/script-fu/script-fu-console.c * plug-ins/script-fu/script-fu-scripts.c * plug-ins/script-fu/script-fu-server.c * plug-ins/script-fu/script-fu.c: even more pedantic indentation
-
Michael Natterer authored
2001-01-21 Michael Natterer <mitch@gimp.org> * app/palette_entries.h: removed. * app/gimppalette.[ch]: new object derived from GimpObject. Just used as a container at the moment (no signals or stuff used). * app/palette.[ch]: changed almost every line except in the import_dialog part. * app/Makefile.am * app/apptypes.h * app/convert.[ch] * app/gimpdnd.h * app/paletteP.h * app/palette_select.[ch] * app/convert_cmds.c * tools/pdbgen/pdb/convert.pdb: changed accordingly. * app/gimpdrawable.c: set klass->removed to NULL.
-
Michael Natterer authored
2001-01-21 Michael Natterer <mitch@gimp.org> * app/color_notebook.[ch]: added a "title" parameter to the constructor. Pass a pointer to the ColorNotebook to the callback. Added a _get_color() function. * app/color_panel.[ch]: added a "title" parameter which is used for the notebook. * app/channels_dialog.c * app/color_area.c * app/colormap_dialog.c * app/convert.c * app/palette_select.c * app/qmask.c: changed the calls to color_notebook_new(), color_panel_new() and the ColorNotebook callbacks. * app/gradient.c: use a ColorNotebook instead of GtkColorSelection. * app/palette.c * app/palette_entries.h: use GimpRGB to store the color in the PaletteEntry. * po/POTFILES.in: added app/color_area.c
-
- 20 Jan, 2001 3 commits
-
-
Michael Natterer authored
2001-01-20 Michael Natterer <mitch@gimp.org> * app/gradient.[ch]: made gradient_get_color_at() use GimpRGB. * app/airbrush.c * app/blend.c * app/gimpcontextpreview.c * app/gradient_select.c * app/paint_core.[ch] * app/paintbrush.c * app/palette.c * app/pencil.c * app/gradients_cmds.c * app/gradient_select_cmds.c * tools/pdbgen/pdb/gradient_select.pdb * tools/pdbgen/pdb/gradients.pdb: changed accordingly.
-
Michael Natterer authored
2001-01-20 Michael Natterer <mitch@gimp.org> * app/color_notebook.[ch] * app/gimpcontext.[ch] * app/gimpdnd.h: made the _set_color() and _drop_color() functions take a "const GimpRGB *" parameter. * app/by_color_select.c * app/channels_dialog.c * app/color_area.c * app/color_panel.c * app/color_picker.c * app/color_select.c * app/colormap_dialog.c * app/disp_callbacks.[ch] * app/gimpimage.h * app/palette.c: changed accordingly. * app/gradient.c * app/gradientP.h * app/gradient_header.h: use GimpRGB internally.
-
Michael Natterer authored
2001-01-20 Michael Natterer <mitch@gimp.org> * app/gimpdrawable.[ch]: made gimp_drawable_fill() use GimpRGB, added some "const", delete unused function, reordered some functions. * app/drawable.c * app/qmask.c: follow the change.
-
- 19 Jan, 2001 16 commits
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Valek Frob authored
-
Valek Frob authored
-
Valek Frob authored
-
Michael Natterer authored
2001-01-19 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/appenums.h * app/apptypes.h: moved all enums from apptypes.h to the new file appenums.h * tools/pdbgen/Makefile.am * tools/pdbgen/app.pl * tools/pdbgen/enums.pl: changed accordingly. Removed some files from the list of files to scan for enums. * TODO.xml: added two minor UI issues.
-
- 18 Jan, 2001 1 commit
-
-
Sven Neumann authored
2001-01-18 Sven Neumann <sven@gimp.org> * plug-ins/common/gqbist.c: fixed typo, adjusted coding style
-
- 17 Jan, 2001 5 commits
-
-
Daniel Egger authored
2001-01-17 Daniel Egger <egger@suse.de> * PLUGIN_MAINTAINERS: Entered Jens Christian Restemeier as maintainer as wished. * plug-ins/common/gqbist.c: Applied a patch by Jens Christian Restemeier <jrestemeier@currantbun.com> which fixes a calculus bug, adds antialiasing and beatifies the code quite a bit.
-
Sven Neumann authored
-
Sven Neumann authored
2001-01-17 Sven Neumann <sven@gimp.org> * INSTALL: adjusted version numbers, added warning * configure.in: changed .gimp to .gimp-1.3
-
Yuri Syrota authored
-
Michael Natterer authored
2001-01-17 Michael Natterer <mitch@gimp.org> * app/gimprc.c: factored the color parsing code out to the new function parse_color() and made it parse RGB, RGBA, HSV and HSVA colors. * app/color_notebook.c * app/devices.c * app/session.c: changed accordingly.
-
- 16 Jan, 2001 7 commits
-
-
Sven Neumann authored
2001-01-16 Sven Neumann <sven@gimp.org> * app/color_notebook.c: fixed my last change * libgimp/gimpcolorarea.c: swapped opaque and transparent areas
-
Kenneth Christiansen authored
Updates bonobo/po/da.po evolution/po/da.po gal/po/da.po gimp/po/da.po gimp/po-plug-ins/da.po gnome-libs/po/da.po gnome-vfs/po/da.po gnomeicu/po/da.po gnumeric/po/da.po helix-setup-tools/po/da.po mc/po/da.po nautilus/po/da.po pan/po/da.po
-
Sven Neumann authored
2001-01-16 Sven Neumann <sven@gimp.org> * libgimp/gimpcolorspace.c: fixed RGB to HSV routine * app/color_notebook.c: tweaked dialog layout a little, disabled toggle_buttons if the colorselector does not implement the set_channel method. * modules/colorsel_gtk.c * modules/colorsel_triangle.c * modules/colorsel_water.c: removed empty set_channel methods
-
Sven Neumann authored
2001-01-16 Sven Neumann <sven@gimp.org> * app/devices.c: don't show the alpha value of fore/background colors
-
Michael Natterer authored
2001-01-16 Michael Natterer <mitch@gimp.org> * app/color_area.c * app/color_notebook.[ch] * app/color_panel.c * app/gimprc.c * app/session.c: store the color history in sessionrc. * app/channels_dialog.c: tweaked the "new channel" and "channel atributes" dialogs a bit.
-
Manish Singh authored
-Yosh
-
Michael Natterer authored
2001-01-16 Michael Natterer <mitch@gimp.org> * app/color_notebook.c: added a global color history of 16 colors. The "Add" button uses neither LRU nor pure right-shift order but something in between. The history is scheduled to go to sessionrc.
-