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