- 17 Jun, 1998 3 commits
-
-
Sven Neumann authored
Applied a patch from Jay Cox. Reimplements selection_grow, selection_shrink and selection_border using new algorithms => faster and nicer results. --Sven
-
Sven Neumann authored
gdk_window_get_position() doesn't work properly when the window was never moved. gdk_window_get_geometry() seems to have the same problem. --Sven
-
Sven Neumann authored
a few window-positions (more to come). I plan to move the saving out of gimprc into a seperate file and add more stuff like last openend image etc. Any help is appreciated... --Sven
-
- 16 Jun, 1998 1 commit
-
-
CDT 1998 Larry Ewing authored
Tue Jun 16 15:06:19 CDT 1998 Larry Ewing <lewing@gimp.org> * app/interface.c: * app/menus.c: added menu entry and changed loop bounds to get the new ink tool functioning properly * app/tools.[ch]: added new and free funcs to the ToolInfo struct, and began small cleanup of tools
-
- 15 Jun, 1998 6 commits
-
-
Adrian Likins authored
just adding a few more bits to the already massive TODO -adrian
-
Manish Singh authored
* app/plug_in.c: initialize progress_gdisp_ID field in plug_in_new so things don't crash * app/menus.c: use proper keycodes (?) for zoom accelerator defaults * plug-ins/apply_lens/apply_lens.c: fixed a warning -Yosh
-
Sven Neumann authored
-
CDT 1998 Shawn T. Amundson authored
Sun Jun 15 00:41:05 CDT 1998 Shawn T. Amundson <amundson@gimp.org> * app/interface.c: Table spacings
-
CDT 1998 Shawn T. Amundson authored
Sun Jun 14 23:41:17 CDT 1998 Shawn T. Amundson <amundson@gimp.org> * app/plug_in.c: Fixed progress code to account for when a plugin gets two progress inits * app/interface.c: Fixed table allocation sickness. Now use two tables, and a vbox instead of one table so things don't get expanded when they shouldn't. This (table/table_inner) should be merged back to 1.0 tree. The other resize bug is a gtkstatusbar bug.
-
CDT 1998 Shawn T. Amundson authored
Sun Jun 14 21:16:42 CDT 1998 Shawn T. Amundson <amundson@gimp.org> * app/gdisplay.c * app/gdisplay.h * app/interface.c * app/plug_in.c * app/plug_in.h * libgimp/gimp.c: added statusbar and progressbar, which the plugins now use if they have a gdisp. Unfortunately this introduces a resize bug I wasn't able to fix immediately. ;-(
-
- 14 Jun, 1998 5 commits
-
-
Owen Taylor authored
Sun Jun 14 18:37:06 1998 Owen Taylor <otaylor@gtk.org> * Makefile.am app/blob.[ch] (blob_bounds): Added new files for handling scan-converted convex polygons. (From gsumi) (these will be moved out to a plug-in tool directory when such a thing exists) * app/ink.[ch]: New tool for drawing with a hard-edged pressure and tilt-sensitive brush. * gimprc.c interface.c paint_core.c pixmaps.h tools.[ch] All the modifications for adding a new tool. We need to fix this.
-
scott authored
Added a few comments. Whee.
-
EDT 1998 Adrian Likins authored
Sun Jun 14 16:03:29 EDT 1998 Adrian Likins <adrian@gimp.org> * TODO: cleaned up and expanded the todo Yeah, I should really be doing something more useful... -adrian
-
Manish Singh authored
* plug-ins/gif/gif.c: don't pop up dialog for informational "Too many colors?" message -Yosh
-
Manish Singh authored
* 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 -Yosh
-
- 13 Jun, 1998 3 commits
-
-
EDT 1998 Adrian Likins authored
Sat Jun 13 16:52:34 EDT 1998 Adrian Likins <adrian@gimp.org> */app/file_new_dialog.c: removed unsightly warnings, replace a 8 with a / so it will work -adrian
-
EDT 1998 Adrian Likins authored
Sat Jun 13 15:46:55 EDT 1998 Adrian Likins <adrian@gimp.org> */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. -adrian
-
Sven Neumann authored
implement those. I want to start working on a nice gui for the transform tool soon, but I'm not sure how this will be affected by the GUI/Core split, so I'll concentrate on the GUI part first. --Sven
-
- 12 Jun, 1998 4 commits
-
-
EDT 1998 Adrian Likins authored
Fri Jun 12 14:17:54 EDT 1998 Adrian Likins <adrian@gimp.org> *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" -adrian
-
Matt Wilson authored
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
- 11 Jun, 1998 5 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Owen Taylor authored
Thu Jun 11 00:34:51 1998 Owen Taylor <otaylor@gtk.org> * 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 <otaylor@gtk.org> * 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 ]
-
- 10 Jun, 1998 2 commits
-
-
Owen Taylor authored
Wed Jun 10 14:17:44 1998 Owen Taylor <otaylor@gtk.org> * app/disp_callbacks.c (gdisplay_origin_button_press): Stop signal emission so that button doesn't grab the pointer away from the menu.
-
Owen Taylor authored
Tue Jun 9 19:47:19 1998 Owen Taylor <otaylor@gtk.org> * 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.
-
- 09 Jun, 1998 9 commits
-
-
EDT 1998 Adrian Likins authored
Tue Jun 9 16:08:20 EDT 1998 Adrian Likins <adrain@gimp.org> *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. -adrian
-
EDT 1998 Adrian Likins authored
Tue Jun 9 12:36:57 EDT 1998 Adrian Likins <adrian@gimp.org> *confiure.in: corrected small type concering jpeg test (warning printed out "chekcing for jpeg.h" instead of jpeglib.h) -adrian
-
Manish Singh authored
* app/disp_callbacks.h: add declaration to get interface.c to compile * autogen.sh: make sure we know about ACLOCAL_FLAGS * I went on a compiler warning pogrom -Yosh
-
Sven Neumann authored
Updated pagecurl plug-in. --Sven
-
Manish Singh authored
* 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) -Yosh
-
Manish Singh authored
-Yosh
-
Owen Taylor authored
Mon Jun 8 22:09:07 1998 Owen Taylor <otaylor@gtk.org> * app/airbrush.c: Simple pressure sensitivity.
-
Manish Singh authored
* app/menus.c: unref the itemfactories instead of destroying them (from timj) -Yosh
-
Manish Singh authored
* 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 -Yosh
-
- 08 Jun, 1998 2 commits
-
-
Manish Singh authored
-Yosh
-
EDT 1998 Adrian Likins authored
Mon Jun 8 16:39:19 EDT 1998 Adrian Likins <adrian@gimp.org> *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
-