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