- 26 Jun, 1998 1 commit
-
-
PDT 1998 Adrian Likine authored
Thu Jun 25 17:25:01 PDT 1998 Adrian Likine <adrian@gimp.org> * Makefile.am: * app/app_procs.c: * gimp1_1_splash.ppm: Some cosmetic changes to better reflect the development stage of gimp. hey, yosh said it was okay... duck... -adrian
-
- 25 Jun, 1998 1 commit
-
-
Tuomas Kuosmanen authored
/tigert
-
- 24 Jun, 1998 1 commit
-
-
Manish Singh authored
* configure.in: compile everything with -D_REENTRANT * app/menus.c: fix for default accel (wrong X char) * libgimp/gimpenums.h: make DIVIDE_MODE visible * plug-ins/gif/gif.c: make it less verbose again -Yosh
-
- 23 Jun, 1998 5 commits
-
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
delete that line from your gimprc, but it works fine without doing so. --Sven
-
Sven Neumann authored
preparation for auto-opening dialogs on start-up. --Sven
-
Manish Vachharajani authored
-
Manish Vachharajani authored
-
- 22 Jun, 1998 5 commits
-
-
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
icons. Can always be changed if someone creates a better one... --Sven
-
Adrian Likins authored
just a minor fix up for sven.. in color_select.c and plug_in.c -adrian
-
Sven Neumann authored
file 'sessionrc' is written and the position of some windows is remembered. Still has some problems (offset by wm decorations). Can be switched off in the preferences.
-
- 21 Jun, 1998 4 commits
-
-
CDT 1998 Larry Ewing authored
Sun Jun 21 15:16:46 CDT 1998 Larry Ewing <lewing@gimp.org> * app/bezier_select.c * app/commands.[ch] * app/devices.c * app/disp_callbacks.c * app/interface.c * app/menus.c * app/pixmaps.h * app/tools.[ch] * app/undo.c: Lots of changes to the way tools are intialized and accessed. All information about a tool type is now contained in a single ToolInfo array. There are still some small issues to adress about tool groups and we need some way of getting menu ordering/grouping to work better (plug-ins need this too). There is still much to be done, but this is the next in cleaning up the tools. * app/posterize.[ch] * app/threshold.[ch] * app/histogram_tool.[ch] * app/hue_saturation.[ch] * app/levels.[ch] * app/brightness_contrast.[ch] * app/by_color_select.[ch] * app/color_balance.[ch] * app/curves.[ch]: Changed the *_initalize function prototypes from gpointer to GDisplay, to allow better type chacking and provide a uniform interface for all the dialog tools.
-
Owen Taylor authored
Sun Jun 21 15:49:43 1998 Owen Taylor <otaylor@gtk.org> * app/tools.c (tools_select): Set active_tool before updating device status dialog.
-
Manish Vachharajani authored
-
Manish Singh authored
-Yosh
-
- 20 Jun, 1998 4 commits
-
-
Manish Singh authored
-Yosh
-
scott authored
include config.h so we can tell if we're doing threads. (GIMP's includes are f*ck*d.) --sg
-
scott authored
Modified tile swapping to preswap dirty tiles, using a thread if threads are enabled in configure or a gtk_timeout if they're not. The code appears stable but could use improvement. Be careful when working in here; there are four sets of semaphores and getting the locking wrong will cause deadlocks or tile corruption. I'll try to write up a document describing what's going on in here sometime soon. --sg
-
Manish Singh authored
-Yosh
-
- 19 Jun, 1998 6 commits
-
-
Manish Singh authored
* plug-ins/gif/gif.c: g_printized "no comment" warning -Yosh
-
EDT 1998 Adrian Likins authored
Fri Jun 18 16:12:51 EDT 1998 Adrian Likins <adrain@gimp.org> * TODO: more updates -adrian
-
Manish Singh authored
-Yosh
-
Owen Taylor authored
Thu Jun 18 23:11:36 1998 Owen Taylor <otaylor@gtk.org> * app/ink.c: Shift the range to smaller brushes. (1/8 - 25 pixel radius, instead of 1-100 pixels)
-
Manish Singh authored
* acconfig.h * config.h.in * configure.in: added --with-threads (taken from gtk+ configure.in) * libgimp/Makefile.am: ugly hack to force libgimpi.a to get rebuilt since libgimp.la compilations screws up the deps. Fixes relinking on make install. * configure.in * plug-ins/Makefile.am: other cleanups * libgimp/gimp.c * app/plug_in.c: pass INT32 instead of INT8 for gdisp_id since that's the correct type * app/preferences_dialog.c * plug-ins/script-fu/script-fu-server.c * plug-ins/tileit/tileit.c: warning fixups
-
Owen Taylor authored
Thu Jun 18 21:20:12 1998 Owen Taylor <otaylor@gtk.org> * app/interface.c app/tools.c: Removed calls to gtk_container_[dis/en]able_resize() Thu Jun 18 21:03:33 1998 Owen Taylor <otaylor@gtk.org> * app/interface.c (create_display_shell): Set the resize mode on the statusbar to prevent the window from being unnecessarily auto-shrunk. * plug-ins/gfig/gfig.c (my_gtk_label_set): Removed unused function using deprecated gtk_container_need_resize() Thu Jun 18 16:31:16 1998 Owen Taylor <otaylor@gtk.org> * app/blob.c: Try to prevent overflows when drawing ellipses) (fixes the ink => line bug for big sizes)
-
- 18 Jun, 1998 4 commits
-
-
Sven Neumann authored
Fixed two woarning Adrian introduced yesterday in the file_new_dialog. --Sven
-
Adrian Likins authored
* app/gimprc.[ch]: added some stuff in preparation for making a preference -adrian
-
EDT 1998 Adrian Likins authored
Wed Jun 17 23:52:13 EDT 1998 Adrian Likins <adrian@gimp.org> * app/file_new_dialog.c: updated the spinbuttons to use the new api -adrian
-
Sven Neumann authored
when clicking on the layer/channel. This should help users that use a tablet and don't have a right mouse button (like me). --Sven
-
- 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 5 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.
-