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