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