- 30 Jun, 1998 1 commit
-
-
Lauri Alanko authored
to detect if an image still exists, some things may, for now, access freed images and break. This will be fixed once proper destroy handlers are added.
-
- 29 Jun, 1998 3 commits
-
-
Matt Wilson authored
-
scott authored
Added a mutex on the swapfile itself to avoid a potential race condition. --sg
-
Lauri Alanko authored
At quick glance, nothing seems to be broken, but if things weird out, blame me. Now just the same for layers, channels and displays...
-
- 28 Jun, 1998 5 commits
-
-
Manish Singh authored
-Yosh
-
Lauri Alanko authored
from all sorts of ugly dependencies.
-
Tim Janik authored
Sun Jun 28 08:32:20 1998 Tim Janik <timj@gtk.org> * app/layer.c (gimp_layer_mask_get_type): (gimp_layer_get_type): * app/drawable.c (gimp_drawable_get_type): * app/channel.c (gimp_channel_get_type): return a GtkType value and initialize the GtkTypeInfo structure correctly. * app/layer.h: * app/drawable.h: * app/channel.h: provide GIMP_TYPE_* and GIMP_IS_*_CLASS() macros.
-
Manish Singh authored
* app/interface.c: minor unused variable warning cleanup * plug-ins/bumpmap/bumpmap.c: another warning cleanup * plug-ins/flame/flame.c: time(NULL) instead of time(0) * plug-ins/gpc/Makefile.am * plug-ins/megawidget/Makefile.am: install in $libdir instead of $gimpplugindir since they *are* libs. Some archs try to exec them, and it barfs -Yosh
-
EDT 1998 Adrian Likins authored
Sun Jun 28 00:23:52 EDT 1998 Adrian Likins <adrian@gimp.org> * app/tile.c : fix from Scott Goehring for a thread deadlock -adrian
-
- 27 Jun, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 26 Jun, 1998 6 commits
-
-
Tuomas Kuosmanen authored
/tigert
-
Tuomas Kuosmanen authored
-
Tuomas Kuosmanen authored
splash-screen better /tigert
-
Manish Singh authored
* plug-ins/script-fu/scripts.c: define DIVIDE here too (auf, script-fu sucks) * plug-ins/illusion/illusion.c: parse gtkrc -Yosh
-
Manish Singh authored
* app/Makefile.am: corrected typo * app/bezier_select.c * app/rect_select.[ch]: merged in bezier extend patch by Raphael FRANCOIS (fraph@ibm.net) * app/menus.c: restored "lost" menu items and shortcuts These really aren't tools.. maybe they should go somewhere else? * plug-ins/Lighting/lighting_main.c: added gimp_displays_flush -Yosh
-
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 4 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)
-