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