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