]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-0
Edit some of the cursors a bit to look better on white background.
[~andy/gtk] / ChangeLog.pre-2-0
1 1999-07-25  Tor Lillqvist  <tml@iki.fi>
2
3         * README.win32
4         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
5         the Wintab SDK.
6
7         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
8         OK, but getting closer. Guard against bogus tilt data from Wacom
9         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
10         enable easier building without Wintab.
11
12         * gdk/win32/gdkinput.h
13         * gdk/win32/gdkevents.c 
14         * gdk/win32/gdkwindow.c: Minor changes related related to above.
15         
16         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
17         code. As we have just one visual on Win32, no sense to have it in a
18         table, and no need for the hash table.
19
20         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
21         better on white background.
22
23 1999-07-21  Tor Lillqvist  <tml@iki.fi>
24
25         * README.win32: Update gcc build instructions. Mention gettext is
26         GPL.
27
28         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
29         supported cursor size with GetSystemMetrics.
30
31         * gdk/win32/gdkfont.c
32         * gtk/gtkfontsel.c: Guard against some font weight and charset
33         symbols being undefined (in mingw32 headers).
34
35         * gdk/win32/makefile.cygwin
36         * gtk/makefile.cygwin
37         * gtk/gtkthemes.c: No longer need to have differently named
38         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
39
40 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
41
42         * docs/gtkfaq.sgml: Long awaited FAQ update.
43
44 1999-07-15  Tor Lillqvist  <tml@iki.fi>
45
46         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
47         it. Obscure bit manipulation needed.
48
49         * gdk/win32/gdkevents.c: Logging.
50         
51         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
52         style (file name include compiler name) for theme engines.
53
54 1999-07-13  Tor Lillqvist  <tml@iki.fi>
55
56         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
57
58         * gdk/win32/gdkevents.c: Fix long-standing bug in key
59         events. The key.string wasn't zero-terminated, still we strdup'ed
60         it in gdk_event_copy(). Synthesize crossing events for button
61         events before possible propagation.
62
63         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
64
65         * gdk/win32/makefile.cygwin
66         * gtk/makefile.cygwin: Use new DLL naming style for the
67         GCC-compiled ones.
68
69         * gdk/win32/makefile.msc
70         * gtk/makefile.msc: Cosmetics mostly.
71
72         * gtk/gtk.def: Add missing entry points.
73
74         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
75
76 1999-07-09  Tor Lillqvist  <tml@iki.fi>
77
78         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
79         or height is zero. Don't print a warning if Pie or Arc fails, they
80         always fail (?) for very narrow ellipses.
81
82         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
83         the part or the destination window corresponding to source area
84         outside of the source drawable's boundary.
85
86         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
87         anything if less than two points.
88
89         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
90         return NULL. Gtk cut-and-paste inside a single program works
91         better this way. (It always gets the clipboard contents from
92         Windows, not from its own copy, which is cleared anyway. I can't
93         say I fully understand what happens... Emulating the X selection
94         and property stuff is a bit of a mess.)
95
96         * gdk/win32/gdkevents.c
97         * gdk/win32/gdkproperty.c: A bit more verbose logging.
98
99         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
100         that never got deleted). Revamp gdk_region_shrink.
101
102         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
103         after use.
104
105         * gtk/gtk.def: Add some missing entry points.
106
107         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
108         component.
109
110 1999-07-04  Tor Lillqvist  <tml@iki.fi>
111
112         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
113         Control-digits specially.
114
115 1999-07-03  Tor Lillqvist  <tml@iki.fi>
116
117         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
118
119 1999-06-28  Tor Lillqvist  <tml@iki.fi>
120
121         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
122         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
123         finding this.)
124
125 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
126
127         * gtk+.spec.in: Corrected some typos in files section.
128         
129 1999-06-15  Tor Lillqvist  <tml@iki.fi>
130
131         * README.win32: Mention using GNU gettext.
132         * config.h.win32: Enable NLS stuff.
133         * gtk/makefile.msc: Use GNU gettext.
134         * gdk/win32/gdkdnd.c: Minor header reorg.
135         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
136         cosmetics.
137         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
138         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
139
140 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
141
142         * acinclude.m4
143         * config.guess
144         * config.status
145         * ltconfig
146         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
147
148 1999-05-30  Tor Lillqvist  <tml@iki.fi>
149
150         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
151         SafeAdjustWindowRectEx. Don't override all calls to
152         AdjustWindowRectEx by it, but use it only in two places: When
153         creating a new top-level window and when moving a top-level
154         window.
155
156         Use screen coordinate rectangle, not client rectangle, in
157         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
158         when we try to place a window so that the decoration (mainly,
159         title bar) isn't visible.
160
161         These changes fix the bug that showed up for instance as the
162         GIMP's saved top-level windows moving right and down (by an amount
163         equal to the window decoration) for each session. This bug showed
164         up also in testgtk's "Saved Position".
165
166         gdk_window_resize also redone a bit.
167
168 1999-05-25  Tor Lillqvist  <tml@iki.fi>
169
170         * gtk/testgtkrc: Add (commented out) Windows-style theme
171         include line.
172
173         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
174
175 1999-05-18  Tor Lillqvist  <tml@iki.fi>
176
177         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
178         gdkx.h to a gdk subdirectory, so that applications can include
179         these with <gdk/*.h> without trouble.
180
181         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
182         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
183         have their bitmap destroyed.
184
185         * gdk/win32/gdk.def: Add gdk_root_parent.
186
187 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
188
189         * configure.in
190           gtk-config.in
191           ltconfig
192           ltmain.sh     
193           gtk/Makefile.am: changes to compile nicely (with xlib) 
194           on BeOS
195
196 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
197
198         * acinclude.m4
199         * config.guess
200         * config.sub
201         * ltconfig
202         * ltmain.sh: upgrade to libtool 1.3
203
204 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
205
206         * gtk/gtkclist.c:
207         * gtk/gtkctree.c: merges from gtk-1-2
208
209 1999-04-25  Tor Lillqvist  <tml@iki.fi>
210
211         Support added for building using a GNU toolchain on Win32,
212         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
213
214         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
215         * config.h.win32: Changes for gcc.
216         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
217         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
218         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
219         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
220         Protect shl stuff unavaiilable with mingw32 headers.
221         * gdk/win32/gdkevents.c: Fix typo.
222         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
223         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
224         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
225         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
226         the mingw32 headers.
227         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
228         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
229         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
230         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
231         Test for NATIVE_WIN32, not _MSC_VER.
232         * gtk/gtkmain.c: No use warning about developer version on Win32,
233         there aren't any non-developer versions anyhow.
234         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
235         * gtk/makefile.msc: Use pthread from another directory. Minor other
236         changes. 
237
238 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
239
240         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
241           default filter from the list
242
243 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
244
245         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
246          when gtk_widget_grab_default() is called for a widget that
247          is not within a GtkWindow.
248
249 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
250
251         * docs/gtk_tut.sgml, examples/clist.c: use a
252           scrolled window in the clist example. Minor
253           tutorial fixes.
254
255 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
256
257         * docs/gtk_tut.sgml: Style check from David King
258           <dking@youvegotmail.net>
259
260 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
261
262         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
263         compile with unknown value of GDK_WINDOWING
264
265 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
266
267         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
268         after the rule is fired.
269         (install-exec-local): Install gdkconfig.h only if the contents are
270         different from the currently installed gdkconfig.h.
271
272 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
273
274         * gdk/Makefile.am (configexecincludedir): Rename from 
275         configincludedir so that gdkconfig.h will be installed 
276         as part of `make install-exec'. 
277
278 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
279
280         * acinclude.m4
281         * config.guess
282         * config.sub
283         * ltconfig
284         * ltmain.sh: upgrade to libtool 1.2f
285
286         * autogen.sh: libtool is not required to autogen gtk+
287
288         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
289         needed)
290
291 1999-03-18  Tor Lillqvist  <tml@iki.fi>
292
293         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
294         declaring gdk variables exported/imported from the DLL. New image
295         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
296         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
297         GDK_DRAG_PROTO_OLE2.
298
299         * gdk/gdk.h: Merge in Win32 version: Two new functions,
300         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
301         declared only for the Win32 version, but could be in the X11
302         version as well. (Needed for a Xlib-less gdk_imlib.)
303         gdk_color_hash should have only one parameter. Declare
304         gdk_threads_mutex with GDKVAR.
305         
306         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
307         just one parameter.
308
309         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
310         per pixel, not bits.
311
312         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
313         Fetch bpp (which means bits-per-pixel here) from another place on
314         Win32. Accept also depth==32 (which we might get on Win32) with
315         bpp==32.
316
317         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
318         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
319         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
320         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
321         in the backend-dependent directory, not in the common gdk
322         directory.
323
324         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
325         headers.
326
327 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
328
329         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
330         want to use the Gtk+ devel version (which is true, and yes - even i am
331         currently working with the 1.2.x branch). so everyone reading this, you
332         probably want to issue
333         cvs checkout -r glib-1-2 glib
334         and
335         cvs checkout -r gtk-1-2 gtk+
336         as your next two comands.
337
338 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
339
340         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
341         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
342
343         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
344         file. strongly deprecated the GTK_HAVE_* macros, we provide
345         GTK_CHECK_VERSION() for people that need to check for certain
346         Gtk+ versions.
347
348         * gtk/gtkcompat.h: removed this from CVS.
349         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
350         idea right from the start, it just didn't seem like that back then.
351
352 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
353
354         * merges from gtk-1-2:
355
356 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
357
358         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
359         item factory class has been created.
360         (gtk_item_factory_parse_rc): likewise.
361
362         * gtk/gtkmenu.c:
363         keep proper references for old_active_menu_item.
364         (gtk_menu_reparent): unset the usize of the new parent,
365         so the menu can sanely be size requested and we don't get nasty screen
366         artefacts upon next reparentation.
367         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
368         enter notify. only synthesize enter notifies if the pointer really is
369         inside the event window.
370         (gtk_menu_popdown): use gtk_menu_shell_deselect().
371         (gtk_menu_popup): move the background setting stuff into
372         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
373
374         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
375         gtk_menu_shell_select_item() to select the new item.
376         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
377         do the right thing for deselection as well.
378
379 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
380
381         * gtk/gtkwidget.[hc]:
382         (gtk_widget_accelerators_locked): return whether a widget's accelerators
383         are locked.
384
385         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
386         existing accelerators if the widget's accelerators are locked.
387
388 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
389
390         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
391
392         * gtk/gtkmenu.c: truely forward key press and key release events to
393         the menu widget from the toplevel or tearoff window. we can't simply
394         connect to that, we need to stop further processing of the events as
395         well.
396
397 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
398
399         * gtk/gtkmenu.c:
400         (gtk_menu_key_press): pass event->keyval, event->state to
401         gtk_accelerator_valid, instead of event->keyval twice.
402         refuse to install single letter accelerators for menus that use
403         single letter shortcuts.
404
405         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
406         gtk_menu_ensure_uline_accel_group().
407
408         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
409         which will always return an uline accel group, made
410         gtk_menu_get_uline_accel_group() return NULL if the group isn't
411         yet created.
412
413 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
414
415         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
416
417         * gtk/gtkclist.c (gtk_clist_column_title_passive):
418         Leave button sensitive, trap  button_press, button_release,
419         motion_notify, enter_notify and leave_notify events instead.
420         (gtk_clist_column_title_active): disconnect event handler.
421         (gtk_clist_drag_data_get): fixed memory leak. Reported by
422         Guillaume Laurent <glaurent@worldnet.fr>
423
424 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
425
426         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
427         width/height mixups.
428
429         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
430         if needed.
431
432 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
433
434         * gtk/testgtk.c (create_item_factory): unref the item factory after
435         window's destruction.
436
437         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
438         count on the menu shell around the menu item's activation, since the
439         signal emission may cause menu shell destruction.
440
441         * gtk/gtkitemfactory.c:
442         the previous code leaked one accel group per menu. we use
443         gtk_menu_get_uline_accel_group() now to fix that, and with that
444         also create the underline accelerator group of the menus only if
445         required (i.e. an underline accelerator has been specified).
446         (gtk_item_factory_construct):
447         (gtk_item_factory_create_item): removed code that would create an
448         extra accel group for the menu (and leak references).
449         (gtk_item_factory_create_item): adapted the underline accelerator
450         installation code to properly feature gtk_menu_get_uline_accel_group().
451
452         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
453         menu->accel_group, this may return NULL if the accelerator group
454         hasn't been set yet.
455         added gtk_menu_get_uline_accel_group() to retrive the underline
456         accelerator group of the menu, this will be created on demand
457         and proper care is taken about its reference count.
458
459         * gtk/gtkitemfactory.h:
460         * gtk/gtkitemfactory.c:
461         dumped the approach of keeping a widgets by action list on the
462         factory since the factory<->widget destroy negotiation didn't work
463         and would be hard to get going at all. instead we keep a list of
464         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
465         persistant throughout a program's life time).
466         also, i removed the static const gchar *key_* variables, and made
467         them inline strings (they weren't actually used anyways).
468         (gtk_item_factory_add_item): update ifactory->items.
469         (gtk_item_factory_destroy): destroy ifactory->items (and remove
470         the item factory pointer from the remaining ifactory widgets).
471         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
472         list to find the widget.
473         (gtk_item_factory_get_item): new function that works around
474         gtk_item_factory_get_widget() limitations, this function will only
475         return menu items, even for <Branch> entries.
476
477 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
478
479         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
480         font hash table, if we have a GdkFontPrivate entry for this font
481         already, simply increment its reference count, provided by Olaf Dietsche
482         <olaf.dietsche+list.gtk@netcologne.de>.
483
484         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
485         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
486
487 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
488
489         * gtk/gtkcontainer.c:
490         (gtk_container_add_with_args):
491         (gtk_container_addv):
492         (gtk_container_add): before adding a child to a conatiner, make sure
493         it is (default) constructed, this is neccessary because under certain
494         circumstances the child will get relized and mapped immediatedly, in
495         which case it has to be constructed already.
496
497 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
498
499         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
500         values > 1 as TRUE also.
501
502 1999-03-16  Tor Lillqvist  <tml@iki.fi>
503
504         * README.win32: New file.
505                 
506         * configure.in: Check for lstat.
507
508         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
509         completeness.
510
511         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
512
513         * gtk/gtk.def: Removed CRs.
514
515         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
516         ..\gdk\win32).
517
518         * gdk/win32/makefile.msc: Correct upwards relative paths.
519         
520 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
521
522         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
523           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
524           it was connecting a void function to expose_event and the int
525           returning function to the draw signal
526
527 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
528
529         * configure.in:
530         Use correct path to libgmodule.la when ref'ing uninstalled copy
531         of glib.  (Already in stable branch, Bug #417)
532
533 1999-03-15  Tor Lillqvist  <tml@iki.fi>
534
535         Win32 merge and general portability stuff:
536                 
537         * acconfig.h,configure.in: Check for <sys/time.h>.
538
539         * gdk/win32: New directory (actually, been there for a while).
540         
541         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
542         NATIVE_WIN32, and use these. Always case fold on Win32. No
543         backslashed escapes on native Win32.
544
545         * gtk/{gtk.def,makefile.msc}: New files.
546
547         * gtk/Makefile.am: Add above new files.
548         
549         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
550         instead of <strings.h>.
551
552         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
553         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
554         <unistd.h> appropriately.
555
556         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
557         Use ABS() (from <glib.h>) instead of abs().
558         
559         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
560         of gtk (and thus glib) headers, so that WIN32 will be
561         defined. With MS C, include <direct.h> for mkdir prototype.
562
563         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
564         some casts, needed by MS C.
565
566         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
567         implemented).
568
569         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
570         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
571         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
572
573         * gtk/gtkmain.h: Mark variables for export/import on Win32.
574                 
575         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
576         the event is not a hint, or its window is not the slider. Needed
577         on Win32, at least.
578
579         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
580         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
581         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
582         a subdirectory of the Windows directory as gtk system
583         configuration directory.
584
585         * gtk/gtkselection.c: No chunks on Win32.
586
587         * gtk/gtksocket.c: Not implemented on Win32.
588
589         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
590
591         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
592
593         * gtk/maketypes.awk: Declare variables with a macro that expands to
594         necessary export/import magic in the case of Win32.
595                 
596         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
597
598 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
599
600         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
601         since those were meant only for gdki18n.h.  
602         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
603         for widechar tests.
604         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
605
606 1999-03-13  Tor Lillqvist  <tml@iki.fi>
607
608         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
609         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
610
611         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
612         installed) to CFLAGS.
613
614         * gdk/Makefile.am: Add rules for gdkconfig.h.
615
616         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
617         APIs.
618
619         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
620         gdkx.h anyway when compiling for X11.
621         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
622         general): Merge in Win32 version.
623         
624         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
625         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
626         expansion (if we don't have HAVE_PWD_H), allow for drive
627         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
628         included code from Craig Setera's port to Win32 (the one that uses
629         X11, and the cygwin dll), even if it probably will be abandoned.
630
631         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
632         the user entered one herself.  This way one can complete *.h and
633         don't get matches on any .help files, for instance.
634         
635 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
636
637         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
638         font hash table, if we have a GdkFontPrivate entry for this font
639         already, simply increment its reference count, provided by Olaf Dietsche
640         <olaf.dietsche+list.gtk@netcologne.de>.
641
642         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
643         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
644
645 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
646
647         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
648         the number of calls to gdk_draw_point() (and thus to X) by
649         clipping the points by hand.
650
651         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
652         the clip parameter.
653         (gtk_handle_box_paint): Only paint the handle if the expose area
654         intersects it.
655
656 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
657
658         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
659
660 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
661
662         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
663         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
664
665 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
666
667         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
668          textmode (O_TEXT) for OS/2 version.
669
670 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
671
672         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
673         GtkSpinButton, "input" and "output", to make the output more flexible.
674         The user has to provide a mapping between adjustment->value and the
675         output string (and vice versa, if the spin button is editable). 
676         See testgtk for examples.
677
678 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
679
680         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
681         new one.
682         
683         * configure.in: set gtk+ version to 1.3.0.