]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
hmmmm, corrections?
[~andy/gtk] / ChangeLog.pre-2-8
1 Sun May  3 19:45:09 1998  Tim Janik  <timj@gtk.org>
2
3         * gtk/gtkadjustment.c (gtk_adjustment_assimilate_value): new function
4         to set the adjustments value when there is no current emissioin.
5
6         * gtk/gtksignal.c: added new functions to retrive the number of
7         existing emissions for a certain signal.
8         (gtk_signal_n_emissions): new function.
9         (gtk_signal_n_emissions_by_name): new function.
10
11 Sun May  3 16:55:43 1998  Tim Janik  <timj@gtk.org>
12
13         * gtk/gtkcontainer.c (gtk_container_set_focus_child): new function to
14         set the current focus_child of a container, does proper referencing and
15         adjusts the vadjustment/hadjustment associated with the focus widget.
16
17         * gtk/gtkwidget.c (gtk_widget_grab_focus): set the focused child on
18         containers via gtk_container_set_focus_child.
19
20         * gtk/gtknotebook.c: modifications to use gtk_container_set_focus_child
21         where appropriate.
22
23         * gtk/gtkcontainer.c (gtk_container_remove): removed unsetting of focus
24         child since not every child removal goes through this function (this
25         showed up after gtk_container_set_focus_child() started to reference the
26         focus_child of a container).
27
28         * gtk/gtkwidget.c (gtk_widget_unparent): moved unsetting the focus_child
29         of a container from gtk_container_remove into this place.
30
31 Sat May  2 22:33:45 1998  Tim Janik  <timj@gtk.org>
32
33         * gtk/gtksignal.c: added new functions to operate on intermediate
34         function pointers. implemented incremental blocking.
35         (gtk_signal_disconnect_by_func): new function.
36         (gtk_signal_handler_block_by_func): new function.
37         (gtk_signal_handler_unblock_by_func): new function
38
39 Fri May  1 22:45:55 1998  Owen Taylor  <otaylor@gtk.org>
40
41         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_allocate):
42         Always show the scrollbars when the policy is
43         GTK_POLICY_ALWAYS...
44
45 Sat May  2 20:19:03 1998  Tim Janik  <timj@gtk.org>
46
47         * gtk/gtkadjustment.c (gtk_adjustment_set_value): only emit
48         "value_changed" if we really passed a new value.
49         (gtk_adjustment_changed): new function to emit the "changed" signal.
50         (gtk_adjustment_set_value): new function to emit the "value_changed"
51         signal.
52
53 Fri May  1 12:28:35 1998  Owen Taylor  <otaylor@gtk.org>
54
55         * gtk/gtkcombo.c: Further changes to the way the window
56         is popped up so that it will be compatible with 
57         auto-scrolling in the future.
58
59 Fri May  1 20:25:29 1998  Tim Janik  <timj@gtk.org>
60
61         * gtk/gtkcombo.c (gtk_combo_popup_list): do not just return if
62         the combo-list is empty since that will cause the combo to operate
63         on a non existing GtkList window.
64         (gtk_combo_get_pos): provide the combo list with a usfull default
65         height if empty.
66         (gtk_combo_popup_button_press): grab the focus.
67         (gtk_combo_activate): grab the focus.
68
69 Fri May  1 12:06:43 1998  Owen Taylor  <otaylor@gtk.org>
70
71         * gtk/gtkwindow.[ch] (gtk_widget_reset_rc_styles): New
72         function to reset the RC styles for a heirarchy
73
74         Clear the window background if necessary in
75         gtk_window_style_set.
76
77         * gtk/gtkrc.[ch]: New function gtk_rc_reparse_all() which
78         rereads all previously read RC files.
79
80         * gdk/gdkwindow.c gdk/gdk.h: New function gdk_window_get_toplevels().
81         (Should it just be called gdk_get_toplevels?)
82
83         * gtk/testgtk.c: New test to reload RC files.
84
85 Fri May  1 13:57:36 1998  Tim Janik  <timj@gtk.org>
86
87         * gtk/gtkclist.h:
88         * gtk/gtkclist.c: prefixed all clist flags with GTK_ to avoid name
89         clashes. redefined GTK_CLIST_SET_FLAGS and GTK_CLIST_UNSET_FLAGS as
90         GTK_CLIST_SET_FLAG and GTK_CLIST_UNSET_FLAG to automatically add
91         the GTK_ prefix (this solution involved less changes in the
92         gtkclist.c code). added a GTK_CLIST_CONSTRUCTED flag to substitute
93         the mem_chunk==NULL test in gtk_clist_construct. merged in changes
94         from lars & stefan to support the derivation of GtkCtree.
95
96         * gtkctree.h:
97         * gtkctree.c:
98         initial import of a tree widget derived from gtkclist, courtesy
99         of Lars Hamann <lars@gtk.org> and Stefan Jeske <jeske@gtk.org>,
100         it just damn rocks!
101
102 Fri May  1 10:05:44 1998  Tim Janik  <timj@gtk.org>
103
104         * gtk/gtklist.c (gtk_list_add): let gtk_list_append_items do the work
105         for us.
106         (gtk_list_insert_items):
107         (gtk_list_remove_items_internal): 
108         (gtk_list_clear_items): 
109         remove a possible pointer grab, we might get thrown into a loop
110         otherwise.
111         (gtk_list_button_press): grab the pointer *before* selecting the child,
112         because selection of items may cause the lists children to change,
113         resulting in a grab release.
114         (gtk_list_clear_items): use gtk_list_unselect_child() for unselection of
115         children.
116         (gtk_list_shutdown): remove all children from the list.
117         (gtk_real_list_unselect_child): 
118         (gtk_real_list_select_child): *always* put our internal structures into
119         sane state *before* signal emisions (i.e. list->selection updates prior
120         to gtk_list_item_[de]select() calls).
121
122         * gtk/gtkcombo.c (gtk_combo_init): adjust the scrollbar if the lists
123         focused child walks out of the window.
124         removed CAN_FOCUS for the combo arrow's button since it doesn't react
125         to keyboard events ("clicked" connection is missing).
126
127 Fri May  1 00:42:25 1998  Owen Taylor  <otaylor@gtk.org>
128
129         * gdk/gdkwindow.c (gdk_window_get_colormap): Fix up
130         getting colormap for FOREIGN windows to go along with
131         Raster's fix for visuals.
132
133 Merges from gtk-1-0
134 ===================
135         
136 Thu Apr 30 23:32:51 1998  Owen Taylor  <otaylor@gtk.org>
137
138         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_allocate):
139         Check to catch the case when the viewport fits in either
140         direction or both, instead of flip-flopping infinitely.
141
142         Only show/hide the scrollbars once at the end.
143
144 Thu Apr 30 21:56:07 1998  Owen Taylor  <otaylor@gtk.org>
145
146         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_foreach): 
147         Include the scrollbars in the foreach call.
148         (gtk-fortier-980405-0.patch; 
149          Patrice Fortier <Patrice.Fortier@aquarel.fr>). 
150
151         The notebook widget
152         really should also include its tabs, but that might cause
153         problems for programs if they
154
155 Thu Apr 30 21:51:52 1998  Owen Taylor  <otaylor@gtk.org>
156
157         * gtk/gtkpixmap.c (gtk_pixmap_set): Only request a
158         resize if the size actually changed. 
159         (gtk-johannes-980414-0.patch ;  
160          johannes@nada.kth.se (Johannes Keukelaar) )
161
162 Thu Apr 30 10:22:59 1998  Owen Taylor  <otaylor@gtk.org>
163
164         * glib/ltmain.sh glib/ltconfig glib/config.sub glib/config.guess:
165           ltmain.sh ltconfig config.sub config.guess:
166
167         Reverted back to libtool-1.2 (plus minor patches) so as not to
168         force the issue for everyone else.
169
170 Thu Apr 30 10:22:59 1998  Owen Taylor  <otaylor@gtk.org>
171
172         * glib/ltmain.sh glib/ltconfig glib/config.sub glib/config.guess:
173         Updated to libtool 1.2a.
174
175         * gtk/gtkclist.c: Draw the in-between lines with style->base
176         instead of style->white.
177         
178 Wed Apr 29 15:46:13 1998  Owen Taylor  <otaylor@gtk.org>
179
180         * gdk/gdkprivate.h gdk/gdkwindow.c gdk/gdkpixmap.c: 
181         Cache the colormap and children of a window locally
182         instead of fetching them from the server when needed.
183         Huge performance difference for creating/destroying
184         windows.
185
186         * gtk/gtkstyle.c: Find the depth from the cached
187         visual, instead of asking the server.
188
189         * gtk.m4: Distribute the new version which tries to
190         figure out what went wrong and give helpful error
191         messages.
192
193         * ltmain.sh ltconfig config.sub config.sh: 
194         Updated to libtool 1.2a
195
196         * gtk/gtktext.c: Fixed a bug where the drawn level
197         was being messed up when the text was scrolled
198         during a deletion.
199         
200 Thu Apr 30 02:42:11 PDT 1998 Manish Singh <yosh@gimp.org>
201
202         * gtk/gtkfilesel.c: don't die when naughty people remove parts of
203         the filesystem under you (fix from Josh)
204
205 Thu Apr 30 09:49:14 1998  Tim Janik  <timj@gtk.org>
206
207         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_foreach): check
208         if the viewport already exists before iterating over it, maybe we
209         haven't been constructed yet.
210
211 Thu Apr 30 01:51:00 1998  Tim Janik  <timj@gtk.org>
212
213         * gtk/gtkbin.c (gtk_bin_add): made this function issue a warning if
214         the GtkBin widget already has a child.
215
216         * gtk/gtkbox.c (gtk_box_pack_{start|end}):
217         check that child->parent == NULL;
218
219 Tue Apr 28 22:13:54 1998  Owen Taylor  <otaylor@gtk.org>
220
221         * gtk/gtkselection.c (gtk_selection_clear): Only return
222         FALSE when the clear event is been rejected, not when
223         widget has already lost the selection. (Which should
224         only happen when we are setting the selection to another
225         widget ourself.)
226         
227 Fri Apr 24 19:07:32 1998  Owen Taylor  <otaylor@gtk.org>
228
229         * gtk/gtkfixed.c gtk/gtkpaned.c gtk/gtktable.c:
230
231         Removed the "check visibility after gtk_widget_unparent" bug 
232         in hopefully the last three places.
233
234 Tue Apr 28 15:46:41 1998  Tim Janik  <timj@gtk.org>
235
236         * gtk/gtkrc.c (gtk_rc_parse_statement): allow the inclusion of other
237         rc-files.
238
239 Mon Apr 27 15:11:52 1998  Tim Janik  <timj@gtk.org>
240
241         * gtk/gtkwidget.c (gtk_widget_grab_focus): only allow grabbing of focus
242         for CAN_FOCUS widgets.
243
244         * gtk/testgtk.c (create_scrolled_windows): feature h/v focus
245         adjustments for the table.
246         (create_list): feature automatic adjustment of the scrolled window to
247         always contain the focused child.
248         (create_main_window): keep the focussed button always inside of the
249         scrolled windoww.
250
251         * gtk/gtkcontainer.c (gtk_real_container_focus): set the h/v focus
252         adjustments, to contain the allocation of the currently focused child.
253         (gtk_container_set_focus_hadjustment): new functin to set the
254         horizontal focus adjustment.
255         (gtk_container_set_focus_vadjustment): new functin to set the vertical
256         focus adjustment.
257
258         * gtk/gtkadjustment.c (gtk_adjustment_clamp_page): new fucntion to
259         clamp the currents adjustment page into a specific range.
260
261         * random GtkType fixups for gtk_*_get_type() functions.
262
263 Fri Apr 24 18:37:16 1998  Owen Taylor  <otaylor@gtk.org>
264
265         * gtk/gtktreeitem.c (gtk_tree_item_remove_subtree): 
266         Account for the fact that gtk_tree_item_remove_subtree
267         will be called recursively. 
268
269         Handle removing a collapsed subtree.
270
271         (From Andy Dustman <adustman@comstar.net>)
272         
273         * gtk/gtktree.c (gtk_tree_remove_items): Look for the
274         root tree when removing items from a non-previously
275         mapped tree.
276
277         * gtk/testgtk.c: Added a remove_subtree button.
278         
279 Thu Apr 23 23:44:17 1998  Owen Taylor  <otaylor@gtk.org>
280
281         * gtk/gtkobject.c (gtk_object_finalize): Notify all weak references
282         before object removing data. This change fixes a bug where 
283         removing the last weak references would cause it to be 
284         triggered.
285
286 Wed Apr 15 20:42:46 1998  Owen Taylor  <otaylor@gtk.org>
287
288         * gdk/Makefile.am: Removed mostly useless dependency that
289         was causing problems for SGI's make, when used with
290         the 'make dist' form of GTK+. (Dependency caused dependencies
291         to be redone when BUILT_SOURCES changed)
292
293 ==========
294
295 Thu Apr 30 11:18:00 1998  Owen Taylor  <otaylor@gtk.org>
296
297         * gtk/gtkcombo.[ch]: Allow the user to use the popup list
298         like a menu.
299         
300         * gtk/gtkmenuitem.c gtk/gtkitem.c: Moved enter/leave handlers
301         to gtkitem.c so dragging can also work in lists.
302
303         * gtk/gtklist.[ch]: Track child enter events and use
304         those to allow dragging the selection. 
305
306 Thu Apr 30 11:16:06 1998  Owen Taylor  <otaylor@gtk.org>
307
308         * gtk/gtktext.c: Try enabling background pixmaps for editable text
309         widgets.  There is a bit of flashing, but not too bad. If you
310         don't want the flashing, you can always not set a background
311         pixmap.
312
313 Wed Apr 29 15:46:13 1998  Owen Taylor  <otaylor@gtk.org>
314
315         * gtk/gtktext.c: Fixed a bug where the drawn level
316         was being messed up when the text was scrolled
317         during a deletion.
318         
319 1998-04-28  Miguel de Icaza  <miguel@nuclecu.unam.mx>
320
321         * gdk/gdk.c (gdk_event_translate): Random debugging fixed this
322         bug:  There is no need to set the ExposureMask in the XGrabPointer
323         (this caused DnD programs to crash).
324
325 Fri Apr 24 01:29:04 1998  Tim Janik  <timj@gtk.org>
326
327         * gtk/gtkaccelerator.h (struct _GtkAcceleratorTable): changed ref_count
328         field to be of type guint.
329         * gtk/gtkaccelerator.c (gtk_accelerator_table_unref): added check for
330         ref_count>0;
331         (gtk_accelerator_table_install): keep a per object list of accelerator
332         tables that refer to this object.
333         (gtk_accelerator_table_remove): remove the accelerator table from the
334         per object list.
335         (gtk_accelerator_table_clean): warn if there are any object references
336         left in an accelerator table upon destruction.
337         (gtk_accelerator_tables_delete): new function to delete object
338         references from the accelerator tables associated with this object.
339
340         * gtk/gtkwidget.c (gtk_widget_class_init): changed emission of
341         GtkWidget::install_accelerator to GTK_RUN_LAST so the installation
342         of an accelerator can be prevented by gtk_signal_emit_stop().
343         (gtk_widget_real_destroy): call gtk_accelerator_tables_delete (),
344         so there are no stale pointers in accelerator tables left.
345
346 1998-04-22  Federico Mena Quintero  <federico@nuclecu.unam.mx>
347
348         * gtk/gtkbin.c (gtk_bin_remove): Remember whether the widget was
349         visible before we unparent it.
350
351 Wed Apr 22 04:15:26 1998  Tim Janik  <timj@gtk.org>
352
353         * gtk/gtkmain.c (gtk_handle_current_timeouts): prepend the
354         running_timeouts list with the tmp_list link itself, not with a new
355         GList structure pointing to our link. that would fill up memory and
356         causes the GList.data fields of the running_timeouts list to point to
357         GList structures and not GtkTimeoutFunction structures which is a
358         *really* bad thing.
359         (gtk_handle_current_idles): likewise (exchange "timout" with "idle" in
360         the above entry ;).
361
362 Sat Apr 18 22:18:12 1998  Tim Janik  <timj@gtk.org>
363
364         * gtk/gtkradiomenuitem.h: 
365         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_set_group): new function
366         ala gtk_radio_button_set_group.
367         (gtk_radio_menu_item_init): assure that we always have at least a group
368         that points to self.
369
370         * gtk/gtkradiobutton.c (gtk_radio_button_set_group): few cleanups and
371         added g_return_if_fail() statements.
372         (gtk_radio_button_init): assure that we always have at least a group
373         that points to self.
374
375 Fri Apr 17 03:05:05 1998  Tim Janik  <timj@gtk.org>
376
377         * ChangeLog split up into ChangeLog.pre-1-0 and ChangeLog.
378
379 Wed Apr 15 05:13:09 1998  Tim Janik  <timj@gtk.org>
380
381         * gtk/gtklabel.c (gtk_label_size_request): corrected a brace position
382         (Damon Chaplin), which i got wrong when applying Damon's patch the last
383         time.
384
385 Wed Apr 15 20:42:46 1998  Owen Taylor  <otaylor@gtk.org>
386
387         * gtk/gtkpreview.c (gtk_preview_get_visuals): Make sure
388         that when we are running with a non-installed colormap,
389         in 8-bit pseudo-color, we actually are using the system
390         visual. (Fixes *Bad Match* errors on Digital Unix machines
391         with multiple 8-bit pseudo-color visuals)
392
393 1998-04-14  Miguel de Icaza  <miguel@nuclecu.unam.mx>
394
395         * gdk/gdkwindow.c (gdk_window_xid_at): Fix the problem introduced
396         by whoever thought that randomly changing ints to unsigned int
397         without reviewing the code was a good idea.  It is, btw not
398         mentioned in the ChangeLog as usual, but I know it was not Elliot
399         the culprit this time. 
400
401 Mon Apr 13 19:16:22 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
402
403         * Released GTK+ 1.0.0