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