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