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