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