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