- 26 Jul, 2005 1 commit
-
-
Sven Neumann authored
2005-07-26 Sven Neumann <sven@gimp.org> * tools/gimp-remote.c: fixed signedness warnings.
-
- 25 Jul, 2005 3 commits
-
-
Maurits Rijk authored
2005-07-25 Maurits Rijk <m.rijk@chello.nl> * plug-ins/imagemap/imap_csim.y: make buffer large enough to hold all polygon data. * plug-ins/imagemap/imap_csim_parse.[ch]: regenerated. Fixes #169698
-
Michael Natterer authored
2005-07-25 Michael Natterer <mitch@gimp.org> Some DND fixes / cleanup: * app/widgets/widgets-enums.h: renamed GIMP_DND_TYPE_TOOL to GIMP_DND_TYPE_TOOL_INFO. * app/widgets/gimpselectiondata.[ch]: s/tool/tool_info/g. Moved private functions to the end of the file. Include GIMP's PID in all GtkSelectionData strings which are used to pass around stuff by reference. For things which are referenced by name, also encode the object's address in the GtkSelectionData so having a brush called "Standard" or a named buffer called "Global Buffer" will work together with DND. * app/widgets/gimpdnd.[ch]: s/tool/tool_info/g. Renamed gimp_dnd_get_data_data() to gimp_dnd_get_object_data() since it's not limited to GimpData objects. Follow above selection data API changes. Cleanup. * libgimp/gimpbrushmenu.c * libgimp/gimpdrawablecombobox.c * libgimp/gimpfontselectbutton.c * libgimp/gimpgradientmenu.c * libgimp/gimpimagecombobox.c * libgimp/gimppalettemenu.c * libgimp/gimppatternmenu.c: follow GtkSelectionData format change and check the dropped things' PID against the return value of gimp_getpid().
-
Sven Neumann authored
2005-07-25 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/misc.pdb: on Win32, include <process.h> for getpid(). * app/pdb/misc_cmds.c: regenerated.
-
- 24 Jul, 2005 4 commits
-
-
Michael Natterer authored
2005-07-25 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/misc.pdb: added gimp_getpid(). * libgimp/gimp.def: changed accordingly. * app/pdb/internal_procs.c * app/pdb/misc_cmds.c * libgimp/gimpmisc_pdb.[ch]: regenerated.
-
Michael Natterer authored
2005-07-25 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpdialog.c (gimp_dialog_add_buttons_valist): don't call gtk_widget_hide() on a NULL help button.
-
Michael Natterer authored
2005-07-24 Michael Natterer <mitch@gimp.org> * libgimp/gimpbrushmenu.c * libgimp/gimppatternmenu.c: put the previews into sunken instead of etched-in frames.
-
Hendrik Richter authored
2005-07-24 Hendrik Richter <hendi@gnome-de.org> * de.po: Fixed German translation by Jens Seidel <jensseidel@users.sf.net>.
-
- 23 Jul, 2005 3 commits
-
-
Michael Natterer authored
2005-07-24 Michael Natterer <mitch@gimp.org> * app/core/gimppattern.c: untabify, minor cleanup.
-
Michael Natterer authored
2005-07-23 Michael Natterer <mitch@gimp.org> * app/widgets/gimpselectiondata.c (gimp_selection_data_get_buffer): special case the global buffer so it can be dropped, not only dragged around.
-
Michael Natterer authored
2005-07-23 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimppageselector.c: added a label showing the number of selected pages. Allow to enter ranges like "5-" or "-7" (treat them as if the user had entered "5-n_pages" or "1-7"). Minor UI spacing and code cleanup.
-
- 22 Jul, 2005 7 commits
-
-
Michael Schumacher authored
2005-07-22 Michael Schumacher <schumaml@cvs.gnome.org> * libgimpwidgets/gimpwidgets.def: added missing gimp_page_selector_[get|set]_target
-
Michael Natterer authored
2005-07-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimppaletteeditor.c (gimp_palette_editor_init): allow to drop palettes onto the palette view again.
-
Michael Natterer authored
-
Ivan Stojmirov authored
-
Sven Neumann authored
2005-07-22 Sven Neumann <sven@gimp.org> * app/widgets/gimppaletteeditor.c (gimp_palette_editor_zoom): fixed the GIMP_ZOOM_TO case for palettes with a number of colors that is not a multiple of the number of columns.
-
Sven Neumann authored
2005-07-22 Sven Neumann <sven@gimp.org> * app/widgets/gimpviewrendererpalette.c (gimp_view_renderer_palette_render): reverted my last change here and replaced it with a better fix.
-
Sven Neumann authored
2005-07-22 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimppreview.sgml: added gimp_preview_get_area().
-
- 21 Jul, 2005 5 commits
-
-
Michael Natterer authored
2005-07-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimppaletteview.c: setup the dnd stuff in GimpView::set_viewable() and remove GimpView's automatically added GimpPalette drag source. Fixes color dragging (bug #113237).
-
Sven Neumann authored
2005-07-21 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreview.[ch]: added gimp_preview_get_area() for the rare case when one needs access to the GimpPreviewArea used in the preview. * libgimpwidgets/gimpwidgets.def: updated.
-
Ivan Stojmirov authored
-
Pawan Chitrakar authored
-
Pawan Chitrakar authored
-
- 20 Jul, 2005 4 commits
-
-
Michael Natterer authored
2005-07-20 Michael Natterer <mitch@gimp.org> * plug-ins/common/poppler.c (run): don't return an execution error if the user cancelled the dialog.
-
Marcel Telka authored
2005-07-20 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
Sven Neumann authored
2005-07-20 Sven Neumann <sven@gimp.org> * app/config/gimpconfig-dump.c: fixed typo (Debian bug #310018).
-
Sven Neumann authored
2005-07-20 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig-grid.c: declare variables at the start of the scope. Apply GIMP coding style to the new polar grid code.
-
- 19 Jul, 2005 9 commits
-
-
Sven Neumann authored
2005-07-19 Sven Neumann <sven@gimp.org> * app/tools/gimpvectortool.c (gimp_vector_tool_key_press): return FALSE if the keypress event isn't handled because of a display mismatch.
-
Sven Neumann authored
2005-07-19 Sven Neumann <sven@gimp.org> * plug-ins/common/mng.c (mng_save_image): fixed signedness warnings.
-
Michael Natterer authored
2005-07-19 Michael Natterer <mitch@gimp.org> * app/widgets/Makefile.am * app/widgets/gimprender.[ch]: new files keeping the render acceleration check buffers. * app/display/gimpdisplayshell-render.[ch]: removed them here. * app/gui/gui.c: initialize/shutdown the new buffers. * app/widgets/gimpcolormapeditor.c * app/widgets/gimpviewrenderer.c * app/widgets/gimpviewrenderergradient.c * app/actions/view-actions.c * app/display/gimpdisplayshell-appearance.c * app/display/gimpdisplayshell-draw.c * app/display/gimpdisplayshell.c: use the new stuff. Removes lots of broken widgets -> display dependencies.
-
Michael Natterer authored
2005-07-19 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcolormapeditor.[ch]: renamed member "palette" to "preview", cleanup.
-
Sven Neumann authored
2005-07-19 Sven Neumann <sven@gimp.org> * app/actions/edit-actions.c * etc/ps-menurc: changed the default keybinding for Edit->Clear from Ctrl-K to Delete (bug #118115).
-
Sven Neumann authored
2005-07-19 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_menu.c: removed unused include.
-
Sven Neumann authored
2005-07-19 Sven Neumann <sven@gimp.org> * app/widgets/gimphistogrameditor.c: try a different style for the info labels below the histogram; mainly to avoid repositioning.
-
Baris Cicek authored
-
Adam Weinberger authored
2005-07-18 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
- 18 Jul, 2005 4 commits
-
-
Sven Neumann authored
2005-07-18 Sven Neumann <sven@gimp.org> * plug-ins/benchmark-foreground-extract.py: allow to have the output images saved, made the code more robust with respect to input images, corrected some mistakes.
-
Josep Puigdemont i Casamajó authored
-
David Odin authored
* plug-ins/common/gauss.c: don't try to free unallocated space (happened when vert or horz were 0.0)
-
Sven Neumann authored
2005-07-18 Sven Neumann <sven@gimp.org> * de.po: updated.
-