]> Pileus Git - ~andy/gtk/blob - ChangeLog
(since noone objected on gtk-devel)
[~andy/gtk] / ChangeLog
1 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
2
3         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
4         X values
5
6 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
7
8         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
9         layout support (as mentioned on
10         http://www.jcinteractive.com/gnome-ui/software/widgets/)
11
12 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
13
14         * gtk/fnmatch.c
15         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
16
17 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
18
19         * configure.in (ALL_LINGUAS): Added Galician (gl)
20
21 1999-10-05  Tor Lillqvist  <tml@iki.fi>
22
23         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
24
25         * gdk/win32/gdkcompat.c: New file, actually provide an
26         implementation for the deprecated functions. (Just temporarily.)
27
28         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
29
30         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
31
32         * gdk/win32/gdk.def gtk/gtk.def: Updates.
33
34 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
35
36         * configure.in: Added "uk" to ALL_LINGUAS.
37         
38 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
39
40         * configure.in: correct checking for BeOS check
41
42         * gdk/gdktypes.h
43         * gtk/fnmatch.c
44         * gtk/gtkfilesel.c
45         * gtk/gtkitemfactory.c
46         * gtk/gtkmain.[ch]
47         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
48
49 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
50
51         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
52         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
53         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
54         by Bulgarian). 
55
56 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
57
58         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
59         Fix a reference to window_private->destroyed.   
60
61         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
62         (ugly) setting of an internal GdkWindow member to use
63         a _slightly_ cleaner macro.
64
65         * gdk/gdkprivate.h: Split GdkWindowPrivate into
66         GdkDrawablePrivate and GdkWindowPrivate.
67         Add extra macros for accessing GDK_DRAWABLE_ components.
68
69         * *.[ch]: Massive adjustments for the above, use the
70         new macros in a lot of places.
71
72 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
73
74         * gdk/gdktypes.h: Make GdkDrawable the base type,
75         not GdkWindow.
76
77 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
78
79         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
80
81 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
82
83         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
84
85 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
86
87         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
88         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
89
90         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
91
92         * docs/gtk-config.1: Now autogenerated.
93         * docs/Changes-1.4.txt: started
94         
95 1999-10-03  Tor Lillqvist  <tml@iki.fi>
96
97         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
98         to #ifdef also here.
99
100         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
101         Owen did to the X11 backend.
102
103         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
104         ScrollWindowEx when blitting inside a window, it can't be correct
105         in the general case.
106
107         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
108         WM_GETMINMAXINFO is easier.
109
110         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
111         depth equal to the bitspixel value, not the visual's depth.
112
113         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
114         to 24 even if the bitspixel value is 32.
115
116         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
117         need to check for depth==32 when bpp==32, depth will always be 24.
118
119 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
120
121         * docs/Changes-1.4.txt: Started
122         
123         * gtk/Makefile.am (gdk_headers): Include all the new headers.
124
125         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
126         
127         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
128         into C file.
129         
130         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
131         header to gdkinputprivate.h.
132
133         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
134         unused since before 1.2.
135
136 1999-09-30  Tor Lillqvist  <tml@iki.fi>
137
138         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
139         expand possible hex escapes in the font family (put there by
140         logfont_to_xlfd if the font name isn't a legal XLFD font family,
141         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
142         On Win32, add hex escapes here, too.
143
144 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
145
146         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
147         to #ifdef GDK_WINDOWING_X11.
148
149 [ Merges from gtk-1-2 ]
150
151 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
152
153         * configure.in: fixed "GNU Make" check to pass with new make version
154         3.77.95.
155
156 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
157
158         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
159         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
160         AM_PATH_GTK() macros don't get confused by the -pre1.
161
162 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
163
164         * configure.in (REBUILD): Change check for perl5
165           to check explicitely for v >= 5.002. (5.001
166           does not work with our scripts.)
167
168 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
169
170         * configure.in: evaluate $PERL for the perl version check. added
171         --disable-rebuilds to give the user an option to completely disable
172         any source autogeneration rules.
173
174 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
175
176         * configure.in: evaluate $ac_make when checking for GNU Make.
177
178 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
179
180         * docs/Makefile.am: added generation.txt.
181
182         * Makefile.am: require automake 1.4, build README from README.in and
183         INSTALL from INSTALL.in in dist-hook.
184         
185         * README.in:
186         * INSTALL.in: new files to autogenerate README and INSTALL from.
187
188         * configure.in: figure whether we have GNU Make
189
190         * docs/generation.txt: minor additions/corrections.
191
192 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
193
194         * docs/gtkfaq.sgml: FAQ Update
195
196 July 30, 1999 Elliot Lee <sopwith@redhat.com>
197         
198         * configure.in: Fix autoconf warnings about cross compilation by
199         trying to provide sane defaults for AC_TRY_RUN.
200
201 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
202
203         * ltconfig
204         * ltmain.sh: upgrade to libtool 1.3.3
205
206 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
207
208         * INSTALL: Indicate that the --with-glib= configure
209         time flag is unsupported.
210
211 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
212
213         * docs/generation.txt: Added a file that gives
214         documenation about the autogeneration process for
215         various autogenerated files.
216         
217 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
218
219         * configure.in (LIBS): Look for libgmodule in the
220         right location.
221
222 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
223
224         * docs/gtk_tut.sgml: Removed references to
225         code examples in my directory on gtk.org as
226         they should all be in the tutorial now.
227
228         * docs/gtk_tut.sgml: Added sources for dial-test
229         and scribble-xinput programs that were previously
230         missing.
231
232 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
233
234         * TODO: Added entry about menu keyboard navigation, removed
235         some finished items.
236
237 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
238
239         * acinclude.m4: Standardize on func_dgettext
240         not func_gettext, so that the checks for dgettext
241         actually are paid attention to.
242
243 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
244
245         * configure.in (LIBS): Add $INTLLIBS into $LIBS
246         directly, rather than repeating the checks for
247         gettext.
248
249         * INSTALL: Added information about gettext and
250         NLS support.
251
252         * acinclude.m4 (LIBM): Check for dgettext, not
253         just gettext. This should hopefully fix things wrt
254         systems with old versions of GNU gettext installed.
255
256 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
257
258         * configure.in (LIBS): Look for libgmodule in the
259         right location.
260
261 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
262
263         * autogen.sh: add --enable-maintainer-mode
264
265         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
266
267 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
268
269         * docs/gtk-config.1.in:
270           docs/Makefile.am:
271           configure.in: gtk-config is now generated.
272
273         * docs/gtk-config.1: Removed, now generated.
274
275 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
276
277         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
278         handle CreateNotify itself, still put out a debuging message for
279         --gdk-debug=events. made the ReparentNotify debugging message more
280         verbose.
281         wrap xcoords translation for ConfigureEvents into an error trap,
282         a destroy event may already be pending, and in that case, the
283         actuall coordinate values are not at all critical.
284
285 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
286
287         * gdk/gdkcc.c: Stop leaking the color_hash all over
288         the place. Simplify and improve the logic.
289
290 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
291
292         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
293         for prototypes and function implementations consistent (reported
294         by Tomas Ogren).
295
296 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
297
298         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
299         send_event set in debugging output.
300         (gdk_compress_exposures): default initialize the event so we don't
301         operate on bogus values (namely send_event).
302
303 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
304
305         * gdk/gdkwindow.c: When we receive an unexpected
306         destroy notify on one of our windows, don't just
307         warn about it, also mark our windows as destroyed.
308
309 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
310
311         * gdk/gdkfont.c (gdk_font_hash_insert): Add
312           name => font and name => fontset hashes. The 
313           name => fontset hash is a _big_ win since we
314           weren't previously caching fontsets at all and loading
315           fontsets is expensive. The name => font hash
316           is less of a win, but it does save us from doing
317           repeated XQueryFont calls on the same font.
318
319         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
320           list so we can remove font/fontset from hash.
321
322 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
323
324         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
325           and slightly confusing test. [ XInternAtom (,,TRUE)
326           will never return None ].
327
328 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
329
330         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
331           gdk/gdkwindow.c (gdk_window_set_hints):
332
333         Don't omit setting the properties if flags == 0 -
334         there may be an existing set of properties there
335         already. (Very old bug. Would it be better to
336         delete the property instead?)
337
338         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
339           spelling error in comment.
340
341 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
342
343         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
344           to avoid stomping over gdk_error_warnings.
345
346         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
347           as (bits_per_pixel + 7) / 8. This gives the same
348           result as before for multiples of 8, but actually
349           a "reasonable" value for 1bit or 4bit displays.
350
351 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
352
353         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
354         GNU Make.
355
356 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
357
358         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
359         discarding configure events.
360
361 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
362
363         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
364         refcount is greater than zero.
365
366         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
367
368         * gdk/gdkfont.c (gdk_font_unref): Likewise.
369
370         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
371
372         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
373
374 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
375
376         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
377         that format 32 => sizeof(item) == 4. It really is
378         sizeof(long).
379
380 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
381
382         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
383         core dump at all on X IO errors, only core dump
384         if --enable-debug for X errors.
385
386 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
387
388         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
389         unknown window:" message. disabled ConfigureNotify discarding code,
390         because it led to events being processed out of order.
391
392 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
393
394         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
395
396         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
397         we export this function, supress error warnings and don't reset the
398         error code in the first half of this function.
399
400         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
401         code (instead of just -1) so gdk_error_trap_pop() reveals something
402         actually informative about the error that happened.
403
404         * gdk/*.c:
405         don't rely on gdk_error_code being -1 if an error occoured, but just
406         gdk_error_code != 0.
407
408 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
409
410         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
411         pointer *before* invoking the filter function, so we at least don't
412         crash if a filter is removed that is currently executed. window filters
413         *really* need to be made truely reentrant at some point.
414
415 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
416
417         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
418         PropertyNotify debug messages.
419
420 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
421         
422         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
423         
424         * gdk/gdkim.c: Fix cut-and-paste errors for 
425         x/y and PreeditAttributes/StatusAttributes.
426
427 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
428
429         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
430         G_MAXINT to 2^16 to alleviate overflow problems in
431         various window managers.
432
433 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
434
435         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
436         for fontsets.
437
438 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
439
440         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
441         Initialize size_hints.x and size_hints.y because kwm
442         brokenly pays attention to them.
443         (Bug #1181 -  Lars Heete <hel@admin.de>)
444
445 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
446
447         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
448         return value of gdk_list_visuals(). 
449         (Bug #1193 - Morten Welinder <terra@diku.dk>)
450
451 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
452
453         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
454         XSetIMValues to (void *) when comparing to NULL, to workaround
455         the problem of some compilers barfing since older X headers don't
456         have the prototype for it.
457
458 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
459
460         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
461         for pseudocolor where colormap->colors was double
462         allocated.
463
464         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
465         color value in the hash table with the pixel filled
466         in so when we do later hash table lookups, the color
467         value is correct.
468         
469 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
470
471         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
472         making the call
473
474 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
475
476         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
477         pointed out by Morten Welinder <terra@diku.dk>.
478
479 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
480
481         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
482           default filter from the list
483
484 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
485
486         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
487           default filter from the list
488
489 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
490
491         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
492
493         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
494         g_strdup_printf instead of calcing the length separately
495
496 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
497
498         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
499         that we don't do in many other places. (Fixing duplicate 
500         #include of config.h)
501
502         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
503         Otherwise, #ifndef XINPUT_NONE check in the latter
504         doesn't work. (Bug #546)
505
506 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
507
508         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
509         "None" case insensitive.
510
511 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
512
513         * gdk/gdkselection.c: 
514         Add error traps so if the other end of the connection
515         dies, we survive.
516
517 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
518
519         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
520         dest_xid field into two fields - one for the window
521         to send in messages, one to indicate the last looked
522         up window for caching purposes. This is needed, so
523         that Leave messages get the correct window.
524
525 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
526
527         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
528         Fix warning created by people mucking around
529         with the gsource API.
530
531         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
532         Change mapping between GIOCondition and GdkInputCondition
533         to match the way the Linux kernel does it. This should
534         fix problems where closed pipes were no longer signalling
535         GDK_INPUT_READ on systems with a native poll().
536
537 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
538
539         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
540         explicitly for the string "None" - it is in the XPM
541         spec and some servers treat unknown colors in odd ways
542         (like asking the user!)
543
544 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
545
546         * gdk/gdkevents.c: made "->" into a "." of previous change so
547         it compiles
548
549 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
550
551         * gdk/gdkevents.c (gdk_compress_exposures): Set the
552         window field of the event structure before calling
553         user filters.
554
555 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
556
557         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
558         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
559
560 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
561
562         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
563         intermediate text property - prevents major memory
564         leak when gdk_use_mb.
565         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
566
567 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
568
569         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
570         gtk-a-higuti-990322-[0-3]
571
572         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
573         sizeof(wchar_t) != sizeof (GdkWChar)
574
575         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
576         that was causing -DX_LOCALE not to work.
577
578         * gtk/gtkrc.c (gtk_rc_init):
579         X_LOCALE will never have LC_MESSAGES defined
580
581         * gdk/gdk.c (gdk_init_check):
582         Remove --xim-preedit and --xim-status from argv properly.
583
584         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
585         that the client window is present on the X server
586         before we pass it to the input method.
587
588 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
589
590         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
591         if --display is specified on the command line, than
592         the drag window will not be created on that display.
593         
594 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
595
596         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
597         lookups with only_if_exists == TRUE were inserting
598         bogus values into the atom cache.
599
600 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
601
602         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
603         then reset it to NULL.
604
605         * gdk/gdkcolor.c:
606         (gdk_colors_free): 
607         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
608         key for g_hash_table_remove() in both functions, this prevents us
609         from accessing possibly uninitialized portions of a GdkColor structure
610         where we are only interested in its pixel value.
611
612 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
613
614         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
615         font hash table, if we have a GdkFontPrivate entry for this font
616         already, simply increment its reference count, provided by Olaf Dietsche
617         <olaf.dietsche+list.gtk@netcologne.de>.
618
619 1999-09-21  Tor Lillqvist  <tml@iki.fi>
620
621         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
622         just to be sure.
623
624         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
625         unused variables, leftovers from the X11 version.
626
627         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
628
629         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
630         downcase fields on X11.
631
632 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
633         
634         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
635         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
636
637 1999-09-17  Tor Lillqvist  <tml@iki.fi>
638
639         * gdk/win32/gdk.def: Add gdk_threads_mutex.
640
641         * gtk/makefile.msc: Correct path to libintl.
642
643         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
644         use of gint vs. int, and gint vs. gboolean in headers and
645         definitions. Use GtkType for the *_get_type functions. Note that
646         these changes preserve binary compatibility.
647
648         * gdk/gdk.c
649         * gdk/win32/gdk.c
650         * gdk/gdk.h: Fix inconsistencies: gint vs int.
651
652         * gtk/gtkmain.c
653         * gtk/gtkclist.c
654         * gtk/gtkmenufactory.c
655         * gtk/gtknotebook.c
656         * gtk/gtkwidget.c: Fix inconsistencies, also gint
657         vs. gboolean.
658
659         * gtk/gtkcolorsel.[ch]
660         * gtk/gtkcombo.[ch]
661         * gtk/gtkdrawingarea.[ch]
662         * gtk/gtkgamma.[ch]
663         * gtk/gtkhandlebox.[ch]
664         * gtk/gtkhpaned.[ch]
665         * gtk/gtkhruler.[ch]
666         * gtk/gtkplug.[ch]
667         * gtk/gtkpreview.[ch]
668         * gtk/gtkruler.[ch]
669         * gtk/gtksocket.[ch]
670         * gtk/gtkstatusbar.[ch]
671         * gtk/gtktoolbar.[ch]
672         * gtk/gtkvbbox.[ch]
673         * gtk/gtkvpaned.[ch]
674         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
675         functions.
676
677         * gtk/gtkgamma.h: Fix bug, missing () in call of
678         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
679
680 1999-09-14  Tor Lillqvist  <tml@iki.fi>
681
682         * gdk/gdkcolor.c (gdk_colormap_new)
683         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
684         colormap->colors was allocated twice.
685
686         * gdk/win32/gdk.c: Remove some unused stuff.
687
688         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
689         colormap.
690
691         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
692         * gtk/gtklabel.h (gtk_label_get_type)
693         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
694         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
695         in a couple of places, not guint.
696
697 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
698
699         * configure.in,po/et.po: added Estonian language file
700
701 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
702
703         * configure.in,po/da.po: added Danish file
704
705 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
706
707         * docs/gtkfaq.sgml: Minor FAQ Update
708
709 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
710
711         * docs/gtkfaq.sgml: FAQ update
712
713 1999-08-27  Tor Lillqvist  <tml@iki.fi>
714
715         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
716         way to get window contents continually refreshed while resizing. I
717         didn't like the effects myself, so it's not on by default.
718
719         * gdk/win32/gdkprivate.h: New flag variable
720         gdk_event_func_from_window_proc, FALSE by default.
721
722         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
723         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
724         are passed --gdk-event-func-from-window-proc.
725
726         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
727         and we have am event_func, call it instead of enqueing the event.
728
729 1999-08-23  Tor Lillqvist  <tml@iki.fi>
730
731         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
732         Kelley: Set expose_count in GdkEventExposes correctly.
733
734         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
735         MULTIPLE_WINDOW_CLASSES).
736
737         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
738         for bug in NT, apparently NT *does* draw the end pixel, too, in
739         LineTo with a one-pixel pen, so we don't have to do it ourselves.
740
741 1999-08-21  Tor Lillqvist  <tml@iki.fi>
742
743         Improvements by Hans Breuer: 
744
745         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
746
747         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
748         CS_?REDRAW flags as they cause lots of (late) redraws when "show
749         window contents while dragging" is turned on. Allocate at least
750         one unique class for every GdkWindowType. If support for single
751         window-specific icons is ever needed (eg. Dialog specific), every
752         such window should get its own class.
753
754 1999-08-19  Tor Lillqvist  <tml@iki.fi>
755
756         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
757         error that caused crashes.
758
759 1999-08-17  Tor Lillqvist  <tml@iki.fi>
760
761         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
762         window, use ScrollWindowEx, and call UpdateWindow. This prevents
763         bugs when for instance part of the window was outside the
764         display. Thanks to Philippe Colantoni for finding and fixing this.
765
766 1999-08-16  Tor Lillqvist  <tml@iki.fi>
767
768         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
769         endpoint calculations which were totally wrong. (A little RTFMing
770         helps a lot ;-)
771
772         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
773         from a separate directory, not from gettext, because of licensing
774         issues (we want to use the LGPL version).
775
776         * README.win32: Mention the intl from glibc vs from gettext issue.
777
778 1999-08-13  Tor Lillqvist  <tml@iki.fi>
779
780         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
781         in the key event handling: Now AltGr chars work again. Also,
782         now Alt-digits are passed up as well as Control-digits.
783         Pass keypad plus and minus as normal plus and minus.
784
785 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
786
787         * docs/gtkfaq.sgml: FAQ Update
788
789 1999-07-25  Tor Lillqvist  <tml@iki.fi>
790
791         * README.win32
792         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
793         the Wintab SDK.
794
795         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
796         OK, but getting closer. Guard against bogus tilt data from Wacom
797         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
798         enable easier building without Wintab.
799
800         * gdk/win32/gdkinput.h
801         * gdk/win32/gdkevents.c 
802         * gdk/win32/gdkwindow.c: Minor changes related related to above.
803         
804         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
805         code. As we have just one visual on Win32, no sense to have it in a
806         table, and no need for the hash table.
807
808         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
809         better on white background.
810
811 1999-07-21  Tor Lillqvist  <tml@iki.fi>
812
813         * README.win32: Update gcc build instructions. Mention gettext is
814         GPL.
815
816         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
817         supported cursor size with GetSystemMetrics.
818
819         * gdk/win32/gdkfont.c
820         * gtk/gtkfontsel.c: Guard against some font weight and charset
821         symbols being undefined (in mingw32 headers).
822
823         * gdk/win32/makefile.cygwin
824         * gtk/makefile.cygwin
825         * gtk/gtkthemes.c: No longer need to have differently named
826         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
827
828 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
829
830         * docs/gtkfaq.sgml: Long awaited FAQ update.
831
832 1999-07-15  Tor Lillqvist  <tml@iki.fi>
833
834         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
835         it. Obscure bit manipulation needed.
836
837         * gdk/win32/gdkevents.c: Logging.
838         
839         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
840         style (file name include compiler name) for theme engines.
841
842 1999-07-13  Tor Lillqvist  <tml@iki.fi>
843
844         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
845
846         * gdk/win32/gdkevents.c: Fix long-standing bug in key
847         events. The key.string wasn't zero-terminated, still we strdup'ed
848         it in gdk_event_copy(). Synthesize crossing events for button
849         events before possible propagation.
850
851         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
852
853         * gdk/win32/makefile.cygwin
854         * gtk/makefile.cygwin: Use new DLL naming style for the
855         GCC-compiled ones.
856
857         * gdk/win32/makefile.msc
858         * gtk/makefile.msc: Cosmetics mostly.
859
860         * gtk/gtk.def: Add missing entry points.
861
862         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
863
864 1999-07-09  Tor Lillqvist  <tml@iki.fi>
865
866         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
867         or height is zero. Don't print a warning if Pie or Arc fails, they
868         always fail (?) for very narrow ellipses.
869
870         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
871         the part or the destination window corresponding to source area
872         outside of the source drawable's boundary.
873
874         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
875         anything if less than two points.
876
877         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
878         return NULL. Gtk cut-and-paste inside a single program works
879         better this way. (It always gets the clipboard contents from
880         Windows, not from its own copy, which is cleared anyway. I can't
881         say I fully understand what happens... Emulating the X selection
882         and property stuff is a bit of a mess.)
883
884         * gdk/win32/gdkevents.c
885         * gdk/win32/gdkproperty.c: A bit more verbose logging.
886
887         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
888         that never got deleted). Revamp gdk_region_shrink.
889
890         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
891         after use.
892
893         * gtk/gtk.def: Add some missing entry points.
894
895         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
896         component.
897
898 1999-07-04  Tor Lillqvist  <tml@iki.fi>
899
900         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
901         Control-digits specially.
902
903 1999-07-03  Tor Lillqvist  <tml@iki.fi>
904
905         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
906
907 1999-06-28  Tor Lillqvist  <tml@iki.fi>
908
909         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
910         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
911         finding this.)
912
913 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
914
915         * gtk+.spec.in: Corrected some typos in files section.
916         
917 1999-06-15  Tor Lillqvist  <tml@iki.fi>
918
919         * README.win32: Mention using GNU gettext.
920         * config.h.win32: Enable NLS stuff.
921         * gtk/makefile.msc: Use GNU gettext.
922         * gdk/win32/gdkdnd.c: Minor header reorg.
923         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
924         cosmetics.
925         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
926         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
927
928 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
929
930         * acinclude.m4
931         * config.guess
932         * config.status
933         * ltconfig
934         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
935
936 1999-05-30  Tor Lillqvist  <tml@iki.fi>
937
938         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
939         SafeAdjustWindowRectEx. Don't override all calls to
940         AdjustWindowRectEx by it, but use it only in two places: When
941         creating a new top-level window and when moving a top-level
942         window.
943
944         Use screen coordinate rectangle, not client rectangle, in
945         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
946         when we try to place a window so that the decoration (mainly,
947         title bar) isn't visible.
948
949         These changes fix the bug that showed up for instance as the
950         GIMP's saved top-level windows moving right and down (by an amount
951         equal to the window decoration) for each session. This bug showed
952         up also in testgtk's "Saved Position".
953
954         gdk_window_resize also redone a bit.
955
956 1999-05-25  Tor Lillqvist  <tml@iki.fi>
957
958         * gtk/testgtkrc: Add (commented out) Windows-style theme
959         include line.
960
961         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
962
963 1999-05-18  Tor Lillqvist  <tml@iki.fi>
964
965         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
966         gdkx.h to a gdk subdirectory, so that applications can include
967         these with <gdk/*.h> without trouble.
968
969         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
970         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
971         have their bitmap destroyed.
972
973         * gdk/win32/gdk.def: Add gdk_root_parent.
974
975 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
976
977         * configure.in
978           gtk-config.in
979           ltconfig
980           ltmain.sh     
981           gtk/Makefile.am: changes to compile nicely (with xlib) 
982           on BeOS
983
984 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
985
986         * acinclude.m4
987         * config.guess
988         * config.sub
989         * ltconfig
990         * ltmain.sh: upgrade to libtool 1.3
991
992 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
993
994         * gtk/gtkclist.c:
995         * gtk/gtkctree.c: merges from gtk-1-2
996
997 1999-04-25  Tor Lillqvist  <tml@iki.fi>
998
999         Support added for building using a GNU toolchain on Win32,
1000         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
1001
1002         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
1003         * config.h.win32: Changes for gcc.
1004         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
1005         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
1006         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
1007         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
1008         Protect shl stuff unavaiilable with mingw32 headers.
1009         * gdk/win32/gdkevents.c: Fix typo.
1010         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
1011         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
1012         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
1013         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
1014         the mingw32 headers.
1015         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
1016         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
1017         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
1018         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
1019         Test for NATIVE_WIN32, not _MSC_VER.
1020         * gtk/gtkmain.c: No use warning about developer version on Win32,
1021         there aren't any non-developer versions anyhow.
1022         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
1023         * gtk/makefile.msc: Use pthread from another directory. Minor other
1024         changes. 
1025
1026 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
1027
1028         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
1029           default filter from the list
1030
1031 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
1032
1033         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
1034          when gtk_widget_grab_default() is called for a widget that
1035          is not within a GtkWindow.
1036
1037 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
1038
1039         * docs/gtk_tut.sgml, examples/clist.c: use a
1040           scrolled window in the clist example. Minor
1041           tutorial fixes.
1042
1043 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
1044
1045         * docs/gtk_tut.sgml: Style check from David King
1046           <dking@youvegotmail.net>
1047
1048 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
1049
1050         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
1051         compile with unknown value of GDK_WINDOWING
1052
1053 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
1054
1055         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
1056         after the rule is fired.
1057         (install-exec-local): Install gdkconfig.h only if the contents are
1058         different from the currently installed gdkconfig.h.
1059
1060 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
1061
1062         * gdk/Makefile.am (configexecincludedir): Rename from 
1063         configincludedir so that gdkconfig.h will be installed 
1064         as part of `make install-exec'. 
1065
1066 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
1067
1068         * acinclude.m4
1069         * config.guess
1070         * config.sub
1071         * ltconfig
1072         * ltmain.sh: upgrade to libtool 1.2f
1073
1074         * autogen.sh: libtool is not required to autogen gtk+
1075
1076         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
1077         needed)
1078
1079 1999-03-18  Tor Lillqvist  <tml@iki.fi>
1080
1081         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
1082         declaring gdk variables exported/imported from the DLL. New image
1083         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
1084         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
1085         GDK_DRAG_PROTO_OLE2.
1086
1087         * gdk/gdk.h: Merge in Win32 version: Two new functions,
1088         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
1089         declared only for the Win32 version, but could be in the X11
1090         version as well. (Needed for a Xlib-less gdk_imlib.)
1091         gdk_color_hash should have only one parameter. Declare
1092         gdk_threads_mutex with GDKVAR.
1093         
1094         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
1095         just one parameter.
1096
1097         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
1098         per pixel, not bits.
1099
1100         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
1101         Fetch bpp (which means bits-per-pixel here) from another place on
1102         Win32. Accept also depth==32 (which we might get on Win32) with
1103         bpp==32.
1104
1105         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
1106         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
1107         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
1108         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
1109         in the backend-dependent directory, not in the common gdk
1110         directory.
1111
1112         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
1113         headers.
1114
1115 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
1116
1117         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
1118         want to use the Gtk+ devel version (which is true, and yes - even i am
1119         currently working with the 1.2.x branch). so everyone reading this, you
1120         probably want to issue
1121         cvs checkout -r glib-1-2 glib
1122         and
1123         cvs checkout -r gtk-1-2 gtk+
1124         as your next two comands.
1125
1126 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
1127
1128         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
1129         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
1130
1131         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
1132         file. strongly deprecated the GTK_HAVE_* macros, we provide
1133         GTK_CHECK_VERSION() for people that need to check for certain
1134         Gtk+ versions.
1135
1136         * gtk/gtkcompat.h: removed this from CVS.
1137         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
1138         idea right from the start, it just didn't seem like that back then.
1139
1140 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
1141
1142         * merges from gtk-1-2:
1143
1144 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
1145
1146         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
1147         item factory class has been created.
1148         (gtk_item_factory_parse_rc): likewise.
1149
1150         * gtk/gtkmenu.c:
1151         keep proper references for old_active_menu_item.
1152         (gtk_menu_reparent): unset the usize of the new parent,
1153         so the menu can sanely be size requested and we don't get nasty screen
1154         artefacts upon next reparentation.
1155         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
1156         enter notify. only synthesize enter notifies if the pointer really is
1157         inside the event window.
1158         (gtk_menu_popdown): use gtk_menu_shell_deselect().
1159         (gtk_menu_popup): move the background setting stuff into
1160         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
1161
1162         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
1163         gtk_menu_shell_select_item() to select the new item.
1164         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
1165         do the right thing for deselection as well.
1166
1167 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
1168
1169         * gtk/gtkwidget.[hc]:
1170         (gtk_widget_accelerators_locked): return whether a widget's accelerators
1171         are locked.
1172
1173         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
1174         existing accelerators if the widget's accelerators are locked.
1175
1176 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
1177
1178         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
1179
1180         * gtk/gtkmenu.c: truely forward key press and key release events to
1181         the menu widget from the toplevel or tearoff window. we can't simply
1182         connect to that, we need to stop further processing of the events as
1183         well.
1184
1185 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
1186
1187         * gtk/gtkmenu.c:
1188         (gtk_menu_key_press): pass event->keyval, event->state to
1189         gtk_accelerator_valid, instead of event->keyval twice.
1190         refuse to install single letter accelerators for menus that use
1191         single letter shortcuts.
1192
1193         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
1194         gtk_menu_ensure_uline_accel_group().
1195
1196         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
1197         which will always return an uline accel group, made
1198         gtk_menu_get_uline_accel_group() return NULL if the group isn't
1199         yet created.
1200
1201 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
1202
1203         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
1204
1205         * gtk/gtkclist.c (gtk_clist_column_title_passive):
1206         Leave button sensitive, trap  button_press, button_release,
1207         motion_notify, enter_notify and leave_notify events instead.
1208         (gtk_clist_column_title_active): disconnect event handler.
1209         (gtk_clist_drag_data_get): fixed memory leak. Reported by
1210         Guillaume Laurent <glaurent@worldnet.fr>
1211
1212 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
1213
1214         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
1215         width/height mixups.
1216
1217         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
1218         if needed.
1219
1220 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
1221
1222         * gtk/testgtk.c (create_item_factory): unref the item factory after
1223         window's destruction.
1224
1225         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
1226         count on the menu shell around the menu item's activation, since the
1227         signal emission may cause menu shell destruction.
1228
1229         * gtk/gtkitemfactory.c:
1230         the previous code leaked one accel group per menu. we use
1231         gtk_menu_get_uline_accel_group() now to fix that, and with that
1232         also create the underline accelerator group of the menus only if
1233         required (i.e. an underline accelerator has been specified).
1234         (gtk_item_factory_construct):
1235         (gtk_item_factory_create_item): removed code that would create an
1236         extra accel group for the menu (and leak references).
1237         (gtk_item_factory_create_item): adapted the underline accelerator
1238         installation code to properly feature gtk_menu_get_uline_accel_group().
1239
1240         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
1241         menu->accel_group, this may return NULL if the accelerator group
1242         hasn't been set yet.
1243         added gtk_menu_get_uline_accel_group() to retrive the underline
1244         accelerator group of the menu, this will be created on demand
1245         and proper care is taken about its reference count.
1246
1247         * gtk/gtkitemfactory.h:
1248         * gtk/gtkitemfactory.c:
1249         dumped the approach of keeping a widgets by action list on the
1250         factory since the factory<->widget destroy negotiation didn't work
1251         and would be hard to get going at all. instead we keep a list of
1252         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
1253         persistant throughout a program's life time).
1254         also, i removed the static const gchar *key_* variables, and made
1255         them inline strings (they weren't actually used anyways).
1256         (gtk_item_factory_add_item): update ifactory->items.
1257         (gtk_item_factory_destroy): destroy ifactory->items (and remove
1258         the item factory pointer from the remaining ifactory widgets).
1259         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
1260         list to find the widget.
1261         (gtk_item_factory_get_item): new function that works around
1262         gtk_item_factory_get_widget() limitations, this function will only
1263         return menu items, even for <Branch> entries.
1264
1265 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
1266
1267         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
1268         font hash table, if we have a GdkFontPrivate entry for this font
1269         already, simply increment its reference count, provided by Olaf Dietsche
1270         <olaf.dietsche+list.gtk@netcologne.de>.
1271
1272         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
1273         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
1274
1275 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
1276
1277         * gtk/gtkcontainer.c:
1278         (gtk_container_add_with_args):
1279         (gtk_container_addv):
1280         (gtk_container_add): before adding a child to a conatiner, make sure
1281         it is (default) constructed, this is neccessary because under certain
1282         circumstances the child will get relized and mapped immediatedly, in
1283         which case it has to be constructed already.
1284
1285 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
1286
1287         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
1288         values > 1 as TRUE also.
1289
1290 1999-03-16  Tor Lillqvist  <tml@iki.fi>
1291
1292         * README.win32: New file.
1293                 
1294         * configure.in: Check for lstat.
1295
1296         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
1297         completeness.
1298
1299         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
1300
1301         * gtk/gtk.def: Removed CRs.
1302
1303         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
1304         ..\gdk\win32).
1305
1306         * gdk/win32/makefile.msc: Correct upwards relative paths.
1307         
1308 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
1309
1310         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
1311           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
1312           it was connecting a void function to expose_event and the int
1313           returning function to the draw signal
1314
1315 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
1316
1317         * configure.in:
1318         Use correct path to libgmodule.la when ref'ing uninstalled copy
1319         of glib.  (Already in stable branch, Bug #417)
1320
1321 1999-03-15  Tor Lillqvist  <tml@iki.fi>
1322
1323         Win32 merge and general portability stuff:
1324                 
1325         * acconfig.h,configure.in: Check for <sys/time.h>.
1326
1327         * gdk/win32: New directory (actually, been there for a while).
1328         
1329         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
1330         NATIVE_WIN32, and use these. Always case fold on Win32. No
1331         backslashed escapes on native Win32.
1332
1333         * gtk/{gtk.def,makefile.msc}: New files.
1334
1335         * gtk/Makefile.am: Add above new files.
1336         
1337         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
1338         instead of <strings.h>.
1339
1340         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
1341         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
1342         <unistd.h> appropriately.
1343
1344         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
1345         Use ABS() (from <glib.h>) instead of abs().
1346         
1347         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
1348         of gtk (and thus glib) headers, so that WIN32 will be
1349         defined. With MS C, include <direct.h> for mkdir prototype.
1350
1351         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
1352         some casts, needed by MS C.
1353
1354         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
1355         implemented).
1356
1357         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
1358         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
1359         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
1360
1361         * gtk/gtkmain.h: Mark variables for export/import on Win32.
1362                 
1363         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
1364         the event is not a hint, or its window is not the slider. Needed
1365         on Win32, at least.
1366
1367         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
1368         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
1369         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
1370         a subdirectory of the Windows directory as gtk system
1371         configuration directory.
1372
1373         * gtk/gtkselection.c: No chunks on Win32.
1374
1375         * gtk/gtksocket.c: Not implemented on Win32.
1376
1377         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
1378
1379         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
1380
1381         * gtk/maketypes.awk: Declare variables with a macro that expands to
1382         necessary export/import magic in the case of Win32.
1383                 
1384         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
1385
1386 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
1387
1388         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
1389         since those were meant only for gdki18n.h.  
1390         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
1391         for widechar tests.
1392         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
1393
1394 1999-03-13  Tor Lillqvist  <tml@iki.fi>
1395
1396         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
1397         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
1398
1399         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
1400         installed) to CFLAGS.
1401
1402         * gdk/Makefile.am: Add rules for gdkconfig.h.
1403
1404         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
1405         APIs.
1406
1407         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
1408         gdkx.h anyway when compiling for X11.
1409         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
1410         general): Merge in Win32 version.
1411         
1412         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
1413         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
1414         expansion (if we don't have HAVE_PWD_H), allow for drive
1415         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
1416         included code from Craig Setera's port to Win32 (the one that uses
1417         X11, and the cygwin dll), even if it probably will be abandoned.
1418
1419         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
1420         the user entered one herself.  This way one can complete *.h and
1421         don't get matches on any .help files, for instance.
1422         
1423 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
1424
1425         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
1426         font hash table, if we have a GdkFontPrivate entry for this font
1427         already, simply increment its reference count, provided by Olaf Dietsche
1428         <olaf.dietsche+list.gtk@netcologne.de>.
1429
1430         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
1431         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
1432
1433 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
1434
1435         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
1436         the number of calls to gdk_draw_point() (and thus to X) by
1437         clipping the points by hand.
1438
1439         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
1440         the clip parameter.
1441         (gtk_handle_box_paint): Only paint the handle if the expose area
1442         intersects it.
1443
1444 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
1445
1446         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
1447
1448 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
1449
1450         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
1451         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
1452
1453 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
1454
1455         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
1456          textmode (O_TEXT) for OS/2 version.
1457
1458 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
1459
1460         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
1461         GtkSpinButton, "input" and "output", to make the output more flexible.
1462         The user has to provide a mapping between adjustment->value and the
1463         output string (and vice versa, if the spin button is editable). 
1464         See testgtk for examples.
1465
1466 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
1467
1468         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
1469         new one.
1470         
1471         * configure.in: set gtk+ version to 1.3.0.