]> Pileus Git - ~andy/gtk/log
~andy/gtk
24 years agoREADME.win32 Add HAVE_WINTAB. Undefine it if bulding without the Wintab
Tor Lillqvist [Sun, 25 Jul 1999 20:02:21 +0000 (20:02 +0000)]
README.win32 Add HAVE_WINTAB. Undefine it if bulding without the Wintab

* README.win32
* config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
  the Wintab SDK.

* gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
  OK, but getting closer. Guard against bogus tilt data from Wacom
  ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
  enable easier building without Wintab.

* gdk/win32/gdkinput.h
* gdk/win32/gdkevents.c
* gdk/win32/gdkwindow.c: Minor changes related related to above.

* gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
  code. As we have just one visual on Win32, no sense to have it in a
  table, and no need for the hash table.

24 years agoUpdated.
Karsten Weiss [Sun, 25 Jul 1999 12:47:10 +0000 (12:47 +0000)]
Updated.

1999-07-25  Karsten Weiss  <karsten@addx.au.s.shuttle.de>

        * de.po: Updated.

24 years agoInclude glib.h as it uses g* datatypes Added for gnome-config
Richard Hestilow [Sat, 24 Jul 1999 03:50:12 +0000 (03:50 +0000)]
Include glib.h as it uses g* datatypes Added for gnome-config

1999-07-23  Richard Hestilow  <hestgray@ionet.net>

        * src/gdk-pixbuf.h: Include glib.h as it uses g* datatypes
        * gdk_pixbufConf.sh.in: Added for gnome-config
        * Makefile.am:
        * configure.in: Modified to generate gdk_pixbufConf.sh

24 years agoru.po: Update
Sergey I. Panov [Fri, 23 Jul 1999 16:32:07 +0000 (16:32 +0000)]
ru.po: Update

24 years agoUpdate gcc build instructions. Mention gettext is GPL.
Tor Lillqvist [Wed, 21 Jul 1999 19:27:25 +0000 (19:27 +0000)]
Update gcc build instructions. Mention gettext is GPL.

* README.win32: Update gcc build instructions. Mention gettext is
  GPL.

* gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
  supported cursor size with GetSystemMetrics.

* gdk/win32/gdkfont.c
* gtk/gtkfontsel.c: Guard against some font weight and charset
  symbols being undefined (in mingw32 headers).

* gdk/win32/makefile.cygwin
* gtk/makefile.cygwin
* gtk/gtkthemes.c: No longer need to have differently named
gcc-built DLLs when using gcc-2.95 and -fnative-struct.

24 years agoUpdated.
Vincent Renardias [Wed, 21 Jul 1999 17:28:27 +0000 (17:28 +0000)]
Updated.

* Updated.

24 years ago- Added Greek (el) locale.
Spiros Papadimitriou [Wed, 21 Jul 1999 07:38:58 +0000 (07:38 +0000)]
- Added Greek (el) locale.

24 years ago- Added Greek (el) locale.
Spiros Papadimitriou [Wed, 21 Jul 1999 04:46:17 +0000 (04:46 +0000)]
- Added Greek (el) locale.

24 years agoMore fixes to the rotation code. It really works well now. Now we need to
Mark Crichton [Tue, 20 Jul 1999 19:30:08 +0000 (19:30 +0000)]
More fixes to the rotation code. It really works well now. Now we need to

More fixes to the rotation code.  It really works well now.  Now we need
to fix the "clipping when rotating" problem if it is a real issue.

Mark

24 years agoAdded translation to the rotate
Mark Crichton [Tue, 20 Jul 1999 18:59:39 +0000 (18:59 +0000)]
Added translation to the rotate

Added translation to the rotate

24 years agoFix a few memory leaks in the, most of them in error cases but one or two
Larry Ewing [Mon, 19 Jul 1999 04:21:09 +0000 (04:21 +0000)]
Fix a few memory leaks in the, most of them in error cases but one or two

1999-07-18  Larry Ewing  <lewing@gimp.org>

* src/io-xpm.c:
* src/io-gif.c:
* src/io-png.c:
* src/io-jpeg.c: Fix a few memory leaks in the, most of them in
error cases but one or two in the common case.  There are probably
a few small ones left.

24 years agoOk minor changes.
Mark Crichton [Mon, 19 Jul 1999 02:13:34 +0000 (02:13 +0000)]
Ok minor changes.

Ok minor changes.

No longer make a version.h, and cleaned up some code here and there, and added
a quickie dirty-hack rotation function.  However, it rotates at the origin.
Is this what we want?  Or do we want a rotate w.r.t. the center of the pixbuf?

Anyone.

Mark

24 years agoreverted the expose everything changes, I'm not sure why these went in.
Larry Ewing [Sat, 17 Jul 1999 20:03:34 +0000 (20:03 +0000)]
reverted the expose everything changes, I'm not sure why these went in.

1999-07-16  Larry Ewing  <lewing@gimp.org>

* src/testpixbuf.c (expose_func): reverted the expose everything
changes, I'm not sure why these went in.
(config_func): bring this up to date with the new pixbuf_scale
semantics.

* src/gdk-pixbuf-io.c: added a couple of warnings to the module
loading code so that poeple can diagnose problems better.

* src/gdk-pixbuf.c (gdk_pixbux_scale): fix the borkedness, also it
no longer allocates a new pixbuf, which make things nicer for the
rest of the code.  Unfortunately there is still a problem with
scaling rgba images.

24 years agoFixed up the scaling routine.
Mark Crichton [Sat, 17 Jul 1999 03:00:10 +0000 (03:00 +0000)]
Fixed up the scaling routine.

Fixed up the scaling routine.

24 years agoAdded scaling of pixmaps. Currently doesn't work, however, since I'm
Mark Crichton [Fri, 16 Jul 1999 20:35:21 +0000 (20:35 +0000)]
Added scaling of pixmaps. Currently doesn't work, however, since I'm

Added scaling of pixmaps.  Currently doesn't work, however, since I'm guessing
how art_rgb_affine really works.

Mark

24 years agoLong awaited FAQ update.
BST 1999 Tony Gale [Thu, 15 Jul 1999 12:40:48 +0000 (12:40 +0000)]
Long awaited FAQ update.

Thu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>

        * docs/gtkfaq.sgml: Long awaited FAQ update.

24 years agoadd raph@gimp.org's fix to the jpeg indexing routine
Larry Ewing [Thu, 15 Jul 1999 06:42:42 +0000 (06:42 +0000)]
add raph@gimp.org's fix to the jpeg indexing routine

1999-07-15  Larry Ewing  <lewing@gimp.org>

* src/io-jpeg.c (image_load): add raph@gimp.org's fix to the jpeg
indexing routine

* src/testpixbuf.c (main): fix up the file routines a little so
that you can load multiple files given the file names

24 years agoMore fixes. See ChangeLog
Mark Crichton [Thu, 15 Jul 1999 04:58:39 +0000 (04:58 +0000)]
More fixes. See ChangeLog

More fixes.  See ChangeLog

24 years agoImplement it. Obscure bit manipulation needed.
Tor Lillqvist [Wed, 14 Jul 1999 23:30:15 +0000 (23:30 +0000)]
Implement it. Obscure bit manipulation needed.

* gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
  it. Obscure bit manipulation needed.

* gdk/win32/gdkevents.c: Logging.

* gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
style (file name include compiler name) for theme engines.

24 years agoupdated spanish language file
Pablo Saratxaga [Wed, 14 Jul 1999 17:35:32 +0000 (17:35 +0000)]
updated spanish language file

24 years agoconfigure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: More
Mark Crichton [Tue, 13 Jul 1999 07:01:08 +0000 (07:01 +0000)]
configure.in: Fixed GIF check. Actually works now! src/gdk-pixbuf.c: More

configure.in: Fixed GIF check.  Actually works now!
src/gdk-pixbuf.c: More scaling work.

24 years agoDoh. Forgot the libgif check. Also, slowly adding the scaling support That
Mark Crichton [Tue, 13 Jul 1999 06:21:40 +0000 (06:21 +0000)]
Doh. Forgot the libgif check. Also, slowly adding the scaling support That

Doh.  Forgot the libgif check.  Also, slowly adding the scaling support
That will be the next commit.

I also hope I got the configure.in right...

M

24 years agoOk, we'll try this again.
Mark Crichton [Tue, 13 Jul 1999 01:01:14 +0000 (01:01 +0000)]
Ok, we'll try this again.

Ok, we'll try this again.

io-xpm.c: Fixed.  Now actually loads XPMs instead of a big black blob.

configure.in : yes, I know it was broken.  It wasn't finished quite yet (I
always have larger fish to fry)

Oh, and if anyone touches this module again without emailing the people in
AUTHORS, I will go ballistic (after spending precious time figuring out why
this commit never happened the 1st time I tried...)

24 years agoLess logging verbiage.
Tor Lillqvist [Mon, 12 Jul 1999 23:12:39 +0000 (23:12 +0000)]
Less logging verbiage.

* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.

* gdk/win32/gdkevents.c: Fix long-standing bug in key
  events. The key.string wasn't zero-terminated, still we strdup'ed
  it in gdk_event_copy(). Synthesize crossing events for button
  events before possible propagation.

* gdk/win32/gdkwindow.c: Log gdk_window_set_title.

* gdk/win32/makefile.cygwin
* gtk/makefile.cygwin: Use new DLL naming style for the
  GCC-compiled ones.

* gdk/win32/makefile.msc
* gtk/makefile.msc: Cosmetics mostly.

* gtk/gtk.def: Add missing entry points.

* gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.

24 years agoRemove spurious `,'.
Raja R Harinath [Mon, 12 Jul 1999 21:14:27 +0000 (21:14 +0000)]
Remove spurious `,'.

* configure.in (AC_OUTPUT): Remove spurious `,'.

24 years agoshut up cvs
Manish Singh [Mon, 12 Jul 1999 20:53:40 +0000 (20:53 +0000)]
shut up cvs

-Yosh

24 years agoFun automake fixins
Manish Singh [Mon, 12 Jul 1999 20:52:05 +0000 (20:52 +0000)]
Fun automake fixins

-Yosh

24 years agoStill working on getting the system working. Nearing release, and one
Mark Crichton [Mon, 12 Jul 1999 20:27:50 +0000 (20:27 +0000)]
Still working on getting the system working. Nearing release, and one

Still working on getting the system working.  Nearing release, and one little
xpm bug to hunt down still.

24 years agoSome changes to do a "proper" install.
Mark Crichton [Mon, 12 Jul 1999 05:40:02 +0000 (05:40 +0000)]
Some changes to do a "proper" install.

Some changes to do a "proper" install.

Makefile doesnt work, however.

24 years agoFixed crash-on-loading bug (width and height are not set until
Mark Crichton [Mon, 12 Jul 1999 04:55:16 +0000 (04:55 +0000)]
Fixed crash-on-loading bug (width and height are not set until

Fixed crash-on-loading bug (width and height are not set until decompression
starts)

Mark

24 years agoUpdated
Tomas Ogren [Sat, 10 Jul 1999 21:39:00 +0000 (21:39 +0000)]
Updated

1999-07-10  Tomas Ogren  <stric@ing.umu.se>

* sv.po: Updated

24 years agoTypo.
Tor Lillqvist [Sat, 10 Jul 1999 00:29:00 +0000 (00:29 +0000)]
Typo.

24 years agoDon't draw anything if width or height is zero. Don't print a warning if
Tor Lillqvist [Sat, 10 Jul 1999 00:26:54 +0000 (00:26 +0000)]
Don't draw anything if width or height is zero. Don't print a warning if

* gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
  or height is zero. Don't print a warning if Pie or Arc fails, they
always fail (?) for very narrow ellipses.

* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
  the part or the destination window corresponding to source area
  outside of the source drawable's boundary.

* gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
  anything if less than two points.

* gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
  return NULL. Gtk cut-and-paste inside a single program works
  better this way. (It always gets the clipboard contents from
  Windows, not from its own copy, which is cleared anyway. I can't
  say I fully understand what happens... Emulating the X selection
  and property stuff is a bit of a mess.)

* gdk/win32/gdkevents.c
* gdk/win32/gdkproperty.c: A bít more verbose logging.

* gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
  that never got deleted). Revamp gdk_region_shrink.

* gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
  after use.

* gtk/gtk.def: Add some missing entry points.

* gtk/gtkrc.c: Strip trailing directory separator from pixmap path
  component.

24 years agoMassive update...
Mark Crichton [Thu, 8 Jul 1999 16:04:16 +0000 (16:04 +0000)]
Massive update...

Massive update...

gdk-pixbuf-io.c: Fixed to compile and run in a very crippled state.

io-bpm.c: Rough start on a WIN/OS2 BMP loader

testpixbuf.c: Really crude test program for gdk-pixbuf

io-gif.c: Fixed some boneheaded uninitalized variables causing the
loader to choke

24 years agoupdated euskara language file
Pablo Saratxaga [Wed, 7 Jul 1999 21:34:36 +0000 (21:34 +0000)]
updated euskara language file

24 years agolittle fix, added version of file
Pablo Saratxaga [Tue, 6 Jul 1999 01:08:15 +0000 (01:08 +0000)]
little fix, added version of file

24 years agoadded euskara language file
Pablo Saratxaga [Tue, 6 Jul 1999 00:56:26 +0000 (00:56 +0000)]
added euskara language file

24 years agoHandle Control-digits specially.
Tor Lillqvist [Sat, 3 Jul 1999 23:31:50 +0000 (23:31 +0000)]
Handle Control-digits specially.

* gdk/win32/gdkevents.c (gdk_event_translate): Handle
  Control-digits specially.

24 years agoNew pthreads version. Use gettext.
Tor Lillqvist [Sat, 3 Jul 1999 02:13:51 +0000 (02:13 +0000)]
New pthreads version. Use gettext.

* gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.

24 years agoAdd a missing entry point.
Tor Lillqvist [Fri, 2 Jul 1999 09:26:11 +0000 (09:26 +0000)]
Add a missing entry point.

24 years agoShut some thing up for cvs, and fixed AM_INSTALL macro.
Mark Crichton [Thu, 1 Jul 1999 07:00:43 +0000 (07:00 +0000)]
Shut some thing up for cvs, and fixed AM_INSTALL macro.

Shut some thing up for cvs, and fixed AM_INSTALL macro.

24 years agoNow we have very rudimentary tiff support.
Mark Crichton [Thu, 1 Jul 1999 06:59:07 +0000 (06:59 +0000)]
Now we have very rudimentary tiff support.

Now we have very rudimentary tiff support.

I should use the loading logic in the GIMP plugin...

24 years agoAdded some io-* loaders to the Makefile.am
Mark Crichton [Thu, 1 Jul 1999 03:45:59 +0000 (03:45 +0000)]
Added some io-* loaders to the Makefile.am

Added some io-* loaders to the Makefile.am

24 years agoio-gif.c, io-png.c: Actually put the licencing terms in the code now...
Mark Crichton [Wed, 30 Jun 1999 15:28:43 +0000 (15:28 +0000)]
io-gif.c, io-png.c: Actually put the licencing terms in the code now...

io-gif.c, io-png.c: Actually put the licencing terms in the code now...
io-xpm.c: XPM parser baed off of gdk's, but this does something with the
transparent colors.

24 years ago Added loader for jpeg->RGB.
Michael Zucci [Tue, 29 Jun 1999 11:13:31 +0000 (11:13 +0000)]
Added loader for jpeg->RGB.
Based really loosely on imlib's io-jpeg.c

24 years agoio-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")
Mark Crichton [Tue, 29 Jun 1999 06:07:14 +0000 (06:07 +0000)]
io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")

io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")

io-gif.c: implemented GIF file loading.

24 years agoOk, now it determines if it has an alpha channel. If it does, load it, if
Mark Crichton [Tue, 29 Jun 1999 02:54:16 +0000 (02:54 +0000)]
Ok, now it determines if it has an alpha channel. If it does, load it, if

Ok, now it determines if it has an alpha channel.  If it does, load it, if
not, don't make one.

24 years agoRedid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channel
Mark Crichton [Tue, 29 Jun 1999 02:36:03 +0000 (02:36 +0000)]
Redid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channel

Redid io-png for gdk-pixbuf.  Note that it'll add an opaque alpha channel
to any png that doesn't have one, and will convert greyscale PNGs to RGBA.

24 years agobpl was set wrong for bitmaps, should be multiple of 4. (Thanks to Hans
Tor Lillqvist [Mon, 28 Jun 1999 07:06:01 +0000 (07:06 +0000)]
bpl was set wrong for bitmaps, should be multiple of 4. (Thanks to Hans

* gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
  bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
  finding this.)

24 years agoFix some typos (mine).
Tor Lillqvist [Mon, 28 Jun 1999 06:39:20 +0000 (06:39 +0000)]
Fix some typos (mine).

24 years agomoved gtkrc.zh_TW to gtkrc.zh_TW.Big5
Pablo Saratxaga [Fri, 25 Jun 1999 22:21:15 +0000 (22:21 +0000)]
moved gtkrc.zh_TW to gtkrc.zh_TW.Big5

24 years agoupdated spanish language file
Pablo Saratxaga [Thu, 24 Jun 1999 19:27:38 +0000 (19:27 +0000)]
updated spanish language file

24 years agochanged 'ln' to '$(LN_S)' in the Makefile.am (it should be $(LN) but I don't
Pablo Saratxaga [Thu, 24 Jun 1999 06:57:49 +0000 (06:57 +0000)]
changed 'ln' to '$(LN_S)' in the Makefile.am (it should be $(LN) but I don't
knwo how to make it available trough aoutoconf).
And removed various now redundant gtkrc.* files

24 years agoupdated walloon language file
Pablo Saratxaga [Wed, 23 Jun 1999 10:53:30 +0000 (10:53 +0000)]
updated walloon language file

24 years agoadded gtkrc.* files for all encodings I know
Pablo Saratxaga [Wed, 23 Jun 1999 10:50:31 +0000 (10:50 +0000)]
added gtkrc.* files for all encodings I know

24 years agoFinal specfile cleanups from the honorable Jose Mercado.
Jose H Mercado [Mon, 21 Jun 1999 23:12:26 +0000 (23:12 +0000)]
Final specfile cleanups from the honorable Jose Mercado.

1999-06-01  Jose H Mercado  <jmercado@mit.edu>

* gtk+.spec.in: Corrected some typos in files section.

24 years agoupdated walloon language file
Pablo Saratxaga [Mon, 21 Jun 1999 22:26:11 +0000 (22:26 +0000)]
updated walloon language file

24 years agoupdated walloon language file
Pablo Saratxaga [Fri, 18 Jun 1999 13:15:33 +0000 (13:15 +0000)]
updated walloon language file

24 years agoMention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor header
Tor Lillqvist [Mon, 14 Jun 1999 21:43:53 +0000 (21:43 +0000)]
Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor header

* README.win32: Mention using GNU gettext.
* config.h.win32: Enable NLS stuff.
* gtk/makefile.msc: Use GNU gettext.
* gdk/win32/gdkdnd.c: Minor header reorg.
* gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
cosmetics.
* gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
* gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.

24 years agozh_TW.Big5.po
Yuan-Chung Cheng [Fri, 11 Jun 1999 11:56:22 +0000 (11:56 +0000)]
zh_TW.Big5.po

24 years agoupdated forzh_TW.Big5 po file
Yuan-Chung Cheng [Fri, 11 Jun 1999 11:54:15 +0000 (11:54 +0000)]
updated forzh_TW.Big5 po file

24 years agoupdated walloon language file
Pablo Saratxaga [Thu, 10 Jun 1999 16:19:14 +0000 (16:19 +0000)]
updated walloon language file

24 years agoUpdated translation.
Kjartan Maraas [Wed, 9 Jun 1999 11:06:43 +0000 (11:06 +0000)]
Updated translation.

1999-06-09  Kjartan Maraas  <kmaraas@online.no>

* no.po: Updated translation.

24 years agoComplete translation.
Vincent Renardias [Wed, 9 Jun 1999 09:39:02 +0000 (09:39 +0000)]
Complete translation.

* Complete translation.

24 years agoupgrade to libtool 1.3.2 (BeOS changes merged)
Manish Singh [Wed, 2 Jun 1999 18:45:22 +0000 (18:45 +0000)]
upgrade to libtool 1.3.2 (BeOS changes merged)

-Yosh

24 years agoupdated walloon file
Pablo Saratxaga [Tue, 1 Jun 1999 00:02:12 +0000 (00:02 +0000)]
updated walloon file

24 years agoupdated walloon file
Pablo Saratxaga [Mon, 31 May 1999 12:01:44 +0000 (12:01 +0000)]
updated walloon file

24 years agoAdjustWindowRectEx2 renamed to SafeAdjustWindowRectEx. Don't override all
Tor Lillqvist [Sun, 30 May 1999 02:15:33 +0000 (02:15 +0000)]
AdjustWindowRectEx2 renamed to SafeAdjustWindowRectEx. Don't override all

* gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
  SafeAdjustWindowRectEx. Don't override all calls to
  AdjustWindowRectEx by it, but use it only in two places: When
  creating a new top-level window and when moving a top-level
  window.

Use screen coordinate rectangle, not client rectangle, in
  gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
  when we try to place a window so that the decoration (mainly,
  title bar) isn't visible.

These changes fix the bug that showed up for instance as the
  GIMP's saved top-level windows moving right and down (by an amount
  equal to the window decoration) for each session. This bug showed
  up also in testgtk's "Saved Position".

gdk_window_resize also redone a bit.

24 years agoUpdate fi.po
lukka [Wed, 26 May 1999 21:19:29 +0000 (21:19 +0000)]
Update fi.po

24 years agoFixed a forgotten period after a @xref.
Neil Vachharajani [Wed, 26 May 1999 04:55:57 +0000 (04:55 +0000)]
Fixed a forgotten period after a @xref.

24 years agoAdd (commented out) Windows-style theme include line.
Tor Lillqvist [Tue, 25 May 1999 04:03:14 +0000 (04:03 +0000)]
Add (commented out) Windows-style theme include line.

* gtk/testgtkrc: Add (commented out) Windows-style theme
include line.

* gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.

24 years agoTypo.
Tor Lillqvist [Tue, 18 May 1999 22:26:58 +0000 (22:26 +0000)]
Typo.

24 years agoCopy our gdkprivate.h and gdkx.h to a gdk subdirectory, so that
Tor Lillqvist [Tue, 18 May 1999 22:23:23 +0000 (22:23 +0000)]
Copy our gdkprivate.h and gdkx.h to a gdk subdirectory, so that

* gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
  gdkx.h to a gdk subdirectory, so that applications can include
  these with <gdk/*.h> without trouble.

* gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
(gdk_image_destroy): Plugged resource leak, some GdkImages didn't
have their bitmap destroyed.

* gdk/win32/gdk.def: Add gdk_root_parent.

25 years agochanges to compile nicely (with xlib) on BeOS
CDT 1999 Shawn T. Amundson [Wed, 12 May 1999 08:06:07 +0000 (08:06 +0000)]
changes to compile nicely (with xlib) on BeOS

Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>

        * configure.in
          gtk-config.in
          ltconfig
          ltmain.sh
          gtk/Makefile.am: changes to compile nicely (with xlib)
          on BeOS

25 years agoupdated spanish language file
Pablo Saratxaga [Thu, 6 May 1999 01:14:50 +0000 (01:14 +0000)]
updated spanish language file

25 years agolibtool 1.3
Manish Singh [Sat, 1 May 1999 22:20:16 +0000 (22:20 +0000)]
libtool 1.3

-Yosh

25 years agomerges from gtk-1-2
Lars Hamann [Fri, 30 Apr 1999 11:48:42 +0000 (11:48 +0000)]
merges from gtk-1-2

Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>

* gtk/gtkclist.c:
* gtk/gtkctree.c: merges from gtk-1-2

25 years ago Support added for building using a GNU toolchain on Win32,
Tor Lillqvist [Sun, 25 Apr 1999 21:55:05 +0000 (21:55 +0000)]
Support added for building using a GNU toolchain on Win32,
gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.

* gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
* config.h.win32: Changes for gcc.
* gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
* gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
* gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
* gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
Protect shl stuff unavaiilable with mingw32 headers.
* gdk/win32/gdkevents.c: Fix typo.
* gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
* gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
* gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
* gdk/win32/gdkprivate.h: Make up for some stuff missing from
the mingw32 headers.
* gdk/win32/makefile.msc: Use latest Wintab kit and glib.
* gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
* gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
Test for NATIVE_WIN32, not _MSC_VER.
* gtk/gtkmain.c: No use warning about developer version on Win32,
there aren't any non-developer versions anyhow.
* gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
* gtk/makefile.msc: Use pthread from another directory. Minor other
changes.

25 years agoUpdated Korean translation
Changwoo Ryu [Sat, 24 Apr 1999 14:25:57 +0000 (14:25 +0000)]
Updated Korean translation

1999-04-24  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

* ko.po: Updated Korean translation

25 years agoadded gtkrc.?? files for various iso-8859-2 languages,
Pablo Saratxaga [Fri, 23 Apr 1999 04:24:41 +0000 (04:24 +0000)]
added gtkrc.?? files for various iso-8859-2 languages,
for greek (iso-8859-7), hebrew (iso-8859-8), serbian (iso-8859-5),
turkish (iso-8859-9), esperanto (iso-8859-3) and armenian (armscii-8)

25 years agocorrectly remove the default filter from the list
George Lebl [Wed, 21 Apr 1999 21:30:39 +0000 (21:30 +0000)]
correctly remove the default filter from the list

Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>

        * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
          default filter from the list

25 years ago*** empty log message ***
Drazen Kacar [Fri, 16 Apr 1999 23:42:35 +0000 (23:42 +0000)]
*** empty log message ***

25 years agoAdded Croatian translation.
Drazen Kacar [Fri, 16 Apr 1999 23:40:15 +0000 (23:40 +0000)]
Added Croatian translation.

25 years agocompleted/updated translation.
Vincent Renardias [Thu, 15 Apr 1999 14:52:01 +0000 (14:52 +0000)]
completed/updated translation.

25 years agoAdd a warning when gtk_widget_grab_default() is called for a widget that
Owen Taylor [Tue, 13 Apr 1999 05:13:20 +0000 (05:13 +0000)]
Add a warning when gtk_widget_grab_default() is called for a widget that

Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
 when gtk_widget_grab_default() is called for a widget that
 is not within a GtkWindow.

25 years agouse a scrolled window in the clist example. Minor tutorial fixes.
BST 1999 Tony Gale [Sat, 10 Apr 1999 12:55:24 +0000 (12:55 +0000)]
use a scrolled window in the clist example. Minor tutorial fixes.

Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>

        * docs/gtk_tut.sgml, examples/clist.c: use a
          scrolled window in the clist example. Minor
          tutorial fixes.

25 years agoadded catalan language file
Pablo Saratxaga [Thu, 8 Apr 1999 22:55:14 +0000 (22:55 +0000)]
added catalan language file

25 years agoupdated spanish & walloon language files,
Pablo Saratxaga [Mon, 5 Apr 1999 16:20:24 +0000 (16:20 +0000)]
updated spanish & walloon language files,
and completed i18n of font selector

25 years agoupdated spanish language file and added walloon language file
Pablo Saratxaga [Mon, 5 Apr 1999 05:17:55 +0000 (05:17 +0000)]
updated spanish language file and added walloon language file

25 years agoupdated spanish language file
Pablo Saratxaga [Mon, 5 Apr 1999 04:06:31 +0000 (04:06 +0000)]
updated spanish language file

25 years agoMerge PLD cvs tree:
Pawe³ Dziekoñski [Fri, 2 Apr 1999 15:11:40 +0000 (15:11 +0000)]
Merge PLD cvs tree:

Merge PLD cvs tree:

1999-04-02  Pawe³ Dziekoñski  <dziekons@pld.org.pl>

        * gtk+.pl.po: Kilka nowych t³umaczeñ.

25 years agoStyle check from David King <dking@youvegotmail.net>
BST 1999 Tony Gale [Fri, 2 Apr 1999 08:21:07 +0000 (08:21 +0000)]
Style check from David King <dking@youvegotmail.net>

Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>

        * docs/gtk_tut.sgml: Style check from David King
          <dking@youvegotmail.net>

25 years agoMake code compile with unknown value of GDK_WINDOWING
Pavel Machek [Tue, 30 Mar 1999 12:06:00 +0000 (12:06 +0000)]
Make code compile with unknown value of GDK_WINDOWING

1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>

* gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
compile with unknown value of GDK_WINDOWING

25 years agoja.po update.
Yukihiro Nakai [Tue, 30 Mar 1999 11:33:28 +0000 (11:33 +0000)]
ja.po update.

ja.po update.

25 years agoja.po update from Yasuhiro SHIRASAKI<yasuhiro@awa.tohoku.ac.jp>
Yukihiro Nakai [Tue, 30 Mar 1999 11:31:10 +0000 (11:31 +0000)]
ja.po update from Yasuhiro SHIRASAKI<yasuhiro@awa.tohoku.ac.jp>

ja.po update from Yasuhiro SHIRASAKI<yasuhiro@awa.tohoku.ac.jp>

25 years agoMake sure `gdkconfig.h' exists after the rule is fired.
Raja R Harinath [Mon, 29 Mar 1999 00:15:02 +0000 (00:15 +0000)]
Make sure `gdkconfig.h' exists after the rule is fired.

* gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
after the rule is fired.
(install-exec-local): Install gdkconfig.h only if the contents are
different from the currently installed gdkconfig.h.

Rationale:
`make install-exec' is meant to install files that go into
$exec_prefix, which includes `gdkconfig.h'.  However, developers use
`make install-exec' when they know that none of the headers have
changed, to prevent needless recompiles of other packages.  My
previous change of installing `*config.h' during `make install-exec'
undermines this, even though it is the right thing to do.  So, in the
spirit of "do the right thing first, optimize later", here's the
optimization.

25 years agoFix type in log entry.
Raja R Harinath [Sun, 28 Mar 1999 19:58:37 +0000 (19:58 +0000)]
Fix type in log entry.

25 years agoRename from configincludedir so that glibconfig.h will be installed as
Raja R Harinath [Fri, 26 Mar 1999 21:07:36 +0000 (21:07 +0000)]
Rename from configincludedir so that glibconfig.h will be installed as

* gdk/Makefile.am (configexecincludedir): Rename from
configincludedir so that glibconfig.h will be installed
as part of `make install-exec'.

25 years ago- added gtkrc.pl.
Tomasz Kłoczko [Fri, 26 Mar 1999 04:03:44 +0000 (04:03 +0000)]
- added gtkrc.pl.

- added gtkrc.pl.

25 years ago- more pl translations.
Tomasz Kłoczko [Thu, 25 Mar 1999 23:50:11 +0000 (23:50 +0000)]
- more pl translations.

- more pl translations.