- 20 Jul, 2005 3 commits
-
-
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 10 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.
-
Sven Neumann authored
2005-07-18 Sven Neumann <sven@gimp.org> * POTFILES.in: added libgimpwidgets/gimpresolutionentry.c. * de.po: updated.
-
Sven Neumann authored
2005-07-18 Sven Neumann <sven@gimp.org> * plug-ins/common/poppler.c: marked strings for translation.
-
Sven Neumann authored
2005-07-18 Sven Neumann <sven@gimp.org> * app/tools/gimpeditselectiontool.c (gimp_edit_selection_tool_start): need to sort the boundary here since gimp_draw_tool_draw_boundary() expects a sorted boundary now. Fixes bug #310432. * app/tools/gimppainttool.c: formatting.
-
Sven Neumann authored
-
Sven Neumann authored
2005-07-18 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpresolutionentry.c: tweaked spacing and alignments to make it look more like our other widgets. * plug-ins/common/poppler.c: put the resolution entry into a hbox so that it doesn't expand horizontally; removed unused table.
-
Adam Weinberger authored
2005-07-18 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
- 17 Jul, 2005 7 commits
-
-
Sven Neumann authored
2005-07-17 Sven Neumann <sven@gimp.org> * tools/shooter.c (find_toplevel_window): fixed signedness of argument in call to XQueryTree().
-
Sven Neumann authored
2005-07-17 Sven Neumann <sven@gimp.org> * plug-ins/common/nlfilt.c * plug-ins/common/pat.c * plug-ins/common/svg.c * plug-ins/common/tiff.c * plug-ins/common/tile.c * plug-ins/common/uniteditor.c * plug-ins/common/wmf.c: fixed signedness warnings.
-
Sven Neumann authored
2005-07-17 Sven Neumann <sven@gimp.org> * app/widgets/gimpdnd-xds.c: added missing casts.
-
Manish Singh authored
2005-07-17 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/gimpmodule.c * plug-ins/pygimp/pygimp-drawable.c: revert to old behavior of parasite_find functions returning None when there isn't a parasite found. Fixed bug #310666.
-
Francisco Javier F. Serrador authored
2005-07-17 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Nate Summers authored
* libgimpwidgets/gimpresolutionentry.[ch]: spiffy new widget that given a physical size, displays that size in an arbitrary unit, and lets you select a resolution via changing either the corresponding width and height or specifying it directly in pixels per your chosen unit. * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.def * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h: added appropriate files, function, headers, and types, respectively * devel-docs/libgimpwidgets/libgimpwidgets.types: added gimp_resolution_entry_get_type. A section still needs to be created for it. * plug-ins/common/poppler.c (run): bugfix that accidentally wasn't merged in previous commit. * plug-ins/common/poppler.c (load_dialog): replaced resolution spinbutton with a GimpResolutionEntry.
-
Nate Summers authored
* libgimpwidgets/gimpresolutionentry.[ch]: spiffy new widget that given a physical size, displays that size in an arbitrary unit, and lets you select a resolution via changing either the corresponding width and height or specifying it directly in pixels per your chosen unit. * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.def * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h: added appropriate files, function, headers, and types, respectively * devel-docs/libgimpwidgets/libgimpwidgets.types: added gimp_resolution_entry_get_type. A section still needs to be created for it. * plug-ins/common/poppler.c (run): bugfix that accidentally wasn't merged in previous commit. * plug-ins/common/poppler.c (load_dialog): replaced resolution spinbutton with a GimpResolutionEntry.
-
- 16 Jul, 2005 1 commit
-
-
Sven Neumann authored
2005-07-16 Sven Neumann <sven@gimp.org> * app/base/siox.c: added comments about possible improvements.
-
- 15 Jul, 2005 10 commits
-
-
Sven Neumann authored
-
Nate Summers authored
-
Nate Summers authored
* plug-ins/common/poppler.c: merged in all the changes in my current gimp-poppler tree that don't need c++ or cause regressions. Insignificant code cleanups. * plug-ins/common/poppler.c (load_dialog): display title of pdf at the top of the dialog, and show the page labels in the page selector. The loop for the page labels might be profitably moved into another thread, but I haven't actually timed how long it takes to be sure.
-
Sven Neumann authored
2005-07-16 Sven Neumann <sven@gimp.org> * plug-ins/benchmark-foreground-extract.py: show elapsed time.
-
Nate Summers authored
* plug-ins/common/poppler.c: merged in all the changes in my current gimp-poppler tree that don't need c++ or cause regressions. Insignificant code cleanups. * plug-ins/common/poppler.c (load_dialog): display title of pdf at the top of the dialog, and show the page labels in the page selector. The loop for the page labels might be profitably moved into another thread, but I haven't actually timed how long it takes to be sure.
-
Nathan Summers authored
2005-07-16 Nathan Summers <rock@gimp.org> * plug-ins/common/mkgen.pl: add poppler's CFLAGS, and make the comment about how plug-ins/common/Makefile.am is autogenerated more prominent * plug-ins/common/.cvsignore * plug-ins/common/Makefile.am:
-
Nate Summers authored
* plug-ins/common/plugin-defs.pl: add poppler to the list of plugins * plug-ins/common/mkgen.pl: add poppler's CFLAGS, and make the comment about how plug-ins/common/Makefile.am is autogenerated more prominent
-
Nate Summers authored
* plug-ins/common/poppler.c: initial import into CVS. There was much rejoicing. * configure.in: check for gthread-2.0 in the poppler check, because it is not necessarily checked for elsewhere. Once other threaded plugins become available, this probably should be moved. Also removed the HAVE_POPPLER am conditional; it wasn't needed. * plug-ins/common/Makefile.am: added poppler to the build process
-
Nate Summers authored
* plug-ins/common/poppler.c: initial import into CVS. There was much rejoicing. * configure.in: check for gthread-2.0 in the poppler check, because it is not necessarily checked for elsewhere. Once other threaded plugins become available, this probably should be moved. Also removed the HAVE_POPPLER am conditional; it wasn't needed. * plug-ins/common/Makefile.am: added poppler to the build process
-
Sven Neumann authored
2005-07-16 Sven Neumann <sven@gimp.org> * app/widgets/gimpimagepropview.[ch]: also show the number of pixels.
-