- 04 Apr, 2000 5 commits
-
-
Kjartan Maraas authored
2000-04-04 Kjartan Maraas <kmaraas@online.no> * ru.po: Updated Russian translation from Valek Filippov <frob@df.ru>.
-
Gert Dewit authored
-
Sven Neumann authored
--Sven
-
Kjartan Maraas authored
2000-04-04 Kjartan Maraas <kmaraas@online.no> * no.po: Updated Norwegian translation.
-
Chyla Zbigniew authored
-
- 03 Apr, 2000 8 commits
-
-
Stanislav Brabec authored
-
Stanislav Brabec authored
-
Michael Natterer authored
2000-04-03 Michael Natterer <mitch@gimp.org> * app/color_panel.[ch] * app/color_picker.c * app/qmask.c: removed the public function color_panel_free() and fake a real widget's behaviour by connecting to the panel widget's "destroy" signal. * app/channels_dialog.c * app/layers_dialog.c: cleaned up and sync'ed the code where possible (without changing the logic).
-
Michael Natterer authored
2000-04-03 Michael Natterer <mitch@gimp.org> * app/channels_dialog.c * app/layers_dialog.c: when dropping layers/channels around in the stack, Gtk sometimes continues searching a drag destination _after_ the drop callback has been called (which is probably a bug), causing a SEGV because the callback changed the GtkList containing the layer/channel widgets. The safe way is to reorder the stack in an idle function which should also be robust against any future Gdk/X dnd protocol change. For the same reason, I added an idle function which lets the active layer/channel widget grab the focus because in some dnd cases the row holding the focus was not the active one (which is otherwise impossible with GTK_SELECTION_BROWSE). This commit should fix the remaining problems with layer/channel dnd as well as all cases where the highlighted layer was not the active one. Please report if it still doesn't work for you.
-
Sven Neumann authored
makes those scripts use SF-ADJUSTMENTS instead of SF-VALUES and fixes a few bugs. --Sven
-
jfell authored
-
jfell authored
-
Michael Natterer authored
2000-04-03 Michael Natterer <mitch@gimp.org> * app/gimpdnd.[ch] * app/channels_dialog.c * app/layers_dialog.c: removed the GdkGC parameter from gimp_dnd_set_drawable_preview_icon() since it's no longer used. * app/gimpimage.c: dirty the view correctly after applying the layer mask. Don't gdisplays_flush() because it's the job of the caller. * app/layers_dialog.c: when applying a layer mask, flush either the display or just the layer_widget, depending on the previous visibility state of the mask. Cleanups. * plug-ins/print/gimp_color_window.c * plug-ins/print/gimp_main_window.c: including config.h re-enables i18n.
-
- 02 Apr, 2000 12 commits
-
-
Manish Singh authored
* configure.in: applied fix for missing "-" as reported in bug #8283. The other half of that bug is fixed by my previous configure.in change. -Yosh
-
Sven Neumann authored
german translation. Hopefully the translation is now good enough that it won't ihave to change much anymore, since the new "Gimp kurz und gut" reference for 1.2 will go into print soon... --Sven
-
Nick Lamb /GIMP authored
the testing process. This should fix it all image types.
-
Garry R. Osgood authored
2000-04-02 Garry R. Osgood <gosgood@idt.net> * gimp/app/colormap_dialog.i.c As Mr. Lamb, report originator noted, an easy fix. in ipal_set_image() line 688 Reorganized the initialization of the indexed palette object so as not to run afoul of gasserts() inhabiting ipal_draw() and client routines. These entailed initialing ipal->col_index, ipal->dnd_col_index prior to call to ipal_draw()
-
Tuomas Kuosmanen authored
-
Andy Thomas authored
* app/bezier_select.c Curves/Path tool Fixed propblem with deleting points. You can now delete the first and last point on any open curve (as well as mid-points). Also fixed some problems where some points would leave the markers on screen after they had been deleted. Note you have always been able to delete whole curves by pressing the "shift" key when over a point to be deleted in "remove mode".
-
Michael Natterer authored
2000-04-02 Michael Natterer <mitch@gimp.org> * app/interface.c: completely overworked the widget packing of the display shell. This was necessary because the table insisted on giving the vertical scrollbar more allocation than it needed when first displaying an image which is smaller than the minimal statusbar width. Replaced the tables with packing boxes. See the comments I've added to create_display_shell() if you really want to see the ugly details. Also, to get rid of the 2-pixel spacing which appears at the bottom of the display whenever the statusarea is hidden, gdisp->statusarea is now the eventbox, not the hbox it contains. * pixmaps/navbutton.xpm: made it 2x2 pixels larger.
-
Manish Singh authored
* configure.in: minor portability nit with gtkxmhtml tests * plug-ins/print/print.c: fix missing variable name from the merge -Yosh
-
Sven Neumann authored
--Sven
-
jaycox authored
* plug-ins/common/tiff.c: Added a missing break statement so that the compression argument in calls to file_tiff_save is honored.
-
Nick Lamb /GIMP authored
of displaying them. Did I mention that INDEXED + A sucks?
-
Garry R. Osgood authored
2000-04-01 Garry R. Osgood <gosgood@idt.net> * gimp/app/bezier_select.c No fooling, #6903 was not that hard to close; in bezier_edit_point_on_curve(),when point deletion reduces a curve below the minimum with which the implementation can cope (2 anchors, four controls) we put it out of its misery with an invocation of delete_whole_curve().
-
- 01 Apr, 2000 8 commits
-
-
Michael Natterer authored
2000-04-01 Michael Natterer <mitch@gimp.org> * app/disp_callbacks.c: when dropping a drawable, do the undo_push_group_start() before creating the new layer, otherwise the undo system will show obscure misbehaviour (the undo group is pushed correctly but no undo will be possible until an other undo is pushed).
-
Marc Lehmann authored
-
Birger Langkjer/danish translations authored
gimp/po/da.po
-
Michael Natterer authored
2000-04-01 Michael Natterer <mitch@gimp.org> Backported the UI changes of the 3.1.x gimp-print plugin to the stable 3.0.x version. Put the printer definitions to a separate file and added the 3.1.x access functions. This way the new dialog files can be used with minimal changes. Bumped version number to 3.0.10. * po-plug-ins/POTFILES.in * plug-ins/print/Makefile.am * plug-ins/print/print_gimp.h * plug-ins/print/gimp_color_window.c * plug-ins/print/gimp_main_window.c: new files containing the dialog code. * plug-ins/print/print-printers.c: new file containing the printer definitions. * plug-ins/print/print-util.c: added printer list access functions. * plug-ins/print/print.[ch]: removed the dialog stuff and use the list access functions.
-
Chyla Zbigniew authored
-
Michael Natterer authored
2000-04-01 Michael Natterer <mitch@gimp.org> * plug-ins/flame/Makefile.am * plug-ins/flame/megawidget.[ch]: removed * plug-ins/flame/flame.c: general ui cleanup, added some sanity checks when opening a flame file, indentation.
-
Sven Neumann authored
--Sven
-
- 31 Mar, 2000 7 commits
-
-
jfell authored
-
Michael Natterer authored
2000-03-31 Michael Natterer <mitch@gimp.org> * app/gimpdnd.[ch]: minor cleanups. * libgimp/gimpwidgets.c: don't set a border width for the radio_group's vbox if no frame around it was requested. * plug-ins/common/sample_colorize.c: add a separator between image and sample. * plug-ins/common/iwarp.c: use the libgimp ui functions, removed callbacks, a global s/gfloat/gdouble/, replaced the booleans toggling the transform mode with a single variable containing an enum value, indentation.
-
Sven Neumann authored
--Sven
-
BST 2000 Adam D. Moss authored
Fri Mar 31 14:10:02 BST 2000 Adam D. Moss <adam@gimp.org> * plug-ins/common/gifload.c: Mildly more useful comments/messages concerning frame disposals.
-
Manish Singh authored
* app/by_color_select.c: use the proper local variable on creation, not the uninitialized one. Fixes bug #8149. -Yosh
-
Yuri Syrota authored
-
Manish Singh authored
-Yosh
-