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