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