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