- 23 Jul, 2004 1 commit
-
-
Sven Neumann authored
2004-07-23 Sven Neumann <sven@gimp.org> * app/core/gimpdatafactory.c: some newlines to improve error messages. * app/core/gimpgradient-load.c (gimp_gradient_load_svg): fixed error handling.
-
- 22 Jul, 2004 14 commits
-
-
Sven Neumann authored
2004-07-23 Sven Neumann <sven@gimp.org> * libgimpcolor/Makefile.am * libgimpcolor/test-color-parser.c: added a simple unit test framework for the color parser. * libgimpcolor/gimprgb-parse.c: fixed parsing of rgba() values. * libgimpmath/test-md5.c: minor cleanup.
-
Roman Joost authored
2004-07-23 Roman Joost <roman@bromeco.de> * de.po: removed all the fuzzyness
-
Sven Neumann authored
2004-07-23 Sven Neumann <sven@gimp.org> * libgimpcolor/gimprgb-parse.c (gimp_rgba_parse_css): added support for the "transparent" color name.
-
Sven Neumann authored
2004-07-22 Sven Neumann <sven@gimp.org> * libgimpcolor/gimprgb-parse.c * libgimpcolor/gimprgb.h: improved the CSS color parser code, added new function gimp_rgba_parse_css(), added support for HSL color values.
-
Sven Neumann authored
2004-07-22 Sven Neumann <sven@gimp.org> * libgimpcolor/gimprgb-parse.c * libgimpcolor/gimprgb.h: use a signed integer to pass the string length to the new parser functions. The API explicitely asks for -1 to be passed... * app/core/gimp.c * app/core/gimpgradient-load.[ch] * app/core/gimpgradient.h: added preliminary support for loading simple SVG gradients (see bug #148127). Be careful with this new feature; editing the loaded gradient will cause the SVG file to be overwritten! Work in progress...
-
Sven Neumann authored
2004-07-22 Sven Neumann <sven@gimp.org> * libgimpcolor/Makefile.am * libgimpcolor/gimprgb-parse.c * libgimpcolor/gimprgb.[ch]: added more RGB parsers and moved the code to a dedicated file. * libgimpcolor/gimpcolor.def: added new symbols. * libgimpwidgets/gimpcolorscales.c: use gimp_rgb_parse_hex().
-
Michael Natterer authored
2004-07-22 Michael Natterer <mitch@gimp.org> * app/app-docs.sgml * app/app-sections.txt: updated after gimpgradient.c chopping.
-
Sven Neumann authored
2004-07-22 Sven Neumann <sven@gimp.org> * app/core/Makefile.am * app/core/gimpgradient-load.[ch] * app/core/gimpgradient-save.[ch] * app/core/gimpgradient.[ch]: moved gradient file handling out of gimpgradient.c to new files. * app/core/gimp.c * app/actions/gradients-commands.c: changed accordingly. * libgimpcolor/gimpcolor.def: added gimp_rgb_parse_name.
-
Sven Neumann authored
-
Michael Natterer authored
2004-07-22 Michael Natterer <mitch@gimp.org> * data/misc/gimp.desktop.in.in (MimeType): image/g -> image/g3fax.
-
Sven Neumann authored
2004-07-22 Sven Neumann <sven@gimp.org> * app/widgets/gimpactionview.c: rephrased the text for the dialog that appears if a new shortcut collides with an existing one. * libgimpcolor/gimprgb.[ch]: added new function gimp_rgb_parse_name() which accepts RGB colors in hexadezimal notation or as SVG color keywords.
-
Michael Natterer authored
2004-07-22 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_resume): s/pause/resume/ in the API docs.
-
Michael Natterer authored
2004-07-22 Michael Natterer <mitch@gimp.org> * tools/gimp-remote.c (main): correctly convert relative paths to URIs. Append the resulting URI only if it's not NULL.
-
Michael Natterer authored
2004-07-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimptoolbox.c (toolbox_create_tools): connect to "accel-changed" of the accel_group using connect_object(), not just connect() so we don't crash when it's emitted after the toolbox is destroyed.
-
- 21 Jul, 2004 11 commits
-
-
Sven Neumann authored
-
Ray Strode authored
2004-07-21 Ray Strode <rstrode@redhat.com> * gimp/data/misc/gimp.desktop.in.in: Add MimeType line to desktop file new mime sytem.
-
Sven Neumann authored
2004-07-21 Sven Neumann <sven@gimp.org> * plug-ins/common/gif.c: declared global const variable as static. Fixes compiler warnings seen with gcc 3.4.1 (don't ask me why).
-
Michael Natterer authored
2004-07-21 Michael Natterer <mitch@gimp.org> * app/widgets/gimptemplateeditor.c * plug-ins/common/gif.c * plug-ins/common/jpeg.c: set GTK_SHADOW_IN on scrolled windows of text views. Fixes bug #148025.
-
Michael Natterer authored
2004-07-21 Michael Natterer <mitch@gimp.org> Enabled the various "Clear saved foobar now" buttons in prefs: * app/gui/session.[ch] * app/menus/menus.[ch] * app/widgets/gimpdevices.[ch]: implemented the _clear() functions: unlink() the rc file and set an internal flag that it has been deleted. Added "gboolean always_save" parameter to the _save() functions and don't save anything if it is FALSE and the internal deletion flag has been set. * app/gui/gui.c * app/widgets/gimpdevicestatus.c: changed accordingly. * app/gui/preferences-dialog.c: added callbacks for all "Save now" and "Clear now" buttons and show error messages if clearing fails. Inform the user that she has to restart GIMP to see the effect of the clearing.
-
Michael Natterer authored
2004-07-21 Michael Natterer <mitch@gimp.org> * app/core/gimpmarshal.list * app/widgets/gimpcellrendereraccel.[ch]: added "gboolean delete" parameter to the GimpCellRendererAccel::accel_edited() signal. * app/widgets/gimpactionview.c: distinguish between deletion of an accelerator and the user entering an invalid accelerator.
-
Shlomi Fish authored
* plug-ins/gimpressionist/: normalized the identifiers in placement.c.
-
Michael Natterer authored
2004-07-21 Michael Natterer <mitch@gimp.org> * app/actions/context-actions.c: changed names of actions which select brushes, patterns etc. from e.g. "context-brush-first" to "context-brush-select-first". * menus/image-menu.xml.in: changed accordingly.
-
Michael Natterer authored
2004-07-21 Michael Natterer <mitch@gimp.org> * app/gui/preferences-dialog.c: remember the keyboard shortcut dialog and show it only once. * app/widgets/gimpactionview.c * app/widgets/gimpcellrendereraccel.c: minor cleanups. Seems to work pretty well now and thus fixes bug #142922.
-
Michael Natterer authored
2004-07-21 Michael Natterer <mitch@gimp.org> * app/app-docs.sgml * app/app-sections.txt * app/app.types: added GimpActionView and GimpCellRendererAccel.
-
Michael Natterer authored
2004-07-21 Michael Natterer <mitch@gimp.org> * app/core/gimpmarshal.list * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcellrendereraccel.[ch]: new cell renderer which displays an accelerator and allows to edit it (ripped out of libegg and modified). * app/widgets/gimpactionview.c: use the new renderer and connect to its "accel-edited" signal (its callback is one huge mess that needs to be cleaned up). Added ugly hack to work around GTK+ API limitation that seems to prevent implementing a shortcut editor in a sane way. * app/actions/file-actions.c * app/actions/image-actions.c * app/actions/tools-actions.c: added ugly hacks here, too. * app/gui/preferences-dialog.c: relaced Cancel/Ok in the shortcut editor by Close.
-
- 20 Jul, 2004 14 commits
-
-
Sven Neumann authored
2004-07-20 Sven Neumann <sven@gimp.org> * configure.in (ALL_LINGUAS): added back "pa" for Punjabi now that the missing po files have been added (tips/pa.po is still missing though).
-
Michael Natterer authored
2004-07-20 Michael Natterer <mitch@gimp.org> * app/widgets/gimpactionfactory.[ch] * app/widgets/gimpactiongroup.[ch]: added "label" and "stock-id" properties to GtkActionGroup and allow to register them in the GimpActionFactory. * app/actions/actions.c: register user visible labels and icons with all action groups. * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpactionview.[ch]: new widget which shows a treeview of action groups and their actions & shortcuts. * app/widgets/gimpaction.[ch]: added gimp_action_name_compare() utility function. * app/widgets/gimpwidgets-utils.[ch]: added gimp_get_accel_string() utility function. * app/widgets/gimpcontrollers.[ch]: added gimp_controllers_get_ui_manager() which will be used for setting up the controller mapping dialog. * app/gui/preferences-dialog.c: added a "Configure Keyboard Shortcuts" button which pops up a GimpControllerView. Work in progress...
-
Michael Natterer authored
2004-07-20 Michael Natterer <mitch@gimp.org> * app/actions/image-actions.c: make sure that the "image-new" and "image-new-from-image" actions always have the same shortcut.
-
William Skaggs authored
* plug-ins/Lighting/lighting_main.c * plug-ins/Lighting/lighting_main.h * plug-ins/Lighting/lighting_preview.c * plug-ins/Lighting/lighting_preview.h * plug-ins/Lighting/lighting_shade.c * plug-ins/Lighting/lighting_ui.c: completely reworked UI for lighting page. Now supports up to 6 lights (more is trivial). Added ability to temporarily isolate selected light. Added light intensity controls. Can interactively position each light (does not quite work yet for directional lights).
-
Michael Natterer authored
2004-07-20 Michael Natterer <mitch@gimp.org> * app/actions/tools-actions.c: added an icon to the "tools-visibility" action.
-
Sven Neumann authored
2004-07-20 Sven Neumann <sven@gimp.org> * app/composite/gimp-composite.c (gimp_composite_init): now that the output depends on --verbose, enable it for stable releases also.
-
Shlomi Fish authored
* plug-ins/gimpressionist/presets.c: fixed the incorrect strings for input and output of the preset's fields. (a relic of an irresponsible search-and-replace script). * plug-ins/gimpressionist/: normalized the identifiers of orientmap.c.
-
Helvetix Victorinox authored
* app/composite/Makefile.am (regenerate): Updated make-installer.py command line to take advantage of the new compile time method of determining which instruction set to compile.
-
Helvetix Victorinox authored
* app/composite/Makefile (regenerate): Updated make-installer.py command line to take advantage of the new compile time method of determining which instruction set to compile.
-
Helvetix Victorinox authored
* app/composite/gimp-composite.c (gimp_composite_init): Print the list of active instruction sets if the --verbose command line switch is ON (via be_verbose) * app/composite/gimp-composite-x86.h: Factored code from the mmx, and sse implementations. * app/composite/make-installer.py: Raised the number of test iterations from 1 to 10. * app/composite/gimp-composite-3dnow.[ch] * app/composite/gimp-composite-3dnow-test.c * app/composite/gimp-composite-3dnow-installer.c * app/composite/gimp-composite-altivec.[ch] * app/composite/gimp-composite-altivec-test.c * app/composite/gimp-composite-altivec-installer.c * app/composite/gimp-composite-mmx.[ch] * app/composite/gimp-composite-altivec-test.c * app/composite/gimp-composite-altivec-installer.c * app/composite/gimp-composite-sse.[ch] * app/composite/gimp-composite-sse-test.c * app/composite/gimp-composite-sse-installer.c * app/composite/gimp-composite-sse2.[ch] * app/composite/gimp-composite-sse2-test.c * app/composite/gimp-composite-sse2-installer.c * app/composite/gimp-composite-vis.[ch] * app/composite/gimp-composite-vis-test.c: Regenerated sources via make-installer.py
-
Sven Neumann authored
2004-07-20 Sven Neumann <sven@gimp.org> * app/app_procs.c * app/base/base.[ch] * app/composite/gimp-composite.[ch]: pass "be_verbose" to the base and composite subsystems.
-
Amanpreet Singh Alam authored
-
Sven Neumann authored
2004-07-20 Sven Neumann <sven@gimp.org> * autogen.sh: added some empty lines to improve readability of the output in case of problems. * configure.in: bumped version number to 2.1.3.
-
Michael Natterer authored
-