- 19 May, 1999 3 commits
-
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-
Manish Singh authored
-Yosh
-
- 18 May, 1999 7 commits
-
-
Sven Neumann authored
--Sven
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Sven Neumann authored
--Sven
-
Asbjørn Pettersen authored
-
Michael Natterer authored
1999-05-18 Michael Natterer <mitschel@cs.tu-berlin.de> * app/app_procs.c (and many of the files below): store resolution values as doubles, not floats. * app/brush_select.c * app/pattern_select.c: hide the "refresh" button in client dialogs. Don't know if this is desired but it fixes a SEGV. * app/file_new_dialog.c: New ui using code/ideas from Austin, Marco and Nick. The "size" frame is still a bit bloated but I didn't want to reduce it's functionality right now. It's closer to the result of the last discussion but not perfect yet... Added a dialog to confirm image sizes larger than the new max_new_image_size value. The new "reset" button uses the values from gimprc. Removed some #include's, added the copyright header. * app/gimprc.[ch]: new rc variable max_new_image_size. * app/preferences_dialog.c: added the "max image size" option. Generalized the mem size unit code. * app/resize.c: an additional box lets the offset widget always shrink correctly. * app/text_tool.c: fixed a minor memory leak. * libgimp/Makefile.am: add all widgets to libgimpui.* * libgimp/gimpfileselection.c: cosmetic changes. * libgimp/gimplimits.h: a maximum image size which should satisfy everybody ;) * libgimp/gimpsizeentry.c: allow the creation of sizeentries without fields. This (finally) enables arbitrary layout of the spinbuttons. * plug-ins/script-fu/script-fu-scripts.c: use the fileselection widget for script parameter SF_FILENAME.
-
BST 1999 Austin Donnelly authored
Tue May 18 01:14:55 BST 1999 Austin Donnelly <austin@gimp.org> * app/app_procs.c: run cleanup code on shutdown in many more cases. The should fix Marc's problem of not getting module unload functions called at quit time. * app/gimprc.c: internal "module-load-inhibit" variable, listing modules to ignore at start of day. * app/module_db.c: new rc file: modulerc. Keep track of which modules we've got inhibited. Add button to module browser to edit the settings. Save new version on gimp exit.
-
- 17 May, 1999 7 commits
-
-
Raja R Harinath authored
* libgimp/Makefile.am (../libgimp/gimpfeatures.h): Dummy rule, redirected to `gimpfeatures.h'. This should prevent building stuff twice when `gimpfeatures.h' changes. Note: I've tested this lightly, but it seem the right thing to do. Yosh & others -- do keep me posted if this causes problems.
-
Asbjørn Pettersen authored
-
jaycox authored
ChangeLog: made previus changelog entry understandable.
-
jaycox authored
* app/xcf.c: fixed bogus computation of the maximum compressed size of a tile in xcf_load_level and xcf_save_level.
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Marc Lehmann authored
-
- 16 May, 1999 8 commits
-
-
Marc Lehmann authored
-
scott authored
* plug-ins/displace/displace.c (run): Fixed a dumb typo reported on gimp-developer by Claes G. Lindblad. -sg
-
Asbjørn Pettersen authored
-
Marc Lehmann authored
-
Marc Lehmann authored
-
BST 1999 Austin Donnelly authored
Sun May 16 18:23:12 BST 1999 Austin Donnelly <austin@gimp.org> * app/module_db.c: We weren't initialising refs variable before using it. Hence some stuff was being prematurely unloaded. D'oh! * app/menus.c: move Module DB browser to the Xtns menu, since it seems to make more sense being there. * cursors/droppermsk: slight improvement over current one, but really needs proper artist to look at it.
-
BST 1999 Adam D. Moss authored
Sun May 16 17:16:59 BST 1999 Adam D. Moss <adam@gimp.org> * app/paint_funcs.c: Fixed a possible bad composite when mode is REPLACE_MODE.
-
scott authored
Removed an unnecessary #include from about_dialog.c. -sg
-
- 15 May, 1999 5 commits
-
-
scott authored
* app/crop.c (crop_image): Fixed a potential linked list race condition (i.e. accessing freed memory) when cropping deletes a layer. May fix a bug reported by Sven. -sg
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
Needs some work for the clone-tool, since it seems to behave different then the rest... --Sven
-
- 14 May, 1999 2 commits
-
-
BST 1999 Andy Thomas authored
Sat May 15 00:06:06 BST 1999 Andy Thomas <alt@gimp.org> * app/gdisplay.c * app/paths_dialog.c * app/paths_dialog.h Fixed problem where paths preview not resized correctly when image was resized.
-
jaycox authored
* app/pencil.c: use the new color picking feature of paint_core. * ChangeLog: added the entry that goes with my previous commit *DOH*
-
- 13 May, 1999 5 commits
-
-
BST 1999 Andy Thomas authored
Thu May 13 22:41:26 BST 1999 Andy Thomas <alt@gimp.org> Changed:- * app/bezier_select.c * app/bezier_selectP.h * app/cursorutil.c * app/cursorutil.h * app/curves.c * app/paths_dialog.c New:- * cursor/mouse1_ap * cursor/mouse1_apmsk * cursor/mouse1_cp * cursor/mouse1_cpmsk * cursor/mouse1_mm * cursor/mouse1_mmmsk * cursor/mouse1_sel * cursor/mouse1_selm * cursor/mouse1_selmmsk * cursor/mouse1_selmsk * cursor/mouse1_selp * cursor/mouse1_selpmsk Paths changes:- Implemented multi-part paths. (Import the path (RMB in paths dialog brings menu up) http://www.picnic.demon.co.uk/tmp/gimp.path into a 600x256 (WxH) for an example). Can copy/paste paths. Fully custom cursors when using the Bezier tool. A number of bug fixes re boundary problems also fixed. Note that heavy use is made of the modifier keys in the bezier tool. MB1 inside a closed curve converts it to a selection. The modifiers change how the selection interacts with any current selection (in much the same way as the selection tool does). MB1 + ALT on control point will move a curve, if shift modifier active then single curve is moved. Curves:- In curves dialog you can now press MB1 + shift will add point to curves dialog corresponding to the current position in the currently selected channel. MB1 + CNTRL will add the point to all channels. (Thanks to Carey Bunks for the initial idea).
-
jaycox authored
Makefile.am: added cursors/droppermsk and cursors/dropper
-
jaycox authored
* app/paint_core.[ch]: set the fg or bg color if ctrl or alt is held. use the new dropper cursor. * app/cursorutil.[ch], app/gdisplay.[ch], app/rect_select.c: Use GimpCursorType enum values > GDK_CURSOR_LAST instead of seperate functions to choose between cursor types. * app/color_picker.c: use the new dropper cursor. * app/paintbrush.c, app/airbrush.c, app/paintbrush.c: use the new color picking feature of paint_core. * cursors/dropper, cursors/droppermsk: new cursor for the color picker tool. (this cursor is REALLY ugly, someone should fix it)
-
scott authored
* configure.in: fixed variable clobber for thread & MP options * app/Makefile.am: added new GIMP_MP_{LIBS,FLAGS} to compile & link flags The old configure would set the thread libs and then immediately clobber them unless you enabled MP support. This meant threads but no MP would mean a no-compile if your pthread support is in a separate library (not in libc). -sg
-
Martin Baulig authored
1999-05-13 Martin Baulig <martin@home-of-linux.org> * plug-ins/screenshot/screenshot.c: Make the "after ... seconds" option global since it is also useful if you want to take a shot of a very large window.
-
- 12 May, 1999 3 commits
-
-
Manish Singh authored
* acinclude.m4: minor typo fix * configure.in: remove waterselect plugin * gtkrc: yellow tooltips * tools/pdbgen/*: minor cleanups (no functional changes) -Yosh
-
Lauri Alanko authored
-
Lauri Alanko authored
-