Sat Jun 13 21:11:17 PDT 1998 Manish Singh * Makefile.am: install gimp.m4 too * libgimp/gimpprotocol.[ch] * libgimp/gimp.c * app/plug_in.[ch] * app/procedural_db.c: exported the gdisplay ID to the plugins, so they can be smart about hooking on to status bars in the appropriate display shell * libgimp/Makefile.am * libgimp/gimp.c: make the plugins aware of $gimpdir for gtkrc parsing Sat Jun 13 16:52:34 EDT 1998 Adrian Likins *app/file_new_dialog.c: removed unsightly warnings, replace a * with a / so it will work Sat Jun 13 15:46:55 EDT 1998 Adrian Likins *app/file_new_dialog.c: more file new tweaks, now uses spinbuttons. I'm still not sure this change is for the better, let me know. Fri Jun 12 14:17:54 EDT 1998 Adrian Likins *app/file_new_dialog.c app/file_new_dialog.h: app/gloal_edit.c: added behaviour so that the new file size will default to the current cut buffer if its "fresh" Thu Jun 11 23:37:06 PDT 1998 Manish Singh * gimp.m4: .m4 file for autoconf gimptool stuff Thu Jun 11 00:34:51 1998 Owen Taylor * app/color_area.c (color_area_events): Create/resize the pixmap on every expose CONFIGURE event, not just on the first expose event. Thu Jun 11 00:02:15 1998 Owen Taylor * app/interface.c (create_toolbox): Create the color area before showing the window, so that the window gets created at the right size. [ This doesn't actually fix much, but it is better to do that way ] Wed Jun 10 14:17:44 1998 Owen Taylor * app/disp_callbacks.c (gdisplay_origin_button_press): Stop signal emission so that button doesn't grab the pointer away from the menu. Tue Jun 9 19:47:19 1998 Owen Taylor * app/brushes.c app/drawable.c app/patterns.c app/procedural_db.c plug-ins/script-fu/script_fu_server.c Fixes for warnings generated by changing GCompareFunc and GHashFunc to take const arguments. Tue Jun 9 16:08:20 EDT 1998 Adrian Likins *app/file_new_dialog.c: more fiddling with file_new. the resoution unit optionmenu should work now. Just need to get the optionmenus remembering history. Tue Jun 9 12:36:57 EDT 1998 Adrian Likins *confiure.in: corrected small type concering jpeg test (warning printed out "checking for jpeg.h" instead of jpeglib.h) Tue Jun 9 04:36:52 PDT 1998 Manish Singh * Got rid of a bunch of warnings when compiling plugins * app/disp_callbacks.h: add declaration to get interface.c to compile * autogen.sh: make sure we know about ACLOCAL_FLAGS Tue Jun 9 11:18:03 MEST 1998 Sven Neumann * app/disp_callbacks.c * app/interface.c: add a pop-up menu to the upper left corner of the image window * updated pagecurl plug-in Mon Jun 8 21:55:55 PDT 1998 Manish Singh * gimptool.in: use @gimpdir@ instead of hardcoding .gimp * app/palette.c: remove unnecessary gtk_widget_destroy for menus that have already been removed (from Shuji Narazaki) Mon Jun 8 20:58:09 PDT 1998 Manish Singh * app/blend.c * app/brushes.c * app/brush_select.c * app/bucket_fill.c * app/layer_cmds.c * app/layers_dialog.c * app/paint_funcs.[ch]: applied a variation on gimp-scier-980315-0 (implements divide (dodge) layer mode) Mon Jun 8 22:09:07 1998 Owen Taylor * app/airbrush.c: Simple pressure sensitivity. Mon Jun 8 17:47:37 PDT 1998 Manish Singh * app/menus.c: unref the itemfactories instead of destroying them (from timj) Mon Jun 8 17:16:22 PDT 1998 Manish Singh * app/color_select.[ch]: added a hex triplet to the color selector. It updates on focus_leave for now, so I bet there are some interface nits... * app/fileops.c: add an #include to quell a warning Mon Jun 8 16:18:00 PDT 1998 Manish Singh * app/menus.c: fix stupid menu bug Mon Jun 8 16:39:19 EDT 1998 Adrian Likins *app/commands.c *app/file_new_dialog.[ch] *app/prefereces_dialog.[ch]: split up command.c into three files, commands.c, file_new_dialog.c, and preferences.c *app/Makefile.am: change to incorporate the new files *TODO: more feature ideas Mon Jun 8 04:30:00 EDT 1998 Chris Lahey * app/devices.c: stdio.h * plug-ins/depthmerge/depthmerge.c: stdio.h * plug-ins/gtm/gtm.c: stdio.h * plug-ins/nlfilt/nlfilt.c: stdio.h, stdlib.h Added the listed includes to get it to compile. Sun Jun 7 19:30:22 EDT 1998 Adrian Likins *app/commands.c: more fiddling with the file_new dialog. More stuff hooked up and working, but still not finished. *TODO: filling in more wishlist stuff Sun Jun 7 16:18:16 PDT 1998 Manish singh * plug-ins/Lighting/lighting_main.c * plug-ins/Lighting/lighting_ui.c: ui fixes (taken from MapObject) Sun Jun 7 18:44:17 EDT 1998 Matthew Wilson * plug-ins/webbrowser/web-browser.scm: changed the URL for the Manual Sun Jun 7 12:39:56 PDT 1998 Manish Singh * plug-ins/libgck/gck/gcktypes.h * plug-ins/libgck/gck/gckui.h * plug-ins/libgck/gck/gckui.c * plug-ins/ifscompose/ifscompose.c: changes for the new accelerator stuff Sun Jun 7 11:04:38 1998 Tim Janik * app/gradient.c (cpopup_create_menu_item_with_label): use GtkAccelLabel when creating a menuitems label seperatedly. * app/commands.h: * app/commands.c: (tips_dialog_cmd_callback): (filters_repeat_cmd_callback): (tools_select_cmd_callback): make use of the callback_action argument. * app/main.c (main): removed gtk_accelerator_table_set_mod_mask(), since gtk provides decent default values now. * app/layers_dialog.c: * app/interface.c: * app/indexed_palette.c: * app/channels_dialog.c: * app/buildmenu.c: conversions for use of GtkAccelGroup. * app/buildmenu.c: * app/gradient.c: installed accelerators are locked, because these code portions don't support accelerator saving. * ChangeLog: * ChangeLog.pre-1-0: ChangeLog split up. Sun Jun 7 01:21:43 PDT 1998 Manish Singh * plug-ins/script-fu/script-fu.c: fixed param passing for INT8 and INT16 types. This used to fail on big endian machines * plug-ins/maze/maze.c: properly handle INT8 and INT16 types. With these two fixes, circuit.scm will no longer crash on big endian machines Sun Jun 7 00:19:22 EDT 1998 Adrian Likins * app/commands.c: Reworked the file_new dialog to be a little more useful. Added entries for a height and width in the unit of your choice, and a resolution. Not everythings hooked up yet, but its getting there. Sun Jun 7 00:22:01 EDT 1998 Matthew Wilson * app/interface.c: Register private tips for all the tools - for use with online help later Sat Jun 6 16:12:20 PDT 1998 Manish Singh * adding Lighting plugin * updated despeckle, png, sgi, and sharpen Sat Jun 6 14:22:19 PDT 1998 Manish Singh * app/interface.c: changed it back, things work now * plug-ins/gfli/gfli.c: fixed gccism * plug-ins/MapObject/mapobject_main.c: update display when we're done (from seth) Sat Jun 6 04:00:04 PDT 1998 Manish Singh * app/interface.c: changed GDK_IMAGE_NORMAL to GDK_IMAGE_SHARED to workaround gtk bug Fri Jun 5 22:37:40 1998 Owen Taylor * 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. Fri Jun 5 18:08:32 PDT 1998 Manish Singh * configure.in: bumped to 1.1 Thu Jun 4 18:12:14 MEST 1998 Sven Neumann * updated screenshot plug-in Tue Jun 2 16:40:33 PDT 1998 Manish Singh * Made 1.0.0 release