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