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