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