- 16 Aug, 1998 1 commit
-
-
scott authored
recompile! :)
-
- 24 Jul, 1998 1 commit
-
-
jaycox authored
```------------------------------------------------------------------- Modified Files: ChangeLog app/Makefile.am app/brush_select.c app/gimpbrush.c app/gimpbrush.h app/gimpbrushgenerated.c app/gimpbrushlist.c app/gimplist.c app/paint_core.c app/paint_core.h added axis to brushes. paint_core now references a brush instead of a mask. cleaned up some [brush]list removal stuff. Added Files: app/vector2d.c app/vector2d.h very basic vector math struct/functions. ``` -------------------------------------------------------------------
-
- 10 Jul, 1998 1 commit
-
-
jaycox authored
Modified Files: ChangeLog app/brush_select.c app/brush_select.h app/gimpbrushgenerated.c app/gimpbrushlist.c app/gimpbrushlist.h app/paint_core.c app/paint_core.h Signalified the brushes and cleaned up a few things. app/paint_funcs.c: Minor speed tweak ----------------------------------------------------------------------
-
- 09 Jul, 1998 1 commit
-
-
jaycox authored
Modified Files: ChangeLog app/Makefile.am app/airbrush.c app/app_procs.c app/brush_select.c app/brush_select.h app/clone.c app/colormaps.c app/commands.c app/convolve.c app/devices.c app/eraser.c app/gimage_mask.c app/gimpobject.h app/ink.c app/internal_procs.c app/paint_core.c app/paint_core.h app/paintbrush.c app/pencil.c app/preferences_dialog.c Minor modifications to support new brush functionality Added Files: app/brush_edit.c app/brush_edit.h app/gimpbrush.c app/gimpbrush.h app/gimpbrushgenerated.c app/gimpbrushgenerated.h app/gimpbrushlist.c app/gimpbrushlist.h new files to support vector generated brushes and reorganization/objectification of the brush class Removed Files: app/brushes.c app/brushes.h Obsoleted by gimpbrush.? and gimpbrushlist.? ----------------------------------------------------------------------
-
- 06 Jun, 1998 1 commit
-
-
Owen Taylor authored
Fri Jun 5 22:37:40 1998 Owen Taylor <otaylor@gtk.org> * app/Makefile.am app/app_procs.c app/brushes.c app/commands.[ch] app/disp_callbacks.c app/gdisplay.[ch] app/gimprc.c app/interface.[ch] app/menus.c app/paint_core.[ch] app/paintbrush.c app/palette.c app/scroll.c app/tools.[ch] app/undo.c - Added two new dialogs - input devices; (GtkInputDialog) and DeviceStatus - which shows the tool/color for each device. - Added device_status_update() call that gets called whenever the tool/color etc. are changed. - Added ~/.gimp/devicerc file to store settings - Code to draw cursor on canvas for non XFree86 XInput where device can't control cursor and extended input device simultaneously. - Changed input handling so that we always use the pointer position from the device, not from gdk_input_window_get_cursor, so that motion and cursor position sync. - Various changes so things work with non-integer coordinates - Pay attention to pressure and tilt in basic tool support. - New paint mode PRESSURE that changes the brush based on the brush pressure - Left in a few XInput hacks that should be removed, but I no longer remember what they are.
-
- 13 Apr, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 22 Jan, 1998 1 commit
-
-
scott authored
--sg
-
- 08 Dec, 1997 1 commit
-
-
Manish Singh authored
Added Raph's patch for the transperancy blur problem
-
- 24 Nov, 1997 1 commit
-
-
Elliot Lee authored
-