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