]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
new function (gtk_tree_store_clear): traverse the tree, so we emit
[~andy/gtk] / ChangeLog.pre-2-10
1 Fri Feb 15 19:38:00 2002  Kristian Rietveld  <kris@gtk.org>
2
3         * gtk/gtktreestore.c (gtk_tree_store_clear_traverse): new function
4         (gtk_tree_store_clear): traverse the tree, so we emit row_deleted
5         for every node. This way we don't have confused row refs crashing the
6         application. (#70631)
7
8 2002-02-14  Richard Hult  <rhult@codefactory.se>
9
10         * gtk/gtkpaned.c (gtk_paned_enter): Only queue a draw on the
11         handle, not the whole widget. #71530.
12         (gtk_paned_leave): Likewise.
13
14 2002-02-14  Jody Goldberg <jody@gnome.org>
15
16         * gtk/gtkrange.c (gtk_range_class_init) : add new signal
17           'adjust_bounds' to potentialy change the bounds before assigning the
18           new value and camping it to the existing bounds.
19         (gtk_range_internal_set_value) : used here. #68800.
20         * gtk/gtkmarshalers.list : add VOID:DOUBLE
21
22 Thu Feb 14 21:08:49 2002  Owen Taylor  <otaylor@redhat.com>
23
24         * gdk/gdkglobals.c: Remove GDKVAR from C file, see
25         if anyone complains. (#71317, Morten Welinder.)
26
27 2002-02-14  Matthias Clasen  <matthias@YAST_ASK>
28
29         The following changes are the beginning of the work on #71430.
30         
31         * examples/extract.sh, examples/extract.awk: Make extraction work.
32         
33         * examples/Makefile (SUBDIRS): Remove packer.
34
35         * examples/packer/pack.c, examples/packer/Makefile: Removed.
36
37         * docs/tutorial/gtk-tut.sgml: Fix the included examples far
38         enough to make them compile and (mostly) work, remove the packer
39         example.
40
41 Thu Feb 14 16:46:48 2002  Owen Taylor  <otaylor@redhat.com>
42
43         * gtk/gtkentry.c gtk/gtktextdisplay.c gtk/gtklabel.c
44         gtk/gtkstyle.[ch] gtk/gtkwidget.c: Patch from Bill
45         Haneman and Padraig O'Briain to add cursor_aspect_ratio
46         style property to GtkWidget to allow theming the aspect
47         ratio of the cursor.
48
49         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtklabel.c
50         gtk/gtkwidget.c tests/testgtkrc: Move cursor-color style property
51         to GtkWidget.
52
53 Thu Feb 14 11:13:22 2002  Owen Taylor  <otaylor@redhat.com>
54
55         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_surrounding): 
56         Fix bug where we called get_surrounding on the context,.
57         not the slave.
58
59 Thu Feb 14 00:10:09 2002  Owen Taylor  <otaylor@redhat.com>
60
61         * gtk/gtktooltips.c (gtk_tooltips_event_handler): Only
62         pop the tooltip down on a select set of events, not
63         on any unknown event. (#71157, Jody Goldberg)
64
65         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
66         Fix some warnings.
67
68 Thu Feb 14 00:02:21 2002  Owen Taylor  <otaylor@redhat.com>
69
70         * gtk/gtkcalendar.c (gtk_calendar_size_request): A bunch of
71         small allocation/drawing fixes.
72
73         * gtk/gtkcalendar.c: Replace DAY_XPAD, DAY_YPAD with
74         GtkWidget::focus-padding
75
76 Wed Feb 13 23:01:20 2002  Owen Taylor  <otaylor@redhat.com>
77
78         * gtk/gtkcalendar.c: Patch from Bill Haneman to draw
79         to focus using gtk_paint_focus() with the focus width
80         GtkWidget::focus-width. (#63075)
81
82         * gtk/gtkcalendar.c (gtk_calendar_size_request): Initialize
83         label_char_ascent/descent to 0. (#56925, reported by
84         (Jean-Noel Guiheneuf)
85
86 2002-02-13  Havoc Pennington  <hp@redhat.com>
87
88         * gtk/gtktextview.c (gtk_text_view_flush_scroll): validate a
89         larger area, proportional to widget size, to fix
90         #71427 reported by Dennis Bjorklund
91
92 2002-02-13  Havoc Pennington  <hp@redhat.com>
93
94         * gtk/gtktextview.c (gtk_text_view_paint): just go ahead and flush 
95         all the first validate stuff if it hasn't been done, presumably
96         someone called process_updates at a weird time.
97
98         * tests/testtext.c (do_apply_colors): terminate on >= end, not >
99         end, avoids infinite loop when end is at the end of the buffer.
100
101         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when creating a
102         line data, we were adding it to the wrong line ("line" instead of
103         "start_line")
104
105 2002-02-13  Joe Shaw  <joe@ximian.com>
106
107         * gtk/gtktreeitem.c (gtk_tree_item_expose): Don't chain up to the
108         container's expose event.  Instead call
109         gtk_tree_item_expose_child() on each child.  Avoids a failed
110         g_assert() in gtk_container_propagate_expose().
111         (gtk_tree_item_expose_child): Added.  Synthesize an expose event
112         for our children.  Basically gtk_container_propagate_expose()
113         minus the g_assert().  (#71396)
114
115 2002-02-13  Tor Lillqvist  <tml@iki.fi>
116
117         * gdk/gdkinternals.h: Add some more GdkDebugFlags, for more
118         fine-grained debugging output (mainly used in the Win32 backend).
119
120         * gdk/gdk.c: Corresponding additions to the gdk_debug_keys table.
121
122 Wed Feb 13 15:42:42 2002  Owen Taylor  <otaylor@redhat.com>
123
124         * gtk/gtktooltips.[ch] gtkwidget.c: Implement Control-F1
125         as toggle-tooltips-mode.
126
127         * gtk/gtktooltips.c: Remove parsing of tooltips style
128         string from here ... now in gtkrc.c.
129
130 Wed Feb 13 12:41:44 2002  Owen Taylor  <otaylor@redhat.com>
131
132         * gtk/gtkmain.c (gtk_init_check): g_warning() if setting
133         the local fails, like gdk_set_locale() did.
134
135         * gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list): 
136         Don't free local_list if local_count == 0. (#71241, reported
137         by Kevin Vandersloot.)
138
139         * gdk/x11/gdkselection-x11.c (gdk_text_property_to_text_list): 
140         Clean up list == NULL handling and failure.
141
142 Wed Feb 13 11:27:31 2002  Owen Taylor  <otaylor@redhat.com>
143
144         * tests/testtreeview.c (typesystem_recurse): Cast GType
145         to long and use %ld to fix warning. (#71318, Morten Welinder)
146
147 Wed Feb 13 13:26:39 2002  Tim Janik  <timj@gtk.org>
148
149         * gtk/gtkmenu.c: fix figuring accel path and changing behaviour.
150
151 Wed Feb 13 06:42:37 2002  Tim Janik  <timj@gtk.org>
152
153         * gtk/gtktable.c (gtk_table_size_allocate_pass1): partly revert
154         my recent expanding change to not expand the table if all children
155         have not epxand behaviour. this fixes palette views which often
156         use homogeneous non-expanding tables.
157
158 Tue Feb 12 14:27:41 2002  Kristian Rietveld  <kris@gtk.org>
159
160         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): emit
161         row_deleted before we start unreffing the nodes ourselves
162         (gtk_tree_model_sort_increment_stamp): always increment the stamp,
163         and not only if the stamp equals 0 (pointed out by Darin Adler)
164
165         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): we want
166         to continue the while loop and not the nested for loop.
167
168 Tue Feb 12 02:19:49 2002  Tim Janik  <timj@gtk.org>
169
170         * gtk/gtktable.c (gtk_table_size_allocate_pass1): always spread out
171         the extra space allocated for the homogeneous case, as we don't
172         properly deal with readjusting table allocation within it. (for  this
173         purpose, a GtkAlignment can be used as table parent).
174
175 2002-02-11  Darin Adler  <darin@bentspoon.com>
176
177         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_row_changed):
178         Consider reordering the row even when there's no sort column, if
179         there's a default sort function.
180         (gtk_tree_model_sort_rows_reordered): Use symbolic constants.
181         (gtk_tree_model_sort_level_find_insert): Add code to handle the
182         case where there is no sort column, but a default sort function.
183         (gtk_tree_model_sort_insert_value): Add code to handle the case
184         where there is no sort column an no default sort function.
185         (gtk_tree_model_sort_set_model): Use symbolic constant.
186         (gtk_tree_model_sort_reset_default_sort_func): Use symbolic constant.
187
188 2002-02-11  Sven Neumann  <sven@gimp.org>
189
190         * gtk/gtkfilesel.c: converted the "Delete File" dialog to
191         GtkMessageDialog. Marked missing strings for translation.
192
193 Mon Feb 11 22:03:15 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
194
195         * gtk/gtkpaned.[ch]: Opaque resizing + prelighting for paned widget.
196         * gtk/gtkvpaned.c, gtk/gtkhpaned.c: move reszing logic to gtkpaned.c
197
198 Mon Feb 11 21:42:17 2002  Kristian Rietveld  <kris@gtk.org>
199
200         Implements DnD scrolling and fixes #71139
201
202         * gtk/gtktreeview.c (gtk_tree_view_vertical_autoscroll): new function,
203         (scroll_row_timeout): new function,
204         (gtk_tree_view_drag_motion): create scroll_timeout, so
205         scroll_row_timeout gets called
206
207 Mon Feb 11 17:54:46 2002  Kristian Rietveld  <kris@gtk.org>
208
209         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set upper
210         member of hadjustment correct, so the hscrollbars of lists smaller
211         than 1 page (in width) are somewhat saner
212
213 2002-02-11  jacob berkman  <jacob@ximian.com>
214
215         * gdk/gdkwindow.h (gdk_get_default_root_window): fix signature to
216         match implementation
217
218 Mon Feb 11 16:48:34 2002  Kristian Rietveld  <kris@gtk.org>
219
220         * gtk/gtkliststore.c (gtk_list_store_set_valist): set value of
221         func to NULL during initialization (we don't use func in the
222         !SORTED case, so we just silent the compiler here) (#71029)
223
224 Mon Feb 11 16:40:44 2002  Kristian Rietveld  <kris@gtk.org>
225
226         * gtk/gtktreeview.c (gtk_tree_view_set_model): install presize
227         handler, so the validate_rows_handler will always be run (#70997)
228
229 Sun Feb 10 22:20:46 2002  Kristian Rietveld  <kris@gtk.org>
230
231         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): increase
232         value of new_location by one if cmp_a > 0 and we hit the end of
233         the list and pass NULL instead of a 'NULL-iter' with
234         _rows_reordered (#71060)
235
236 Sun Feb 10 12:32:44 2002  Owen Taylor  <otaylor@redhat.com>
237
238         * modules/input/Makefile.am modules/input/{imam-et.c, imti-er.c,
239         imti-et.c} po/POTFILES.in: Add three Ethiopic input methods from
240         Daniel Yacob.
241
242 2002-02-10  Anders Carlsson  <andersca@gnu.org>
243
244         * gtk/gtkcalendar.c (gtk_calendar_class_init): Set finalize handler;
245         (gtk_calendar_finalize): Rename gtk_calendar_destroy to 
246         gtk_calendar_finalize since ::destroy can be called multiple times, 
247         resulting in double-freeing memory.
248
249 2002-02-10  Hans Breuer  <hans@breuer.org>
250
251         * gdk/win32/gdkgeometry-win32.c : don't reduce the scroll
252         rect size by the scroll amount
253
254         * gdk/win32/gdkwindow-win32.c
255         * gdk/win32/gdkselection-win32.c : added some casts to
256         make it compile with msvc's strict type checking
257
258         * gtk/fnmatch.c : #include <ctype.h> again for tolower
259         prototype. The fnmatch() code assumes to be in the crt 
260         locale though it is feeded by utf8 strings from gtkfilesel.c
261
262         * gtk/gtkfilesel.c : let ->cmpl_text be a strdup managed by
263         _CompletionDir instead of referencing already freed memory
264
265         * gtk/gtktooltips.c (gtk_tooltips_init) : fix typo to
266         gtk_rc_parse_string (theDefaultTooltipColor) once as it
267         was intended
268
269         * tests/makefile.msc : added more tests
270
271         * tests/testgtk.c (create_list) : don't try to load gtkenums.h
272         from the current directory use ../gtk/gtkenums.h instead
273
274 2002-02-10  Kjartan Maraas  <kmaraas@gnome.org>
275
276         * gtk/gtksizegroup.c: Fix a double Â«The» typo in a string.
277         
278 2002-02-09  Matthias Clasen  <matthias@local>
279
280         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Avoid segfault
281         for selectable tab labels (even without a segfault, they make the
282         notebook almost unusable, though).  (#69985)
283
284 2002-02-08  Matthias Clasen  <matthias@local>
285
286         * gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path): Silently do 
287         nothing if the parent is not a menu.  (#66492)
288
289 2002-02-06  Matthias Clasen  <matthiasc@poet.de>
290
291         * gtk/gtkitemfactory.c (gtk_item_factory_from_widget,
292         gtk_item_factory_path_from_widget): Try fetching the return value 
293         from menu_item->submenu as a fallback.  (#69020)
294         
295 Sat Feb  9 22:57:43 2002  Kristian Rietveld  <kris@gtk.org>
296
297         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): convert
298         the iter to a child iter again, after doing _iter_children. It's
299         possible that _iter_children added some rows and updated the stamp.
300
301 2002-02-09  Daniel Elstner  <daniel.elstner@gmx.net>
302
303         * gtk/gtktextchild.c: Use == rather than = in sanity
304         checks.  Ouch!
305
306 2002-02-09  Daniel Elstner  <daniel.elstner@gmx.net>
307
308         * gtk/gtktextchild.c (CHECK_IN_BUFFER_RETURN): Add missing
309         curled braces so that it doesn't always return.  Also indent
310         both CHECK_IN_BUFFER* macros properly, and make use of
311         G_STMT_START/G_STMT_END.
312
313 Sat Feb  9 13:27:14 2002  Owen Taylor  <otaylor@redhat.com>
314
315         * gtk/gtkbindings.h: Add prototype for
316         _gtk_binding_reset_parsed().
317
318 Sat Feb  9 13:19:20 2002  Owen Taylor  <otaylor@redhat.com>
319
320         * configure.in gtk/Makefile.am gtk/theme-bits/*: Add
321         tools and images used for creating the check/radio
322         button images in the default theme.
323
324 Sat Feb  9 13:58:41 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
325
326         * gtk/gtkpaned.[ch]: Keyboard navigation for GtkPaned
327         F6: cycle between panes.
328         F8: focus handle (#53584)
329         
330         * tests/testgtk.c: Add test cases for GtkPaned keyboard 
331         navigation.
332         
333 Sat Feb  9 00:16:31 2002  Owen Taylor  <otaylor@redhat.com>
334
335         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): 
336         XCopyArea with subwindow_mode = IncludeInferiors.
337         (#70999)
338
339         * demos/testpixbuf-save.c (configure_cb): Fix a minor
340         memory management problem.
341
342 Fri Feb  8 20:24:58 2002  Owen Taylor  <otaylor@redhat.com>
343         
344         * gtk/gtkbindings.c (binding_compose_params): Fix problem
345         with string-valued parameters (#70012, Johan Dahlin.)
346
347         * gtk/gtkentry.c (gtk_entry_delete_whitespace): Fix 
348         white space deletion.
349
350 Fri Feb  8 21:25:56 2002  Jonathan Blandford  <jrb@redhat.com>
351
352         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): fix
353         evil ref bug where the wrong row and a deleted row was unreffed.
354         Found by Darin Adler <darin@bentspoon.com>
355
356 Fri Feb  8 18:46:13 2002  Owen Taylor  <otaylor@redhat.com>
357
358         * gtk/gtkbindings.[ch] (_gtk_binding_reset_parsed): Add
359         a function to delete all bindings add by
360         gtk_binding_parse_binding() when rereading RC files.
361
362         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): Reset
363         binding set content as well as RC content.
364
365         * gtk/gtkbindings.c (binding_compose_params): Fix 
366         various GValue handling problems.
367
368         * gtk/gtkentry.c (gtk_entry_class_init): Remove bindings 
369         for C-b, C-f, M-b, M-f, C-a, C-e, C-w, C-y, M-space, C-u,
370         C-k, M-\, M-d, C-d.
371
372         * gtk/gtktextview.c (gtk_text_view_class_init): Remove
373         same bindings as GtkEntry, plus C-n, C-p, C-space
374
375         * gtk/gtkrc.key.default gtk/gtkrc.key.emacs gtk/Makefile.am:
376         Add Emacs and Default key themes.
377         
378 2002-02-08  Darin Adler  <darin@bentspoon.com>
379
380         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
381         Remove a tiny bit more dead code.
382
383 2002-02-08  Darin Adler  <darin@bentspoon.com>
384
385         * gtk/gtktreeview.c: (gtk_tree_view_map_expanded_rows_helper):
386         Fix stale pointer bug.
387
388 Fri Feb  8 14:30:14 2002  Owen Taylor  <otaylor@redhat.com>
389
390         * gtk/gtkclist.c (title_focus_in): Return FALSE if
391         not showing the titles. (#70959, Thomas Leonard)
392
393 2002-02-08  Darin Adler  <darin@bentspoon.com>
394
395         * demos/gtk-demo/main.c: (load_file): isspace -> g_ascii_isspace
396         * gdk/x11/gdkim-x11.c: Remove gdki8n.h include.
397         * gdk/x11/gdkkeys-x11.c: Remove <ctype.h> include.
398         * gdk/x11/gdkmain-x11.c: Remove <ctype.h> include.
399         * gtk/fnmatch.c: Remove <ctype.h> include.
400         * gtk/gtkaccelgroup.c: Remove <ctype.h> include.
401         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): toupper ->
402         g_unichar_toupper, toupper -> g_unichar_totile
403         * gtk/gtkbindings.c: Remove <ctype.h> include.
404         * gtk/gtkfontsel.c: Remove <ctype.h> include.
405         * gtk/gtkiconfactory.c: Remove <ctype.h> include.
406         * gtk/gtkinputdialog.c: Remove <ctype.h> include.
407         * gtk/gtklabel.c: Remove <ctype.h> include.
408         * gtk/gtkmain.c: Remove <ctype.h> include.
409         * gtk/gtkmenu.c: Remove <ctype.h> include.
410         * gtk/gtkoldeditable.c: Remove <ctype.h> include.
411         * gtk/gtkrc.c: Remove <ctype.h> include.
412         * gtk/gtktextbtree.c: Remove <ctype.h> include.
413         * gtk/gtktextiter.c: Remove <ctype.h> include.
414         * gtk/gtktextsegment.c: Remove <ctype.h> include.
415
416 2002-02-08  Sven Neumann  <sven@gimp.org>
417
418         * gtk/gtkfilesel.c
419         * gtk/gtkgamma.c
420         * gtk/gtkinputdialog.c: use stock labels for dialog action buttons.
421
422 2002-02-08  Darin Adler  <darin@bentspoon.com>
423
424         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_ref_node),
425         (gtk_tree_model_sort_unref_node): Pass the ref_node and
426         unref_node calls through to the child model.
427
428 2002-02-08  Laszlo Peter  <laca@ireland.sun.com>
429
430         * gtk/gtktextchild.c: s/__FUNCTION__/G_GNUC_FUNCTION/
431         * gtk/gtktextview.c: ditto
432
433 2002-02-07  Havoc Pennington  <hp@pobox.com>
434
435         * gtk/gtkspinbutton.h (struct _GtkSpinButtonClass): add
436         change_value virtual function, to fix build
437
438         * gtk/gtkpixmap.c (gtk_pixmap_class_init): parent_class was 
439         from GtkWidget not GtkMisc. Not that it ever mattered.
440
441 Thu Feb  7 19:52:00 2002  Owen Taylor  <otaylor@redhat.com>
442
443         * gtk/gtknotebook.[ch]: Add ::move-focus-out signal
444         to handle Control[-Shift]-Tab and Control-arrow
445         bindings and implement bindings as per #53612.
446
447         * gtk/gtktextview.c (gtk_text_view_move_focus): Fix 
448         fetching the toplevel for plug-socket.
449
450         * gtk/gtknotebook.c (gtk_notebook_class_init): Remove
451         bindings for Return/Enter to select the page.
452
453         * gtk/gtknotebook.c (gtk_notebook_change_current_page):
454         Beep at ends.
455
456         * gtk/gtknotebook.c (focus_tabs_move): Don't wrap around
457         and beep at ends.
458
459         * gtk/gtknotebook.c (gtk_notebook_focus): When focusing into
460         the page with the arrow keys, focus the first widget,
461         not the directionally closest widget.
462
463 Thu Feb  7 19:00:10 2002  Owen Taylor  <otaylor@redhat.com>
464
465         * gtk/gtkspinbutton.c (gtk_spin_button_key_release): Convert
466         to using  binding set for doing key bindings. (#62622,
467         Requested by Skip Montaro)
468
469         * gtk/gtkwindow.c (gtk_window_class_init): Add control-arrow
470         bindings as overrides along with control-tab bindings.
471
472         * gtk/gtknotebook.c (gtk_notebook_class_init): Fix return
473         type for ::focus_tab signal.
474
475 Thu Feb  7 19:39:27 2002  Kristian Rietveld  <kris@gtk.org>
476
477         Fixes #70782 and some drag dest rectangle/line issues
478
479         * gtk/gtktreeview.c (gtk_tree_view_set_model): set
480         GTK_TREE_VIEW_IS_LIST flag (we can switch from a TreeStore to a
481         ListStore for example)
482         (gtk_tree_view_get_path_at_pos): revert previous change, we
483         shouldn't correct for the header, because we are taking bin_window
484         coordinates here
485         (gtk_tree_view_set_drag_dest_row): queue old drag_dest row and
486         upper/lower neighbors for draw, so the drag dest rectangle/line will
487         be cleared correctly
488         (gtk_tree_view_get_dest_row_at_pos): correct for treeview header
489         here, as drag_y is relative to the widget and _get_path_at_pos wants
490         coords relative to bin_window, draw black outline rectangle after
491         drawing the cells
492
493 Thu Feb  7 10:53:12 2002  Owen Taylor  <otaylor@redhat.com>
494
495         * gtk/gtkentry.c (gtk_entry_draw_text): Use layout text
496         (which may be affected by invisible char) to compute
497         selection bounds, not entry text. (#70733, Alex Larsson)
498
499 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
500
501         * gtk/gtkwidget.[ch]:
502         Change show_help signal to return gboolean instead of void. This
503         allows the keypress which invokes the signal to be propagated to the
504         focus widgets ancestors if not handled by the focus widget.
505         
506         * gtk/gtktoolips.[ch]
507         Change _gtk_tooltips_show_tip () to return a gboolean indicating
508         whether widget has tooltip to display.
509         
510 2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
511
512         * gtk/gtkwidget.[ch]:
513         Change popup_menu signal to return gboolean instead of void. This
514         allows the keypress which invokes the signal to be propagated to the
515         focus widgets ancestors if not handled by the focus widget.
516
517         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtktextview.c:
518         Change signature of popup_menu signal handler to return gboolean
519         instead of void and return TRUE in the signal handler
520
521 2002-02-07  Anders Carlsson  <andersca@gnu.org>
522
523         * gdk/x11/xsettings-common.c (xsettings_setting_free): Free 
524         the setting name.
525
526 Wed Feb  6 23:28:39 2002  Kristian Rietveld  <kris@gtk.org>
527
528         Fixes #70708
529
530         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): we're dealing
531         with widget coordinates here, so take the header height into
532         account while converting
533         (gtk_tree_view_widget_to_tree_coords): take header height into
534         account
535         (gtk_tree_view_tree_to_widget_coords): ditto
536         (gtk_tree_view_get_dest_row_at_pos): we were passing coords
537         relative to the tree with _get_path_at_pos, while that function
538         wants coords relative to the widget
539
540 2002-02-06  Havoc Pennington  <hp@redhat.com>
541
542         * gtk/gtktextview.c (gtk_text_view_scroll_hpages): remove unused variable
543         (gtk_text_view_get_window): add warning about how you
544         can't get the private window. #70683, and avoid default: in the
545         switch so we get "enum value unhandled" warnings
546
547 2002-02-06  Havoc Pennington  <hp@redhat.com>
548
549         * gtk/gtktextchild.c: Add warnings if you try to use a child
550         anchor that isn't inside a buffer. Really kind of lame; 
551         we should separate the anchor from the buffer. But not worth 
552         fixing for now. #70601
553
554 Wed Feb  6 18:25:24 2002  Kristian Rietveld  <kris@gtk.org>
555
556         * gtk/gtktreemodelsort.c: rip out all the debugging ifdefs, as
557         modelsort seems to be stable (and nobody complained :)
558
559 Tue Feb  5 19:13:42 2002  Owen Taylor  <otaylor@redhat.com>
560
561         * gdk/x11/gdkgeometry-x11.c (gdk_window_queue): Keep
562         the length of the anti-expose queue finite, by if
563         it gets too long, first doing a XSync() and checking
564         the event queue, and if that doesn't work, simply
565         discarding all anti-expose items in the queue.
566
567         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix ordering
568         on ConfigureNotify (#56349, Thomas Leonard)
569
570 2002-02-05  Havoc Pennington  <hp@redhat.com>
571
572         * gtk/gtkimage.c (gtk_image_expose): offset area being gotten from
573         pixmap by the align/padding offsets, so we don't get warnings
574         in gdk_pixbuf_get_from_drawable (and so it works, of course)
575
576 2002-02-05  Matthias Clasen  <matthiasc@poet.de>
577
578         * gtk/gtkrc.c (gtk_rc_parse_file): Remove a (now) misleading comment.
579
580 2002-02-05  Federico Mena Quintero  <federico@ximian.com>
581
582         * gdk/gdkwindow.h: Do not #include <gdk/gdkwindow.h>.
583
584 Tue Feb  5 22:54:16 2002  Kristian Rietveld  <kris@gtk.org>
585
586         * gtk/gtkliststore.c (gtk_list_store_insert_after): let's set the
587         path, which we're going to pass with the emission of row_inserted, to
588         the iter we inserted and not its sibling.
589
590 2002-02-04 Padraig O'Briain <padraig.obriain@sun.com>
591
592         * gtk/gtkmenu.c (gtk_menu_popup):
593         Fix leak of GdkEvent (#70519)
594
595 Mon Feb  4 10:40:28 2002  Owen Taylor  <otaylor@redhat.com>
596
597         * gtk/gtkstyle.c (gtk_default_draw_resize_grip):
598         Fix from Matthias Clasen to clear background appropriately
599         for theme by calling gtk_style_apply_default_background().
600         (#70449)
601
602 Mon Feb  4 10:06:49 2002  Owen Taylor  <otaylor@redhat.com>
603
604         * gdk/x11/gdkevents-x11.c: gtk-double-click-time,
605         not gtk-double-click-timeout. (#70501)
606
607 2002-02-04  Havoc Pennington  <hp@pobox.com>
608
609         * gtk/gtksignal.c (gtk_signal_connect_while_alive): 
610         (gtk_signal_connect_object_while_alive): rename 
611         "signal" arg to "name" to avoid compiler warnings
612         about shadowing signal(). #70453
613
614 2002-02-03  Anders Carlsson  <expander-master@gtk.org>
615
616         * gtk/gtkstyle.c (gtk_default_draw_expander): Add 
617         flipping support to the expanders.
618
619 Sat Feb  2 21:54:01 2002  Owen Taylor  <otaylor@redhat.com>
620
621         RC file lookup improvements (#68234, suggestions
622         from Matthias Clasen.)
623
624         * gtk/gtkrc.c (gtk_rc_parse_file): Look for the 
625         locale suffix variants (gtkrc.en_US, gtkrc.en) for
626         all RC files we parse, not just the default RC
627         files.
628
629         * gtk/gtkrc.c (gtk_rc_parse_default_files): Remove
630         support for charset specific RC files.
631
632 Sat Feb  2 20:16:04 2002  Owen Taylor  <otaylor@redhat.com>
633
634         * gtk/gtkmenushell.c (_gtk_menu_shell_select_first): 
635         Non-exported _gtk_menu_select_first() function that
636         selects the first item of the menu in a standard
637         way. (Skipping tearoffs.)
638
639         * gtk/gtkmenushell.c gtk/gtkentry.c gtk/gtktextview.c
640         gtkmenuitem.c: Use _gtk_menu_shell_select_first().
641
642         * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Remember
643         if we are starting the timeout from a keypress so
644         we can set menushell->ignore_enter properly.
645
646         * gtk/gtknotebook.c (focus_child_in): Return something
647         meaningful if there are no children.
648
649         * gtk/gtkmenu.c (gtk_menu_key_press): Fix precendence
650         problem.
651
652 Sat Feb  2 19:15:42 2002  Owen Taylor  <otaylor@redhat.com>
653
654         * gtk/gtkmenu.c (gtk_menu_popup): Fix some bugs in
655         the determination of xgrab_shell.
656
657 Sat Feb  2 17:43:00 2002  Owen Taylor  <otaylor@redhat.com>
658
659         * gtk/gtkentry.c (gtk_entry_grab_focus): Add a GtkSetting
660         (gtk-entry-select-on-focus) controlling whether the
661         contents of an entry are selected on focus in.
662
663         * gtk/gtkmenu.c (gtk_menu_key_press): Add a GtkSetting
664         (gtk-can-change-accels) controlling whether accelerators can be
665         changed on the fly or not. (#51902)
666
667         * gtk/gtkmenu.c (gtk_menu_key_press): Allow unmodified
668         accelerators, now that accelerator changing can be turned
669         off for those who won't expect it. (#61285)
670
671         * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Allow 
672         Backspace/Delete/KP_Delete as valid accelerators.
673
674         * gtk/gtkmenu.c (gtk_menu_key_press): Allow setting of
675         Delete/Backspace as accelerators by making them toggle
676         the menu item between empty and the pressed key.
677         (#58605)
678
679         * tests/testgtkrc: Remove the objectionably short cursor blink
680         time setting.
681
682 Sat Feb  2 16:43:31 2002  Owen Taylor  <otaylor@redhat.com>
683
684         * gtk/gtkmenu.c (gtk_menu_popup): To get around the fact
685         that we may have a owner_events = FALSE grab in effect
686         when we pop up a window, make a temporary grab on a
687         different window, then grab on the real window. Fixes
688         a problem where if a context menu popped up under the 
689         cursor, the first item would be stuck unselected.
690         (#59812, reported by Arnaud Charlet.)
691
692 2002-02-02  Peter Williams  <peterw@ximian.com>
693
694         * gtk/Makefile.am (install-data-local): Install gtkrc.default
695         from $(srcdir) for when $(builddir) is different.
696
697 Sat Feb  2 19:00:39 2002  Kristian Rietveld  <kris@gtk.org>
698
699         * gtk/Makefile.am: remove TESTGTK_RCFILE define
700
701 Sat Feb  2 11:37:21 2002  Owen Taylor  <otaylor@redhat.com>
702
703         * gtk/gtkmenu.c (gtk_menu_popup): Remove the 
704         "select first item if popped up from keypress" hack --
705         was causing more problems than it was worth 
706         (#53191, #68483)
707
708         * gtk/gtktextview.c (popup_targets_received): 
709          gtk/gtkentry.c (popup_targets_received): If activated
710         from keyboard, select first item of popup menu.
711
712 Sat Feb  2 18:07:51 2002  Kristian Rietveld  <kris@gtk.org>
713
714         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set upper member
715         of vadjustment correct, so the vscrollbars of lists smaller than
716         1 page are somewhat saner (#66905)
717
718         * gtk/gtkliststore.c (gtk_list_store_remove_silently): do not
719         increment the stamp, liststore is a model with persisting iters
720
721 Fri Feb  1 23:54:00 2002  Owen Taylor  <otaylor@redhat.com>
722
723         * gtk/gtkrc.[ch] (gtk_rc_parse_engine): Support 
724         engine "" {} to mean override to the default 
725         engine. (#70205)
726
727 Fri Feb  1 23:25:33 2002  Owen Taylor  <otaylor@redhat.com>
728
729         * gtk/gtktooltips.c (gtk_tooltips_init): Parse the
730         RC string here when the first object is created
731         rather than in the class_init to not break doc 
732         building. (#70341, Havoc Pennington.)
733
734         * gtk/gtkrc.c (parse_include_file): Use the directories
735         for the currently parsed files as the starting point
736         to look for include files. (#59975)
737
738 Fri Feb  1 20:21:56 2002  Manish Singh  <yosh@gimp.org>
739
740         * gtk/gtkinputdialog.c: use gtk_label_new_with_mnemonic for labels
741         that actually have mnemonics
742
743 Fri Feb  1 19:57:59 2002  Owen Taylor  <otaylor@redhat.com>
744
745         * configure.in: Fix use of ! in shell.
746
747         * gtk/gtktooltips.c (gtk_tooltips_class_init) gtkrc.default: 
748         Move the setting of default tooltips colors to gtktooltips.c
749         from gtkrc.default. (Use default priority so themes will
750         override.) (#58542)
751
752 Fri Feb  1 17:48:51 2002  Owen Taylor  <otaylor@redhat.com>
753
754         * gtk/gtkrc.c (gtk_rc_get_style): Fix ordering of
755         priorities so that priorities take precendence over
756         the ordering by type. (#70205)
757
758         * test/testgtkrc tests/testgtk.c (create_rc_file): Add 
759         some labels to test priorities in testgtkrc.
760
761 Fri Feb  1 00:37:49 2002  Kristian Rietveld  <kris@gtk.org>
762
763         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): use
764         y coordinate relative to the tree and not the treeview window
765         (fixes the PgDn/PgUp brokenness)
766
767 Fri Feb  1 23:40:31 2002  Kristian Rietveld  <kris@gtk.org>
768
769         * gtk/gtktreeview.c (gtk_tree_view_button_press): adjust
770         cell_area and background_area for possible treeview scroll
771         (fixes #70283, #70065)
772
773 Fri Feb  1 22:20:13 2002  Kristian Rietveld  <kris@gtk.org>
774
775         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): use
776         height - page_size not height - allocation->height (fixes #66269)
777
778 Fri Feb  1 15:22:23 2002  Owen Taylor  <otaylor@redhat.com>
779
780         * gtk/gtkimage.c (gtk_image_class_init): Fix typo
781         in property description. (Christian Rose.)
782
783 Fri Feb  1 14:50:36 2002  Owen Taylor  <otaylor@redhat.com>
784
785         * gtk/gtkrc.c (gtk_rc_parse_string): Handle reparsing
786         any strings if the theme changes. (#69465)
787
788         * tests/testgtk.c: Add a test for gtk_rc_parse_string().
789
790 Fri Feb  1 20:50:29 2002  Kristian Rietveld  <kris@gtk.org>
791
792         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): set tree to
793         NULL if tree_view->priv->tree is NULL (#70152, patch by John Harper).
794
795 Fri Feb  1 12:51:20 2002  Owen Taylor  <otaylor@redhat.com>
796
797         * gtk/gtknotebook.c (focus_child_in): Catch the
798         cur_page == NULL (no children) case. (#70287,
799         Paolo Maggi.)
800
801 Fri Feb  1 12:12:12 2002  Owen Taylor  <otaylor@redhat.com>
802
803         * gtk/gtkfilesel.c (attempt_file_completion): 
804         s/directory/folder/ in all labels and messages.
805
806 Fri Feb  1 08:57:38 2002  Owen Taylor  <otaylor@redhat.com>
807
808         * gtk/gtkmain.c (gtk_exit_func): Remove this useless
809         atexit handler. (existance pointed out by Stefan Kost)
810
811         * gtk/gtkmain.c (gtk_init_check): Warning fixes.
812
813 Thu Jan 31 18:46:10 2002  Jonathan Blandford  <jrb@redhat.com>
814
815         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): unref the
816         model after the last use, not before.
817
818 Thu Jan 31 14:50:16 2002  Owen Taylor  <otaylor@redhat.com>
819
820         * gtk/gtkrc.default gtk/Makefile.am: Install a Default
821         RC file that sets the tooltips color to yellow. (#58542)
822
823         * gtk/gtksettings.c (gtk_settings_class_init): make 
824         the default theme "Default", not NULL.
825
826 Thu Jan 31 11:33:52 2002  Owen Taylor  <otaylor@redhat.com>
827
828         * gdk/x11/gdkproperty-x11.c (insert_atom_pair): Fix 
829         another missing static.
830
831         * gtk/gtkimmodule.c (n_loaded_contexts): And another.
832
833         * gdk/x11/Makefile.am gdk/x11/gxid_lib.c: Don't
834         build gxid sources at all except in the vanishingly
835         rare case of --with-xinput=xfree.
836
837 2002-01-31  Mark McLoughlin  <mark@skynet.ie>
838
839         * gdk/gdkimage.c: (scratch_image_info_for_depth): make static.
840
841         * gdk/x11/gdkimage-x11.c: (get_full_image): ditto.
842
843         * gdk/x11/gxid_lib.[ch]: (_gxid_claim_device), (_gxid_release_device):
844         renamed from gxid_(claim|release)_device.
845
846         * gdk/x11/gdkinput-gxi.c: (_gdk_input_enable_window),
847         (_gdk_input_disable_window): upd for gxid change.
848
849         * gtk/gtkimage.c: (animation_timeout): make static.
850
851         * gtk/gtkstyle.c: (draw_thin_shadow), (draw_spin_entry_shadow): make
852         static.
853
854         * gtk/gtktextutil.c: (bidi_menu_entries): make static.
855
856 Thu Jan 31 10:21:05 2002  Owen Taylor  <otaylor@redhat.com>
857
858         * gtk/gtkplug.c (gtk_plug_focus): Handle the case where
859         bin->child is NULL. (#70153, Padraig O'Briain)
860
861         * gtk/gtktextutil.c (_gtk_text_util_append_special_char_menuitems): 
862         Actually call gettext() on the labels; previously they
863         were marked with N_() but we never called gettext().
864
865 Wed Jan 30 20:15:49 2002  Jonathan Blandford  <jrb@redhat.com>
866
867         * gtk/gtktreestore.c (gtk_tree_store_set_valist): save last minute
868         changes before committing.
869
870         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
871
872 Wed Jan 30 18:46:14 2002  Jonathan Blandford  <jrb@redhat.com>
873
874         * gtk/gtkliststore.c (gtk_list_store_set_valist): only emit the
875         signal if an interesting column changes.
876
877         * gtk/gtktreestore.c: ditto.
878
879         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): change behavior so
880         that it no longer grabs 
881
882 2002-01-30  Manish Singh  <yosh@gimp.org>
883
884         * gtk/gtkhandlebox.c (gtk_handle_box_destroy): remove unused
885         variable.
886
887         * gtk/gtkwindow.c (gtk_window_get_icon): function returns a value,
888         so return NULL with g_return_val_if_fail instead of g_return_if_fail.
889
890 2002-01-30  Matthias Clasen  <matthiasc@poet.de>
891
892         * gtk/*.c: Remove excess g_return_if_fail calls from static
893         and virtual functions.  (#57615)
894         
895 2002-01-30  Anders Carlsson  <andersca@gnu.org>
896
897         * gtk/gtkstyle.c (gtk_default_render_icon): Allow a -1 icon size.
898
899 Wed Jan 30 20:29:01 2002  Tim Janik  <timj@gtk.org>
900
901         * gtk/gtkscale.c (gtk_scale_set_digits): fix revrted bug fix.
902         (use a define for max digits).
903
904 Wed Jan 30 13:55:59 2002  Owen Taylor  <otaylor@redhat.com>
905
906         * gtk/gtkwindow.c (gtk_window_show): Try to make
907         sure that we have some focused widget on map. (#50339)
908
909         * gtk/gtkdialog.c (gtk_dialog_map): Handling picking
910         a focus widget here differently so that if a
911         response button gets picked, it's the default one.
912
913         * tests/testgtk.c (make_message_dialog): Set the 
914         default response for the dialogs.
915
916 Tue Jan 29 22:52:36 2002  Owen Taylor  <otaylor@redhat.com>
917
918         * Released 1.3.13
919
920         * configure.in: Micro version 13, interface, binary
921         age 0. Require GLIB-1.3.13, Pango 0.24.
922
923         * docs/Makefile.am (EXTRA_DIST): Add widget_geometry.txt,
924         sizing-test.txt, tree-column-sizing.txt
925
926         * docs/Makefile.am (EXTRA_DIST): Don't distribute
927         Changes-1.2.txt, Changes-2.0.txt, README.linux-fb,
928         since they are no longer canonical.
929
930         * gtk/gtk.def: Convert spaces to tabs in front of
931         gtk_widget_set_accel_path in case it matters.
932
933         * NEWS: Updated for 1.3.13.
934
935 Tue Jan 29 22:31:07 2002  Owen Taylor  <otaylor@redhat.com>
936
937         * gtk/gtkwidget.[ch] gtkmenuitem.c gtkitemfactory.c: Export 
938         gtk_widget_set_accel_path().
939
940         * gtk/gtk.def: Add gtk_widget_set_accel_path.
941
942 Tue Jan 29 21:50:28 2002  Owen Taylor  <otaylor@redhat.com>
943
944         * gtk/gtkaccelmap.[ch] gtk/gtkbindings.[ch] gtk/gtkwidget.[ch]:
945         Consistently use GdkModifierType. (#66950, Mark Patton)
946
947         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
948         For consistency with gtk_button_new_from_stock(), fall back
949         to gtk_image_menu_item_new_with_mnemnonic(). (#65944,
950         Havoc Pennington)
951         
952         * gtk/gtkitemfactory.[ch] (gtk_item_factory_path_from_widget): 
953         Make G_CONST_RETURN. (#68527, Matt Wilson)
954
955 Tue Jan 29 20:56:13 2002  Owen Taylor  <otaylor@redhat.com>
956
957         * gtk/gtk[vh]scale.c (gtk_[vh]scale_new_with_range): Document
958         that the end points are included in the range. (#69783,
959         Jeffrey Baker)
960
961 Tue Jan 29 20:38:04 2002  Owen Taylor  <otaylor@redhat.com>
962
963         * gtk/gtkscale.[ch]: Revert the last changes to make the
964         number of digits only effect drawing, instead, don't
965         round unless we are in the 'draw_value' mode -- this
966         is the behavior of GTK+-1.2, and keeps the behavior that
967         if the user sees a displayed value, it is the correct value.
968
969 Tue Jan 29 19:51:05 2002  Owen Taylor  <otaylor@redhat.com>
970
971         * gtk/gtkenums.h: Deprecate GtkPreviewType,
972         GtkSignalRunType, GtkSideType, GtkSubmenuPlacement, GtkSubmenuDirection
973         (#68183, Matthias Clasen)
974
975         * gtk/gtkmenuitem.h: Remove _gtk_menu_item_set_placement() from
976         the public header to avoid having to use GtkSubmenuPlacement.
977
978         * gtk/{gtkmenuitem.c,gtkmenubar.c,gtkmenushell.c}: #define
979         GTK_MENU_INTERNALS to preserve access to GtkSubmenu*.
980
981         * gdk/gdki18n.h: Deprecate contents. (Darin Adler.)
982
983 Tue Jan 29 19:32:47 2002  Owen Taylor  <otaylor@redhat.com>
984
985         * gtk/gtktextview.c (gtk_text_view_get/set_property): 
986         Fix wrong usage of g_value_set/get_object for PROP_TABS
987         and memory leak in getter for PROP_TABS. (Jeff Franks)
988
989 Tue Jan 29 19:04:41 2002  Owen Taylor  <otaylor@redhat.com>
990
991         * gtk/gtkstyle.c (gtk_style_render_icon): Document that
992         a size of (GtkIconSize)-1 means don't scale.
993
994         * gtk/gtkstyle.c (gtk_default_render_icon): Obey the
995         -1 convention.
996
997         * gtk/gtkimage.c (gtk_image_expose): Pass in -1 to
998         gtk_style_render_icon() to make sure that we catch it
999         obviously if the style's render function tries to
1000         scale.
1001
1002 Tue Jan 29 18:50:59 2002  Owen Taylor  <otaylor@redhat.com>
1003
1004         * gtk/gtkimage.c (gtk_image_expose): Optimize exposes of
1005         partial insensitive images.
1006
1007 2002-01-24  Havoc Pennington  <hp@redhat.com>
1008
1009         * gtk/gtkimage.c (gtk_image_expose): create insensitive version of
1010         the image regardless of storage type, #63305
1011
1012         * demos/gtk-demo/images.c: add toggle button to demonstrate that
1013         GtkImage makes its contents insensitive
1014
1015 Tue Jan 29 17:40:02 2002  Owen Taylor  <otaylor@redhat.com>
1016
1017         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable):
1018         Call _gdk_draw_pixbuf(), thus enabling using this function
1019         for pixbufs with alpha. (#68801)
1020
1021         * gdk/gdkdraw.c (gdk_drawable_real_draw_pixbuf): Move
1022         implementation of gdk_pixbuf_render_to_drawable()
1023         to here.
1024
1025 Tue Jan 29 17:16:17 2002  Owen Taylor  <otaylor@redhat.com>
1026
1027         * gtk/gtklayout.c: Patch from Jacob Berkman to fix problem
1028         when the height/width of a layout was set before the
1029         adjustments were added. (#66294)
1030
1031         * gtk/gtktreeview.c: Warning cleanups.
1032
1033 Tue Jan 29 16:35:04 2002  Owen Taylor  <otaylor@redhat.com>
1034
1035         * gtk/gtkhandlebox.c (gtk_handle_box_motion): Small
1036         fix to size of torn off window (#60271, Detlef Reichl)
1037
1038         * gtk/Makefile.am: Don't install gtkhsv.h. (Pointed out
1039         by Ross Burton)
1040
1041 Tue Jan 29 18:50:46 2002  Kristian Rietveld  <kris@gtk.org>
1042
1043         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): free
1044         cursor_path after usage
1045         (gtk_tree_view_real_start_interactive_search): use new g_signal
1046         and g_object calls
1047         (gtk_tree_view_search_dialog_destroy): use g_object calls and free
1048         selected_iter if set
1049         (gtk_tree_view_search_position_func): rework so it will never ever
1050         appear offscreen (#68492)
1051         (gtk_tree_view_search_move): use new g_object calls
1052         (gtk_tree_view_search_init): free selected_iter if set, use new
1053         g_object calls
1054         (gtk_tree_view_leave_notify): don't destroy interactive search
1055         dialog
1056
1057 Tue Jan 29 23:07:03 2002  Kristian Rietveld  <kris@gtk.org>
1058
1059         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
1060         send focus in event
1061         (gtk_tree_view_search_dialog_destroy): send focus out event (#66466)
1062
1063 2002-01-29  Anders Carlsson  <andersca@gnu.org>
1064
1065         * gtk/gtkfontsel.c (gtk_font_selection_select_size): Show correct
1066         size in the size entry.
1067
1068 Tue Jan 29 16:11:55 2002  Owen Taylor  <otaylor@redhat.com>
1069
1070         * gtk/gtkfontsel.c (gtk_font_selection_show_available_sizes): Use
1071         gtk_tree_view_set_cursor() instead of gtk_tree_selection_select_iter().
1072
1073         * gtk/gtkfontsel.c (gtk_font_selection_init): Add mnemonic to
1074         preview field. (#52433, patch from Anders Carlsson)
1075         
1076         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Remove the 
1077         dialog separator. (#69558, Alex Larsson, patch from Anders Carlsson)
1078
1079 Tue Jan 29 15:24:59 2002  Owen Taylor  <otaylor@redhat.com>
1080
1081         * gtk/gtkfontsel.[ch]: Switch over to GtkTreeView from
1082         GtkCList. Remove the entries above the font/face lists 
1083         since they were a little confusing. (Not sure about this 
1084         change, so the code is still there the entries are
1085         just hidden.) (#68890)
1086
1087         * gtk/gtkfilesel.c: Switch over to GtkTreeView from
1088         GtkCList. Add mnemonics for fileops. Allow Control/Shift
1089         Tab to focus out.
1090
1091         * gtk/gtkfilesel.c: Make fileop dialogs transient-for
1092         the fileselector. (#69336, patch from Melvin Hadasht)
1093
1094         * gtk/gtkgamma.c (button_clicked_callback): Fix handling
1095         of gamma dialog a bit. (#69336, Matthias Clasen.)
1096
1097 Tue Jan 29 14:56:28 2002  Owen Taylor  <otaylor@redhat.com>
1098
1099         * gtk/gtksocket.c (toplevel_focus_out_handler): Return boolean
1100         (and FALSE from focus_in / focus_out handlers. (#69528,
1101         Padraig O'Briain)
1102
1103 Tue Jan 29 14:47:54 2002  Owen Taylor  <otaylor@redhat.com>
1104
1105         * gtk/gtkmain.c (gtk_init_check): Remove the scary startup
1106         warning. (#69480)
1107
1108 Tue Jan 29 14:24:49 2002  Owen Taylor  <otaylor@redhat.com>
1109
1110         * gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
1111         bindings for "move-focus" so that Control-Tab to escape from
1112         something that eats Tab just works if not otherwise overriden.
1113
1114         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range) 
1115         * gtk/gtkvscale.c (gtk_vscale_new_with_range)
1116         * gtk/gtkhscale.c (gtk_hscale_new_with_range): Use a page_size
1117         of zero for the adjustment, since at times we think that the range
1118         is lower to upper - page_size. A page size equally to the 
1119         step_increment is, in any case, not meaningful.
1120
1121 2002-01-29  Tor Lillqvist  <tml@iki.fi>
1122
1123         * README.win32: Add comment about gtk-1-3-win32-production branch
1124         currently being ahead in functionality and code cleanliness (in
1125         gdk/win32). Just in case somebody looks at the code in gdk/win32
1126         here and starts fixing it, when it is going to change soonish
1127         anyway.
1128
1129 2002-01-29  Sven Neumann  <sven@gimp.org>
1130
1131         * gtk/gtkrc.c: don't install an empty icon_set if none of the image
1132         files could be found in the pixmap_path (bug #69398).
1133         
1134 2002-01-29  Sven Neumann  <sven@gimp.org>
1135
1136         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): fixed a segfault
1137         that showed up when using the color picker.
1138
1139 Tue Jan 29 11:51:14 2002  Tim Janik  <timj@gtk.org>
1140
1141         * gtk/gtkscale.[hc]: fix default value for ::digits property,
1142         leave as 1 as per havoc's request.
1143         don't apply the draw_digits value to range->round_digits,
1144         so we don't perform gross quantization by default.
1145
1146 2002-01-25  Havoc Pennington  <hp@redhat.com>
1147
1148         * gtk/gtktextbtree.c (_gtk_text_btree_delete): fix assertion
1149         failure by creating the line data, but not validating it at this
1150         stage. Also, remove old code related to the "bogus newline" mess
1151         that removed all tags from the last char in the buffer if you
1152         tried to delete it.
1153         (_gtk_text_line_data_new): put this here and prepend underscore,
1154         remove from gtktextlayout.c
1155
1156 Mon Jan 28 19:57:39 2002  Owen Taylor  <otaylor@redhat.com>
1157
1158         * modules/input/imhangul.c modules/input/imhangul-defs.h
1159         po/POTFILES.in. Add port of Emacs korean-hangul input
1160         method from Yusuke Tabata (#67665)
1161
1162 Mon Jan 28 18:25:10 2002  Owen Taylor  <otaylor@redhat.com>
1163
1164         * gtk/gtkentry.c (gtk_entry_draw_frame): Paint shadow
1165         before focus to give theme engines a bit morea
1166         flexibility. (#69857)
1167
1168 Mon Jan 28 16:23:20 2002  Jonathan Blandford  <jrb@redhat.com>
1169
1170         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): no longer
1171         g_assert.
1172
1173 2002-01-28  Jon Trowbridge  <trow@gnu.org>
1174
1175         * gtk/gtktreeview.c (gtk_tree_view_set_model): When setting the
1176         GtkTreeView's model, set prelight_node, prelight_tree,
1177         button_pressed_node and button_pressed_tree to NULL. (#69603)
1178
1179 2002-01-28 Bill Haneman <bill.haneman@sun.com>
1180
1181         * gtk/gtkstyle.c:
1182         Make sure that the default expanders are drawn with
1183         an outline thickness appropriate to the size of the
1184         expanders (RINT expander_size/7).
1185         Added static gtk_style_draw_polygon_with_gc(), to
1186         reduce code duplication.
1187
1188         * gtk/gtktreeview.c: (gtk_tree_view_bin_expose):
1189         Use focus_line_thickness when drawing focus lines.
1190
1191         * gtk/gtktreeviewcolumn.c:(gtk_tree_view_column_cell_get_size):
1192         Adjust requested width to include focus line thickness.
1193         (gtk_tree_view_column_cell_render_or_focus):
1194         Calculate a focus line rectangle which gets larger as the focus
1195         line thickness increases, to avoid overwriting cell content.
1196         Render left-aligned content at x+focus_line_width.
1197         (gtk_tree_view_column_cell_draw_focus):
1198         Don't draw a focus line around an editable text cell, since the
1199         text caret already indicates keyboard focus.
1200         Pass a GtkStateType appropriate to the focussed cell's state
1201         to gtk_paint_focus.
1202
1203 Mon Jan 28 14:44:40 2002  Jonathan Blandford  <jrb@redhat.com>
1204
1205         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): Only
1206         activate/edit the row if shift is not pressed, #69248
1207
1208 2002-01-28  Anders Carlsson  <andersca@gnu.org>
1209
1210         * gtk/gtkcurve.c (gtk_curve_set_vector): Fix build.
1211
1212 2002-01-28  Matthias Clasen  <matthiasc@poet.de>
1213
1214         * gtk/{gtkalignment.c,gtkaspectframe.c,gtkbutton.c,
1215         gtkcellrenderer.c,gtkcellrendererpixbuf.c,gtkcombo.c,
1216         gtkcontainer.c,gtkcurve.c,gtkframe.c,gtklabel.c,
1217         gtkmessagedialog.c,gtknotebook.c,gtkspinbutton.c,gtktable.c,
1218         gtktext.c,gtktextview.c,gtktreeview.c,gtktreeviewcolumn.c,
1219         gtkviewport.c,gtkwidget.c}: General property notification 
1220         cleanup. (#69066)
1221
1222 2002-01-28  Anders Carlsson  <andersca@gnu.org>
1223
1224         * gtk/gtkaccelgroup.c (gtk_accel_groups_activate): & with the
1225         default mod mask so accels work when numlock is on.
1226
1227 Sun Jan 27 23:23:23 2002  Kristian Rietveld  <kris@gtk.org>
1228
1229         * gtk/gtkrbtree.[ch]: add _gtk_rbtree_mark_invalid (my previous
1230         commit already needed this ...)
1231
1232 Sun Jan 27 22:13:02 2002  Kristian Rietveld  <kris@gtk.org>
1233
1234         Fix for bug #69586
1235
1236         * gtk/gtktreeprivate.h: get rid of tab_offset, introduce
1237         expander_size
1238
1239         * gtk/gtktreeview.c: get rid of ->priv->tab_offset, introduce
1240         expander_size caching (from style), fix CELL_HEIGHT macro,
1241         use MAX ("RBNODE_HEIGHT", expander_size) (differs per case) for
1242         row height calculation, added style_set callback
1243
1244 2002-01-27  Anders Carlsson  <andersca@gnu.org>
1245
1246         * gtk/gtklabel.c (gtk_label_create_window): Set the cursor to
1247         GDK_XTERM.
1248
1249         * gtk/gtktextview.h (struct _GtkTextView): add mouse_cursor_obscured.
1250
1251         * gtk/gtkentry.h (struct _GtkEntry): Add mouse_cursor_obscured.
1252
1253         * gtk/gtktextview.c (set_invisible_cursor): New function.
1254         (gtk_text_view_obscure_mouse_cursor): Likewise.
1255         (gtk_text_view_key_press_event): Call obscure_cursor if text 
1256         has been inserted.
1257         (gtk_text_view_motion_event): Restore the mouse cursor.
1258
1259         * gtk/gtkentry.c (gtk_entry_realize): Add GDK_POINTER_MOTION_MASK.
1260         (set_invisible_cursor): New function.
1261         (gtk_entry_obscure_mouse_cursor): Likewise.
1262         (gtk_entry_key_press): call obscure_cursor if text has been inserted.
1263         (gtk_entry_motion_notify): Restore the mouse cursor.
1264
1265 2002-01-27  Sven Neumann  <sven@gimp.org>
1266
1267         * gtk/gtkstyle.c (sanitize_size): removed unused return value.
1268
1269 Sat Jan 26 19:27:23 2002  Owen Taylor  <otaylor@redhat.com>
1270
1271         * gtk/gtksocket.c (gtk_socket_grab_notify): Don't
1272         send MODALITY_ON/OFF if socket->same_app (More fixes for #69735)
1273
1274 Sat Jan 26 19:04:37 2002  Owen Taylor  <otaylor@redhat.com>
1275
1276         * gtk/gtkmain.c (check_is_grabbed): Return FALSE not true
1277         in the grab_widget == NULL case. (Bug reported by 
1278         Padraig O'Briain, #69735)
1279
1280         * gtk/gtkplug.c (handle_modality_on): Realize the modality
1281         window so gtk_widget_event() doesn't complain :-((((.
1282
1283 2002-01-25  Federico Mena Quintero  <federico@ximian.com>
1284
1285         Merge from gdk-pixbuf stable.
1286
1287         * gdk/gdkpixbuf-drawable.c (rgb565msb): Fixed the endianness
1288         conversion --- swap the individual 16 bit values instead of taking
1289         everying as a 32 bit value.
1290         (rgb565lsb): Likewise.
1291         (rgb555lsb): Likewise.
1292         (rgb555msb): Likewise.
1293
1294 2002-01-25  Alex Larsson  <alexl@redhat.com>
1295
1296         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_drawable_impl_fb_class_init):
1297         Implement copy_to_image instead of get_image
1298         
1299         * gdk/linux-fb/gdkimage-fb.c:
1300         Implement _gdk_image_new_for_depth, _gdk_windowing_get_bits_for_depth and
1301         _gdk_fb_copy_to_image.
1302         Based in part on patch from Mathieu Lacage <mathieu_lacage@realmagic.fr>
1303
1304         * gdk/linux-fb/gdkmain-fb.c:
1305         Make ENABLE_FB_MANAGER region larger.
1306
1307         * gdk/linux-fb/gdkprivate-fb.h:
1308         Change _gdk_fb_get_image to _gdk_fb_copy_to_image.
1309
1310 2002-01-25  Sven Neumann  <sven@gimp.org>
1311
1312         * gtk/gtkwindow.c (gtk_window_get_size): changed the comment so
1313         that gtk-doc doesn't get confused.
1314
1315 Fri Jan 25 14:03:36 2002  Tim Janik  <timj@gtk.org>
1316
1317         * gtk/gtkspinbutton.c (gtk_spin_button_draw_arrow): assert
1318         that the passed in arrow is always _UP or _DOWN, this catches
1319         false invocations which lead to drawing artefacts.
1320         (start_spinning): likewise, i.e. sanity check the passed in arrow.
1321         (gtk_spin_button_button_release): fix arrow redrawing.
1322         (gtk_spin_button_button_press): must set click_child for
1323         button3 even if we don't take spinning action right away.
1324
1325         * gtk/gtkspinbutton.h (struct _GtkSpinButton): document
1326         valid values for click_child.
1327
1328 Thu Jan 24 23:03:24 2002  Kristian Rietveld  <kris@gtk.org>
1329
1330         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): update docs,
1331         return current FALSE if x is smaller than the current visible area,
1332         not than the requested area, don't correct y coordinate,
1333         TREE_WINDOW_Y_TO_RBTREE_Y will do that. Fixes #67477.
1334
1335 Thu Jan 24 15:41:08 2002  Jonathan Blandford  <jrb@redhat.com>
1336
1337         * gtk/gtktreeview.c
1338          (gtk_tree_view_motion_draw_column_motion_arrow): fix column
1339          reordering fully.
1340          (gtk_tree_view_size_allocate): fix evil bug.
1341
1342 Thu Jan 24 11:53:19 2002  Owen Taylor  <otaylor@redhat.com>
1343
1344         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't clear
1345         the model until we clean up all the other objects
1346         that might refer to the object.
1347
1348 2002-01-24  Mark McLoughlin  <mark@skynet.ie>
1349
1350         * gtk/gtkaccessible.h: include gtk/gtkwidget.h
1351
1352 Wed Jan 23 20:28:59 2002  Owen Taylor  <otaylor@redhat.com>
1353
1354         * gtk/gtknotebook.c (gtk_notebook_draw_arrow): 
1355         Use insensitive state for insensitive arrows, not
1356         just an "etched state". (#67172, Adrian Custer)
1357
1358 2002-01-23  Manish Singh  <yosh@gimp.org>
1359
1360         * gtk/gtkentry.c (gtk_entry_set_text): use a variable that's actually
1361         been declared.
1362
1363 2002-01-23  Damon Chaplin  <damon@ximian.com>
1364
1365         * configure.in (gtk_doc_min_version): set minimum gtk-doc version to
1366         0.9, since we need to use the new --type-init-func argument for
1367         gtkdoc-scangobj.
1368
1369 2002-01-23  Matthias Clasen  <matthiasc@poet.de>
1370
1371         * gtk/gtkentry.c, gtk/gtkwidget.c: Remove excessive
1372         g_return_if_fail() calls. (#57615)
1373
1374         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entries): Make
1375         it work for paths with underline accelerators. (#69247)
1376
1377 Wed Jan 23 15:12:16 2002  Owen Taylor  <otaylor@redhat.com>
1378
1379         * gtk/gtkspinbutton.c (gtk_spin_button_state_changed): 
1380         Stop spinning if widget becomes insensitive. (#56248)
1381
1382 Wed Jan 23 14:44:12 2002  Owen Taylor  <otaylor@redhat.com>
1383
1384         * gtk/gtkspinbutton.c (EPSILON): Decrease value since
1385         we now use doubles.
1386
1387 Tue Jan 22 16:58:37 2002  Jonathan Blandford  <jrb@redhat.com>
1388
1389         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Fix sizing bug
1390         I introduced accidentally, #69358
1391
1392 2002-01-22 Padraig O'Briain <padraig.obriain@sun.com>
1393
1394         * gtk/gtktreestore.c (gtk_tree_store_iter_children):
1395         Update last change to prevent core dump
1396
1397 Mon Jan 21 01:21:54 2002  Kristian Rietveld  <kris@gtk.org>
1398
1399         * gtk/gtktreestore.c: add some more stamp checks (pointed out
1400         by Anders Carlsson)
1401
1402         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): don't
1403         assume _row_changed will insert sort (because _row_changed doesn't
1404         need to follow this signal), so apply insert sort here
1405         (gtk_tree_model_sort_level_find_insert): header doesn't need to be
1406         set here, so use a return instead of g_return_val_if_fail.
1407
1408 Mon Jan 21 18:28:17 2002  Jonathan Blandford  <jrb@redhat.com>
1409
1410         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update
1411         top_row.  Remove extraneous print statements.
1412
1413 2002-01-21  Matthias Clasen  <matthiasc@poet.de>
1414
1415         * gtk/gtkitemfactory.c (gtk_item_factory_popup, 
1416         gtk_item_factory_popup_with_data): Document allowed values
1417         for ifactory.
1418
1419         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entry): Make 
1420         it work for paths with underline accelerators.
1421
1422 Fri Jan 18 16:31:21 2002  Jonathan Blandford  <jrb@redhat.com>
1423
1424         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): only resize the
1425         window.
1426
1427 Mon Jan 21 11:56:31 2002  Owen Taylor  <otaylor@redhat.com>
1428
1429         * gtk/gtkentry.c (gtk_entry_real_activate): Trap the 
1430         case where there is no default widget and the entry
1431         is the focus widget, since this also causes infinite
1432         recursion. (#69158)
1433
1434 Mon Jan 21 11:46:39 2002  Owen Taylor  <otaylor@redhat.com>
1435
1436         * gdk/gdk.c (gdk_init_check): Set the fallback program class here,
1437         rather than lazilygdk_get_program_class(), since we don't want
1438         -name to override it. (#69123, Ryan Lovett)
1439
1440 Mon Jan 21 10:29:45 2002  Owen Taylor  <otaylor@redhat.com>
1441
1442         * gdk/gdk.c: Fix wrong types for command line arguments 
1443         (#69124, Ryan Lovett)
1444
1445         * gdk/gdk.c (gdk_arg_context_parse): Fix bug in parsing
1446         parsing '--arg VALUE'.
1447
1448         * gdk/gdk.c: Remove unused variable gdk_error_trap_free_list.
1449
1450 2002-01-21  Havoc Pennington  <hp@pobox.com>
1451
1452         * gdk/gdkwindow.c (gdk_window_add_filter): mention that window 
1453         arg can be NULL
1454
1455 Sat Jan 19 20:49:41 2002  Kristian Rietveld  <kris@gtk.org>
1456
1457         * demos/gtk-demo/editable_cells.c: fix a load of open line ends
1458         (cell_edited): modified patch from German Poo Caaman~o
1459         to fix up old_text declaration and free the memory
1460         (do_editable_cells): unref the model after creating the treeview
1461
1462         * demos/gtk-demo/list_store.c: fix a load of open line ends,
1463         (add_columns): set the sort column id, so we can sort
1464
1465         * demos/gtk-demo/tree_store.c: fix a load of open line ends,
1466         (do_tree_store): unref the model after creating the treeview
1467
1468 2002-01-19  Havoc Pennington  <hp@pobox.com>
1469
1470         * gtk/gtkwindow.c: link to new X11 section in a lot of places when
1471         mentioning the window manager.
1472
1473         * gtk/gtkwidget.c (gtk_widget_hide_on_delete): don't mention
1474         window manager since we're portable.
1475
1476 Sat Jan 19 08:47:41 2002  Jeff Garzik  <jgarzik@mandrakesoft.com>
1477
1478         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
1479         Wrap case values in GPOINTER_TO_UINT().  Fixes build with gcc 3.x.
1480
1481         * gtk/gtkmain.c:  Include sys/types.h if G_OS_UNIX.
1482         Fixes build with gcc 3.x and -ansi.
1483
1484 Fri Jan 18 23:01:37 2002  Owen Taylor  <otaylor@redhat.com>
1485
1486         * gtk/gtkrc.c (gtk_rc_parse_style): Fix problems when
1487         an engine declaration occurs in a reopened style, and
1488         g_free() of objects when errors occur.
1489
1490 2002-01-18  Matthias Clasen  <matthiasc@poet.de>
1491
1492         * gtk/gtkitemfactory.c (gtk_item_factory_get_widget_by_action):
1493         Clarify documentation. (#69026)
1494
1495         * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Fix 
1496         missing initialization of adjustment. (#69025)
1497
1498 2002-01-17  Raja R Harinath  <harinath@cs.umn.edu>
1499
1500         Simplify Makefiles. 
1501         <URL: http://bugzilla.gnome.org/show_bug.cgi?id=68969>
1502         * gdk/Makefile.am: Remove use of automake conditionals to pick
1503         library to build.
1504         * gtk/Makefile.am: Likewise.
1505         
1506         * gdk/Makefile.am (LDFLAGS): Use $(libdir), not @prefix@/lib.
1507         * gtk/Makefile.am (LDFLAGS): Likewise.
1508
1509 Thu Jan 17 20:13:14 2002  Owen Taylor  <otaylor@redhat.com>
1510
1511         * gtk/gtknotebook.c (gtk_notebook_redraw_tabs): Fix
1512         missing allocation.x/y offsets. (#68962, Jacob
1513         Berkman)
1514
1515         * gtk/gtknotebook.c (gtk_notebook_size_allocate):
1516         Queue a redraw on the entire widget if we hide
1517         the last page or show the first. (Also #68962)
1518         
1519 2002-01-17  Havoc Pennington  <hp@redhat.com>
1520
1521         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): change
1522         GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before it
1523         starts to go up/down paragraphs. This makes Ctrl+Up/Ctrl+Down work
1524         as in the keynav spec, though it makes the interpretation of
1525         GTK_MOVEMENT_PARAGRAPHS different from the interpretation of some
1526         of the other GTK_MOVEMENT_ thingies, maybe, as if that enum makes
1527         any sense anyhow.
1528
1529 Thu Jan 17 16:34:55 2002  Jonathan Blandford  <jrb@redhat.com>
1530
1531         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): For
1532         some reason, I was activating a row while just selecting it.
1533         Reported by andersca.
1534         (gtk_tree_view_size_request): add a
1535         validate_rows_handler to give us a rough width of the widget.
1536
1537         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
1538         Queue a resize here just in case.  It's needed in over half the
1539         cases, and I don't want to do a diff to figure out exactly when
1540         it's needed.
1541
1542 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
1543
1544         * gtk/gtkinputdialog.c,
1545         gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
1546         Mark children as composite. (#66360)
1547
1548         * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
1549         composite children some more. (#66360)
1550
1551 2002-01-17  Havoc Pennington  <hp@redhat.com>
1552
1553         * gtk/gtktextlayout.c (_gtk_text_layout_get_line_xrange): new
1554         function (which I then decided not to use but I think it's needed
1555         to fix #68963
1556
1557         * gtk/gtktextview.c: add page_horizontally action signal and
1558         implement Ctrl+PgUp, Ctrl+PgDown based on patch from Padraig, 
1559         hackily modified to avoid adding GTK_MOVEMENT_ API. Part of 
1560         #53934
1561
1562         * gtk/gtkmarshalers.list: add NONE:INT,BOOL
1563
1564 Thu Jan 17 17:02:38 2002  Owen Taylor  <otaylor@redhat.com>
1565
1566         * gtk/gtkwidget.c (gtk_widget_real_unrealize): Call
1567         gtk_selection_remove_all() here, not in destroy/
1568         finalize. (#66636, Sergey Vlasov)
1569
1570         * gtk/gtkselection.c (gtk_selection_request): Fix
1571         reentrancy problem with multiple conversions.
1572
1573         * gtk/gtkselection.c (gtk_selection_remove_all): 
1574         Don't remove incrs, we don't need the widget for
1575         maintain the incr.
1576
1577         * gtk/gtkselection.c (struct _GtkIncrInfo): Remove
1578         the widget field from here, we don't need it.
1579
1580 Thu Jan 17 13:08:34 2002  Owen Taylor  <otaylor@redhat.com>
1581
1582         * gdk/x11/gdkmain-x11.c (gdk_error_trap_push): Move
1583         here, and save/restore the X error handler to allow
1584         people using GTK+ to set the X error handler to something
1585         custom without disturbing the operation of GDK.
1586
1587         * gdk/linux-fb/gdkmain-fb.c (gdk_error_trap_push) 
1588         * gdk/win32/gdkmain-win32.c (gdk_error_trap_pop): Add
1589         dummy implementations.
1590
1591         * gdk/x11/gdkmain-x11.c gdk/x11/gdkevents-x11.c 
1592         gdk/x11/gdkdnd-x11.c: Use gdk_error_trap_push()/pop()
1593         for all error trapping.
1594
1595         * gdk/x11/gdkdnd-x11.c: Remove '#if 0' code.
1596
1597         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Fix
1598         problem where we would add the results anyways,
1599         and then add it again if no error occurred, and problem
1600         where we could leave _gdk_error_warnings() unset.
1601
1602 Wed Jan 16 20:28:38 2002  Owen Taylor  <otaylor@redhat.com>
1603
1604         * gtk/gtkfilesel.c: Fix "deleting" filename by adding
1605         another boolean parameter to file_selection_populate() -
1606         whether to clear the entry. Also, never fill in the
1607         entry when the user clicks on something in the 
1608         directory list. (#6791, Reported by Jos Dehaes and many,
1609         many, many others.)
1610
1611 2002-01-16  Havoc Pennington  <hp@redhat.com>
1612
1613         * gtk/gtktextview.c (gtk_text_view_scroll_pages): update
1614         cursor_y_pos with clamped delta rather than theoretical delta
1615         (#68788). Also, if we can't page up/down further then jump 
1616         to top/bottom of the document.
1617
1618 Wed Jan 16 19:33:41 2002  Owen Taylor  <otaylor@redhat.com>
1619
1620         * gtk/gtkfilesel.c (gtk_file_selection_map): Refresh
1621         the dialog on map. (#52877, inspired by request from
1622         Murray Cumming)
1623
1624 Wed Jan 16 19:23:04 2002  Owen Taylor  <otaylor@redhat.com>
1625
1626         * gtk/gtkbindings.c (gtk_binding_entry_activate): 
1627         Support "optional" bindings. If a binding signal
1628         has a boolean return value, and returns FALSE it
1629         is as if it didn't exist all.
1630
1631         * gtk/gtkbindings.c (binding_compose_params): Switch
1632         over to GValue.
1633
1634         * gtk/gtknotebook.[ch]: Make the select_page() and
1635         change_current_page() signals only take effect when
1636         the focus is on the tab area so that key presses
1637         in children pass up to the toplevel correctly.
1638
1639 Wed Jan 16 12:16:37 2002  Owen Taylor  <otaylor@redhat.com>
1640
1641         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Fix 
1642         calculation error in the (shouldn't happen) case where
1643         option_menu->height < child_requisition.height. (Patch
1644         from Jacob Berkman, #66969)
1645
1646 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
1647
1648         * gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183)
1649
1650         * gtk/gtkscale.h (gtk_scale_value_width): Remove useless 
1651         compatibility macro. (#67730) 
1652
1653 Wed Jan 16 10:54:38 2002  Owen Taylor  <otaylor@redhat.com>
1654
1655         * configure.in: Fix typo in --help output.
1656         (Arnaud Charlet).
1657
1658 Wed Jan 16 10:18:42 2002  Owen Taylor  <otaylor@redhat.com>
1659
1660         * gtk/stock-icons/Makefile.am (EXTRA_DIST): Add 
1661         gtkstockpixbufs.h.
1662
1663         * configure.in: Make TIFF, JPEG, PNG loaders mandatory
1664         unless you configure with --without-libtiff, etc.
1665         (#54045, Brian Cameron)
1666
1667 2002-01-16  Padraig O'Briain <padraig.obriain@sun.com>
1668
1669         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
1670         Avoid unexpected warning message when navigating menu (#68517)
1671
1672 2002-01-15  Jody Goldberg <jody@gnome.org>
1673
1674         * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
1675         GtkLayout may have been scrolled _before_ it was realized.
1676
1677 Tue Jan 15 18:10:24 2002  Owen Taylor  <otaylor@redhat.com>
1678
1679         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
1680         the timer on destroy, or when we are notified that we are
1681         shadowed by a modal dialog.
1682
1683         * gtk/gtkspinbutton.c: Remove explicit gtk_grab_add()/remove() -
1684         not needed any more.
1685
1686         * gtk/gtkmain.c (gtk_grab_notify): Fix problem where notifications
1687         weren't sent out for the default grab group.
1688
1689         * gtk/gtkmain.c (gtk_grab_notify): Fix notification of widgets that
1690         were getting events because they were part of the previous grab.
1691
1692 Tue Jan 15 12:23:33 2002  Owen Taylor  <otaylor@redhat.com>
1693
1694         * gtk/gtknotebook.c (gtk_notebook_mnemonic_activate_switch_page): 
1695         focus the activated tab, not the page. (#53612)
1696
1697         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Track
1698         the last focus descendant of the page.
1699
1700         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): If the focus
1701         was on the previous page, move it to the last focused widget /
1702         first element on the new page, if possible, or if not, to the 
1703         notebook itself. (#68224, reported by Jonathan Blandford)
1704
1705         * gtk/gtknotebook.c (focus_tabs_in): Don't focus tabs
1706         tabs aren't visible. (#65462, Damon Chaplin, fixed based 
1707         on patch from Anders Carlsson)
1708
1709 2002-01-15            Vitaly Tishkov       <tvv@sparc.spb.su>
1710
1711         * gtk/gtkstyle.c
1712         a misprint in documentation for gtk_style_render_icon () is fixed
1713
1714 Mon Jan 14 23:21:47 2002  Tim Janik  <timj@gtk.org>
1715
1716         * gtk/gtkmenuitem.c (gtk_menu_item_map): map event_window after
1717         mapping child, so we don't loose events.
1718
1719 2002-01-15  Sven Neumann  <sven@gimp.org>
1720
1721         * gtk/gtkaccellabel.h
1722         * gtk/gtkitemfactory.c: fixed documentation by syncing the parameter
1723         names used in headers and code.
1724
1725 2002-01-14  jacob berkman  <jacob@ximian.com>
1726
1727         * gtk/gtkrc.c (gtk_rc_get_im_module_path): close a comment block
1728
1729 Tue Jan 15 01:13:51 2002  Kristian Rietveld  <kris@gtk.org>
1730
1731         * gtk/gtktreemodelsort.c: fix a load of open line ends,
1732         (gtk_tree_model_sort_set_model): only free root level if it's
1733         !NULL
1734
1735 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
1736
1737         * gtk/gtkoldeditable.c, gtk/gtkrc.c, 
1738         gtk/gtkstyle.c: Documentation additions.
1739
1740         * gtk/gtkmenu.c (gtk_menu_set_accel_path),
1741         gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path), 
1742         gtk/gtkwidget.c (gtk_widget_add_accelerator): Typo and markup fixes.
1743
1744         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document.
1745
1746         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter): Explain intended use.
1747
1748 Mon Jan 14 17:14:13 2002  Owen Taylor  <otaylor@redhat.com>
1749
1750         * gdk/x11/gdkselection-x11.c (sanitize_utf8): Don't
1751         mangle sequences of consecutive \n or \r.
1752
1753 Mon Jan 14 17:42:28 2002  Jonathan Blandford  <jrb@redhat.com>
1754
1755         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): allow cancel to
1756         happen.
1757
1758         * gtk/gtktreeview.c (install_presize_handler): only install the
1759         handler if we're realized, #68056
1760
1761 Mon Jan 14 16:35:58 2002  Owen Taylor  <otaylor@redhat.com>
1762
1763         * gtk/gtkwindow.c (gtk_window_move_resize): Unset 
1764         initial_pos_set after the first configure request.
1765
1766 2002-01-13  Jody Goldberg <jody@gnome.org>
1767
1768         * gtk/gtktexttag.c (get_color_arg) : set_boxed will copy the color
1769           and will use a mem_chunk to do it.  Avoid an unnecessary copy, a
1770           leak, and confusion.
1771
1772 Sun Jan 13 23:23:22 2002  Owen Taylor  <otaylor@redhat.com>
1773
1774         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
1775         widget->requisition was being used instead of
1776         gtk_widget_get_child_requisition (), causing geometry widgets
1777         with usizes to misbehave.
1778
1779 2002-01-14  Sven Neumann  <sven@gimp.org>
1780
1781         * gtk/gtkrc.c: g_getenv() returns a const string.
1782
1783 2002-01-14  Hasbullah Bin Pit  <sebol@ikhlas.com>
1784
1785         * configure.in: Added ms at ALL_LINGUAS.
1786         * po/ms.po: Added Malay Translation.
1787
1788 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
1789
1790         * gtk/gtkitemfactory.c: Documentation.
1791
1792 2002-01-13  Sven Neumann  <sven@gimp.org>
1793
1794         * gdk/gdkwindow.c: documentation cleanups.
1795
1796 Sun Jan 13 01:15:45 2002  Kristian Rietveld  <kris@gtk.org>
1797
1798         * gtk/gtktreemodelsort.c: various cleanups,
1799         (get_child_iter_from_elt): removed,
1800         (gtk_tree_model_sort_elt_get_path): rewritten to be a lot cleaner
1801         and especially faster,
1802         (gtk_tree_model_convert_iter_to_child_iter): use
1803         gtk_tree_model_sort_elt_get_path
1804
1805 Sat Jan 12 16:57:31 2002  Kristian Rietveld  <kris@gtk.org>
1806
1807         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
1808         revert Owen's change (using a strdupped string as object data), so
1809         the interactive search works again
1810
1811 2002-01-11  Havoc Pennington  <hp@pobox.com>
1812
1813         * gtk/gtklabel.c: put in more links to Pango markup format docs
1814         (gtk_label_set_justify): mention gtk_misc_set_alignment
1815
1816 2002-01-12  Tor Lillqvist  <tml@iki.fi>
1817
1818         Fixes contributed by Archaeopteryx Software: This is a first small
1819         part of their changes. Will commit more later.
1820         
1821         * gdk/win32/*.c: Add some more checks for failed GDI calls. If a
1822         call fails, don't use bogus values.
1823
1824          gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): Plug
1825         memory leak: g_free() the AND and XOR bitmaps after use.
1826         (_gdk_cursor_destroy): If we are destroying the current Windows
1827         cursor, set the Windows cursor to none first.
1828
1829         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Delete the old
1830         brush that was in the DC, like the win32-production branch does. I
1831         guess this plugs a resource leak? With the HDC cache, the old
1832         brush might be something we created ourselves, and not a stock
1833         brush. And it doesn't do any harm to call DeleteObject on stock
1834         brushes.
1835
1836         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_finalize): If
1837         the window has a cursor which is the current Windows cursor,
1838         before destroying it set the current Windows cursor to none.
1839         (gdk_window_set_cursor): Also here, if destroying the current
1840         Windows cursor, set the current Windows cursor to none first.
1841         (gdk_window_get_pointer): Revamp logic.
1842         
1843 2002-01-10  jacob berkman  <jacob@ximian.com>
1844
1845         * gtk/gtkwidget.c (gtk_widget_add_events): actually iterate
1846         through the list rather than infinitely loop
1847
1848 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
1849
1850         * gtk/gtkwidget.c (gtk_widget_set_style_recurse): Rename to
1851         reset_rc_styles_recurse(). (#68084)
1852
1853 2002-01-10            Vitaly Tishkov       <tvv@sparc.spb.su>
1854         * gtk/gtkimage.c
1855         * gtk/gtkimcontext.c
1856         * gtk/gtktreemodel.c
1857         * gtk/gtktreemodelsort.c
1858         * gtk/gtkwindow.c
1859         fix docs        
1860
1861 Wed Jan  9 20:56:42 2002  Jonathan Blandford  <jrb@redhat.com>
1862
1863         * gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
1864         symbols because we need them in MyEnhancedXkbTranslateKeyCode.
1865
1866 2002-01-10  Tor Lillqvist  <tml@iki.fi>
1867
1868         Apply the same fixes and improvements as to the
1869         gtk-1-3-win32-production branch: Bug fixes and cleanup of
1870         selection and DND functionality. Still doesn't work as well as the
1871         win32-production branch, though, but getting closer.
1872
1873         After this, need to add Archaeopteryx Software's OLE2 DND support.
1874
1875         * gdk/win32/gdkselection-win32.c (gdk_selection_owner_set,
1876         gdk_selection_send_notify, generate_selection_notify): Don't use
1877         SendMessage() to generate events for the same app, instead use
1878         gdk_event_put().
1879
1880         * gdk/win32/gdkprivate-win32.h
1881         * gdk/win32/gdkglobals-win32.c
1882         * gdk/win32/gdkmain-win32.c
1883         * gdk/win32/gdkevents-win32.c: Thus, remove declaration, definition,
1884         initialisation and handling of gdk_selection_notify_msg,
1885         gdk_selection_request_msg and gdk_selection_clear_msg. 
1886
1887         * gdk/win32/gdkselection-win32.c (gdk_text_property_to_text_list,
1888         gdk_free_text_list, gdk_string_to_compound_text,
1889         gdk_free_compound_text): Implement trivially, witrh a text_list
1890         always having a single element, and a compound text always
1891         consisting of just a single (UTF-8!) string. Let's see how well
1892         this works.
1893
1894         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
1895         non-ASCII paste from the clipboard: Try getting the same formats
1896         from the Windows clipboard that gdk_property_change() puts there:
1897         CF_UNICODETEXT, UTF8_STRING or CF_TEXT+CF_LOCALE.
1898
1899         * gdk/win32/gdkproperty-win32.c (gdk_property_change): When
1900         storing text on the clipboard, handle non-ASCII text
1901         correctly. The logic is as follows:
1902
1903         If we have only ASCII characters, use CF_TEXT.
1904
1905         Else, if we are on NT, use CF_UNICODETEXT.
1906
1907         Else (we are on Win9x), if all the characters are present in the
1908         code page of some installed locale, use CF_TEXT and also set
1909         CF_LOCALE to that locale.
1910
1911         Else (still on Win9x) store as RTF. We use a very simple RTF
1912         string, just the text, no fonts or other crap, with the non-ASCII
1913         characters as Unicode \uN keywords. Additionally, also store the
1914         UTF-8 string as such, under the format "UTF8_STRING", so that GDK
1915         can also paste from the Clipboard what it has copied there. (Thus
1916         no need to implement any RTF parser.)
1917         
1918         (find_common_locale): New function, implements the search for a
1919         locale for case 3 above.
1920
1921         * gdk/win32/gdkglobals-win32.c: New global variables
1922         compound_text, text_uri_list, utf8_string, cf_rtf and
1923         cf_utf8_string.
1924
1925         * gdk/win32/gdkim-win32.c (_gdk_ucs2_to_utf8): New function,
1926         converts from a wchar_t string to UTF-8.
1927         (_gdk_utf8_to_ucs2): Rename from _gdk_win32_nmbstowchar_ts.
1928         (_gdk_utf8_to_wcs): Rename from gdk_nmbstowchar_ts.
1929
1930         * gdk/win32/gdkevents-win32.c (build_keypress_event): Use
1931         _gdk_ucs2_to_utf8().
1932
1933         * gdk/win32/gdkselection-win32.c: Remove some unnecessary logging.
1934
1935         * gdk/win32/gdkdnd-win32.c: Plug memory leaks, the
1936         gdk_drag_context_ref() was called unnecessarily in a couple of
1937         places, meaning drag contexts were never freed. The same memory
1938         leaks seem to be present in gdk/linux-fb/gdkselection-fb.c, BTW.
1939
1940         (gdk_drop_reply): For WIN32_DROPFILES drops, free the temporarily
1941         stored file list.
1942
1943         * gdk/win32/gdkselection-win32.c: Clarify the use of the
1944         sel_prop_table. Now it is used only for storing the GDK_SELECTION
1945         "properties".
1946
1947         The file names dropped with WM_DROPFILES -style DND is stored
1948         temporarily (between the drop and the target picking them up) in a
1949         separate place.
1950
1951         Have a separate hash table to map selection atoms to owner
1952         windows. This used to be quite mixed up.
1953
1954         (_gdk_dropfiles_store): New function, to store the dropped file
1955         list for the drop target to possibly fetch, and clear it
1956         afterwards, from gdk_drop_reply().
1957
1958         (gdk_selection_owner_get): Much simplified now.
1959
1960 2002-01-09  jacob berkman  <jacob@ximian.com>
1961
1962         * gtk/gtklayout.c (gtk_layout_style_set): set the background of
1963         our bin window also (fixes #58957)
1964
1965 Wed Jan  9 19:10:07 2002  Jonathan Blandford  <jrb@redhat.com>
1966
1967         * gtk/gtktreeselection.c
1968         (_gtk_tree_selection_internal_select_node): Now we test we can
1969         unselect nodes before selecting new ones.
1970         (gtk_tree_selection_real_select_node): be careful comparing booleans.
1971
1972 Wed Jan  9 21:31:44 2002  Kristian Rietveld  <kris@gtk.org>
1973
1974         * gtk/gtkliststore.c (gtk_list_store_sort): pass NULL to
1975         gtk_tree_model_rows_reordered and not an iter with user_data
1976         set to NULL (which is an invalid liststore iter, so
1977         iter_n_children failed, etc)
1978
1979 2002-01-09  Sven Neumann  <sven@gimp.org>
1980
1981         * tests/prop-editor.c: declared internal functions static.
1982         
1983 Wed Jan  9 11:13:12 2002  Owen Taylor  <otaylor@redhat.com>
1984
1985         * gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path): 
1986         Fix problem with menus without accel groups, such as the
1987         menus for option menus.
1988
1989         * gtk/gtkpaned.c (gtk_paned_expose): Only conditionalize
1990         drawing of handle on whether both children are visible,
1991         not the drawing of the other child!. (#68325, Diego Gonzalez)
1992
1993 Wed Jan  9 10:20:16 2002  Owen Taylor  <otaylor@redhat.com>
1994
1995         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkgc-c11.c: Check for
1996         RENDER before trying to use it... XRenderFindFormat() prints
1997         warnings if called when extension isn't present.
1998
1999 Wed Jan  9 15:20:40 2002  Tim Janik  <timj@gtk.org>
2000
2001         * gtk/gtkmenuitem.c (gtk_menu_item_parent_set): update the accel
2002         path upon parent changes.
2003
2004 Wed Jan  9 13:20:14 2002  Tim Janik  <timj@gtk.org>
2005
2006         * gtk/gtkviewport.c (gtk_viewport_size_allocate): small but important
2007         fix to force vadjustments at size_alocate time from Xavier Ordoquy
2008         <mcarkan@users.sourceforge.net>.
2009
2010 Wed Jan  9 11:23:39 2002  Tim Janik  <timj@gtk.org>
2011
2012         * gtk/gtklayout.c (gtk_layout_get_property): 
2013         * gtk/gtkspinbutton.c (gtk_spin_button_get_property): 
2014         * gtk/gtktreeview.c (gtk_tree_view_get_property): 
2015         * gtk/gtkwidget.c (gtk_widget_get_property): 
2016         * gtk/gtkfontsel.c (gtk_font_selection_get_property): 
2017         * gtk/gtkrange.c (gtk_range_get_property):
2018         * gtk/gtkviewport.c (gtk_viewport_get_property):
2019         * gtk/gtkprogressbar.c (gtk_progress_bar_get_property): don't cast a
2020         possible NULL pointer.
2021
2022 2002-01-08  Mike Kestner  <mkestner@speakeasy.net>
2023
2024         * gtk/gtkcelleditable.h : Use G_TYPE_INSTANCE_GET_INTERFACE.
2025         * gtk/gtktreednd.h : ditto.
2026         * gtk/gtktreemodel.h : ditto.
2027         * gtk/gtktreesortable.h : ditto.
2028         * gtk/gtkwidget.h : Don't reference incomplete _GdkRectangle type.
2029
2030 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
2031
2032         * gtk/gtkplug.c, gtk/gtksocket.c: Speak of window IDs rather 
2033         than XIDs in the docs.
2034
2035         * gtk/gtkclipboard.c (gtk_clipboard_clear): Fix docs.
2036
2037 Tue Jan  8 18:39:23 2002  Jonathan Blandford  <jrb@redhat.com>
2038
2039         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): wow!
2040         Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")
2041
2042 Tue Jan  8 18:04:01 2002  Owen Taylor  <otaylor@redhat.com>
2043
2044         * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size):
2045         Handle TOGGLE/RADIOBUTTON as well. (#68201,
2046         Damon Chaplin.)
2047
2048         * gtk/gtktoolbar.c (get_first_child): Fix stupid 
2049         bug, just introduced.
2050
2051 Tue Jan  8 15:53:28 2002  Owen Taylor  <otaylor@redhat.com>
2052
2053         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix coordinate
2054         translations, once and for all.
2055
2056         * gtk/gtktextbuffer.c (paste_from_buffer): Free
2057         the ClipboardRequest structure. (#66198, HideToshi
2058         Tajima)
2059
2060 2002-01-08  jacob berkman  <jacob@ximian.com>
2061
2062         * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
2063         the child rather than the layout. see bug #68263
2064
2065 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
2066
2067         * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
2068         the handle if we aren't showing both children.
2069         (#68135, Diego Gonzalez)
2070
2071 Tue Jan  8 14:45:43 2002  Owen Taylor  <otaylor@redhat.com>
2072
2073         * gtk/gtkwidget.c (gtk_widget_add_events): Fix
2074         leak of result of gtk_container_get_children().
2075
2076 Tue Jan  8 14:42:19 2002  Owen Taylor  <otaylor@redhat.com>
2077
2078         * gtk/gtktoolbar.c: Fix leaks of results of
2079         gtk_container_get_children(). (#68199, Damon Chaplin)
2080
2081 Tue Jan  8 14:19:43 2002  Owen Taylor  <otaylor@redhat.com>
2082
2083         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
2084         Fix problem where child->requisition was accessed
2085         directly instead of calling get_child_requisition()
2086         (#68199, Damon Chaplin)
2087
2088 2001-01-08  James Henstridge  <james@daa.com.au>
2089
2090         * gtk/gtkstyle.c: add trailing */ on doc comment.
2091
2092 Mon Jan  7 22:19:32 2002  Owen Taylor  <otaylor@redhat.com>
2093
2094         * gdk/x11/gdkdrawable-x11.c (draw_with_pixmaps): Fix a
2095         problem where were the offset into the image was passed
2096         into convert_to_format() wrong.
2097
2098         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Call
2099         gdk_x11_drawable_update_picture_clip () before using
2100         the picture; allow update_picture_clip() to take a NULL gc
2101         to mean no clipping.
2102
2103 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
2104
2105         * gtk/gtksocket.c (gtk_socket_get_id): Doc typo fix. (#68172)
2106
2107         * gtk/gtktreemodel.c (gtk_tree_path_is_descendant): Fix docs.
2108
2109         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Document.
2110
2111         * gtk/gtkwindow.c (gtk_window_remove_accel_group): Fix docs.
2112
2113         * gtk/gtkrc.c (gtk_rc_get_style_by_paths),
2114         gtk/gtkwidget.c (gtk_widget_get_toplevel, 
2115         gtk_widget_push_composite_child), gtk/gtkdialog.c 
2116         (gtk_dialog_new_with_buttons, gtk_dialog_run): Keep gtk-doc
2117         from messing up the indentation of inline examples.     
2118
2119         * gtk/gtkmain.c, gtk/gtkrc.c: Consistently call g_getenv() 
2120         instead of getenv().
2121
2122         * gtk/gtktreemodel.c, gtk/gtkaccelgroup.c, gtk/gtkclipboard.c,
2123         gtk/gtkdnd.c, gtk/gtkiconfactory.c, gtk/gtkrc.c,
2124         gtk/gtkstyle.c, gtk/gtkselection.c: Doc fixes.
2125
2126         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter,
2127         gtk_accel_map_foreach_unfiltered, gtk_accel_map_load_scanner):
2128         Document.
2129
2130 2002-01-07  Anders Carlsson  <andersca@gnu.org>
2131
2132         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Remove
2133         unused pixels and rowstride variables.
2134         (gtk_cell_renderer_pixbuf_get_size): Check for non-NULL width.
2135
2136 Mon Jan  7 08:48:23 2002  Tim Janik  <timj@gtk.org>
2137
2138         * gtk/gtkdnd.c (gtk_drag_find_widget): don't forget to offset
2139         the pointer by x/y_offset into the new window when we found
2140         the drag destination.
2141
2142         * gtk/gtkaccelmap.c (internal_change_entry): fix return code
2143         for simulation when the entry already contains the required
2144         accel key and mod.
2145
2146 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
2147  
2148         * docs/debugging.txt: Replace GTK_NO_CHECK_CASTS by 
2149         G_DISABLE_CAST_CHECKS.
2150
2151         * gtk/gtkaccelgroup.c (gtk_accel_group_from_accel_closure,
2152         gtk_accel_group_query, gtk_accel_group_find,
2153         gtk_accel_groups_from_object): Document.
2154
2155         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_closure): Document.
2156
2157 2002-01-04  Hans Breuer  <hans@breuer.org>
2158
2159         * gdk/gdkdraw.c gdk/gdkpixbuf-drawable.c : 
2160         need to cast image->mem away from void* to avoid 
2161         'error C2036: 'void *' : unknown size'. Doing pointer 
2162         arithmetics on void pointers is a GCCism afaik.
2163
2164         * gdk/gdkpixbuf-render.c : #include "gdkinternals.h" for
2165         _gdk_draw_pixbuf ()
2166
2167         * gdk/makefile.msc gdk/win32/makefile.msc 
2168         gdk/gtk/makefile.msc.in : use -FI msvc_recommended_pragmas.h
2169
2170         * gdk/win32/gdkdrawable-win32.c : use _gkd_win32_copy_to_image
2171         and take care of image->visual possibly NULL.
2172
2173         * gdk/win32/gdkimage-win32.c : implement _gdk_image_new_for_depth(),
2174         _gdk_win32_copy_to_image() and _gdk_windowing_bits_for_depth().
2175         Again take care of image->visual possibly NULL.
2176
2177         * gdk/win32/gdkprivate-win32.h : declare _gdk_win32_copy_to_image()
2178
2179         * gdk/win32/gdkevents-win32.c : use gdk_drawable_get_colormap
2180         instead of private field access
2181
2182         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) : adapt
2183         colormap setting to the gdk-X behaviour
2184
2185 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
2186
2187         * gtk/gtkwidget.c: Documentation additions.
2188
2189 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
2190
2191         * gtk/gtkobject.c (gtk_object_dispose): Fix a comment.
2192
2193         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
2194
2195 2002-01-04  Havoc Pennington  <hp@pobox.com>
2196
2197         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
2198         
2199 Fri Jan  4 13:05:15 2002  Owen Taylor  <otaylor@redhat.com>
2200
2201         * gtk/gtkdnd.c (gtk_drag_find_widget): At least
2202         don't infinite loop if the widget and window heirarchies
2203         don't correspond.
2204
2205         * gtk/gtkdnd.c (gtk_drag_find_widget): Handle changes
2206         in heirarchy in ::drag_motion, ::drag_drop callbacks
2207         by referencing child widget lists. (Patch from Tim)
2208
2209         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix a problem
2210         with widgets where window.x != widget->allocation.x
2211
2212 Fri Jan  4 01:36:48 2002  Owen Taylor  <otaylor@redhat.com>
2213
2214         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Optimize
2215         a little bit. (More for consistency than because it
2216         makes much of a difference.)
2217
2218 Thu Jan  3 22:18:15 2002  Owen Taylor  <otaylor@redhat.com>
2219
2220         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkprivate-x11.h
2221         (_gdk_x11_have_render): Private function to tell if we have RENDER
2222         extension.
2223
2224         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Return
2225         None if we don't have RENDER extension.
2226
2227         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Don't
2228         use Xft unless we have render extension.
2229
2230         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
2231         Handle missing render extension.
2232
2233         * gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkpixmap.c gdk/gdkwindow.c
2234         gdk/gdkinternals.h: Add a private copy_to_image() virtual function
2235         to the GdkDrawable vtable that extends get_image() to allow
2236         copying onto existing images.  Make the default implementation of
2237         get_image() use this so that backends don't have to implement
2238         both. Add private wrapper _gdk_drawable_copy_to_image().
2239
2240         * gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.c
2241         gdk/x11/gdkdrawable-x11.c (_gdk_x11_copy_to_image): Implement
2242         copy_to_image() semantics, speed up by using ShmPixmaps and
2243         XCopyArea when possible, XFlush() after ungrabbing the server,
2244         generally redo the logic once again.
2245
2246         * gdk/gdkinternals.h gdk/x11/gdkimage-x11.c
2247         _gdk_windowing_bits_per_depth(): Function to convert from depth to
2248         bits-per-pixel. (We assume only one bpp per depth - X requires
2249         this.)
2250
2251         * gdk/gdkinternals.h gdk/gdkrgb.c gdk/gdkimage.c: Move the GdkRGB
2252         scratch image code into a generic _gdk_image_get_scratch() chunk
2253         of code that we can use other places we need scratch images.
2254
2255         * gdk/gdkimage.c gdk/x11/gdkimage.c gdk/gdkinternals.h:
2256         Add _gdk_image_new_for_depth() as the backend 
2257         to _gdk_image_new() to allowing creating images with
2258         a depth and no visual.
2259
2260         * gdk/gdkpixbuf-drawable.c: Fix so that getting 
2261         parts of images not at 0,0 actually works.
2262
2263         * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c
2264         gdk/gdkwindow.c gdk/gdkpixmap.c gdk/gdkpixbuf-render.c: 
2265          - Add a new GdkDrawableClass vfunc _draw_pixbuf, and 
2266           _gdk_draw_pixbuf() [ will be made public later ], to allow 
2267           backends to accelerate drawing pixbufs. 
2268          - Move the implementation of gdk_pixbuf_render_to_drawable_alpha()
2269            to be the default implementation. 
2270          - Update docs for gdk_pixbuf_render_to_drawable_alpha(). 
2271          - Optimize the default implementation by using 
2272            _gdk_image_copy_to_pixmap() and scratch shared images, and
2273            special casing the compositing.
2274
2275         * gdk/x11/gdkdrawable-x11.c: Accelerate _gdk_draw_pixbuf()
2276         with alpha using the RENDER extension.
2277
2278         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
2279         Optimize by _gdk_image_copy_to_pixmap() and scratch images.
2280
2281         * tests/testrgb.c: Add test for speed of alpha composition,
2282         reduce the number of iterations since alpha composition
2283         can be a bit slow.
2284
2285         * gdk/x11/gdkimage-x11.c gdk/gdkprivate-x11.h (_gdk_x11_image_get_shm_pixmap): 
2286         Private function to get a ShmPixmap for an image, if possible.
2287
2288 2002-01-04  Anders Carlsson  <andersca@gnu.org>
2289
2290         * tests/testtreesort.c: Add my cool list of integers.
2291
2292 Thu Dec 27 18:12:55 2001  Owen Taylor  <otaylor@redhat.com>
2293
2294         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Fix
2295         problem where retrieved atoms weren't properly returned.
2296
2297 2002-01-03  Anders Carlsson  <andersca@gnu.org>
2298
2299         * gtk/gtktextview.c (gtk_text_view_key_press_event): When
2300         tab is pressed and the text view isn't editable, 
2301         move the focus instead.
2302
2303         * gtk/gtkstyle.c (gtk_default_draw_focus): Free dash list if
2304         necessary.
2305
2306         * gtk/gtkhsv.c (gtk_hsv_get_focus_gc): Free dash list.
2307
2308         * gtk/gtkcolorsel.c (get_focus_gc): Free dash list.
2309
2310         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Don't unref the mask
2311         if it's NULL.
2312
2313         * gtk/gtktreeview.c: Rename gtk_tree_view_queue_draw_node to
2314         _gtk_tree_view_queue_draw_node.
2315         (gtk_tree_view_row_has_child_toggled): Only redraw one node.
2316
2317         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): 
2318         sort_column_id can be 0.
2319
2320         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
2321         Only redraw one the node being selected.
2322
2323         * gtk/gtktreeprivate.h: Add _gtk_tree_view_queue_draw_node.
2324         
2325 Wed Jan  2 23:09:06 2002  Tim Janik  <timj@gtk.org>
2326
2327         * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
2328         realized but visible && !mapped resize containers (which is
2329         possible with unset CHILD_VISIBLE now).
2330
2331 2002-01-02  jacob berkman  <jacob@ximian.com>
2332
2333         * gtk/Makefile.am (LDFLAGS): automake still doesn't support
2334         libsomething_la_LDFLAGS, so fix the build again
2335
2336 2002-01-01  Havoc Pennington  <hp@pobox.com>
2337
2338         * gtk/gtktextview.c (gtk_text_view_expose_event): propagate
2339         exposes to no window children not in the buffer window.
2340         (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab
2341         - is this the right way to do it?
2342         (gtk_text_view_focus): add focus method, just chains up for now, 
2343         I'm not sure why the GtkContainer implementation doesn't work
2344
2345         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill
2346         in the text line for the child anchor segment
2347
2348         * tests/testtext.c (do_add_focus_children): add another test
2349         example (to put focusable buttons into the widget)
2350
2351 2002-01-01  Havoc Pennington  <hp@pobox.com>
2352
2353         * docs/README.linux-fb: note that this file is obsolete
2354
2355         * docs/Changes-2.0.txt, docs/Changes-1.2.txt: Add notes to these
2356         files that they should not be edited and look in the reference 
2357         manual instead. Probably these files should just be replaced by 
2358         the note, and their main contents deleted.
2359
2360         * gtk/gtktextview.c: docs
2361
2362         * gtk/gtktextmark.c: docs
2363
2364         * gtk/gtktextchild.c: docs
2365
2366         * gtk/gtktextbuffer.c: docs stuff
2367
2368         * gtk/gtkclipboard.c (gtk_clipboard_get): fool with docs to maybe
2369         give people more leads in sorting out PRIMARY vs. CLIPBOARD
2370
2371 2002-01-01  Tor Lillqvist  <tml@iki.fi>
2372
2373         * demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
2374         ../gdk-pixbuf/gdk-pixbuf-csource.
2375
2376 2001-12-31  Tor Lillqvist  <tml@iki.fi>
2377
2378         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
2379         handling.
2380         (gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
2381
2382         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
2383         -Wall.  Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
2384         one more place.
2385
2386         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
2387         -Wall.
2388
2389         * gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
2390
2391 2002-01-01  Havoc Pennington  <hp@pobox.com>
2392
2393         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): doc 
2394         fix
2395         
2396 2002-01-01  Havoc Pennington  <hp@pobox.com>
2397
2398         * gtk/gtktextview.c (changed_handler): Replace call to
2399         gtk_widget_size_request() that expected to actually compute the
2400         request with a direct use of widget_class->size_request, so we get
2401         our size request right; fixes remaining part of #63065 reported by
2402         Matthias Clasen
2403
2404 2001-12-31  Havoc Pennington  <hp@pobox.com>
2405
2406         * tests/testtext.c (do_insert_and_scroll): remove backward_char
2407         since we no longer have bogus newline
2408         (dialog_response_callback): remove another backward_char horkage, 
2409         reported by Matthias Clasen #63065
2410
2411 2001-12-31  Havoc Pennington  <hp@pobox.com>
2412
2413         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
2414         fix an incorrect assertion that the "valid" flag is always correct
2415         in a node and add explanatory comment. This keeps me from 
2416         reproducing #59101, but I'm remembering that 59101 was actually 
2417         about incorrect pixel totals, so I'm not sure 59101 is actually 
2418         fixed. May just have stopped happening due to some change in 
2419         how C-k works.
2420
2421 2001-12-31  Havoc Pennington  <hp@pobox.com>
2422
2423         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
2424         selection if shift is down, bug #50939
2425         (gtk_text_view_button_press_event): add double/triple click
2426         selection to the current selection if shift is down
2427
2428 2001-12-31  Havoc Pennington  <hp@pobox.com>
2429
2430         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
2431         to use ensure_byte_offsets not ensure_char_offsets, patch 
2432         from Padraig O'Briain bug #67356
2433         
2434 2001-12-30  Havoc Pennington  <hp@pobox.com>
2435
2436         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
2437         the right values, reported by Jeff Franks
2438
2439 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
2440
2441         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
2442
2443 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
2444
2445         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
2446         Minor documentation tweaks.
2447
2448 2001-12-28  Tor Lillqvist  <tml@iki.fi>
2449
2450         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
2451         (unicode_classify): Don't return -1 on encountering an
2452         unclassified character, but play it safe and return U_BASIC_LATIN.
2453
2454 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
2455
2456         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
2457         of misc->xpad/ypad consistent with GtkLabel. Do 
2458         directional flipping when interpreting misc->xalign/yalign.
2459         Fix off-by-one error for negative x,y. (#67472, reported
2460         by Mathieu Lacage)
2461
2462 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
2463
2464         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
2465         Remove optimization that was causing problems because
2466         we called gtk_widget_size_request() before we called
2467         gtk_widget_queue_resize() so RESIZE_NEEDED was not
2468         set. Optimization shouldn't mattter now that we
2469         are smart about needlessly size requesting or allocating
2470         widgets. (#67598, reported by Jacob Berkman)
2471
2472 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
2473
2474         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
2475         Call gdk_window_get_pointer() on menu->bin_window not
2476         menu->window, so we get the correct window for the
2477         menu item. (#65213, Guillermo S. Romero)
2478
2479 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
2480
2481         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
2482         the title by setting to NULL. Move docs inline. 
2483         Update the title if the tearoff window already
2484         exists. Code cleanup. (Fixes #65190, reported by
2485         Vitaly Tishkov.)
2486
2487 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
2488
2489         * gtk/gtksocket.c (gtk_socket_key_press_event): 
2490         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
2491         special handling of key presses unless we are doing 
2492         iter-app embedding. (Fixes #67590, Anders Carlsson)
2493
2494 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
2495
2496         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
2497         (gtk_tree_model_sort_sort_level),
2498         (gtk_tree_model_sort_insert_value): fix a few places where
2499         I was confused between modelsort iters and other iters. This was
2500         really going to happen someday ;)
2501
2502 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
2503
2504         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
2505         we are unprelighted before reordering
2506
2507         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
2508         need to break out of the for loop, not return (this fixed
2509         the 'selection freeze' bug).
2510
2511         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
2512         be pretty stable now, though it still needs some more code
2513         cleanups.
2514
2515 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
2516
2517         * docs/Changes-2.0.txt: Document the fact that
2518         gtk_paned_set_handle_size() has been removed.
2519
2520         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
2521         since it pointed to gtk_paned_set_handle_size(), which
2522         was removed. (#66760, Matt Wilson)
2523
2524 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
2525
2526         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
2527         gtk_drag_hightlight_expose _after_, so it works with
2528         widgets that paint there entire background. (#66735)
2529
2530 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
2531
2532         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
2533         allocation to widget->allocation. (Fixes #67290,
2534         Chris Phelps.)
2535
2536 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
2537
2538         (#67542, reported by Anders Carlsson)
2539         
2540         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
2541         rc_style->font_desc with defaul style instead of replacing
2542         it.
2543
2544         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
2545         font descriptions in RC styles by calling
2546         pango_font_description_merge(). 
2547
2548 2001-12-24  James Henstridge  <james@daa.com.au>
2549
2550         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
2551         valid with both SGML and XML.
2552
2553 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
2554
2555         * configure.in: 1.3.12, interface, binary age 0.
2556
2557         * configure.in: Require new versions of Glib, Pango, ATK.
2558
2559         * NEWS: Updated.
2560
2561         * configure.in: Make explicit what libtool we are executing.
2562         (Tomas Ogren)
2563
2564         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
2565
2566         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
2567         parameter names for docs.
2568
2569 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
2570
2571         * gtk/gtkwindow.c (gtk_window_realize) 
2572           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
2573
2574         * gtk/gtkentry.c (gtk_entry_key_release)
2575           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
2576         key release events to the input method.
2577
2578         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
2579         Handle release of Control/Shift to end hex sequence.
2580
2581         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
2582         Handle key releases as well as presses.
2583
2584 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
2585
2586         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
2587
2588         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
2589         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
2590         documentation about underscores and mnemonics. (#66380)
2591
2592         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
2593         cyclic reference in docs.
2594
2595         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
2596         of default value. (#65402)
2597
2598         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
2599         Markup fixes.
2600
2601 2001-12-20  Anders Carlsson  <andersca@gnu.org>
2602
2603         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
2604         map here.
2605
2606 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
2607
2608         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
2609         (reported by Jeff Franks.)
2610
2611 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
2612
2613         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
2614         prototype for direction_changed. (Reported by
2615         Jeff Franks.)
2616
2617 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
2618
2619         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
2620         Fix typo (list->data becomes list->next)
2621
2622 2001-12-06  Havoc Pennington  <hp@redhat.com>
2623
2624         Add Unicode control char menu, based on patch from Dov.
2625         Bug #63495
2626         
2627         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
2628         gtk_entry_enter_text
2629         (gtk_entry_enter_text): function to do "typing in text"
2630         (popup_targets_received): add the Unicode menu items
2631
2632         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
2633         on Input Methods item, and add the unicode menu items.
2634
2635         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
2636         used in GtkEntry and GtkTextView - may become public later.     
2637
2638 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
2639
2640         * gtk/gtkprogressbar.c: Fix a typo.
2641         * gtk/gtkpaned.c: Fix a typo.
2642         
2643 2001-12-15  Darin Adler  <darin@bentspoon.com>
2644
2645         Fix some warnings.
2646
2647         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
2648         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
2649         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
2650         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
2651         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
2652         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
2653         Restructure loop to get rid of uninitialized variable warning. Also
2654         gives a tiny efficiency gain.
2655
2656 2001-12-15  Murray Cumming  <murrayc@usa.net>
2657
2658         * Fixed first arg type of GtkScale's "format_value" signal's
2659         function pointer.
2660
2661 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
2662         docs/reference/gtk/tmpl/gtkcelleditable.sgml
2663                 gtkcelleditable -> GtkCellEditable
2664         docs/reference/gtk/tmpl/gtktreesortable.sgml
2665                 gtktreesortable -> GtkTreeSortable
2666
2667 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2668
2669         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
2670         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
2671         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
2672         resp.
2673
2674 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
2675
2676         * gtk/gtktreeview.c (validate_visible_area): free path
2677         at the end
2678
2679 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
2680
2681         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
2682
2683 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
2684
2685         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
2686         to find the clicked node in the tree when tree == NULL
2687
2688 2001-12-13  Anders Carlsson  <andersca@gnu.org>
2689
2690         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
2691         event->state with the default mod mask. 
2692
2693 2001-12-12  jacob berkman  <jacob@ximian.com>
2694
2695         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
2696
2697 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
2698
2699         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
2700         Reset the existing slave before removing it to give
2701         it a chance to commit and emit "preedit_changed" 
2702         in case there was still a preedit string.
2703
2704 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
2705         
2706         * gtk/gtktextlayout.c: Typo fixes
2707         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
2708
2709         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
2710         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
2711
2712         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
2713
2714 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
2715
2716         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
2717         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
2718
2719 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
2720
2721         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
2722         "prepainting" the menu before realizing other than
2723         via gtk_style_set_background() - this was broken when
2724         we added menu scroll support.
2725
2726         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
2727         window in the expose event -- fixes problem with border
2728         flashing during scrolling.
2729
2730 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
2731
2732         * gtk/gtksettings.c (gtk_settings_get_property): Support
2733         using names/nicks for the gdk_settings values for enum valued
2734         types. (#57678, reported by Anders Carlsson)
2735
2736 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
2737
2738         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
2739         with insert_page_menu.  Code duplication is bad.
2740
2741         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
2742         wrong fix yesterday.
2743
2744 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
2745
2746         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
2747         modifiers.
2748
2749 2001-12-12  James Henstridge  <james@daa.com.au>
2750
2751         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
2752         (menu_item)->accel_path first when looking up the accel path.
2753
2754 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
2755
2756         * tests/testgtk.c (layout_expose_handler): Only draw
2757         for events on the bin window.
2758
2759 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
2760
2761         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
2762         mnemonics work with notebooks.
2763
2764 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
2765
2766         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
2767         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
2768         Makes some flicker while scrolling go away.
2769
2770 2001-12-11  Michael Natterer  <mitch@gimp.org>
2771
2772         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
2773         adds alpha to the pixbuf; re-load the saved pixbuf and
2774         pixel-by-pixel compare it with the original one.
2775
2776 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
2777
2778         * ChangeLog: Fix wrong ChangeLog entry
2779         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
2780         right corner
2781
2782 2001-12-10  jacob berkman  <jacob@ximian.com>
2783
2784         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
2785         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
2786         (gdk_keyboard_grab): do not grab things if the nograb debug flag
2787         is set
2788
2789         * gdk/gdkinternals.h: 
2790         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
2791         keyboard / mouse
2792
2793 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
2794
2795         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
2796         didn't reset the timer.
2797
2798 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
2799
2800         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
2801
2802 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
2803
2804         * gtk/gtkviewport.c: Add docs.
2805
2806 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
2807
2808         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
2809         RBTree corruption bug--
2810
2811 2001-12-10  Anders Carlsson  <andersca@gnu.org>
2812
2813         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
2814         if edited_column is NULL, also grab focus before removing
2815         the cell_editable.
2816
2817 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
2818
2819         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
2820           denominator in the horizontal case just like we do in the vertical
2821           case (why I didn't notice that there were two cases the first time
2822           around is beyond me:).  Also fix indentation in the vertical case.
2823
2824 2001-12-09  Anders Carlsson  <andersca@gnu.org>
2825
2826         * gdk/x11/gdkevents-x11.c: Update xsettings name.
2827
2828         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
2829         gtk-dnd-drag-threshold GtkSetting.
2830
2831         * gtk/gtksettings.c (gtk_settings_class_init): Add 
2832         setting for dnd drag threshold.
2833
2834 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
2835
2836         * gtk/gtkcontainer.c: Add docs.
2837
2838 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
2839
2840         * gtk/gtkwidget.c: Doc markup fix. 
2841
2842         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
2843
2844         * gtk/gtktreestore.c: Typo fixes. (#66445)
2845
2846         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
2847
2848         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
2849         to gtk_clipboard_set_with_owner(). (#66424)
2850  
2851 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
2852
2853         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
2854         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
2855         Fabrice Bellet <fabrice@gnu.org>, #54127).
2856
2857 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
2858
2859         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
2860         of places, so that people with crashy trees can just run their
2861         program with GTK_DEBUG=TREE.
2862
2863 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
2864
2865         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
2866         per jrb's request
2867
2868 2001-12-08  Anders Carlsson  <andersca@gnu.org>
2869
2870         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
2871         since then the default GtkLayout expose handler won't be called.
2872
2873 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
2874
2875         * gtk/gtktreeview.c (validate_rows_handler): remove
2876         g_return_if_fail.
2877
2878         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
2879         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
2880         empty model.
2881
2882 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
2883
2884         * gtk/gtktreeview.c (validate_visible_area): get logic right,
2885         #66249
2886
2887         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
2888         removing a node ended up with a corrupt tree.  Really really nasty
2889         bug.
2890         (_gtk_rbtree_debug_spew): new debug helper function
2891         (_fixup_validation): new inline function to clean up code
2892         readability a lot. 
2893
2894 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
2895
2896         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
2897         Close comment.
2898
2899 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
2900
2901         * gtk/gtkstyle.h: Typo fixes.
2902
2903         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
2904
2905         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
2906
2907 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
2908
2909         * modules/input/gtkimcontextxim.c: Display the XIM
2910         status callbacks with a popup window. (Patch from
2911         HideToshi Tajima, #50628, somewhat modified.)
2912
2913 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
2914
2915         * gtk/Makefile.am: each source generation rule needs to use its own
2916         temporary file, to avoid clashes for parallel builds. fixed rules
2917         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
2918
2919 2001-12-07  Havoc Pennington  <hp@pobox.com>
2920
2921         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
2922         "cursors that are actually useful" in gdk_cursor_new() docs
2923
2924 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
2925
2926         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
2927         in computing the size of the second child.
2928
2929 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
2930
2931         * gtk/gtkrange.c: Make button 1 clicks on the trough
2932         do pages, button 3 steps. (Patch from Hans Breuer
2933         #63735)
2934
2935 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
2936
2937         * gtk/gtklabel.c: Fix docs. (#66383)
2938
2939         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
2940         (#66278, #66280)
2941         
2942         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
2943         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
2944
2945         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
2946         Don't emit a g_warning() about being deprecated. (#66208)       
2947
2948         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
2949
2950         * gtk/gtkcontainer.c: Doc fixes.
2951         
2952         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
2953
2954         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
2955
2956 2001-12-05  Sven Neumann  <sven@gimp.org>
2957
2958         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
2959
2960         * gtk/queryimmodules.c: g_dir_read_name() returns const.
2961
2962 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
2963
2964         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
2965         #66225
2966         
2967 2001-12-04  Manish Singh  <yosh@gimp.org>
2968
2969         * gtk/gtkmain.c
2970         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
2971         a gpointer.
2972
2973         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
2974         correction to docs.
2975
2976         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
2977
2978 2001-12-04  Havoc Pennington  <hp@redhat.com>
2979
2980         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
2981         g_assert_not_reached() that was bogus, since we demand-create the
2982         tag info. reported by Chris Phelps
2983
2984         Jump through assorted hoops to fix bug from Chris Phelps where 
2985         removing tags from the table resulted in btree trying to 
2986         access tag->table
2987         
2988         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
2989         ourselves to the tag table
2990
2991         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
2992         (_gtk_text_tag_table_remove_buffer): private cruft to 
2993         let us notify buffer of disappearing tags
2994
2995         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
2996         header, put it in tagprivate    
2997
2998         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
2999         tag_removed; it's emitted too late.
3000         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
3001         this
3002
3003         Padding for ABI-compat expansion
3004         
3005         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
3006         (struct _GtkTextAppearance): one pad in here too
3007
3008         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
3009
3010         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
3011         since action signals etc. seem pretty likely
3012
3013         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
3014
3015         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
3016
3017         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
3018
3019 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
3020
3021         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
3022
3023         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
3024
3025         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
3026
3027 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
3028
3029         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
3030         #62084.
3031
3032 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
3033
3034         * demos/gtk-demo/main.c: (create_tree): Minor fix.
3035
3036         * docs/tree-column-sizing.txt: Update
3037
3038         * gtk/gtkrbtree.[ch]: Massive work to support validation.
3039
3040         * gtk/gtktreemodel.c: Doc fixes.
3041
3042         * gtk/gtktreeview.c: Incremental reflow added.
3043         * gtk/gtktreeviewcolumn.c: ditto
3044         * gtk/gtktreeviewcolumn.h: ditto
3045
3046 2001-12-04  Havoc Pennington  <hp@redhat.com>
3047         
3048         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
3049         "invisible" property, #65999
3050
3051 2001-12-04  Matt Wilson  <msw@redhat.com>
3052
3053         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
3054
3055 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
3056
3057         * gtk/gtksettings.c (gtk_settings_set_property_value):
3058         Simplify, make more efficient and fix memory leak
3059         when turning quark into a string. (#66103, HideToshi
3060         Tajima)
3061
3062         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
3063         init() and unref priv->tooltips in destroy rather
3064         than calling gtk_object_destroy() which has no
3065         effect on memory management. (#66104, HideToshi
3066         Tajima)
3067
3068         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
3069         so we free the when the object is freed. (Fixes memory
3070         leak, #66096, HideToshi Tajima)
3071
3072         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
3073         a full GdkEvent structure to avoid reads of uninitialized/
3074         invalid memory in gdk_event_put() (#65877, patch
3075         from Hidetoshi Tajima)
3076
3077 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
3078
3079         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
3080         toggle-size-request doesn't take a requisition.
3081
3082         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
3083         reference to marshaler that no longer exists.
3084
3085 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
3086
3087         Patch from Bill Haneman (with many modifications) to make
3088         the focus color work on dark themes and to make the
3089         focus line width configurable. (#61079, #63074)
3090
3091         * gtk/gtkwidget.c: Add style properties, 
3092         ::focus-widget, ::focus-line-width, and ::focus-padding.
3093
3094         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
3095         state argument as well so we can use fg[STATE] to
3096         draw instead of always drawing with black. 
3097         Cange paint_focus() to respect GtkWidget::focus-width
3098         and GtkWidget::focus-line-pattern. Fix continuity
3099         problem where the default 1-1 stipple had a blob
3100         in one corner and a gap in the other. Change the
3101         interpretation of x/y/width/height to be the bounding
3102         box of the focus rect instead of the rectangle
3103         passed to gdk_draw_rectangle.
3104
3105         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
3106         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
3107         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
3108         and ::focus-line-padding.
3109
3110         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
3111         and remove duplicated code; fix drawing of focus rectangle
3112         when interior-focus = FALSE. (#63072, #63073)
3113
3114         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
3115         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
3116         Range and TreeViewColumn will need more extensive fixing.
3117
3118         * gtk/gtkcolorsel.c: Honor focus line attributes when
3119         drawing the focus on the color swatches. (#63071)
3120
3121         * gtk/gtkhsv.c: Honor focus line attributes when
3122         drawing the focus for the ring and triangle.
3123
3124         * docs/widget_geometry.txt: Start at documenting how 
3125         various widgets are drawn.
3126
3127         * gtk/gtkbutton.c (_gtk_button_paint): Export 
3128         _gtk_button_paint() librarywide, so we don't have 
3129         duplicate a bunch of code in gtktogglebutton.c.
3130
3131         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
3132
3133 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
3134
3135         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
3136         NONE:POINTER.
3137
3138 2001-12-03  Alex Larsson  <alexl@redhat.com>
3139
3140         * gtk/gtkaccellabel.c:
3141         * gtk/gtkarrow.c:
3142         * gtk/gtkcolorsel.c:
3143         * gtk/gtkcontainer.c:
3144         * gtk/gtklabel.c:
3145         * gtk/gtktextview.c:
3146         * gtk/gtktogglebutton.c:
3147         * gtk/gtktreeview.c:
3148         * gtk/gtkwindow.c:
3149         Return FALSE from expose handlers.
3150
3151 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
3152
3153         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
3154         we use pointers, we should free the previous pointer first (if
3155         it exists), before we set a new pointer. (#64726)
3156
3157         * gtk/gtktreeprivate.h: get rid of cursor_drag
3158
3159         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
3160         for cursor_drag
3161         (gtk_tree_view_bin_expose): don't directly return in the while
3162         loop
3163         (gtk_tree_view_class_init): indentend expanders by default
3164         (gtk_tree_view_header_focus): only give the button focus
3165         if it's clickable, visible and the column is reorderable
3166         (#65539)
3167
3168         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
3169         create and free cursor
3170
3171 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
3172
3173         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
3174         some bugs with size requisition. (From Bill Haneman)
3175
3176         * gtk/gtkcalendar.c: Draw headers and selection in 
3177         base/text[SELECTED] instead of fg/bg[SELECTED].
3178
3179         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
3180         code and formatting.
3181
3182 2001-12-03  Havoc Pennington  <hp@pobox.com>
3183
3184         * gtk/gtktextview.c (set_window_height): 
3185         (set_window_width): Hmm, setter functions normally assign the new
3186         value to the object field. Reported by Chris Phelps.
3187
3188 2001-11-30  jacob berkman  <jacob@ximian.com>
3189
3190         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
3191         signal id to 0 after we disconnect from it
3192
3193 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
3194
3195         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
3196         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
3197         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
3198         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
3199
3200         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
3201         GTK_DISABLE_DEPRECATED.
3202
3203         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
3204         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
3205
3206 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
3207
3208         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
3209         move/resize code, removing various bad, non-functional
3210         hacks. (Fixes #65048, reported by Damon Chaplin.)
3211
3212 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
3213
3214         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
3215         bad match error when target drawable is not the 
3216         same depth as the root window. (#65841)
3217
3218         * HACKING: Update.
3219
3220 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
3221
3222         * gdk/gdkwindow.c: Typo fix.
3223
3224 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
3225
3226         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
3227         empty menu items to behave like insensitive items (#59456)
3228
3229         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
3230         next item if the first item in the menu is a tear off item
3231         (#59456-2, suggestion by Matthias Clasen)
3232
3233         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
3234         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
3235         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
3236         (gtk_real_menu_shell_activate_current): add check, so empty
3237         menu items behave like insensitive items (#59456)
3238         
3239         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
3240         the checks more readable ...
3241         
3242         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
3243         (gtk_menu_shell_button_release): causes the menu to dropdown if the
3244         caption is clicked again (#64977)
3245
3246 2001-11-29  Havoc Pennington  <hp@redhat.com>
3247
3248         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
3249         assertion here that we were at the end iterator was not correct;
3250         change code to move us to the end iterator. bug #65731
3251
3252 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
3253
3254         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
3255         improper use of g_locale_to_utf8() to convert from
3256         latin-1, and do it the easy way by building the string
3257         correctly in the first place.
3258
3259 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
3260
3261         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
3262         Convert atoms to and from atoms for properties of type XA_ATOM.
3263         (#65555, patch from Hidetoshi Tajima)
3264
3265 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
3266
3267         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
3268         to avoid problems with Objective C.
3269
3270 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
3271         
3272         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
3273
3274         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
3275         Fix docs. (#65505)
3276
3277         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
3278
3279 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
3280
3281         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
3282         accounting of menu->tearoff_scrollbar width to here
3283         and make sure we have the correct requisition.
3284
3285         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
3286         by using gtk_window_move().
3287
3288         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
3289         the requisition to be updated by calling
3290         gtk_widget_size_request() (#65440)
3291
3292         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
3293         queue resize before calling gtk_menu_set_tearoff_state().
3294
3295 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
3296
3297         * demos/gtk-demo/editable_cells.c: fix typo
3298
3299         * demos/gtk-demo/list_store.c (add_columns): remove call to
3300         gtk_tree_view_column_set_clickable which didn't make sense
3301
3302 2001-11-28  Havoc Pennington  <hp@redhat.com>
3303
3304         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
3305         explaining the validation error in front of the G_BREAKPOINT
3306
3307         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
3308         process updates with include_children = FALSE instead of TRUE, so
3309         we redraw the range only, not the whole darn window.  Making
3310         GtkRange a NO_WINDOW widget had weirdly caused the text widget
3311         Trace/breakpoint trap bug to become much easier to trigger.
3312
3313 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
3314
3315         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
3316         to gdkcursors.h.
3317
3318 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
3319
3320         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
3321
3322         * gdk/gdkcursor.h: Directly include the contents
3323         of gdkcursors.h in the GdkCursorType enum.
3324
3325         * gdk/gdkcursors.h: Deleted.
3326
3327         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
3328         header boilerplate.
3329
3330         * gdk/Makefile.am: Remove the X-derived-headers rule.
3331
3332 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
3333
3334         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
3335         Notify on the ::active property _here_, not in
3336         gtk_check_menu_item_set_active.
3337
3338 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
3339
3340         * gtk/gtkcellrendererpixbuf.c
3341         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
3342         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
3343
3344 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
3345
3346         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
3347         comment about what is going on in this file.
3348
3349         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
3350         x/y problem.
3351
3352 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
3353
3354         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
3355         Calculate size based on the _child_ of the menu item,
3356         not the menuitem. (#65005, Damon Chaplin)
3357
3358         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
3359         some extra vertical padding to the label widget ... restores
3360         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
3361
3362 2001-11-26  Tor Lillqvist  <tml@iki.fi>
3363
3364         * demos/pixbuf-demo.c
3365         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
3366
3367         * demos/gtk-demo/main.c (read_line): No flockfile() or
3368         getc_unlocked() on Win32.
3369
3370 2001-11-25  Tor Lillqvist  <tml@iki.fi>
3371
3372         * configure.in
3373         * acconfig.h: As we now use GDir, no need to check for dirent.h.
3374
3375 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
3376
3377         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
3378         when finished (#65266)
3379
3380 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
3381
3382         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
3383         data after we set the property. (#65264)
3384
3385 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
3386
3387         * gtk/gtkbutton.c: add destroy method so label_text gets freed
3388         if it has been allocated (#65268)
3389
3390 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
3391
3392         * gdk/linux-fb/gdkdrawable-fb2.c
3393         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
3394
3395         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
3396
3397         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
3398         set_family
3399         
3400         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
3401
3402 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
3403
3404         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
3405         deactivate menu when menu_item isn't sensitive (#61389)
3406
3407 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
3408
3409         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
3410         we return (in case of a failure here)
3411
3412 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
3413
3414         * gtk/gtknotebook.c: Handle events in windows other
3415         than widget->event_window properly. (#65079, reported
3416         by Damon Chaplin)
3417
3418         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
3419
3420 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
3421
3422         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
3423         the image at the top. (#65020, request from Seth Nickell)
3424
3425 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
3426
3427         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
3428         arithmetic that was resulting in rows being drawn too low.
3429         (#65001, reported by Damon Chaplin)
3430
3431 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
3432
3433         * gtk/gtkrange.c (gtk_range_button_press): Offset 
3434         invalidated range correctly.
3435
3436         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
3437         of title window. (#65001, reported by Damon Chaplin)
3438
3439         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
3440         horrible hack with use of ::event_after.
3441
3442 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
3443
3444         * Version 1.3.11
3445
3446         * configure.in (ATK_REQUIRED_VERSION): Require
3447         GLib-1.3.11, Pango-0.22, ATK-0.7.
3448
3449         * tests/prop-editor.c (property_widget): Restore
3450         to working as well as it did before.
3451
3452         * gtk/gtklistitem.h: Mark deprecated since it is
3453         an integral part of GtkList.
3454
3455         * demos/gtk-demo/demo-common.h: New header file,
3456         for a common functions not important to the meat
3457         of the demos.
3458         
3459         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
3460         function to search for a file used by the demo.
3461
3462         * demos/*.c: Use demo_find_file.
3463
3464 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
3465
3466         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
3467         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
3468         fixes already mentioned in ChangeLog entry on 2001-11-14.
3469
3470         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
3471
3472 2001-11-23  Hans Breuer  <hans@breuer.org>
3473
3474         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
3475         reflect Pango API change
3476
3477         * gtk/gtk.def : updated externals
3478
3479         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
3480         g_return_val_if_fail() to avoid 'function must return a value'
3481
3482         * gtk/gtkrc.c : added spaces to fix small coding style issues
3483         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
3484         'static correctness'
3485
3486         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
3487         because they only can be build on win32 after applying my patch
3488
3489 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
3490
3491         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
3492         children, in order for the input pnly window to stay *above*
3493         children.
3494
3495 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
3496
3497         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
3498         type walks againts G_TYPE_FUNDAMENTAL_MAX.
3499         
3500         * tests/prop-editor.c: disable type hackery.
3501
3502 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
3503
3504         * gdk/gdkimage.c (gdk_image_get): Fix problem with
3505         lost parameter.
3506
3507 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
3508
3509         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
3510         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
3511         trailing commas in enum declarations.
3512
3513 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
3514
3515         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
3516         interface, binary age 0.
3517
3518         * NEWS: Updates
3519
3520         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
3521         fixes in docs.
3522
3523         * gtk/gtkmain.h: Remove unused and misnamespaced
3524         get_gtk_win32_directory() prototype.
3525
3526         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
3527         to match header.
3528
3529         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
3530         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
3531         to match docs.
3532
3533         * gdk/gdkevents.c (gdk_event_get_coords)
3534           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
3535           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
3536         Fix parameter names in docs.
3537         
3538         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
3539         (#64961, Akira Tagoh)
3540
3541 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
3542
3543         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
3544
3545         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
3546
3547         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
3548
3549         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
3550         back to gtk_accel_groups_from_object(), change @acceleratable
3551         parameter to gtk_accel_groups_activate() accordingly.
3552
3553         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
3554         left-over comment about quark return.
3555
3556         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
3557
3558         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
3559         (Patch from Matt Wilson)
3560
3561         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
3562         object is finalized.
3563
3564 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
3565
3566         * applied patch from owen to get rid of accel map notifiers.
3567         changed things to fix reentrancy and API as discussed on gtk-devel.
3568
3569         * gtk/gtkaccelgroup.[hc]:
3570         (gtk_accel_group_finalize): unregister this accel group from all
3571         accel map paths.
3572         (accel_closure_invalidate): handle invalidation of closures by
3573         disconnecting their accelerators.
3574         (quick_accel_add): move closure connection and changed notification
3575         into this function to reduce code duplication. don't emit change
3576         notification on closurers without accelerators.
3577         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
3578         for a GtkAccelGroupEntry.
3579         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
3580         (gtk_accel_group_connect_by_path): new function to add accelerators
3581         with an accel path.
3582         (gtk_accel_group_disconnect_closure): new function, disconnect a
3583         closure from of an accel group.
3584         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
3585         accel_mods pair and remove them.
3586         (_gtk_accel_group_reconnect): new function that basically does
3587         gtk_accel_group_disconnect_closure() and
3588         gtk_accel_group_connect_by_path() once an accel path changed.
3589         (gtk_accel_groups_disconnect_closure): remove this, there's
3590         gtk_accel_group_disconnect_closure().
3591         
3592         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
3593         nuke notifiers.
3594         (_gtk_accel_path_is_valid): make this non-static for
3595         gtkwidget.c and gtkaccelgroup.c assertions.
3596         (gtk_accel_map_add_notifer): removed this function.
3597         (gtk_accel_map_remove_notifer): same.
3598         (_gtk_accel_map_add_group):
3599         (_gtk_accel_map_remove_group): (un-)register accel groups, with
3600         accel paths for correct propagation.
3601         (gtk_accel_map_add_entry): return void.
3602         (gtk_accel_map_lookup): return gboolean instead of GQuark.
3603         
3604         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
3605         set accel_path on widgets.
3606         
3607         * gtk/gtkwidget.[hc]:
3608         (accel_path_changed): got rid of this, changes are handled by
3609         accel maps internally now.
3610         (_gtk_widget_set_accel_path): get things to work without notifiers.
3611         (gtk_widget_list_accel_closures): list accel closures of a widget.
3612         
3613         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
3614
3615 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
3616
3617         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
3618
3619 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
3620
3621         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
3622         replace gboolean free_last in the function parameters with
3623         gint depth. Changes to reflect new situation.
3624
3625         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
3626         replace gboolean free_last, with gint depth, add gint current_depth.
3627         Changes to reflect new situation.
3628
3629         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
3630         to reflect new situation
3631
3632         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
3633
3634 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
3635
3636         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
3637         where notebook gap was double shifted by allocation.x/y
3638
3639         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
3640         to unmap children.
3641
3642 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
3643
3644         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
3645         allocation to be relative to paned->allocation, now
3646         that this is a NO_WINDOW widget.
3647         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
3648
3649         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
3650         needs to be a boxed property.
3651
3652 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
3653
3654         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
3655         Use the widget's state when drawing the indicator, as
3656         in GtkCheckButton. This gives us color changes for
3657         un-prelighted checkbuttons. (#63308, Matt Wilson)
3658
3659 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
3660
3661         (Fixes related to #64428, Michael Meeks)
3662
3663         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
3664         widget, so it gets mapped again properly when we
3665         add to a parent.
3666
3667         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
3668         plug->socket_window. 
3669
3670         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
3671         socket_window to NULL, not FALSE.
3672
3673         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
3674         socket->same_app to TRUE. (#64612)
3675
3676 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
3677
3678         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
3679         gtk_fixed_set/get_has_window() to remove criticism
3680         about GTK_WIDGET_SET_FLAGS() hacks.
3681
3682 2001-11-19  Michael Natterer  <mitch@gimp.org>
3683
3684         * gtk/gtknotebook.c: show notebook->event_window with
3685         gdk_window_show_unraised(), so it doesn't catch the events which
3686         should go to the tab widgets first.
3687
3688 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
3689
3690         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
3691         "resizable" property, to get rid of the
3692         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
3693         (gtk_tree_view_column_set_resizable): New function to set resizable.
3694         (gtk_tree_view_column_set_resizable): getter.
3695
3696         * tests/testtreecolumns.c (add_clicked): modify for above change.
3697
3698         * Makefile.am (install-data-hook): remove old .pc files before
3699         installing the new one.  We used to symlink this, and it will
3700         break old installs.
3701
3702 2001-11-19  Havoc Pennington  <hp@pobox.com>
3703
3704         * tests/testtext.c (fill_example_buffer): put in a test for
3705         negative indentation values
3706
3707 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
3708
3709         * gtk/gtklabel.c (gtk_label_init): Change default for
3710         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
3711         labels are most often wrapped labels, this gives better
3712         compatibility with GTK+-1.2, where justification was
3713         ignored for wrapped labesl and is a more sensible
3714         default in any case. (#64489)
3715
3716         * gtk/gtklabel.c (gtk_label_class_init): Fix default
3717         for wrap property to FALSE.
3718
3719 2001-11-19  jacob berkman  <jacob@ximian.com>
3720
3721         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
3722
3723 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
3724
3725         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
3726         RevertToParent, not RevertToNone. (#64613, 
3727         Matthias Clasen)
3728
3729 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
3730
3731         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
3732         and label_yalign need to be float properties to
3733         correspond to GTK+-1.2, to gtk_frame_set_label_align,
3734         and to the types of the xalign and yalign properties of GtkMisc.
3735         (#63484, Vitaly Tishkov)
3736
3737 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
3738
3739         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
3740         of plug_added vfunc. (#64408, Jeff Franks)
3741
3742 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
3743
3744         * configure.in (deps): Undef HAVE_STDLIB_H before
3745         checking for jpeg, because jconfig.h has this
3746         in it too (%#$@!). Fix from Matthias Clasen, #64500.
3747
3748 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
3749
3750         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
3751         memory leak when retrieving atom names. (Michael Meeks,
3752         #64508)
3753
3754 2001-11-18  Alex Larsson  <alexl@redhat.com>
3755
3756         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
3757         Update to new Pango API.
3758         
3759 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
3760
3761         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
3762         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
3763         GTK_OBJECT_DESTROYED() check macro.
3764
3765         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
3766         instances of GTK_OBJECT_DESTROYED() that weren't
3767         needed any more.
3768
3769         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
3770         for a connection to ::destroy.
3771
3772 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
3773
3774         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
3775         have been since the beginning, but as special hack,
3776         allow clearing the NO_WINDOW flag to get a window widget.
3777
3778 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
3779
3780         * gtk/gtktreestore.c: return TRUE when value changed, so
3781         row_changed is being emitted
3782
3783 2001-11-18  Hans Breuer  <hans@breuer.org>
3784
3785         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
3786         no label without op, even if it's a no-op.
3787
3788         * gtk/gtk.def :
3789         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
3790
3791         * config.h.win32.in : remove definition of HAVE_DIRENT_H
3792         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
3793         required anymore, replace it.
3794         * gtk/queryimmodules.c : DIR -> GDir replacement, also
3795         getcwd() -> g_get_current_dir()
3796
3797         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
3798         Even 'noisy laugh' scolling appears to work, though I still can't
3799         claim to have fully understood what it is supposed to do ...
3800
3801 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
3802
3803         * gtk/gtkenums.h: Include glib-object.h instead of
3804         gobject/gsignal.h
3805
3806         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
3807           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
3808         argument to the window_at_pointer() field of
3809         GdkPointerHooks. (Patch from Erwann Chenede)
3810
3811         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
3812         to 6 pointers.
3813
3814 2001-11-17  Matt Wilson  <msw@redhat.com>
3815
3816         * gtk/gtkenums.h: must include glib-object.h only
3817
3818 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
3819
3820         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
3821         key bindings in order of visibility - mnemonics, then 
3822         accelerators, then send key to the focus widget, then
3823         bindings on the GtkWindow.
3824
3825         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
3826         Removed the xoffset, yoffset fields of GtkLayout which were
3827         identically zero for compat with 1.2, but were no longer 
3828         compatible with all uses of these fields in 1.2.
3829
3830         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
3831         unused variable.
3832
3833 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
3834
3835         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
3836         We no longer need to create the signals here ... they
3837         come from the interface.
3838
3839         * gtk/maketypes.awk: Use GType, not GtkType in output.
3840
3841         * gtk/gtktypeutils.h: Mark virtually all of this
3842         file deprecated.
3843
3844         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
3845         the only use of this function is the GtkArg using
3846         GtkCallbackMarshal, since destroy notification is
3847         silly here.
3848
3849 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
3850
3851         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
3852         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
3853         only for compatibility with GTK+-1.2; and deprecate it; 
3854         put all marshalers we actually use into gtkmarshalers.list 
3855         and use the _gtk_marshal_ prefix for these marshalers.
3856
3857 2001-11-17  Murray Cumming  <murrayc@usa.net>
3858
3859         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
3860         The first parameters of the signals are now registered as
3861         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
3862         
3863 2001-11-17  Tor Lillqvist  <tml@iki.fi>
3864
3865         * gtk-zip.sh.in: Build separate runtime and developer
3866         packages.
3867
3868         * gtk/gtk.def: Reflect recent accelerator-related changes.
3869
3870 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
3871
3872         * gtk/gtkwindow.c (gtk_window_set_default): Move 
3873         notification of "has_default" to here, so it
3874         is safe to call gtk_window_set_default() instead
3875         of gtk_widget_grab_default().
3876
3877         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
3878         gtk_widget_grab_focus(), which then calls 
3879         _gtk_widget_internal_set_focus(). This makes 
3880         gtk_window_set_focus() a safe way of both setting
3881         and unsetting the focus widget.
3882
3883         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
3884         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
3885         to find the toplevel.
3886
3887         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
3888         from the "internal functions" section.
3889
3890 2001-11-16  jacob berkman  <jacob@ximian.com>
3891
3892         * tests/testgtk.c (create_radio_buttons): add some no-indicator
3893         radio buttons
3894
3895         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
3896         initially active, also initially be depressed
3897         (gtk_radio_button_clicked): also update our depressed state
3898
3899 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
3900
3901         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
3902         key press events not just to focus/window but also to
3903         intermediate widgets.
3904
3905         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
3906         to switch pages. (Needs some work on handling focus
3907         when switching pages.)
3908
3909 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
3910
3911         * gtk/gtknotebook.c: Fix child allocations to be relative to 
3912         widget position and some drawing bugs.
3913
3914         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
3915         with reading uninitialized variable.
3916
3917 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
3918
3919         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
3920         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
3921         NO_WINDOW widgets.
3922
3923         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
3924         cleanup.
3925
3926         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
3927         we are drawing in a window when drawing the paned handle.
3928
3929 2001-11-16  Sven Neumann  <sven@gimp.org>
3930
3931         * demos/gtk-demo/appwindow.c
3932         * demos/gtk-demo/menus.c: reduce compiler warnings
3933
3934 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
3935
3936         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
3937         unused callback to make things compile with 
3938         gtk_tree_view_path_at_pos_change().
3939
3940 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
3941
3942         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
3943
3944 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
3945
3946         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
3947  
3948 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
3949
3950         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
3951         to get a GdkWindow to compare event->window to.
3952
3953         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
3954         the signal for lateral motion too, #64361
3955
3956         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
3957         arg as it is useless, #64137
3958
3959 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
3960
3961         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
3962
3963 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
3964  
3965         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
3966         gdk_window_invalidate_maybe_recurse() for recursion.
3967         (Soeren Sandmann)
3968
3969         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
3970  
3971         * gtk/gtkcontainer.c (gtk_container_expose): Call
3972         gtk_container_forall() not _foreach() to propagate,
3973         since we need to propagate exposes to internal children
3974         as well.
3975
3976         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
3977         Remove the restriction of only being able to call these
3978         on window widgets, since we have lots of NO_WINDOW widgets
3979         with windows now; for add events, recurse over the children
3980         of widget->window to find one owned by the widget.
3981
3982         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
3983         window to catch events.
3984
3985         * gtk/gtktogglebutton.[ch]: Remove the code for switching
3986         between NO_WINDOW and WINDOW widgets based on the mode.
3987
3988         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
3989         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
3990
3991         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
3992
3993         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
3994         change for range.
3995
3996         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
3997  
3998         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
3999
4000 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
4001
4002         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
4003         "message_type" and "buttons" CONSTRUCT properties. (#64069)
4004
4005         * tests/testsocket.c: Expand tests to add a "local passive
4006         child" (Test case for #64428)
4007
4008 2001-11-14  jacob berkman  <jacob@ximian.com>
4009
4010         * gtk/gtkgamma.c (button_clicked_callback): create the label with
4011         a mnemonic
4012
4013 2001-11-15  Sven Neumann  <sven@gimp.org>
4014
4015         * tests/testgtk.c: make it compile without warnings.
4016
4017 2001-11-14  Alex Larsson  <alexl@redhat.com>
4018
4019         * gtk/gtklabel.c:
4020         Don't recalculate the layout on each gkt_label_ensure_layout () for
4021         wrapped labels.
4022
4023 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
4024
4025         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
4026         the currently selected column when we get the column, #64380
4027
4028         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
4029         to cancel CellRendererText editting, #63613
4030
4031         * gtk/gtkcellrenderertext.c: ditto
4032
4033         * gtk/gtkcellrenderertext.h: formatting changes
4034
4035 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
4036
4037         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
4038
4039         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
4040
4041         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
4042
4043         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
4044
4045         * gtk/gtklabel.c: Documentation fixes (#64452)
4046
4047 2001-11-14  Daniel Egger  <degger@fhm.edu>
4048
4049         * gdk-pixbuf/io-xpm.c: 
4050         (xpm_skip_whitespaces): Remove unused static function.
4051         (xpm_skip_string): Dito.        
4052         (xpm_extract_color): Declare const variable const to avoid warnings. 
4053
4054         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
4055         
4056         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
4057         
4058         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
4059         a long.
4060
4061 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
4062
4063         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
4064         out accidental commit of debugging timing code.
4065
4066 2001-11-14  Havoc Pennington  <hp@redhat.com>
4067
4068         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
4069         it doesn't move to a new line each time you press it
4070
4071         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
4072         return value, #62987
4073
4074 2001-11-14  Havoc Pennington  <hp@redhat.com>
4075
4076         * tests/testtextbuffer.c (main): bulk of the tests were commented
4077         out, oops.
4078
4079         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
4080         function work, should resolve #63426
4081         (gtk_text_iter_ends_line): return TRUE for the end iterator
4082
4083         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
4084         a couple things that might get cached in here.
4085
4086 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
4087
4088         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
4089         "model" construct property for language bindings.
4090
4091         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
4092         function to let you set the column types of a GtkTreeStore for
4093         language bindings.
4094
4095         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
4096
4097 2001-11-13  Havoc Pennington  <hp@redhat.com>
4098
4099         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
4100         including reference to bugzilla bug about how we should have 
4101         a better way of positioning children
4102
4103         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
4104
4105         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
4106         size to side rects if they don't exist, #63438
4107
4108 2001-11-13  Havoc Pennington  <hp@redhat.com>
4109
4110         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
4111         properly replace selection with Return or Tab
4112
4113         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
4114         that didn't locate the end of the line correctly, should fix #63800
4115
4116 2001-11-13  Havoc Pennington  <hp@redhat.com>
4117
4118         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
4119         to requisition, request non-anchored children
4120         (gtk_text_view_size_allocate): handle border width, allocate
4121         non-anchored children
4122         (text_view_child_new_window): set the child as object data
4123         (gtk_text_view_move_child): allow children at negative
4124         coordinates, no reason why not
4125         (gtk_text_view_forall): make it copy the list of children before
4126         walking it, to avoid reentrancy issues  
4127         (gtk_text_view_move_child): short-circuit if position is unchanged
4128         (changed_handler): only queue_resize if requisition has changed
4129         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
4130         a better job of invalidation ourselves
4131
4132         * tests/testtext.c: add tests for the fixed-position children
4133
4134 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
4135
4136         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
4137         with gdk threads macro.
4138
4139 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
4140
4141         * gtk/maketypes.awk: fix type utils generation on unix.
4142
4143         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
4144         registry.
4145
4146         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
4147         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
4148         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
4149         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
4150         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
4151         introduced ::accel_changed signal for change notification, and
4152         gtk_accel_group_connect/disconnect to connect closures to accel groups.
4153         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
4154         functions.
4155         deprecated gtk_accel_group_ref/unref.
4156
4157         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
4158         to accel group changed notification and basically operate on closures.
4159         removed gtk_accel_label_get_accel_object and
4160         gtk_accel_label_set_accel_object.
4161         introduced gtk_accel_label_set_accel_closure, and for convenience,
4162         gtk_accel_label_set_accel_widget.
4163
4164         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
4165         which mostly moved into gtkaccelmap.[hc].
4166         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
4167         and gtk_item_factory_print_func.
4168
4169         * gtk/gtkmain.c: call _gtk_accel_map_init().
4170
4171         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
4172         that associates an accelerator path with menu items, through which
4173         persistent accelerator settings on menu items are enabled.
4174
4175         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
4176         paths of menu item can be default constructed to allow installation
4177         of accelerators on menu items that don't come with an accelerator
4178         binding by default.
4179
4180         * gtk/gtksettings.c: fix STRING type rc settings by special casing
4181         them appropriately in the parser.
4182
4183         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
4184         gtk_signal_newv().
4185
4186         * gtk/gtkwidget.[hc]: accelerator API revamp.
4187         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
4188         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
4189         gtk_widget_(un)lock_accelerators.
4190         accelerators maintained through gtk_widget_add/remove_accelerator()
4191         are not runtime changable now, the correct sequence to setup a
4192         widget for runtime changable accelerators is now:
4193           gtk_accel_map_add_entry(accel_path, key, mods);
4194           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
4195
4196         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
4197         group changes (as well as mnemonic changes) through the new signal
4198         ::accels_changed.
4199
4200 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
4201
4202         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
4203         GString->string conversions.
4204
4205 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
4206
4207         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
4208         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
4209
4210 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
4211
4212         * gtk/gtktreeview.c: Documentation fixes. (#64377)
4213         
4214         * gtk/gtktreestore.c: Documentation fixes. (#64376)
4215
4216 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
4217
4218         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
4219         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
4220         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
4221         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
4222
4223 2001-11-10  Hans Breuer  <hans@breuer.org>
4224
4225         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
4226         we know what we are talking about when asked for MINMAXINFO.
4227         Also some cleaning for !HAVE_DIMM_H etc.
4228
4229 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
4230
4231         * gtk/gtktreeviewcolumn.c: Fix docs for 
4232         gtk_tree_view_column_set_sort_order. (#62647)
4233         
4234         * gtk/gtkcontainer.c: Fix docs for 
4235         gtk_container_set_border_width. (#64139)
4236
4237         * gtk/gtkcolorsel.c: Documentation fixes.
4238
4239 2001-11-10  Hans Breuer  <hans@breuer.org>
4240
4241         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
4242         don't have strcasecmp()
4243
4244         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
4245         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
4246         code duplication wrap it in its own function and use it in 
4247         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
4248
4249         * gdk/win32/gdkdrawable-win32.c : implement the finalize
4250         method like the X11 version does, allow to set_colormap NULL
4251         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
4252         set_colormap, also some adaption to X11 version :
4253         (gdk_window_hide) call _gdk_window_clear_update_area
4254         (gdk_window_reparent) call _gdk_window_init_position
4255
4256         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
4257         call gdk_window_resize() after all hints are set, because the
4258         window resizing process (WM_GETMINMAXINFO) takes all of them into 
4259         account
4260
4261         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
4262
4263         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
4264         sizeof (GdkVisualPrivate)
4265
4266         * gdk/gdk.def gtk/gtk.def : upated externals
4267
4268         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
4269           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
4270         from now on use make.msc from $(TOP)/glib/build/win32
4271
4272         * gtk/stock-icons/makefile.msc : add stock_missing_image
4273
4274 2001-11-08  Tor Lillqvist  <tml@iki.fi>
4275
4276         * README.win32: Add headers. Add section about ActiveIMM.
4277
4278         * configure.in: Add --with-ie55 flag to specify the location of
4279         the "IE55 libs and headers" package downloadable from Microsoft,
4280         which contains, among other things, the Active IMM header dimm.h
4281         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
4282         Require GLib 1.3.10.
4283         
4284         * config.h.win32.in: New version, produced by merging two
4285         configure-generated ones (for gcc and MSVC). Hopefully #defines
4286         the same flags that the previous, hand-written one, did.
4287
4288         * gdk/Makefile.am
4289         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
4290
4291         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
4292         stuff. Remove unused GdkIOClosure.
4293
4294         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
4295         available).
4296
4297         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
4298         for uuid.lib. (Does it really have to be this hard to use an
4299         existing library with libtool? Probably I am missing something.)
4300
4301 2001-11-08  Darin Adler  <darin@bentspoon.com>
4302
4303         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
4304         typo where it says LEFT instead of CENTER.
4305
4306 2001-11-07  Darin Adler  <darin@bentspoon.com>
4307
4308         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
4309         (gtk_dialog_set_default_response): Add g_return_if_fail.
4310
4311 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
4312
4313         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
4314         Add row_draggable() vfunc, and wrapper function.
4315
4316         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
4317         row_drop_possible take a GtkSelectionData, rather than
4318         model/row pair.
4319
4320         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
4321         new DND interfaces.
4322
4323         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
4324         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
4325         and rename them to enable_model_drag_source/dest.
4326
4327         * gtk/treeviewcolumn.c: Add DND of columns between rows.
4328         Still can't drop _to_ the left tree, but other places
4329         work.
4330
4331         * gtk/gtktreeview.c (unset_reorderable): Unset the
4332         reorderable property if unset/enable_model_drag_source/dest
4333         are called manually.
4334
4335         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
4336         Correct for change in depth count handling.
4337
4338         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
4339         Pass in a expose area to gtk_tree_view_column_cell_render()
4340
4341 2001-11-06  Havoc Pennington  <hp@redhat.com>
4342
4343         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
4344
4345 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
4346
4347         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
4348
4349 2001-11-05  Havoc Pennington  <hp@redhat.com>
4350
4351         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
4352         widgets in here
4353         (gtk_text_view_realize): set parent window of child widgets
4354         (gtk_text_view_size_request): use child req to decide whether
4355         to invalidate layout, not widget->requisition
4356
4357         * gtk/gtktextdisplay.c (render_layout_line): set
4358         shaped_width_pixels for NULL shape objects, so that we properly
4359         draw the "missing pixbuf/widget" thing
4360         (render_layout_line): don't draw the widget here
4361         (gtk_text_layout_draw): pass out a list of widgets that need exposing
4362
4363         * demos/gtk-demo/textview.c (insert_text): add demo of child
4364         widgets
4365
4366         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
4367
4368         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
4369
4370         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
4371         scroll offsets
4372         (gtk_text_view_value_changed): poke new X and Y into child allocations
4373
4374 2001-11-06  Tor Lillqvist  <tml@iki.fi>
4375
4376         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
4377         -specific directory on Windows, too (#63759).
4378
4379 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
4380
4381         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
4382         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
4383         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
4384         directly to Picture objects instead of using XftDraw.
4385         This fixes the problem where we weren't able to 
4386         properly destroy XftDraw objects before destroying
4387         the accompanying windows, and probably improves
4388         efficiency a bit too. (#50214)
4389
4390 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
4391
4392         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
4393         Clamp max window width/height to 32767, not 32768 since
4394         we have to be able to deal with a dx/y of -32768 without
4395         getting a width of 65536 when guffaw scrolling.
4396
4397         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
4398         for the guffaw scrolling case, fixing some problems with
4399         copy-area case as well. Fix BadValue bug with moving windows
4400         by large amounts.
4401
4402         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
4403         clip in window structue before calling gdk_window_invalidate_region
4404         since that trims new invalidations to the window's visible
4405         region.
4406
4407         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
4408         Really set the static window gravity on the children, not
4409         repeatedly on the window.
4410
4411         * gtk/testgtk.c: Add a torture test for big windows and 
4412         gdk_window_scroll().
4413
4414 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
4415
4416         * acconfig.h configure.in: sigsetjmp is macroized in some places,
4417         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
4418
4419 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
4420
4421         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
4422         in terms of pango_color_parse().
4423
4424         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
4425         gdk_color_parse() implementations.
4426
4427 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
4428
4429         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
4430         queue_resize_on_group with both the old and new mode, not
4431         just the new mode. (#60171, Nicolas Setton). Also, notify
4432         the "mode" property.
4433         
4434 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
4435
4436         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
4437         for use in "shallow invalidation" of a widget. (Windows belonging
4438         to the widget, but not to the widget's children)
4439
4440         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
4441         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
4442         up on ancestors up to the resize container on queue_resize. Size
4443         requests only actually take place if GTK_REQUEST_NEEDED, size
4444         allocations only take place if GTK_ALLOC_NEEDED or the size
4445         changed.
4446
4447         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
4448         container->resize_widgets and the RESIZE_NEEDED flag since the
4449         above flags are sufficient to figure out what needs to be
4450         resized/reallocated. Remove code manipulating
4451         container->resize_widget.
4452
4453         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
4454         allows widgets to turn off being automatically invalidated is when
4455         they are resized.
4456
4457         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
4458         a widget is resized or moved is "shallow" as described above -
4459         only the windows that need to be invalidated are invalidated.
4460
4461         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
4462         Make these widget's init functions call 
4463         gtk_widget_set_redraw_on_allocate(widget,FALSE).
4464
4465         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
4466         _gtk_container_queue_resize(), since we don't want
4467         redrawing. (Probably could be done for other 
4468         calls to gtk_widget_queue_resize() in gtkwindow.c,
4469         but this is the most important one.)
4470
4471         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
4472         gtk_widget_queue_draw() - size_allocate() handles
4473         that as appropriate.
4474
4475         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
4476         of queue_clear() to avoid invalidating children.
4477
4478 2001-11-04  jacob berkman  <jacob@ximian.com>
4479
4480         * gtk/gtkmain.c (find_module): don't free the module name until
4481         after we load the module
4482
4483 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
4484  
4485         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
4486         derivation instead of boxed derivation.
4487  
4488         * gtk/gtkmarshal.list: Remove some now unused marshallers.
4489  
4490 2001-11-04  Tor Lillqvist  <tml@iki.fi>
4491
4492         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
4493         include yesterday, without really thinking), as that defeats the
4494         working of correct_libdir_prefix() (it becomes a no-op.). Add
4495         comment mentioning that. Thanks to Hans Breuer for noticing.
4496         
4497 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
4498
4499         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
4500         signal argument (was GtkWidget*).
4501
4502         * gtk/gtkwindow.c (gtk_window_frame_event),
4503           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
4504         Fixed argument types as above, removed GTK_WINDOW casts and
4505         added some GTK_WIDGET casts instead.
4506
4507 2001-11-03  Hans Breuer  <hans@breuer.org>
4508
4509         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
4510         finalize to parent class to get removed from the toplevel_list.
4511         Should fix 'random' crashes of #63474.
4512
4513         * gtk/gtktreemodelsort.c : chain finalize() to parent class
4514
4515 2001-11-03  Tor Lillqvist  <tml@iki.fi>
4516
4517         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
4518         for .dll or .so as appropriate as module suffix.
4519
4520         * gtk-zip.sh.in: Use correct import library names.
4521
4522         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
4523
4524         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
4525         Windows to turn build-time paths from a gtk.immodules distributed
4526         as part of a binary package into runtime ones in the
4527         end-user-chosen installation directory.
4528         (gtk_im_module_init): Use it for module path and domain
4529         directory.
4530
4531 2001-11-02  Tor Lillqvist  <tml@iki.fi>
4532
4533         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
4534         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
4535         Windows.
4536
4537 2001-10-30  Tor Lillqvist  <tml@iki.fi>
4538
4539         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
4540         files. Configure on Win32 (running on Cygwin) thinks symlinks
4541         exist, but pkg-config is not necesarily a Cygwin program, and
4542         doesn't understand them.
4543
4544 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
4545
4546         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
4547         a bit.  I don't think it's completely correct yet, but it's
4548         getting there.
4549
4550 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
4551
4552         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
4553         random + 5 for width and height. If people want padding,
4554         they should add padding. (Note the +5 isn't padding
4555         that will always appear - it just appears in the case
4556         where the widget is allocated it's requisition.)
4557         (#51018, Janet Davis)
4558
4559 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
4560
4561         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
4562         the structure for future expansion.
4563
4564 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
4565
4566         Patch from HideToshi Tajima (#51922)
4567         
4568         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
4569
4570         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
4571         set_use_preedit().
4572         
4573         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
4574         to destroy the input context because we change the
4575         client window or use_preedit, make sure we empty
4576         the preedit string.
4577
4578 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
4579
4580         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
4581         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
4582         proposed ordering of buttons with [OK] in the lower
4583         right hand corner. Patch from Gregory Merchan,
4584         #56331.
4585
4586 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
4587
4588         * gtk/gtklabel.c (gtk_label_select_region_index): remove
4589         extraneous gtk_label_clear_layout (label)
4590
4591 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4592
4593         * tests/makefile.msc, gtk/makefile.msc.in: Removed
4594         -DGTK_DISABLE_COMPAT_H.
4595
4596         * docs/Changes-2.0.txt:
4597         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
4598
4599         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
4600
4601 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
4602
4603         * examples/**/Makefile.am: Convert to use pkg-config
4604         rather than gtk-config. (#53375, Skip Montanaro)
4605
4606 2001-11-02  Matt Wilson  <msw@redhat.com>
4607
4608         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
4609         broken unused, non-compiling, static function.
4610
4611 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
4612
4613         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
4614         Iterate through children of the action area, not of
4615         the vbox. (#58278, Sergey Kuzminov)
4616
4617 2001-11-01  Havoc Pennington  <hp@pobox.com>
4618
4619         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
4620         order to remove a workaround in Nautilus that forced
4621         GTK_ENABLE_BROKEN
4622
4623         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
4624
4625 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
4626
4627         * gtk/gtkrange.c: Patch from George Lebl to 
4628         fix division by zero for full scroll bars. (#62114)
4629
4630 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
4631
4632         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
4633         around gtk_widget_event() if we are going to
4634         set a flag afterwards. (#63464)
4635
4636 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
4637
4638         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
4639         Actually add the missing/broken image icon as the
4640         image for the "missing image" stock icon.
4641
4642 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
4643
4644         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
4645         Set a reasonable default height for the window.
4646
4647         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
4648         bug where subsequent '-' weren't converted to '_'.
4649         (#59550, Matthias Clasen)
4650
4651         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
4652         justify the Help menu - just include a comment on
4653         how to do it. (#63539,  Marius Andreiana)
4654
4655         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
4656         list GTK_ICON_SIZE_INVALID.
4657
4658         * demos/gtk-demo/stock_browser.c: Show the biggest available
4659         size, not a fixed size. (Often reported, including #63539, 
4660         Marius Andreiana)
4661
4662 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
4663
4664         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
4665         #59583
4666
4667         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
4668         warning.
4669
4670 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
4671
4672         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
4673         (Daniel Elstner).
4674
4675 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
4676
4677         * gtk/gtkimcontext.[ch]: Add:
4678           - A ::retrieve_surrounding signal that asks the widget for
4679             context around the insertion point.
4680           - A ::delete_surrounding signal that asks the widget to 
4681             delete context aroudn the insertion point.
4682           - gtk_im_context_set_context() for widgets to set context
4683             around the insertion point in response to ::retrieve_context.
4684           - gtk_im_context_get_context() for context to get context
4685             around the insertion point
4686
4687         * gtkmarshal.list: Add BOOL:INT,INT
4688
4689         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
4690         set_surrounding() methods, and the ::retrieve_surrounding /
4691         ::delete_surrounding signals.
4692
4693         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
4694         GtkIMContext::retrieve_surrounding / ::delete_surrounding
4695         signals.
4696
4697 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
4698
4699         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
4700         it's amazing how well things work sometimes, even when they're
4701         completely wrong.
4702
4703         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
4704         where you could try to collapse a node w/o it having children.
4705
4706         (gtk_tree_view_class_init): remove Shift L<->R as they already
4707         existed for expand/collapse.
4708
4709 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
4710
4711         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
4712         found by Matt Wilson.
4713
4714 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
4715
4716         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
4717         Control, and Shift|Control L<->R, #63475
4718
4719 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
4720
4721         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
4722         infinite loop noticed by yosh.
4723
4724 2001-11-01  Michael Meeks  <michael@ximian.com>
4725
4726         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
4727         GTK_REALIZED flag so we don't re-enter when we are
4728         destroyed from the plug side.
4729
4730 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
4731
4732         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
4733         Add a "menu" property and notify on it. (#62798,
4734         Padraig O'Briain)
4735
4736         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
4737         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
4738         Fix set_text to take a gchar, not a guchar, and to have 
4739         a len argument.
4740
4741 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
4742
4743         * gtk/gtkstock.c: fix typo to make it compile
4744
4745 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
4746
4747         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
4748         the widget is insensitive, draw the text insensitively, #63306
4749
4750 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
4751
4752         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
4753
4754 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
4755
4756         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
4757         gtk_selection_data_set_tree_row, #60218
4758         (gtk_tree_get_row_drag_data): rename
4759         gtk_selection_data_get_tree_row, #60218
4760
4761         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
4762         get this right, after the third try, #63122.
4763
4764 2001-10-31  jacob berkman  <jacob@ximian.com>
4765
4766         * gdk/gdkselection.h (GDK_TARGET_STRING): 
4767         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
4768         for Xatoms (and not using the XA_* macros)!
4769
4770 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
4771
4772         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
4773         gtk_window_get_focus() getter to determine the currently
4774         focused widget within the window. (#63145, request
4775         from Damian Ivereigh)
4776
4777 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
4778
4779         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
4780
4781         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
4782         GTK_SELECTION_NONE enum.
4783         (_gtk_tree_selection_internal_select_node): ditto
4784
4785         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
4786         constness.
4787
4788         * gtk/gtkcellrenderertoggle.c: more yummy constness.
4789
4790         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
4791         if mode == GTK_SELECTION_NONE
4792
4793 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
4794
4795         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
4796         "cursor_changed" signal, #62850.
4797
4798 2001-10-31  Matt Wilson  <msw@redhat.com>
4799
4800         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
4801         allocating the treedatalist, zero it to make sure the values are
4802         cleared from any garbage that was in this chunk.
4803
4804 2001-10-31  Murray Cumming  <murrayc@usa.net>
4805
4806         * gtk/cellrenderertext.h: "edited" default signal handler
4807         gchar* args are now const.
4808         gtk/cellrenderertoggle.h: "toggled" default signal handler
4809         gchar* arg is now const.
4810         Also changed other signal handlers for "edited" and "toggled" to
4811         have the same signature.
4812
4813 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
4814
4815         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
4816         rewrite.  Static models now totally work.  I'm not 100% sure about
4817         row_inserted and row_changed, but I'll get those later.
4818
4819 2001-10-30  Sven Neumann  <sven@gimp.org>
4820
4821         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
4822         output for configure --help.
4823
4824 2001-10-30  Havoc Pennington  <hp@pobox.com>
4825
4826         * gtk/gtktextview.c (changed_handler): Update the IM spot location
4827         here, if text was invalidated in the visible area, because the
4828         scroll offset doesn't normally change in that case, and the mark
4829         isn't set, just implicitly moved over as text is added/removed
4830         
4831 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
4832
4833         * gtk/gtkseparatormenuitem.c: Code cleanup.
4834         (gtk_separator_menu_item_class_init): Fix bugs in this code.
4835
4836 2001-10-29  jacob berkman  <jacob@ximian.com>
4837
4838         * gdk/Makefile.am (LDFLAGS): 
4839         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
4840         LDFLAGS, so put win32 flags in here
4841
4842 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
4843
4844         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
4845         I can't believe this took this long to fix.
4846
4847 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
4848
4849         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
4850         reordered signal.
4851
4852 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
4853
4854         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
4855         the focus to the fileop entry for create dir / rename
4856         file. (#62838)
4857
4858 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
4859
4860         * configure.in: Don't use AC_CHECK_FILE to check for a 
4861         file since it always spits warnings about cross compilation,
4862         use -f instead. It's not like we cross compile properly
4863         anyways.
4864
4865         * configure.in (gtktargetlib): Move call to AC_PROG_CC
4866         to suppress autoconf warning.
4867
4868         * acconfig.h: Add some missing #undefs from recent
4869         Win32 additions.
4870
4871 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
4872
4873         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
4874         when we didn't find it. (#62944, Eric Lemings)
4875
4876         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
4877         sign in assignment. (#63209, Arkadiusz Miskiewicz)
4878
4879 2001-10-29  Anders Carlsson  <andersca@gnu.org>
4880
4881         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
4882         the buttons size request before using it. Fixes #61696.
4883
4884 2001-10-29  Tor Lillqvist  <tml@iki.fi>
4885
4886         * README.win32: Updates.
4887
4888         * gtk-zip.sh.in: New file, used to build distribution package for
4889         Windows.
4890
4891         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
4892         applicable with GDKVAR.
4893
4894         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
4895         Wintab library.
4896
4897         * gdk/win32/gdkwin32.h
4898         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
4899         X11 headers better, and to enable gdkwin32.h to be installed and
4900         included from applications, but not the *-win32.h headers.
4901
4902         * gdk/win32/*.c: Corresponding small changes, simplifications of
4903         #includes.
4904         
4905         * gdk/win32/gdkregion-win32.c: Remove.
4906
4907         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
4908
4909         * gdk/win32/gdkfont-win32.c
4910         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
4911
4912         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
4913         GDK_NONE values into hash table.
4914
4915         * gtk/gtk.def: Update.
4916
4917         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
4918         gethostname().
4919
4920         * gtk/gtkmain.c 
4921         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
4922         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
4923         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
4924         g_win32_get_package_installation_subdirectory() with the actual
4925         DLL name saved above. Redefine above directory name macros to call
4926         these functions. Remove some ifdefs.
4927
4928         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
4929         variable for export on Win32) also to the _vars file.
4930
4931         Changes for autoconfiscated build on Win32, and addition of Win32
4932         backend to the related files:
4933         
4934         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
4935         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
4936         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
4937         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
4938         win32 target, using pangowin32. Don't use the
4939         -export-symbols-regex option on Win32, we use .def files to list
4940         exported symbols. Check <winsock.h> (for gethostname() in
4941         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
4942         prevent premature m4 expansion.
4943
4944         * acconfig.h: Add HAVE_WINTAB.
4945
4946         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
4947         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
4948         MS_LIB_AVAILABLE, build MS import library. Install the import
4949         libraries. If HAVE_WINTAB, link with the Wintab library.
4950
4951         * gdk/win32/Makefile.am: Actually enable building the win32
4952         objects here, not just list all files in EXTRA_DIST. Link in the
4953         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
4954         copy the Wintab library into the .libs directory. 
4955
4956         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
4957         name of the GDK DLL when fetching the icon. Use the HMODULE saved
4958         in gdk_dll_hinstance by DllMain.
4959
4960         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
4961         build/win32/lt-compile-resource script.
4962
4963         * gdk/win32/rc/gdk.rc.in
4964         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
4965
4966         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
4967         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
4968         file. Install import libraries.
4969
4970 2001-10-29  Anders Carlsson  <andersca@gnu.org>
4971
4972         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
4973
4974 2001-10-28  Hans Breuer  <hans@breuer.org>
4975
4976         * gdk/gdk.c gdk/gdkevents.c
4977           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
4978           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
4979           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
4980           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
4981           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
4982           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
4983           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
4984         static correct-ness, underscore prefixing of library internal 
4985         functions
4986         (applied the undisputed and the win32 part. Of the latter 
4987          I'm probably the one who will change it back again, if Owen
4988          decides that the Gdk*Impl types should not be private to Gdk)
4989
4990         * gdk/gdk.def : added the remaining exported functions
4991
4992 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
4993
4994         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
4995         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
4996         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
4997
4998 2001-10-28  jacob berkman  <jacob@ximian.com>
4999
5000         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
5001         gtk_settings_get_default() here as that requires an X connection
5002         (which breaks doc building with no X connection) and is not
5003         multihead safe
5004         (gtk_color_selection_init): delay palette loading until realize
5005         time
5006         (gtk_color_selection_realize): load the palette, and initialize
5007         the global palette if it hasn't been already
5008
5009         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
5010         visual/cmap fields of klass->info since they are gone
5011         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
5012         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
5013         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
5014
5015         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
5016         cmap fields
5017         (gtk_preview_get_visual):
5018         (gtk_preview_get_cmap): mark as deprecated
5019
5020         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
5021         changes
5022
5023 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
5024
5025         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
5026         structure to have GObject not GtkObject as
5027         parent_instance. (Jeff Franks.)
5028
5029 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
5030
5031         * gdk/x11/gdkinput.c: Typo fix.
5032
5033 2001-10-26  Havoc Pennington  <hp@pobox.com>
5034
5035         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
5036         update_im_spot_location here explicitly
5037         (gtk_text_view_reset_im_context): don't update the spot location
5038         here
5039
5040 2001-10-27  Anders Carlsson  <andersca@gnu.org>
5041
5042         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
5043         This fixes #62942.
5044
5045         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
5046         Clarify that we're returning a spin button in the _new function.
5047         This fixes #54097.
5048         
5049 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
5050
5051         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
5052         Unfortunately, people apparently erroneously connect
5053         to ::clicked for GtkToggleButton and expect
5054         they know what happened in the default signal handler
5055         instead of appropriately connecting to notification
5056         signal ::toggled. When the revolution comes, such
5057         people will be first against the wall.
5058
5059         We'll just have to go back to the old less-reliable
5060         set-it-back hacks for handling model-view check
5061         buttons and radio buttons. :-(. 
5062
5063 2001-10-27  Hans Breuer  <hans@breuer.org>
5064
5065         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
5066           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
5067           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
5068           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
5069           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
5070           gtk/gtktreestore.c gtk/gtkvbbox.c : 
5071         to simplify parsing for exported functions:
5072         - made implementation signature static, when the local 
5073           prototype already was
5074         - put the functions return value on it's own line
5075         - added as space between the function name and the 
5076           opening bracket
5077
5078         * gtk/gtk.def : added the remaining exported functions
5079
5080 2001-10-27  Anders Carlsson  <andersca@gnu.org>
5081
5082         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
5083         Add note about width having to be greater than 0. This fixes
5084         #55574. 
5085
5086         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
5087         Fix docs to say previous instead of next.
5088         (gtk_text_iter_backward_word_start): Likewise.
5089         This fixes bug #62980.
5090
5091         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
5092         that the valid width is in range 0-65535 pixels. Fixes bug 
5093         #56754.
5094
5095         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
5096         a dot in the documentation. Fixes bug #62632.
5097
5098         * gdk/x11/gdkmain-x11.c: Replace int and guint with
5099         long and gulong in some places to make the code 64-bit
5100         clean.
5101         (_gdk_windowing_init_check): Replace gint with gulong.
5102         This patch was made by George Lebl and fixes bug #62113.
5103
5104         * tests/testgtk.c (create_range_controls): Don't set a 
5105         fixed height on the hscale widget. This fixes "bug" 
5106         #55840.
5107         (create_window_states): Set up destroy signals so that
5108         all windows will be destroyed when one is. This fixes 
5109         bug #58133.
5110
5111 2001-10-26  Anders Carlsson  <andersca@gnu.org>
5112
5113         * gtk/gtktreeview.c: 
5114         (gtk_tree_view_class_init): Create new "indent_expander"
5115         style property.
5116
5117         (gtk_tree_view_get_arrow_xrange): Add a tree argument
5118         to the function since the xrange can change depending
5119         on where in the tree we are. 
5120         
5121         (coords_are_over_arrow): Update function call to
5122         gtk_tree_view_get_arrow_xrange.
5123         (gtk_tree_view_draw_arrow): Likewise.
5124         
5125         (gtk_tree_view_real_expand_collapse_cursor_row):
5126         Call real_{expand|collapse}_row, so that we'll have an
5127         animation.
5128
5129 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
5130
5131         * tests/Makefile.am: fixed a small typo
5132
5133 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
5134
5135         * demos/gtk-demo/list_store.c (create_model): Anders
5136         Carlsson suggested to use G_N_ELEMENTS here
5137
5138 2001-10-26  Sven Neumann  <sven@gimp.org>
5139
5140         * gtk/gtkbutton.[ch]
5141         * gtk/gtkdnd.c: fixed inline comments
5142         
5143         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
5144
5145 2001-10-26  Hans Breuer  <hans@breuer.org>
5146
5147         * gdk-pixbuf/gdk_pixbuf.def : 
5148         * gdk/gdk.def : 
5149         * gtk/gtk.def : updated externals
5150
5151         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
5152         gdk_window_lookup implementation. It already was in
5153         gdk/win32/gdkwindow-win32.c
5154
5155         * gdk/win32/gdkproperty-win32.c : made it compile again
5156         after GdkAtom API change
5157
5158         * gtk/gtk/makefile.msc.in : updated
5159
5160 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
5161
5162         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
5163         require GLib 1.3.10.
5164
5165         * NEWS: updates.
5166
5167 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
5168
5169         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
5170         invalid nodes.
5171          (_gtk_rbnode_rotate_right): Ditto.
5172          (_gtk_rbtree_node_mark_invalid): New function.
5173          (_gtk_rbtree_node_mark_valid): New function.
5174
5175         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
5176         GObject, not a GtkObject.
5177         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
5178         correct.
5179         (gtk_tree_model_sort_row_deleted): ditto.
5180         (gtk_tree_model_sort_{un,}ref_node): Fix.
5181
5182         * gtk/gtktreeview.c: Protean incremental reflow support (commented
5183         out)
5184
5185         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
5186         to const char *key.
5187
5188         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
5189         Important 1 line fix to fix a lot of refcounting woes.
5190
5191 2001-10-25  Matt Wilson  <msw@redhat.com>
5192
5193         * gtk/gtktextview.c (gtk_text_view_destroy): call
5194         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
5195         now invalidates) so that we remove our idle functions.
5196         (gtk_text_view_destroy_layout): remove the first_validate_idle as
5197         well.
5198
5199         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
5200         the 'indent' property is G_MININT to G_MAXINT.  Don't use
5201         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
5202         instead.
5203
5204 2001-10-24  Anders Carlsson  <andersca@gnu.org>
5205
5206         * gtk/gtktreeview.c: 
5207         (gtk_tree_view_real_expand_row): add an animate argument
5208         (gtk_tree_view_real_collapse_row): likewise
5209         
5210         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
5211         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
5212         (gtk_tree_view_collapse_row): update functions that call
5213         real_{expand|collapse}_row to set the animate argument 
5214         accordingly.
5215         
5216 2001-10-24  Alex Larsson  <alexl@redhat.com>
5217
5218         * gdk/linux-fb/gdkfont-fb.c:
5219         Update to new Pango APIs
5220
5221         * gdk/linux-fb/gdkproperty-fb.c:
5222         Update to new GdkAtom APIs
5223
5224         * gdk/linux-fb/gdkwindow-fb.c:
5225         Remove warnings
5226
5227 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
5228
5229         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
5230
5231 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
5232
5233         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
5234         s_path as a child path
5235
5236 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
5237
5238         * gtk/gtktreemodelsort.c: more changes in an attempt to get
5239         it right. It's not yet ready for general consumption.
5240
5241         * tests/treestoretest.c: add a button and entry for the new
5242         iter_change function
5243         (iter_change): new function, to test
5244         the row_changed signal implementation of the GtkTreeModelSort
5245
5246         * tests/testtreesort.c: cleanups, changes to test more features
5247         of the GtkTreeModelSort at once
5248
5249 2001-10-24  Havoc Pennington  <hp@redhat.com>
5250
5251         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
5252         remove hack to strip off the bogus newline, since we killed the
5253         bogus newline; fixes #61779
5254
5255 2001-10-24  Havoc Pennington  <hp@redhat.com>
5256
5257         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
5258         create layout if we didn't have one
5259         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
5260         as appropriate, avoids blanking the screen 
5261         (gtk_text_view_invalidate): new function to do invalidation,
5262         containing old guts of invalidated_handler
5263
5264 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
5265
5266         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
5267         dreadful tooltips.
5268
5269 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
5270
5271         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
5272         set window->parent (except or the root window itself); if 
5273         the window's parent is not a GdkWindow, or is a window of 
5274         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
5275
5276         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
5277         windows of type GDK_WINDOW_FOREIGN.
5278
5279 2001-10-24  Havoc Pennington  <hp@pobox.com>
5280
5281         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
5282         the front of a segment, use the "slow" technique for moving
5283         backward, so we don't mess up the any_segment field in the iter. 
5284         Fixes #57707
5285
5286         * tests/testtextbuffer.c: add code to detect #57707, to avoid
5287         regression
5288
5289 2001-10-23  Havoc Pennington  <hp@redhat.com>
5290
5291         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
5292         if selection contains some editable text, #60975
5293         (gtk_text_view_scroll_to_iter): remove warning about scrolling
5294         prior to map; it should actually be OK to do so in many cases, 
5295         it would be nice to warn about scrolling when many lines have
5296         height 0, but I don't know what to do about that. Perhaps 
5297         move part of flush_scroll into this function? comment added 
5298         to consider this.
5299
5300 2001-10-23  Havoc Pennington  <hp@redhat.com>
5301
5302         * gtk/gtktextview.c (changed_handler): Correctly keep the same
5303         text on the top of the screen, considering that the changed region
5304         may have overlapped the first paragraph. Should fix msw's "text
5305         widget scrolled to wrong place on map" bug, and probably some
5306         other scrolling cases as well.
5307         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
5308         instead of some random value
5309
5310         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
5311         grab_focus, so #59708 is really fixed
5312
5313 2001-10-24  Anders Carlsson  <andersca@gnu.org>
5314
5315         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
5316         (popup_targets_received): Call append_action_signal with stock items
5317         
5318         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
5319         (gtk_label_do_popup): Call append_action_signal with stock items
5320         
5321         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
5322         (popup_targets_received): Call append_action_signal with stock items
5323
5324 2001-10-23  Havoc Pennington  <hp@redhat.com>
5325
5326         * gtk/gtktextview.c (changed_handler): queue a resize here; will
5327         temporarily slow down the widget a lot, until we figure out how to
5328         optimize to avoid full redraw everytime we queue a resize.
5329
5330 2001-10-23  Havoc Pennington  <hp@redhat.com>
5331
5332         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
5333         0 and char_len == 0, bug #61729
5334
5335 2001-10-23  Havoc Pennington  <hp@redhat.com>
5336
5337         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
5338         return value, #61714 (Vitaly Tishkov)
5339         (gtk_text_iter_backward_sentence_starts): ditto
5340         (gtk_text_iter_backward_word_starts): ditto
5341         (gtk_text_iter_forward_word_ends): ditto
5342         (gtk_text_iter_forward_sentence_ends): ditto
5343         (gtk_text_iter_backward_cursor_positions): ditto
5344
5345 2001-10-23  Havoc Pennington  <hp@redhat.com>
5346
5347         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
5348         fix from Dov Grobgeld, #61858
5349
5350 2001-10-23  Havoc Pennington  <hp@redhat.com>
5351
5352         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
5353         Update IM spot location at appropriate times, #50626
5354         (Hidetoshi Tajima)
5355
5356 2001-10-23  Havoc Pennington  <hp@redhat.com>
5357
5358         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
5359         on grab focus, unless it's caused by button click, #59708
5360
5361 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
5362
5363         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
5364
5365         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
5366         G_CONST_RETURN. (Murray Cumming)        
5367
5368         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
5369         Make G_CONST_RETURN.
5370
5371         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
5372         results of g_get_home_dir().
5373
5374         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
5375         copy. Storing the return from gtk_entry_get_text() is evil.
5376
5377         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
5378         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
5379         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
5380         gtk/gtksignal.c: Add const.
5381
5382         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
5383
5384         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
5385         if we are setting them on private widgets.
5386
5387         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
5388         Duplicate entry->text before setting it as object data.
5389
5390 2001-10-22  Havoc Pennington  <hp@redhat.com>
5391
5392         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
5393         up a char from the end iterator, fixes #61859 ("can't put cursor
5394         at the end of the buffer")
5395
5396         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
5397         to work with delimiters other than newline.
5398
5399         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
5400         get_bytes_in_line
5401
5402         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
5403         last line, since the newline is no longer counted.
5404         (gtk_text_iter_get_bytes_in_line): ditto
5405
5406 2001-10-22  Havoc Pennington  <hp@redhat.com>
5407
5408         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
5409         #58290 would trigger if it reappeared, I think
5410
5411 2001-10-22  Havoc Pennington  <hp@redhat.com>
5412
5413         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
5414         add temporary code to dump btree contents on assertion failure
5415         described in #62656
5416         
5417         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
5418         assertions that we're getting the right end iter segment
5419
5420         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
5421         verify that we aren't on the end iterator after moving 
5422         forward one segment - fixes return value in an obscure case. 
5423         Also, some trivial code cleanup/rearranging.
5424         
5425 2001-10-22  Havoc Pennington  <hp@redhat.com>
5426
5427         * gtk/gtktextlayout.h: add a #error unless you define
5428         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
5429
5430         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
5431         
5432 2001-10-22  Havoc Pennington  <hp@redhat.com>
5433
5434         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
5435         #62365
5436
5437 2001-10-22  Havoc Pennington  <hp@redhat.com>
5438
5439         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
5440         #62436
5441
5442 2001-10-22  Havoc Pennington  <hp@redhat.com>
5443
5444         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
5445         #62366
5446
5447 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
5448
5449         * gtk/gtklabel.c: Add cursor-position, selection-bound 
5450         properties. (#62148, reported by Padraig O'Briain)
5451
5452         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
5453         to cursor_position. (1.3.x addition, text_position is an awful
5454         name.) Make cursor_position read-only to avoid sticky questions
5455         of interaction with selection_bound. (#62636, reported by
5456         Padraig O'Briain)
5457
5458 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
5459
5460         Fixing popup menus to have "Paste" sensitized correctly. Original
5461         patches from Damian Ivereigh, much mangled.
5462
5463         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
5464         gtk_selection_data_targets_include_text(). (#60854)
5465
5466         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
5467         the clipboard has text" function gtk_clipboard_wait_is_text_available.
5468         (#60854)
5469
5470         * gtk/gtkentry.c: Only enable the paste item if the clipboard
5471         contains text. (#60973)
5472
5473         * gtk/gtktextview.c: Only enable the paste item if the clipboard
5474         contains text. (#60975)
5475
5476 2001-10-22  Havoc Pennington  <hp@redhat.com>
5477
5478         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
5479         "height_lines" and "width_columns" properties, it doesn't make
5480         sense to set the size request on a text view really. #62103
5481
5482 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
5483
5484         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
5485         g_node_depth is broken, and that it's not worth being consistent
5486         with it.
5487
5488 2001-10-22  Havoc Pennington  <hp@redhat.com>
5489
5490         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
5491         docs, #61777
5492         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
5493         change the two boolean args to a flags field, so we can extend 
5494         to add case insensitive, regexp searches later. #61852
5495
5496 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
5497
5498         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
5499         reflect reality, #62810
5500
5501 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
5502
5503         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
5504
5505         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
5506         system.  Instead of having a window the size of the tree, we have
5507         a window the size of widget->allocation, and simply draw with the
5508         offset.
5509         (coords_are_over_arrow): ditto.  Move to window coordinates.
5510         (do_prelight): ditto
5511         (do_unprelight): ditto
5512
5513         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
5514         Minor fix from Kristian Rietveld to fix unsorted case.
5515
5516 2001-10-22  jacob berkman  <jacob@ximian.com>
5517
5518         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
5519         a PIXMAP cell (fixes crash when using PIXTEXT cells)
5520
5521 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
5522
5523         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
5524         (#58768, Vitaly Tishkov)
5525         
5526         * gtk/gtkobject.h: Deprecate with abandon. 
5527         (#61942, Vitaly Tishkov, Matthias Clasen)
5528
5529         * gtk/gtksignal.h: Deprecate everything.
5530
5531         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
5532         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
5533         (#61942, Matthias Clasen)
5534
5535         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
5536         Havoc Pennington)
5537
5538         * gtk/gtkitemfactory.h: Deprecate compat functions
5539         for GtkMenuFactory code. (#62071)
5540
5541         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
5542         gdk_draw_text,gdk_draw_text_wc. (#62071)
5543
5544 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
5545
5546         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
5547         g_thread_init(), we don't want to link to -lgthread if we don't
5548         have to.
5549
5550 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
5551
5552         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
5553         Add a function, gdk_threads_init() that must be explicitely 
5554         called to enable the GDK thread mutex.
5555
5556 2001-10-22  Jakub Steiner <jimmac@ximian.com>
5557
5558         * gtk/stock-icons/stock_stop.png: no body parts
5559         
5560 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
5561
5562         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
5563         problem with g_return_if_fail return value.
5564
5565         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
5566         virtual atom code from the gdk-multihead branch, removing the per-display
5567         part. Virtualizing atoms needs to be done now to prevent compat
5568         breakage in direct Xlib accessing code in the future. (#62208)
5569  
5570         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
5571         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
5572  
5573         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
5574         an opaque pointer type so the compiler catches attempts
5575         to mingle it with X atoms.
5576
5577         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
5578           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
5579           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
5580           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
5581           tests/testdnd.c,tests/testselection.c: 
5582         Fix up for above atom changes.
5583
5584         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
5585         now have the ability to add custom predefines.
5586
5587         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
5588         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
5589         to gtk_clipboard_get().
5590
5591         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
5592         for GdkAtom => pointer change.
5593
5594         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
5595         atoms, fix for GdkAtom => pointer change.
5596
5597 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
5598
5599         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
5600         new function spin_button_get_arrow_size() instead.
5601
5602         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
5603         arrow was hardcoded, it's now variable.
5604
5605         Fixes bug #50200
5606
5607 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
5608
5609         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
5610         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
5611         for those
5612
5613 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
5614
5615         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
5616         in favor of g_signal_*, gtk_object_* in favor of 
5617         g_object_*.
5618
5619 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
5620
5621         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
5622         from GObject now, we have to use the g_object_* functions, not
5623         gtk_object_*.
5624
5625 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
5626
5627         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
5628         nailed down now (this code is not yet ready for general consumption)
5629
5630 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
5631
5632         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
5633         for use_align
5634
5635 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
5636
5637         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
5638
5639 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
5640
5641         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
5642         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
5643         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
5644         GObject, not GtkObject. (#62621)
5645
5646 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
5647
5648         * tests/testsocket.c: Remove now useless include of unistd.h,
5649         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
5650         
5651 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
5652
5653         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
5654         Pango font API. #61933. (Untested, even for compilation.)
5655
5656 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
5657
5658         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
5659         export gtk_disable_setlocale(). (Caught by Sven Neumann)
5660
5661 2001-10-18  Havoc Pennington  <hp@redhat.com>
5662
5663         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
5664
5665 2001-10-18  Havoc Pennington  <hp@redhat.com>
5666
5667         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
5668         to GTK_RUN_LAST, #50239
5669
5670 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
5671
5672         * gtk/gtkimmodule.c (match_locale):
5673         Support "*" for all locales with least priority
5674         when to select default im module, #58201
5675
5676 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
5677
5678         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
5679         Fix docs. (#61976)
5680  
5681         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
5682
5683         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
5684
5685         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
5686         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
5687         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
5688         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
5689         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
5690         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
5691         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
5692
5693         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
5694
5695         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
5696         Don't restrict the width of the spinbutton entry field 
5697         to 10 digits. (#58681)
5698
5699 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
5700
5701         * tests/testtreeflow.c: new test program for the tree.
5702
5703 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
5704
5705         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
5706         reported by (Oleg Maiboroda), #62600
5707
5708 2001-10-18  Michael Meeks  <michael@ximian.com>
5709
5710         * gtk/gtkentry.c (gtk_entry_set_property),
5711         (gtk_entry_get_property): impl 'text'
5712         (gtk_entry_class_init): add the 'text' prop.
5713         (gtk_entry_insert_text): notify 'text' changed.
5714         (gtk_entry_delete_text): ditto.
5715
5716 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
5717
5718         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
5719         Documentation updates.
5720
5721 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
5722
5723         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
5724         in truncating length of text to MAX_SIZE. (Found by 
5725         Padraig O'Briain, #62055)
5726
5727 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
5728
5729         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
5730         MNEMONIC_ACTIVATE; signal was changed a long time
5731         ago.
5732
5733         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
5734         Fix wrong return statement. (Reported by HideToshi
5735         Tajima and others.)
5736
5737         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
5738         left over select_all vfunc.
5739
5740 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
5741
5742         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
5743         a utility function to translate coordinates relative to
5744         one widget's allocation to coordinates relative to another
5745         widget's allocation.
5746
5747         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
5748         that:
5749          - only accepts external focus if there is no active
5750            member of the group or the button is active.
5751          - makes arrow keys move the active button as well
5752            as the focus
5753          - make tab tab out directly.
5754         This makes a radio button group act as a single focus location.
5755         (#53577).
5756         
5757         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
5758         it was only a small optimization that didn't matter and made
5759         things more complicated.
5760
5761         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
5762         sorter for FOCUS_TAB as we did for the other focus directions,
5763         sort by center of widgets, not upper-left corner. (Shouldn't
5764         matter in general.)
5765
5766         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
5767         from the different types of focusing: encapsulate sorting the
5768         widgets for the focus direction into one routine
5769         (gtk_container_focus_sort()) and then share the work of moving the
5770         focus between the different focus directions.
5771
5772         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
5773         work correctly with focus chains containing non-immediate
5774         children. Sorting was being done using allocation coordinates for
5775         each widget in the focus chain, and if there were intermediate
5776         window-widgets, these allocations would not be in the same
5777         coordinate system.
5778
5779 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
5780
5781         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
5782         mnemonic_activate function to option menu.
5783
5784 2001-10-15  Murray Cumming <murrayc@usa.net>
5785
5786         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
5787           Corrected the type names used in some calls to g_signal_new().
5788         
5789 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
5790
5791         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
5792         specs, use g_pattern_spec_equal() instead of direct field accesses.
5793         upon compressing two equal paths of the same type, the resulting
5794         priority has to be the maximum.
5795         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
5796         GtkPathPriorityType enum and make it a macro.
5797
5798 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
5799
5800         * gtk/gtkwidget.c: Fix some doc comments.
5801
5802 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
5803
5804         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
5805         on empty models.
5806
5807 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
5808
5809         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
5810         Remove stale gdk backend includes.
5811  
5812 2001-10-10  Michael Meeks  <michael@ximian.com>
5813
5814         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
5815         and value_in_list properties.
5816         (gtk_combo_set_value_in_list): notify change.
5817         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
5818
5819 2001-10-11  James Henstridge  <james@daa.com.au>
5820
5821         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
5822         that gtk+ can be built with automake 1.5 while not breaking
5823         things for automake 1.4.
5824
5825 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
5826
5827         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
5828         (#60606)
5829
5830         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
5831         to disable calling setlocale (LC_ALL, "").
5832
5833         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
5834         docs that this function is not typically useful.
5835
5836         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
5837         Automatically initialize GDK for the current locale
5838         on gdk_init(). Don't reset locale to C when
5839         XSupportsLocale() fails.
5840
5841         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
5842         useless checks for UTF-8 locale breakage that mattered
5843         only for X.
5844
5845         * examples/calendar/calendar.c
5846         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
5847         gtk_set_locale().
5848
5849         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
5850         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
5851
5852 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
5853
5854         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
5855
5856         Fixes bug #61904
5857
5858 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
5859
5860         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
5861         new function, #61923
5862         (gtk_tree_selection_path_is_selected): Ditto
5863
5864 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
5865
5866         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
5867         not a GtkObject.  Thanks andersca.
5868
5869         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
5870
5871 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
5872
5873         * gtk/gtktreeviewcolumn.c
5874         (gtk_tree_view_model_sort_column_changed): fix broken code.
5875
5876 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
5877
5878         * gtk/gtkselection.c: s/succesfully/successfully/g
5879
5880 2001-10-08  Havoc Pennington  <hp@pobox.com>
5881
5882         * demos/gtk-demo/stock_browser.c: remove unused enum
5883
5884         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
5885         pass the current selection state of the node in to the user
5886         selection func
5887
5888 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
5889
5890         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
5891         non-existent function gdk_x11_cursor_get_xid 
5892         by gdk_x11_cursor_get_xcursor.
5893
5894 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
5895
5896         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
5897         warning.
5898
5899         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
5900         unref nodes, #okay61676
5901
5902         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
5903         to the property; no need to clear the other columns.  Also, we go
5904         to 'unsorted' if the model supports it.
5905
5906 2001-10-05  Sven Neumann  <sven@gimp.org>
5907
5908         * demos/testpixbuf-save.c
5909         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
5910         feature.
5911
5912 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
5913
5914         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
5915         destroy the search dialog
5916
5917         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
5918         added check to prevent creation of a search dialog if there's
5919         already one around
5920
5921         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
5922         it instead of "search-dialog" (when getting/setting the search dialog
5923         widget).
5924
5925 2001-10-05  Jakub Steiner <jimmac@ximian.com>
5926
5927         * gtk/stock-icons/stock_broken_image.png: broken images icon
5928
5929 2001-10-04  Havoc Pennington  <hp@pobox.com>
5930
5931         Fix #56586
5932         
5933         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
5934         accelerator setting here...
5935
5936         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
5937         because we try to use it when a menu bar hasn't necessarily been 
5938         initialized.
5939
5940 2001-10-03  Havoc Pennington  <hp@redhat.com>
5941
5942         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
5943         it previously verified incorrect behavior
5944
5945         Fixes for #61565
5946         
5947         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
5948         off the end
5949         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
5950         the end
5951         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
5952         the end
5953         (gtk_text_iter_forward_lines): if on the last line, move to end of
5954         it
5955
5956         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
5957         don't return a line off the end
5958
5959 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
5960
5961         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
5962         functions to do_insert_text and do_delete_text, add signals
5963         insert_text, delete_text and changed
5964
5965         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
5966         and changed. Updates to match new situation.
5967
5968         * gtk/gtkspinbutton.c: updates to match new situation
5969
5970         * gtk/gtkoldeditable.h: remove signals changed, insert_text
5971         and delete_text
5972
5973         * gtk/gtkoldeditable.c: updates to match new situation
5974
5975         * gtk/gtktext.c: updates to match new situation
5976
5977         Fixes bug #59803
5978
5979 2001-10-03  Havoc Pennington  <hp@redhat.com>
5980
5981         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
5982         position
5983
5984         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
5985         changes
5986
5987         * tests/testtextbuffer.c (logical_motion_tests): updates
5988
5989 2001-10-03  jacob berkman  <jacob@ximian.com>
5990
5991         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
5992         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
5993         * gtk/gtksettings.c (apply_queued_setting): 
5994         * gtk/gtkmain.c (gtk_init_check): 
5995         * gtk/gtkcontainer.c (gtk_container_child_get_property):
5996         s/retrive/retrieve/
5997
5998 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
5999
6000         * gtk/gtktreemodelsort.[ch]: preparation for surgery
6001         * tests/testtreesort.c: ditto
6002
6003 2001-10-02  Havoc Pennington  <hp@redhat.com>
6004
6005         Throughout: assorted docs
6006         
6007         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
6008         gdk_window_set_geometry_hints() should be used instead.
6009
6010         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
6011         document them
6012
6013         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
6014         seem to exist in any .c files
6015
6016         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
6017         g_return_if_fail (pixel < colormap->size).
6018
6019 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
6020
6021         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
6022         NULL for @target_list to mean, use
6023         gtk_drag_dest_get_target_list (widget).
6024
6025         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
6026         drop could hang when calling gtk_drag_finish with 
6027         success == FALSE and del == TRUE.
6028
6029         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
6030         drops without a matching target found would propagate
6031         to the parent widget rather than being rejected.
6032
6033         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
6034         Use text_view->dnd_mark instead of mark name to be
6035         consistent with the rest of the code.
6036
6037         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
6038         pendantically correct for a drop-only-in-some-places
6039         widget. (Check whether you can insert in drag_drop,
6040         not just in drag_motion ... matters in theory, and
6041         for Motif drag and drop in practice.)
6042
6043         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
6044         Damian Ivereigh to not allow drops on non-editable
6045         entries. (#61124)
6046
6047         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
6048         text to be moved from a non-editable entry.
6049         
6050 2001-10-03  James Henstridge  <james@daa.com.au>
6051
6052         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
6053         s/width/fixed_width/ in order to get things to compile.
6054
6055 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
6056
6057         * gtk/gtkcelleditable.c: docs
6058
6059         * gtk/gtktreemodel.h: more docs.
6060
6061 2001-10-02  Havoc Pennington  <hp@redhat.com>
6062
6063         * gdk/x11/gdkwindow-x11.c: docs
6064
6065         * tests/testtextbuffer.c (logical_motion_tests): add sentence
6066         boundary tests
6067
6068 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
6069
6070         * demos/gtk-demo/Makefile.am: add editable_cells.c,
6071         list_store.c and tree_store.c
6072
6073         * demos/gtk-demo/appwindow.c: remove tearoff item from
6074         File menu, put menubar and toolbar in handle boxes.
6075
6076         * demos/gtk-demo/genincude.pl: various changes to support trees
6077
6078         * demos/gtk-demo/main.c: various changes to support trees
6079
6080         * demos/gtk-demo/stock_browser.c: changed name of demo
6081         to Stock Item and Icon Browser, so geninclude.pl doesn't see
6082         it as child
6083
6084         * demos/gtk-demo/editable_cells.c: new file/demo
6085         * demos/gtk-demo/list_store.c: new file/demo
6086         * demos/gtk-demo/tree_store.c: new file/demo
6087
6088 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
6089
6090         * gtk/gtkrc.c gtk/gtksettings.c: 
6091         g_string_printfa => g_string_append_printf.
6092
6093 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
6094
6095         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
6096         and destroy handler.
6097
6098         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
6099
6100         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
6101         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
6102         Singh <yosh@gimp.org>.
6103
6104 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
6105
6106         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
6107         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
6108
6109         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
6110
6111 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
6112
6113         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
6114         scroll_to_cell delayed code to happen in size_allocate.
6115
6116         * gtk/gtkstyle.c (gtk_default_draw_expander): change
6117         prelight/normal arrow drawing.
6118
6119         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
6120
6121         * gtk/gtktreestore.c: refactor.
6122
6123 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
6124
6125         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
6126         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
6127         centers the child in relation to the to indicator height.
6128
6129 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
6130
6131         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
6132         correct
6133
6134 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
6135
6136         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
6137         property code using g_param_spec_int and changed from
6138         g_value_get_enum to g_value_get_int instead. Probably a better way
6139         to fix the problem :-)
6140
6141 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
6142
6143     * gtk/gtkcellrenderertext.c changed "weight" property type from 
6144       g_param_spec_int to g_param_spec_enum.
6145
6146 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
6147
6148         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
6149         fix: s/Wether/Whether/ in reorderable property description
6150
6151 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
6152
6153         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
6154         start editing when you select with a keyboard.
6155
6156         (gtk_tree_view_button_press_event): much more graceful now.
6157
6158         * gtk/gtkstyle.c: Draw togglebutton better.
6159
6160 2001-09-26  Havoc Pennington  <hp@redhat.com>
6161
6162         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
6163         of passing non-stock label in to gtk_dialog_new_with_buttons
6164
6165         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
6166         debugging updates
6167
6168         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
6169         are private
6170
6171         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
6172         exist, fall back to mnemonic label, not plain label, bug #61184
6173         
6174 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
6175
6176         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
6177         stupid and emitting the signal every time.
6178
6179         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
6180
6181 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
6182
6183        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
6184
6185        * contrib/gdk-pixbuf-xlib/Makefile.am: install
6186        gdk-pixbuf-xlib-2.0.pc.
6187
6188 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
6189
6190         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
6191         problem where menmonic wasn't removed properly when
6192         setting a label when there already is a label.
6193         Also, handle setting the tab label back to the same
6194         value. (#61160, #61161)
6195
6196         * gtk/gtkentry.c (paste_received): Patch from 
6197         Damian Ivereigh to replace selection if there is 
6198         one. (#61121)
6199
6200 2001-09-25  Darin Adler  <darin@bentspoon.com>
6201
6202         * tests/.cvsignore: Ignore new test program.
6203
6204 2001-09-25  Havoc Pennington  <hp@redhat.com>
6205
6206         * gtk/gtktextview.c: fix for #50317
6207         
6208 2001-09-25  Havoc Pennington  <hp@redhat.com>
6209
6210         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
6211         gtk_text_iter_can_insert
6212         
6213         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
6214
6215         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
6216          (gtk_text_iter_can_insert): new function to fix #60282, should
6217         also fix msw's "can paste into empty buffer" bug.
6218
6219         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
6220         "event object,"  #59091
6221
6222         * gtk/gtktextbtree.c: indentation fixes
6223
6224         * gtk/gtktextiter.c (find_by_log_attrs): fixes
6225
6226 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
6227
6228         * configure.in: Version 1.3.9, interface age 0, binary age 0.
6229
6230         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
6231
6232         * NEWS: Updates.
6233
6234 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
6235
6236         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
6237         function for drawing cursors between gtkentry/gtklabel/gtktextview.
6238         Should this be public? It has a bit of an odd interface, but
6239         custom editing widgets probably should be using it.
6240         Function will draw with wider width for taller cursors, and
6241         draws a little indicator arrow to indicate directoin for split 
6242         cursors.
6243
6244         * gtk/gtktextview.c: Add a "cursor_color" property.
6245
6246         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
6247         gtk_text_layout_draw().
6248
6249         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
6250         _gtk_draw_insertion_cursor().
6251
6252 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
6253
6254         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
6255         the behavior where you could turn family_set (etc) back on
6256         and get back the values you had before.
6257
6258         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
6259         g_string_ascii_up() rather than looping through the
6260         string ourself.
6261
6262 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
6263
6264         * gtk/gtktreeviewcolumn.c
6265         (gtk_tree_view_column_set_cell_renderer): Removed
6266         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
6267
6268         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
6269         Patch from Detlef Reichl
6270
6271 2001-09-25  Havoc Pennington  <hp@redhat.com>
6272
6273         * tests/testtextbuffer.c (line_separator_tests): Add tests for
6274         line separators, addresses bug #57428
6275
6276 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
6277
6278         * gtk/gtkentry.c: Make a GtkCellEditable
6279         (get_widget_window_size): Change to let it honor size_allocate
6280         when a CellEditable.
6281
6282         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
6283         editable changes.
6284         (gtk_tree_view_set_cursor): Now you can set the cursor
6285         horizontally, as well as start editing.
6286
6287         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
6288         code to look more like the other check buttons.
6289
6290         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
6291         Change the way we calculate cell size.
6292
6293         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
6294
6295         * demos/gtk-demo/sizegroup.c: Add mnemonics.
6296
6297         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
6298         Fix logic.
6299
6300         * gtk/gtkcellrenderertext.c: Change to be editable.
6301
6302         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
6303
6304         * test/testtreesort.c: Fix misspelling
6305
6306         * test/testreecolumns.c: Add mnemonics.
6307
6308         * test/testreeedit.c: New test program.
6309
6310 2001-09-25  Havoc Pennington  <hp@pobox.com>
6311
6312         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
6313         etc. docs about how these are not going to do what you want for 
6314         the X/win32 ports. Futile attempt to avoid a FAQ...
6315
6316 2001-09-24  James Henstridge  <james@daa.com.au>
6317
6318         * gtk/gtkmarshal.list (VOID): add marshal function types.
6319
6320         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
6321         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
6322         GTK_TYPE_POINTER.
6323         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
6324         with no-op copy/free functions.
6325
6326         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
6327         GtkCTreeNode get_type function.
6328
6329 2001-09-24  Havoc Pennington  <hp@redhat.com>
6330
6331         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
6332         gtktextlayout.c:
6333         Get rid of the newline-that-could-not-be-deleted; buffers may 
6334         now be zero-length. Much easier to fix than expected, once 
6335         I figured out the right way to do it. However, there are 
6336         various subtle bugs introduced by this that will have to get 
6337         sorted out. Please use bugzilla.
6338
6339 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
6340
6341         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
6342         response back from the window manager if our size hasn't changed 
6343         since we won't get a response back from the window manager;
6344         there was code in there to do this, but it was in the wrong
6345         place so if the hints change and the size didn't we'd expect
6346         a response.
6347
6348         Also, optimize the position-only-changed case by running
6349         the resize queue immediately, and clean up some comments
6350         for the changes.
6351
6352 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
6353
6354         * gtk/gtknotebook.h: Add a compat macro that got lost.
6355
6356         * gtk/gtktreestore.c: Doc fixes.
6357
6358         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
6359         leak for windows that receive events after being destroyed.
6360         (#60863, Joshua N. Pritikin)
6361
6362         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
6363         rather than gtk_container_queue_resize().
6364
6365         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
6366         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
6367         gtk_container_child_composite_name. (#60217.)
6368
6369 2001-09-22  Hans Breuer  <hans@breuer.org>
6370
6371         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
6372
6373 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
6374
6375         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
6376         weight value should be an int
6377
6378 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
6379
6380         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
6381         to gtk_menu_scroll_item_visible(). Only call
6382         gtk_menu_scroll_item_visible() if the menu widget has been
6383         realized. Fixes bug #55310.
6384
6385 2001-09-21  Havoc Pennington  <hp@redhat.com>
6386
6387         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
6388         key press to IM context if cursor isn't in an editable location;
6389         bug #58425, patch from Hidetoshi Tajima
6390
6391 2001-09-21  Havoc Pennington  <hp@redhat.com>
6392
6393         Bug #60862
6394         
6395         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
6396         (_gtk_text_btree_unref): fix up mark memory management
6397
6398         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
6399
6400 2001-09-20  Havoc Pennington  <hp@redhat.com>
6401
6402         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
6403         try to handle alignment here, because it's done by PangoLayout
6404         after we set the layout width. Fix from Dov.
6405
6406 2001-09-21  Hans Breuer  <hans@breuer.org>
6407
6408         * gdk/gdk.def :
6409         * gtk/gtk.def : updated externals
6410
6411         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
6412         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
6413         Also handle that Win32 pathes cann't be hard-coded      
6414
6415         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
6416         module, themes etc directory calculations
6417
6418         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
6419         >16 bit right. The size limit within Win9x appears _not_ to be 32767
6420         but slightly smaller ...
6421
6422         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
6423         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
6424
6425         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
6426
6427         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
6428         handling. I'm not sure if it is better now, but at least not worse
6429
6430         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
6431
6432         * gdk/win32/gdkwin32.h : reflect recent API restrictions
6433
6434 2001-09-21  Matt Wilson  <msw@redhat.com>
6435
6436         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
6437         radio_menu_item->group to NULL after removing it from the list, as
6438         it is no longer in the group. (#60869)
6439
6440         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
6441
6442 2001-09-20  Havoc Pennington  <hp@pobox.com>
6443
6444         * configure.in (PANGO_REQUIRED_VERSION)
6445         (ATK_REQUIRED_VERSION): add variables and checks for specific 
6446         versions of dependencies. Previously we didn't verify the 
6447         Pango or ATk versions.
6448
6449 2001-09-09  Havoc Pennington  <hp@pobox.com>
6450
6451         * gtk/gtktextiter.c: fool with indentation
6452         (gtk_text_iter_in_range): add g_return_if_fail
6453
6454 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
6455
6456         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
6457         ref count on new tag to be 1.  Update doc.  (#60836)
6458
6459 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
6460
6461         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
6462         call to gdk_image_new_bitmap(). (#59094, reported by
6463         by Sven Neumann)
6464
6465 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
6466
6467         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
6468         day, as well as the current month and year.
6469         (#59047, reported by Vitaly Tishkov)
6470
6471 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
6472
6473         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
6474         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
6475         
6476 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
6477
6478         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
6479
6480         (build_option_menu): add func argument, connect ::changed
6481         signal to option menu instead of connecting the ::activate
6482         signal to the menu items,
6483
6484         (toplevel): get rid of RADIOMENUTOGGLED macro,
6485
6486         (list_toggle_sel_mode), (clist_toggle_sel_mode),
6487         (ctree_toggle_line_style), (ctree_toggle_expander_style),
6488         (ctree_toggle_justify), (ctree_toggle_sel_mode),
6489         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
6490         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
6491
6492         (notebook_type_changed): merged standard_notebook(),
6493         notabs_notebook(), scrollable_notebook() and borderless_notebook()
6494         into notebook_type_changed()
6495
6496         (create_list), (create_ctree), (create_notebook),
6497         (create_progress_bar): changed OptionMenuItem arrays into
6498         gchar * arrays. Removed "Extended" item where used.
6499
6500         Fixes bug #59885
6501
6502 2001-09-20  Sven Neumann  <sven@gimp.org>
6503
6504         * configure.in
6505         * gdk/Makefile.am
6506         * gtk/Makefile.am
6507         * gtk/gtkselection.c
6508         * gtk/gtktreeview.c
6509         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
6510
6511 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
6512
6513         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
6514         a missing pango_layout_iter_free ().
6515
6516 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
6517
6518         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
6519         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
6520
6521         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
6522         the function definition so we don't accidentally rely on
6523         the compat #define from gtk_radio_menu_item_group.
6524         (#60782, Jeff Franks)
6525
6526 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
6527
6528         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
6529         incorrect values for top, right and bottom due to cut-and-paste
6530         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
6531
6532 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
6533
6534         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
6535         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
6536         window, not just on the client leader. (#58463)
6537
6538 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
6539
6540         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
6541
6542         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
6543         non-public _gtk_menu_item_set_placement.
6544
6545         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
6546
6547 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
6548
6549         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
6550           gdk/linux-fb/gdkcolor-fb.c:
6551         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
6552         (#59723)
6553
6554 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
6555
6556         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
6557         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
6558         #59723)
6559
6560 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
6561
6562         Patch from Frank Belew #59037 for Solaris compilation.
6563
6564         * gtk/maketypes.awk: Change syntax slightly for a call
6565         to sub(), apparently making awk on Solaris happier.
6566
6567         * gtk/gtktreeview.c: Remove C++ comments.
6568
6569 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
6570
6571         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
6572         to handle '99% of the time. (#60473, reported by Christian Rose)
6573
6574         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
6575         which no longer exists. (#60379, reported by Vitaly Tishkov)
6576
6577 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
6578
6579         * Released 1.3.8.
6580
6581         * gdk/Makefile.am: kill EXTRA_DIST clearing.
6582         
6583 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
6584
6585         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
6586         as its broken in automake 1.4, add explicit object rule to
6587         generate this.
6588         
6589         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
6590         get rid of uneccessary stamps, group stuff more logically, and build
6591         sources due to object rules. fix srcdir!=builddir.
6592
6593 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
6594
6595         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
6596         incorrect parameter to compute_double_length
6597         (#58680, patch from Matthias Clasen)
6598
6599         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
6600
6601         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
6602
6603         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
6604         for GDK_RELEASE_MASK to avoid warnings with Forte.
6605
6606         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
6607         break; statements.
6608
6609 2001-09-18  Alex Larsson  <alexl@redhat.com>
6610
6611         * gtk/gtkcheckbutton.c:
6612         * gtk/gtkradiobutton.c:
6613         Don't draw with GTK_STATE_ACTIVE.
6614
6615         * gtk/gtkclist.c:
6616         * gtk/gtkctree.c:
6617         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
6618
6619         * gtk/gtktextdisplay.c:
6620         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
6621         unfocused with base_gc [GTK_STATE_ACTIVE].
6622         
6623         * gtk/gtkentry.c:
6624         Add select all menu-item.
6625         Default cursor color is red.
6626         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
6627         unfocused with base_gc [GTK_STATE_ACTIVE].
6628
6629         * gtk/gtklabel.[ch]:
6630         Add keynav + menu to selectable lables.
6631         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
6632         unfocused with base_gc [GTK_STATE_ACTIVE].
6633
6634         * gtk/gtkfilesel.c:
6635         Add drag and drop support.
6636
6637         * gtk/gtkstyle.c:
6638         (This was checked in earlier)
6639         New default values for text/base SELECTED and ACTIVE
6640         
6641 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
6642
6643         * configure.in: up version to 1.3.8, interface age 0,
6644         binary age 0, depend on glib 1.3.8.
6645
6646         * NEWS: 1.3.8 updates.
6647
6648 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
6649
6650         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
6651         the editing code
6652
6653         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
6654         reason to call it beyond emiting the two signals.
6655
6656         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
6657         to GtkEntry.
6658
6659 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
6660
6661         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
6662           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
6663         PangoFontDescription.
6664
6665         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
6666         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
6667         structure.
6668   
6669         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
6670
6671         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
6672         direct access to style->font. Deprecate gtk_style_ref/unref.
6673   
6674         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
6675         Remove gtk_style_ref/unref with g_object_ref/unref.
6676   
6677         * gtk/gtkcalendar.c: Remove leftover macros accessing
6678         style->font.
6679   
6680         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
6681         variable.
6682   
6683         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
6684         style->font.
6685
6686 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
6687
6688         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
6689         "can_activate" properties in favor of
6690         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
6691         and GTK_CELL_RENDERER_MODE_EDITABLE
6692
6693 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
6694
6695         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
6696         editable widgets.  This function is private, and should only be
6697         used by GtkTreeView.
6698
6699 2001-09-18  Matt Wilson  <msw@redhat.com>
6700
6701         * docs/Makefile.am (EXTRA_DIST): don't use += before =
6702
6703         * docs/faq/Makefile.am (EXTRA_DIST): likewise
6704
6705         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
6706         
6707         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
6708         (EXTRA_HEADERS): likewise
6709
6710         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
6711         (EXTRA_HEADERS): likewise
6712         (EXTRA_DIST): likewise
6713         (CLEANFILES): likewise
6714
6715         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
6716
6717         * tests/Makefile.am (EXTRA_DIST): likewise
6718         
6719         * Makefile.am (install-data-local): changed to use
6720         install-data-hook, which runs after install-pkgconfigDATA, so that
6721         the pkgconfigdir will have been created and populated first.
6722
6723 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
6724
6725         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
6726         be the last big GtkTreeView API change.
6727
6728         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
6729         replace with "activate" and "start_editing".  Also, added a
6730         "can_activate" and "can_edit" property.
6731
6732         * gtk/gtktreeviewcolumn.c: modify to use above.
6733
6734 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
6735
6736         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
6737
6738 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
6739
6740         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
6741         icon instead of one with ugly white background.
6742
6743 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
6744
6745         * demos/gtk-demo/stock_browser.c (id_to_macro): make
6746         the uppercasing work. (#59550)
6747
6748 2001-09-14  Jakub Steiner <jimmac@ximian.com>
6749
6750         * gtk/stock-icons/dialog_error.png:
6751         * gtk/stock-icons/dialog_question.png: more road signs
6752
6753 2001-09-13  Jakub Steiner <jimmac@ximian.com>
6754
6755         * gtk/stock-icons/dialog_question.png:
6756         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
6757           like a road sign.
6758
6759 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
6760
6761         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
6762         signals to make them more clear.  Also, change ::range_changed to
6763         ::row_changed.
6764         * gtk/gtktreemodel.c: Adjust to interface change
6765         * gtk/gtktreemodel.h: ditto
6766         * gtk/gtktreemodelsort.c: ditto
6767         * gtk/gtktreestore.c: ditto
6768         * gtk/gtkliststore.c: ditto
6769         * gtk/gtktreeview.c: ditto
6770         * tests/testtreecolumns.c: ditto
6771         * gtk/gtkmarshal.list: Actually remove a marshaller!
6772
6773 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
6774
6775         * gtk/gtktextview.c
6776         Add support for Ctrl+Up/Down arrow to move cursor to beginning
6777         of previous/next paragraph. If within a paragraph cursor moves to
6778         beginning of that paragraph.
6779
6780 2001-09-12  Jakub Steiner <jimmac@ximian.com>
6781
6782         * gtk/stock-icons/dialog_question.png: replacing the shaky
6783           question mark with a sans-serif one.
6784         * gtk/stock-icons/stock_top.png, stock_bottom.png,
6785      stock_first.png, stock_last.png: using the new style arrows
6786         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
6787      colors.
6788         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
6789      color.
6790         * gtk/stock-icons/stock_zoom*: anti-aliased
6791         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
6792      '-' with a '_', removed the wrong files
6793
6794 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
6795  
6796         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
6797  
6798         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
6799         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
6800         than in gtk-2.0/major.minor.micro/<type>/. This
6801         works better for a search path for modules.
6802  
6803         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
6804         gtk_binary_version variable holding major.minor.(micro-binary_age).
6805  
6806         * modules/input/Makefile.am (moduledir): Fix installation
6807         directory to match change in lookup location.
6808  
6809         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
6810         suffixes. Needs to be handled in g_module_build_path().
6811
6812         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
6813         appropriate.
6814  
6815 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
6816
6817         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
6818         causing RC properties not to work.
6819
6820 2001-09-11  Jakub Steiner <jimmac@ximian.com>
6821
6822         * gtk/stock-icons/dialog-error.png: less drastic
6823         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
6824           "STOP" is international enough.
6825         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
6826         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
6827
6828 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
6829
6830         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
6831         (add|remove)_selection_clipboard symmetric. (bug #59836)
6832
6833         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
6834         Avoid SEGV for empty tree. (bug #60243)
6835
6836 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
6837
6838         * tests/testgtk.c (create_idle_test): slight fix for
6839         g_object_set() not usable for nesting anymore.
6840
6841         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
6842         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
6843         properties, supply ::shadow_type properties instead as most
6844         other widgets do.
6845
6846 2001-09-10  Alex Larsson  <alexl@redhat.com>
6847
6848         * demos/gtk-demo/stock_browser.c:
6849         * gdk/gdkcolor.c:
6850         * gdk/gdkfont.c:
6851         * gdk/gdkcursor.c:
6852         * gdk/gdkevents.c:
6853         * gdk/gdkrectangle.c:
6854         * gtk/gtktypeutils.c:
6855         Update to use the new g_boxed_type_register_static API.
6856
6857 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
6858
6859         * gtk/gtktreestore.c:
6860         Fix looping in gtk_tree_store_init() waiting for zero random int.
6861
6862 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
6863
6864         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
6865         behaviour which havoc broke. they have to default to 1.0 for
6866         expand behaviour.
6867
6868         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
6869
6870 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
6871
6872         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
6873         Amend previous change to avoid runtime error in g_param_spec_ref()
6874
6875 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
6876
6877         * gtk/gtkrc.c (insert_rc_property): Fix blank line
6878         in the wrong place.
6879
6880 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
6881
6882         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
6883         do a lookup immediately after creating style->property_cache,
6884         since bsearch crashes on zero length for Solaris.
6885         (Found by Padraig O'Briain.)
6886
6887 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
6888
6889         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
6890         Really return NULL if not set.
6891         (gtk_widget_init): Remove unused varaible.
6892         
6893 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
6894
6895         * configure.in:
6896         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
6897         in cvs.
6898
6899 2001-09-08  Havoc Pennington  <hp@pobox.com>
6900
6901         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
6902         people might want to use
6903
6904 2001-09-08  Havoc Pennington  <hp@pobox.com>
6905
6906         * gtk/gtkalignment.c (gtk_alignment_class_init): default
6907         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
6908
6909         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
6910
6911         * gtk/gtktextiter.c: fix docs
6912         (gtk_text_iter_spew): get rid of this
6913
6914         * gtk/gtklayout.c: docs
6915
6916         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
6917         to center image and label together, instead of having image on
6918         left and label centered, patch/suggestion from Jacob
6919
6920         * gtk/gtkdialog.c: docs
6921
6922 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
6923
6924         * gtk/gtkliststore.c: Write documentation
6925         * gtk/gtktreestore.c: Write documentation
6926
6927 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
6928
6929         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
6930         with GArray and bsearch(), to remove dependency on a still
6931         evolving interface that we want to keep private to glib/gobject. 
6932
6933 2001-09-08  Havoc Pennington  <hp@pobox.com>
6934
6935         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
6936         docs fixes
6937
6938         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
6939
6940         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
6941
6942         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
6943
6944         * gtk/gtkscrolledwindow.h: docs fixes
6945
6946         * gtk/gtkimage.c (gtk_image_new): docs fixes
6947
6948 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
6949
6950         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
6951         false alarm  constness warning with a cast.
6952
6953         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
6954         for the inside-gdk case.
6955
6956 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
6957
6958         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
6959         remove g_print.
6960
6961         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
6962         change models, #59899
6963
6964 2001-09-07  Havoc Pennington  <hp@pobox.com>
6965
6966         * gtk/gtkmain.c: move some docs inline
6967
6968 2001-09-07  Havoc Pennington  <hp@pobox.com>
6969
6970         * gtk/gtk.h: tsk tsk, jrb broke the build
6971
6972 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
6973
6974         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
6975         Removed 'fill' attribute.  It was silly b/c that was a property of
6976         the cell renderer, anyway.
6977         (gtk_tree_view_column_render): Actually render the packed
6978         renderers.
6979         * doc/tree-column-sizing.txt: initial devel documentation.
6980         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
6981         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
6982
6983         * tests/testtreefocus.c: fix up to reflect above changes.
6984         * tests/testtreeview.c: ditto
6985         * demos/gtk-demo/stock_browser.c: ditto
6986
6987 2001-09-07  Alex Larsson  <alexl@redhat.com>
6988
6989         * gdk/linux-fb/gdkcolor-fb.c:
6990         Removed unused function.
6991         
6992         * gdk/linux-fb/gdkdrawable-fb2.c
6993         * gdk/linux-fb/gdkfont-fb.c:
6994         Use PangoLanguage functions.
6995
6996         * gdk/linux-fb/gdkinput.c:
6997         * gdk/linux-fb/gdkselection-fb.c:
6998         Fix const warnings.
6999         
7000         * gdk/linux-fb/gdkwindow-fb.c:
7001         Fix warning. Implement gdk_window_set_icon_list() and
7002         gdk_window_get_frame_extents(). (No icon support yet though.)
7003
7004         * gtk/gtkwindow.c (gtk_window_get_position):
7005         If window->frame is set get the extents of it instead.
7006         
7007 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
7008
7009         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
7010         Make the default default colormap the GdkRGB colormap,
7011         not the system colormap.
7012
7013         * gtk/gtkinvisible.c (gtk_invisible_init) 
7014           gtk/gtkwindow.c (gtk_window_init): Set the current
7015         colormap, as returned by _gtk_widget_peek_colormap()
7016         on the widget.
7017
7018         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
7019         to GTK+. Make it return %NULL instead of the default
7020         colormap if no colormap has explicitely been pushed.
7021
7022         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
7023         colormaps on ancestral widgets before defaulting the
7024         the system default colormap.
7025
7026         * docs/Changes-2.0.txt: explain colormap changes.
7027
7028 2001-09-07  Havoc Pennington  <hp@redhat.com>
7029
7030         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
7031         #57424
7032
7033 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
7034
7035         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
7036         make gdk_set_use_xshm a noop. Remove --no-xshm command line
7037         option. If we aren't autodetecting properly, we need
7038         to fix the problem, or at least make it an environment
7039         variable setting, to avoid problems with propagating
7040         to embedded children, plugins, etc.
7041
7042         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
7043
7044         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
7045         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
7046         New function to render a pixmap and mask for a particular colormap.
7047
7048         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
7049         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
7050         of internal implementation of the same.
7051
7052 2001-09-07  Havoc Pennington  <hp@redhat.com>
7053
7054         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
7055         debug code that seems to have caused a breakpoint in valid cases
7056         
7057         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
7058         pointer on the first view when adding the second view, fixes
7059         crash when closing gtk-demo text test with active selection
7060
7061         * gtk/gtktextbuffer.c
7062         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
7063         clipboards in the list of clipboards - probably fixes #59836
7064
7065 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
7066
7067       Make gdkx.h the only installed header from gdk/x11.
7068       All structures in gdk/x11 are opaque.
7069
7070         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
7071         Don't install gdk{drawable,pixmap,window}-x11.h.
7072
7073         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
7074         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
7075         GdkVisualClass into C files.
7076
7077         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
7078
7079         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
7080         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
7081         Add public functions to replace previously exported direct
7082         structure access.
7083         gdk_x11_colormap_get_{xdisplay,xcolormap} 
7084         gdk_x11_cursor_get_{xdisplay,xcursor},
7085         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
7086         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
7087         gdk_x11_gc_get_{xdisplay,ximage}
7088         
7089         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
7090         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
7091
7092       Fix a number of variables and functions that were exported
7093       "accidentally" from GDK.
7094
7095         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
7096         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
7097         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
7098         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
7099         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
7100         gdk_event_queue_find_first, gdk_event_queue_remove_link,
7101         gdk_event_queue_append, gdk_event_button_generate,
7102         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
7103
7104         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
7105            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
7106         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
7107         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
7108         gdk_use_xshm, gdk_input_ignore_core.
7109
7110         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
7111         #defines to namespace functions into the private _gdk_ 
7112         namespace.
7113
7114         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
7115         to replace gdk_parent_root exported variable. Adjust and
7116         deprecate GDK_ROOT_PARENT().
7117
7118         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
7119         GDK_ROOT_PARENT usage, remove includes of port-specific
7120         headers.
7121
7122         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
7123         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
7124         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
7125
7126         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
7127         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
7128         gdk_wm_delete_window functions, gdk_wm_take_focus, 
7129         use gdk_atom_intern() instead.
7130
7131         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
7132           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
7133           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
7134           gtk/gtkselection.c 
7135         Unexport gdk_selection_property, just use 
7136         gdk_atom_intern ("GDK_SELECTION").
7137
7138         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
7139         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
7140         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
7141         GdkVisualprivate, gdk_x11_gc_flush.
7142
7143       Make a number of public exports of variables into functions
7144       to increase encapsulation.
7145
7146         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
7147         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
7148         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
7149
7150         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
7151         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
7152         gdk_error_warnings.
7153
7154         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
7155           docs/Changes-2.0.txt: 
7156         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
7157         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
7158         Add gdk_x11_get_default_xdisplay().
7159
7160         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
7161         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
7162         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
7163         Don't export gdk_progclass, move --class command line
7164         option and handling to common portion of GDK.
7165
7166       Miscellaneous fixes:
7167
7168         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
7169         g_return_val_if_fail that should have been g_return_if_fail.
7170
7171         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
7172         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
7173
7174         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
7175         X11 dependency.
7176
7177         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
7178         Remove unused gdk_key_repeat_disable/restore.
7179
7180         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
7181         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
7182         Remove unused gdk_null_window_warnings variable.
7183
7184         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
7185         it can be retrieved from the repository; it is too far
7186         from functional to be worth having people check out;
7187         it would be easier to start from scratch, I suspect.
7188
7189         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
7190
7191         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
7192         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
7193         Fix some accidentally global variables and unused global variables.
7194
7195         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
7196         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
7197         Fix some accidentally global variables and unused global variables.
7198
7199       Add some space for future expansion to multihead.
7200
7201         * gdk/gdkdrawable.h: Add four reserved function pointers
7202         for future expansion of GdkDrawableClass.
7203
7204         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
7205         where we can put a GdkScreen * later.
7206
7207 2001-09-07  Havoc Pennington  <hp@redhat.com>
7208
7209         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
7210         adjustments after validating destination yrange; fixes #53918
7211         (This may cause other issues, but I hope it won't)
7212         
7213 2001-09-05  Havoc Pennington  <hp@redhat.com>
7214
7215         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
7216         line into start line, update the character counts in parent nodes; 
7217         caused a bug when end and start line had different parent nodes.
7218
7219 2001-08-30  Havoc Pennington  <hp@redhat.com>
7220         
7221         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
7222         assertion that tag is in a table
7223
7224 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
7225
7226         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
7227         g_strcasecmp on NULL strings. (#59058)
7228
7229 2001-09-06  Alex Larsson  <alexl@redhat.com>
7230
7231         * gtk/gtkbin.c:
7232         * gtk/gtkfontsel.c:
7233         * gtk/gtkspinbutton.c:
7234         * gtk/gtktipsquery.c:
7235         Use GtkType/GType instead of uint.
7236
7237 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
7238
7239         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
7240         sort column.
7241
7242         * gtk/gtktreestore.c (gtk_list_store_init): ditto
7243
7244         * gtk/gtktreesortable.c: add docs.
7245
7246 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
7247
7248         * Version 1.3.7
7249
7250         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
7251         docs for gtk-config
7252
7253         * modules/input/Makefile.am (install-data-local): Don't
7254         run gtk-query-immodules if DESTDIR is set.
7255
7256         * NEWS: Various additions.
7257
7258 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
7259
7260         * NEWS: updates for 1.3.7 release.
7261
7262 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
7263
7264         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
7265         handle default sort feature
7266
7267         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
7268         new function to handle default sort.
7269         (gtk_tree_sortable_has_default_sort_func): check if default sort
7270         is set.
7271
7272         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
7273         handle default sort feature
7274
7275 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
7276
7277         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
7278         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
7279         #59731
7280
7281 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
7282
7283         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
7284         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
7285         time, #59727
7286
7287         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
7288         correctly.
7289
7290 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
7291
7292         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
7293         so that we don't eternally update the keymap after we
7294         get a change notification.
7295
7296         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
7297         incorrect cast.
7298
7299 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
7300
7301         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
7302         it working. It mostly works now, although there're still a few issues
7303         to be worked out.
7304
7305         * tests/testtreesort.c (main): changes to have a better test
7306         application for the GtkTreeModelSort.
7307
7308 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
7309
7310         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
7311         fix for bug #59222.
7312
7313         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
7314         gpointer search_data argument to function definition and
7315         prototype, to match GtkTreeViewSearchEqualFunc typedef.
7316
7317 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
7318
7319         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
7320         per jrb's request.
7321
7322 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
7323
7324         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
7325
7326         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
7327
7328 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
7329
7330         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
7331         Instead of always mirroring the selection to a single PRIMARY
7332         selection, allow it to be mirrored to any number of clipboards.
7333
7334         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
7335         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
7336
7337         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
7338         GtkClipboard argument, and for paste_clipboard, the
7339         @override_location argument from @paste_primary.
7340
7341         * gtk/gtktextview.c: Adapt to above change.
7342         
7343 2001-08-30  Havoc Pennington  <hp@redhat.com>
7344
7345         * gtk/gtktextview.c (invalidated_handler): put validate idle at
7346         resize - 2 just for flexibility
7347
7348 2001-08-30  Havoc Pennington  <hp@redhat.com>
7349
7350         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
7351         object from the empty-child-anchor case by drawing a little box.
7352         
7353         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
7354         if the child anchor has no anchored widgets - fixes #59328.
7355
7356         Also, remove bizarre deletion of preedit string that seems to have
7357         gotten in here somehow.
7358
7359 2001-08-30  Havoc Pennington  <hp@redhat.com>
7360
7361         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
7362         to #58420 from Hidetoshi Tajima and Matthias Clasen
7363
7364 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
7365
7366         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
7367         change color when the GtkTreeView loses focus.
7368
7369         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
7370         ditto.
7371         
7372         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
7373
7374 2001-08-28  Havoc Pennington  <hp@pobox.com>
7375
7376         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
7377
7378 2001-08-28  Havoc Pennington  <hp@pobox.com>
7379
7380         * demos/gtk-demo/main.c (setup_default_icon): add default icon
7381
7382         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
7383         warning fix
7384         (gtk_radio_button_new_with_label): warning fix
7385
7386         * gtk/gtkdnd.c: used some random GtkImage private structs, 
7387         update to reflect GtkImage changes
7388
7389         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
7390         whether the hint is supported, just always set the icon. A task
7391         list might want to use it even if the WM doesn't, and the WM may
7392         change over time. Also, XDeleteProperty() if list == NULL.
7393
7394         * gtk/gtkwindow.c (gtk_window_set_icon_list)
7395         (gtk_window_get_icon_list)
7396         (gtk_window_set_icon)
7397         (gtk_window_get_icon)
7398         (gtk_window_set_default_icon_list)
7399         (gtk_window_get_default_icon_list):
7400         new functions
7401
7402         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
7403
7404         * gtk/gtkimage.c: Implement property support, bug #59408
7405
7406         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
7407         on reparent-without-removing-first a bit more helpful.
7408         Let's just destroy this FAQ.
7409
7410 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
7411
7412         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
7413         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
7414
7415 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
7416
7417         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
7418         of use_text_format to the end of the function. (#56447)
7419
7420 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
7421
7422         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
7423         only in response to an area_prepared signal.
7424
7425 2001-08-28  Alex Larsson  <alexl@redhat.com>
7426
7427         * gtk/gtkwidget.c (gtk_widget_class_init):
7428         Make unrealize GTK_RUN_LAST.
7429
7430 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
7431
7432         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
7433         with_label and with_mnemonic should create radio buttons, not
7434         check buttons
7435
7436 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
7437
7438         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
7439         * tests/treestoretest.c (make_window): ditto
7440         * demos/gtk-demo/main.c (create_tree): ditto
7441         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
7442
7443 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
7444
7445         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
7446         GTK selection types rather than GtkTreeSelectionMode.
7447
7448         * docs/Changes-2.0: Add comment about selection change.
7449
7450 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
7451
7452         * gtk/gtkenums.h (GtkSelectionMode): deprecate
7453         GTK_SELECTION_EXTENDED.
7454
7455         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
7456         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
7457
7458         * gtk/gtkctree.c: ditto
7459
7460         * gtk/gtklist.c: ditto
7461
7462         * gtk/gtktree.c: ditto
7463
7464 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
7465
7466         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
7467         of typos in compat macros. (#59624, Skip Montaro)
7468
7469 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
7470
7471         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
7472         macro.
7473
7474          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
7475  
7476         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
7477         interface to be a standard setter from gtk_menu_item_right_justify.
7478         (gtk_menu_item_get_right_justified): a getter to go with the setter
7479
7480         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
7481         gtk_menu_item_right_justify.
7482
7483         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
7484         gtk_menu_item_set_right_justified.
7485  
7486 2001-08-27  Jens Finke <jens@gnome.org>
7487
7488         * gtk+.spec.in: Updated to match gpp requirements, reworked the
7489         files section to make it work with 1.3.x releases.
7490
7491 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
7492
7493         * gtk/gtkbutton.[ch]:
7494         Add properties for labels, mnemonics and stock items.
7495         Added C accessor functions for the properties.
7496         Removed deprecated button->child.
7497
7498         * gtk/gtkradiobutton.c:
7499         * gtk/gtktogglebutton.c:
7500         Update to use the functions in GtkButton.
7501
7502         * gtk/gtkcheckbutton.c:
7503         Update to use the functions in GtkButton.
7504         Changed size allocation of child. Now only gets as much
7505         space as it requests.
7506
7507         * gtk/gtkclist.c:
7508         Don't use GtkButton->child
7509
7510         * gtk/gtklabel.c:
7511         Fixed typo in docs
7512         
7513 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
7514
7515         * tests/testgtk.c:
7516         * tests/Makefile.am:
7517         Ressurect the properties test.
7518         I don't care if it is inferior, I just want to test my property code.
7519
7520 2001-08-25  Chema Celorio  <chema@celorio.com>
7521
7522         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
7523         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
7524         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
7525
7526 2001-08-24  Havoc Pennington  <hp@pobox.com>
7527
7528         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
7529         these are already in gtkmenu.h, and the copies
7530         here were broken.
7531
7532         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
7533
7534         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
7535         special-case bitmaps to allow no colormap
7536         (bitmap1): implement no-colormap bitmap-getting
7537         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
7538         alpha
7539         (rgb8): indentation
7540         (rgb1a, rgb1): change the way we read the data out of the image, 
7541         old way didn't seem to work quite right.
7542
7543         I'm pretty sure a lot of the rgbconvert code is still broken.
7544         
7545         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
7546         above position constraint (I really intended to do this before,
7547         don't know what's up with that)
7548         (gtk_XParseGeometry): shut up gcc
7549
7550         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
7551         and "0" should have been. remove the attempted 4-bytes-at-once
7552         optimization, it was totally broken.
7553
7554 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
7555
7556         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
7557         on push to buttons (based on patch from Soeren Sandmann, #54720)
7558
7559           - Add child_displacement_x/y style properties to control how far the
7560             child moves when the button is depressed.
7561
7562           - Add non-exported function _gtk_button_set_depressed to clean
7563             up the handling of the in/out shadow and separate it frmo
7564             widget->state.
7565
7566           - Lots of code cleanup and simplification of state handling
7567             for GtkButton/GtkToggleButton.
7568  
7569         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
7570         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
7571
7572 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
7573
7574         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
7575         and make gtk_image_new() take no arguments. The compiler will
7576         catch it, and it is vastly more useful than having
7577         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
7578
7579         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
7580         to add tearoff-title property (#51319, Lee Mallabone)
7581
7582 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
7583
7584         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
7585         gtk_menu_item_configure(). (#58925)
7586
7587 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
7588
7589         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
7590         "use_align" to give people the option to just make a cell visible.
7591
7592         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
7593         we were scrolling past the end of the tree.
7594
7595         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
7596         rename gtk_tree_view_column_pack_start_cell_renderer to
7597         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
7598
7599 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
7600
7601         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
7602         a stray g_object_ref() left over from gtk_object_ref/sink.
7603         (Pointed out by Josh Pritikin.)
7604
7605 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
7606
7607         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
7608         to gtk_container_get_children. Added deprecated compatibility
7609         macro. (Suggested by Vitaly Tishkov, #59051)
7610
7611         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
7612         calls.
7613
7614 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
7615
7616         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
7617         gtk_menu_bar_append/prepend/insert, forgot to do this
7618         when we deprecated gtk_menu_append/prepend/insert.
7619
7620         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
7621         compat macros.
7622
7623         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
7624         renamed by compat macro.
7625
7626         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
7627         gtk_font_selection_dialog_get_font(). (Suggested by
7628         Vitaly Tishkov, #59383)
7629
7630 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
7631
7632         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
7633         Rename from gtk_text_tag_table_size(). (#59366)
7634
7635 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
7636
7637         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
7638         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
7639         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
7640         (#59173).
7641
7642 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
7643
7644         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
7645         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
7646         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
7647
7648 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
7649
7650         [ Patch from Sebastian Wilhelmi, 52790 ]
7651
7652         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
7653
7654         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
7655         Move compatibility macros from g[dt]kcompat.h to within 
7656         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
7657
7658         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
7659
7660         * demos/Makefile.am demos/gtk-demo/Makefile.am 
7661           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
7662           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
7663
7664         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
7665                  testpixbuf.c}: Fix usages of deprecated functions.
7666
7667 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
7668
7669         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
7670         when changing models.
7671
7672 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
7673
7674         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
7675         We check the current event for modifiers rather than try to trap
7676         all presses.
7677
7678 2001-08-22  Anders Carlsson  <andersca@gnu.org>
7679
7680         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
7681         It's LIST_STORE, not LISTSTORE.
7682
7683 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
7684
7685         * gtk/gtk.h: Remove commented out gtkpacker reference.
7686
7687 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7688
7689         * configure.in (all_loaders): Add tga loader, 
7690         patch by Nicola Girardi. (#56067)
7691
7692 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
7693
7694         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
7695         a little.  More needs to be done tomorrow.
7696
7697 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
7698
7699         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
7700
7701 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
7702
7703         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
7704         reported by Kristian Rietveld <kristian@planet.nl> to handle row
7705         == NULL.
7706         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
7707         <kristian@planet.nl> to change destroy order.
7708
7709 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
7710
7711         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
7712         correct marshaller.
7713
7714 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
7715
7716         * gtk/gtkliststore.c: Fix up warnings, #58928.
7717
7718         * gtk/gtktreeselection.h: Change signal prototype, #58647
7719
7720         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
7721         #59221.
7722
7723         * gtk/gtkstyle.c: Actually prelight arrow, #50981
7724         
7725 2001-08-18  Hans Breuer  <hans@breuer.org>
7726
7727         * gdk/gdk.def : updated externals
7728
7729         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
7730         is required to get (at least) visible in entry fields. Some selections
7731         are really handled now - even on win32 - but copying via middle
7732         mouse button into a different app needs to wait ... 
7733
7734         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
7735         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
7736
7737         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
7738         handling. I'm not sure if it is better now, but at least not worse
7739
7740         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
7741         with SetWindowPos () which allows more fine-tuning backing-store wise
7742
7743         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
7744         Also changed move/resize to be more like the X version.
7745
7746         * gtk/gtk.def : updated externals
7747
7748 2001-08-19  Sven Neumann  <sven@gimp.org>
7749
7750         * gtk/gtktooltips.c
7751         * tests/testtreesort.c
7752         * tests/treestoretest.c: inserted some casts to get rid of compiler
7753         warnings.
7754
7755 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
7756
7757         * gtk/gtktreeviewcolumn.c
7758         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
7759
7760         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
7761         (_gtk_tree_view_find_node): If *node is NULL,
7762         *tree should be NULL too.
7763
7764         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
7765         column/renderers.
7766         * tests/testtreecolumns.c: ditto
7767         * tests/testtreefocus.c: ditto
7768         * tests/testtreesort.c: ditto
7769         * tests/testtreeview.c: ditto
7770         * tests/treestoretest.c: ditto
7771
7772 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
7773
7774         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
7775         signals; is_expander/is_expanded.
7776
7777         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
7778         pixbufs.
7779
7780         * gtk/gtktreeview.c: set above properties.
7781
7782 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
7783
7784         * gtk/gtkwidget.h: Really remove set_default_style().
7785
7786         * docs/Changes-2.0.txt: added a note about
7787         gtk_widget_push/pop/set_default_style.
7788
7789 2001-08-18  Havoc Pennington  <hp@pobox.com>
7790
7791         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
7792         hints_changed in addition to the other cases.
7793         (gtk_window_move_resize): include last position from configure
7794         notify in debug spew
7795
7796 2001-08-18  James Henstridge  <james@daa.com.au>
7797
7798         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
7799         second argument to the weak ref notify, cleaning up some uglyness.
7800         (gtk_accel_group_attach): remove and add the weak notifier when
7801         changing the accel groups slist.
7802         (gtk_accel_group_detach): same here.
7803
7804 2001-08-17  Darin Adler  <darin@bentspoon.com>
7805
7806         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
7807         missing parameters to utf8 functions to make it compile.
7808
7809 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
7810
7811         * gtk/gtktreeprivate.h:
7812         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
7813         (gtk_tree_view_init), (gtk_tree_view_set_property),
7814         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
7815         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
7816         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
7817         (gtk_tree_view_set_destroy_count_func),
7818         (gtk_tree_view_set_enable_search),
7819         (gtk_tree_view_get_enable_search),
7820         (gtk_tree_view_get_search_column),
7821         (gtk_tree_view_set_search_column),
7822         (gtk_tree_view_get_search_equal_func),
7823         (gtk_tree_view_set_search_equal_func),
7824         (gtk_tree_view_search_dialog_destroy),
7825         (gtk_tree_view_search_position_func),
7826         (gtk_tree_view_interactive_search),
7827         (gtk_tree_view_search_delete_event),
7828         (gtk_tree_view_search_button_press_event),
7829         (gtk_tree_view_search_key_press_event),
7830         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
7831         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
7832         * gtk/gtktreeview.h:
7833         Add heavily modified patch from Kristian Rietveld to handle
7834         interactive searching.
7835
7836 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
7837
7838         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
7839         string parameter.
7840
7841         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
7842         GtkMenuShell::selection_done, now that we have it, instead of 
7843         ::deactivate so we're not tearing the menu apart and notify
7844         the user prematurely.
7845
7846 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
7847
7848         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
7849         window, clear window->need_default_position to avoid infinite loops.
7850         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
7851
7852 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
7853
7854         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
7855         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
7856         (gtk_tree_view_set_property): don't cast possible NULL objects.
7857         (gtk_tree_view_destroy): reset the model to NULL.
7858
7859         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
7860         parent_class handler.
7861
7862 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7863
7864         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
7865
7866 2001-08-17  Anders Carlsson  <andersca@gnu.org>
7867
7868         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
7869         point numbers so that the result will be floating point.
7870
7871 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7872
7873         * tests/testgtk.c (create_handle_box): 
7874         (create_toolbar): Replace gtk_window_set_policy calls by
7875         gtk_window_set_resizable.
7876
7877 2001-08-16  Jakub Steiner <jimmac@ximian.com>
7878
7879         * gtk/stock-icons/dialog_info.png: new style bulb
7880         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
7881         * gtk/stock-icons/dialog_warning.png: need a hand?
7882         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
7883           the aa border gets chopped off ok
7884         * gtk/stock-icons/stock_colorselector.png: using the new hand
7885         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
7886           this one is for, but the old icon was butt ugly.
7887         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
7888         * gtk/stock-icons/stock*_insert_object.png: "
7889         * gtk/stock-icons/stock_index.png: using new hand icon
7890         * gtk/stock-icons/stock*_new.png: the document template being used 
7891           elsewhere too
7892         * gtk/stock-icons/stock*_print*.png: new print and print preview 
7893           icons (panel/menu)  
7894         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
7895           icons based on Tuomas' floppy image.
7896         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
7897         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
7898         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
7899         * gtk/stock-icons/stock*_undelete.png: "
7900         * gtk/stock-icons/stock_preferences.png: I have a version with a 
7901           document base if the sliders are no good.
7902         * gtk/stock-icons/stock_properties.png: properties 
7903         
7904
7905         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
7906           (tigert@ximian.com) clipboard icons
7907         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
7908         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
7909         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
7910           little bigger IMHO
7911
7912 2001-08-16  Sven Neumann  <sven@gimp.org>
7913
7914         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
7915
7916 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
7917
7918         * gtk/gtkcellrenderertext.c:
7919         Avoid warning when specifying NULL for "attributes" property
7920
7921 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7922
7923         * docs/debugging.txt: Add a warning about --enable-debug=no,
7924         some editorial changes.
7925
7926 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7927
7928         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
7929         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
7930         debugging info, remove unused debug flags. (#58330)
7931
7932 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
7933
7934         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
7935         (gtk_tree_selection_select_all): Remove strict checking for rows.
7936
7937 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
7938         
7939         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
7940         Don't remove the tooltip window when the tip text changes. (#15891)
7941
7942 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
7943
7944         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
7945         $(srcdir).
7946
7947 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
7948
7949         * Makefile.am (EXTRA_DIST): Fix problem with trying to
7950         dist files from intl/, which is no longer there.
7951
7952 2001-08-11  Hans Breuer  <hans@breuer.org>
7953
7954         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
7955           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
7956           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
7957           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
7958           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
7959           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
7960
7961         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
7962           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
7963         GDK_TYPE_EVENT signals
7964
7965         * gtk/gtkalignment.c : removed 'direct allocation bug',
7966         which Tim discovered while reading the patch
7967
7968 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
7969
7970         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
7971         compat macros for push/pop/set_visual that were supposed
7972         to be added a long time ago, but got dropped. 
7973
7974 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
7975
7976         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
7977         property notifies.
7978
7979 2001-08-07  Havoc Pennington  <hp@pobox.com>
7980
7981         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
7982
7983         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
7984         some fixage is needed here, but nothing simple. Owen understands
7985         it. ;-)
7986
7987         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
7988         sizing and positioning.  Also, fix bug in compute_geometry_hints
7989         (width/height confusion for setting min size). 
7990         (gtk_window_move): new function
7991         (gtk_window_resize): new function
7992         (gtk_window_get_size): new function
7993         (gtk_window_get_position): new function
7994         (gtk_window_parse_geometry): new function
7995         
7996         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
7997         (gtk_widget_get_size_request): new function
7998         (gtk_widget_get_usize): delete, that was a short-lived function
7999         ;-)
8000         (gtk_widget_set_usize): deprecate
8001         (gtk_widget_set_uposition): deprecate, make it a trivial 
8002         gtk_window_move() wrapper
8003         (gtk_widget_class_init): remove x/y/width/height properties,
8004         add width_request height_request
8005         
8006         * demos/*: update to avoid deprecated functions
8007         
8008         * gtk/gtklayout.c: add x/y child properties
8009
8010         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
8011         uses of "gint16"
8012
8013         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
8014         sizing test
8015
8016         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
8017         configure events on toplevel windows are always in root window
8018         coordinates, following ICCCM spec that all synthetic events 
8019         are in root window coords already, while real events are 
8020         in parent window coords. Previously the code assumed that 
8021         coords of 0,0 were parent window coords, which was 
8022         really broken.
8023   
8024         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
8025         warning
8026  
8027         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
8028         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
8029         hints in gtk_window_parse_geometry()
8030  
8031         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
8032         new USER_POS USER_SIZE hints    
8033
8034 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
8035
8036         * tests/prop-editor.c (properties_from_type): Use 
8037         g_object_class_list_properties to get the param specs 
8038         for a given type. (#58609)
8039
8040 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
8041
8042         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
8043         free the text_aa parts. (#57549)
8044
8045 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
8046
8047         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
8048         not the foreground color. (#57621)
8049
8050 2001-08-09  Alexander Larsson <alexl@redhat.com>
8051
8052         * gdk/win32/gdkfont-win32.c:
8053         Update to the new pango win32 api.
8054
8055 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
8056
8057         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
8058         COMPOUND_TEXT instead of TEXT
8059         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
8060         interpret the return value of g_string_to_compound_text()
8061         (#55152)
8062
8063 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
8064
8065         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
8066         fail if iter is NULL. (#58347)
8067
8068 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
8069
8070         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
8071         some off-by-one issues, fixing selection of line-ends. (#50323)
8072
8073 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
8074
8075         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
8076         functions in order to make mouse operation work again in the
8077         color wheel. (#58604)
8078
8079 2001-08-07  James Henstridge  <james@daa.com.au>
8080
8081         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
8082         the accelerator when the accel object is changed.  Fixes bug
8083         #58628.
8084
8085 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
8086
8087         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
8088         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
8089         (gnome bugzilla #58202)
8090
8091 2001-08-06  Havoc Pennington  <hp@pobox.com>
8092  
8093         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
8094         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
8095         it was expecting a GdkWindow, not a GdkWindowImplX11.
8096  
8097         Also, we were getting the window rect in screen coords 
8098         and the screen rect in window coords then intersecting 
8099         them; instead, get window rect in window coords.
8100  
8101         Finally, there were codepaths that resulted in a stuck server grab
8102         (when the window was fully onscreen, or on gdk_image_new()
8103         failure); make the server ungrab thing a bit more
8104         robust/consistent.
8105
8106 2001-08-06  Sven Neumann  <sven@gimp.org>
8107
8108         * gdk/gdkpango.c (gdk_pango_context_destroy): 
8109         check if info->colormap != NULL before unref'ing it. It might have
8110         been set to NULL using gdk_pango_context_set_colormap().
8111
8112 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
8113
8114         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
8115         Fix conversion from float to int so that we don't get
8116         skew in the int => float => int roundtrip. 
8117         (#58120, reported by Vitaly Tishkov). Also fix problem
8118         where if no alpha was set, the returned alpha
8119         from (say) set_current_alpha() was returned as 1, not 65535.
8120
8121 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
8122
8123         * gtk/gtklist.c (gtk_list_clear_items): Fix
8124         problem with selecting a new focus child.
8125
8126         * gtk/gtklist.c (gtk_list_clear_items): Clear 
8127         list->undo/list_focus_child after unparenting
8128         child, since unparenting the child can result
8129         in list->last_focus_child being set. (#58024)
8130
8131         * Makefile.am (SUBDIRS): Add target specific pc
8132         files to DISTCLEANFILES.
8133
8134         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
8135         (58327, Matthias Clasen)
8136
8137 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
8138
8139         * tests/testgtk.c: Patch from Hans (with various modifications),
8140         to add the ability to use testgtk as a rough-and-ready
8141         benchmark. Try, 'testgtk --bench all:5' (if you want decent
8142         numbers, run without a window manager)
8143
8144 2001-08-04 Alexander Larsson <alexl@redhat.com>
8145
8146         * gdk/win32/gdkinput.c:
8147         Add #ifdef HAVE_WINTAB around wintab.h include.
8148
8149         * gtk/gtk.def:
8150         Removed marshals that have been moved to glib.
8151         Commented out plug and socket. They didn't compile for me 
8152         on win32.
8153
8154 2001-08-04  Hans Breuer  <hans@breuer.org>
8155
8156         * gtk/stocks-icons/makefile.msc : new file
8157         * gtk/makefile.msc.in : use it
8158
8159         * gtk/gtkstyle.c : not all platforms do provide M_PI and
8160         friends, but luckily there is G_PI
8161
8162         * gtk/gtk.def : updated
8163
8164         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
8165         windows WS_POPUP, but only those without a parent. This fixes the 
8166         mis-alignment between the selectable (temp, input only) window and 
8167         the window text of GtkLabel.
8168
8169         (gdk_window_show) : respect private->state when actually showing
8170         the window.
8171
8172         (gdk_window_set_transient_for) : Implementation from Wolfgang 
8173         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
8174         error handling. Should fix #50586.
8175
8176         * gdk/win32/gdkevents-win32.c : beautify log output
8177
8178 2001-08-04  Michael Natterer  <mitch@gimp.org>
8179
8180         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
8181         Need to show the image after adding it to the GtkImageMenuItem.
8182         This used to work without in testgtk because of the
8183         gtk_widget_show_all() at the end of the function.
8184         (Closes #54978).
8185
8186 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
8187
8188         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
8189         (gtk_notebook_set_child_property): fix finding of child's page,
8190         since we have to validly deal with labels and menus here as well.
8191         (gtk_notebook_get_child_property): fix warning.
8192         (gtk_notebook_class_init): property tab_pack is of type
8193         GTK_TYPE_PACK_TYPE (enum) not boolean.
8194         (gtk_notebook_find_child): don't always warn, we might be looking
8195         for a label or menu child.
8196         (gtk_notebook_map): fix mapping of panel.
8197
8198         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
8199         widget's mapped state, regardless of the value being set equals
8200         old settings, since things like REALIZED(parent) or MAPPED(parent)
8201         may have changed since the old value was set. make it an error to
8202         invoke this function on a toplevel widget.
8203
8204 2001-07-31  Darin Adler  <darin@bentspoon.com>
8205
8206         * gdk/gdkprivate.h:
8207         * gdk/x11/gdkx.h:
8208         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
8209
8210         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
8211         GTK_OBJECT.
8212
8213 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
8214
8215         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
8216         scoping error pointed out by matthiasc@poet.de.
8217
8218 2001-07-31  Sven Neumann  <sven@gimp.org>
8219
8220         * demos/gtk-demo/appwindow.c
8221         * demos/gtk-demo/item_factory.c
8222         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
8223
8224 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
8225
8226         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
8227         argument order for g_signal_has_handler_pending.
8228
8229 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
8230
8231         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
8232         instead of long deprecated g_scanner_stat_mode().
8233
8234 2001-07-29  Hans Breuer  <hans@breuer.org>
8235
8236         * gdk/makefile.msc : build in the backend dir after
8237         auto-generating files
8238
8239         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
8240         with code from win32-production-branch.
8241
8242         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
8243         before calling DestroyWindow, which indirectly calls 
8244         gdk_window_destroy_notify ()
8245
8246         (performance patch merged from win32-production-branch)
8247         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
8248         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
8249         R2_COPYPEN rop). It is claimed to be much faster.
8250
8251 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
8252
8253         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
8254         add an "attributes" property to the text renderer for ATK.
8255
8256 2001-07-26  Alex Larsson  <alexl@redhat.com>
8257
8258         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
8259         Initialize image->bits_per_pixel from the drawable, not from
8260         the root window.
8261
8262         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
8263         Fix cast. argument is an IMPL already.
8264
8265 2001-07-15  James Henstridge  <james@daa.com.au>
8266
8267         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
8268         (gtk_window_remove_accel_group): same here.
8269         (gtk_window_key_press_event): same here.
8270
8271         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
8272         (gtk_widget_remove_accelerator): same here.
8273         (gtk_widget_remove_accelerators): same here.
8274
8275         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
8276
8277         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
8278         instead of GtkObject.
8279
8280         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
8281         now takes GObjects.
8282
8283         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
8284         pass a GObject to gtk_accel_group_entries_from_object.
8285         (gtk_item_factory_create_item): s/accel_widget/accel_object/
8286
8287         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
8288
8289         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
8290
8291         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
8292         GObjects can have accelerators set now.  Add compatibility
8293         defines.
8294
8295         * gtk/gtkmarshal.list: add missing marshallers.
8296
8297         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
8298         accelerators on plain GObjects.  gtk_accel_group_object_destroy
8299         has been converted into a weak reference, and
8300         gtk_accel_group_delete_entries is now a destroy notify for that
8301         piece of data.
8302
8303 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
8304
8305         * gdk/gdkdraw.c: Added a check on the colormap depth to
8306         gdk_drawable_set_colormap()
8307         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
8308         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
8309         for pixmaps without visuals (more specifically, bitmaps)
8310         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
8311         doesn't set a colormap with the wrong depth
8312
8313
8314 2001-07-22  Anders Carlsson  <andersca@gnome.org>
8315
8316         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
8317         expander_height and expander_width properties with a single
8318         property, expander_size.
8319         (gtk_tree_view_init): Set the tab_offset to expander_size
8320         plus some padding.
8321         (gtk_tree_view_unrealize): Remove the expand/collapse
8322         timeout if it exists.
8323         (coords_are_over_arrow): Fix a small bug.
8324         (gtk_tree_view_motion_draw_column_motion_arrow): Use
8325         expander_size.
8326         (gtk_tree_view_draw_focus): Use "treeview" instead of
8327         "add-mode" as detail when drawing the focus.
8328         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
8329         instead of "add-mode" as detail when drawing the focus.
8330         (gtk_tree_view_deleted): If we have a node currently being
8331         expanded or collapsed, remove the timeout and set the node 
8332         to NULL.
8333         (gtk_tree_view_queue_draw_arrow): New function that just
8334         redraws the arrow of a node.
8335         (gtk_tree_view_draw_arrow): Use expander_size instead of
8336         expander_width/expander_height, also pass a different
8337         expander_style to gtk_paint_expander depending on the 
8338         state of the node being drawn.
8339         (expand_collapse_timeout): New function for expanding 
8340         or collapsing a node depending on the previous state.
8341         (gtk_tree_view_real_expand_row): Add timeout and set 
8342         correct state for node being expanded.
8343         (gtk_tree_view_real_collapse_row): Add timeout and set
8344         correct state for node being collapsed.
8345
8346         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
8347         information about the node currently being expanded or
8348         collapsed, and also a timeout id.
8349
8350         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
8351         with expander_style for draw_expander.
8352
8353         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
8354         expander_style.
8355         (create_expander_affine): New function for creating an 
8356         expander affine.
8357         (apply_affine_on_point): New function for applying an 
8358         affine to a point.
8359         (gtk_default_draw_expander): Modified to take expander_style
8360         instead of is_open, and to draw the rectangle rotated differently
8361         depending on the expander style.
8362         (gtk_paint_expander): Replace is_open with expander_style.
8363
8364         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
8365
8366         * gtk/gtkenums.h: Add expander style enum.
8367
8368 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
8369
8370         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
8371         value from gtk_tree_model_get_iter, the model might be empty.
8372
8373 2001-07-20  Hans Breuer  <hans@breuer.org>
8374
8375         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
8376         gdk/gdkinput.c like the other backends
8377
8378         * gdk/win32/gdkinput-win32.h :
8379         * gdk/win32/gdkinput.c :
8380         * gdk/win32/gdkvisual-win32.c :
8381         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
8382         GdkVisual GObjectification. UNTESTED for pen-devices because
8383         I simply have none.
8384
8385         * gdk/gdk.def :
8386         * gtk/gtk.def : updated externals
8387
8388         * gtk/gtkiconfactory.c :
8389         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
8390         before passing &error to functions to avoid strange crashes
8391         
8392         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
8393
8394         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
8395
8396         * gtk/makefile.msc.in : updated
8397
8398 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
8399
8400         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
8401         Add property support. (#51858)
8402
8403 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
8404
8405         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
8406         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
8407         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
8408
8409 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
8410
8411         * gtk/gtkcolorsel.c: Add propery support (roughly
8412         based on patch from Lee Mallabone, #51014)
8413
8414         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
8415         deprecated, since we already g_warning() on it.
8416
8417 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
8418
8419         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
8420         typo that sometimes caused selection not to work properly.
8421
8422         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
8423         entry when tabbing in. (#57743)
8424         
8425         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
8426         user drags up above or down below the entry, move
8427         to the end or the beginning of the entry. (Suggestion
8428         from Jay Cox, #50940)
8429
8430         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
8431         a current selection, then when moving by chars or
8432         words, move to the end of the selection rather than
8433         from entry->current_pos. (Suggestion from Jay Cox,
8434         #50942)
8435         
8436 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
8437
8438         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
8439         set window->decorated. (Patch from Hidetoshi Tajima,
8440         #55846)
8441
8442 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
8443
8444         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
8445         the widget/child realization/mapping invariants.
8446
8447         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
8448         gtk_widget_[get/set]_child_visible() to control
8449         whether visible children of a mapped window are
8450         mapped.
8451
8452         * docs/widget_system.txt: Updated for changes in
8453         container contract, and addition of GTK_CHILD_VISIBLE.
8454
8455         * gtk/gtkcontainer.c: Add generic map()/unmap()
8456         functions that work for almost all containers.
8457
8458         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
8459         gtk_widget_set_child_visible() where necessary.
8460
8461         * gtk/*.c: Remove excess map(), unmap(), and 
8462         realization/mapping invariant enforcing code
8463         from many containers.
8464
8465 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
8466
8467         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
8468         Get the foreground color from 'text', nor 'fg'. (#57568)
8469
8470 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
8471
8472         * gtk/*.c: Patch from Matthias Clasen to remove remove
8473         all instances of g_return_if_fail (foo != NULL); that are
8474         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
8475         since the second check catches the NULL anyways.
8476
8477 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
8478
8479         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
8480         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
8481         GDK_THREADS_ENTER()/LEAVE() pairs.
8482
8483         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
8484         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
8485         pairs. (Problem found by M. Meeks)
8486
8487 2001-07-18  Darin Adler  <darin@bentspoon.com>
8488
8489         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
8490         that we don't get a g_warning message every time we register a new
8491         icon size.
8492
8493         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
8494         using pixel variable of the correct type.
8495         
8496 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
8497
8498         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
8499         so that using X functions on a GdkWindow is possible, if
8500         a little hairy.
8501
8502         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
8503         and ts_origin of a GC, so that external parties can offset/restore
8504         a GC, when using gdk_window_get_internal_paint_info().
8505
8506 2001-07-17  Darin Adler  <darin@bentspoon.com>
8507
8508         * .cvsignore: Ignore the sgml directory made by gtkdoc.
8509         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
8510         instead of the deprecated gtk_window_set_policy.
8511         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
8512         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
8513         function to get rid of warning and some code too.
8514         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
8515         missing const.
8516         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
8517         unused local.
8518         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
8519         const.
8520         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
8521         (gdk_utf8_to_compound_text): Add missing const.
8522         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
8523         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
8524         cast and get rid of an unnecessary one.
8525         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
8526         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
8527         local.
8528         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
8529         Remove unused local.
8530         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
8531         missing const.
8532         * tests/testsocket.c: (add_child): Add cast so the printf format
8533         doesn't make us implicitly depend on what integer type
8534         gtk_socket_get_id returns.
8535         * tests/testtextbuffer.c: Add missing const.
8536         * tests/testtreefocus.c: (main): Remove unused local.
8537         * tests/treestoretest.c: (iter_remove): Remove unused local.
8538         (uppercase_value): Remove unused function.
8539         (make_window): Add statement to quiet the compiler's uninitialized
8540         variable warning.
8541
8542 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
8543
8544         * gtk/gtkrange.c:
8545         (second_timeout): 
8546         (initial_timeout): 
8547         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
8548         (gtk_range_calc_layout): compute the new layout based on an
8549         adjustment->value being passed in as argument.
8550         (gtk_range_button_press): for button2 slider warps, first recalc
8551         the layout, then adjust the value. also, use update_slider_position()
8552         for adjusting the value, so we keep pixel quantisation at which we
8553         usually operate (upon motion or button releases). the reason for this
8554         is that, we can't change the adjustment upon button2 presses to a non
8555         quantised value and upon button2 release re-quantise the value since
8556         that'd alter the value even if we didn't get any motion events (causing
8557         unexpected scroll area warps upon release and/or slider pixel-jitter).
8558         (gtk_range_motion_notify): update the slider position from queried
8559         coordinates, not event coordinates.
8560
8561 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
8562
8563         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
8564         the default gc values are: width=0, CapBut, JoinMiter.
8565
8566 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
8567
8568         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
8569         into account the xpad and ypad when calculating the width and the
8570         height of the pixbuf cel.
8571
8572 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
8573
8574         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
8575         Rename to gtk_radio_menu_item_get_group(), add deprecated
8576         alias. (#57044)
8577
8578         * gtk/gtkfilesel.c: Indentation fix.
8579
8580 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
8581
8582         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
8583         Hasselmann to fix warnings in compat macros. 
8584         (#56773)
8585
8586         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
8587         stupid wrong cast added in last patch.
8588
8589 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
8590
8591         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
8592         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
8593
8594 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
8595
8596         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
8597         missing cast.
8598
8599         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
8600         NULL/FALSE return value confusion.
8601
8602         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
8603         problem when scrollbar completely fills range. (Patch
8604         from  Matthias Clasen, #57047)
8605
8606 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
8607
8608         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
8609         clean up when handling events for move-resize emulation.
8610         (Problem traced down by Matthias Clasen, #57271)
8611
8612 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
8613
8614         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
8615           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
8616           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
8617           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
8618           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
8619           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
8620           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
8621         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
8622
8623 2001-07-09  Peter Williams  <peterw@ximian.com>
8624
8625         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
8626         for when srcdir != builddir
8627
8628 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
8629
8630         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
8631         gtk_tree_model_get_iter_root.
8632
8633         * gtk/gtkliststore.c: Add a bunch of g_return statements.
8634         (gtk_list_store_iter_n_children): Fix up.
8635
8636         * gtk/gtktreestore.c: Add a bunch of g_return statements.
8637
8638 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
8639
8640         * gtk/gtkwidget.c (gtk_widget_class_init):
8641         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
8642         restore some workingness.
8643
8644         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
8645         handle of window type for input-only windows.
8646
8647 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
8648
8649         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
8650         Patch from Gregory Merchan to add 
8651         gtk_button_box_set_secondary(), which separates
8652         the child into a separate group from the normal
8653         buttons. (#56331)
8654
8655         * gtk/gtkdialog.c: Make help buttons secondary by
8656         default.
8657
8658         * gtk/gtkbbox.c: Added a child property "secondary".
8659
8660         * gtk/testgtk.c: Turn on the help button for the 
8661         color selector to check that it properly appears
8662         as secondary.
8663
8664 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
8665  
8666         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
8667         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
8668         Add gdk_set_pointer_hooks() to allow pointer-querying to
8669         be hooked by an event record/playback system like GERD.
8670         (#56914)
8671         
8672 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
8673
8674         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
8675         in the right value of initial_emission to
8676         gtk_widget_set_style_internal (#57091)
8677
8678 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
8679
8680         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
8681         Make compile.
8682
8683         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
8684         with calling gtk_widget_set_style_internal() with
8685         the old style, not the new style. (#56989)
8686
8687 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
8688
8689         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
8690           gtk/gtkwidget.c:
8691         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
8692         not GTK_WIDGET_GET_ANCESTOR ... see 
8693         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
8694         Indicate the best practice in the docs for gtk_widget_get_toplevel().
8695
8696         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
8697         so GtkPlug can give the correct signals when transforming
8698         from a child to a toplevel.
8699         
8700         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
8701         reparentation correctly.
8702
8703         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
8704         Propagate the previous_toplevel argument down properly.
8705
8706         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
8707         of wrong atr list.
8708
8709         * gtk/gtkplug.[ch]: Add an "embedded" signal.
8710
8711         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
8712         signals.
8713
8714         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
8715         functions gtk_plug_get_id(), gtk_socket_get_id(),
8716         to avoid the user having to worry about realization,
8717         and gdkx.h.
8718
8719         * tests/testsocket.c: Extend to try out the new signals
8720         and gtk_plug/socket_get_id().
8721
8722         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
8723         setting of underline attributes.
8724
8725         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
8726         DestroyNotify events from SubstructureNotifyMask
8727
8728         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
8729         Switch GDK_WINDOW_TYPE (window) as needed.
8730
8731         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
8732         allow creation of toplevel windows as children of
8733         foreign windows.
8734
8735         * gtk/gtkplug.c: Remove hacks involving changing private
8736         fields of GdkWindow.
8737
8738         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
8739         exactly the same signals and notification
8740         be emitted for local embedding as for inter-process
8741         embedding.
8742
8743 2001-07-04  James Henstridge  <james@daa.com.au>
8744
8745         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
8746
8747 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
8748
8749         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
8750         XEMBED embedding add a _XEMBED_INFO property to the
8751         client with version number and a "mapped" flags.
8752         Use the mapped flag instead of the racy MapRequestEvent
8753
8754         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
8755         code to reliably set things (when the child is a passive
8756         embedder participating in the XEMBED protocol) intead
8757         of just being a hack for embedding non-participating
8758         programs. Fix various bugs and race conditions.
8759         
8760         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
8761         work by simply making the GtkSocket the gtk parent
8762         of the GtkPlug. Set a flag in this case and make
8763         the GtkPlug work like a normal container by overriding
8764         methods such as check_resize and "chaining past" GtkWindow
8765         to GtkBin.
8766
8767         * gtk/gtkentry.c (gtk_entry_real_activate)
8768           gtk/gtkmain.c (gtk_propagate_event): 
8769         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
8770         
8771         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
8772         gtk_widget_get_ancestor):
8773         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
8774         might not give the expected result and recommend
8775         an alternative.
8776
8777         * tests/testsocket.c tests/testsocket_child.c
8778         tests/testsocket_common.c tests/Makefile.am: Extended
8779         to test different type of adding plugs to sockets
8780         (local,active,passive), and to test mapping/unmapping
8781         the plug.
8782
8783         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
8784         mark the window as destroyed until after we
8785         called _gdk_windowing_window_destroy().
8786         (_gdk_windowing_window_destroy() may use GDK functions
8787         on the window.)
8788
8789         * gdk/x11/gdkinput.c: Remove the check for finalization - 
8790         devices can be finalized under some circumnstances.
8791  
8792         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
8793         small problem with GDK_TYPE_DEVICE.
8794  
8795 2001-07-02  Havoc Pennington  <hp@pobox.com>
8796
8797         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
8798         use constants not atoms.
8799
8800 2001-07-02  James Henstridge  <james@daa.com.au>
8801
8802         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
8803         PANGO_TYPE_TAB_ARRAY.
8804
8805         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
8806         for PANGO_TYPE_TAB_ARRAY.
8807
8808         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
8809         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
8810
8811         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
8812         the file.  Remove Pango types from defs -- they are now defined in
8813         libpango.
8814
8815 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
8816
8817         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
8818
8819         * gtk/gtkobject.c (gtk_object_destroy): invoke
8820         g_object_run_dispose().
8821
8822         * gtk/gtkwindow.c: 
8823         * gtk/gtkwidget.c: 
8824         * gtk/gtkobject.c:
8825         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
8826         method.
8827
8828 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
8829
8830         * gtk/gtktypeutils.c (gtk_type_class): Remove
8831         change check for GTK_TYPE_OBJECT derivation to
8832         G_TYPE_OBJECTS - it's Tim-approved to use this 
8833         for arbitary objects.
8834
8835         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
8836         prefix gtk_container_dequeue_resize_handler().
8837
8838         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
8839         to the hierarachy_changed signal, since you otherwise
8840         have to always keep that around.
8841
8842         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
8843         for extra argument to hierarchy_changed.
8844
8845 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
8846
8847         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
8848         for style to mean "revert to default style"
8849
8850         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
8851           gtk_widget_restore_default_style): Make this functions
8852         deprecated aliases for gtk_widget_set_style (widget, NULL).
8853
8854         * gtk/gtkwidget.[ch]: Remove:
8855            gtk_widget_set_default_style ()
8856            gtk_widget_push_style ()
8857            gtk_widget_pop_style ()
8858         These functions interact are overriden by RC files, and
8859         thus virtually useless, and complicated.
8860
8861 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
8862
8863         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
8864         most of the previous global variables in gtkrc.c. This is
8865         in preparation for multi-head, since each screen can
8866         have different GtkSettings and RC information.
8867
8868         * gtk/gtkrc.[ch]: 
8869
8870         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
8871         GtkSettings parameter to GtkRcStyle::parse.
8872
8873         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
8874         Add two new settings gtk-theme-name, gtk-key-theme-name,
8875         for RC files that are loaded by name after reading
8876         the default RC files.
8877         
8878         * gtk/gtkrc.c: Allow priorities for styles, as wll as
8879         bindings.
8880
8881         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
8882         and use it by default for RC files loaded via 
8883         gtk-theme-name, gtk-key-theme-name.
8884
8885         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
8886         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
8887         tests/testgtkrc: Require pathnames to be absolute.
8888
8889         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
8890         the source when parsing, since the operation of looking up a
8891         pixmap from an RC file depends on the parsing context.
8892
8893         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
8894         reset RC styles on all widgets when files are reparsed.
8895
8896         * tests/testgtk.c (create_rc_file) 
8897           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
8898         Simplify, now that gtk_rc_reparse_all() resets styles on
8899         all widgets itself.
8900
8901         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
8902         return value.
8903
8904         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
8905         GtkSettings argument.
8906
8907         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
8908         gtk_settings_get_global().
8909
8910         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
8911         to get the appropriate GtkSettings for a widget. (For now,
8912         just gets the default GtkSetttings.) 
8913
8914         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
8915           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
8916         changes.
8917
8918         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
8919         getting a style for a path without actually having a widget.
8920         (Allows using a style for a subpart of a widget, for
8921         example.)
8922
8923         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
8924         the RC files to be reloaded for just one GtkSettings
8925         (not sure how useful this really is.)
8926
8927         * gtk/gtkrc.h: Deprecate
8928         gtk_rc_add_widget_name/widget_class/class_style
8929
8930 2001-06-30  Alex Larsson  <alexl@redhat.com>
8931
8932         * gdk/linux-fb/gdkinput-none.c:
8933         * gdk/linux-fb/gdkinput.c:
8934         * gdk/linux-fb/gdkinputprivate.h:
8935         Convert GdkDevice to a GObject.
8936
8937         * linux-fb/gdkprivate-fb.h:
8938         * linux-fb/gdkvisual-fb.c:
8939         Convert GdkVisual to a GObject.
8940
8941 2001-06-29  Alex Larsson  <alexl@redhat.com>
8942
8943         * gdk/gdkvisual.h:
8944         * gdk/gdkcolor.c:
8945         * gdk/x11/gdkx.h:
8946         * gdk/x11/gdkvisual-x11.c:
8947         Convert GdkVisual to a GObject.
8948
8949         * gdk/gdkinput.h:
8950         * gdk/gdkevents.c:
8951         * gdk/x11/gdkinputprivate.h:
8952         * gdk/x11/gdkinput-gxi.c:
8953         * gdk/x11/gdkinput-none.c:
8954         * gdk/x11/gdkinput-x11.c:
8955         * gdk/x11/gdkinput-xfree.c:
8956         * gdk/x11/gdkinput.c:
8957         Convert GdkDevice to a GObject.
8958
8959 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
8960
8961         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
8962         to just plain new, fixing the number of columns, and column types
8963         at creation time.
8964
8965         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
8966
8967         * gtk/gtkcellrenderertext.c
8968         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
8969         height to a specific font.
8970
8971         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
8972
8973         * tests/*c: change to work with new store models.
8974
8975 2001-06-29  Havoc Pennington  <hp@redhat.com>
8976
8977        * Throughout: fixes to compile with G_DISABLE_COMPAT
8978         (s/g_signal_connectc/g_signal_connect/,
8979         s/g_signal_newc/g_signal_new/,
8980         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
8981
8982 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
8983
8984         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
8985         add path argument to selection callbacks.
8986
8987 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
8988
8989         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
8990         walk through a model in a depth first manner, with the option to
8991         break out.
8992
8993 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
8994
8995         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
8996         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
8997         column and follow it when draged, rather than a location in the
8998         view. "expander_column" property and drawing functions changed
8999         accordingly.  Fixes bug #55942.
9000
9001         (gtk_tree_view_{set,get}_expander_column): Now works with a
9002         GtkTreeViewColumn* instead of int.
9003
9004 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
9005
9006         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
9007
9008 2001-06-28  Havoc Pennington  <hp@pobox.com>
9009
9010         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
9011         image data to the screen, using a server grab to avoid race
9012         conditions.
9013
9014         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
9015         check for NULL return from gtk_image_new_from_stock(), it never
9016         returns NULL.
9017         (gtk_item_factory_create_item): fix bug where we parsed the stock
9018         ID as an inline pixbuf
9019
9020         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
9021
9022         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
9023         support (should be using binding set here)
9024
9025         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
9026         support (should be using binding set here)
9027
9028         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
9029         support
9030
9031         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
9032
9033         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
9034
9035         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
9036
9037         * gtk/gtkimcontextsimple.c
9038         (gtk_im_context_simple_filter_keypress): keypad
9039
9040         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
9041
9042         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
9043
9044         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
9045
9046         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
9047         should be binding-setted)
9048
9049         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
9050
9051         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
9052
9053         * gtk/gtkcalendar.c: numeric keypad fixes
9054
9055         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
9056         support
9057
9058         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
9059         screwup
9060
9061         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
9062         clip the render area to the drawable's clip region in advance,
9063         so we don't get data from the server that we don't need.
9064
9065         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
9066         check return value of gdk_pixbuf_get_from_drawable(), fall back 
9067         to bilevel alpha if we can't get the pixbuf to composite against.
9068
9069         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
9070
9071         * gdk/gdkimage.c (gdk_image_get_colormap): add
9072         gdk_image_set_colormap, gdk_image_get_colormap
9073
9074         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
9075         take a region of the image, instead of converting the entire
9076         image.
9077
9078         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
9079         keybinding signal. Add default bindings for it. Add default
9080         handler for show_help that shows the tooltip for the widget.
9081
9082         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
9083         "close" keybinding signal, remove key press handler.
9084
9085         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
9086         it's not our usual practice to leave a deprecated function around
9087         with a runtime warning, plus we don't want it to appear in docs,
9088         plus if we make them yellow no one will want to change them
9089         anyhow.
9090
9091 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
9092
9093         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
9094         GTK_WIDGET_REALIZE() for resize queueing.
9095
9096         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
9097         GTK_WIDGET_REALIZE() for post event delivery destruction upon
9098         GDK_DESTROY.
9099         
9100         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
9101         sompensate for former (pre-2.0) connect_after() facility.
9102         (gtk_widget_send_expose): 
9103         (gtk_widget_event): assert the widget is realized, since event delivery
9104         to non-realized widgets is essentially a bug. event handlers should
9105         be able to unconditionally rely on widget->window (unless they
9106         emit events on their own which can trigger widget destruction).
9107         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
9108         logic. event delivery happens as follows:
9109         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
9110         b) if !was_handled in (a) and the widget is still realized, emit event-
9111            specific signal (RUN_LAST handler). returns was_handled.
9112         c) emission of GtkWidget::event-after for notification if the widget is
9113            still realized (regardless of was_handled from previous stages, no
9114            class handler). no return value.
9115         d) was_handled gets passed on to caller, to determine further
9116            propagation. if the widget got unrealized meanwhile, was_handled
9117            is returned as TRUE.
9118
9119         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
9120         gdk_event_get_coords().
9121
9122 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
9123
9124         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
9125         age 0, binary age 0. depend on glib 1.3.7.
9126
9127         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
9128
9129         * gtk/gtkmenubar.c: same here.
9130         
9131         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
9132
9133         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
9134
9135         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
9136         
9137         * gtk/gtkmenubar.c (add_to_window): likewise.
9138         
9139         * gtk/gtktextbtree.c: and here...
9140         
9141         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
9142         
9143         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
9144         
9145         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
9146         
9147         * gtk/gtktreeviewcolumn.c:
9148         (_gtk_tree_view_column_set_tree_view): yet again.
9149
9150         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
9151         signal connections without g_signal_connect_data().
9152         
9153         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
9154         demo of the matter.
9155         
9156         * demos/testpixbuf.c (main): running out of equality phrases for the
9157         ChangeLog, but had to adapt connections here as well.
9158         
9159         * demos/testanimation.c (progressive_timeout): and for the fun of it,
9160         tackled this the same way.
9161         
9162         * tests/testtext.c (create_view): ok, it's becoming a pain at this
9163         point, but had enough enery for one more fix.
9164
9165         * tests/testtreecolumns.c (main): stand up man, do your work!
9166
9167         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
9168         fix, either that's been all of it or CVS gtk is broken yet again.
9169         
9170 2001-06-29  James Henstridge  <james@daa.com.au>
9171
9172         The following changes correspond to bug #56812
9173
9174         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
9175         code for GdkDevice.
9176
9177         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
9178         GdkCursor.
9179
9180 2001-06-19  Havoc Pennington  <hp@pobox.com>
9181
9182         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
9183         for mapping a window without fooling with stacking order, but
9184         updating the "withdrawn" flag
9185
9186         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
9187         filtering as soon as possible, moving move resize and wmspec_check
9188         handling after the event filter.  Make default filter apply to all
9189         events, not just those with no GdkWindow wrapped around the X
9190         window. Fix a FIXME about how the window could be a pixmap using 
9191         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
9192
9193         Also, be robust against events not on a known GdkWindow.
9194
9195         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
9196         gdk_x11_ungrab_server): export reference-counted server grabs, so
9197         other people can grab server over a GDK function that also does
9198         so.
9199
9200 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
9201
9202         * gtk/gtktreeviewcolumn.c
9203         (gtk_tree_view_column_pack_start_cell_renderer): New function to
9204         reflect that you can (hypothetically) pack cell renderers into a
9205         column.
9206         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
9207         (gtk_tree_view_column_cell_is_visible): Move more functionality to
9208         the column.
9209         (gtk_tree_view_column_cell_can_focus): Move more functionality to
9210         the column.
9211
9212         * gtk/gtktreeview.c: Move to use new column-packing code.
9213         (gtk_tree_view_real_expand_row): remove totally braindead code.
9214         (gtk_tree_view_real_collapse_row): ditto.
9215
9216 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
9217
9218         * gtk/gtktreeviewcolumn.c: Fix a typo.
9219         
9220 2001-06-26  Joel Becker  <jlbec@evilplan.org>
9221
9222         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
9223           at the end of the file
9224
9225 2001-06-26  Havoc Pennington  <hp@redhat.com>
9226
9227         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
9228
9229 2001-06-26  Havoc Pennington  <hp@redhat.com>
9230
9231         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
9232         property
9233
9234 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
9235
9236         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
9237         stupid missing statement
9238
9239         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
9240         private function for ATK.  It notifies you of how many _visible_
9241         children are deleted when a node is deleted.  Should be used by
9242         atk only.
9243
9244 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
9245
9246         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
9247         Use new pango_context_get_metrics() to fix problems
9248         with font lists in descriptions. (#56184, reported by
9249         Jonas Borgström)
9250
9251 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
9252
9253         * gtk/gtkiconfactory.c:
9254         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
9255         item factory so inlined pixbufs actually work.
9256
9257 2001-06-25  Havoc Pennington  <hp@redhat.com>
9258
9259         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
9260         s/RESIZEABLE/RESIZABLE/
9261
9262         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
9263
9264 2001-06-25  Alexander Larsson  <alexl@redhat.com>
9265
9266         * configure.in:
9267         Added --enable-fbmanager. This is some experimental code
9268         that lets several GtkFB apps coordinate their access to the
9269         framebuffer.
9270         
9271         * acconfig.h:
9272         Added ENABLE_FB_MANAGER.
9273
9274         * gdk/linux-fb/Makefile.am:
9275         Added gdkfbmanager and gdkfbswitch.
9276
9277         * gdk/linux-fb/gdkkeyboard-fb.c:
9278         * gdk/linux-fb/gdkmouse-fb.c:
9279         * gdk/linux-fb/gdkprivate-fb.h:
9280         Split device init and open so that
9281         they can be opened and closed while switched
9282         away.
9283
9284         * gdk/linux-fb/gdkmain-fb.c:
9285         Add the basic manager communication.
9286
9287         * gdk/linux-fb/gdkrender-fb.c:
9288         Don't update to the shadow fb if we're
9289         blocked by the fb manager.
9290
9291 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
9292
9293         * docs/Changes-2.0.txt: Add note about child property
9294         changes.
9295
9296 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
9297
9298         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
9299         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
9300
9301         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
9302         with un'reffing wrong list reported by Jeff Franks.
9303
9304         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
9305
9306         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
9307         for the default icon. Remove inline XPM.
9308
9309         * gtk/gtkstock.h gtk/gtkiconfactory.c:
9310         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
9311         is used for GTK_STOCK_DND, but it is a bit too small.)
9312
9313         * gtk/stock-icons/stock_dnd_multiple.png
9314         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
9315
9316         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
9317         TRUE when starting a drag. In other cases, we are
9318         just observing. (#52995)
9319
9320         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
9321         function to set the icon for a drag from a GdkPixbuf
9322         or stock ID.
9323
9324         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
9325         Likewise, for drag sources.
9326
9327         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
9328         (Now should be done using the stock system.)
9329
9330 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
9331
9332         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
9333         Removed - didn't work and not particularly useful anyways
9334         if it did. 
9335
9336 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
9337
9338         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
9339         introduced last night that was making things decidedly not work.
9340
9341         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
9342         so that we have getter/setter pairing everywhere it makes
9343         sense. (#55767)
9344
9345         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
9346         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
9347         deprecated compat macro. (#55516)
9348
9349         * gtk/gtklabel.[ch]: Add functions
9350         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
9351         gtk_label_set_label(), which mirror the property API for GtkLabel.
9352         Make gtk_label_get_attributes() only reflect the attributes
9353         set by gtk_label_set_attributes.
9354
9355         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
9356         from gtk_notebook_set_page().
9357
9358 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
9359
9360         * configure.in: Fix tests for XShm.h.
9361
9362         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
9363         gdk_image_new() by use of goto, properly use g_object_unref().
9364
9365 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
9366
9367         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
9368         calls, as GdkImage is an object. these should be g_obejct_unref()
9369         instead but that won't work because of the g_error() statement
9370         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
9371         to spot these places.
9372
9373 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
9374
9375         * modules/input/gtkimcontextxim.c: Fixup some problems with 
9376         text length handling in error cases.
9377
9378         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
9379         a bit to make test actually warn on attempt to allocation
9380         a negative size. (#56101, Matthias Clasen)
9381
9382 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
9383
9384         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
9385         noticed by Brian Cameron.
9386         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
9387         Cameron.
9388
9389 2001-06-22  Hans Breuer  <hans@breuer.org>
9390
9391         * gdk/gdk.def : updated externals
9392
9393         * gdk/win32/gdkdrawable-win32.c : corrected some casts
9394         in GDK_NOTEs
9395
9396         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
9397         to translate coordinates to the internal > 16 bit system
9398         Try to handle WM_WINDOWPOSCHANGED to get better performance for
9399         when moving/resizing
9400
9401         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
9402         and gdk_keymap_get_direction (). The latter is untested for
9403         the RTL case
9404
9405         * gtk/gtk.def : updated externals
9406
9407         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
9408         from pango_language_from_string (), not an already freed pointer
9409
9410         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
9411         binary (-kb) to be useable on windoze
9412  
9413 2001-06-21  Alexander Larsson  <alexl@redhat.com>
9414
9415         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
9416         Update to new PangoLanguage changes.
9417         
9418         * gtk/gtkwindow-decorate.c:
9419         * gtk/gtkwindow.[ch]:
9420         Added setting argument to gtk_window_set_has_frame ()
9421         
9422 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
9423
9424         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
9425         the case without XKB properly.
9426
9427         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
9428         unused gtk_rc_auto_parse variable.
9429
9430         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
9431         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
9432         longer needed with GdkPixbuf.
9433
9434         * gtk/gtkrc.c (_gtk_rc_init): Make private.
9435
9436 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
9437
9438         * gtk/gtkentry.h: Mark deprecated functions with
9439         GTK_DISABLE_DEPRECATED.
9440
9441 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
9442
9443         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
9444
9445         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
9446
9447         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
9448           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
9449           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
9450           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
9451           to recent changes in Pango.
9452
9453         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
9454           to test whether the basic engine honors them.
9455
9456 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
9457
9458         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
9459         gtk_container_child_get_property().
9460
9461 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
9462
9463         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
9464         (gtk_tree_view_move_cursor_page_up_down): implement.
9465
9466 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
9467
9468         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
9469         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
9470         don't use automatic fixed size buffer for printf-ing floats, doubles
9471         can expand to really _huge_ strings, use g_strdup_printf() instead.
9472
9473 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
9474
9475         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
9476         construct property in 1.2 and still needs to be.
9477
9478         * gtk/gtkwidget.c: "composite_child" is not a settable property.
9479
9480 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
9481
9482         * gtk/gtkliststore.c (gtk_list_store_clear): 
9483         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
9484         clear a model.
9485
9486 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
9487
9488         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
9489
9490         * gtk/Makefile.am:
9491         * gtk/gtk.h: disabled GtkPacker compilation.
9492
9493         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
9494
9495         * gtk/gtknotebook.c:
9496         * gtk/gtktable.c:
9497         * gtk/gtkbox.c: ported this over to child properties.
9498
9499         * gtk/gtksettings.c: fetch class properties via
9500         g_object_class_list_properties().
9501
9502         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
9503         child arg interface. use gobjectnotifyqueue.c for child property
9504         notification.
9505
9506         * gtk/gtkwidget.[hc]: provide necessary means for container child
9507         properties, i.e. ::child_notify signal,
9508         gtk_widget_freeze_child_notify(),
9509         gtk_widget_child_notify(),
9510         gtk_widget_thaw_child_notify().
9511
9512         * tests/testgtk.c: removed inferior property handling code, for
9513         property editing, a generic module should be used, and GLE
9514         coincidentally fullfills that purpose.
9515
9516         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
9517         needs to be adapted to g_object_class_list_properties() before this
9518         builds again.
9519
9520 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
9521
9522         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
9523         test if a node is expanded.
9524
9525 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
9526
9527         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
9528         where collapsing a selected row would result in the cursor/anchor
9529         getting screwed up.
9530
9531 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
9532
9533         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
9534         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
9535         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
9536         Now I can really reorder/sort all Store widgets.  treesorttest
9537         seems to just work now.
9538         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
9539         testtreesort worked through a big coincidence all this time.
9540         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
9541         code.
9542         * tests/testtreecolumns.c: Big 'ol warning at the top letting
9543         people know that this code should never ever ever be copied.
9544
9545 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
9546
9547         * gtk/gtkwindow.h: Fixed a small typo, it should be
9548         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
9549         on line 134.
9550
9551 2001-06-14  Havoc Pennington  <hp@redhat.com>
9552
9553         Docs fixups, and:
9554         
9555         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
9556         GTK_DISABLE_DEPRECATED
9557
9558 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
9559
9560         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
9561         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
9562         finish it off tonight, though it basically works now when it's a
9563         list.  Also, I have a sinking feeling neither GtkTreeStore or
9564         GtkListStore actually resort when adding a new item.  I'll look
9565         into it.
9566
9567 2001-06-14  Havoc Pennington  <hp@redhat.com>
9568
9569         * demos/gtk-demo/main.c (load_file): fix bug identified by
9570         warnings I just added to gtktextbuffer
9571
9572 2001-06-14  Havoc Pennington  <hp@redhat.com>
9573
9574         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
9575
9576         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
9577
9578         * gtk/gtktextbtree.c: don't leak node data all over the place.
9579
9580         * demos/gtk-demo/main.c (main): create fontify tags for the right
9581         buffer
9582
9583         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
9584         to mention tags in the same table can't have the same name,
9585         suggested by Skip Montanaro
9586
9587 2001-06-11  Havoc Pennington  <hp@redhat.com>
9588
9589         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
9590         for trying to add two tags with same name to the tag table
9591
9592         * demos/gtk-demo/main.c (main): fix colors ;-)
9593
9594 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
9595
9596         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
9597         that allows grouping together multiple windows so that grabs
9598         within that set of windows only affect those windows.
9599
9600         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
9601         signal for notification when a widget becomes shadowed
9602         by a grab or is no longer shadowed by a grab.
9603
9604         * gtk/gtkwidget.c (gtk_widget_propagate_state)
9605           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
9606         insenstive widgets to maintain a grab.
9607
9608 2001-06-14  Alexander Larsson  <alexl@redhat.com>
9609
9610         * docs/README.linux-fb:
9611         Add some example config files that can be used with the URW fonts.
9612         
9613         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
9614         Set up the color ramps for DirectColor mode.
9615
9616 2001-06-11  Havoc Pennington  <hp@redhat.com>
9617
9618         * Release 1.3.6
9619          
9620 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
9621
9622         * gdk/linux-fb/gdkwindow-fb.c:
9623         Unify shaped window code and make it repaint the area that used
9624         to be part of the shape, but isn't anymore.
9625
9626 2001-06-11  Havoc Pennington  <hp@redhat.com>
9627
9628         * NEWS: Updates
9629
9630         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
9631
9632         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
9633         
9634 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
9635
9636         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
9637         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
9638         passes zero instead, so do we.
9639         
9640 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
9641
9642         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
9643         Deep copy dash_list too.
9644         (_gdk_fb_gc_new): Set default cap_style before
9645         setting values.
9646
9647 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
9648
9649         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
9650         gdk_keymap_get_direction): New functions.
9651
9652 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
9653
9654         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
9655         gtk_tree_model_get_flags by adding a second flag for atk.
9656
9657         * gtk/gtktreemodel.c: make cursor behavior interact better with
9658         mouse presses.
9659
9660 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
9661
9662         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
9663         expand_row/collapse_row to be 2 signals each -- test_expand_row
9664         and row_expanded as well as test_collapse_row and row_collapsed.
9665
9666 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
9667
9668         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
9669         signal name to be changed instead of selection_changed.
9670
9671 2001-06-08  Havoc Pennington  <hp@redhat.com>
9672
9673         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
9674         "scroll_offset" property for notification when the layout offsets
9675         may have changed
9676         (gtk_entry_adjust_scroll): add notify for scroll_offset
9677         (gtk_entry_layout_index_to_text_index): function to compensate for
9678         preedit string when doing coordinate stuff on the entry's layout
9679         (gtk_entry_text_index_to_layout_index): inverse function
9680         (gtk_entry_get_layout_offsets): hook to get current position of
9681         the layout      
9682         (gtk_entry_get_layout): hook to get the layout itself.
9683
9684         * gtk/gtklabel.c (gtk_label_get_layout): new function
9685
9686 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
9687
9688         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
9689         keybinding.
9690         (gtk_tree_view_focus): Fix merge conflict.
9691
9692 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
9693
9694         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
9695         clean up cursor handling.
9696
9697 2001-06-08  Havoc Pennington  <hp@redhat.com>
9698
9699         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
9700         function
9701
9702         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
9703         this function
9704
9705 2001-06-08  Alex Larsson  <alexl@redhat.com>
9706
9707         * gtk/gtkcompat.h.in:
9708         Added compat macros for all old GTK_TYPE_GDK_xxx types.
9709         Fixes bug #52892
9710
9711 2001-06-08  Havoc Pennington  <hp@redhat.com>
9712         
9713         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
9714         parent still
9715
9716 2001-06-08  Havoc Pennington  <hp@redhat.com>
9717
9718         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
9719         don't call g_list funcs on GSList
9720
9721         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
9722         gtk_container_focus(), since some widgets have focusable locations
9723         which are not other widgets. These widgets should not have to be 
9724         containers just to manage the focus. For example, GtkHSV is
9725         currently a container for no good reason. Also, this cleans
9726         up the "if (is_container && is_sensitive && is_drawable)
9727         container_focus ()" mess in widget implementations.
9728
9729         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
9730         function, and have it just call gtk_widget_child_focus().
9731
9732         * gtk/gtkhsv.c: derive from widget not container
9733         
9734         Throughout: fix to reflect GtkContainer::focus change
9735         
9736 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
9737
9738         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
9739         range.  Fix bug #55921
9740
9741         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
9742         (#55920).
9743
9744 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
9745
9746         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
9747         and gdk_keymap_get_current_direction().
9748
9749         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
9750           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
9751         the current locked group, use it to set the keymap
9752         direction.
9753
9754         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
9755         to determine whether we draw a split cursor or use
9756         a jumping cursor based on the current direction.
9757
9758         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
9759         Obey the split cursor setting. 
9760
9761 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
9762
9763         * gtk/gtkimmulticontext.c (activate_cb): Only activate
9764         when toggling on, not when toggling off... (#55906)
9765
9766 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
9767
9768         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
9769         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
9770         in docs. (#55812, Vitaly Tishkov)
9771
9772 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
9773
9774         * demos/gtk-demo/main.c (create_tree): Changed signal name from
9775         selection_changed to changed in signal connection to GtkTreeSelection,
9776         also used g_signal_connectc since GtkTreeSelection is now a GObject.
9777
9778 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
9779
9780         * gtk/gtktreeselection.c: Now it's a GObject instead of a
9781         GtkObject.  The GtkTreeSelection::selection_changed signal is now
9782         the GtkTreeSelection::changed signal.
9783
9784         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
9785         object.
9786
9787         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
9788         object.
9789
9790 2001-06-07  Havoc Pennington  <hp@redhat.com>
9791
9792         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
9793
9794 2001-06-07  Havoc Pennington  <hp@redhat.com>
9795         
9796         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
9797         (not tested yet because with absolute path to srcdir I can't build
9798         atk, but it was broken anyway so this may help) 
9799
9800 2001-06-07  Havoc Pennington  <hp@redhat.com>
9801
9802         * configure.in: output m4macros/Makefile
9803         
9804 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
9805
9806         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
9807         buttons.  Fixes #55460 reported by matthiasc@poet.de.
9808
9809 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
9810
9811         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
9812         expansion/collapsing so it only happens in one place.
9813         (gtk_tree_view_real_expand_row): ditto.
9814
9815 2001-06-07  Havoc Pennington  <hp@redhat.com>
9816
9817         * tests/Makefile.am: add missing -I flag
9818
9819         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
9820
9821         * configure.in: use pkg-config to see if GModule is
9822         supported; fix to properly turn on included loaders 
9823         when GModule isn't supported; don't use AC_CHECK_LIB 
9824         when libs are not installed yet
9825
9826         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
9827
9828         * Makefile.am (SUBDIRS): add m4macros subdir
9829
9830         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
9831         dependencies also.
9832
9833 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
9834
9835         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
9836         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
9837
9838 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
9839
9840         * gtk/gtktreeview.c
9841         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
9842         bindings to expand and collapse rows.
9843         (gtk_tree_view_real_select_cursor_parent): New key binding.
9844         (gtk_tree_view_real_toggle_cursor_row): New key binding.
9845
9846         * gtk/gtkmarshal.list: new
9847         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
9848
9849 2001-06-06  Havoc Pennington  <hp@redhat.com>
9850
9851         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
9852
9853         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
9854         Down to move visually rather than logically, since it confuses 
9855         people. Add -/+ and Ctrl--/+ bindings for logical movement.
9856
9857 2001-06-06  Alex Larsson  <alexl@redhat.com>
9858
9859         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
9860         Fix up error messages.
9861
9862 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
9863
9864         * gtk/gtktooltips.h: Include gtkwidget.h 
9865         (#55798, Karl Nelson)
9866
9867         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
9868         a valid latin-1 character. (Marc Lehmann, #35467)
9869
9870         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
9871         (Marc Lehmann, #35467)
9872         
9873 2001-06-05  Alex Larsson  <alexl@redhat.com>
9874
9875         * demos/gtk-demo/appwindow.c (do_appwindow):
9876         Don't swap the order of the args to gtk_widget_destroyed.
9877
9878         * tests/testgtk.c (destroy_properties):
9879         Don't crash when the properties window is destroyed.
9880
9881         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
9882         Use with_mnemonics to handle the case of stock items with
9883         underscores in them.
9884
9885 2001-06-05  Havoc Pennington  <hp@redhat.com>
9886
9887         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
9888         gtk_text_iter_reorder
9889
9890 2001-06-05  Havoc Pennington  <hp@redhat.com>
9891
9892         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
9893
9894 2001-06-05  Havoc Pennington  <hp@redhat.com>
9895
9896         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
9897         to the range that was set
9898
9899         * gtk/gtkrange.c: add value_changed signal, primarily 
9900         intended for use with GtkScale
9901         (gtk_range_set_increments): new function
9902         (gtk_range_set_range): new function with weird name
9903         (gtk_range_set_value): new function
9904         (gtk_range_get_value): new function
9905
9906         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
9907         from gtk_spin_button_get_value_as_float(). Compat #define
9908         added for get_value_as_float.
9909
9910         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
9911
9912         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
9913
9914 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
9915
9916         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
9917
9918 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
9919
9920         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
9921
9922         * tests/testgtk.c (create_tooltips): Remove usage of
9923         gtk_widget_set().
9924
9925 2001-06-05  Havoc Pennington  <hp@redhat.com>
9926
9927         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
9928
9929         Applying patch from Jeff Franks, with function docs added.
9930         
9931         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
9932         remove call to set_mnemonic_widget, change docs a bit.  
9933
9934         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
9935         new function
9936
9937         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
9938         new function
9939
9940         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
9941
9942         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
9943         function
9944         (gtk_radio_button_new_with_mnemonic_from_widget): new function
9945
9946         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
9947         new function
9948
9949         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
9950         function        
9951
9952         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
9953         auto-selection of mnemonic widget.
9954
9955 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
9956
9957         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
9958         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
9959         (gtk_tree_view_column_set_min_width): ditto.
9960
9961 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
9962
9963         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
9964         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
9965
9966 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
9967
9968         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
9969         gtk_clist_thaw().
9970
9971 2001-06-04  Havoc Pennington  <hp@pobox.com>
9972
9973         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
9974 r       eleases for buttons 6, 7
9975
9976 2001-06-04  Havoc Pennington  <hp@redhat.com>
9977
9978         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
9979         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
9980         #55562
9981
9982 2001-06-04  Havoc Pennington  <hp@redhat.com>
9983
9984         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
9985         where text_view->layout == NULL by assuming its size is 0, 
9986         i.e. same as if we haven't done any reflow. Reported by 
9987         Hidetoshi Tajima #55448 
9988
9989 2001-06-04  Havoc Pennington  <hp@redhat.com>
9990
9991         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
9992         and 7 for scroll left/right, from Thomas Broyer
9993
9994 2001-05-10  Havoc Pennington  <hp@redhat.com>
9995
9996         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
9997         we need to parse the xsetting as if it were an RC file string.
9998
9999         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
10000         value of palette from settings, not from static variable
10001
10002         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
10003         xsettings translation table
10004
10005         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
10006         hardcoding the toolbar style conflicts with new customizable 
10007         toolbar style philosophy
10008         (gtk_toolbar_class_init): add settings for default toolbar style;
10009         these are used unless the app specifically forces a toolbar style
10010
10011         * gtk/gtksettings.c (settings_install_property_parser): only
10012         return at the start if we warn and parser == NULL
10013
10014         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
10015         palette changed handler so we don't notify dead color selections
10016
10017         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
10018         xthickness/ythickness of 0 or 1 properly 
10019         (gtk_default_draw_resize_grip): clear the background behind the
10020         resize grips, and align to bottom right if we square the 
10021         area to be drawn.
10022
10023         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
10024         statusbar label to 1, so it doesn't make toplevels resize oddly
10025         (gtk_statusbar_size_request): add grip size to request
10026         (gtk_statusbar_size_allocate): hack so the hbox still works with 
10027         the grip size in the request
10028
10029         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
10030         bug where showing all on a toplevel makes the toolbar 
10031         button text appear despite the toolbar mode
10032
10033         * gtk/gtkmenubar.c: add internal padding style property
10034
10035         * gtk/gtktoolbar.c: Add internal padding style property; add
10036         shadow type style property
10037
10038         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
10039         state; and put Container::border_width outside the frame
10040
10041         * gtk/gtktextview.c: don't draw focus rectangle if we're in
10042         interior focus mode, we just use blinking cursor
10043
10044 2001-06-04  Havoc Pennington  <hp@redhat.com>
10045
10046         * configure.in: Make gdk-pixbuf have same version number as GTK
10047
10048 2001-06-04  Havoc Pennington  <hp@redhat.com>
10049
10050         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
10051         digits greater than 6. If there actually are limits (which there
10052         likely aren't), should clamp to them not warn.
10053         (gtk_spin_button_new_with_range): don't take log of 0
10054         (gtk_spin_button_size_request): use digits to compute size
10055         request, rather than step increment.
10056
10057         * tests/testgtk.c (create_spins): test larger values of digits
10058         
10059         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
10060         font on map not expose, so we don't get weirdness during scrolling
10061
10062 2001-06-04  Havoc Pennington  <hp@redhat.com>
10063
10064         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
10065         Sam Solon, bug #54577, update value even if not drawable.
10066
10067 2001-06-04  Havoc Pennington  <hp@redhat.com>
10068
10069         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
10070         SCROLL_LEFT, reported by Thomas Broyer.
10071
10072 2001-06-04  Havoc Pennington  <hp@redhat.com>
10073
10074         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
10075         Process updates immediately, to prevent funny lag effect
10076         when scrolling, at some mild potential efficiency cost.
10077
10078 2001-06-04  Havoc Pennington  <hp@redhat.com>
10079
10080         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
10081         slider on the click.
10082
10083 2001-06-03  Havoc Pennington  <hp@pobox.com>
10084
10085         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
10086         hscale/vscale details, so we can use it for scrollbar as well.
10087
10088         * tests/testgtk.c (reformat_value): honor digits from GtkScale
10089
10090         * gtk/gtkenums.h (GtkTroughType): Remove this enum
10091         (GtkScrollType): add START and END from GtkTroughType
10092
10093         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
10094         its x/y arguments
10095
10096         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
10097         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
10098         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
10099         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
10100         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
10101
10102         Notable changes in the process:
10103          
10104         - stepper_size style property is the height for vertical 
10105           ranges, width for horizontal; the other dimension matches
10106           the trough size
10107         - add ability to do NeXT-style steppers (and several other styles
10108           that don't make any sense)
10109         - added min_slider_length, fixed_slider_length properties to
10110           GtkScrollbar
10111         - cleaned some private (or at least useless) functions out of
10112           gtkscale.h    
10113         - moved bindings to GtkScale from subclasses, even arrow keys,
10114           since blind users don't know scale orientation.
10115         - change move_slider action signal to use new GtkScrollType,
10116           remove GtkTroughType argument
10117         - digits rounds the values a range will input to the given 
10118           number of decimals, but will not try to force adjustment 
10119           values set by other controllers. That is, we no longer
10120           modify adjustment->value inside a value_changed handler.
10121         - added getters for GtkScale setters
10122         - middle-click begins a slider drag
10123         
10124 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
10125
10126         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
10127         getting the focus code to work.
10128         (gtk_tree_view_class_init): Add a bunch of keybindings.
10129
10130         * gtk/gtktreeviewcolumn.c
10131         (gtk_tree_view_column_set_cell_data_func):
10132         s/GtkCellDataFunc/GtkTreeCellDataFunc.
10133         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
10134         of "properties_changed" to help justify the death of the latter
10135         signal. (-:
10136
10137         * tests/testtreefocus.c (main): Let some columns be focussable to
10138         test focus better.
10139
10140 2001-06-01  Havoc Pennington  <hp@redhat.com>
10141
10142         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
10143         
10144         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
10145         overwrite in overwrite mode if we already deleted the selection
10146         and replaced it with new text.  
10147
10148         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
10149         selection to an empty range, clear the clipboard if we owned it.
10150         (gtk_label_set_selectable): give up selection if we become
10151         unselectable.
10152         (gtk_label_state_changed): override state changed to unselect text
10153         when insensitive
10154         (get_text_callback): add paranoia check that indexes aren't
10155         outside of label->text
10156         (gtk_label_select_region): make -1 for start_offset mean "end of
10157         label," for consistency with GtkEditable
10158
10159         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
10160         GTK_DIALOG_NO_SEPARATOR flag
10161
10162 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
10163
10164         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
10165         notifications on non-existant "enable_arrow_keys".
10166         (#53753, Skip Montanaro)
10167
10168 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
10169
10170         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
10171         GDK_TYPE_RECTANGLE.
10172
10173         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
10174         of allocation argument be GDK_TYPE_RECTANGLE.
10175
10176 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
10177
10178         * gtk/gtkoptionmenu.c: Account for the fact that the border
10179         width is _outside_ the window. (Fixes #54585, bug found
10180         by Bastien Nocera.)
10181
10182 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
10183
10184         * gtk/gtksettings.c (gtk_settings_get_property): Validate
10185         value from GDK settings against parameter spec.
10186
10187         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
10188         to temporary values and use g_value_transform(), since
10189         thinking that GValue was going to be easy or efficient
10190         to use was, of course, a mistake.
10191
10192         * gtk/gtksettings.c: Add cursor blink setting.
10193         
10194         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
10195
10196         * gtk/gtkentry.c: Add cursor blinking.
10197
10198         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
10199         cursor blink global settings.
10200
10201         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
10202         for :text_position in places where it is missing.
10203
10204 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
10205
10206         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
10207
10208 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
10209
10210         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
10211         not pkg-config. (#51032)
10212
10213         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
10214         (fixes #51952, James Henstridge)
10215         
10216 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
10217
10218         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
10219         Rename to the more correct gtk-go-up.
10220
10221         * gtk/stock-icons/stock_menu_sort_ascending.png:
10222         Added new file.
10223         
10224         * gtk/stock-icons/stock_menu_sort_descending.png:
10225         Changed to show descending instead of ascending.
10226
10227         * gtk/gtkiconfactory.c:
10228         Added menu size icon to sort ascending.
10229
10230         * gtk/stock-icons/Makefile.am:
10231         Added stock_menu_sort_ascending.png.
10232         
10233         * gtk/gtkseparatormenuitem.c:
10234         Use correct typenames.
10235
10236 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
10237
10238         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
10239         gulong as in GSignal.
10240
10241 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
10242
10243         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
10244         instances of GtkCellRenderer in code (all but dnd icon code).
10245         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
10246         there, and I can do multiple Cells per column.
10247
10248         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
10249
10250         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
10251         when model was unreffed prior to removing the row reference.
10252
10253 2001-05-25  Havoc Pennington  <hp@redhat.com>
10254
10255         * gtk/gtkiconfactory.c: fix so that default icons are created if 
10256         you call gtk_stock_list_ids()
10257
10258         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
10259         in list
10260
10261 2001-05-25  Havoc Pennington  <hp@redhat.com>
10262
10263         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
10264         set can render without falling back to missing image icon
10265
10266         * gtk/gtktextview.c (gtk_text_view_size_request): request full
10267         size of text, instead of random values
10268
10269         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
10270         size of tree view, instead of random values
10271
10272         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
10273         image in an appropriate size
10274
10275         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
10276         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
10277
10278         Throughout: fix GTK_STOCK_BUTTON_ instances
10279         
10280         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
10281         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
10282         Add a bunch of new stock items/icons
10283
10284         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
10285         new function, convenience for inserting columns with a data func
10286
10287         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
10288         (_gtk_icon_factory_list_ids): use list of all factories to
10289         generate a list of all known IDs
10290
10291         * gtk/gtkstock.c (gtk_stock_list_ids): replace
10292         gtk_stock_list_items() with a function that returns all IDs known
10293         including those for GtkIconFactory.
10294
10295 2001-05-25  Hans Breuer  <hans@breuer.org>
10296
10297         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
10298         work -> check boxes and radio buttons are drawn now, even on win9x.
10299         Improved line settings a bit, still no clue how to get really dotted
10300         lines on win9x, on NT it's PS_ALTERNATE.
10301
10302         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
10303         GDK_HINT_MIN_SIZE as well
10304
10305         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
10306
10307         * gtk/gtk.def : updated
10308
10309         * gtk/gtktreeprivate.h : change column_drop_func to be a function
10310         pointer not a function pointer pointer
10311
10312         * tests/testdnd.c : include <stdlib.h> for putenv prototype
10313
10314         * tests/testsocket.c : made it compile on win32 again
10315
10316         * tests/makefile.msc : one more test-app uses prop-editor.obj
10317
10318 2001-05-22  Havoc Pennington  <hp@pobox.com>
10319
10320         * gtk/gtkbin.c (gtk_bin_get_child): New function
10321
10322 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
10323
10324         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
10325         to ignore when doing compose processing.
10326
10327 2001-05-22  Joe Shaw  <joe@ximian.com>
10328
10329         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
10330         Simplify as suggested by Havoc. Just get the last iter and work
10331         backward to the tag instead of getting a line and working back from
10332         there. Fixes passing in an invalid offset to
10333         iter_init_from_byte_offset().
10334
10335 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
10336
10337         * gtk/gtktreeview*.h: 
10338         * gtk/gtkcell*.h:
10339         * gtk/gtk*store.h:
10340         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
10341         macros to all objects.
10342
10343 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
10344
10345         * gtk/gtkcellrenderertext.c
10346         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
10347         with very large (TM) amounts of text.  May be moved to
10348         GtkCellRenderer in the future, though I'm not sure it wants to be
10349         this accessible.
10350
10351         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
10352         More sanity brought to this class.  I like it.
10353
10354         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
10355         case.  Kids, don't try this at home.
10356
10357         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
10358         convenience function.
10359
10360         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
10361
10362 2001-05-21  Alexander Larsson  <alexl@redhat.com>
10363
10364         * gtk/gtkfontsel.c:
10365         Added properties. Based on patch by Lee Mallabone.
10366
10367         * gtk/gtkruler.c:
10368         * gtk/gtkhruler.c:
10369         * gtk/gtkvruler.c:
10370         * gtk/gtktext.c:
10371         * gtk/gtktextview.c:
10372         Converted GtkArg to GParam. Based on patches by John Margaglione.
10373
10374         * tests/Makefile.am:
10375         * tests/testtext.c:
10376         Add a property editor to testtext.
10377         
10378 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
10379
10380         * gtk/gtk{h,v,}paned.c: Only show the separator if 
10381
10382         * configure.in: Fixed reversed conditional causing all image
10383         libraries to be linked in.
10384
10385 2001-05-21  Joe Shaw  <joe@ximian.com>
10386
10387         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
10388         that top_y needs to be >= 0.
10389
10390 2001-05-11  Havoc Pennington  <hp@pobox.com>
10391         
10392         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
10393         losing connection to the X server.
10394
10395 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
10396
10397         * configure.in: Start checks for X from pangox/pangoxft
10398         CFLAGS to avoid duplicate libraries.
10399
10400         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
10401
10402         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
10403         to include gobject.
10404         
10405 2001-05-18  Alexander Larsson  <alexl@redhat.com>
10406
10407         * gtk/gtkspinbutton.c:
10408         Convert GtkArgs to GParams. Based on patch by John Margaglione.
10409         Also do size request reasonable for MAXDOUBLE. Previously it printed
10410         the limits to a buffer and overran it. Instead do it using log10() and
10411         limit the width to 10 digits.
10412         
10413         * gtk/gtkwidget.c (gtk_widget_get_property):
10414         Correctly handle setting the parent property to NULL.
10415
10416 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
10417
10418         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
10419         style attributes even if the widget isn't realized.
10420
10421         * demos/gtk-demo/main.c: Use a slightly smaller font.
10422
10423 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
10424
10425         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
10426         This is something that only a widget writer would ever want
10427         to change.
10428
10429         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
10430         gtk_signal_emit_by_name().
10431
10432         * gtk/gtkviewport.c: Fix some warnings.
10433
10434         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
10435         allowing the requisitions of multiple widgets to be grouped
10436         together.
10437
10438         * tests/testgtk.c: Add GtkSizeGroup test
10439
10440         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
10441
10442         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
10443         warnings.
10444
10445         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
10446
10447 2001-04-28  Martin Baulig  <baulig@suse.de>
10448
10449         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
10450         to gtk_image_menu_item_set_icon() and made it work if there's already
10451         an image.
10452         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
10453         (gtk_image_menu_item_new_with_label): New function.
10454
10455 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
10456
10457         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
10458         highlighting code!!!!  The result is okay so long as you don't try
10459         to stress it.  It also highlights a bug in the TextView so it's in
10460         an unproportional font right now until it's fixed.
10461
10462         *demos/gtk-demo/*.c: Clean up code a bit to make it
10463         ugly-parser(TM) friendly. (-:
10464
10465 2001-05-17  Joe Shaw  <joe@ximian.com>
10466
10467         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
10468         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
10469         if it is only partially onscreen.
10470
10471 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
10472
10473         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
10474         not by characters.
10475
10476         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
10477         are not zero or one; that is, when graphemes of multiple characters
10478         are involved.
10479
10480         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
10481         FIXME.
10482
10483 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
10484         
10485         * gtk/gtkbbox.c:
10486         Add properties, based on patch by Lee Mallabone.
10487
10488         * gtk/gtknotebook.c:
10489         * gtk/gtktoolbar.c:
10490         Convert from GtkArg to GParam, based on patch by John Margaglione.
10491         
10492         * gtk/gtkhscale.c:
10493         * gtk/gtkvscale.c:
10494         * gtk/gtkhscrollbar.c:
10495         * gtk/gtkvscrollbar.c:
10496         * gtk/gtkrange.c:
10497         Move adjustment property to GtkRange.
10498
10499         * gtk/gtklabel.c:
10500         Setup mnemonics on property changes
10501
10502         * gtk/gtkwidget.c (gtk_widget_get_property):
10503         GdkExtensionMode is an enum, not a flag. Set it with
10504         g_value_set_enum ().
10505
10506         * tests/prop-editor.c:
10507         Better propery editor.
10508
10509         * tests/testgtk.c:
10510         Add new property test. Pass zero to the property editor to
10511         get properties from all derived types.
10512         
10513 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
10514
10515         * autogen.sh (have_automake): Require libtool-1.4,
10516         automake-1.4p1.
10517
10518         * acinclude.m4: Remove libtool macros.
10519
10520         * gdk-pixbuf/Makefile.am: Add dependencies to loade
10521         modules.
10522
10523         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
10524         for libgdk.
10525
10526         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
10527         libgdk.la for libgtk.
10528
10529         * modules/input/Makefile.am: Make modules have full
10530         dependencies.
10531
10532 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
10533
10534         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
10535         #54699 where paths weren't being checked for correctness.
10536
10537 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
10538
10539         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
10540         in any order you wan, whether or not the column is added to the
10541         tree, or the tree is realized.  Yay!
10542
10543         * gtk/gtktreeviewcolumn.c
10544         (gtk_tree_view_column_setup_sort_column_id_callback): handle
10545         sorting columns a lot saner
10546
10547         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
10548         new function to actually set wether or not a column is
10549         reorderable.
10550
10551         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
10552         if we have 'em.
10553
10554         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
10555         Fix nasty bug where we were showing the button just before
10556         realizing it.  As a result, the parent window was
10557         tree_view->window instead of tree_view->priv->header_window.
10558
10559         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
10560         to let you easily reorder a list or tree.
10561
10562 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
10563
10564         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
10565         from args to properties.
10566
10567 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
10568
10569         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
10570         from args to properties. (#51957)
10571
10572         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
10573         calls to after ->set_property call.
10574
10575 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
10576
10577         * tests/prop-editor.c: Block against redundant changes.
10578
10579         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
10580         properties.
10581
10582 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
10583
10584         * gdk/gdkpixmap.h: Remove creative formatting.
10585
10586 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
10587
10588         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
10589         property API. (#51669)
10590
10591         * gtk/gtkscale.c: Patch from John Margaglione converting to
10592         property API. (#51891)
10593
10594         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
10595         to property API. (#50985)
10596
10597 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
10598
10599         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
10600         buffering state across expose event, so we still call end_paint().
10601
10602 2001-05-11  Alexander Larsson  <alexl@redhat.com>
10603
10604         * gtk/gtkhsv.c (paint_triangle):
10605         Expose the ring in the triangle at the correct place when
10606         exposing just a part of the triangle.
10607
10608         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
10609         Return FALSE, or window focusing will not work.
10610
10611 2001-05-11  Havoc Pennington  <hp@pobox.com>
10612
10613         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
10614         #54144
10615
10616         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
10617         bug #54330
10618
10619 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
10620
10621         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
10622         propagate exposes to NULL child.
10623
10624         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
10625         against not having one of the scrollbars.
10626
10627         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
10628         we don't keep a mnemonic window if we have no mnemonic installed.
10629
10630 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
10631
10632         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
10633         it has the _important_ side effect of initializing a class.
10634
10635 2001-05-10  Alexander Larsson  <alexl@redhat.com>
10636
10637         * gdk/linux-fb/gdkprivate-fb.h:
10638         Make sure you can compile out the implementation/wrapper assert
10639         macros.
10640
10641         * gdk/linux-fb/gdkdrawable-fb2.c:
10642         Check implementation/wrappers, initialize type for pixmap dummys.
10643
10644         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
10645         Hide the cursor if reading from the screen.
10646
10647         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
10648         Fix sign bug in tiling code.
10649
10650         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
10651         Handle background pixmaps.
10652
10653 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
10654
10655         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
10656         function to let user control where columns are dragged.
10657
10658         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
10659         Escape is pressed.
10660
10661 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
10662
10663         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
10664         "columns_changed" signal.
10665         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
10666         motion code to draw arrows to the side if indicator is outside the
10667         widget.
10668         (gtk_tree_view_map_expanded_rows): Implement.
10669
10670 2001-05-07  Alexander Larsson  <alexl@redhat.com>
10671
10672         * demos/testpixbuf-save.c: 
10673         * demos/testpixbuf-drawable.c:
10674         Include gdkfb.h on linux-fb.
10675
10676 2001-05-07  Alexander Larsson  <alexl@redhat.com>
10677
10678         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
10679         New function for getting toplevel window at position.
10680         (gdk_drag_find_window): Use get_toplevel_window () instead
10681         of gdk_window_get_pointer(). (gdk_drag_status): Use
10682         correct context for getting window.
10683
10684         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
10685         g_strdup the atom name.
10686
10687         * gdk/linux-fb/gdkwindow-fb.c:
10688         Costmetic fix.
10689
10690         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
10691         Add code for changing cursor on linux-fb backend (same as
10692         win32).
10693
10694 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
10695
10696         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
10697         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
10698         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
10699         report was not for the development branch of GTK+, but it applies
10700         anyways).
10701
10702 2001-05-04  Havoc Pennington  <hp@redhat.com>
10703
10704         * configure.in: fix some shell typos
10705
10706         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
10707
10708         * gtk/gtkimage.c: handle animations
10709
10710         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
10711         border_width * 2, not just border_width
10712
10713         * gtk/gtkscale.c: add "format_value" signal to allow people
10714         to override the way values are drawn.
10715         (gtk_scale_get_value_size): fix width/height mistake,
10716         and compute size from actual displayed text, not 
10717         from made-up text.
10718
10719         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
10720         signal registration
10721
10722         * tests/testtext.c: Add "Remove all tags" menu item for testing
10723
10724         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
10725
10726         * demos/gtk-demo/main.c (main): add hack so we can find modules
10727         without installing gtk
10728
10729         * demos/gtk-demo/textview.c (insert_text): demo font scaling
10730
10731         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
10732         factor)
10733         (gtk_cell_renderer_text_set_property): remove some bogus
10734         g_object_notify
10735
10736         * gtk/gtktexttag.c: add "scale" property which is a font scaling
10737         factor
10738
10739         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
10740         to layout
10741
10742         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
10743         gtk_text_iter_is_first
10744
10745 2001-01-06  Hans Breuer  <hans@breuer.org>
10746
10747         * gdk/gdk.def : updated exports
10748
10749         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
10750         gdk won't compile anymore
10751  
10752         * gdk/win32/gdkevents-win32.c : initialize ret_val when
10753         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
10754         Improved gdk_flush () to not only do pending drawing operations
10755         but also process all currently pending events. This should make
10756         the behaviour more similar to the X11 version.  
10757
10758         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
10759         option needs to be set even if there is no GDK_GC_BACKGROUND.
10760         (gdk_win32_hdc_get) : use predraw_set_background () independent
10761         of value_mask. This allows to draw dashed lines leaving the original
10762         background intact.
10763
10764         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
10765         after processing, because we can't reuse it as the X11 version does.
10766
10767         * gtk/gtk.def : updated exports
10768
10769         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
10770         would like to get rid of this file again, and use straight
10771         makefile.msc again, as the other Gtk+ subdirs do)
10772
10773         * test/makefile.msc (new file) : build the test apps here
10774
10775 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
10776
10777         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
10778         strike-through setting
10779         (gdk_draw_layout_line_with_colors): Render strike-through
10780
10781 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
10782
10783         * Release 1.3.5
10784
10785         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
10786
10787         * NEWS: Updated
10788
10789         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
10790         Makefile breakage.
10791
10792 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
10793
10794         * demos/gtk-demo/images.c (progressive_timeout): Fix
10795         typo in filename.
10796
10797         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
10798         out FIXME warning; just too annoying.
10799
10800 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
10801
10802         * gdk/linux-fb/gdkcolor-fb.c:
10803         Better error messages.
10804
10805         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
10806         Initialize abs_x and abs_y.
10807         
10808         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
10809         Correct handling of stipple offset.
10810
10811         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
10812         Treat directcolor framebuffers as truecolor.
10813         
10814 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
10815
10816         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
10817         dependency on Atk for accessibility support.
10818
10819         * configure.in **/Makefile.am: Major reworking of substituted
10820         variables for CFLAGS/LIBS to make a lot more sane and 
10821         keep the the compile/link lines a bit shorter.
10822
10823         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
10824
10825 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
10826
10827         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
10828         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
10829         use _gtk_boolean_handled_accumulator.
10830
10831 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
10832
10833         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
10834         to fix things so clicking inside selection leaves cursor
10835         at point where clicked. (#50324)
10836
10837         * gtk/gtksettings.c (gtk_settings_class_init): Restore
10838         sane value for default double click time.
10839
10840         * tests/testtext.c (test_init): Really path to input modules.
10841
10842 2001-05-03  Sven Neumann  <sven@convergence.de>
10843
10844         * demos/testpixbuf-save.c: include target-specific headers as
10845         done in testpixbuf-drawable.c
10846
10847 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
10848
10849         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
10850         new_text_length appropriately when we run into the 
10851         size limit for the entry. (#53445, reported by Jeff Franks)
10852
10853         * tests/testgtk.c (create_entry): Remove most of the
10854         property toggle buttons. Replace with a "Props" button
10855         that brings up a property editor.
10856
10857         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
10858         Split the property editor code out for reuse, improve.
10859
10860 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
10861
10862         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
10863         trap errors around calls to XSetInputFocus since we have
10864         no way of knowing reliably whether we are viewable or
10865         not. (#53947)
10866
10867 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
10868
10869         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
10870         fix bug in dropping columns.  Moving columns now basically works
10871         modula some fine tuning.
10872
10873 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
10874
10875         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
10876         autoscroll support.  It mostly works, but could use some fine
10877         tuning.
10878         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
10879         Actually move the column.
10880
10881 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
10882
10883         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
10884           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
10885           New default theme! A slighly improved version of the 2.0 Raleigh
10886           theme, with Windows-esque focus/drawing default. 
10887           (GtkWidget::interior_focus defaults to TRUE.)
10888
10889         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
10890
10891 2001-04-30  Havoc Pennington  <hp@pobox.com>
10892
10893         * tests/testtext.c (line_numbers_expose): fix to work with
10894         gtk_paint_layout change
10895
10896 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
10897
10898         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
10899           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
10900           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
10901           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
10902
10903         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
10904           with GtkWidget::interior_focus = TRUE better.
10905
10906         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
10907         ::default_outside_border for more flexibility.
10908
10909         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
10910         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
10911         change that had to be made with g_object_get.
10912
10913 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
10914
10915         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
10916         (gtk_tree_view_move_column_after): Clean up interface. 
10917
10918 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
10919
10920         * gtk/gtkpacker.h:
10921         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
10922          to gtkenum.h.
10923
10924         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
10925         handled in switch).
10926
10927         * gtk/Makefile.am:
10928         (gtk.defs): generate enum portions with  glib-mkenums.
10929         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
10930         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
10931         
10932         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
10933         addition.
10934
10935         * docs/Changes-2.0.txt: keep a note on signal handlers now
10936         not getting emitted during the emission they were connected within.
10937
10938 2001-04-28  Havoc Pennington  <hp@pobox.com>
10939
10940         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
10941
10942 2001-04-24  Havoc Pennington  <hp@redhat.com>
10943
10944         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
10945         (gtk_text_layout_move_iter_to_next_line): fix these two for
10946         invisible text, lots of other stuff still hosed.
10947
10948         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
10949         new function, replaces the get/set palette stuff. This function 
10950         is intended for use by libgnomeui which should set the hook to a
10951         thing which sets the palette in GConf, and we need the
10952         GConf-to-xsettings proxy which will result in the change being
10953         propagated back to the GTK app.
10954
10955         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
10956         about unusable signals that it may be because the signal has 
10957         parameters.
10958
10959         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
10960         style, otherwise gtkrc.c won't know to create a new GtkStyle for
10961         it.
10962         (gtk_widget_modify_color_component): call
10963         gtk_widget_modify_style() so the rc style will get copied.
10964         (gtk_widget_modify_font): ditto
10965
10966         * gtk/gtkrc.c: make a couple variables static
10967
10968         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
10969         help button by default, since it does nothing
10970
10971         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
10972         around with UI
10973
10974         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
10975         so we can have tooltips
10976
10977         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
10978         can have tooltips
10979
10980         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
10981         GDK_ENABLE_BROKEN, because its memory behavior is completely
10982         hosed.
10983
10984         * gtk/gtknotebook.c: remove key press handler, replace with
10985         binding set, add numeric keypad support
10986
10987         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
10988
10989         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
10990
10991         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
10992         addition to plain Delete
10993
10994         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
10995         GDK_KP_Enter in addition to GDK_Return
10996
10997         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
10998         activate on entry instead of key press
10999         (gtk_font_selection_on_clist_key_press): get
11000         rid of this signal handler, not needed with new font sel.
11001
11002         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
11003         no-longer-needed emit_stop_by_name(), just return TRUE
11004
11005         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
11006         cruft, this widget is no longer focusable.
11007
11008         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
11009         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
11010         move_slider action signal, add binding set for vscale/hscale, in
11011         the process support numeric keypad
11012
11013         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
11014         make GDK_Return and GDK_KP_Enter activate the entry via 
11015         binding set, instead of hardcoded.
11016
11017 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
11018
11019         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
11020         code.  Some documentation added.
11021
11022 2001-04-27  Havoc Pennington  <hp@redhat.com>
11023
11024         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
11025
11026         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
11027
11028         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
11029         line/para separators
11030         (gtk_entry_create_layout): set single paragraph mode on the layout
11031
11032         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
11033         spacing between the image and label; instead, inside a button box 
11034         the button will get extra space that will go there, but if people 
11035         configure button box for 0 chubbiness, then there's no spacing.
11036
11037         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
11038         and min/max size style properties, so people can tune their
11039         chubbiness.
11040
11041         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
11042         functions
11043
11044         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
11045         space_style, and button_relief into style properties, remove
11046         functions for setting them
11047         
11048         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
11049         it back down
11050
11051         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
11052         types from gtk_widget_style_get
11053
11054         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
11055         with a style property.
11056
11057         * gdk/x11/gdkevents-x11.c: namespace the settings
11058
11059         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
11060
11061         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
11062         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
11063         be used. Also, translate doc strings for settings. Also, namespace
11064         the double-click-time property. Also, remove bell properties crap.
11065
11066 2001-04-27  Sven Neumann  <sven@gimp.org>
11067
11068         * Makefile.am: before creating links, check if pkg-config files
11069         exist for the default target. Otherwise link to the pkg-config files
11070         that got installed with this build.
11071
11072 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
11073
11074         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
11075         dragging code.  Revealed some (potential) GdkWindow bugs.
11076
11077         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
11078         _gdk_window_init_position to the end of reparent to fix the case
11079         of reparenting when new_x != old_x and new_y != old_y.
11080
11081 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
11082
11083         * gtk/gtkentry.c (strstr_len): Fix optimization that
11084         was correct for the use here, but completely incorrect
11085         in general.
11086
11087 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
11088
11089         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
11090         until patch adding gtk_window_set_size() is recommitted. 
11091
11092         * **Makefile.am configure.in gdk/x11/gdkim-11.c
11093           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
11094           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
11095           (#10784)
11096
11097 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
11098
11099         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
11100         window == NULL in a number of cases.
11101
11102         * tests/testdnd.c: Set module path for gdk-pixbuf.
11103
11104 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
11105
11106         * gtk/Makefile.am xembed.h: File containing #defines
11107         for XEMBED protocol.
11108
11109         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
11110
11111         - Change protocol from old plug/socket specific protocol
11112           to XEMBED draft
11113         - Various fixes to work with GTK+-2.0
11114
11115         Still quite a bit of work to do here to handle initiation
11116         from the socket side (as specified by XEMBED), to handle
11117         the more advanced features of XEMBED, and to figure out
11118         a good way to handle same-app embedding with less overhead
11119         than using full XEMBED.
11120
11121 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
11122
11123         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
11124         track of whether the toplevel has the focus; only send
11125         focus-in events to the focus widget when the window
11126         actually has the focus.
11127
11128 2001-04-25  Havoc Pennington  <hp@pobox.com>
11129
11130         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
11131         were still in the header
11132
11133 2001-04-24  Alexander Larsson  <alexl@redhat.com>
11134
11135         * gtk/gtkclist.[ch]:
11136         * gtk/gtkctree.c:
11137         When there is a row highlighted for D'n'D it must alse
11138         be painted hightlighted on exposes. Otherwise exposes from
11139         the icon being dragged will mess up the hightlight.
11140
11141         * gtk/gtkfontsel.c:
11142         Don't recenter selected font when exposing the font family
11143         clist. This means you can now actually scroll the font family
11144         list.
11145
11146         * gtk/gtknotebook.c:
11147         Fix focus movement on scrolling tabs that are placed on the left
11148         and right.
11149
11150 2001-04-21  Havoc Pennington  <hp@pobox.com>
11151
11152         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
11153         empty/invisible lines.
11154
11155         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
11156         (gtk_text_iter_set_visible_line_index): new functions to set
11157         indexes excluding invisible text
11158
11159         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
11160         index
11161
11162         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
11163         (gtk_text_iter_get_visible_line_offset): new functions to 
11164         get indexes excluding invisible text
11165
11166         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
11167         bunch of extra padding that served no purpose
11168
11169         * gtk/gtkdialog.c: Make all the spacings configurable via style
11170         properties, for chubbiness configuration in themes
11171
11172         * tests/testtext.c: fix path to the immodules.
11173         
11174 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
11175
11176         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
11177         got munched by #endif.
11178
11179         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
11180
11181         * gtk/gtktreeview.c: Refactored code to clean up a number of
11182         events.
11183
11184         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
11185         values to make consistent with other functions.  Spotted by Jeff
11186         Franks <jcf@tpg.com.au>.
11187
11188         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
11189         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
11190
11191 2001-04-23  Sven Neumann  <sven@gimp.org>
11192
11193         * gtk/Makefile.am
11194         * gtk/gtkplug.c
11195         * gtk/gtksocket.c: on request of Owen, reverted my last change 
11196         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
11197
11198 2001-04-23  Sven Neumann  <sven@gimp.org>
11199
11200         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
11201         compile for non-X11 targets again
11202
11203 2001-04-20  Alexander Larsson  <alexl@redhat.com>
11204
11205         * gtk/gtkcolorsel.[ch]:
11206         API Change. Take GdkColor arguments instead of gdouble *.
11207         Leave the old gtk_color_selection_set_color for compatibility,
11208         but marked deprecated.
11209         Do correct rounding when converting RGB <-> HSV.
11210         
11211         * gtk/gtkcolorseldialog.c:
11212         * tests/testgtk.c:
11213         Use new GtkColorSelection API.
11214
11215         * gtk/gtkhsv.c:
11216         Fix problem selecting colors in triangle when Hue is 330.
11217         Fix some black dots around the HSB triangle.
11218         
11219         * gtk/gtkfilesel.c:
11220         return FALSE from the focus_in_event handler to fix focus problems.
11221
11222 2001-04-18  Havoc Pennington  <hp@redhat.com>
11223
11224         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
11225         set, so keybindings are configurable    
11226         (gtk_window_activate_default): Change to activate the focus widget
11227         instead if there's a focus widget, to be consistent with the
11228         behavior that previously existed in key_press_event
11229
11230 2001-04-18  Havoc Pennington  <hp@redhat.com>
11231
11232         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
11233
11234 2001-04-18  Havoc Pennington  <hp@redhat.com>
11235
11236         Close bug #50615:
11237         
11238         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
11239         the layout
11240
11241         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
11242
11243         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
11244
11245         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
11246         
11247         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
11248         to blue for base, in addition to bg
11249         
11250 2001-04-18  Havoc Pennington  <hp@redhat.com>
11251
11252         * tests/testgtk.c (create_image): allow shrinking the image window
11253         to test that we clip to allocation.
11254
11255         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
11256         #9845
11257
11258         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
11259
11260 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
11261
11262         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
11263         mode on shm segments to 0600. We'll see who complains.
11264
11265         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
11266         _gdk_windowing_window_destroy() AFTER recursing through
11267         children.
11268
11269         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
11270         testsocket_child on X.
11271
11272         * tests/testsocket[_child].c: Fix uses of
11273         gtk_window_get_default_accel_group().
11274
11275         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
11276
11277         * gdk/gdkimage.c: (gdk_image_get):
11278         Deal with the possibility that XGetImage() might return NULL.
11279         Allocate the GdkImagePrivate structure only after XGetImage()
11280         succeeds in order not to dereference a NULL ximage pointer.  This
11281         prevents a core dump when XGetImage() fails - which is unlikely,
11282         but can happen due to race conditions accessing the geometries of
11283         drawables.  An x error will still be triggered, but the gdk image
11284         wrapper at least wont seg fault.
11285         
11286 2001-04-18  Havoc Pennington  <hp@redhat.com>
11287
11288         * gtk/gtkimage.c: fix to properly queue resizes when the image is
11289         set
11290
11291         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
11292         if the insertion point isn't editable
11293
11294         * demos/gtk-demo/images.c: Added a GtkImage demo
11295
11296         * demos/gtk-demo/drawingarea.c: drawing area demo
11297         
11298         * demos/gtk-demo/menus.c (create_menu): cleanups
11299
11300 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
11301
11302         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
11303           gdk/x11/gdkevents-x11.c: Introduce an extra child
11304         of toplevel windows that serves to hold the focus to
11305         avoid events being delivered to embedded windows.
11306
11307         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
11308         some extra variables to clean up code and reduce the
11309         number of casts.
11310
11311         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
11312         guint for 1 bit bit fields, not gboolean.
11313
11314 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
11315
11316         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
11317         not TRUE. (Fixes #52925)
11318
11319 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
11320
11321         * Released 1.3.4
11322
11323         * NEWS: Updated
11324
11325         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
11326         use GTK_TYPE_ENUM.
11327
11328 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
11329
11330         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
11331
11332         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
11333         names to compatibility #defines so docs work.
11334
11335         * gtk/gtkenums.h: Remove GtkMenuFactoryType
11336
11337         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
11338
11339         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
11340
11341         * tests/testgtkrc: No magenta cursors, please.
11342
11343         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
11344
11345         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
11346         
11347 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
11348
11349         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
11350         grabs, since they are no longer necessary.
11351
11352         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
11353         by signal_connect() and call gtk_button_pressed() rather
11354         than signal_connect_after().
11355
11356         * tests/testgtk.c: Restore radio menu items to combos 
11357         since they'll look OK with Raleigh, and it is easier
11358         than finishing the process of removing them that was
11359         started earlier.
11360
11361 2001-04-16  Hans Breuer  <hans@breuer.org>
11362
11363         * gdk/gdk.def :
11364         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
11365
11366         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
11367         we are interested in the functions return value not the function address
11368         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
11369
11370         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
11371
11372 2001-04-14  Hans Breuer  <hans@breuer.org>
11373
11374         * gdk/gdk.def :
11375         * gdk/makefile.msc : updated
11376
11377         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
11378         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
11379         (the testgtk::text backgound pixmap is drawn again)
11380         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
11381         Win32 Pango change
11382         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
11383
11384         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
11385         Not sure if the returned settings have the right unit, because I couldn't
11386         find any docs for the X version ...
11387
11388         * gtk/gtk.def :
11389         * gtk/makefile.msc.in : updated
11390
11391 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
11392
11393         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
11394         wording problems. (Compared to version from Johannes Stezenbach to
11395         check correctness.)
11396
11397 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
11398
11399         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
11400         this to compile.
11401
11402 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
11403
11404         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
11405         not pixbufpos.
11406
11407         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
11408
11409         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
11410         are unsigned insts, therefore use g_value_set_uint.
11411         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
11412
11413 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
11414
11415         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
11416
11417         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
11418         GTK_TYPE_STRING.
11419
11420         * gtk/gtktreeview.c: New functions to allow initial column
11421         dragging work.
11422
11423         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
11424
11425         * tests/testtreefocus.c: give dave some love.
11426
11427         * tests/testtreesort.c: Modify test to check really long samples.
11428
11429 2001-04-11  Alexander Larsson  <alexl@redhat.com>
11430
11431         * gtk-2.0.m4: Pass pkg-config options
11432         before the other args so it works even if
11433         POSIXLY_CORRECT is set.
11434
11435 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
11436
11437         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
11438         0, interface 0).
11439
11440 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
11441
11442         * gtk/gtkcalendar.c (gtk_calendar_button_press):
11443         check for action_func != NULL
11444
11445 2001-04-04  Sven Neumann  <sven@gimp.org>
11446
11447         * tests/testgtk.c (test_init): corrected path to gtk.immodules
11448
11449 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
11450
11451         * Released Gtk+-1.3.3.
11452
11453 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
11454
11455         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
11456
11457 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
11458
11459         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
11460         files to/from source dir. (if we don't stay in builddir, we
11461         can't reach make-inline-pixbuf.
11462
11463         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
11464         deps.
11465
11466         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
11467         ages 0).
11468
11469 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
11470
11471         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
11472         moved to the GtkTreeSortable interface.
11473
11474         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
11475         Make more efficient (fixes #50262).
11476
11477 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
11478
11479         * NEWS: Updated.
11480
11481         * configure.in: Remove support for uninstalled glib.
11482
11483         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
11484         so as not to stop emission.
11485
11486         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
11487         is no longer supported.
11488
11489         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
11490         into tests, change build order to build modules before
11491         gtk/.
11492
11493         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
11494         to here.
11495
11496 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
11497
11498         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
11499         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
11500         GPatternSpec. this is actually unlikely to cause breakage in
11501         third-party apps since except for gle, pretty much ever caller
11502         passes NULL here.
11503
11504         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
11505
11506         * *.c: use g_pattern_*() API.
11507
11508         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
11509
11510         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
11511         directions aren't passed in.
11512
11513         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
11514         functionality to be usable from gtkstyle.c as well, give precedence
11515         for conversion to user-supplied parsers.
11516         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
11517
11518         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
11519         _gtk_settings_parse_convert() for rcporperty value conversion.
11520
11521 2001-04-03  Alexander Larsson  <alexl@redhat.com>
11522
11523         * gdk/linux-fb/gdkevents-fb.c:
11524         Add empty gdk_setting_get().
11525
11526 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
11527
11528         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
11529         variable names.
11530         
11531         * gtk/makeenums.pl: touch this so enum files get remade.
11532
11533 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
11534
11535         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
11536         work again when not sorted.
11537
11538         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
11539         and "expand_row" signal, closing bug 52578.
11540
11541         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
11542         support.
11543
11544         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
11545         support.
11546
11547 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
11548
11549         * gdk/gdkevents.h: Add GdkEventSetting event for notification
11550         of changes to system settings, gdk_setting_get() to retrieve
11551         a single system setting.
11552
11553         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
11554         to the draft XSETTINGS mechanism.
11555
11556         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
11557         XSETTINGS.
11558
11559         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
11560         of GDK settings changes to the GtkSettings object.
11561
11562         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
11563         double-click-timeout property to GDK.
11564
11565         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
11566         Define GDK boxed types here.
11567
11568         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
11569         gdk/gdkenumtypes.[ch] for enum definitions.
11570
11571         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
11572         * gtk/gtk-boxed.defs: Comment out GDK types
11573         * gtk/gtktypeutils.h: Remove GDK types
11574         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
11575
11576 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
11577
11578         * Applied patch from Ron Steinke to add signal accumulators
11579         so that signals with the convention 'TRUE return means
11580         handled' stop emission on a TRUE return.
11581
11582         * gtk/gtkmain.[ch]: Add private accumulator 
11583         _gtk_boolean_handled_accumulator, used throughout GTK+.
11584         
11585         * gtk/gtkspinbutton.c: Add accumulator for ::output.
11586
11587         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
11588         
11589         * gtk/gtkwidget.c: Add accumulators for event signals,
11590         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
11591         for ::mnemonic-activate.
11592
11593         * gtk/gtkwindow.c: Add accumulator for ::frame_event
11594
11595 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
11596
11597         * gtk/gtkwidget.c: Add missing include.
11598
11599 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
11600
11601         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
11602         marshaller.
11603
11604         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
11605         "changed" signal to "range_changed".
11606
11607         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
11608         removing a tree from one model would remove all trees from that
11609         model.
11610         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
11611         changed signal instead.
11612
11613 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
11614
11615         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
11616         chaining up to parent impl, since we have a INPUT_ONLY
11617         window.
11618
11619         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
11620         foreground color for the cursor.
11621
11622 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
11623
11624         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
11625         param spec when caching property values, since we unref it
11626         later when we free the style.
11627
11628         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
11629         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
11630
11631 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
11632
11633         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
11634         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
11635         stupidity.
11636
11637 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
11638
11639         [ First pass at adding style properties. Still needs some definite
11640         fine-tuning. ]
11641
11642         * gtk/gtkbutton.c: Add ::default_spacing style property.
11643          
11644         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
11645         ::indicator_spacing style properties.
11646
11647         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
11648         style properties.
11649
11650         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
11651         rather than a normal property.
11652
11653         * gtk/gtkwidget.c: Add an ::interior_focus style property to
11654         draw focus inside buttons, in the Windows/Java Metal/etc. style.
11655
11656         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
11657         Honor ::interior_focus.
11658         
11659         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
11660         TRUE.
11661
11662         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
11663         Add ::slider_width, ::trough_border, ::stepper_size,
11664         ::stepper_spacing style properties.
11665
11666         * gtk/gtkscale.[ch] Add ::slider-length style property.
11667
11668 2001-04-02 Alexander Larsson   <alexl@redhat.com>
11669
11670         * gdk/linux-fb/gdkwindow-fb.c:
11671         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
11672         warnings that were spewed on startup.
11673
11674         * gtk/gtkwindow-decorate.c:
11675         gtk_window_reposition -> _gtk_window_reposition
11676
11677 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
11678
11679         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
11680         Add boxed type for GtkRequistion. Use it for ::size-request.
11681
11682         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
11683         Add a new GtkBorder structure useful for geometry properties
11684         for widgets. Add corresponding GTK_TYPE_BORDER.
11685         
11686         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
11687         Support automatic parser selection like
11688         gtk_settings_install_property_parser().
11689
11690         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
11691         functionality for use by gtk_widget_class_install_style_property.
11692         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
11693
11694 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
11695
11696         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
11697         g_param_spec_unichar(). 
11698
11699 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
11700
11701         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
11702         _NET window managers.
11703
11704         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
11705
11706 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
11707
11708         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
11709         bad needs to be nuked, not just deprecated.
11710
11711         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
11712         gtk_widget_popup().
11713
11714         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
11715         
11716         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
11717         widget.
11718         
11719         * docs/Changes-2.0.txt: updates.
11720         
11721 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
11722
11723         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
11724         for (i = 0; i < 100; i ++)
11725           g_print ("I will confirm it compile before committing\n");
11726
11727 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
11728
11729         * gtk/gtktreestore.c: Initial work on implementing the
11730         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
11731
11732 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
11733
11734         * gtk/gtkwidget.c: fixed a bunch of notifications, added
11735         reference counts around emissions where the widget is used afterwards.
11736         added freeze/thaws around multiple properties being notified.
11737         (_gtk_widget_get_aux_info): cleanups.
11738         
11739         * gtk/gtksettings.c (gtk_settings_install_property): provide
11740         default parsing functions for gdkcolor, enums and flags.
11741
11742         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
11743         applied by owen.
11744         backed out gtk_window_get_location(), gtk_window_set_location(),
11745         gtk_window_get_size() and gtk_window_set_size(), these
11746         have to be sorted out wrg x/y/width/height/default_with/default_height
11747         properties.
11748         kept a flag in GtkWindowGeometryInfo to handle user
11749         resetting default sizes.
11750         cleaned up ZVT comments.
11751         bunch of assorted bug fixes, notification fixes.
11752         (_gtk_window_reposition): make this a really internal function.
11753         
11754         * gtk/testgtk.c: fixups.
11755         
11756 2001-03-31  Hans Breuer  <hans@breuer.org>
11757
11758         * config.h.win32.in : disable USE_MMX for msvc build cause
11759         the assembler doesn't fit and is out of my scope. Disable
11760         USE_GMODULE for msvc build as wel. The right way to share
11761         binaries on win32 would be to use libtiff.dll etc. To reduce
11762         installation hassles IMO it's better to include all fileformats
11763         builtin to gdk-pixbuf
11764
11765         * gdk-pixbuf/makefile.msc : new file
11766
11767         * gdk/gdk.def : updated
11768
11769         * gdk/win32/gdkevents-win32.c : don't erase the background if
11770         .no_bg is set. It improves the scrolling (e.g. of testgtk main
11771         buttons
11772         * gdk/win32/gdkgeometry-win32.c : added comment about the above
11773
11774         * gdk/win32/gdkwindow-win32.c : added three new functions like
11775         the X version. Only one is implemented, because the other two
11776         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
11777         be default behaviour on win32 anyway ...
11778
11779         * gtk/gtk.def : updated
11780
11781         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
11782         from where it was built and add an additional rule to automagically
11783         build gtkmarshal.[hc]
11784
11785         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
11786         before array access for the current entry isn't finished
11787
11788         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
11789         use g_return_val_if_fail
11790
11791         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
11792         for the static array, but let the compiler calculate it. It
11793         makes me wonder if gcc isn't capable to catch bugs like this ...
11794
11795 2001-03-31  James Henstridge  <james@daa.com.au>
11796
11797         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
11798         constant "-1" in the aux info structure.
11799
11800 2001-03-30  Alexander Larsson  <alexl@redhat.com>
11801
11802         * gtk/gtkbutton.c (gtk_button_get_property):
11803         * gtk/gtklabel.c:
11804         Remove leaks.
11805         
11806         * gtk/gtkcontainer.c:
11807         * gtk/gtkhscale.c:
11808         * gtk/gtkhscrollbar.c:
11809         * gtk/gtklayout.c:
11810         * gtk/gtkmisc.c:
11811         * gtk/gtkprogress.c:
11812         * gtk/gtkprogressbar.c:
11813         * gtk/gtkrange.c:
11814         * gtk/gtktable.c:
11815         * gtk/gtkviewport.c:
11816         * gtk/gtkvscale.c:
11817         * gtk/gtkvscrollbar.c:
11818         * gtk/gtkwidget.c:
11819         Property patches, based on patches from John Margaglione and Lee Mallabone.
11820
11821 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
11822
11823         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
11824         adjustment. Cleaned redundant preconditions (spin != NULL). Added
11825         inline API function docs.
11826         (gtk_spin_button_new_with_range): New convenience constructor.
11827         (gtk_spin_button_set_increments): New adjustment helper.
11828         (gtk_spin_button_set_range): New adjustment helper.
11829
11830         * gtk/testgtk.c : added test of the new convenince constructor and
11831         value_changed signals.
11832
11833 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
11834
11835         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
11836         listen to the reorder signal.
11837
11838 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
11839
11840         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
11841         to get the aux info structure fo the widget.
11842
11843         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
11844         above function.
11845
11846         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
11847
11848         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
11849         to get the size of the window manager frame, basically the same
11850         code that gdk_window_get_root_origin() had
11851         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
11852
11853         * gtk/gtkwindow.c (gtk_window_set_default_size): use
11854         gdk_window_resize() if the window is realized and resizeable
11855
11856         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
11857         typo so that setting gravity works
11858
11859         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
11860         allocation if auto_shrink is on, even if the default size
11861         has not changed.
11862
11863         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
11864         g_return_if_fail
11865
11866 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
11867
11868         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
11869         reordering/sorting work.  Now pretty much works.
11870
11871         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
11872         reorder mostly work.  Still need to get the parity correct.
11873
11874         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
11875         signal, so I can listen for the sort_column_changed signal so I
11876         can change my "sort_indicator" property.  Cool.
11877
11878 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
11879
11880         [ Patch from Havoc Pennington, hp@redhat.com ]
11881
11882         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
11883         Add functions gdk_window_begin_resize_drag/begin_move_drag
11884         to start resizing or moving a toplevel window. This
11885         is done either using the _NET_WM_MOVERESIZE protocol,
11886         or, if that isn't present, by emulation.
11887
11888         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
11889         to export the above to GTK+-land.
11890
11891         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
11892         
11893         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
11894         Move this function into gdkwindow, since we need it
11895         when implementing fallback resizing.
11896
11897         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
11898         Fix typo when setting gravity.
11899
11900         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
11901         Add an optional (but on by default) resize grip for resizing 
11902         the parent window.
11903
11904 01-03-29  Alexander Larsson  <alexl@redhat.com>
11905
11906         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
11907         Don't return TRUE from the event handler, that blocks all
11908         event signals on the tooltip widget. Now you can press buttons
11909         in toolbars again.
11910
11911 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
11912
11913         * gtk/testtext.c (create_buffer): Add missing NULL on
11914         valist.
11915
11916         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
11917         c-n-p problem with INCONSISTENT property.
11918
11919         [ Patch from Havoc Pennington  <hp@redhat.com> ]
11920
11921         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
11922         hook.
11923
11924         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
11925         signal as a hook for extending the default popup menu
11926
11927         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
11928         use radio menu items for the input method menuitems
11929
11930         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
11931         inserted unicode from Ctrl-Shift-hex input method
11932
11933         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
11934         validatation here, already done at GtkTextBuffer level.
11935
11936         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
11937         popup_menu run action signal and Shift+F10 and Menu keybindings.
11938
11939         * gtk/gtkentry.c: implement a default handler for popup_menu
11940
11941         * gtk/gtktextview.c: implement a default handler for popup_menu
11942
11943         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
11944         from a key event
11945         
11946         * gtk/gtklabel.c: remove "trailer" cruft
11947
11948 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
11949
11950         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
11951         handle reordering of trees.  Seems to mostly work w/ the exception
11952         of the parity flag.
11953
11954         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
11955         signal.
11956
11957 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
11958
11959         * gtk/gtkwidget.h: c++ fixes.
11960
11961 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
11962
11963         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
11964         memory.
11965
11966 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
11967
11968         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
11969         Nils Barth fixing event return values. (#51041)
11970
11971         * gtk/gtkwidget.c: Fix some return values for default
11972         functions.
11973
11974         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
11975         return values for trough_keys functions.
11976
11977         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
11978         value for add_accelerator (shoudl have been a void
11979         return.)
11980
11981         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
11982         Fix return type of EVENT.
11983
11984         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
11985         signal return a boolean.
11986
11987 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
11988
11989         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
11990         reordered signal.
11991
11992         * tests/testtreesort.c (main): fix spelling.
11993
11994 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
11995
11996         * gtk/gtkliststore.c: More work on implementing sortable
11997         interface.
11998
11999 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
12000
12001         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
12002         reference the widgets in the resulting list. (#11821)
12003         This makes this consistent with gtk_container_children.
12004
12005         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
12006         uses of gtk_window_list_toplevels.
12007
12008 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
12009
12010         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
12011         a virtual function to set whether the IM context should use 
12012         the preedit string. (#51922)
12013         
12014 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
12015
12016         * gdk/gdkpango.h: Remove stale FIXME comment.
12017
12018 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
12019
12020         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
12021         Fixed bug that returned NULL if a filename was selected.
12022
12023 2001-03-24  Havoc Pennington  <hp@pobox.com>
12024
12025         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
12026         to contain the word "theme"
12027
12028 2001-03-24  Havoc Pennington  <hp@pobox.com>
12029
12030         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
12031         slower but finer-grained
12032         (gtk_hsv_focus): get initial focus on the ring or triangle 
12033         according to tab direction
12034
12035         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
12036
12037 2001-03-23  Havoc Pennington  <hp@pobox.com>
12038
12039         * gtk/gtkhsv.c: make this somewhat key-navigable
12040
12041         * gtk/gtkfontsel.c: mnemonics
12042
12043         * gtk/gtkgamma.c: mnemonics
12044
12045         * gtk/gtkcolorsel.c: add mnemonics to labels
12046
12047 2001-03-22  Havoc Pennington  <hp@pobox.com>
12048
12049         Applied big patch from Seth Lytle to fix event handler return
12050         values, slightly modified.
12051
12052         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
12053         handled.
12054         (gtk_calendar_key_press): return TRUE for GDK_space triggers
12055         select_day
12056
12057         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
12058         (gtk_clist_button_release): return TRUE if handled
12059
12060         * gtk/gtkcolorsel.c (mouse_release):
12061         (palette_activate): 
12062         (palette_press): 
12063         (palette_new): 
12064         (mouse_press): 
12065         (get_screen_color): 
12066         fixed return type (void to gboolean), return TRUE,
12067         added GTK_SIGNAL_FUNC cast
12068
12069         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
12070         (void to gboolean), and return TRUE
12071         (gtk_combo_button_release): changed return value to TRUE after
12072         gtk_grab_add on combo->popwin
12073
12074         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
12075         collapse or expand
12076
12077         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
12078         button/motion
12079
12080         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
12081         press/release and motion that trigger act
12082
12083         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
12084
12085         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
12086         for GDK_Return
12087         
12088         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
12089         (gtk_list_button_release): return TRUE if selection
12090
12091         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
12092         press
12093
12094         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
12095         (gtk_menu_shell_button_release): chain parent_menu_shell retval
12096
12097         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
12098         nothing triggered
12099         (gtk_notebook_button_release): return TRUE if we do anything
12100
12101         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
12102         (gtk_spin_button_button_release): return TRUE or chained retval
12103
12104         * gtk/gtktext.c (gtk_text_button_press): 
12105         (gtk_text_button_release): return TRUE
12106         (gtk_text_key_press): remove redundant retval code
12107         
12108         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
12109         and sensitive
12110         (gtk_tree_item_subtree_button_click): changed type to gint, and return
12111         TRUE if sensitive
12112
12113         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
12114         return TRUE
12115
12116 2001-03-23  Havoc Pennington  <hp@redhat.com>
12117
12118         * gtk/testgtk.c: fix warnings
12119
12120         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
12121
12122         * gtk/gtktextview.c: fix warnings
12123
12124         * gtk/gtktext.c (find_cursor_at_line): fix warning
12125
12126         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
12127
12128         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
12129         of this function
12130
12131         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
12132         fix warning
12133
12134         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
12135
12136         * gtk/gtkfontsel.c: fix warning
12137
12138         * gtk/gtkcolorsel.c: fix warnings
12139
12140 2001-03-23  Havoc Pennington  <hp@redhat.com>
12141
12142         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
12143
12144         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
12145
12146         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
12147         and deprecated gtk_check_menu_item_set_show_toggle().
12148         
12149         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
12150
12151         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
12152
12153         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
12154
12155 2001-03-23  Havoc Pennington  <hp@redhat.com>
12156
12157         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
12158         some docs
12159
12160 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
12161
12162         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
12163         this.
12164
12165         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
12166         set_cell to set_value
12167
12168         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
12169         set_cell to set_value
12170
12171 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
12172
12173         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
12174         fix braino.
12175         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
12176         support.
12177
12178         * gtk/gtktreeview.c: Addition of initial sortable support.
12179
12180         * gtk/gtktreestore.c: Addition of initial sortable support.
12181
12182         * gtk/gtkliststore.c: Addition of initial sortable support.
12183
12184         * gtk/gtkmarshal.list: yet another marshaller.
12185
12186         * gtk/gtktreedatallist.[ch]: shared code between the store models
12187         for handling sorting headers.
12188
12189 2001-03-22  Havoc Pennington  <hp@redhat.com>
12190
12191         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
12192         (gtk_container_unset_focus_chain): Add ability to override the 
12193         focus chain for a container explicitly
12194
12195 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
12196
12197         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
12198         added PROP_MNEMONIC_WIDGET.
12199
12200         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
12201         (gtk_window_remove_mnemonic): 
12202         (gtk_window_add_mnemonic): fixed assertions.
12203         (gtk_window_activate_mnemonic): constrain modifier checks to those
12204         permitted by gtk_accelerator_get_default_mod_mask().
12205         got rid of gtk_window_get_default_accel_group().
12206
12207         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
12208         activatable widgets either by focussing or a warning.
12209         added a signal accumulator to ::activate_mnemonic which stops the
12210         emission once a handler returned TRUE.
12211
12212 2001-03-22  Havoc Pennington  <hp@pobox.com>
12213
12214         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
12215         the stock item label
12216
12217         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
12218
12219         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
12220
12221         * demos/gtk-demo/*.c: Add mnemonics all over the place
12222
12223         * gtk/gtklabel.h: mark parse_uline deprecated
12224
12225 2001-03-21  Alexander Larsson  <alexl@redhat.com>
12226
12227         * gtk/gtkitemfactory.[ch]:
12228         Add support for stock and normal imagemenuitems.
12229         
12230         * gtk/testgtk.c:
12231         Add some tests for mnemonics, stock toolbars, stock
12232         and image menuitems in itemfactory and gdk_window_scroll.
12233
12234 2001-03-21  Alexander Larsson  <alexl@redhat.com>
12235
12236         * gtk/gtkbutton.[ch]:
12237         * gtk/gtkdialog.c:
12238         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
12239         removed accel_group argument. Renamed gtk_button_new_accel() to
12240         gtk_button_new_with_mnemonic() and removed accel_group argument.
12241
12242         * gtk/gtkcheckbutton.[ch]:
12243         New function gtk_check_button_new_with_mnemonic().
12244
12245         * gtk/gtkentry.c:
12246         Override activate_mnemonic and just grab focus.
12247
12248         * gtk/gtkitemfactory.c:
12249         Don't add menu uline accel group, instead use mnemonics support.
12250
12251         * gtk/gtklabel.[ch]:
12252         New support for mnemonics.
12253
12254         * gtk/gtkmarshal.list:
12255         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
12256
12257         * gtk/gtkmenu.[c]:
12258         * gtkmenushell.c:
12259         Use mnemonics instead of accel groups for uline
12260         support in menu items.
12261         Removed gtk_menu_get_uline_accel_group() and
12262         gtk_menu_ensure_uline_accel_group().
12263
12264         * gtk/gtkmenuitem.c:
12265         Override activate_mnemonic to handle switching between
12266         menu items if there are collisions.
12267         
12268         * gtk/gtknotebook.c:
12269         Connect to activate_mnemonic on the tab_label, so that
12270         activating it switches to that notebook page.
12271
12272         * gtk/gtkwidget.[ch]:
12273         Add activate_mnemonic signal. New function
12274         gtk_widget_activate_mnemonic() to emit it.
12275         Default implementation does activate/grab_focus.
12276
12277         * gtk/gtkwindow.[ch]:
12278         Add support for mnemonics in windows.
12279         New functions:
12280         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
12281         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
12282
12283         * gtk/testgtk.c:
12284         Update to function name changes.
12285         
12286 2001-03-21  Alexander Larsson  <alexl@redhat.com>
12287
12288         * gtk/gtkimagemenuitem.[c]:
12289         Add gtk_image_menu_item_new_from_stock()
12290
12291 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
12292
12293         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
12294         Fix buglet in meeting.
12295
12296 2001-03-19  Havoc Pennington  <hp@redhat.com>
12297
12298         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
12299         add a bunch of accessor functions. This is because we have
12300         reasonable expectations of extending what fields it contains in
12301         the future.
12302
12303         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
12304         changes
12305
12306         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
12307         GtkIconSource   
12308
12309 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
12310
12311         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
12312         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
12313
12314         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
12315           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
12316           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
12317           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
12318         Change float to double everywhere with the exception of 0<->1.0 alignment
12319         and GtkCurve.
12320
12321 2001-03-19  Tor Lillqvist  <tml@iki.fi>
12322
12323         * gdk/win32/gdkdrawable-win32.c
12324         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
12325         output.
12326
12327         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
12328         gdkwin32.h.
12329
12330 2001-03-18  Tor Lillqvist  <tml@iki.fi>
12331
12332         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
12333         print_event_state, print_event): Use preprocessor macro to make
12334         code more compact. Print also GDK_WINDOW_STATE events.
12335         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
12336         
12337         * gtk/gtk.def
12338         * gtk/makefile.mingw.in: Update.
12339
12340         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
12341         to catch also Cygwin.
12342
12343 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
12344
12345         * gtk/gtkspinbutton.[hc]: added rc-style argument
12346         GtkSpinButton::shadow_type.
12347         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
12348         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
12349         rc-style settings.
12350
12351         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
12352
12353         * gtk/gtkwidget.c: quark cleanups.
12354
12355         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
12356         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
12357         to create_rc_style() (we don't do cloning in standard OO sense).
12358         added per rc style properties.
12359         
12360         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
12361         property values and for caching those. some cleanups.
12362         
12363         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
12364         
12365         * gtk/gtksettings.[hc]: new file for global rc-file properties
12366         (at least currently, should get extended to support X properties
12367         and other communication mechanisms).
12368         
12369         * gtk/gtkwidget.[hc]: added style property support:
12370         (gtk_widget_class_install_style_property_parser): install style
12371         property pspec with parser function for rc-file values other
12372         than LONG, DOUBLE or STRING.
12373         (gtk_widget_class_install_style_property): same as above without
12374         parser (parsers are going to be needed quite infrequently).
12375         (gtk_widget_style_get_property): retrive style property value.
12376         (gtk_widget_style_get_valist): same as above with varargs support,
12377         has NOCOPY semantics.
12378         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
12379
12380 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
12381
12382         * demos/gtk-demo/main.c (row_activated_cb): modified to use
12383         "row_activated" signal.
12384
12385         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
12386         stupidity.  Lets actually pass in the row with this signal...
12387
12388 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
12389
12390         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
12391
12392         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
12393
12394         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
12395         everything into the ::destroy function, and freed a lot more.
12396
12397 2001-03-16  Havoc Pennington  <hp@redhat.com>
12398
12399         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
12400         instead of gint16, to avoid overflow issues, since sizes > 16-bit
12401         are now allowed.
12402
12403 2001-03-16  Havoc Pennington  <hp@redhat.com>
12404
12405         * Applied patch from Nils Barth (bug # 51041) to 
12406         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
12407         in various places.
12408
12409 2001-03-15  Havoc Pennington  <hp@redhat.com>
12410         
12411         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
12412         for properties to set on the tag.
12413
12414         * gtk/testtext.c: fixups to reflect create_tag change
12415         
12416         * gtk/gtktexttag.c (gtk_text_tag_set_property):
12417         background/foreground stipple are objects, not boxed.
12418
12419         * demos/gtk-demo/textview.c: intellihancing
12420
12421 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
12422
12423         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
12424         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
12425
12426 2001-03-16  Alexander Larsson  <alexl@redhat.com>
12427
12428         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
12429         Fix sign error with queued region translations.
12430
12431 2001-03-15  HideToshi Tajima  <tajima@happy>
12432
12433         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
12434         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
12435         * gtk/gtkentry.c (update_im_cursor_location): 
12436         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
12437         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
12438         set_cursor_pos to set_cursor_location in GtkInputContext class
12439
12440 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
12441
12442         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
12443         the location of the cell relative to its area.
12444         * gtk/gtkcell*: modified for above change
12445         * gtk/gtktreeview.c: modified for above change.
12446
12447 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
12448
12449         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
12450          (gtk_tree_view_finalize): actually unref the model.  Thanks to
12451         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
12452
12453 2001-03-14  Havoc Pennington  <hp@redhat.com>
12454
12455         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
12456         
12457         * gtk/gtk.h: remove gtkdata.h
12458
12459         * gtk/Makefile.am: remove gtkdata
12460         
12461         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
12462         not "disconnect" on the adjustments.
12463         
12464         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
12465         GtkData
12466
12467         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
12468         not GtkData
12469
12470         * configure.in: handle case where X render exists, but Pango lacks
12471         Xft support.
12472
12473 2001-03-15 Alexander Larsson  <alexl@redhat.com>
12474
12475         * gtk/gtktoolbar.[ch]:
12476         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
12477         to add stock items to toolbars.
12478
12479         * gtk/Makefile.am:
12480         Remove ../gdk/gdkim.h from gdk_headers.
12481
12482 2001-03-15  Sven Neumann  <sven@gimp.org>
12483
12484         * gdk/gdkim.h: removed
12485         
12486         * gdk/gdkprivate.h
12487         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
12488
12489 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
12490
12491         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
12492         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
12493         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
12494         set_cursor_pos() virtual method
12495
12496         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
12497         (gtk_im_context_xim_set_cursor_pos): add implementation for
12498         set_cursor_pos() method
12499
12500         * gtk/gtkentry.c (recompute_idle_func): set current cursor
12501         position to input methods
12502
12503 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
12504
12505         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
12506         code a lot.
12507
12508         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
12509         g_mem_chunk.
12510         (_gtk_tree_data_list_alloc): use g_mem_chunk.
12511         (_gtk_tree_data_list_node_to_value): Fix to switch on
12512         G_TYPE_FUNDAMENTAL.
12513         (_gtk_tree_data_list_value_to_node): Fix to switch on
12514         G_TYPE_FUNDAMENTAL.
12515         (_gtk_tree_data_list_node_copy): Fix to switch on
12516         G_TYPE_FUNDAMENTAL.
12517
12518 2001-03-12  Havoc Pennington  <hp@redhat.com>
12519
12520         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
12521         to convert to new property API. Also, change default_width and
12522         default_height get_property to return 0 as the flag value for
12523         "unset"; -1 is not a valid value for these fields.
12524
12525 2001-03-12  Havoc Pennington  <hp@redhat.com>
12526
12527         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
12528         enum with registration for icon sizes, instead of strings.
12529
12530         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
12531         gtkwidget.c: Fix to reflect GtkIconSize
12532         
12533 2001-03-12  Alexander Larsson  <alexl@redhat.com>
12534
12535         Make GtkFB compile and link.
12536         
12537         * gdk/linux-fb/gdkdrawable-fb2.c:
12538         window->mapped to GDK_WINDOW_IS_MAPPED(). 
12539         
12540         * gdk/linux-fb/gdkwindow-fb.c:
12541         window->mapped to GDK_WINDOW_IS_MAPPED(). 
12542         Added gdk_window_shape_combine_region.
12543         Added assorted placeholders for unimplemented new GdkWindow API calls.
12544
12545 2001-03-12  Alexander Larsson  <alexl@redhat.com>
12546
12547         * gtk/gtkfilesel.c:
12548         Add more test when converting filenames from/to utf-8.
12549         Don't allow entering text in the filename entry which isn't allowed in
12550         a filename. Just beep instead.
12551
12552 2001-03-12  Alexander Larsson  <alexl@redhat.com>
12553
12554         * gtk/gtkclist.c:
12555         Scroll using gdk_window_scroll(). Don't wait for exposes.
12556         Move the column headers in an order that makes them flash less.
12557
12558 2001-03-10  Hans Breuer  <hans@breuer.org>
12559
12560         * gdk/gdk.def : updated
12561
12562         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
12563         to offseting the clip_mask at the right place
12564
12565         * gdk/win32/gdkwindow-win32.c : don't create background brushes
12566         for all the gdkClasses, especially not for the input_only case.
12567         Otherwise flickering wont be avoidable, because we don't get
12568         WM_ERASEBKGND message for these windows.
12569
12570         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
12571         and fixed massive redraw problems apparently triggered by Alexanders 
12572         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
12573         but it seems to work quite well :-)
12574
12575         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
12576         prototype
12577
12578 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
12579
12580         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
12581         (gtk_list_store_set_cell): Fix a stupid typo.
12582
12583 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
12584
12585         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
12586         select_all not work if you're in SINGLE mode (it doesn't make that
12587         much sense, anyway.)
12588
12589         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
12590         handle types more sanely.
12591         (_gtk_tree_data_list_value_to_node): handle types more sanely.
12592         (_gtk_tree_data_list_node_copy): handle types more sanely.
12593
12594         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
12595         GValue better. Converts the type as well.
12596
12597         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
12598         GValue better. Converts the type as well.
12599
12600 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
12601
12602         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
12603         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
12604         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
12605         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
12606
12607         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
12608         gdk_im/gdk_ic.
12609
12610 2001-03-09  Hans Breuer  <hans@breuer.org>
12611
12612         * gdk/gdk.def : updated
12613
12614         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
12615         for their palette
12616
12617         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
12618         removing
12619
12620         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
12621         removing and implemented Havoc's GdkWindow state functions; 
12622         stick/unstick only as no-op, cause I don't know how to emulate 
12623         on win32 ...
12624
12625         * gtk/gtk.def : updated
12626
12627         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
12628
12629         * gtk/gtktypeutils.c : #include <string.h>
12630
12631         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
12632
12633 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
12634
12635         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
12636         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
12637         not a boxed.
12638
12639 2001-03-09  Alexander Larsson  <alexl@redhat.com>
12640
12641         * docs/Changes-2.0.txt:
12642         Document expose event->region change and that gtk_widget_event
12643         doesn't allow passing expose events.
12644
12645         * gdk/gdkevents.h:
12646         Add region to expose event.
12647         
12648         * gdk/gdkevents.c:
12649         Handle event->region in gdk_event_copy() and gdk_event_free().
12650
12651         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
12652         Generate expose_event->region when creating expose events.
12653
12654         * gdk/x11/gdkevents-x11.c:
12655         Generate expose events with regions when translating X events.
12656
12657         * gtk/gtkcontainer.[ch]:
12658         Default expose handler that propagates expose events to NO_WINDOW
12659         children. New function gtk_container_propagate_expose()
12660
12661         * gtk/gtkwidget.[ch]:
12662         Moved gtk_widget_event implementation to gtk_widget_event_internal.
12663         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
12664         expose events. New function gtk_widget_send_expose() to send expose
12665         events. New function gtk_widget_region_intersect() to calculate
12666         window/region intersections.
12667         
12668         * gtk/gtkmain.c (gtk_main_do_event):
12669         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
12670         Use gtk_widget_send_expose() to send expose events.
12671         
12672         * gtk/gtkbin.c:
12673         * gtk/gtkbox.c:
12674         * gtk/gtkfixed.c:
12675         * gtk/gtkimagemenuitem.c:
12676         * gtk/gtklist.c:
12677         * gtk/gtkpacker.c:
12678         * gtk/gtktable.c:
12679         * gtk/gtktree.c:
12680         Remove expose handler, using the default container implementation
12681         instead.
12682         
12683         * gtk/gtkbutton.c:
12684         * gtk/gtkcheckbutton.c:
12685         * gtk/gtkeventbox.c:
12686         * gtk/gtkfixed.c:
12687         * gtk/gtkhandlebox.c:
12688         * gtk/gtklayout.c:
12689         * gtk/gtklistitem.c:
12690         * gtk/gtkmenu.c:
12691         * gtk/gtkmenubar.c:
12692         * gtk/gtkmenuitem.c:
12693         * gtk/gtknotebook.c:
12694         * gtk/gtkoptionmenu.c:
12695         * gtk/gtkpaned.c:
12696         * gtk/gtkscrolledwindow.c:
12697         * gtk/gtktogglebutton.c:
12698         * gtk/gtktoolbar.c:
12699         * gtk/gtktreeitem.c:
12700         * gtk/gtkviewport.c:
12701         Chain expose handler to parent class handler. Use
12702         gtk_container_propagate_expose() to propagate exposes.
12703
12704         * gtk/gtkclist.c (check_exposures):
12705         * gtk/gtktext.c (process_exposes):
12706         Use gtk_widget_send_expose instead of gtk_widget_event.
12707
12708 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
12709
12710         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
12711
12712 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
12713
12714         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
12715         unref the nodes.   Fixes bug #50058.
12716
12717         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
12718         "::ref_iter" to "::ref_node".
12719         (gtk_tree_model_unref_node): change "::unref_iter" to
12720         "::unref_node". Fixes bug #50064.
12721
12722 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
12723
12724         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
12725         support for invisible cells.
12726          (gtk_tree_view_bin_expose): ditto
12727
12728 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
12729
12730         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
12731         on gobjects.
12732
12733         * tests/testtreefocus.c (main): New test file.
12734
12735         * tests/testtreeview.c: update to latest glib changes.
12736
12737         * tests/testtreecolumns.c: update to latest glib changes.
12738
12739 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
12740
12741         * gtk/testgtk.c: re-enabled event watcher emission hooks.
12742
12743 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
12744
12745         * *.c: added accumulator data argument to g_signal_newc()
12746         functions.
12747
12748         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
12749         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
12750         * gtk/treestoretest.c (make_window):
12751         s/g_signal_connect/g_signal_connectc/.
12752
12753         * gtk/gtktextbuffer.c: completed signal arg fixups,
12754         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
12755
12756 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
12757
12758         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
12759         G_CONST_RETURN.
12760
12761         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
12762         ::hierarchy-changed signal when a widget changes
12763         from anchored to unanchored or vice versa.
12764         (anchored means 
12765          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
12766         Use a private flag to keep track of this efficiently.
12767
12768 2001-03-07  Havoc Pennington  <hp@redhat.com>
12769
12770         * gtk/testgtk.c (create_spins): uglify so that size request gets
12771         tested.
12772
12773         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
12774         request on values for upper/lower, completes #6152
12775
12776 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
12777
12778         * Makefile.am: Remove gtk-config-2.0 again.
12779         (Grrrr, pkg-config. And stops make loops.)
12780
12781 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
12782
12783         * gtk/gtksignal.[hc]: removed old emission hook API.
12784         
12785         * docs/Changes-2.0.txt: fixed sections.
12786         
12787         * gtk/gtktextbuffer.c: signal arg fixups.
12788
12789 2001-03-07  Havoc Pennington  <hp@redhat.com>
12790
12791         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
12792
12793         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
12794         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
12795         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
12796         validation and the redraw which is higher priority than the
12797         validation.
12798
12799 2001-03-07  Havoc Pennington  <hp@redhat.com>
12800
12801         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
12802         (gtk_entry_set_property): remove trailer
12803
12804         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
12805         (gtk_entry_get_width_chars): new functions, to set size request to 
12806         a given number of characters
12807
12808         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
12809
12810         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
12811         (gtk_dialog_get_has_separator): new function
12812         (run_delete_handler): fix to not emit "response" signal
12813         because we already did in the delete event handler installed
12814         at dialog creation time.
12815         
12816         * gtk/gtkdialog.h: add a has_separator property,
12817         add GTK_DIALOG_NO_SEPARATOR flag
12818
12819 2001-03-07  Havoc Pennington  <hp@redhat.com>
12820
12821         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
12822         off decorations for a window.
12823
12824         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
12825         changes
12826
12827         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
12828         to get location of PangoLayout inside the label, closes #51198
12829
12830         * gtk/testgtk.c (create_bbox): fix up button box usage
12831
12832         * gtk/testcalendar.c (create_calendar): fix up button box usage
12833
12834         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
12835
12836         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
12837
12838         * gtk/gtkhbbox.h: deprecations
12839
12840         * gtk/gtkvbbox.h: deprecations
12841
12842         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
12843         emulate deprecated gtk_button_box_get_spacing
12844
12845         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
12846         the "set global default" functions
12847         (struct _GtkButtonBox): remove "spacing" field, use the one from 
12848         GtkBox base class
12849
12850         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
12851
12852         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
12853         render the icon, return the missing image icon.
12854
12855         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
12856         image icon if the load fails.   
12857
12858         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
12859         when no image is found; should be the Netscape "missing image"
12860         icon eventually but for now is a random image
12861
12862         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
12863         role for the session manager
12864
12865         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
12866
12867         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
12868         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
12869
12870         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
12871
12872 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
12873
12874         * gtk/*.c: marshaller fixes.
12875         
12876         * gtk/gtkmarshal.list: extreme cleanup.
12877
12878         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
12879         param spec for now.
12880
12881         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
12882         where appliable.
12883
12884         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
12885         special cased autogenerated boxed types from gtktypebuiltins_ids.c
12886         which are not reference counted:
12887         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
12888         PangoFontDescription, GtkTreeIter and GtkTreePath.
12889
12890 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
12891
12892         * gtk/gtktreeselection.h: 
12893         * gtk/gtktreemodel.c:
12894         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
12895         file should be included directly, and gobject/gmarshal.h
12896         as well as gtk/gtkmarshal.h even can't be included directly.
12897
12898         * Makefile.am: grr, install gtk-config-2.0.
12899
12900         * gtk/testgtk.c:
12901         * gtk/simple.c:
12902         * gtk/gtkmenu.c:
12903         * gtk/gtkitemfactory.c: use g_object_connect() instead of
12904         passing "*signal*::*" args to gtk_widget_set().
12905         
12906         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
12907         
12908         * gtk/*.c: removed trailer arg from property setters and getters.
12909         macro fixups.
12910
12911 2001-03-07  Alexander Larsson  <alexl@redhat.com>
12912
12913         * gtk/gtklabel.c (set_markup): Removed warning
12914
12915 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
12916
12917         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
12918         field to allow you to hide cell renderers.
12919
12920         * gtk/gtkcellrenderer.c: Add support for invisible cells.
12921
12922         * gtk/gtktreeview.c: Add support for invisible cells.
12923
12924 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
12925
12926         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
12927         Add "clicked" signal back to columns.
12928
12929         * ChangeLog: remove conflict markers.
12930
12931 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
12932
12933         * gtk/gtkbutton.c: Add animation of activation by, on 
12934         activate, pressing the button, and adding a timeout that 
12935         releases the button after 250ms or on key release and
12936         emits ::clicked. (#51501)
12937
12938         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
12939         action area, we connect to ::clicked instead of ::activate
12940         so the dialog stays up through the animation.
12941
12942 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
12943
12944         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
12945         check the ignore_enter flag for the menu shell that
12946         the item is actually a child of, not for attached
12947         submenus. (#51536)
12948
12949 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
12950
12951         * gtk/gtkmain.c (gtk_propagate_event): Only do special
12952         special key-press grab handling for widgets within
12953         GtkWindows. Otherwise, fall through to normal case.
12954
12955         This prevents key events being sent twice to GtkInvisible
12956         widgets, which can cause all sorts of mischief.
12957
12958 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
12959
12960         * gtk/gtkmain.c (gtk_propagate_event): When a grab
12961         widget is in effect, give the grab widget a first
12962         crack at KEY_PRESS/RELEASE events. (#424)
12963
12964 2001-03-06  James Henstridge  <james@daa.com.au>
12965
12966         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
12967         offset for the window_state_event to point at window_state_event
12968         rather than no_expose_event.
12969
12970 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
12971
12972         * gtk/gtkimmodule.h: fix busted /* comment */
12973
12974 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
12975
12976         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
12977         object properties.
12978
12979 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
12980
12981         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
12982         add object properties.
12983
12984         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
12985         to add object properties.
12986
12987         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
12988         object properties.
12989
12990         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
12991         add object properties.
12992
12993         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
12994         object properties.
12995
12996 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
12997
12998         * gtk/gtktreemodel.c: renamed "child_toggled" to
12999         "has_child_toggled".
13000
13001         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
13002         handle new signal name.
13003
13004         * gtk/gtktreestore.c: Updated to handle new signal name.
13005         * gtk/gtklisttore.c: Updated to handle new signal name.
13006         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
13007
13008 2001-03-05  Alexander Larsson  <alexl@redhat.com>
13009
13010         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
13011         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
13012
13013 2001-03-05  Michael Natterer  <mitch@gimp.org>
13014
13015         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
13016         pixbuf-engine coincidentially also failed to make one of it's
13017         parent_class pointers static, causing overwriting of GtkLabel's
13018         parent_class pointer in pixbuf_style_class_init().
13019         (Will commit the fix to the pixbuf-engine too).
13020
13021 2001-03-05  Alexander Larsson  <alexl@redhat.com>
13022
13023         * gdk/gdkwindow.h:
13024         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
13025         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
13026         gdk_window_set_icon_list for net wmspec functionality.
13027
13028         * gdk/x11/gdkwindow-x11.c:
13029         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
13030         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
13031         gdk_window_set_icon_list.
13032         Added gdk_wmspec_change_state helper function and used it in the code.
13033         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
13034
13035         * gtk/gtkdialog.c (gtk_dialog_init):
13036         Set GDK_WINDOW_TYPE_HINT_DIALOG.
13037
13038         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
13039         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
13040
13041         * gtk/gtkwindow.c:
13042         new function gtk_window_set_type_hint.
13043         On realize, set type hint and modal hint.
13044
13045         * gtk/gtkwindow.h:
13046         Added type_hint field and gtk_window_set_type_hint.
13047
13048 2001-03-05  Alexander Larsson  <alexl@redhat.com>
13049
13050         * gtk/gtklabel.[ch]:
13051         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
13052         New function gtk_label_get_accel_keyval () to get the underline accelerator
13053         of the label. Setting the label pattern overrides other attributes.
13054
13055 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
13056
13057         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
13058         Added missing initializers to gtk_rc_style_init().
13059
13060 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
13061
13062         * gtk/gtktextview.c: fixed bug #51097 about setting 
13063         gtk_text_view_set_border_window_size() if the widget is 
13064         already realized.
13065
13066 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
13067
13068         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
13069
13070         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
13071         comment. Won't do to have duplicated doc comments between
13072         the platform subdirs.
13073
13074 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
13075
13076         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
13077           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
13078
13079         Detectable auto-repeat - make a repeating key generate
13080         press/press/press/release instead of press/release pairs.
13081
13082         If we have Xkb and XkbSetDectableAutoRepeat supports
13083         that, we do it that way. Otherwise, when we get
13084         a release event, we check ahead with XPending to see
13085         if the next key is a KeyPress with the same keycode
13086         and timestamp. (Not 100% reliable, but pretty close.)
13087           
13088 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
13089         
13090         * gtk/gtkmain.c (gtk_propagate_event): Only do special
13091         special key-press grab handling for widgets within
13092         GtkWindows. Otherwise, fall through to normal case.
13093  
13094         This prevents key events being sent twice to GtkInvisible
13095         widgets, which can cause all sorts of mischief.
13096  
13097 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
13098  
13099         * gtk/gtkmain.c (gtk_propagate_event): When a grab
13100         widget is in effect, give the grab widget a first
13101         crack at KEY_PRESS/RELEASE events. (#424)
13102  
13103 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
13104
13105         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
13106         to extend the selection. (Roughly based on patch
13107         from Jay Cox, #50939)
13108
13109         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
13110         to properly handle previous GDK_BUTTON_PRESS. 
13111         (Patch from Jay Cox, #50938)
13112
13113         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
13114         '\0' back along with the deleted text. (#51148)
13115
13116 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
13117
13118         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
13119         the group when extracting it from the X keyboard event.
13120
13121         * modules/input/Makefile.am modules/input/imipa.c: 
13122         Simple module for entering IPA. (Do we need a 
13123         gtk-stupid-input-tricks CVS module?)
13124
13125 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
13126
13127         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
13128         const.
13129
13130         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
13131
13132         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
13133         is no focus widget for the dialog currently, grab the focus as well
13134         as the default.
13135
13136         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
13137         the action area's children to iterate through, not the
13138         dialog's children.
13139
13140 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
13141
13142         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
13143         Add plug-socket tests. (Won't work worth a darn until I commit
13144         the rest of the plug-socket changes, but no reason these
13145         can't go into CVS now.)
13146
13147 2001-03-02  Havoc Pennington  <hp@redhat.com>
13148
13149         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
13150         _gdk_region_get_xrectangles()
13151
13152         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
13153
13154         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
13155
13156         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
13157         function, contributed by Ron Steinke    
13158
13159         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
13160         gdk_net_wm_supports
13161
13162         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
13163         New function, contributed by Ron Steinke
13164
13165         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
13166         used to line up the text in the entry when using the entry for
13167         editable sheet cell hacks
13168
13169         * gtk/testgtk.c (create_entry): test the activate_default setting
13170         on GtkEntry
13171
13172         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
13173         cause the entry to activate the default button for a dialog when 
13174         activated
13175         (gtk_entry_get_activates_default): new function
13176
13177 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
13178
13179         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
13180         Hwang to move call to sync_selection() up a few lines
13181         to before the row list is modified, to fix crash when
13182         removing rows in the undo_selection list.
13183
13184         (Test case provided by Daniel Elstner:
13185
13186         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
13187
13188 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
13189
13190         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
13191         of tree->root_tree in parent_set rather than _map(), 
13192         fixing #50892 in a bit better manner.
13193
13194 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
13195
13196         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
13197
13198 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
13199
13200         * gtk/gtkstyle.c : Remove duplicate fwd decl for
13201         gtk_default_draw_shadow.
13202
13203 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
13204
13205         * gdk/gdkimage.c (gdk_image_new): Remove excess 
13206         warning, make warnings more verbose, treat a error
13207         in shmat as permanent, and don't try again.
13208         (#51163, Ed Randall.)
13209
13210 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
13211
13212         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
13213         delay for the first click before starting to scroll.
13214         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
13215
13216         * gtk/gtktext.c: GtkText should have I-beam cursor. 
13217         (based on gtk-enf-990513-1.patch, Eric Fisher.)
13218
13219 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
13220
13221         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
13222         cleanup to remove some references to unused
13223         ->xoffset, ->yoffset.
13224
13225 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
13226
13227         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
13228         mask. (#51039, fix from Martin Maierhofer)
13229
13230 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
13231
13232         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
13233         for unshifted + and shifted = for non-us keyboards.
13234         Make <Control>+ and <Control>- work as well as 
13235         <Control>KP_Plus, <Control>KP_Minus for recursive
13236         open/close.  (#2682, René Seindal)
13237
13238 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
13239
13240         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
13241         the active menu item before deactivating the menu,
13242         so gtk_menu_popdown doesn't change the history. (#50964)
13243         
13244 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
13245
13246         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
13247         draw lines with text_gc rather than black_gc.
13248         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
13249
13250 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
13251
13252         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
13253         Move handling of buttons fully in gtktreeviewcolumn.  This code is
13254         less interrelated then it was, but it still requires the
13255         GtkTreeView to map it.
13256
13257         * test/testtreecolumn.c: Now I can add a column to one view,
13258         remove it, add it to the another view, remove it, then re-add it
13259         to the first.  Nifty.
13260
13261 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
13262
13263         * docs/tutorial/gtk-tut.sgml: Minor corrections
13264
13265 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
13266
13267         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
13268         GtkRowReference.
13269
13270 2001-02-28  Havoc Pennington  <hp@redhat.com>
13271
13272         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
13273         draw_default
13274         (gtk_widget_draw_focus): remove this function; we could instead
13275         make it just gtk_widget_draw(), but in most cases I think the
13276         result would be broken user code, so think it's better to have
13277         that code not compile and get fixed
13278         (gtk_widget_draw_default): ditto
13279
13280         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
13281         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
13282         
13283         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
13284         widgets lose/get the default, instead of calling draw_default
13285         
13286         * docs/Changes-2.0.txt: note about all this
13287
13288         Then fixed every widget in GTK, I won't list all the filenames.
13289
13290 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
13291
13292         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
13293         _gtk_tree_row_reference_deleted.
13294         (inserted_callback): Proxy out to
13295         _gtk_tree_row_reference_inserted.
13296         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
13297         get around signal emission ordering problem.
13298
13299         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
13300         fix to work with SINGLE 
13301         (_gtk_tree_selection_internal_select_node): Major sanitization on
13302         selections.  SINGLE now seems to work.
13303
13304         * tests/Makefile.am: add testtreecolumn.c:
13305
13306         * tests/testtreecolumn.c: New test.  Mostly points out selection
13307         bugs currently, but will test columns later.
13308
13309         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
13310         selection bug.  I hate touching this code -- it's scary.
13311
13312 2001-02-26  Havoc Pennington  <hp@redhat.com>
13313
13314         * gtk/testgtk.c: test the window state stuff
13315
13316         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
13317         window come to the user's attention as if it were just created
13318         (gtk_window_iconify): new function
13319         (gtk_window_deiconify): new function
13320         (gtk_window_stick): new function
13321         (gtk_window_unstick): new function
13322         (gtk_window_maximize): new function
13323         (gtk_window_unmaximize): new function
13324
13325         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
13326
13327         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
13328
13329         * gdk/x11/gdkevents-x11.c: create window state events when
13330         appropriate
13331         (gdk_wmspec_supported): new function
13332
13333         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
13334         iconification before showing the window
13335         (gdk_window_deiconify): new function
13336         (gdk_window_stick): new function
13337         (gdk_window_unstick): new function
13338         (gdk_window_maximize): new function
13339         (gdk_window_unmaximize): new function
13340
13341         * gdk/gdkwindow.c: store the window state in the window; 
13342         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
13343         window->mapped.
13344         (gdk_window_get_state): return the current window state
13345
13346         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
13347         (gdk_event_get_state): handle GDK_WINDOW_STATE
13348         (gdk_synthesize_window_state): function to create the window state
13349         events
13350
13351         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
13352         event, for changes to "window state" such as maximized, sticky, 
13353         etc.
13354         
13355         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
13356         focuses a window
13357
13358         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
13359         finds out if we support a given WM spec hint
13360
13361 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
13362
13363         * docs/faq/gtk-faq.sgml: New question re memory leaks.
13364
13365 2001-02-25  Hans Breuer  <hans@breuer.org>
13366
13367         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
13368         cause we want to loose those prototypes only in the latter case
13369
13370         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
13371         GdkPixmapImplWin32 because it itsn't derived from it. Use the
13372         impl member variable instead
13373
13374         * gtk/gtk.def : updated
13375
13376         * gtk/gtklist.c : 
13377         * gtk/gtkmenus.c : include <string.h> for memset ()
13378
13379         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
13380         for everthing built here, but for gtk-x.x.dll only. This solves
13381         problem of indifferent gtk type definitions
13382
13383 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
13384
13385         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
13386
13387 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
13388
13389         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
13390         column that is exposed.
13391
13392         (_gtk_tree_view_update_size): Changed name from set_size, and
13393         changed function to do more work, and not force people calling it
13394         to figure out the size.  Simplifies a lot of code elsewhere.
13395
13396 2001-02-23  Alexander Larsson  <alexl@redhat.com>
13397
13398         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
13399         return solid masks for xpms that have no transparent color.
13400         This makes the ..._create_from_xpm... API backwards
13401         compatible.
13402
13403 2001-02-23  Tor Lillqvist  <tml@iki.fi>
13404
13405         * README.win32: Update. Mention the gtk-1-3-win32-production
13406         branch.
13407
13408         * gdk/win32/bdfcursor.c: New file. A program that generates
13409         xcursors.h. Thanks to Stefan Ondrejicka.
13410
13411         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
13412         compact format.
13413
13414         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
13415
13416         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
13417         function, uses xcursors.h.
13418         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
13419         cursor from inline data instead of using LoadCursor() to generate
13420         it from a resource.
13421
13422         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
13423         event, must check the Windows message for mouse button state, as
13424         the GDK event state might not have been built if it is
13425         undelivered. Remove one goto.
13426
13427         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
13428         SetCursor() if the current cursor as returned by GetCursor() is
13429         the window's previous cursor. The ChildWindowFromPoint() test
13430         apparently didn't work correctly.
13431
13432         * gdk/win32/rc/*.cur: Remove.
13433
13434         * gdk/win32/rc/gdk.rc.in: Remove cursors.
13435
13436         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
13437
13438         * gtk/makefile.{mingw,msc}.in: Updates.
13439
13440 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
13441
13442         * gtk/gtktreemodel.h: add functions for signal emission.
13443
13444         * gtk/gtktreestore.c: move to use above functions instead of
13445         g_signal_emit.
13446
13447         * gtk/gtkliststore.c: ditto
13448
13449 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
13450
13451         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
13452         GObject instead of GtkObject.
13453
13454         * gtk/gtkliststore.c: ditto.
13455
13456         * gtk/gtktreemodelsort.c: ditto.
13457
13458         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
13459         GtkTreeModelIface, instead of in each model.
13460
13461 2001-02-21  Havoc Pennington  <hp@redhat.com>
13462
13463         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
13464         unbreak this function
13465
13466         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
13467         properties
13468
13469         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
13470         properties
13471
13472         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
13473         properties
13474
13475         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
13476         mean unset the max length
13477
13478 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
13479
13480         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
13481         Changed name to be set_cell_data_func to make it clear what
13482         the functino does.  Close bug #51069.
13483
13484 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
13485
13486         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
13487         have memory actually freed.  Keeps box running longer.
13488
13489 2001-02-21  Alexander Larsson  <alexl@redhat.com>
13490         
13491         * gtk/gtkseparatormenuitem.[ch]:
13492         Added new menu separator item. The drawing and size handling
13493         is still done in GtkMenuItem, but the API is a bit more sane.
13494         
13495         * gtk/Makefile.am:
13496         Add gtkseparatormenuitem.[ch].
13497
13498         * gtk/gtk.h:
13499         Add gtkseparatormenuitem.h.
13500         
13501         * gtk/gtkentry.c:
13502         * gtk/gtkmenufactory.c:
13503         * gtk/gtktextview.c:
13504         Use the new API for menu separators.
13505         
13506         * demos/gtk-demo/menus.c (create_menu):
13507         Add some GtkSeparatorMenuItem demo code.
13508
13509 2001-02-20  Havoc Pennington  <hp@redhat.com>
13510
13511         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
13512         Lee Mallabone
13513
13514         * gtk/gtkarrow.c: Convert to new property API, patch from 
13515         Lee Mallabone
13516
13517 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
13518
13519         * tests/testtreeview.c (toggled_callback): fix to reflect change
13520         in GtkTreeModelStore.
13521
13522 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
13523
13524         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
13525         function to create an icon set from a pixbuf.
13526
13527 2001-02-20  Alexander Larsson  <alexl@redhat.com>
13528
13529         * gtk/gtkcellrenderertext.[ch]:
13530         Add a "markup" property.
13531
13532         * gtk/treestoretest.c:
13533         Use the markup property, remove some leftover stuff from
13534         GtkTreeModelMapping.
13535
13536 2001-02-20  Alexander Larsson  <alexl@redhat.com>
13537
13538         * gtk/gtklabel.c (gtk_label_set_selectable):
13539         Queue a redraw if the selectable setting was changed.
13540
13541 2001-02-20  Alexander Larsson  <alexl@redhat.com>
13542
13543         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
13544         Actually copy the whole gc, not just the public parts.
13545         
13546         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
13547         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
13548         labels.
13549
13550 2001-02-19  Havoc Pennington  <hp@pobox.com>
13551
13552         * gdk/gdkwindow.c: docs
13553
13554         * gdk/gdkrgb.c: docs
13555
13556         * gdk/gdkregion-generic.c: docs
13557
13558         * gdk/gdkgc.c (gdk_gc_set_values): docs
13559
13560         * gdk/gdkdraw.c: docs
13561
13562         * gdk/gdkdrawable.h: deprecate drawable get/set data
13563
13564 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
13565
13566         * demos/gtk-demo/dialog.c: Add simple new demo.
13567
13568 2001-02-19  Havoc Pennington  <hp@redhat.com>
13569
13570         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
13571         insert_child_anchor signal, bug #50245
13572
13573         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
13574         from create_child_anchor, so the anchor is passed in
13575
13576         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
13577         (_gtk_widget_segment_new): have the child anchor object passed in, 
13578         instead of creating it.
13579
13580         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
13581         to gtk_text_buffer_get_modified
13582
13583 2001-02-19  Havoc Pennington  <hp@redhat.com>
13584
13585         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
13586         changed GLib without fixing GTK
13587
13588         * gtk/gtkrange.h: Rename all the stupid implementation detail 
13589         functions to have an underscore in front. Most of them should 
13590         probably just go away, but for starters don't export them.
13591         Bug #50482
13592
13593 2001-02-19  Havoc Pennington  <hp@redhat.com>
13594
13595         * gdk/gdkcolor.h: test was backward, so deprecated functions were
13596         excluded by default
13597
13598         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
13599         clean up the old code a bit
13600
13601         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
13602         inconsistent state
13603
13604         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
13605         draw inconsistent state
13606
13607         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
13608         (create_menu): add inconsistent test
13609
13610         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
13611         new function
13612         (gtk_check_menu_item_get_inconsistent): new function
13613         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
13614         state (using etched in for now)
13615
13616         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
13617         draw inconsistent state
13618
13619         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
13620         function, used when the user has selected a range of stuff in
13621         different states
13622         (gtk_toggle_button_get_inconsistent): accessor for that
13623         (gtk_toggle_button_paint): draw inconsistent state (etched in?
13624         don't know what else to do)
13625
13626 2001-02-19  Hans Breuer <hans@breuer.org>
13627
13628         * gtk/gtk.def : updated exported symbols
13629
13630         * gtk/makefile.msc.in : updated
13631
13632         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
13633         a colormap, when invoked from testgtk::entry. I'm not sure where
13634         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
13635         avoids immediate crashing ...
13636
13637         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
13638         any objections ?
13639
13640         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
13641         0 parameter. At least msvc doesn't like macros with var args. 
13642         I simply removed the extra 0, was it a feature or a typo ?
13643
13644         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
13645         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
13646         because the value assignment to the internal struct wasn't working.
13647         I'm not absolutely sure. The problem could have been resolved by
13648         changing the "func" declartion in the struct, but was the pointer
13649         to the function pointer intended ?
13650
13651         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
13652
13653         * gdk/gdk.def : updated exported symbols
13654
13655         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
13656         only use SetDIBitsToDevice if there is a palette at the drawable
13657         and the image is GDK_VISUAL_PSEUDO_COLOR
13658
13659         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
13660
13661         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
13662
13663         * gdk/*/makefile.msc : updated
13664
13665 2001-02-19  Havoc Pennington  <hp@redhat.com>
13666
13667         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
13668         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
13669
13670         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
13671         (gdk_key_repeat_restore): nuke
13672
13673         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
13674         (gdk_init_check): no atexit func
13675
13676         * gdk/gdkrgb.h: mark some stuff deprecated
13677
13678         * gdk/gdkcolor.h: mark some stuff deprecated
13679         
13680         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
13681
13682         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
13683
13684 2001-02-16  Havoc Pennington  <hp@redhat.com>
13685
13686         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
13687         scroll steps.
13688
13689         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
13690         steps, and add Ctrl-arrow shortcuts for paging visually as with
13691         HScale, since Page Up and Page Down move logically.
13692
13693         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
13694         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
13695         
13696         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
13697         steps
13698         (gtk_range_scroll): handle the visual steps
13699
13700         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
13701         scroll steps
13702
13703         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
13704         steps, not the logical ones.
13705
13706         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
13707         (scroll_vertical): handle up/down steps
13708
13709 2001-02-19 Alexander Larsson  <alexl@redhat.com>
13710
13711         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
13712         Copy data and free data with free().
13713
13714         * gdk-pixbuf/gdk-pixbuf.c:
13715         * gdk-pixbuf/io-jpeg.c:
13716         * gdk-pixbuf/io-png.c:
13717         Use g_try_malloc/g_free instead malloc/free.
13718         
13719         * gdk-pixbuf/test-gdk-pixbuf.c:
13720         Must... initialize... gobject...
13721         
13722         * gdk-pixbuf/pixops/timescale.c:
13723         * gtk/gtkcalendar.c:
13724         Use g_malloc instead of malloc.
13725         
13726 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
13727
13728         * gtk/testgtkrc:
13729         Comment out property assignments, these don't work yet.
13730
13731 2001-02-17  Havoc Pennington  <hp@pobox.com>
13732
13733         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
13734         bit.
13735
13736 2001-02-17  Havoc Pennington  <hp@pobox.com>
13737
13738         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
13739         shadowed variables that had broken size request in some cases,
13740         leading to bogus tooltips (#50996)
13741
13742 2001-02-06  Jon K Hellan  <hellan@acm.org>
13743
13744         Implement fast browsing of tooltips, bug #50619
13745         
13746         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
13747         and last_popdown
13748         
13749         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
13750         use_sticky_delay and last_popdown.
13751         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
13752         time of popdown.
13753         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
13754         is NULL.
13755         (gtk_tooltips_recently_shown): New static function.  Return true
13756         if < sticky_delay has elapsed since last popdown.
13757         (gtk_tooltips_event_handler): Display window after sticky_delay
13758         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
13759         since last popdown.
13760         
13761 2001-02-17  Havoc Pennington  <hp@pobox.com>
13762
13763         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
13764         instead of (). #6394
13765
13766         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
13767         G_CONST_RETURN, make it return by reference, #50473
13768         
13769 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
13770
13771         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
13772         generated ENTER_NOTIFY event with 0, otherwise not explicitely
13773         setup fields contain garbage (e.g. subwindow, breaking
13774         gdk_drawable_ref() upon event copy).
13775         (gtk_menu_stop_navigating_submenu_cb): same here.
13776
13777         * gtk/gtklist.c (gtk_list_vertical_timeout): 
13778         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
13779         * gtk/gtkclist.c (vertical_timeout): 
13780         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
13781         default-zero-intialization for unions to memset(,0,), as unions are
13782         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
13783         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
13784
13785         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
13786         g_closure_sink() warning.
13787
13788         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
13789         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
13790         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
13791         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
13792         
13793 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
13794
13795         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
13796         gtk_*_store_get, and moved to GtkTreeModel.
13797
13798         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
13799
13800         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
13801
13802         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
13803
13804         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
13805         set the func.
13806
13807         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
13808         freeze/thaw notify between setting all the properties for a cell.
13809
13810         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
13811
13812 2001-02-15  Havoc Pennington  <hp@redhat.com>
13813
13814         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
13815         the X coordinates so they're with respect to the line, rather than 
13816         with respect to the layout.
13817
13818         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
13819         Mallabone
13820
13821         * gtk/testgtk.c (create_range_controls): add vscale tests, 
13822         and inverted test
13823
13824         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
13825         #50806
13826
13827         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
13828
13829         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
13830         gtk_text_iter_is_end
13831
13832         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
13833         rename gtk_text_buffer_get_end_iter
13834
13835         * gtk/testgtk.c (create_labels): Add test for selectable
13836
13837         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
13838         the selection stuff. This code is kind of broken since it doesn't 
13839         use the theme engine.
13840
13841         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
13842         fix infinite loop and y offset problem
13843         (gdk_draw_layout_line_with_colors): fix foreground color handling
13844
13845         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
13846         that makes the label selectable.
13847         
13848         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
13849         layout when the style is set, since fonts etc. could have changed.      
13850
13851 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
13852
13853         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
13854
13855         * gtk/gtktreemodelsimple.[ch]: removed.
13856
13857 2001-02-16  Alexander Larsson  <alexl@redhat.com>
13858
13859         * gtk/gtktreemodelmapping.[ch]:
13860         New files. Implement GtkTreeModelMapping.
13861         
13862         * gtk/Makefile.am:
13863         Add gtktreemodelmapping.[ch].
13864         
13865         * gtk/gtk.h:
13866         Add gtktreemodelmapping.h
13867
13868         * gtk/treestoretest.c:
13869         Test the GtkTreeModelMapping
13870
13871 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
13872
13873         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
13874         have a demo, we might as well pass in real values.  Thanks to
13875         clahey for pointing this out.
13876
13877 2001-02-14  Havoc Pennington  <hp@pobox.com>
13878
13879         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
13880         "static" to a private function
13881         (gtk_image_menu_item_class_init): remove destroy handler,
13882         add "image" object property
13883
13884 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
13885
13886         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
13887         Add a shortcut if the window and the current clip_region doesn't
13888         overlap. This is needed when there are a lot of windows in a
13889         window. The layout test in testgtk is a good test.
13890
13891         * gdk/linux-fb/gdkwindow-fb.c:
13892         Whitespace fix.
13893
13894 2001-02-13  Sven Neumann  <sven@convergence.de>
13895
13896         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
13897
13898 2001-02-13  Alexander Larsson  <alexl@redhat.com>
13899
13900         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
13901         Don't reference last_cursor if it is null. Fixes crash when rotating
13902         the screen before having moved the mouse.
13903
13904         * gdk/linux-fb/gdkcc-fb.c: Zapp!
13905
13906         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
13907
13908         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
13909         when using 90 or 270 degrees rotation.
13910
13911 2001-02-12  Havoc Pennington  <hp@pobox.com>
13912
13913         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
13914         it always set the foreground, even if we were only using
13915         a stipple.
13916         (gdk_draw_layout_line_with_colors): new function, allow
13917         override colors
13918         (gdk_draw_layout_with_colors): new function, allow override
13919         colors
13920         (gdk_pango_layout_line_get_clip_region): function to get the clip
13921         region for a logical text range
13922         (gdk_pango_layout_get_clip_region): get the clip region for a
13923         logical text range
13924
13925         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
13926         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
13927         the right number of arguments.
13928
13929         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
13930         enhance the function to check that node data corresponds to a 
13931         view still belonging to the tree.
13932
13933         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
13934         GtkTreePath
13935         (gtk_tree_view_inserted): ditto
13936         (gtk_tree_view_child_toggled): ditto
13937
13938         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
13939         simplify this code.
13940
13941         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
13942         a PangoAttrList
13943
13944         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
13945
13946         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
13947
13948         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
13949         size in the size request 
13950         (gtk_menu_bar_size_allocate): consider toggle size here
13951
13952         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
13953         that displays a widget in the toggle slot
13954
13955         * gtk/testgtk.c: test GtkImageMenuItem
13956
13957         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
13958         
13959         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
13960         request and allocation
13961
13962         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
13963
13964         * gtk/gtkcheckmenuitem.c
13965         (gtk_check_menu_item_toggle_size_request): ditto
13966         
13967 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
13968
13969         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
13970         reference.
13971
13972         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
13973         and refuse to initialize GTK+ if they fail.
13974
13975 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
13976
13977         * configure.in: Add check for gtk-doc version.
13978
13979 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
13980
13981         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
13982         where the xpad/ypad was only being used on one side!
13983
13984 2001-02-11  Tor Lillqvist  <tml@iki.fi>
13985
13986         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
13987         function, copied from X11 version.
13988
13989         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
13990         DestroyCursor failures. The reason for the problem (despite the
13991         inconsistent messages from GetLastError()) was that
13992         DestroyCursor() cannot be called while a cursor is set in a
13993         window. Set the new cursor first and then destroy the old one.
13994         Thanks to jpe@archaeopteryx.com.
13995
13996         * gdk/win32/gdkcc-win32.c: Remove.
13997
13998         * gdk/win32/Makefile.am: Remove from here, too.
13999         
14000         * gdk/gdk.def
14001         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
14002
14003         * gtk/gtk.def
14004         * gtk/makefile.mingw.in: Updates.
14005
14006 2001-02-08  Havoc Pennington  <hp@redhat.com>
14007
14008         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
14009         add a widget to a bin that already has a child.
14010
14011         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
14012
14013         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
14014         
14015         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
14016
14017         * gdk/gdk.h: remove gdkcc.h
14018
14019         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
14020
14021         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
14022         GdkPixbuf, since the previous implementation was GdkColorContext
14023         dependent.
14024
14025         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
14026         
14027 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
14028
14029         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
14030         a sane value!
14031
14032 2001-02-08  Havoc Pennington  <hp@redhat.com>
14033
14034         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
14035         lighten them.
14036
14037 2001-02-08  Havoc Pennington  <hp@redhat.com>
14038
14039         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
14040         validation idle
14041
14042         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
14043         cell renderer
14044
14045         * demos/pixbuf-demo.c (timeout): remove deprecated
14046         gtk_widget_draw
14047
14048         * demos/testpixbuf-save.c (main): remove deprecated
14049         gtk_drawing_area_size
14050
14051         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
14052         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
14053         at the start of the allocation.
14054         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
14055         unsetup or NULL model.
14056
14057         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
14058         even/odd/sorted cells in the tree view.
14059
14060         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
14061         bugfixes
14062
14063         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
14064         backgrounds with draw_flat_box using different detail for even/odd
14065         rows.
14066
14067         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
14068         row, so we can draw the alternating colors thing
14069
14070         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
14071         property from a synonym property, notify for the synonym.
14072         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
14073         (gtk_text_tag_get_property): Always return the font, even if
14074         all its fields aren't set
14075
14076         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
14077         store the attr list; it leaves us with no way to change attributes
14078         in _render according to the render flags, and no way to implement
14079         get_property. Instead store all the specific text attributes. 
14080         Separate whether an attribute is enabled from its value. Sync all
14081         properties with GtkTextTag, make them all consistent, etc.
14082
14083         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
14084         renderers can highlight the sort row/column     
14085
14086         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
14087         accessor functions to get values; this has the side effect of
14088         showing up which accessor functions were missing. Added those.
14089
14090         * gtk/gtktreeviewcolumn.h: Replace set_justification with
14091         set_alignment, to be consistent with GtkLabel, GtkMisc
14092
14093         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
14094         arrow.
14095
14096         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
14097
14098         * gtk/gtktreesortable.h: updates in here
14099
14100 2001-02-07  Sven Neumann  <sven@convergence.de>
14101
14102         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
14103         pango dimensions after painting the background. We used to draw
14104         gigantic flat boxes here.
14105
14106 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
14107
14108         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
14109         error introduced with earlier commit) (pointed out by
14110         Ollie Lho)
14111
14112 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
14113
14114         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
14115         which are no longer necessary.
14116
14117 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
14118
14119         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
14120
14121 2001-02-04  Tor Lillqvist  <tml@iki.fi>
14122
14123         * gdk/gdk.def
14124         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
14125         Provide dummy implementations.
14126
14127 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
14128
14129         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
14130
14131         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
14132         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
14133         deprecated this function.
14134
14135         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
14136         argument.
14137
14138 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
14139
14140         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
14141
14142 2001-02-03  Havoc Pennington  <hp@pobox.com>
14143
14144         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
14145         Mikael Hermansson with patch from Mikael (if there was a toggle
14146         start one after the first character in the range, this function
14147         was broken). Bug #50380
14148
14149 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
14150
14151         * configure.in: Remove confusing comment about X11.
14152
14153 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
14154
14155         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
14156         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
14157         
14158 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
14159
14160         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
14161         it breaks things on BSD. If you want to compile GTK+ with
14162         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
14163         when configuring, since GTK+ simply can't be "pure ANSI" 
14164         in the header files it uses. (#8170, Greg Hudson)
14165
14166 2001-02-02  Havoc Pennington  <hp@redhat.com>
14167
14168         * gtk/gtkwindow.c: docs
14169
14170         * gtk/gtkwidget.c: docs
14171         (gtk_widget_set_colormap): add a reference to the colormap
14172         (gtk_widget_get_default_colormap): add a reference to the colormap
14173
14174         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
14175
14176         * gtk/gtktextiter.c: docs
14177
14178         * gtk/gtkmain.c (gtk_propagate_event): docs
14179
14180         * gtk/gtkpaned.c (gtk_paned_get_position): docs
14181         (gtk_paned_set_position): docs
14182
14183         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
14184         sort interface, no implementation yet.
14185
14186         * demos/testpixbuf.c (new_testrgb_window): replace
14187         gtk_drawing_area_size() with gtk_widget_set_usize()
14188
14189         * demos/testpixbuf-drawable.c (main): ditto
14190         
14191         * gtk/testgtk.c: remove use of GtkStatusbarMsg
14192
14193         * gtk/gtktextbuffer.c: docs
14194
14195         * gtk/gtkstock.c: docs
14196
14197         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
14198
14199         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
14200
14201         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
14202         
14203         * gtk/gtkimage.c: add some docs in here
14204         (gtk_image_size_request): change name of
14205         gtk_widget_render_stock_icon
14206         (gtk_image_get_icon_set): don't dup returned string
14207         (gtk_image_get_icon_set): don't dup returned string
14208
14209         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
14210         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
14211         and gtkiconfactory.h functions
14212
14213         * gtk/gtkiconfactory.c: add some docs in here
14214
14215         * gtk/gtkmain.c (gtk_get_default_language): document
14216         (gtk_get_current_event): document
14217         (gtk_get_current_event_state): document
14218         (gtk_get_event_widget): document
14219
14220         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
14221
14222         * gtk/gtkcontainer.c: Add some documentation
14223         (gtk_container_add): give a more explanatory warning on adding an
14224         already-parented widget, this is kind of a FAQ and also a common
14225         typo that's easier to debug with a nice warning 
14226
14227         * gtk/gtkcellrenderertoggle.c
14228         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
14229         adding this, it's useless
14230         (gtk_cell_renderer_toggle_set_active): remove
14231         (gtk_cell_renderer_toggle_get_radio): add
14232
14233         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
14234         the NULL cell renderer, that doesn't make any sense to me. 
14235
14236         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
14237         demo code should never use deprecated features.
14238
14239         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
14240         code should never use deprecated features.
14241
14242         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
14243         gtk_widget_queue_clear_area deprecated
14244
14245         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
14246         deprecated
14247
14248         * gtk/gtklabel.h: mark gtk_label_get() deprecated
14249
14250         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
14251         a GdkImage deprecated, replaced by new consistently-named
14252         functions       
14253
14254         * gtk/gtkmain.h: Mark gtk_exit() deprecated
14255
14256         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
14257
14258         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
14259         deprecated
14260
14261         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
14262         so it won't appear in docs and confuse people.
14263
14264         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
14265
14266         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
14267         macros deprecated. (can't mark the type itself deprecated, since
14268         GtkProgressBar is not deprecated and we need the type decl to use
14269         GtkProgressBar)
14270
14271         * gtk/gtkpixmap.h: Mark deprecated
14272
14273         * gtk/gtkoldeditable.h: Mark deprecated
14274
14275         * gtk/gtklist.h: Mark deprecated
14276
14277         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
14278         for anything anymore.
14279
14280         * gtk/gtkctree.h: Mark deprecated
14281
14282         * gtk/gtkclist.h: Mark deprecated
14283
14284         * gtk/gtkpreview.h: Mark deprecated
14285
14286         * gtk/gtkpacker.h: Mark deprecated
14287
14288         * gtk/gtktipsquery.h: Mark deprecated
14289
14290         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
14291
14292         * gtk/gtkvruler.h: Add comment that it will move out of GTK
14293
14294         * gtk/gtkhruler.h: Add comment that it will move out of GTK
14295
14296         * gtk/gtkruler.h: Add comment that it will move out of GTK
14297
14298         * gtk/gtkgamma.h: Add comment that it will move out of GTK
14299
14300         * gtk/gtkcurve.h: Add comment that it will move out of GTK
14301
14302 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
14303
14304         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
14305         gdk_colormap_sync private since it was never exported
14306         in a header file.
14307
14308         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
14309         colormap->colors[] for StaticGray, StaticColor colormaps.
14310
14311         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
14312         was being used as if it was image->bits_per_pixel.
14313
14314         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
14315         for the image in the GdkImage structure since it isn't
14316         reconstructable, and we need it to handle packed types
14317
14318         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
14319         the assumption that on Win32 image->bits_per_pixel == image->depth,
14320         always.
14321
14322         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
14323
14324         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
14325         warning message if no converter can be found. 
14326
14327 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
14328
14329         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
14330         chars to isupper() / tolower(). (#567)
14331
14332         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
14333         to clear up 64-bit warnings. (#567)
14334
14335 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
14336
14337         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
14338         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
14339
14340         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
14341         since some people set $(libdir) separately. (#1290, David Kaelbling)
14342
14343 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
14344
14345         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
14346         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
14347         MAXPATHLEN, but the code here depends on a fixed value.)
14348         (#4524)
14349
14350 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
14351
14352         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
14353         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
14354
14355 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
14356
14357         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
14358         viewable there is no way that moving the node will cause the 
14359         focus row to become not viewable, so omit check on the visibility
14360         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
14361
14362 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
14363
14364         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
14365         selection before inserting new text.
14366
14367 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
14368
14369         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
14370         Make the sensitivity of the reparented child track that of
14371         the original parent menu item. (#34218, David Hodson)
14372
14373         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
14374         the case where the current item is destroyed properly.
14375
14376         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
14377         some edge cases with child-less menuitems.
14378         
14379 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
14380
14381         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
14382         key pop down window. (#12074, Jon K Hellan)
14383
14384 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
14385
14386         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
14387         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
14388         The solution here isn't perfect - you get an extraneous
14389         emission of "toggle", which could conceivably confuse an app,
14390         but better than the current situation. LXR search seems to
14391         indicate that no apps in GNOME CVS connect to "toggle".
14392
14393 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
14394
14395         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
14396         gtk_public_h_sources to directly here to avoid warning when
14397         building srcdir != builddir. (#9656)
14398
14399 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
14400
14401         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
14402         handlers in gtkrange.c return the proper values (TRUE == handled)
14403         (#10316).
14404
14405         This is just the tip of the iceberg, but gtkrange.c is the
14406         most common place where the propagation is problematical,
14407         and also a place where it is almost certainly safe to change
14408         this in the stable branch.
14409
14410         (You don't want right click popups on a range control or anything...)
14411
14412 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
14413
14414         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
14415         area on focus out, even if a background pixmap isn't set.
14416         (#13941)
14417         
14418 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
14419
14420         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
14421         to deal with setting the shape properly when scrolling arrows are
14422         turned on, but not visible because there is sufficient space.
14423         (#13432)
14424
14425 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
14426
14427         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
14428         items with submenus, destroy the item along with the submenu.
14429         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
14430         properly.
14431
14432         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
14433         later.
14434
14435 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
14436
14437         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
14438         the focus widget sometimes wasn't drawn with the default if there
14439         was no default widget.
14440
14441         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
14442         unreference pixmaps. 
14443
14444         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
14445         for some extra safety.
14446
14447 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
14448
14449         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
14450         the text of a cell to the old pointer value better, by
14451         copying the new text before freeing the old text. Some code
14452         cleanup. (#8079, Karl Nelson)
14453
14454 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
14455
14456         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
14457         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
14458
14459 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
14460
14461         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
14462         item from a menu, check to see if it matches 
14463         menu->old_active_menu_item, and if so, unref and clear
14464         old_active_menu_item (Patch from Pavel Cisler)
14465
14466         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
14467         menu_shell->active_menu_item, if it is the child being
14468         removed. (Patch based on that of Gene Ragan, #50337)
14469
14470 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
14471
14472         * gdk/linux-fb/gdkselection-fb.c: 
14473         * gdk/linux-fb/gdkcolor-fb.c: 
14474         * gdk/linux-fb/gdkdrawable-fb2.c: 
14475         * gdk/linux-fb/gdkfont-fb.c: 
14476         * gdk/linux-fb/gdkim-fb.c: 
14477         * gdk/linux-fb/gdkinput.c: 
14478         * gdk/linux-fb/gdkkeyboard-fb.c: 
14479         * gdk/linux-fb/gdkmain-fb.c: 
14480         * gdk/linux-fb/gdkrender-fb.c: 
14481         A bunch of whitespace cleanup.
14482         
14483 2001-01-30  Havoc Pennington  <hp@pobox.com>
14484
14485         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
14486         #ifdef GTK_ENABLE_BROKEN.
14487
14488         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
14489         GTK_ENABLE_BROKEN just before including the broken headers.
14490         
14491         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
14492         deprecated types registered.
14493
14494         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
14495         we have to test the broken stuff.
14496
14497         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
14498         
14499 2001-01-30  Havoc Pennington  <hp@redhat.com>
14500
14501         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
14502         here where prev pointer was set to the wrong thing
14503
14504         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
14505         (gtk_tree_path_is_descendant): new function
14506
14507         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
14508         cached length
14509         (gtk_list_store_get_iter): don't modify iter if we can't get the
14510         path.
14511
14512         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
14513         
14514         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
14515         GtkTreeDragDest
14516
14517         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
14518         was causing segfault
14519
14520         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
14521         pointer to NULL
14522
14523         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
14524
14525         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
14526         on returning FALSE
14527         (gtk_list_store_iter_children): ditto
14528         (gtk_list_store_iter_nth_child): ditto
14529         (gtk_list_store_iter_nth_child): ditto
14530         (gtk_list_store_iter_parent): ditto
14531
14532         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
14533         on iter->user_data != NULL instead of silently accepting it.
14534         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
14535         we are returning TRUE.
14536         (gtk_tree_store_iter_children): ditto
14537         (gtk_tree_store_iter_nth_child): ditto
14538         (gtk_tree_store_iter_parent): ditto
14539         (gtk_tree_store_insert): remove handling of parent->user_data ==
14540         NULL, replace with parent == NULL       
14541
14542         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
14543         and a comment explaining things
14544
14545         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
14546         interface support to GtkTreeStore.
14547
14548         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
14549         FALSE if no prev, fix
14550
14551         * gtk/gtktreeview.c (set_source_row): use a row reference
14552         (set_dest_row): use a row reference
14553
14554 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
14555
14556         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
14557         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
14558         (gtk_tree_selection_select_iter): The same as above.
14559
14560 2001-01-26  Havoc Pennington  <hp@redhat.com>
14561
14562         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
14563         which holds a handle to a specific row (particular set of values
14564         in the model, i.e. pointer-identity row).
14565
14566         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
14567         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
14568         Still need to use it for the src/dest row saved on the drag context.
14569
14570 2001-01-26  Havoc Pennington  <hp@redhat.com>
14571
14572         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
14573
14574         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
14575         not offset by TREE_VIEW_HEADER_HEIGHT
14576         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
14577         TREE_VIEW_HEADER_HEIGHT
14578
14579         * configure.in (included_loaders): for me, --with-included-loaders
14580         generates the error "the specified loader yes does not exist",
14581         i.e. the arg defaults to "yes", so change test for value ""
14582         to test for value "yes", and include all loaders in that case.
14583
14584         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
14585
14586         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
14587         handle TREE_VIEW_VERTICAL_SEPARATOR
14588         (gtk_tree_view_bin_expose): fix to consider the row offset as
14589         pointing halfway into vertical separator.       
14590         (gtk_tree_view_draw_node_focus_rect): ditto
14591
14592         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
14593         --gtk-debug=updates, which causes gdk_window_set_debug_updates
14594         (TRUE) to be called.
14595
14596         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
14597         debug mode where the invalid region is colored in on invalidate,
14598         so you can see the flicker and know whether your redraw code is 
14599         doing a good job.
14600
14601         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
14602         tree window coordinates (clip rect is in tree window coords)
14603
14604         * gtk/Makefile.am: add gtktreednd.[hc]
14605
14606         * gtk/gtkliststore.c: implement gtktreednd interfaces.
14607
14608         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
14609         drag-and-drop data operations on a model (so we can set up tree
14610         drag-and-drop automatically)
14611
14612         * gtk/testgtk.c: Add a window to change sensitivity in the
14613         GtkLabel test; add a way to change the entry frame in GtkEntry
14614         test
14615
14616         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
14617         (gtk_entry_get_has_frame): new functions to remove the frame
14618         around an entry
14619         (gtk_entry_size_request): shrink requisition if no frame
14620         (gtk_entry_draw_focus): don't draw frame if no frame
14621
14622         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
14623         checks inside a cell renderer
14624         (gtk_default_draw_option): ditto for options
14625
14626         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
14627         children from the alignment, not the button
14628         (gtk_tree_view_column_init): ref/sink the column, to emulate
14629         GObject refcounting.
14630
14631         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
14632         
14633         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
14634         Use theme functions to draw the toggles 
14635
14636         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
14637
14638         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
14639         GdkPangoAttrEmbossed to use in rendering insensitive text
14640
14641         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
14642
14643         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
14644         using new GDK features
14645         
14646 2001-01-24  Alexander Larsson  <alexl@redhat.com>
14647
14648         * gtk/gtkimage.c:
14649         Splitted gtk_image_clear into gtk_image_clear() and
14650         gtk_image_reset(). Call gtk_image_clear() in ::destroy
14651         to avoid leaks.
14652
14653         * gtk/gtklabel.c (set_markup):
14654         Don't leak text.
14655
14656         * gtk/gtktextlayout.c:
14657         Always free display->shaped_objects.
14658
14659         * gtk/testgtk.c (create_clist):
14660         Don't leak custom style.
14661
14662 2001-01-23  Alexander Larsson  <alexl@redhat.com>
14663
14664         * gtk/gtkcolorsel.c (grab_color_at_mouse):
14665         Don't leak image. Simplify using gdk_colormap_query_color().
14666         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
14667
14668         * linux-fb/gdkcolor-fb.c:
14669         Implemented gdk_colormap_query_color.
14670
14671 2001-01-23  Alexander Larsson  <alexl@redhat.com>
14672
14673         * linux-fb/gdkcursor-fb.c:
14674         Don't leak built-in cursors.
14675
14676         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
14677         Don't leak tmp_points.
14678
14679         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
14680         Don't modify desc. Don't leak font if the PangoFont
14681         isn't found.
14682         
14683         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
14684         Free dash_list.
14685
14686         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
14687         Don't leak string.
14688         
14689 2001-01-20  Havoc Pennington  <hp@pobox.com>
14690
14691         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
14692         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
14693         me, matches Pango
14694
14695 2001-01-22  Havoc Pennington  <hp@redhat.com>
14696
14697         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
14698
14699         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
14700
14701         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
14702         Remove, move back to gdk-pixbuf
14703
14704         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
14705         to all the word functions
14706
14707         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
14708         before doing anything on NULL layout or if we don't have the focus
14709
14710         * gtk/testtext.c (fill_example_buffer): "justification"
14711
14712         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
14713         to be called "justification" not "justify"
14714
14715         * demos/gtk-demo/textview.c (create_tags): "justification"
14716         
14717         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
14718
14719 2001-01-22  Alexander Larsson  <alexl@redhat.com>
14720
14721         * gdk/gdkwindow.c (gdk_window_invalidate_region):
14722         Don't leak visible_region. Use visible_region instead of region.
14723         
14724         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
14725         Don't do extra gdk_drawable_ref(). This is not X.
14726         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
14727         gdk_fb_focused_window is ref:ed.
14728         (gdk_fb_window_send_crossing_events): Watch out for destroyed
14729         windows.
14730
14731 2001-01-22  Alexander Larsson  <alexl@redhat.com>
14732
14733         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
14734         Don't leak the PangoFontDescriptor.
14735
14736 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
14737
14738         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
14739         when not realized.
14740         (gtk_tree_view_scroll_to_cell): Make work when not realized.
14741         (gtk_tree_view_realize): add scroll_to support
14742         (gtk_tree_view_finalize): add a finalize method.  Populate.
14743         (gtk_tree_view_insert_column): ref and sink the column.
14744         (gtk_tree_view_append_column): ref and sink the column.
14745         (gtk_tree_view_queue_draw_node): New function to handle redrawing
14746         individual nodes.  Should make the code much more efficient, if
14747         actually used.
14748
14749 2001-01-19  Havoc Pennington  <hp@redhat.com>
14750
14751         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
14752         byte_offset variable was being used to mean both "offset into
14753         layout" and "offset into buffer line" which was no longer true
14754         with addition of preedit string; fix
14755
14756 2001-01-19  Havoc Pennington  <hp@redhat.com>
14757
14758         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
14759
14760         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
14761         function
14762
14763         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
14764         implement
14765
14766         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
14767         scroll_to_cell, matches TextView scroll functions better
14768         (gtk_tree_view_tree_to_widget_coords): new function
14769         (gtk_tree_view_widget_to_tree_coords): new function
14770         (gtk_tree_view_get_visible_rect): new function
14771         (gtk_tree_view_get_path_at_pos): accept negative coordinates
14772         (gtk_tree_view_draw_node_focus_rect): new function moved from
14773         draw_focus, also, use width of bin_window as width of the focus
14774         rect
14775         (gtk_tree_view_expand_row): fix bug where it didn't recognize
14776         already-expanded rows
14777         (gtk_tree_view_get_cell_rect): new function
14778         (gtk_tree_view_get_path_at_pos): return the click position
14779         relative to the passed-in cell
14780         (gtk_tree_view_set_expander_column): new function
14781
14782         * configure.in: remove gtk-config-2.0 chmod
14783
14784         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
14785         and properly handle drags with targets we don't understand
14786         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
14787         scrolling anyway
14788         (gtk_text_view_drag_drop): stop scrolling here though, and set the
14789         mark invisible
14790
14791         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
14792         function
14793         (gtk_drag_dest_get_target_list): new function
14794         (gtk_drag_dest_set_target_list): new function
14795         
14796         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
14797
14798         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
14799         related to drag-and-drop
14800
14801 2001-01-19  Alexander Larsson  <alexl@redhat.com>
14802
14803         * gdk/linux-fb/gdkprivate-fb.h:
14804         Define EMULATE_GDKFONT.
14805         Add extra pango_font stuff to GfkFontPrivate.
14806         
14807         * gdk/linux-fb/gdkdrawable-fb2.c:
14808         * gdk/linux-fb/gdkfont-fb.c:
14809         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
14810         emulation using PangoFont.
14811
14812 2001-01-17  Havoc Pennington  <hp@pobox.com>
14813
14814         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
14815         all the non-deprecated set_foo functions. Added missing object
14816         properties, and added g_object_notify() to setters. 
14817         Wrote docs.
14818         
14819 2001-01-18  Tor Lillqvist  <tml@iki.fi>
14820
14821         * gtk/gtkmain.c
14822         * gtk/gtkrc.c: (Win32) Use the new
14823         g_win32_get_package_installation_(sub)directory() functions.
14824
14825         * config.h.win32.in: New file.
14826         
14827         * config.h.win32: Removed.
14828
14829         * configure.in: Output config.h.win32.
14830
14831         * Makefile.am: Add it to EXTRA_DIST.
14832
14833         * gtk/gtk.def: Update.
14834
14835 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
14836
14837         * gtk/gtklabel.c (gtk_label_size_request): Set the
14838         attributes onto the PangoLayout even if they are newly
14839         created from label->pattern.
14840
14841 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
14842
14843         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
14844
14845         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
14846         structures in functions. Fixes bug where gtk_dataset_*
14847         was accidentally still being used in one place, causing
14848         every dest side event to be treated independently.
14849
14850         * gtk/gtkdnd.c: Remove last vestages of handling
14851         ::draw (fixes warning)
14852         
14853         * gtk/gtkentry.[ch]: Add drag and drop support.
14854
14855         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
14856         new function gtk_check_drag_threshhold() for checking
14857         to check if (dx,dy) has exceeded the threshhold for starting
14858         a drag and use it everywhere.
14859
14860 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
14861
14862         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
14863         add -I{includedir}/gtk-2.0.
14864
14865         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
14866         gdk/gdk-pixbuf.h: Doc fixups.
14867         
14868         * gtk/gtkobject.h: Remove trailing , from enum
14869
14870 2001-01-17 Alexander Larsson <alexl@redhat.com> 
14871
14872         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
14873         Doh! Mixed up x and y.
14874
14875         * gdk/linux-fb/gdkglobals-fb.c:
14876         Removed gdk_fb_pointer_grab_window_events,
14877         added _gdk_fb_pointer_grab_owner_events and
14878         _gdk_fb_keyboard_grab_owner_events.
14879
14880         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
14881         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
14882         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
14883         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
14884         Send crossing events after ungrab finished.
14885         (gdk_keyboard_grab): Set ..._owner_events
14886         (type_masks): Move out of function.
14887         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
14888         gdk_fb_keyboard_event_window): New functions, return the
14889         window an event should be targeted at. Handles grabs and
14890         event propagation. Can return NULL.
14891         (gdk_event_make): Remove event_mask checking. Now always
14892         returns an event.
14893                 
14894         * gdk/linux-fb/gdkkeyboard-fb.c:
14895         * gdk/linux-fb/gdkproperty-fb.c:
14896         * gdk/linux-fb/gdkselection-fb.c:
14897         Use new event_window/gdk_event_make() behaviour.
14898         
14899         * gdk/linux-fb/gdkmouse-fb.c:
14900         Use new event_window/gdk_event_make() behaviour.
14901         Only send motion events if in the same window.
14902         If grabbed, use cursor from window if sibling of grabbed
14903         window, and cursor from grabbed window otherwise.
14904
14905         * gdk/linux-fb/gdkprivate-fb.h:
14906         Update gdk_fb_window_send_crossing_events, gdk_event_make
14907         and grab varaible declarations. Add gdk_fb_*_event_window().
14908
14909         * gdk/linux-fb/gdkwindow-fb.c:
14910         Use new event_window/gdk_event_make() behaviour.
14911         Keep correct track of focus window.
14912         (gdk_window_set_events): Set all specific button motion masks
14913         if GDK_BUTTON_MOTION_MASK set.
14914
14915         * gtk/gtkdnd.c (gtk_drag_update):
14916         Free info->last_event if gdk_drag_motion returned FALSE.
14917
14918 2001-01-16  Tor Lillqvist  <tml@iki.fi>
14919
14920         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
14921         Eliminate redraws when input-only windows are shown or
14922         hidden. Thanks to jpe@archaeopteryx.com.
14923
14924 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
14925
14926         * docs/faq/gtk-faq.sgml: FAQ update:
14927           - Update to bugzilla
14928           - Add GTK+ and security/SUID/SGID
14929           - Add DnD question
14930
14931 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
14932
14933         * gdk/linux-fb/gdkdnd-fb.c:
14934         Some cleanups.
14935         
14936 2001-01-15  Havoc Pennington  <hp@pobox.com>
14937
14938         * tests/testtreeview.c: add test stuff for CellRendererToggle
14939
14940         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
14941         accessor
14942
14943         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
14944         only toggle on button press (would do release like GtkButton, but
14945         we'd need implicit grab code for treeview cells)
14946
14947 2001-01-16  Tor Lillqvist  <tml@iki.fi>
14948
14949         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
14950
14951         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
14952         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
14953
14954         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
14955         to g_{locale,filename}_{to,from}_utf8 to match current API.
14956
14957         * gtk/makefile.msc.in (gtk_OBJECTS)
14958         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
14959
14960         * gtk/gtk.def: Update.
14961
14962 2001-01-15  Tor Lillqvist  <tml@iki.fi>
14963
14964         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
14965         implementaion that more closely mimics the events that an X server
14966         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
14967         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
14968         with nested preview widgets, for instance, more responsive when
14969         you move the mouse quickly into them.
14970         (find_window_for_pointer_event): Make it actually compile.
14971         (gdk_event_translate): Set send_event to the value of
14972         InSendMessage (). This doesn't really mean the same as X11's
14973         send_event flag, but is close enough, says jpe@archaeopteryx.com
14974
14975 2001-01-15  Alexander Larsson  <alexl@redhat.com>
14976
14977         * gdk/linux-fb/gdkdnd-fb.c:
14978         Implemented drag and drop.
14979         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
14980         when it tries to free and then copy the same event (info->last_event).
14981         I am not sure about why this happens, but will continue looking.
14982
14983 2001-01-15  Alexander Larsson  <alexl@redhat.com>
14984
14985         * gdk/linux-fb/gdkwindow-fb.c:
14986         Use gdk_window_invalidate_rect instead of
14987         gdk_window_invalidate_rect_clear to minimise flashing.
14988         When hiding windows you need to clear the root window though.
14989
14990 2001-01-15  Alexander Larsson  <alexl@redhat.com>
14991
14992         * gdk/linux-fb/gdkdrawable-fb2.c:
14993         For optization, add an full_shapes argument to gdk_fb_clip_region.
14994         If this is false, only the cliprects of the shapes are used.
14995
14996         * gdk/linux-fb/gdkprivate-fb.h:
14997         Export gdk_fb_window_peek_shape.
14998         Add full_shapes to gdk_fb_clip_region.
14999
15000         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
15001         When moving a window, don't clear everything under the it, just the
15002         root window. Makes stuff faster and flash less.
15003         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
15004         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
15005         offset of the shape.
15006         
15007
15008 2001-01-12  Havoc Pennington  <hp@redhat.com>
15009
15010         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
15011         current invalid region, fixes redraw bug while scrolling the 
15012         text widget
15013
15014         * gtk/gtktextview.c, gtk/gtktextview.h:
15015         Rearrange the scrolling/validation/etc. code in a major way, 
15016         so it seems to make sense to me. Probably isn't genuinely that
15017         much better, but...
15018
15019         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
15020         notifies
15021
15022         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
15023
15024 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
15025
15026         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
15027         Hide mouse pointer while rotation. Show it afterwards.
15028
15029 2001-01-12  Alexander Larsson  <alexl@redhat.com>
15030
15031         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
15032         windows in consideration when generating clip region.
15033
15034         * gdk/linux-fb/gdkfb.h:
15035         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
15036
15037         * gdk/linux-fb/gdkprivate-fb.h:
15038         Add shape to GdkWindowFBDatat.
15039         exported gdk_fb_window_get_abs_shape().
15040         removed gdk_fb_draw_lines declaration.
15041
15042         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
15043         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
15044         send focus changes when there is a grabbed window.
15045         (gdk_window_get_pointer): Handle shaped windows.
15046         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
15047         (gdk_fb_window_peek_shape): Returns the shape for a window,
15048         handles GDK_FB_USE_CHILD_SHAPE.
15049         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
15050         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
15051         (gdk_window_shape_combine_mask): Implement.
15052
15053         * gtk/gtkwindow-decorate.c:
15054         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
15055         setting the shape of a window makes the window transparent.
15056
15057 2001-01-11  Havoc Pennington  <hp@redhat.com>
15058
15059         * gtk/gtktreemodelsimple.h: Oops, broke some macros
15060
15061 2001-01-10  Havoc Pennington  <hp@redhat.com>
15062
15063         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
15064         add this function, bug 40251
15065
15066         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
15067         of type macro   
15068
15069 2001-01-11  Alexander Larsson  <alexl@redhat.com>
15070
15071         * acconfig.h:
15072         Added ENABLE_SHADOW_FB
15073
15074         * configure.in:
15075         Added --disable-shadowfb
15076
15077         * gdk/linux-fb/gdkcursor-fb.c:
15078         Update shadowfb when updating cursor
15079
15080         * gdk/linux-fb/gdkdrawable-fb2.c:
15081         Added wrappers for shadowfb that calls  the normal drawable
15082         methods, but calls gdk_shadow_fb_update(bounding box) when
15083         GdkWindows are drawed to.
15084         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
15085         which also returns the bounding box.
15086
15087         * gdk/linux-fb/gdkfb.h:
15088         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
15089
15090         * gdk/linux-fb/gdkgeometry-fb.c:
15091         Update shadowfb when scrolling window.
15092
15093         * gdk/linux-fb/gdkglobals-fb.c:
15094         Add _gdk_fb_screen_angle.
15095         
15096         * gdk/linux-fb/gdkkeyboard-fb.c:
15097         Test code for screen rotation. Shift-F2 in the xlate driver
15098         rotates the screen.
15099
15100         * gdk/linux-fb/gdkmain-fb.c:
15101         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
15102
15103         * gdk/linux-fb/gdkmouse-fb.c:
15104         Use fb_width/height instead of modeinfo.xres/yres.
15105
15106         * gdk/linux-fb/gdkprivate-fb.h:
15107         Added fb_men, fb_width, fb_height & fb_stride. When using
15108         shadow fb these can differ from the framebuffer stuff.
15109         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
15110         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
15111         _gdk_fb_screen_angle. Removed CM, RP.
15112
15113         * gdk/linux-fb/gdkrender-fb.c:
15114         Added code for shadowfb handling and screen rotation using
15115         shadowfb.
15116
15117         * gdk/linux-fb/gdkwindow-fb.c:
15118         Use fb_mem, fb_stride, fb_width, fb_height.
15119         Added recompute_rowstride to reset the rowstride of all windows.
15120         Added gdk_fb_recompute_all() which recomputes rootwindow size,
15121         window abs positions and window rowstrides. Usefull when the
15122         rotation has changed.
15123
15124 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
15125
15126         * docs/faq/gtk-faq.sgml: update to make web site updating easier
15127
15128 2001-01-10  Havoc Pennington  <hp@redhat.com>
15129
15130         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
15131         where sibling == iter
15132         (gtk_tree_store_insert_after): handle sibling == iter
15133         (gtk_tree_store_prepend): remove stamp checks
15134         (gtk_tree_store_insert_before): ditto
15135         (gtk_tree_store_append): ditto
15136         (gtk_tree_store_get_path): ditto
15137         (gtk_tree_store_get_value): ditto
15138         (gtk_tree_store_iter_has_child): ditto
15139         (gtk_tree_store_iter_n_children): ditto
15140         (gtk_tree_store_iter_nth_child): ditto
15141         (gtk_tree_store_insert_after): ditto
15142         (gtk_tree_store_is_ancestor): ditto
15143         (gtk_tree_store_iter_depth): ditto
15144         (gtk_tree_store_insert_before): assert that sibling's parent is
15145         the same as the passed-in parent
15146         (gtk_tree_store_insert_after): assert that sibling's parent is
15147         the same as the passed-in parent
15148
15149         
15150         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
15151         function to get the first iterator in a model
15152         
15153         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
15154         conventionally the "root" in this sense is just NULL afaict.
15155
15156         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
15157         where sibling == iter
15158         (gtk_list_store_insert_after): handle case where sibling == iter
15159
15160         * tests/testtreeview.c (run_automated_tests): fairly lame basic
15161         automated tests for ListStore, TreeStore
15162
15163         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
15164         (gtk_list_store_insert): update tail pointer, and fix it to work
15165         (gtk_list_store_insert_before): update tail pointer, and fix it to work
15166         (gtk_list_store_append): use tail to be faster
15167         (gtk_list_store_prepend): fix it, update tail pointer
15168         (gtk_list_store_insert_after): fix it, update tail pointer
15169
15170         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
15171         the list
15172
15173 2001-01-09  Havoc Pennington  <hp@redhat.com>
15174
15175         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
15176         is NULL due to a pending resize
15177
15178         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
15179         column width to values less than 1
15180
15181         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
15182         width to be between min/max width, and still set the width 
15183         even if autosize is turned on, so the tree view can use this 
15184         function in order to autosize.
15185         (gtk_tree_view_column_init): set initial width to 1 not 0
15186
15187         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
15188         setter function to modify column width, so we get notification
15189         (gtk_tree_view_insert_iter_height): ditto
15190         (gtk_tree_view_calc_size): ditto
15191         (gtk_tree_view_check_dirty): ditto
15192
15193         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
15194         properties to change all the interesting attributes of the tree
15195         view column.
15196         (gtk_tree_view_column_set_header_clickable): rename set_clickable
15197         (gtk_tree_view_column_get_clickable): add
15198         (gtk_tree_view_column_set_cell_renderer): don't unset the current
15199         attributes; assume a cell renderer with equivalent object
15200         properties has been swapped in. Do g_object_notify().
15201         (gtk_tree_view_column_set_visible): g_object_notify
15202         (gtk_tree_view_column_get_sizing): rename from get_col_type
15203         (gtk_tree_view_column_set_sizing): g_object_notify
15204         (gtk_tree_view_column_set_width): add g_object_notify
15205         (gtk_tree_view_column_set_min_width): ditto
15206         (gtk_tree_view_column_set_max_width): ditto
15207         (gtk_tree_view_column_set_title): ditto
15208         (gtk_tree_view_column_set_clickable): ditto
15209         (gtk_tree_view_column_set_widget): ditto
15210         (gtk_tree_view_column_set_justification): ditto
15211
15212 2001-01-09  Havoc Pennington  <hp@redhat.com>
15213
15214         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
15215         there are no rows in the model
15216
15217         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
15218         NULL, then return the start of the list
15219
15220         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
15221         if we can't get any rows from an empty model 
15222
15223         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
15224         extraneous * after function pointer typedef usage
15225
15226         * Makefile.am: don't specify full path to cp and rm
15227
15228         * gtk/gtkcellrenderertextpixbuf.c
15229         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
15230         NULL before dereferencing, fixes a segfault that happened from
15231         time to time
15232
15233         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
15234         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
15235         and reindent the function
15236         (gtk_cell_renderer_pixbuf_get_size): indentation
15237
15238         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
15239         we quit it
15240         (gtk_dialog_add_buttons_valist): add g_return_if_fail
15241         (gtk_dialog_set_default_response): New function, to set default
15242         button
15243         (gtk_dialog_set_response_sensitive): New function, to set 
15244         sensitivity of buttons
15245
15246         * gtk/gtkcellrendererpixbuf.c
15247         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
15248         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
15249
15250         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
15251         handle any G_TYPE_OBJECT subclass, not just the base class, and 
15252         also boxed types.
15253         (_gtk_tree_data_list_value_to_node): ditto
15254
15255         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
15256         --gtk-debug=tree
15257
15258         * gtk/gtkmain.c: add GTK_DEBUG_TREE
15259
15260         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
15261
15262 2001-01-09  Tor Lillqvist  <tml@iki.fi>
15263
15264         * gdk/win32/gdkevents-win32.c: Implement better mouse
15265         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
15266         (find_window_for_pointer_event): New function.
15267         (gdk_event_translate): Use it when handling mouse events.
15268
15269 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
15270
15271         * configure.in:
15272         Added --with-included-loaders option
15273
15274         * gdk-pixbuf/Makefile.am:
15275         * gdk-pixbuf/gdk-pixbuf-io.c:
15276         Add support for including selected gdk-pixbuf loaders only.
15277
15278         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
15279         gtk_window_set_has_frame):
15280         Added inline documentation.
15281
15282         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
15283         * docs/reference/gdk/tmpl/windows.sgml:
15284         Added inline documentation.
15285
15286 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
15287
15288         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
15289         realizing buttons that have already been realized.
15290
15291 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
15292
15293         * tests/testtreeview.c (main): Show menu items before adding to
15294         option menu.
15295
15296         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
15297         around if we kill them.
15298
15299         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
15300         Return if we pass in a NULL model.
15301
15302 2001-01-08  Havoc Pennington  <hp@redhat.com>
15303
15304         * tests/testtreeview.c: hack on this some
15305
15306         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
15307         gtk_tree_store_set_valist, v is for arrays, valist for varargs
15308         list
15309         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
15310
15311         * gtk/gtkliststore.h: Add varargs set() and get() convenience
15312         functions
15313
15314 2001-01-08  Alexander Larsson  <alexl@redhat.com>
15315
15316         * gtk/gtkwindow-decorate.[hc]:
15317         * gtk/Makefile.am:
15318         New files. Contains an implementation of a minimal WM for
15319         linux-fb.
15320
15321         * gtk/gtkwindow.h:
15322         Add the possibility for GtkWindows to specify a frame. This
15323         is used for the window decoration code, but could concievably
15324         be used for X programs too (xmms style windows).
15325         GtkWindow->frame is the toplevel window if the window is framed.
15326         The signal frame_event gets all events that are targeted to
15327         GtkWindow->frame.
15328         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
15329         
15330         * gtk/gtkwindow.c:
15331         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
15332         Call out to gtkwindow-decorate.c for WM support in linx-fb.
15333
15334 2001-01-08  Alexander Larsson  <alexl@redhat.com>
15335
15336         * docs/README.linux-fb:
15337         Correct filename ~/.pangoft2_aliases
15338
15339         * gdk/gdkwindow.h:
15340         Added new function gdk_window_get_decorations.
15341
15342         * gdk/linux-fb/gdkfb.h:
15343         Removed _gdk_window_get_decorations declaration.
15344         Renamed _gdk_window_set_child_handler to
15345         gdk_fb_window_set_child_handler.
15346
15347         * gdk/linux-fb/gdkwindow-fb.c:
15348         Renamed _gdk_window_set_child_handler to
15349         gdk_fb_window_set_child_handler.
15350
15351         * gdk/x11/gdkwindow-x11.c:
15352         New function gdk_window_get_mwm_hints().
15353         Implemented gdk_window_get_decorations.
15354
15355         * docs/reference/gdk/tmpl/windows.sgml:
15356         * docs/reference/gdk/gdk-sections.txt:
15357         Added gdk_window_get_decorations docs.
15358         
15359 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
15360
15361         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
15362         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
15363         gdk_fb_window_send_crossing_events):
15364         Possibly send focus events when the mouse moves from one
15365         window to another.
15366
15367 2001-01-07  Tor Lillqvist  <tml@iki.fi>
15368
15369         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
15370         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
15371         to match current API.
15372
15373         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
15374         environment variable is set, don't call g_error when on a
15375         palettized (PseudoColor) display. Some people want to use GTK+ 
15376         in 256-colour mode even though works only partially.
15377
15378         * gdk/gdk.def
15379         * gtk/gtk.def
15380         * gtk/makefile.mingw.in: Update.
15381
15382 2001-01-05  Havoc Pennington  <hp@redhat.com>
15383
15384         * tests/testtreeview.c: hack on this a bit
15385
15386         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
15387         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
15388
15389         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
15390         was spelled incorrectly
15391         (GTK_IS_TREE_MODEL_SIMPLE): ditto
15392
15393         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
15394         from gtk_tree_view_set_headers_active   
15395
15396         * gtk/gtktexttag.c:
15397         (gtk_text_tag_get_property): handle PROP_DIRECTION
15398         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
15399         properties, bug 40235
15400
15401         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
15402         forward_to_line_end
15403
15404 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
15405
15406         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
15407         modules/input/gtkimcontextxim.c: Adapt to new prototypes
15408         for unicode,locale,filename conversion functions.
15409
15410 2001-01-05  Havoc Pennington  <hp@redhat.com>
15411
15412         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
15413         broken if called on the first position in the buffer.
15414
15415         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
15416         forward_to_delimiters to be called only if we aren't already at
15417         the delimiters.
15418
15419 2001-01-05  Havoc Pennington  <hp@redhat.com>
15420
15421         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
15422
15423 2001-01-05  Alexander Larsson  <alexl@redhat.com>
15424
15425         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
15426         colormap in here. Sync from X port.
15427         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
15428         Sync from X port.
15429         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
15430         This happens now and then, and i don't think it is a bug.
15431         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
15432         != endpoint.
15433         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
15434         GDK_LINE_SOLID.
15435
15436         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
15437         some of the fields filled in at least.
15438
15439         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
15440         miLineArcD is no more, remove it from the function definition.
15441
15442 2001-01-04  Havoc Pennington  <hp@redhat.com>
15443
15444         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
15445         this
15446
15447         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
15448         user_data instead of tree_node
15449
15450         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
15451         TREE_VIEW_COLUMN_SIZE
15452
15453         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
15454         "size" field to "width" finishes bug 40061
15455
15456         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
15457         for bitfields, bug 40268
15458
15459 2001-01-04  Havoc Pennington  <hp@redhat.com>
15460
15461         Rename some stuff:
15462         
15463         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
15464
15465         s/GtkModelSimple/GtkTreeModelSimple/g;
15466         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
15467         s/gtk_model_simple/gtk_tree_model_simple/g;
15468         s/gtkmodelsimple/gtktreemodelsimple/g;
15469
15470         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
15471
15472         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
15473         s/column_set_col_type/column_set_sizing/g;
15474
15475         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
15476         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
15477
15478         s/GtkCellRendererType/GtkCellRendererState/g;
15479         
15480         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
15481         (gtk_cell_renderer_toggle_class_init): change "state" property to
15482         "active", to match GtkToggleButton
15483         (gtk_cell_renderer_toggle_get_active): new function, bug
15484         40269
15485         (gtk_cell_renderer_toggle_set_active): new function
15486         (gtk_cell_renderer_toggle_set_property): route changes to toggle
15487         state through gtk_cell_renderer_set_active
15488
15489 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
15490
15491         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
15492         temporarily until they work again.  Brought up to date with
15493         changes in the model.
15494         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
15495         model.
15496
15497 2001-01-04  Havoc Pennington  <hp@redhat.com>
15498
15499         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
15500         equal to the line length, then position iterator before paragraph 
15501         separators. Fixes crash reported by Mikael Hermansson when
15502         pressing left arrow from the start of a line.   
15503
15504         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
15505         about byte indexes off the end
15506         (iter_set_from_char_offset): add g_error about char offsets
15507         off the end
15508
15509 2001-01-03  Havoc Pennington  <hp@redhat.com>
15510
15511         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
15512
15513         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
15514         of private functions; remove inclusion of private headers.
15515
15516         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
15517         function, so we don't need private functions in gtktextdisplay.c
15518
15519         * gtk/gtktextiterprivate.h: underscore-ification
15520
15521         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
15522         to instead say "only useful to implement widgets"
15523
15524         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
15525         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
15526         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
15527
15528         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
15529         This function was completely broken
15530
15531         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
15532
15533         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
15534
15535         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
15536
15537         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
15538
15539         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
15540
15541         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
15542
15543         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
15544         gtk_paint_layout
15545
15546         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
15547         gtk_paint_layout
15548
15549         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
15550         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
15551         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
15552         which were not implemented.     
15553
15554         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
15555         insert_pixbuf signal. Rename delete_text to delete_range since it
15556         also deletes pixbufs and child anchors. This almost closes bug
15557         40245 (still need to deal with child anchors)
15558
15559         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
15560         insert_pixbuf, change signal names as appropriate, change types of
15561         signals taking marks/tags to have the specific type, not just
15562         G_TYPE_OBJECT
15563         
15564         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
15565         closes bug 40051
15566
15567         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
15568         unnecessary remove_contents() call
15569         (gtk_option_menu_class_init): add a "changed" signal, closes
15570         bug 40039
15571         (gtk_option_menu_update_contents): emit "changed" if the 
15572         active menu item changes
15573
15574         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
15575         cast to GtkObject, reported by Jonas Borgstrom
15576         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
15577         we can't do stuff with side effects in finalize. Instead, spew a
15578         warning if the loader isn't closed.
15579
15580         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
15581         colormap in here, non-X ports probably need to sync to this change
15582
15583         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
15584         assertion that colormap != NULL, you can set the colormap to NULL
15585         if you like.
15586         
15587         * Makefile.am: remove gtk-config-2.0
15588
15589         * configure.in: Use pkg-config to locate GLib. Remove
15590         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
15591         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
15592         Use pkg-config to locate Pango. Output correct Pango libs to
15593         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
15594
15595         * Makefile.am (pkgconfig_DATA): install only target-specific pc
15596         files
15597         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
15598         X11 pc files
15599
15600         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
15601         unref from here
15602
15603 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
15604
15605         * configure.in:
15606         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
15607
15608 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
15609
15610         * gtk/gtktextlayout.c
15611         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
15612         variable when moving back onto a single line.
15613
15614 2001-01-01  Havoc Pennington  <hp@redhat.com>
15615
15616         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
15617
15618         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
15619
15620         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
15621         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
15622
15623 2001-01-01  Havoc Pennington  <hp@redhat.com>
15624
15625         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
15626
15627         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
15628         GtkTextAttributes
15629
15630         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
15631         #40246
15632         (gtk_text_attributes_copy_values): rename from 
15633         gtk_text_attributes_copy
15634         (gtk_text_attributes_copy): a more standard GTK copy function, 
15635         which returns a new object
15636
15637 2001-01-01  Havoc Pennington  <hp@redhat.com>
15638
15639         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
15640         
15641         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
15642         don't fill in tree_view->priv->selection, kind of an unexpected
15643         side effect
15644
15645         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
15646         gtkintl.h
15647         
15648         * gtk/gtkcellrenderer.c: Remove definition of _ and include
15649         gtkintl.h
15650         (gtk_cell_renderer_get_property): remove calls to g_value_init
15651
15652         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
15653         gtkintl.h
15654
15655         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
15656         and include gtkintl.h
15657         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
15658         property names
15659
15660         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
15661         GtkTreeSelection
15662         (_gtk_tree_selection_new_from_with_view): rename, return
15663         GtkTreeSelection
15664         (_gtk_tree_selection_set_tree_view): rename with uscore
15665         (gtk_tree_selection_get_selected): fill in the "model" out param
15666         first, so it gets filled in even if we return at the top of the 
15667         function
15668         (gtk_tree_selection_real_select_all): add a comment and an else{}
15669         to clarify this a bit
15670         (gtk_tree_selection_real_unselect_all): add the same else{}
15671
15672         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
15673         set_tree_view to have underscore prefixes, move them to the
15674         private header, fix return type of new_with_tree_view
15675         (struct _GtkTreeSelection): mark struct
15676         fields private  
15677
15678         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
15679         GtkTreeModelFlags, not a guint
15680         (gtk_tree_path_prev): return gboolean not gint
15681         (gtk_tree_path_up): return gboolean not gint
15682
15683         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
15684         return GtkTreeModelFlags, not a guint
15685
15686         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
15687         that child model is non-null before unrefing it
15688         (g_value_int_compare_func): make this a qsort compare func, not 
15689         a boolean predicate
15690
15691         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
15692         (add -umn to the end), and mark it unimplemented
15693         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
15694         I don't see what it's for - doesn't the model always sort itself?
15695         (gtk_tree_model_sort_set_compare): this had the wrong signature
15696
15697         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
15698         Fix the docs to say that it destructively replaces existing
15699         attributes (previously said that it added attributes).
15700         (gtk_tree_view_column_set_visible): canonicalize bool before
15701         equality testing. Also, check for realization before
15702         hiding/showing the tree_column->window; if this window could exist
15703         before realization, then it's busted and needs fixing, we can't 
15704         create GDK resources pre-realization. Also, remove
15705         superfluous queue_resize(), since set_size() does that for us.
15706         (gtk_tree_view_column_set_col_type): check realization before 
15707         using tree_column->window
15708
15709         * gtk/gtktreedatalist.c: fix filename in copyright notice
15710
15711 2000-12-31  Havoc Pennington  <hp@pobox.com>
15712
15713         * gtk/gtktextview.c: Rearrange all the
15714         scroll-while-dragging-or-selecting code to be different, not
15715         necessarily better. ;-)
15716         (gtk_text_view_scroll_to_mark): Change this
15717         function to take within_margin as a fraction instead of a pixel
15718         value, and to take alignment arguments (indicating where to align 
15719         the mark inside the visible area)
15720         
15721         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
15722         to GtkObject
15723
15724         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
15725         behavior so that offsets past the end of the line are not 
15726         allowed, and an offset equal to the line length moves the iterator
15727         to the next line
15728         (gtk_text_iter_set_line_index): make parallel change
15729         (gtk_text_iter_get_bytes_in_line): add this function
15730         
15731         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
15732         of byte indexes off the end of the line; byte index at the end of
15733         the line now returns FALSE and doesn't fill in the requested
15734         values, byte index past the end of the line is an error.  Also,
15735         don't allow -1 offset anymore, since its meaning is unclear.
15736
15737         This change exposes some bug in visual cursor motion, where we
15738         end up with a huge invalid byte index; needs fixing. Symptom of 
15739         bug is a crash when you hit up arrow.
15740         
15741         (_gtk_text_line_char_locate): match the change to byte_locate
15742
15743         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
15744         from start of line properly. fixes bug reported by Mikael
15745         Hermansson where backspace would delete all text before the
15746         cursor.
15747
15748 2000-12-30  Tor Lillqvist  <tml@iki.fi>
15749
15750         * gdk/win32/gdkwindow-win32.c
15751         (gdk_window_impl_win32_get_visible_region): New function, as in
15752         the X11 backend.
15753         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
15754         instead of duplicating the same code here.
15755
15756         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
15757         GDK_COLORMAP macro.
15758
15759         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
15760         destroy function.
15761         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
15762         access that.
15763
15764         * gtk/gtk.def: Update.
15765
15766         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
15767
15768 2000-12-30  Havoc Pennington  <hp@pobox.com>
15769
15770         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
15771         colormap on input only windows, to avoid special cases all over
15772         the code for these windows.
15773
15774 2000-12-26  Tor Lillqvist  <tml@iki.fi>
15775
15776         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
15777         we are on a palettized display ("PseudoColor" in X11), as the code
15778         for that doesn't work anyway, and never has.
15779
15780 2000-12-22  Alexander Larsson  <alexl@redhat.com>
15781
15782         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
15783         Don't use isprint() for chars > 255.
15784
15785 2000-12-21  Havoc Pennington  <hp@redhat.com>
15786
15787         * tests/testtreeview.c: more work
15788
15789 2000-12-21  Alexander Larsson  <alexl@redhat.com>
15790
15791         * docs/README.linux-fb:
15792         Update the docs to the new pangoft2 way.
15793
15794 2000-12-21  Alexander Larsson  <alexl@redhat.com>
15795
15796         * configure.in:
15797         For linux-fb get the pangoft2 cflags and libs. This needs a recent
15798         pango version.
15799         Remove modules/linux-fb/Makefile.
15800
15801         * gdk/linux-fb/gdkdrawable-fb2.c:
15802         Render glyphs using freetype.
15803
15804         * gdk/linux-fb/gdkfb.h:
15805         Add new fb-specific functions needed for managing windows.
15806
15807         * gdk/linux-fb/gdkmain-fb.c:
15808         Remove gdk_font_init/fini() calls.
15809
15810         * gdk/linux-fb/gdkpango-fb.c:
15811         Remove old implementation. Use pangoft2 instead.
15812
15813         * gdk/linux-fb/gdkprivate-fb.h:
15814         Remove PangoFBFont and related stuff.
15815
15816         * gdk/linux-fb/gdkwindow-fb.c:
15817         Implement drawable->get_visible_region.
15818         Implement support for _gdk_window_set_child_handler () and
15819         _gdk_window_get_decorations().
15820
15821         * modules/Makefile.am:
15822         Remove linux-fb subdir.
15823
15824         * modules/linux-fb/*:
15825         Removed all.
15826         
15827 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
15828
15829         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
15830         calls, as they are no longer needed.
15831
15832         * gtk/gtktreemodelsort.c: Fix up the comparison code.
15833         
15834         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
15835         figure out how to emit a signal on an interface.
15836
15837 2000-12-20  Havoc Pennington  <hp@redhat.com>
15838
15839         * tests: new directory to contain tests, gtk/test* should move
15840         here sometime (with appropriate on-cvs-server hackery)
15841
15842         * tests/testtreeview.c, tests/Makefile.am: a test
15843         
15844         * configure.in (AC_OUTPUT): add tests/Makefile
15845
15846         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
15847         and "invisible_set" which were missing
15848
15849         * gtk/gtkrbtree.h: some cheesy indentation fix
15850         
15851 2000-12-20  Alexander Larsson  <alexl@redhat.com>
15852
15853         * gtk/gtkinvisible.c (gtk_invisible_realize):
15854         Attach the style to the window so that the style it is not
15855         leaked when unrealizing the window.
15856
15857 2000-12-18  Havoc Pennington  <hp@redhat.com>
15858
15859         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
15860         begin/end user action where appropriate
15861         (gtk_text_view_commit_handler): add begin/end user action
15862
15863         * gtk/gtktextbuffer.c: add begin/end user action signals, and
15864         bracket interactive operations with begin/end user action pair.
15865         
15866         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
15867         "interactive" arg from insert_text and delete_text signals.
15868         Add begin_user_action, end_user_action signals
15869         (gtk_text_buffer_begin_user_action): 
15870         (gtk_text_buffer_end_user_action): New functions to delimit 
15871         a user-visible action
15872
15873         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
15874         signals.
15875         
15876 2000-12-18  Havoc Pennington  <hp@redhat.com>
15877
15878         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
15879         was pretty non-working.
15880
15881         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
15882         by passing the length to g_utf8_validate().
15883
15884 2000-12-16  Havoc Pennington  <hp@pobox.com>
15885
15886         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
15887         Port to GObject, can go back in gdk-pixbuf after setting up 
15888         a gdk-pixbuf-marshal.h header over there.
15889
15890         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
15891         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
15892         args
15893         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
15894         set
15895         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
15896         here, do it when we create the buttons later
15897         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
15898         (gtk_tree_view_map): paranoia checks that column->button is shown 
15899         and unmapped
15900         (gtk_tree_view_size_request): only request visible children.
15901         Move header size calculation in here, for cleanliness, and 
15902         to maintain invariants for child widgets if we eventually 
15903         let users set different children inside the buttons
15904         (gtk_tree_view_map_buttons): factor out code to map buttons,
15905         since it was being called several times
15906         (gtk_tree_view_size_allocate_buttons): move_resize the drag
15907         windows instead of just moving them; their height may change 
15908         if we allow random widgets in there, or the theme changes.
15909         (gtk_tree_view_size_allocate): move button size allocation 
15910         above emitting the scroll signals, to ensure a sane state when we
15911         hit user code
15912         (gtk_tree_view_button_release): remove queue_resize after
15913         tree_view_set_size(), set_size() will handle any resize queuing
15914         that's needed
15915         (gtk_tree_view_focus_in): just queue a draw, don't fool with
15916         draw_focus goo
15917         (gtk_tree_view_focus): use gtk_get_current_event() and
15918         gdk_event_get_state()
15919         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
15920         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
15921         semicolon
15922         (gtk_tree_view_create_button): show the button here
15923         (gtk_tree_view_button_clicked): actually emit the clicked signal
15924         on the column
15925         (_gtk_tree_view_set_size): return right away if the size is
15926         unchanged, as a cheesy optimization
15927         (gtk_tree_view_setup_model): rename set_model_realized to 
15928         setup_model to match the flag that indicates whether we've 
15929         called it
15930         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
15931         exist, because set_scroll_adjustment does that and it shouldn't
15932         matter what order you call these in
15933         (gtk_tree_view_get_vadjustment): ditto
15934         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
15935         for paranoia
15936         (gtk_tree_view_set_headers_visible): call
15937         gtk_tree_view_map_buttons() instead of using cut-and-paste code
15938         (gtk_tree_view_append_column): clarify whether the return value
15939         is the count of columns before or after, and do the increment 
15940         separately from the return statement so you can tell from the code.
15941         (gtk_tree_view_remove_column): ditto
15942         (gtk_tree_view_insert_column): ditto
15943         (gtk_tree_view_get_column): remove g_return_if_fail for columns
15944         outside the existing range, the docs say that outside-range
15945         columns are allowed, so we handle them as documented. (Presumably
15946         this allows a nice loop with column != NULL as test.)
15947         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
15948         mean (left/right/center etc.).
15949         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
15950         (gtk_tree_view_expand_row): add docs
15951         (gtk_tree_view_collapse_row): add docs
15952
15953         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
15954         function to emit the clicked signal on a column
15955         
15956         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
15957         state of an event
15958         (gdk_event_get_time): don't treat GDK_SCROLL 
15959         as a button event, remove default case from switch so gcc 
15960         will whine if we don't explicitly handle all event types
15961
15962         * gtk/gtktreeselection.h: added some FIXME 
15963         
15964         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
15965         "columns" to "n_columns" and "column" to "columns" for clarity
15966
15967 2000-12-16  Havoc Pennington  <hp@pobox.com>
15968         
15969         * gtk/gtktextiter.c: General cleanup of the log attr iteration
15970         stuff. This should make e.g. the delete key work again in the
15971         text widget...
15972         (gtk_text_iter_forward_cursor_positions): handle negative count
15973         (gtk_text_iter_backward_cursor_positions): handle negative count
15974         (gtk_text_iter_forward_word_ends): handle negative count
15975         (gtk_text_iter_backward_word_starts): handle negative count
15976
15977         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
15978         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
15979         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
15980         GObject. No doubt will cause breakage.
15981
15982         * demos/gtk-demo/textview.c: remove hacks around
15983         non-GObject-ification of the text objects
15984
15985         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
15986         the text tag
15987         
15988 2000-12-14  Havoc Pennington  <hp@pobox.com>
15989
15990         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
15991         that we have Xrender
15992
15993 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
15994
15995         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
15996         Add two virtualized functions gdk_drawable_get_clip_region - to
15997         get the clip region when drawing.
15998         
15999         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
16000         use invalidate_region.
16001
16002         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
16003         region.
16004
16005         * acconfig.h configure.in: Check for Xft. For now, assume
16006         that if Xft is found, Pango was compiled with Xft support
16007         as well.
16008
16009         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
16010         gdk_colormap_query_color().
16011         
16012         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
16013         with Xft if appropriate.
16014
16015         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
16016         a pangoxft context if we have XFT and the environment
16017         variable GD_USE_XFT is set.
16018         
16019         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
16020         and also possibly an XftDraw structure.
16021
16022         * gtk/gtkfontsel.c: Handle the case where the font from the
16023         style doesn't match any of the fonts a bit better.
16024         
16025         * gtk/testgtk.c: Add tabs between directional segments for
16026         hebrew/arabic test. (Not really necessary, just a little
16027         prettier.)
16028
16029 2000-12-14  Havoc Pennington  <hp@redhat.com>
16030
16031         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
16032         reading a file
16033
16034 2000-12-14  Havoc Pennington  <hp@redhat.com>
16035
16036         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
16037         unused call to get_last_line()
16038
16039         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
16040         here until boxed is working (and maybe after that - we should
16041         really not gratuitously break old code)
16042
16043         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
16044         specific types for font_desc and tabs args, move them to
16045         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
16046         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
16047
16048         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
16049         use GTK_TYPE_POINTER for signal signatures as a hack-around
16050
16051         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
16052         PangoTabArray
16053
16054         * gtk/gtktextlayout.c (line_display_iter_to_index): 
16055         make static
16056         (line_display_index_to_iter): make static
16057
16058         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
16059         to marshal a string not a boxed
16060
16061         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
16062
16063         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
16064         since the UTF-8 isn't validated yet
16065
16066         * gtk/gtktextsegment.c (char_segment_check_func): don't require
16067         lines to end in '\n'
16068         
16069         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
16070         forward_to_delimiters, and grapheme boundaries
16071         (gtk_text_view_delete_from_cursor): properly handle non-newline
16072         delimiters, and grapheme boundaries
16073
16074         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
16075         to gtk_text_iter_forward_to_delimiters, and make it work properly
16076         if empty lines end with a character other than '\n'
16077
16078         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
16079         position
16080
16081 2000-12-15  Tor Lillqvist  <tml@iki.fi>
16082
16083         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
16084
16085         * gtk/gtk.def
16086         * gdk/gdk.def: Update.
16087
16088         * gdk/win32/gdkmain-win32.c
16089         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
16090         gdkmain-win32.c here.
16091
16092         * gdk/win32/makefile.mingw.in (all): No need to make
16093         gdk-win32res.o here, the makefile one step up will call us to make
16094         it.
16095
16096         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
16097         gdkkeys-win32.
16098
16099         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
16100
16101         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
16102         call to g_source_add().
16103
16104         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
16105         leak. Thanks to Andreas Kemnade.
16106
16107 2000-12-13  Havoc Pennington  <hp@pobox.com>
16108
16109         * gtk/gtktextbtree.h: Remove double _ in front of some functions
16110
16111         * gtk/gtktext*.[hc]: update accordingly
16112         
16113 2000-12-13  Havoc Pennington  <hp@pobox.com>
16114
16115         * gtk/gtktextbtree.h: Put _ in front of every function in this 
16116         header file
16117
16118         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
16119
16120 2000-12-13  Alex Larsson  <alexl@redhat.com>
16121
16122         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
16123         Add support for ps2 intellimouse.
16124
16125         * gdkkeyboard-fb.c:
16126         Move shift-F1 repaint handling to xlate handler only.
16127         
16128         * docs/README.linux-fb:
16129         Add imps2 to docs.
16130         Document the new refresh keys.
16131         
16132 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
16133
16134         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
16135
16136         * gtk/gtkbox.c: change property types from (u)long to (u)int for
16137         ::position and ::padding.
16138
16139         * gtk/gtkcontainer.c: make ::border_width an INT property.
16140
16141         * gtk/gtkpacker.c: make ::position an INT property.
16142
16143         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
16144         guard against NULL h/v scrollbars, since this is used at construction
16145         time.
16146
16147         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
16148         internal gtk_clist_constructor().
16149
16150         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
16151         gtk_ctree_constructor().
16152
16153         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
16154         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
16155
16156         * docs/reference/Makefile.am: fun stuff, disabled docs generation
16157         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
16158
16159         * gtk/gtkwidget.[hc]:
16160         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
16161         and gtk_widget_get().
16162         (gtk_widget_new): use g_object_new_valist().
16163         (gtk_widget_set): use g_object_set_valist().
16164
16165         * gtk/gtkobject.[hc]:
16166         removed gtk_object_arg_get_info(), gtk_object_getv(),
16167         gtk_object_query_args(), gtk_object_newv(),
16168         gtk_object_class_add_signals(),
16169         gtk_object_class_user_signal_new(),
16170         gtk_object_class_user_signal_newv(),
16171         gtk_object_arg_set(), gtk_object_arg_get(),
16172         gtk_object_args_collect(),
16173         gtk_object_default_construct(),
16174         gtk_object_constructed(),
16175         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
16176         removed nsignals, signals and n_args members from GtkObjectClass.
16177         (gtk_object_new): use g_object_new_valist().
16178         (gtk_object_set): use g_object_set_valist().
16179         (gtk_object_get): use g_object_get_valist().
16180         
16181         * gtk/gtkcompat.h: define gtk_object_default_construct().
16182         
16183         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
16184         g_object_new().
16185
16186         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
16187         fucntions, cleaned up method assignments (make sure your structures
16188         are setup properly before calling out). removed all GTK_CONSTRUCTED
16189         hacks ;)
16190
16191 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
16192
16193         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
16194         off-by-one error in checks. (Dave Lambert)
16195
16196 2000-12-12  Alexander Larsson  <alexl@redhat.com>
16197
16198         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
16199         Don't free gdk_fb_keyboard twice.
16200
16201 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
16202
16203         * gtk/testgtk.c:
16204         (create_tooltips): 
16205         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
16206         use GObject swapped_signal:: properties instead.
16207
16208         * gtk/gtkcellrenderertoggle.c: 
16209         * gtk/gtkcellrenderertextpixbuf.c: 
16210         * gtk/gtkcellrenderertext.c: 
16211         * gtk/gtkcellrendererpixbuf.c: 
16212         * gtk/gtkcellrenderer.c:
16213         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
16214         missing warnings for invalid property ids, install properties
16215         with g_object_class_install_property() now.
16216         
16217         * gtk/gtksignal.c:
16218         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
16219         
16220 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
16221         
16222         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
16223         to determine if a window is the focus widget within
16224         its toplevel.
16225
16226         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
16227         to be boolean.
16228
16229         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
16230         of the case where the container CAN_FOCUS to here instead
16231         of having it in each individual move-the-focus place.
16232
16233         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
16234         focusing to be geometric in a much more obvious sense. Arrowing
16235         around is still non-intuitive because it isn't perfect and
16236         because entries, etc, grab the arrow keys, but it at least
16237         usually will do what you expect now.
16238         
16239         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
16240         file.
16241
16242         * gtk/gtknotebook.c: Change tabs to be a single item in
16243         the focus chain. Make movement of focus on tabs with arrow
16244         keys wrap around.
16245         
16246         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
16247         CHECK_FIND_CHILD macro to give informative error messages
16248         instead of silent returns.
16249
16250         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
16251         flag since we handle GdkReturn on the tabs.
16252
16253         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
16254         windows rather than sending expose events directly.
16255
16256         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
16257         definition for GtkNotebookPage into .c file, since it is private.
16258
16259         * gtk/testgtk.c (create_notebook): Add option for 
16260         testing borderless notebook.
16261
16262         * gtk/testgtk.c (page_switch): Removed egregious poking
16263         around in GTK+ internals.
16264
16265         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
16266
16267         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
16268         properly through gtk_clist_focus. Make the title headers a
16269         single item in the tab-focus chain, and make left-right wrap
16270         around.
16271
16272         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
16273         focus method so that wrapping around works properly.
16274
16275         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
16276         that is handled for the widget now. 
16277
16278 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
16279
16280         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
16281         widgets as TOPLEVEL.
16282
16283         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
16284         TOPLEVEL widgets are containers.
16285
16286         * gtk/gtkinvisible.h: Remove useless include.
16287
16288 2000-12-11  Havoc Pennington  <hp@redhat.com>
16289
16290         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
16291         Handle chopping off \r\n and 0x2029 in addition to \n before
16292         passing to PangoLayout
16293
16294         * gtk/gtkimcontextsimple.c
16295         (gtk_im_context_simple_get_preedit_string): 
16296         return an empty string if no match is pending
16297
16298         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
16299         assertion that the returned preedit string was sane
16300
16301         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
16302         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
16303         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
16304
16305 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
16306
16307         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
16308         Fix up finalizer to chain to its parent.
16309
16310 2000-12-11  Alexander Larsson  <alexl@redhat.com>
16311
16312         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
16313         Clearified the difference between the keyboard types. Wrote a note
16314         about the magic sysrq key to get out of raw mode.
16315
16316 2000-12-09  James Henstridge  <james@daa.com.au>
16317
16318         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
16319         member to hold masks for detecting the start of a protocol packet.
16320         (mouse_devs): add packet start masks for ps2 and ms device types.
16321         Left the mask for fidmour blank, as I have no idea what it should
16322         be.
16323         (handle_mouse_io): skip bytes until we get to the start of a
16324         packet.  My Logitech mouse seems to be passing an extra NULL pad
16325         byte, and GPM does a similar thing here.
16326         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
16327         this is the ms mouse driver.
16328         (gdk_fb_mouse_ms_packet): fix up button handling, which was
16329         completely broken except for button1.  It was checking the wrong
16330         bit in the packet for the status of the right mouse button, and
16331         wrongly assuming right == button2 rather than 3.  I fixed that and
16332         also added support for middle button (button2).
16333
16334 2000-12-08  Havoc Pennington  <hp@redhat.com>
16335
16336         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
16337         that cause a segfault on text insertion
16338
16339         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
16340         warning
16341
16342         * gtk/gtktextiter.c (test_log_attrs): use
16343         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
16344
16345         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
16346         Get log attrs for a line, using a cache stored on the buffer
16347         
16348         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
16349         reported by Jeff Franks
16350
16351 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
16352
16353         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
16354         /dev/ttyS0 -> /dev/mouse
16355
16356 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
16357
16358         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
16359         Added dummy gdk_fontset_load.
16360
16361 2000-12-08  Alexander Larsson  <alexl@redhat.com>
16362
16363         * docs/README.linux-fb:
16364         * docs/Makefile.am:
16365         Initial GtkFB docs.
16366         
16367         * gdk/linux-fb/Makefile.am:
16368         Define GDK_DATA_PREFIX.
16369
16370         * gdk/linux-fb/gdkmain-fb.c:
16371         Fix typo.
16372         Change default display to /dev/fb0.
16373
16374         * gdk/linux-fb/gdkpango-fb.c:
16375         Add $(prefix)/share/fonts/ to font path.
16376         
16377 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
16378
16379         * gdk/linux-fb/gdkkeyboard-fb.c:
16380         New file containing the abstracted keyboard driver. Most code
16381         taken from gdkinput-ps2.c
16382
16383         * gdk/linux-fb/gdkinput-ps2.c:
16384         Removed file.
16385         
16386         * gdk/linux-fb/Makefile.am:
16387         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
16388
16389         * gdk/linux-fb/gdkcolor-fb.c:
16390         display->fb was renamed to display->fb_fd.
16391
16392         * gdk/linux-fb/gdkcursor-fb.c:
16393         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16394
16395         * gdk/linux-fb/gdkinput.c:
16396         Moved gdk_input_init here from gdkinput-ps2.c
16397
16398         * gdk/linux-fb/gdkmain-fb.c:
16399         display->fb was renamed to display->fb_fd.
16400         Now the tty and the console is opened here instead
16401         of in the keyboard driver. Also check GDK_VT to see what
16402         tty to open.
16403         Move gdk_beep () here from gdkinput-ps2.c
16404         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16405
16406         * gdk/linux-fb/gdkmouse-fb.c:
16407         Add header.
16408         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16409         Return correct keyboard modifiers.
16410         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
16411
16412         * gdk/linux-fb/gdkprivate-fb.h:
16413         Add tty and vt info to display.
16414         Add orignal modeinfo storage to display
16415         Update global functions
16416
16417         * gdk/linux-fb/gdkwindow-fb.c:
16418         Added gdk_fb_window_find_focus().
16419         gdk_mouse_get_info -> gdk_fb_mouse_get_info
16420
16421 2000-12-07  Havoc Pennington  <hp@pobox.com>
16422
16423         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
16424         function, noticed by Alex
16425
16426 2000-12-06  Elliot Lee  <sopwith@redhat.com>
16427
16428         * configure.in: Detect freetype properly
16429
16430         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
16431         above.
16432
16433 2000-12-06  Alexander Larsson  <alexl@redhat.com>
16434
16435         * gdk/linux-fb/Makefile.am:
16436         Add gdkmouse-fb.c
16437         
16438         * gdk/linux-fb/gdkmouse-fb.c:
16439         New file. Abstracted the mouse drivers a bit.
16440
16441         * gdk/linux-fb/gdkcursor-fb.c:
16442         The cursor hide/show functions was moved here from gdkinput-ps2.c.
16443
16444         * gdk/linux-fb/gdkinput-ps2.c:
16445         Removed old mouse handling code. Moved cursor handling code
16446         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
16447         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
16448         gdk_mouse_get_info.
16449
16450         * gdk/linux-fb/gdkmain-fb.c:
16451         Pass NULL pointers for x,y in gdk_mouse_get_info call.
16452
16453         * gdk/linux-fb/gdkprivate-fb.h:
16454         Removed public gdk_fb_find_common_ancestor, added and renamed
16455         functions for the new mouse handling code.
16456
16457         * gdk/linux-fb/gdkwindow-fb.c:
16458         Moved gdk_fb_window_send_crossing_events here. added global
16459         variable gdk_fb_window_containing_pointer. made
16460         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
16461         renamed to gdk_mouse_get_info.
16462
16463 2000-12-06  Alexander Larsson  <alexl@redhat.com>
16464
16465         * gdk/linux-fb/gdkevents-fb.c:
16466         Update to match latest gmain/gsource changes.
16467
16468         * gdk/linux-fb/gdkinput-ps2.c:
16469         Bogus gdk_keymap_get_entries_for_keycode implementation so that
16470         it links. Will be implemented later.
16471
16472 2000-12-03  Havoc Pennington  <hp@pobox.com>
16473
16474         * gdk/Makefile.am: add gdkkeys.[hc]
16475
16476         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
16477         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
16478
16479         * acconfig.h, configure.in: add checks and command line options
16480         for XKB
16481
16482         * gdk/x11/gdkkeys-x11.c: Implement the above functions
16483         
16484         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
16485         and group in the key event
16486
16487         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
16488         field with the low-level hardware key code, and a group
16489         field with the keyboard group
16490
16491         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
16492         and declare a couple globals used for keymap handling
16493         
16494         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
16495         hold down Shift-Control and type a hex number to get a Unicode 
16496         character corresponding to the hex number
16497         (gtk_im_context_simple_get_preedit_string): Fix cursor position
16498         (return bytes not chars)
16499
16500 2000-12-05  Elliot Lee  <sopwith@redhat.com>
16501
16502         * gdk/gdkcolor.h: Make GdkColor specify element sizes
16503         to avoid waste on 64-bit platforms.
16504
16505 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
16506
16507         * INSTALL: Fix link to PNG home, remove reference
16508         to fribidi.
16509
16510         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
16511         
16512         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
16513         tested.)
16514
16515         * gtk/gtkcheckmenuitem.c: Permanently turn on
16516         always_show_toggle.
16517
16518         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
16519         be NULL. (Vladimir Klebanov, #26545)
16520
16521         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
16522         some signed/unsigned comparison problems. (#6510,
16523         David Kaelbling)
16524
16525         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
16526         return type to boolean (Oskar Liljeblad, #18648)
16527
16528 2000-12-05  Alexander Larsson  <alexl@redhat.com>
16529
16530         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
16531         Remove bogus colormap setting.
16532
16533 2000-12-05  Alexander Larsson  <alexl@redhat.com>
16534
16535         * gdk/linux-fb/gdkcolor-fb.c:
16536         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
16537
16538         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
16539         Must set colormap.
16540         
16541 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
16542
16543         * docs/tutorial/gtk-tut.sgml: DND updates
16544
16545 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
16546
16547         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
16548         Remove old debug g_warning().
16549         (gdk_fb_draw_drawable): The src argument can be either a wrapper
16550         or an implementation, just pass the implementation to draw_drawable_2.
16551         
16552         * gdk/linux-fb/gdkprivate-fb.h:
16553         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
16554
16555         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
16556         clear and invalidate area when window is destroyed.
16557         (send_map_events): Remove old commented out code.
16558
16559 2000-12-05  Alexander Larsson  <alexl@redhat.com>
16560
16561         * gdk/linux-fb/gdkpango-fb.c:
16562         Use italic instead of oblique in font aliases.
16563         
16564         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
16565         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
16566         other unsupported functions.
16567
16568 2000-12-04  Havoc Pennington  <hp@redhat.com>
16569
16570         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
16571
16572         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
16573
16574         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
16575
16576         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
16577         hack to avoid infinite loops (synthetic expose event) - 
16578         Owen has more appropriate fixes in a branch he'll check in later.
16579
16580         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
16581         separator, CR, and CRLF as line ends
16582
16583         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
16584         into lines using pango_find_paragraph_boundary(); other bits of
16585         the widget are still going to be broken if the boundary isn't '\n'
16586         though
16587
16588 2000-12-04  Alexander Larsson  <alexl@redhat.com>
16589
16590         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
16591         multiply.
16592
16593         * gdk/linux-fb/gdkpango-fb.c:
16594         Copied some 26.6 scaling macros from pango to clean up the rounding.
16595         (pango_fb_font_get_glyph_info): Correct sign on x value.
16596
16597         * gdk/linux-fb/gdkprivate-fb.h:
16598         Removed unreferenced external functions.
16599
16600         * modules/linux-fb/Makefile.am: Use ` instead of '.
16601
16602         * modules/linux-fb/basic.c:
16603         Remove dead code. In particular the dummy lang engine which broke all
16604         pango layouts in GtkFB. Don't include tables-big.i anymore.
16605
16606         * modules/linux-fb/tables-big.i:
16607         Upgrade to latest version from pango. Left for reference, basic_ranges
16608         moved to basic.c.
16609         
16610 2000-12-04  Havoc Pennington  <hp@redhat.com>
16611
16612         Fix bugs Alex found:
16613         
16614         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
16615         to "draw"
16616
16617         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
16618
16619         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
16620
16621         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
16622         implementation in here, apparently the expose() implementation was
16623         dead code.
16624
16625 2000-12-04  Alexander Larsson  <alexl@redhat.com>
16626
16627         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
16628         Return positive descent.
16629
16630 2000-12-02  Havoc Pennington  <hp@pobox.com>
16631
16632         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
16633         method and signal
16634         
16635         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
16636         calls gdk_window_process_updates() to push the exposes through
16637         (gtk_widget_class_init): No more draw signal, no
16638         gtk_widget_real_draw()  
16639         
16640         * gtk/gtkbin.c (gtk_bin_draw): remove
16641
16642         * gtk/gtkbox.c (gtk_box_draw): remove
16643
16644         * gtk/gtkbutton.c (gtk_button_draw): remove
16645
16646         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
16647
16648         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
16649
16650         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
16651
16652         * gtk/gtkclist.c (gtk_clist_draw): remove
16653
16654         * gtk/gtkentry.c (gtk_entry_draw): remove
16655
16656         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
16657
16658         * gtk/gtkfixed.c (gtk_fixed_draw): remove
16659
16660         * gtk/gtkframe.c (gtk_frame_draw): remove
16661
16662         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
16663
16664         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
16665
16666         * gtk/gtklayout.c (gtk_layout_draw): remove
16667
16668         * gtk/gtklist.c (gtk_list_draw): remove
16669
16670         * gtk/gtklistitem.c (gtk_list_item_draw): remove
16671
16672         * gtk/gtkmenu.c (gtk_menu_draw): remove
16673
16674         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
16675
16676         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
16677
16678         * gtk/gtknotebook.c (gtk_notebook_draw): remove
16679
16680         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
16681
16682         * gtk/gtkpacker.c (gtk_packer_draw): remove
16683
16684         * gtk/gtkrange.c (gtk_range_draw): remove
16685
16686         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
16687
16688         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
16689
16690         * gtk/gtktable.c (gtk_table_draw): remove
16691
16692         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
16693
16694         * gtk/gtktext.c (gtk_text_draw): remove
16695
16696         * gtk/gtktextview.c (gtk_text_view_draw): remove
16697
16698         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
16699
16700         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
16701
16702         * gtk/gtktree.c (gtk_tree_draw): remove
16703
16704         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
16705
16706         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
16707
16708         * gtk/gtkviewport.c (gtk_viewport_draw): remove
16709
16710         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
16711
16712         * gtk/gtkvscale.c (gtk_vscale_draw): remove
16713
16714         * gtk/gtkwindow.c (gtk_window_draw): remove
16715
16716 2000-20-01  Anders Carlsson  <andersca@gnu.org>
16717
16718         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
16719         a GtkToggleButton is both insensitive and active, it was being
16720         drawn by the GtkButton draw handler which doesn't check the
16721         state. Now it's calling gtk_toggle_button_paint instead.
16722         
16723 2000-12-01  Havoc Pennington  <hp@redhat.com>
16724
16725         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
16726         dangling pointers to the appearance attributes from the 
16727         line display
16728
16729         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
16730         width/height to mean "full width/height of drawable"
16731
16732         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
16733         click to select word/line
16734         
16735         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
16736         when getting log attrs. Get a slice, so that pixmaps and stuff
16737         are properly handled.
16738
16739         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
16740         paste into the selection (replaces selection now, previously
16741         crashed or added to selection). Reveals longstanding btree bug -
16742         select multiple lines, middle-click on the selection, boom. This
16743         isn't related to my changes though.
16744
16745         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
16746         PangoLogAttrs changes
16747         (gtk_entry_move_backward_word): ditto
16748
16749         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
16750         functions return bool whether the iter moved onto a
16751         dereferenceable position.
16752  
16753         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
16754         functions for motion in terms of display lines.
16755
16756         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
16757         get the buffer a mark is inside
16758         
16759 2000-12-01  Alexander Larsson  <alexl@redhat.com>
16760
16761         * gdk/linux-fb/Makefile.am:
16762         * modules/linux-fb/Makefile.am:
16763         Freetype 2 final uses freetype-config
16764
16765         * gdk/linux-fb/gdkpango-fb.c:
16766         Upgrade to use Freetype 2 final.
16767         More flexible support for font aliases, this also fixes a bug with
16768         GtkFontSelector, as the aliases must be visible in the font/family list,
16769         or GtkFontSelector reads uninitialized memory.
16770
16771 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
16772
16773         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
16774         XGetIMValues to properly terminate variable argument list, and do
16775         NULL return check for ic_values and xim_styles.
16776
16777         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
16778         Restore preedit state after XmbResetIC().
16779         
16780         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
16781         XvaCreateNestedList() should take XvaNestedList, but not
16782         XvaNestedList*.
16783
16784         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
16785         preedit_draw_callback, preedit_caret_callback): Match
16786         "preedit-changed" signal name to "preedit_changed" to be
16787         consistent to the spec.
16788
16789         * gtk/gtkimcontextsimple.c (check_table):
16790         Match "preedit-changed" to "preedit_changed" to be consistent
16791         to the spec.
16792
16793 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
16794
16795         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
16796         gc->clip_region == NULL>
16797
16798 2000-11-30  Tor Lillqvist  <tml@iki.fi>
16799
16800         Changes by Hans Breuer:
16801         
16802         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
16803         Dont't use negative width and height as max_hints. This fixes
16804         Owen's recent testgtk changes for win32.
16805
16806         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
16807         gdk_win32_hdc_release): These are exported and may be called with
16808         other drawable types than our GdkDrawableImplWin32 (?).
16809
16810         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
16811         so always #define USE_BACKING_STORE.
16812
16813         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
16814         of printf for debugging output.
16815
16816         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
16817         
16818         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
16819
16820         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
16821         declaration.
16822
16823         * gtk/gtktexttypes.h: Ditto.
16824
16825         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
16826         (GDK_VoidSymbol) also if in case of arg check failure.
16827
16828         * gtk/gtkimcontextsimple.c
16829         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
16830         position to the pointer, but to the variable it points to.
16831
16832         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
16833
16834         * gtk/gtk.def: Updates.
16835
16836 2000-11-29  Elliot Lee  <sopwith@redhat.com>
16837
16838         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
16839         GTK_TYPE_TREE_MODEL.
16840
16841 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16842
16843         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
16844         Set the size of the font from the description.
16845         (gdk_text_width): Gross hack that calculates the width
16846         of text by text_length * size/2. This is necessary because
16847         GtkLabel does some ugly gtk_string_width call to calculate
16848         an good size.
16849         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
16850
16851 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
16852
16853         * docs/tutorial/gtk-tut.sgml: DND updates
16854
16855 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16856
16857         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
16858         If you pass width or height == 0 to gdk_window_clear_area they
16859         should be calculated from the window size.
16860
16861 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16862
16863         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
16864         a grab, but no grab-cursor, use the cursor from the grabbed
16865         window. (gdk_fb_window_send_crossing_events): Send normal
16866         enter/leave notifications if grab and owner_events == TRUE.
16867
16868 2000-11-29  Alexander Larsson  <alexl@redhat.com>
16869
16870         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
16871         Do implicit button grabs, even if the window doesn't
16872         want the event.
16873         (gdk_fb_window_send_crossing_events): If there is a
16874         grab, only the grabbed window gets normal enter/leave
16875         notifications. On ungrab go from grabbed window to current.
16876         Don't send any notification to b when propagating from c -> b.
16877         If setting a grab on window, don't set prev_window.
16878         (handle_mouse_input): Send enter/leave events to the window the
16879         mouse is over, not the grabbed one.
16880         
16881 2000-11-28  Elliot Lee  <sopwith@redhat.com>
16882
16883         * gdk/gdkregion-generic.c: Zap warning.
16884         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
16885         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
16886
16887 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
16888
16889         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
16890         The cursor should be hidden if it is part of either the
16891         source or destination region. Not only if it is in both.
16892         (gdk_window_set_transient_for): Silence warnings.
16893
16894 2000-11-28  Alexander Larsson  <alexl@redhat.com>
16895
16896         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
16897         The default mode in X is Pie Arcs, therefore that is
16898         what Gtk+ uses.
16899
16900 2000-11-28  Alexander Larsson  <alexl@redhat.com>
16901
16902         * gdk/linux-fb/gdkinput-ps2.c:
16903         Implement correct EnterNotify/LeaveNotify:
16904         (gdk_fb_window_send_crossing_events): New function that sends
16905         all GdkCrossingEvents from the last mouse-window to the specified
16906         destination.
16907         (gdk_fb_window_visibility_crossing): Removed function.
16908         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
16909         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
16910         instead of gdk_window_get_pointer() for better readability.
16911
16912         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
16913         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
16914
16915         * gdk/linux-fb/gdkprivate-fb.h:
16916         removed gdk_fb_window_visibility_crossing, added
16917         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
16918
16919         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
16920         New function that finds the least common ancestor of two windows.
16921         (gdk_window_show, gdk_window_hide):
16922         Use gdk_fb_window_send_crossing_events.
16923         (gdk_fb_window_move_resize): Send configure events to toplevel
16924         windows. Use gdk_fb_window_send_crossing_events.
16925
16926 2000-11-27  Havoc Pennington  <hp@redhat.com>
16927
16928         * gtk/gtkprivate.h (enum): Remove a trailing comma
16929
16930 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
16931
16932         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
16933         the "changed" callback of the adjustment.  We need to redraw the
16934         spin button's arrows when the adjustment's range changes.
16935         (adjustment_changed_cb): Draw the arrows.
16936         (gtk_spin_button_value_changed): Draw the arrows.
16937
16938 2000-11-23  Alexander Larsson  <alexl@redhat.com>
16939
16940         * gdk/linux-fb/gdkselection-fb.c:
16941         Initial selection implementation.
16942
16943         * gtk/gtkselection.c:
16944         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
16945         requestor in gtk_selection_request.
16946         
16947         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
16948         Added gdk_selection_property atom.
16949
16950         * gdk/linux-fb/gdkprivate-fb.h:
16951         Export _gdk_selection_window_destroyed.
16952         Removed mask_off_x/y from GdkCursorPrivateFB.
16953         Removed hbearing, added top, left to PangoFBGlyphInfo.
16954
16955         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
16956         Call _gdk_selection_window_destroyed
16957         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
16958         the root window has been created.
16959         (static_dx_hack, static_dy_hack, compare_draw_rects,
16960         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
16961         in region. They are already sorted. Instead just traverse them in
16962         reverse if draw_direction < 0.
16963         
16964         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
16965         Double-clicks must be sent after the normal button_press.
16966         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
16967         
16968         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
16969         Pass _gdk_fb_screen_gc instead of NULL.
16970
16971         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
16972         Initialize gdk_selection_property.
16973         (gdk_event_make): Remove unused code.
16974
16975         * gdk/linux-fb/gdkcursor-fb.c:
16976         Make the pixmap for the cursor the same size as the mask. Also remove
16977         the mask_off_x/y fields in GdkCursorPrivateFB and combine
16978         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
16979         Now the whole cursor is visible.
16980
16981         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
16982         Fix bug where xdest+height instead of ydest+height was used
16983         to calculate if the source and dest overlapped. This fixes the
16984         redraw bug when the main window in testgtk was scrolled when
16985         partially covered by a tall window.
16986         Copy rectangles in region in order depending on draw_direction.
16987         Also moved the draw_direction flipping of start_y and end_y into
16988         the gc functions, as this might not be what all of them want.
16989         (gdk_fb_draw_lines): Support dashed lines.
16990         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
16991         so that the text is positioned correctly (was 1 pixel high).
16992
16993         gdk/linux-fb/gdkgc-fb.c:
16994         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
16995         all lines were drawn a pixel to short. Also checked the default of
16996         the rest of the values, and they're the same as X now.
16997
16998         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
16999         Clean up pixel positioning of the glyphs. Just use bgy->top and
17000         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
17001         to all divisions to get correct rounding behaviour.
17002
17003         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
17004         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
17005         Moved start_y/end_y flip into draw_drawable implementations.
17006         Flip also x rendering when draw_direction < 0.
17007         Remove unneccesary multiply with draw_direction.
17008
17009 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
17010
17011         * docs/tutorial/gtk-tut.sgml:
17012           - get rid of gtk_toggle_button_toggled FUD
17013           - start DND section - needs work - based on:
17014                 http://wolfpack.twu.net/docs/gtkdnd/
17015
17016 2000-11-22  Alexander Larsson  <alexl@redhat.com>
17017
17018         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
17019         Correct calculation of font metrics. Now GtkEntrys have sane
17020         size.
17021
17022 2000-11-22  Alexander Larsson  <alexl@redhat.com>
17023
17024         * gdk/gdktypes.h:
17025         Add new type GdkSpan
17026         
17027         * docs/reference/gdk/gdk-sections.txt,
17028         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
17029         gdk/gdkregion.h:
17030         Implement and document gdk_region_spans_intersect_foreach.
17031
17032         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
17033         Add new file gdkrender-fb.c which contains all core
17034         rendering code.
17035         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
17036         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
17037         (optimized rectangle fillers).
17038
17039         * gdk/linux-fb/gdkdrawable-fb2.c:
17040         Move all rendering code to gdkrender-fb.c.
17041         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
17042         Use the new span intersection functions in gdk_fb_fill_spans.
17043         gdk_fb_draw_rectangle() clips filled rectangles and calls
17044         gc->fill_rectangle with the result.
17045         gdk_fb_fill_spans() gets extra argument "sorted".
17046
17047         * gdk/linux-fb/gdkevents-fb.c:
17048         Remove unused includes and defines.
17049         New function gdk_fb_get_time() to get correct time for events.
17050
17051         * gdk/linux-fb/gdkinput-ps2.c:
17052         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
17053         Make sure to set the time of all events.
17054
17055         * gdk/linux-fb/gdkmain-fb.c:
17056         Use gdk_fb_get_time ().
17057
17058         * gdk/linux-fb/gdkprivate-fb.h:
17059         New virtual GC calls: fill_span & fill_rectangle.
17060         Export gdk_fb_get_time().
17061         gdk_fb_fill_spans() gets extra argument "sorted".
17062
17063         * gdk/linux-fb/mi*.c:
17064         Use GdkSpan instead of GdkRectangle.
17065         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
17066         from XFree 4 source)
17067         
17068 2000-11-22    <jrb@redhat.com>
17069
17070         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
17071         reversing the order in an if statement will do.  Doing so managed
17072         to make the treemodelsort half work.  Other half will follow after
17073         I get the insert function fully fixed.
17074
17075 2000-11-21  Elliot Lee  <sopwith@redhat.com>
17076         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
17077         more than 2 bits. Besides, I need to implement an evil hack. :)
17078
17079 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
17080
17081         * docs/tutorial/gtk-tut.sgml: minor corrections
17082
17083 2000-11-20  Jonathan Blandford <jrb@redhat.com>
17084         * gtk/gtktreemodelsort.h: Add convertion functions to let you
17085           convert to and from relative path's and iters.
17086
17087         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
17088           testing sorting functions a bit better.  Currently broken -- will
17089           fix in morning.
17090
17091 2000-11-20  Havoc Pennington  <hp@redhat.com>
17092
17093         * gtk/gtkwidget.c: Documented a bunch of functions in here
17094         (gtk_widget_realize): Warn if you try to realize
17095         a widget with no parent that isn't a toplevel
17096         (gtk_widget_intersect): return a gboolean
17097
17098 2000-11-20  Havoc Pennington  <hp@redhat.com>
17099
17100         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
17101         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
17102         scrolling to be implemented in GDK to finish. Also, right now
17103         we just size_allocate all children on every layout change,
17104         which is pretty lame. Test commented out of testtext.c, 
17105         until it works better.
17106
17107 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
17108
17109         * gdk/linux-fb/gdkdrawable-fb2.c:
17110         Removed unused arguments from gdk_fb_drawable_get_pixel().
17111
17112         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
17113         Renamed fidur specific mouse packet data in MouseDevice to
17114         generic. Used it in ps2 mouse handling code to avoid blocking
17115         reads.
17116
17117 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
17118
17119         * demos/gtk-demo/main.c: Changed to have the list become
17120         non-italic when the demo window is destroyed through an external
17121         event (like a close button).  Doing so found three bugs in the
17122         widget.
17123
17124         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
17125
17126         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
17127         we actually set the cell.
17128
17129         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
17130
17131         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
17132         free a leaked path.  Thanks memprof.
17133
17134 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
17135
17136         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
17137         off-by-one error when destroying allocated segments
17138         on failure. (Elliot)
17139
17140 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
17141
17142         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
17143         memleaks found by Evan Martin.
17144
17145 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
17146
17147         * Released 1.3.2
17148         
17149         * NEWS: Updates for 1.3.2
17150
17151 2000-11-17  Tor Lillqvist  <tml@iki.fi>
17152
17153         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
17154         but in general for window system specific events.
17155
17156         * gtk/gtk.def
17157         * gtk/makefile.mingw.in
17158         * gtk/makefile.msc.in: Update.
17159         
17160         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
17161
17162 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
17163
17164         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
17165         distribute gtk.immodules.
17166
17167         * gtk/Makefile.am (install-data-local): Don't install the
17168         gtk.immodules file created for the uninstalled modules;
17169         instead run gtk-query-immodules after install
17170
17171 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
17172
17173         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
17174         -rpath to the right install location.
17175
17176         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
17177         -export-dynamic.
17178
17179         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
17180         properly.
17181
17182 2000-11-15  Havoc Pennington  <hp@pobox.com>
17183
17184         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
17185         patch from Mikael Hermansson to temporarily stop blinking while
17186         the user is using the keyboard to type or navigate. 
17187
17188         Also, when blinking, stay on for longer than we stay off. Also,
17189         return from start_cursor_blink if !cursor_visible, to save
17190         checking that flag all over the place before we call
17191         start_cursor_blink.
17192
17193 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
17194
17195         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
17196         only contain a "fontset" line, which is now ignored.
17197
17198         * gtk/gtkentry.c (gtk_entry_button_release): Make 
17199         double-click-to-select-word work.
17200         
17201 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
17202
17203         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
17204         Don't move back one char when we are actually at the end of the 
17205         paragraph.
17206
17207 2000-11-15  Robert Brady  <robert@suse.co.uk>
17208
17209         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
17210         'o' < 'p'.
17211         
17212         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
17213         bind_textdomain_codeset.
17214
17215         (gtk_init_check): Make the warning about translating default:LTR
17216         sterner.
17217         
17218 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
17219
17220         * **/Makefile.am : remove unecessary rules for win32-specific
17221         config-substituted targets. If you want these rules, use
17222         --enable-maintainer-mode (called automatically by autogen.sh).
17223         Stops a lot of unneccessary make-time warnings.
17224
17225         * gtk/gtktext{layout,display}.c: Factor in total width as
17226         well as screen when figuring alignment for word-wrap as well as
17227         no wrap; this is necessary to handle lines that cannot be wrapped
17228         at all.
17229
17230 2000-11-15  Havoc Pennington  <hp@redhat.com>
17231
17232         * gtk/testtext.c: Implement essential color cycling feature
17233
17234 2000-11-15  Havoc Pennington  <hp@redhat.com>
17235
17236         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
17237         when we invalidate the main window.
17238
17239         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
17240         GtkTextView will now invalidate the side windows for us when text
17241         changes.
17242
17243 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
17244
17245         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
17246         unconditionally, since we may need to update the horizontal
17247         scrollbars even if the height didn't change.
17248
17249         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
17250         the extra attrs, since some of them affect size.
17251
17252         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
17253         x_offset correctly.
17254
17255 2000-11-15  Havoc Pennington  <hp@redhat.com>
17256
17257         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
17258         don't move the first line out into the margin, instead move the
17259         whole paragraph in order to make space for the first line within 
17260         the margin
17261
17262 2000-11-15  Havoc Pennington  <hp@redhat.com>
17263
17264         * gtk/gtktextview.c (changed_handler): offset redraw rect by
17265         xoffset in addition to yoffset, so horizontal scrolling doesn't
17266         break redraws
17267
17268 2000-11-15  Havoc Pennington  <hp@redhat.com>
17269
17270         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
17271         from the cursor
17272         (render_layout_line): fix reversed test that caused weird
17273         underlines to get drawn
17274
17275 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
17276
17277         * gdk/linux-fb/gdkprivate-fb.h:
17278         Fix debug macros.
17279         
17280 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
17281
17282         * gdk/linux-fb/gdkprivate-fb.h:
17283         Added virtual functions set_pixel, get_color,
17284         fill_span and draw_drawable to the GC.
17285         Added global _gdk_fb_screen_gc to use instead of
17286         NULL when drawing to the screen.
17287         Added _gdk_fb_gc_calc_state() prototype.
17288
17289         * gdk/linux-fb/gdkgc-fb.c:
17290         Call _gdk_fb_gc_calc_state() on any gc state change.
17291
17292         * gdk/linux-fb/gdkglobals-fb.c:
17293         Add _gdk_fb_screen_gc
17294                 
17295         * gdk/linux-fb/gdkdrawable-fb2.c:
17296         _gdk_fb_gc_calc_state() calculates best functions
17297         for the GC state and depth.
17298         Moved bpp specialized code to separate functions.
17299         Added optimized 24 bpp AA draw_drawable.
17300
17301         * gdk/linux-fb/gdkevents-fb.c:
17302         Silence gcc warning.
17303
17304         * gdk/linux-fb/gdkimage-fb.c:
17305         Use _gdk_fb_screen_gc
17306
17307         * gdk/linux-fb/gdkwindow-fb.c:
17308         Init and use _gdk_fb_screen_gc
17309
17310         * gdk/linux-fb/mitypes.h:
17311         Remove unused types.
17312
17313 2000-11-14  Havoc Pennington  <hp@pobox.com>
17314
17315         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
17316         to pixels
17317
17318 2000-11-14  Havoc Pennington  <hp@pobox.com>
17319
17320         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
17321
17322         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
17323         unknown char, no real reason we were using a variable. 
17324         Remove gtk_text_unknown_char variable. Fix all the text widget
17325         files accordingly.
17326
17327         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
17328         since the Unicode spec seems to prefer that character for our
17329         purposes.
17330
17331 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
17332
17333         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
17334         value of g_getenv() isn't freeable, so g_strdup it.
17335
17336         * modules/input/inuktitut.c: Inuktitut input method.
17337
17338         * modules/input/Makefile.am: Build this.
17339         
17340 2000-11-14  Elliot Lee  <sopwith@redhat.com>
17341
17342         * gtk/Makefile.am: Install gtk.immodules, needed for operation
17343         of gtk programs.
17344
17345 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
17346
17347         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
17348         reversed > that was causing Home to go to end of previous line.
17349
17350         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
17351         modified-keypresses (leave for bindings.)
17352
17353         * modules/input/Makefile.am: Remove useless -export-dynamic
17354         from module LDFLAGS.
17355
17356 2000-11-14  Havoc Pennington  <hp@redhat.com>
17357
17358         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
17359         higher.
17360
17361         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
17362         account. Also, render rise, underline, background, etc. for
17363         pixbufs as well as text. Also, draw underlines one pixel higher.
17364
17365         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
17366         PangoAttribute for the rise, so it gets drawn properly. Also,
17367         add the GtkTextAppearance attribute for pixbuf/widget segments
17368         as well; we should go ahead and have rise, underline, background,
17369         stipple work for those
17370
17371         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
17372         Pango
17373
17374 2000-11-15  Tor Lillqvist  <tml@iki.fi>
17375
17376         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
17377
17378         * gtk/gtk.def: Update.
17379
17380         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
17381         included.
17382         (gtk_rc_get_im_module_file): Use run-time installation directory
17383         on Win32.
17384
17385         * gdk/win32/rc/gdk.rc: Remove.
17386         * gdk/win32/rc/gdk.rc.in: New file.
17387         * gdk/win32/rc/Makefile.am: New file
17388         * gdk/win32/Makefile.am: Corresponding changes.
17389
17390         * gtk/gtk.rc: Remove.
17391         * gtk/gtk-win32.rc.in: New file.
17392         * gtk/Makefile.am: Corresponding changes.
17393
17394         * configure.in: Corresponding changes.
17395
17396         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
17397         has a built gtkcompat.h. Developers using CVS code on Win32 can
17398         hand-edit it from gtkcompat.h.in.
17399
17400         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
17401         gtkcompat.h from gtkcompat.h.win32.
17402
17403 2000-11-14  Havoc Pennington  <hp@redhat.com>
17404
17405         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
17406         to default to GDK_ACTION_MOVE if the drag is within a single
17407         widget. Defaults to GDK_ACTION_COPY between widgets.
17408
17409 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
17410
17411         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
17412
17413         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
17414
17415         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
17416         srcdir != builddir
17417
17418         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
17419
17420         * configure.in (GTK_VERSION): Up to 1.3.2
17421
17422         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
17423         gtkimcontextxim.h
17424
17425         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
17426         missing doc comment.
17427
17428 2000-11-14  Alexander Larsson  <alexl@redhat.com>
17429
17430         * modules/linux-fb/basic.c:
17431         Use the glib iconv wrappers.
17432
17433 2000-11-13  Havoc Pennington  <hp@pobox.com>
17434
17435         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
17436         still more bugs.
17437
17438         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
17439         scroll the GdkWindows before realization.
17440
17441 2000-11-13  Havoc Pennington  <hp@redhat.com>
17442
17443         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
17444         where GC didn't always get updated properly
17445
17446         * demos/gtk-demo/textview.c (create_tags): Use subattributes
17447         of fonts instead of setting the entire font
17448
17449         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
17450         setting entire font
17451
17452         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
17453
17454         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
17455         a bunch of individually-settable font attributes. You can still 
17456         use the "font" and "font_desc" args, they just set all the font
17457         attributes at once.
17458
17459 2000-11-13 Elliot Lee <sopwith@redhat.com>
17460
17461         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
17462
17463 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
17464
17465         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
17466         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
17467
17468         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
17469         work better.
17470
17471 2000-11-13  Havoc Pennington  <hp@redhat.com>
17472
17473         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
17474         the module file.
17475
17476         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
17477         dest->language
17478
17479         * gtk/testtext.c: Test pixels above/below/inside paragraphs
17480         settings
17481
17482         * gtk/gtktextview.c: Implement object args and setters/getters for
17483         all the aspects of the GtkTextAttributes that are not set from
17484         GtkWidget attributes. This is spacing, justification, margins,
17485         etc.
17486
17487         (gtk_text_view_set_arg)
17488         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
17489         args
17490         (gtk_text_view_class_init): Add args for justify, left_margin,
17491         right_margin, indent, and tabs
17492         
17493
17494         * gtk/gtktextlayout.c (set_para_values): fix to display indent
17495         attribute properly
17496
17497         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
17498         replace with indent attribute
17499
17500         * gtk/gtktextlayout.c (set_para_values): multiply indent by
17501         PANGO_SCALE
17502
17503         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
17504         rearranging code to do that
17505         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
17506         i.e. don't subtract the top_margin first, just to keep
17507         all margin-futzing in one place.
17508
17509         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
17510
17511         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
17512         special case of last line, Pango now handles this itself.
17513         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
17514         Y coordinate
17515         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
17516         (find_display_line_above): wasn't moving the byte index as it
17517         iterated over lines, so always returned byte 0. Also, port to use
17518         PangoLayoutIter.
17519         (find_display_line_below): same problem as
17520         find_display_line_above. Also, port to use PangoLayoutIter.
17521
17522 2000-11-13  Alexander Larsson  <alexl@redhat.com>
17523
17524         * gdk/linux-fb/*.[ch]:
17525         Massive reindent to gtk+ standard. My hands hurt.
17526
17527         * gdk/linux-fb/gdkcolor-fb.c:
17528         Move GdkColorPrivateFB from inherited to windowing_data
17529
17530         * gdk/linux-fb/gdkcursor-fb.c:
17531         _gdk_cursor_new_from_pixmap made static
17532
17533         * gdk/linux-fb/gdkdnd-fb.c:
17534         GdkDragContextPrivate moved to windowing_data
17535
17536         * gdk/linux-fb/gdkdrawable-fb2.c:
17537         Removed endian.h, use glib endianness macros instead
17538         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
17539         and GDK_DRAWABLE_IMPL_FBDATA
17540
17541         * gdk/linux-fb/gdkfont-fb.c:
17542         Add empty gdk_font_load(). Needed for linking of Gtk+.
17543
17544         * gdk/linux-fb/gdkimage-fb.c:
17545         Removed endian.h, use glib endianness macros instead
17546         Moved GdkImagePrivateFB to windowing_data
17547         gdk_image_new_bitmap didn't always allocate enough
17548         memory.
17549
17550         * gdk/linux-fb/gdkinput-ps2.c:
17551         Added semi-working support for MS serial mice.
17552
17553         * gdk/linux-fb/gdkprivate-fb.h:
17554         s/GdkWindowPrivate/GdkWindowObject/
17555         Removed GdkWindowPrivate typedef
17556         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
17557         Removed GDK_DRAWABLE_P
17558         Move GdkColorPrivateFB from inherited to windowing_data
17559         Moved GdkImagePrivateFB to windowing_data
17560
17561         * gdk/linux-fb/gdkvisual-fb.c:
17562         Removed some unused debug code.
17563
17564         * gdk/linux-fb/gdkwindow-fb.c:
17565         Use stock cursors instead of including X headers.
17566         s/GdkWindowPrivate/GdkWindowObject/
17567
17568         * gdk/linux-fb/mitypes.h:
17569         Removed unused types.
17570
17571         * modules/linux-fb/basic.c:
17572         Use the pango fribidi wrappers.
17573
17574 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17575
17576         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
17577         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
17578         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
17579         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
17580         GEqualFunc where applicable.
17581         
17582         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
17583         pango_font_description_equal as changed in pango.
17584         
17585         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
17586
17587         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
17588
17589         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
17590
17591         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
17592
17593         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
17594
17595         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
17596
17597         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
17598         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
17599
17600         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
17601         gtk_rc_styles_compare -> gtk_rc_styles_equal.
17602
17603 2000-11-12  Havoc Pennington  <hp@pobox.com>
17604
17605         * demos/gtk-demo/Makefile.am (democodedir): change demo install
17606         dir to datadir/gtk+-2.0/demo
17607
17608         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
17609         sorts of text widget and Pango font bugs. Urgh.
17610
17611         * demos/gtk-demo/Makefile.am (demos): Add textview.c
17612
17613         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
17614         tree that you should double click to see the demo. Fix 
17615         types of variables to reflect changed return values from 
17616         GtkTreeStore and GtkTreeViewColumn constructors.
17617
17618         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
17619         newly-created buffer to prepare for GObject semantics
17620
17621         * gtk/testtext.c: don't leak the buffer with GObject semantics
17622
17623         * gtk/testtextbuffer.c: ditto
17624         
17625 2000-11-12  Havoc Pennington  <hp@pobox.com>
17626
17627         Rename this testgtk to gtk-demo to avoid confusion, and 
17628         install it so people can use it as a supplement to 
17629         the documentation.
17630         
17631         * demos/gtk-demo: Moved from demos/testgtk
17632
17633         * demos/testgtk: Removed
17634
17635         * configure.in: make Makefile in gtk-demo
17636         
17637         * demos/gtk-demo/Makefile.am: Install sample source to 
17638         datadir/gtk-demo (maybe there's a better place?), and 
17639         rename the binary to gtk-demo
17640         
17641         * demos/gtk-demo/main.c (load_file): Load installed sample
17642         source if source isn't found in pwd.
17643
17644 2000-11-09  Havoc Pennington  <hp@pobox.com>
17645
17646         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
17647         argument to set the char displayed when visibility == FALSE
17648         (gtk_entry_create_layout): If !entry->visible, replace 
17649         all chars with the "invisible char"
17650
17651         * gtk/testgtk.c: Test the invisible_char deal
17652         
17653 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
17654
17655         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
17656         can't get a native font in the right encoding.
17657
17658 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
17659
17660         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
17661         respectively.
17662
17663 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
17664
17665         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
17666         Fix warning when moving between paragraphs.
17667
17668         * gtk/gtkentry.[ch]: Change move => move_cursor, 
17669         delete => delete_from_cursor, insert => insert_at_cursor
17670
17671 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
17672
17673         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
17674
17675         * modules/input/imthai-broken.c: A Thai input method for use if
17676         Thai keys are really generating Latin1 keysyms.
17677
17678         * modules/input/Makefile.am: Build these.
17679
17680 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
17681
17682         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
17683         g_filename_{to,from}_utf8 now takes an extra parameter.
17684
17685         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
17686         strftime into UTF-8.
17687
17688         (column_from_x, gtk_calendar_paint_day_names): Support RTL
17689         calendars.
17690
17691         (gtk_calendar_paint_day_names): Draw day names in the right 
17692         place.
17693         
17694 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
17695
17696         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
17697         problem with using result of g_get_charset() backwards -
17698         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
17699
17700         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
17701         negative min_width/height and max_width/height to
17702         mean "requisition"; this allows setting a window
17703         to be user-resizable in only one direction easily.
17704
17705         * gtk/testgtk.c (create_main_window): Remove hard-coded
17706         usize - set a default size in the vertical direction.
17707
17708 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
17709
17710         * gtk/gtkrange.c: Add some missing casts. Support 
17711         2 and 3 button clicks on the arrows to mean 
17712         "move by pages" and "jump to end". (Like gtkspinbutton)
17713
17714 2000-11-12 Hans Breuer <Hans@Breuer.Org>
17715
17716         * gdk/win32/makefile.msc : reflect build module changes
17717
17718         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
17719         from GdkPixmap*, cast implementation member instead.
17720
17721         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
17722         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
17723         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
17724         more Gdi functions return value checking. 
17725         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
17726         GdkImagePrivateWin32 *.
17727
17728         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
17729         menus useable again. Add #pragma message to keep reminded on this issue.
17730         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
17731         windows. This allows to enable backing store on Win32!
17732
17733         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
17734         in drawable is of impl type. Correct specific type checks appropriate.
17735  
17736         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
17737         GDK_WINDOW_DESTROYED before allocating new resources.
17738
17739         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
17740
17741         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
17742         (gdk_window_foreign_new) initialize parent handle.
17743         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
17744
17745         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
17746         Let the GDI invalidate the window on MoveWindow call to fix scrolling
17747         problems (e.g. main buttons in testgtk). 
17748
17749 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
17750
17751         * gtk/gtkentry.c (gtk_entry_key_press): Call 
17752         gtk_widget_activate for GDK_Return.
17753
17754         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
17755         of preedit cursor position.
17756
17757 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
17758
17759         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
17760         static.
17761
17762 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
17763
17764         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
17765         out support for multiple locales; that simple doesn't
17766         work reliably with current Xlib
17767
17768         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
17769         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
17770         Add support for positioning the cursor within the preedit string.
17771
17772 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
17773
17774         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
17775         at XIM input method module.
17776
17777         * gtk/gtktextview.c: Check for bindings after passing
17778         events to im context filter.
17779
17780 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
17781
17782         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
17783         empty attribute lists properly.
17784
17785 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
17786
17787         * gtk/queryimmodules.c (main): Return non-zero exit
17788         status if errors were encountered querying any
17789         modules.
17790
17791         * modules/input/Makefile.am (moduledir): remove
17792         leftover bin program target.
17793
17794         * docs/make-todo: Fix typo in error message.
17795
17796 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
17797
17798         * configure.in: Add modules/input/Makefile
17799
17800 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
17801
17802         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
17803         don't include gtkthemes.h.
17804
17805         * gtk/testgtk.c gtk/testtext.c: Set environment variables
17806         to point
17807
17808         * gtk/Makefile.am: Add new .c and .h files, build 
17809         gtk-query-immodules and use it to create a gtk.immodules
17810         file for use of test programs.
17811
17812         * gtk/gtkpreview.c: remove extra blank line.
17813
17814 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
17815
17816         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
17817         Add the ability to add extra tables beyond the default
17818         one, and also the ability to have compose sequences 
17819         that are prefixes of other compose sequences. 
17820
17821         * gtk/gtkimcontextsimple.c: Export a preedit string which
17822         consists of possible candidates for keystrokes that have
17823         been entered but not yet committed.
17824
17825         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
17826         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
17827
17828         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
17829         Add a function to add input-method switching menu items
17830         to a menu.
17831
17832         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
17833         when switching input methods.
17834
17835         * gtk/gtkimcontextsimple.[ch]: Change the format of
17836         the compose table to allow compose tables of different
17837         lengths / sequence.
17838
17839 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
17840
17841         * gtk/gtkimmodule.[ch]: Support routines for loading
17842         GtkIMContext implementations dynamically at runtime.
17843
17844         * modules/input/imcyrillic-translit.c: A sample input
17845         method (based on GtkIMContextSimple with an extra table),
17846         which demonstrates preedit strings and the module
17847         system for input modules
17848
17849         * gtk/queryimmodules.c: Program to query the available
17850         input modules and write the results into a file.
17851          
17852         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
17853         extra config options "im_module_file" (cache file for
17854         input method modules), and "im_module_path" - path
17855         to look for modules when generating cache file.
17856
17857         This doesn't scale.
17858
17859 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
17860
17861         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
17862         generic code from gtkthemes into a new abstraction
17863         GtkModule which has the logic for implementing
17864         a loadable module which implements a number of 
17865         GObject types.
17866
17867 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
17868
17869         * gtk/gtkeditable.[ch]: Convert GtkEditable from
17870         a class into an interface  
17871         
17872         * gtk/gtkoldeditable.[ch]: Move the old editable
17873         implementation into here, so legacy widgets can
17874         still rely on the implemenation. GtkOldEditable
17875         exports GtkEditable. Make selection handling
17876         code use new text conversion functions (and
17877         handle UTF-8 as a side-effect). Use GtkClipboard
17878         for CLIPBOARD.
17879
17880         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
17881         Adopt to match above changes.
17882
17883         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
17884         avoid GtkOldEditable implementation. Restructure
17885         to reduce number of places that modify state directly.
17886         Move to GtkBindingSet. Display the preedit string.
17887         Queue recomputation of PangoLayout and scroll position
17888         to improve effiency of doing complex changes naively.
17889         Add a menu with cut/copy/paste and input method selection.
17890
17891 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
17892
17893         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
17894         to set preedit string and attributes; display preedit string by
17895         inserting string and attributes at cursor when creating the
17896         GtkTextLineDisplay.
17897
17898         * gtk/gtktextlayout.c: Move all conversions between byte
17899         positions in PangoLayout and GtkTextIter into new functions
17900         line_display_iter_to_index/index_to_iter that properly
17901         handle the preedit string.
17902
17903         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
17904         it to return const char * (eventually will end up
17905         as GCONST char *, most likely.)
17906
17907         * gtk/gtktextview.[ch]: Handle the preedit string, call
17908         gtk_im_context_reset() as necessary, add a menu to switch
17909         input methods.
17910         
17911         * gtk/gtktextlayout.[ch]: Remove useless
17912         gtk_text_layout_get_log_attrs() function.
17913
17914 2000-11-11  Tor Lillqvist  <tml@iki.fi>
17915
17916         * gdk/gdk.def
17917         * gtk/gtk.def: Update.
17918
17919         * gdk/win32/*.c: Add last argument to g_type_register_static()
17920         calls.
17921
17922         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
17923
17924         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
17925         generated by older wheel mouse drivers. Get the correct y
17926         coordinate from WM_MOUSEWHEEL messages.
17927
17928         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
17929         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
17930         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
17931         Debugging functions.
17932
17933         * gdk/win32/gdkprivate-win32.h: Declare them.
17934
17935         * gdk/win32/gdkinput-win32.h: Add declaration for
17936         gdk_input_window_destroy().
17937
17938         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
17939
17940 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
17941
17942         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
17943         function to help handle keeping things in sync.
17944
17945 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
17946
17947         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
17948         BOXED marshallers.
17949
17950         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
17951         (gtk_list_store_class_init): use the new BOXED marshallers.
17952
17953         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
17954         new_with_values to new_with_types.
17955         (gtk_tree_store_get_column_type): add this.
17956         (gtk_tree_store_class_init): use the new BOXED marshallers.
17957
17958         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
17959         mirror some POINTER marshallers.
17960
17961 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
17962
17963         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
17964         allow more interesting iterators.  Also, made the lifecycle of
17965         iterators more explicit.
17966
17967         * gtk/gtktreemodelsort.[ch]: New model for sorting.
17968
17969         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
17970         types.
17971
17972 2000-11-09  Alexander Larsson  <alexl@redhat.com>
17973
17974         * demos/testgtk/menus.c:
17975         Changes to make the new testgtk compile after
17976         gtk_menu_append was removed.
17977
17978         * gdk/linux-fb/gdkdrawable-fb2.c
17979         (gdk_fb_get_depth, gdk_fb_get_visual,
17980         gdk_drawable_impl_fb_class_init): Implement
17981         these drawable functions. Now GtkImages work again.
17982
17983         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
17984
17985         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
17986         
17987         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
17988         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
17989         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
17990         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
17991
17992 2000-11-08  Havoc Pennington  <hp@pobox.com>
17993
17994         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
17995         visible_set args, don't know where these had gone, I thought they
17996         used to be there
17997
17998         * gtk/testtext.c: Add a menu item to apply invisibility tag;
17999         now we can test the feature and see that it's totally broken.
18000
18001 2000-11-08  Havoc Pennington  <hp@pobox.com>
18002
18003         Make DND copy pixbufs and tags when source and target share a 
18004         tag table.
18005         
18006         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
18007         in-process GTK_TEXT_BUFFER_CONTENTS target
18008         (gtk_text_view_drag_data_received): Paste from
18009         GTK_TEXT_BUFFER_CONTENTS if we receive it.
18010
18011 2000-11-08  Alexander Larsson  <alexl@redhat.com>
18012
18013         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
18014         API changes.
18015
18016         * gtk/gtkmenu.c: Add support for scrolling menus.
18017         Remove gtk_menu_append/prepend/insert, these have been moved to
18018         gtkcompat.h as #defines.
18019
18020         * gtk/gtkcompat.h.in:
18021         Add compatibility #defines for gtk_menu_append/prepend/insert
18022
18023         * gtk/gtkmenu.h: Add data needed for scrolling menus.
18024         GtkMenuPositionFunc gets an extra argument push_in.
18025         gtk_menu_append/prepend/insert removed.
18026         
18027         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
18028         positioning behaviour to fit to scrolling menus.
18029
18030         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
18031         into menuitem->submeny. That is wrong, and broke torn
18032         off submenus of torn off menus, since they were unrealized
18033         when the first menu was unrealized.
18034
18035         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
18036         gtk_menu_shell_select_item() since these need to be overridden in
18037         GtkMenu.
18038
18039         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
18040         positioning behaviour to fit to scrolling menus.
18041         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
18042         the current item so that it is prelighted when the menu pops up.
18043         This is a workaround to the fact that the menu doesn't get the
18044         initial enter event (due to grabs).
18045
18046         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
18047         s/gtk_menu_append/gtk_menu_shell_append/
18048
18049         * gtk/gtknotebook.c:
18050         s/gtk_menu_insert/gtk_menu_shell_insert/
18051
18052         * gtk/testgtk.c (create_menu, create_menus):
18053         Create the first menu with 50 items so that menu scrolling
18054         can be tested.
18055         
18056         
18057         Patch from Jonathan Blandford  <jrb@redhat.com>
18058
18059         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
18060         system to handle size requests.  First, we ask what the size of
18061         the toggle is.  Then, when allocating the size, we allocate the
18062         toggle_size first.  This way we can have multiple menu-item
18063         classes w/o needing a seperate class for each.
18064
18065         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
18066         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
18067
18068         * gtk/gtkcheckmenuitem.c
18069         (gtk_check_menu_item_toggle_size_request): New function to handle
18070         the toggle size-request.
18071
18072 2000-11-07  Havoc Pennington  <hp@redhat.com>
18073
18074         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
18075         Half-ass somewhat fix this function, so that scrolling to the
18076         insertion point works. Pango hacking is in the future to really
18077         fix it.
18078
18079         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
18080         length of data, no longer used.
18081
18082         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
18083         method contents in here, get rid of destroy method
18084         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
18085         that were backward. Remove debug spew.
18086         (cut_or_copy): Make the clipboard work with insert_range to
18087         preserve tags and pixbufs, not just the primary selection.
18088
18089 2000-11-07  Havoc Pennington  <hp@redhat.com>
18090
18091         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
18092         to gtk_text_mark_get_visible
18093
18094         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
18095         bug that was generating an invalid iterator
18096
18097         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
18098         ensure_char_offsets() in front of code placing the iter in an
18099         invalid state.
18100
18101         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
18102         make override_location arg const
18103         (paste): Replace the selection if we paste into the 
18104         current selection
18105
18106         * gtk/gtkselection.h: Remove "GtkSelectioData"
18107         (struct _GtkSelectionData): move the definition here.
18108
18109         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
18110         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
18111
18112         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
18113
18114         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
18115         (gtk_text_buffer_insert_range_interactive): implement
18116         (gtk_text_buffer_get_tags): Remove, replaced by
18117         gtk_text_iter_get_tags()
18118
18119         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
18120         limit parameter, to avoid infinite linear scan.
18121         (gtk_text_iter_backward_search): Add search limit
18122         (gtk_text_iter_forward_find_char): Add search limit
18123         (gtk_text_iter_backward_find_char): Add search limit
18124
18125 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
18126
18127         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
18128         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
18129         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
18130         gdk/linux-fb/gdkwindow-fb.c:
18131         use g_object_new() instead of g_type_create_instance() which
18132         is a private function for fundamental type implementations.
18133
18134         * gdk/linux-fb/gdkinput-ps2.c:
18135         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
18136         instead just store the current modifier state. Add a (somewhat broken)
18137         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
18138         Rename exported function gdk_input_ps2_get_mouseinfo to
18139         gdk_input_get_mouseinfo.
18140
18141         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
18142         gdk/linux-fb/gdkwindow-fb.c:
18143         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
18144         
18145
18146 2000-11-02  Havoc Pennington  <hp@redhat.com>
18147
18148         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
18149         use stock buttons. Should be 100% source compatible, appropriate
18150         filesel fields now point to dialog->vbox and dialog->action_area.
18151         On the bizarre side, dialog->action_area and filesel->action_area
18152         are not the same widget.
18153         (gtk_file_selection_init): Put some padding around the selection
18154         entry, so it isn't touching the GtkDialog separator.    
18155
18156         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
18157         use stock buttons, etc. Should also be source compatible.
18158         Set the dialog default title in _init not _new().
18159         
18160         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
18161         Use stock buttons; don't put a button box inside the existing
18162         dialog button box. Don't bother with push/pop colormap anymore.
18163
18164         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
18165         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
18166         for message dialog, and necessary for the font selection and color
18167         selection with help and apply buttons.
18168         
18169         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
18170         to the created button widget. Set GTK_CAN_DEFAULT on the button.
18171         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
18172         between buttons, put less padding around the action area.
18173         (gtk_dialog_run): Exit on unmap rather than on destroy. 
18174         This will also exit the loop if the widget is hidden.
18175         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
18176         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
18177         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
18178         special-case delete event.
18179
18180         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
18181         formatting
18182         
18183 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
18184
18185         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
18186         button to temporarily disable position recording in the
18187         "saved position" test.
18188
18189 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
18190
18191         * gtk/gtkthemes.c: added compat code that temporarily implements
18192         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
18193         going to be revamped by owen's upcoming GtkModule patches, but
18194         untill then people want gtk to build, right? ;)
18195
18196 2000-11-04  Havoc Pennington  <hp@pobox.com>
18197
18198         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
18199         list
18200
18201         * docs/Changes-2.0.txt: Add note about
18202         gtk_container_get_toplevels()
18203
18204         * gtk/gtktextview.h: formatting
18205         
18206         * gtk/gtktextview.c: don't start descriptions with "Returns",
18207         confuses gtk-doc
18208
18209 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
18210
18211         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
18212         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
18213
18214 2000-11-03  Havoc Pennington  <hp@redhat.com>
18215
18216         * gtk/gtktexttagtable.c: Docs
18217         (gtk_text_tag_table_size): return a signed int
18218
18219         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
18220         (gtk_text_tag_event): make the event_object a GObject
18221
18222         * gtk/gtktextview.c: Write API docs for all functions.
18223
18224         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
18225         for gtk_text_view_get_window_type() called on one of the private
18226         windows.
18227
18228         * gtk/gtktextview.c: Instead of accessing text_view->buffer
18229         directly, call get_buffer() which demand-creates a default
18230         buffer. So gtk_text_view_new() can be used to create a view with a
18231         default buffer in it, if you just want an empty text box users can
18232         put data in. Useful for GUI builders also.
18233
18234 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
18235
18236         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
18237         the charset encodign portion MUST be in lowercase.
18238         * gtk/gtkrc.az: added file for Azeri language
18239
18240 2000-11-03  Havoc Pennington  <hp@redhat.com>
18241
18242         Get widgets working on the btree/buffer side. Display of them 
18243         still doesn't work.
18244         
18245         * gtk/gtktextview.c: start implementing child widget stuff
18246
18247         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
18248
18249         * gtk/gtktextlayout.c: handle embedded widgets
18250
18251         * gtk/gtktextdisplay.c: handle embedded widgets
18252
18253         * gtk/gtktextchild.c: Implement all the child anchor goo
18254
18255         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
18256         function
18257
18258         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
18259         (insert_pixbuf_or_widget_segment): abstract out common portions of 
18260         creating a child anchor or a pixbuf segment.
18261         (gtk_text_btree_create_child_anchor): new function
18262         (gtk_text_btree_unregister_child_anchor): new function
18263
18264         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
18265         allocate_child signal on GtkTextLayout
18266
18267         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
18268         values
18269         (gtk_text_iter_get_child_anchor): new function
18270
18271         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
18272         default handler for the changed signal, which calls
18273         gtk_text_buffer_set_modified(), instead of just always emitting
18274         changed then calling set_modified() manually. I guess this is
18275         maybe more flexible. It seems logical.
18276
18277 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
18278
18279         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
18280         now.
18281
18282         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
18283
18284 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
18285
18286         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
18287         been marked static.
18288
18289 2000-11-02  Havoc Pennington  <hp@redhat.com>
18290
18291         * gtk/testgtk.c (create_labels): had a test backward
18292
18293         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
18294         fields, so the dest GC ends up with the correct clip origin, 
18295         etc. Fixes a bug where colored labels didn't redraw 
18296         properly.
18297
18298 2000-11-02  Alexander Larsson  <alexl@redhat.com>
18299
18300         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
18301         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
18302         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
18303         Add last argument to t_type_register_static call.
18304         
18305         * gdk/linux-fb/gdkdrawable-fb2.c:
18306         Add last argument to t_type_register_static call.
18307         export the get_image drawable virtual function.
18308
18309         * gdk/linux-fb/gdkimage-fb.c:
18310         Add last argument to t_type_register_static call.
18311         rename gtk_image_get to _gdk_fb_get_image and
18312         export it for use by gdkdrawable-fb2.
18313
18314         * gdk/linux-fb/gdkprivate-fb.h:
18315         export _gdk_fb_get_image.
18316
18317         * gdk/linux-fb/gdkselection-fb.c:
18318         Add new api call stubs.
18319
18320         * gtk/Makefile.am:
18321         Missing ( in linux-fb part.
18322
18323         * modules/linux-fb/Makefile.am:
18324         Must link with gdk_pixbuf or get unresolved symbol.
18325
18326 2000-11-01  Havoc Pennington  <hp@pobox.com>
18327
18328         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
18329         GTK_TYPE_TEXT_ITER and BOXED marshallers
18330
18331         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
18332
18333         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
18334         
18335         * gtk/gtk-boxed.defs: add GtkTextIter
18336
18337         * gtk/gtkmarshal.list: Add marshallers for text widget that 
18338         properly use OBJECT and BOXED
18339
18340 2000-11-01  Havoc Pennington  <hp@redhat.com>
18341
18342         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
18343
18344         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
18345         before returning it. 
18346         
18347 2000-11-01  Havoc Pennington  <hp@redhat.com>
18348
18349         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
18350         Clip the rectangle to be rendered to the drawable, since
18351         get_from_drawable() requires a region within the drawable
18352
18353 2000-11-01  Havoc Pennington  <hp@redhat.com>
18354
18355         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
18356         from coordinates.
18357
18358 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
18359
18360         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
18361         it isn't NULL.
18362
18363 2000-11-01  Havoc Pennington  <hp@pobox.com>
18364
18365         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
18366         on a label
18367         (gtk_label_finalize): unref the attr list if any.
18368
18369         * gtk/testgtk.c (create_get_image): close test on second click
18370         (make_message_dialog): close dialog if it exists
18371
18372         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
18373
18374         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
18375         gdk-pixbuf
18376
18377         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
18378         from Pango markup format
18379         (gtk_label_set_markup_with_accel): ditto but with accelerator
18380         parsing
18381
18382         * gtk/gtkimage.c (gtk_image_expose): reformatting.
18383
18384         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
18385         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
18386         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
18387         call gdk_window_get_origin().
18388
18389         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
18390         implement GDK_PIXBUF_ALPHA_FULL
18391         
18392 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
18393
18394         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
18395         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
18396         g_signal_handlers_disconnect_matched to block/unblock and disconnect
18397         multiple handlers respectively, instead of only treating the
18398         first handler found (bug reported by owen).
18399
18400 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
18401
18402         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
18403
18404         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
18405
18406         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
18407         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
18408         gtk/gtktreeviewcolumn.h: Fixed inline docs.
18409
18410         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
18411         widget.  Needs writing someday.
18412
18413         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
18414         the docs.
18415
18416 2000-10-30  Havoc Pennington  <hp@redhat.com>
18417
18418         * gtk/gtktextview.h, gtk/gtktextview.c:
18419         Rename delete_at_cursor delete_from_cursor, and 
18420         move to move_cursor.
18421
18422 2000-10-30  Havoc Pennington  <hp@redhat.com>
18423
18424         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
18425         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
18426         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
18427         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
18428         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
18429         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
18430         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
18431         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
18432         gtktexttypes.h, gtktextview.c, gtktextview.h:
18433
18434         Massive reindentation and reformatting. Arg alignment and comments
18435         still need fixing in various places.
18436
18437 2000-10-30  Havoc Pennington  <hp@redhat.com>
18438
18439         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
18440         to be named insert_at_cursor and delete_at_cursor so C++ can
18441         handle them.
18442
18443 2000-10-28  Tor Lillqvist  <tml@iki.fi>
18444
18445         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
18446         to get a double directory separator in case the home directory
18447         ends with one. This would cause trouble especially on Windows,
18448         where the path will be confused with the syntax for an an UNC
18449         (network share) path \\server\share\path.
18450         (gtk_rc_add_initial_default_files): Ditto.
18451
18452 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
18453
18454         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
18455
18456         * gtk/gtktextview.c: Use correct marshallers.
18457
18458 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
18459
18460         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
18461         use new iter stuff, and added all the appropriate signals et al.
18462
18463         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
18464         code is internal to gtk only.
18465
18466 2000-10-28  Tor Lillqvist  <tml@iki.fi>
18467
18468         * gtk/gtk.def
18469         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
18470         glib-genmarshal etc.
18471
18472 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
18473
18474         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
18475         parallel builds.
18476
18477 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
18478
18479         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
18480
18481 2000-10-27  Robert Brady  <robert@suse.co.uk>
18482
18483         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
18484         en_GB (British), ia (Interlingua).
18485
18486 2000-10-26  Havoc Pennington  <hp@redhat.com>
18487
18488         * gtk/gtktextiter.c (my_strrstr): fix constness warning
18489
18490         Fixed output of:
18491         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
18492         
18493         * gtk/gtktextsegment.c (char_segment_new): rename
18494         (_char_segment_new_from_two_strings): rename
18495         (_toggle_segment_new): rename
18496         
18497         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
18498         (make_clipboard_widget): make it static
18499         (text_get_func): static
18500         (text_clear_func): static
18501
18502         * gtk/gtkcolorsel.c (adjustment_changed): make this function
18503         static
18504         (hex_changed): make it static
18505         (hsv_changed): make it static
18506         (opacity_entry_changed): make it static
18507
18508         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
18509         (toggle_segment_check_func): rename with _gtk
18510
18511         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
18512         (_widget_segment_new): rename
18513         (_widget_segment_add): rename
18514         (_widget_segment_remove): rename
18515         (_widget_segment_ref): rename
18516         (_widget_segment_unref): rename
18517
18518         * gtk/gtktextmark.c (_mark_segment_new): Rename
18519         _gtk_mark_segment_new   
18520
18521 2000-10-26  Havoc Pennington  <hp@redhat.com>
18522
18523         * gtk/gtkmarshal.list: add new marshallers used by the text widget
18524         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
18525         types
18526
18527         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
18528         marshaller types
18529
18530         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
18531         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
18532         license on these files.
18533
18534         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
18535         work.
18536
18537         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
18538         runtime random number different for each tree, instead of 
18539         a constant I made up.
18540
18541 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
18542
18543         * gtk/Makefile.am: buncha cleanups, kludged build sources
18544         dependencies with a Makefile: oldest-source-stamp dependancy
18545         for the moment. automake is really fighting us here, with
18546         intentionally not allowing user-defined rules or dependancies
18547         prior to it's -include $(DEP_FILES) statement. sucks rocks!
18548
18549         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
18550         to public headers. tehy have a comment stating that they are
18551         "semi-public" aren't included by gtk.h and if enums popup there,
18552         they can be /*< skip >*/-ed.
18553
18554         * gtk/gtktextlayout.h: 
18555         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
18556         added LGPL... <SIGH>
18557
18558 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
18559
18560         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
18561         GtkTreeIter.  Added iterators everywhere.
18562
18563         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
18564
18565         * gtk/gtktreeviewselection.c: Changed to use the iterators.
18566
18567         * gtk/gtktreestore.c: Changed to use the iterators.
18568
18569         * gtk/gtkliststore.c: Commented out the code.  Will convert to
18570         iterators tomorrow.
18571
18572         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
18573         iterators tomorrow.
18574
18575         * gtk/treestoretest.c: Changed to use iterators.
18576
18577         * demos/testgtk/main.c: Moved to use the new iterator system.
18578
18579 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
18580
18581         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
18582         localization misbehaviour.
18583
18584         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
18585         a useless type without copy/free.
18586
18587         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
18588         of GTK_TYPE_CTREE_NODE.
18589
18590 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
18591
18592         * gtk/gtksignal.c:
18593         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
18594         applicable.
18595
18596         * gtk/gtk-boxed.defs (GtkSelectionData): specify
18597         gtk_selection_data_copy and gtk_selection_data_free
18598         do GtkSelectionData work as params in signals.
18599
18600 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
18601
18602         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
18603         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
18604         couldn't they at least give it a non-standard name?
18605         
18606         * gtk/gtktextlayout.c: arg! yet another implementation of
18607         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
18608
18609         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
18610         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
18611         home. now i know this _is_ a conspiracy.
18612
18613         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
18614         ::state-changed.
18615
18616         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
18617         (gtk_accel_group_create_add): marshaller signature fixups.
18618
18619         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
18620         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
18621
18622         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
18623         anymore.
18624
18625 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
18626
18627         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
18628         due to the signal system changes, it wouldn't build currently. to
18629         be fixed soon.
18630
18631         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
18632
18633         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
18634         so it needs gtk_marshal_VOID__ENUM() instead of
18635         gtk_marshal_NONE__UINT().
18636
18637         * gdk/gdk*.c: adapted type registration functions.
18638
18639         * gtk/gtkbindings.c:
18640         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
18641         gone.
18642
18643         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
18644
18645         * gtk/gtkobject.c:
18646         (gtk_object_destroy):
18647         (gtk_object_shutdown): fixed recursion guards. basically we have to
18648         catch the case where any of GObject.shutdown() or gtk_object_destroy()
18649         is called during ::destroy, and avoid recursion there.
18650
18651         * gtk/gtktypeutils.c:
18652         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
18653         boxed_copy/boxed_free. this needs a more general solution based on a
18654         publically installed code-generator utility.
18655
18656         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
18657         glib's gobject has support for that now.
18658         define GtkSignalMarshaller in terms of GSignalCMarshaller.
18659
18660 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
18661
18662         * gtk/gtksignal.[hc]:
18663         * gtk/gtkmarshal.[hc]:
18664         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
18665         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
18666         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
18667         care of that.
18668
18669         * *.c: marshaller name fixups.
18670
18671         * gtk/gtkmarshal.list: added a comment briefing the format.
18672
18673 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
18674
18675         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
18676         compatibility macros here now. more specifically, most of
18677         the API is preserved (yes, _most_, nonwithstanding the
18678         following exceptions listed, the API is stil lHUGE ;)
18679         things that got removed completely:
18680         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
18681         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
18682         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
18683         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
18684         gtk_signal_remove_emission_hook().
18685         non-functional functions variants:
18686         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
18687         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
18688         not supported anymore.
18689         (gtk_signal_compat_matched): new internal function to aid
18690         implementation of the compatibility macros, it  provides
18691         functionality to block/unblock/disconnect handlers based
18692         on func/data.
18693
18694         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
18695
18696         * *.c: adaptions to new type registration API signatures.
18697
18698 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
18699
18700         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
18701
18702 2000-10-25  Robert Brady  <robert@suse.co.uk>
18703
18704         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
18705         gdk_property_delete): If window == NULL, assume the root window.
18706         (restoring the behaviour that was in 1.2).
18707         
18708         * gtk/testtext.c (save_buffer): Allow creation of new files when
18709         saving.
18710
18711         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
18712         calls to read().
18713
18714 2000-10-25  Tor Lillqvist  <tml@iki.fi>
18715
18716         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
18717
18718         * gdk/win32/gdkdrawable-win32.c
18719         * gdk/win32/gdkimage-win32.c
18720         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
18721         X11 backend.
18722
18723         * gdk/win32/gdkcc-win32.c
18724         * gdk/win32/gdkcolor-win32.c
18725         * gdk/win32/gdkfont-win32.c
18726         * gdk/win32/gdkinput-win32.c
18727         * gdk/win32/gdkmain-win32.c
18728         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
18729
18730 2000-10-24  Havoc Pennington  <hp@redhat.com>
18731
18732         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
18733         it a static function
18734
18735         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
18736         redraw text when a tag is applied to it.
18737
18738         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
18739         (gtk_text_tag_affects_nonsize_appearance): private functions to
18740         see if a tag requires various kinds of redraw/layout to be queued
18741         up.
18742
18743         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
18744
18745         * gtk/testtext.c (fill_example_buffer): Put the cursor 
18746         at the start of the buffer, so search works by default
18747
18748         * gtk/gtktextiter.c (lines_match): init match_start always
18749
18750         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
18751         function, get iter at a line + a byte index
18752
18753         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
18754         to set byte position within a line
18755         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
18756
18757 2000-10-23  Havoc Pennington  <hp@redhat.com>
18758
18759         * gtk/testtext.c: Re-enable the "find" dialog
18760
18761         * gtk/testgtk.c: Add test for gdk_drawable_get_image
18762         
18763         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
18764         the arguments to gdk_draw_drawable were in the wrong order
18765         (gdk_window_paint_init_bg): This function was ignoring the
18766         init_region, instead of clipping to it, so the entire backing
18767         pixmap was cleared on every begin_paint()
18768         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
18769         was in here again, the loop kept using the same GtkWindowPaint
18770         over and over.
18771         (gdk_window_begin_paint_region): Fix a bug where we had two
18772         x_offset instead of x_offset and y_offset
18773
18774         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
18775         before we get the image.
18776         (gdk_draw_drawable): get the composite before we draw the drawable.
18777         (gdk_drawable_real_get_composite_drawable): default
18778         get_composite_drawable implementation that returns the drawable 
18779         itself
18780
18781         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
18782         get_composite_drawable virtual function
18783
18784         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
18785         list-walking bug
18786
18787         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
18788         make this work if the source drawable is a GdkDrawableImplX11
18789         instead of a public drawable type. This is really broken; the
18790         problem is that GdkDrawable needs a virtual method get_xid(), but
18791         of course that doesn't work in practice. Enter RTTI.
18792
18793         Also, improve mismatched depth message.
18794
18795         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
18796         GdkPixmap
18797
18798         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
18799         install _gdk_x11_get_image as our implementation of get_image
18800         
18801         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
18802         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
18803
18804         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
18805         gdk_drawable_get_image
18806
18807         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
18808
18809         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
18810         get_image
18811
18812         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
18813         trailing semicolon after for loop
18814
18815 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
18816
18817         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
18818         where font_desc for widget's context lagged widget's font_desc by
18819         one step.
18820
18821 2000-10-22  Tor Lillqvist  <tml@iki.fi>
18822
18823         * gdk/win32/gdkgc-win32.c
18824         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
18825
18826         * gtk/makefile.mingw.in
18827         * gtk/gtk.def: Updates.
18828
18829         * gtk/testgtk.c: sleep() is called _sleep in MS's C
18830         library.
18831
18832         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
18833
18834         * gtk/makefile.msc: Remove
18835
18836         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
18837
18838         * gtk/Makefile.am: Add it.
18839
18840         * configure.in: Generate it.
18841
18842         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
18843         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
18844         something even if not implemented, to satisfy picky MSVC.
18845
18846         Patches by Hans Breuer:
18847         
18848         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
18849         SetBkMode() and SetTextAlign() before calling
18850         pango_win32_render().
18851
18852         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
18853         Set hcliprgn to NULL after destroying it.
18854         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
18855
18856         * gdk/win32/gdkgeometry-win32.c
18857         (_gdk_windowing_window_queue_antiexpose): More effective
18858         implementation.
18859
18860         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
18861         depth as default, not the visual's.
18862
18863         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
18864         against empty title.
18865
18866         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
18867         IMAGE_PRIVATE_DATA.
18868
18869         * gdk/win32/gdkimage-win32.c: Use it.
18870
18871 2000-10-22  Robert Brady  <robert@suse.co.uk>
18872
18873         * configure.in: Check for bind_textdomain_codeset
18874
18875         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
18876         present, make use of it.
18877
18878         Add a translatable string "default:LTR" which, if translated
18879         to "default:RTL", will cause the default direction to be
18880         Right-to-Left.
18881
18882         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
18883         direction if marked as flippable.
18884
18885         * gtk/gtkhscale.c: Mark widget as flippable.
18886         
18887 2000-10-04  Havoc Pennington  <hp@redhat.com>
18888
18889         * gtk/testgtk.c (create_buttons): create some stock buttons
18890         with the default accel group
18891         (create_image): test some new GtkImage features
18892         (make_message_dialog): test GtkMessageDialog
18893         (create_modal_window): fix someone's bizzarro indentation
18894
18895         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
18896         GTK_WIN_POS_CENTER_ON_PARENT. 
18897         Add "destroy with parent" setting, which means the window goes
18898         away with its transient parent.
18899         (gtk_window_get_default_accel_group): get the default accel group
18900         for the window.
18901         (gtk_window_set_destroy_with_parent): set/unset destroy with
18902         parent flag
18903         (gtk_window_read_rcfiles): invalidate icon set caches
18904         after reloading rcfiles 
18905
18906         * gtk/gtkenums.h (GtkWindowPosition): add
18907         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
18908         on its parent window when the dialog is mapped for the first time.
18909
18910         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
18911         a simple message dialog class
18912         
18913         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
18914         handler to emit response signal, and maybe later it would
18915         honor a hide_on_delete flag - though that isn't there yet.
18916         Set border width on the vbox to 2, so we get some padding.      
18917         Use a button box for the action area.
18918         (gtk_dialog_key_press): synthesize a delete event if Esc
18919         is pressed and the GtkWidget key press handler didn't 
18920         handle the escape key.
18921         (gtk_dialog_new_with_buttons): new function creates a dialog
18922         with some default buttons in it.
18923         (gtk_dialog_add_action_widget): add an activatable widget
18924         as a button in the dialog - you can also add a non-activatable
18925         widget by accessing the action area directly.
18926         (gtk_dialog_add_button): add a simple button - stock ID or 
18927         label - to the action area
18928         (gtk_dialog_response): emit response signal
18929         (gtk_dialog_run): block waiting for the dialog, return 
18930         the response. Override normal delete_event behavior, so that 
18931         delete_event does nothing inside gtk_dialog_run().
18932         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
18933         emitted when an action widget is clicked or the dialog gets
18934         delete_event
18935
18936         * gtk/gtk.h: add gtkmessagedialog.h
18937
18938         * gtk/Makefile.am: add gtkmessagedialog.[hc]
18939
18940 2000-10-18  Havoc Pennington  <hp@redhat.com>
18941
18942         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
18943         where any number of empty lines would get skipped
18944
18945         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
18946         edge.
18947
18948         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
18949         warning about invalid iterators (explain more thoroughly)
18950         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
18951
18952         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
18953         big
18954
18955         * demos/*.c: Add error handling
18956
18957         * gtk/gtktextbuffer.c: don't modify const iterators
18958
18959         * gtk/gdk-pixbuf-loader.c: Add full error handling here
18960
18961         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
18962         on file load
18963
18964         * gtk/gtkiconfactory.c: Update to reflect addition of error
18965         handling to gdk-pixbuf loaders
18966
18967 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
18968
18969         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
18970         move to new modularized testgtk.
18971
18972 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
18973
18974         * gtk/gtktreeview.c: Draw the arrows correctly.
18975
18976         * gtk/gtktreemodel.c: Added user docs.
18977
18978         * gtk/gtk.h: remove gtktreedatalist.h.
18979
18980         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
18981         parent when generating my type.
18982
18983         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
18984         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
18985
18986 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
18987
18988         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
18989         GtkTreeModel from object to interface.
18990
18991 2000-10-16  Havoc Pennington  <hp@redhat.com>
18992
18993         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
18994         compilation
18995
18996 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
18997
18998         * gtk/gtktreeselection.c: Add API documentation to all public
18999         functions.
19000
19001         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
19002         functions.
19003
19004 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
19005
19006         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
19007         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
19008         docs to all public functions.
19009
19010         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
19011         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
19012         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
19013         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
19014         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
19015         issue.
19016
19017 2000-10-14  Robert Brady  <robert@suse.co.uk>
19018
19019         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
19020
19021 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
19022
19023         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
19024         values other then G_TYPE_STRING.
19025         * gtk/gtktreeselection.c: Minor commenting updates.
19026         * gtk/gtktreeview.c: Format updates.
19027
19028 2000-10-09  Tor Lillqvist  <tml@iki.fi>
19029
19030         * README.win32: Update.
19031
19032         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
19033         lines that had been deleted by mistake (?).
19034
19035         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
19036         also the case fg==white and bg==black (but still not randomly
19037         coloured cursors). Thanks to Wolfgang Sourdeau.
19038
19039         * gdk/win32/*.c: Silence gcc -Wall.
19040
19041         * gtk/gtk.def: Add missing entry points.
19042
19043         Fixes by Hans Breuer:
19044
19045         * gdk/makefile.msc
19046         * gdk/win32/makefile.msc: Update.
19047
19048         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
19049         some MSVC thing, presumably), cause breakpoint on failures. Add
19050         GDK_NOR case. Call g_log_set_always_fatal.
19051
19052         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
19053         should be pased by reference.
19054         
19055         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
19056         
19057         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
19058
19059         * gdk/win32/gdkevents-win32.c
19060         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
19061
19062         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
19063         implementation object.
19064
19065         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
19066         not just windows.
19067         
19068         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
19069         Use the wrapper object.
19070         
19071 2000-10-06  Havoc Pennington  <hp@redhat.com>
19072
19073         * Makefile.am (SRC_SUBDIRS): contrib subdir
19074
19075         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
19076         so it can be used in Xlib version
19077
19078         * demos/testpixbuf.c (update_timeout): error checking from 1.0
19079         tree
19080
19081         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
19082         change from 1.0 tree that returns first frame of animation
19083         if the loaded file is an animation.
19084
19085         * contrib: add new directory to hold stuff that comes with GTK+
19086         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
19087         
19088         * configure.in: add contrib/*
19089
19090 2000-10-05  Havoc Pennington  <hp@redhat.com>
19091
19092         * demos/testpixbuf-save.c: add pixbuf save test
19093
19094         * demos/Makefile.am: add testpixbuf-save.c
19095
19096 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
19097
19098         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
19099         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
19100         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
19101         * gtk/gtktreeselection.[ch]: Replaced
19102         "node_selected"/"node_unselected" signal with "selection_changed"
19103         signal.
19104
19105 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
19106
19107         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
19108         tree widget.
19109
19110 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
19111
19112         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
19113         drawing.
19114
19115 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
19116
19117         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
19118         Move list pointer forwards before removing item from
19119         list. (Crash reported by Salmaso Raffaele)
19120
19121         * gdk/gdkwindow.h: Remove spurious trailing ,
19122
19123         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
19124         dependencies on uninstalled libraries, sorry folks.
19125
19126 2000-10-04  Havoc Pennington  <hp@redhat.com>
19127
19128         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
19129         gtk/gtkiconfactory.c: Fix copyrights    
19130
19131         * demos/testpixbuf.c: add inline pixbuf test
19132         
19133 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
19134
19135         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
19136         Add gdk_window_iconify.
19137
19138         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
19139         (gdk_window_set_geometry_hints): Add win_gravity
19140         to geometry structure.
19141
19142         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
19143         Implement _NET_WM_PING.
19144
19145         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
19146         Set _NET_WM_PID on the client leader.
19147
19148         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
19149         Handle UTF-8 better.
19150
19151         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
19152         UTF-8 better, set _NET_WM_NAME as well. Only set
19153         icon name if it hasn't previously been explicitely 
19154         set.
19155
19156 2000-10-03  Havoc Pennington  <hp@redhat.com>
19157
19158         * gtk/testtextbuffer.c: clean up trailing whitespace,
19159         add extensive tests for tag toggle iteration.
19160         
19161         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
19162         distance
19163
19164         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
19165         optimize case where the tag root is on level 1
19166         (gtk_text_line_previous_could_contain_tag): attempt to implement
19167         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
19168         functionality
19169
19170         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
19171         Implement this, though not very efficiently.
19172
19173         * gtk/gtktextiterprivate.h: reformat
19174
19175         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
19176         iterator
19177
19178         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
19179         this to properly revalidate the iterators.
19180
19181         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
19182         properly at the end of the line (and therefore on empty lines)
19183
19184         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
19185         maybe we should return a value...
19186
19187 2000-10-03  Tor Lillqvist  <tml@iki.fi>
19188
19189         * config.h.win32: Guard definition of alloca(). glib.h now handles
19190         that.
19191
19192         * gdk/gdk.def
19193         * gtk/gtk.def: Add new entry points.
19194
19195         Changes just to make GTK+ build without errors on Win32. No hope
19196         of it working in its current state, though...:
19197         
19198         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
19199         some functions from the X11 backend, just to make GTK+ build.
19200
19201         * gdk/makefile.mingw.in
19202         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
19203         number. Add new object files.
19204
19205         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
19206         GetMessageTime to get timestamp (where on X11 uses
19207         gdk_x11_get_server_time()).
19208
19209 2000-10-02  Havoc Pennington  <hp@pobox.com>
19210
19211         * gtk/gtktextview.c: text_window_* weren't static and should have
19212         been.
19213         Start work on child widgets; not yet complete, syncing to 
19214         office computer.
19215
19216         * gtk/gtktextchild.h: change this to contain a public interface,
19217         starting work on child interfaces.
19218         * gtk/gtktextchildprivate.h: move private interfaces here
19219
19220         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
19221
19222         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
19223         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
19224         gtk/gtktextmark.c: copyright notices
19225
19226         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
19227         internal functions      
19228
19229         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
19230         internal function
19231
19232         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
19233         Reformatting    
19234
19235 2000-09-30  Havoc Pennington  <hp@pobox.com>
19236
19237         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
19238         NULL start/end pointers
19239
19240         * gtk/gtktextbuffer.c: Write some docs
19241         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
19242         NULL, so you can just check whether there's a selection.        
19243
19244         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
19245         cleanup_line or segments_changed ourselves, it gets done 
19246         in unlink_segment
19247
19248         * gtk/gtktextmark.h:
19249         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
19250         
19251         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
19252
19253         * gtk/gtktextmark.c: delete some more old Tk cruft
19254
19255         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
19256         mark before removing it, so we can emit MARK_DELETED with a valid
19257         pointer.
19258         (gtk_text_buffer_mark_set): hold ref across signal emission
19259
19260         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
19261         whining about attempts to delete special marks
19262
19263         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
19264         underscore, since it's internal.
19265
19266         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
19267         now implemented in terms of iterators in gtktextiter.h
19268
19269         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
19270         New function, destructively sets contents of buffer. Also 
19271         a convenient way to clear the buffer by setting text to ""
19272
19273         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
19274         multiline string literal
19275
19276         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
19277         text changes.
19278
19279         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
19280         is not dereferenceable
19281         (gtk_text_iter_forward_lines): fix return value
19282
19283 2000-09-29  Havoc Pennington  <hp@redhat.com>
19284
19285         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
19286
19287         * gtk/gtktextview.c: Implement drag thresholding; change functions 
19288         that set border window size to have nicer name
19289         (gtk_text_view_mark_set_handler):  Fix this to have the 
19290         right signature.
19291
19292         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
19293
19294         * gtk/testtext.c: Update with API changes, put line numbers on 
19295         both sides.
19296         
19297         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
19298         with this
19299
19300         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
19301         pixbuf; delete a big block of #if 0 Tk code
19302
19303         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
19304         insert_pixmap with insert_pixbuf
19305
19306 2000-09-29  Martin Baulig  <baulig@suse.de>
19307
19308         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
19309         confusion with the GdkPixbuf of the GNOME 1.x platform.
19310
19311 2000-09-29  Havoc Pennington  <hp@pobox.com>
19312
19313         * gtk/gtktextview.c: Implement the side windows.
19314
19315         * gtk/testtext.c: Implement simple line numbering in the 
19316         left side window; seems to make scrolling sloooow. Oops.
19317         Also, cursor blink is for some reason causing redraws
19318         of the line numbers. Should investigate...
19319
19320 2000-09-28  Havoc Pennington  <hp@redhat.com>
19321
19322         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
19323         scrolling child windows, and draw focus rectangle properly.
19324         
19325         (gtk_text_view_buffer_to_window_coords):
19326         Coordinate transformation to deal with all these freaking windows
19327         and offsets
19328         (gtk_text_view_window_to_buffer_coords): transform the other way
19329
19330         * gtk/testtext.c (create_buffer): Update to match Pango API change
19331
19332         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
19333         anonymous tags
19334         (foreach_unref): don't emit remove signal from finalize, just
19335         set tag's parent to NULL
19336
19337 2000-09-26  Havoc Pennington  <hp@redhat.com>
19338
19339         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
19340         Fix some warnings       
19341
19342 2000-09-26  Havoc Pennington  <hp@redhat.com>
19343
19344         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
19345         headers into the private header list
19346
19347         * Makefile.am (pkgconfig_DATA): install pkg-config files
19348
19349         * configure.in: add pkg-config files
19350
19351         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
19352
19353         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
19354         outstanding icon caches on theme change.
19355
19356         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
19357         important types:
19358
19359         (GtkIconSource): Specification for creating a pixbuf 
19360         appropriate for a direction/state/size triplet from 
19361         a source pixbuf or filename
19362
19363         (GtkIconSet): List of GtkIconSource objects that are used to
19364         create the "same" icon (e.g. an OK button icon), and cache for
19365         rendered icons
19366
19367         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
19368         up the icon set for a given stock ID.  GTK maintains a stack of
19369         GtkIconFactory to search, and applications or libraries can add
19370         additional icon factories on top of the stack
19371         
19372         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
19373         the set of GtkIconSource specified for a given stock ID into 
19374         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
19375         RcStyle, under the specified stock ID.
19376
19377         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
19378         render_icon used to derive a GdkPixbuf from a GtkIconSource.
19379         This allows people to theme how prelight, insensitive, etc. are
19380         done.
19381
19382         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
19383         icon factories for a style, and return the resulting 
19384         icon set if any.
19385
19386         (gtk_style_render_icon): Render an icon using the render_icon 
19387         method in the GtkStyleClass.
19388
19389         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
19390         Use the style for a given widget to look up a stock ID, get the
19391         icon set, and render an icon using the render_icon method 
19392         of the style
19393
19394         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
19395         (contains information about a stock item), the built-in stock item
19396         IDs, and functions to add/lookup stock items.
19397
19398         * gtk/stock-icons/*: Stock icons that come with GTK
19399
19400         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
19401         a button based on a GtkStockItem
19402         (gtk_button_new_accel): Takes a uline string and accel group, and
19403         installs the accelerator.
19404
19405         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
19406         image-display widget.
19407
19408 2000-09-25  Havoc Pennington  <hp@redhat.com>
19409
19410         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
19411
19412         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
19413         Fix a bug when removing node data, we didn't properly 
19414         re-splice the linked list after removing the data.
19415
19416         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
19417         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
19418
19419         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
19420
19421         * gtk/gtktextlayout.c (set_para_values): Set tab array 
19422         for the layout from the GtkTextTag.
19423
19424         * gtk/gtktexttypes.h: delete tab and search cruft, 
19425         remove g_convert() in favor of GLib version
19426
19427         * gtk/gtktexttypes.c: remove tab implementation from here,
19428         move to Pango
19429
19430         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
19431         tab stuff using new PangoTabArray from Pango
19432
19433         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
19434         unused border_width stuff
19435
19436 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
19437
19438         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
19439         glib) and now useless utf_to_latin1() latin1_to_utf()
19440
19441         * gtk/gtktextview.[ch]: Change ::move_insert and
19442         ::delete_text action signals to ::move and ::delete;
19443         create the signals with the right enumeration type,
19444         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
19445         C-v bindings, change Home, End to move to beginning/end
19446         of line, Add C-Home C-End to move to beginning/end
19447         of buffer. Change ::cut_text to ::cut_clipboard, etc;
19448         combine ::scroll_text into ::move; use new GtkSelectionData
19449         functions to simplify DND text handling.
19450         
19451         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
19452         deletion enumerations here, rename enumeration values to 
19453         be consistently plural.
19454
19455         * gtk/gtktextbuffer.c: Use new clipboard interfaces
19456         for cut/copy/paste and primary selection.
19457
19458         * gtk/gtktextbuffer.[ch]: Remove excess time and
19459         'interactive' arguments from cut/copy/paste;
19460         rename cut to cut_clipboard, etc; remove
19461         gtk_text_buffer_get_clipboard_contents().
19462
19463         * gtk/gtktextlayout.[ch]: Add 
19464         gtk_text_layout_move_iter_to_line_end() to move the iter to 
19465         line ends.
19466
19467         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
19468         Functions to set or get a UTF-8 string on the selection
19469         data.
19470
19471         * gtk/gtkclipboard.[ch]: New, simplified selection handling
19472         interfaces.
19473
19474         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
19475         created widgets - one of these is useless if we don't.
19476
19477         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
19478         a public function clear all targets registered for the
19479         widget.
19480
19481         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
19482         Never call gtk_widget_realize() - that was just asking
19483         for bizarre side-effects.
19484
19485         * gtk/gtkselection.c (gtk_selection_owner_set): Call
19486         gdk_selection_owner_set even if the widget is the
19487         same so that we reliably update the timestamp on
19488         the server.
19489
19490         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
19491         gdk_x11_get_server_time() function.
19492         
19493         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
19494         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
19495         Add some tricky filtering on serial numbers for
19496         selection clear events to fix up long-standard
19497         race condition FIXME's in gtkselection.c.
19498
19499         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
19500         routines to convert from utf8 to compound text or
19501         STRING and from a text property to UTF-8.
19502
19503         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
19504         a convenience function gdk_get_current_event_time().
19505
19506         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
19507         and free selection_data->data properly
19508
19509 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
19510
19511         * gtk/gtkthemes.c: Remove some unecessary includes.
19512
19513 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
19514
19515         * gtk/gtktextdisplay.c
19516         * gtk/gtktextlayout.c
19517         * gtk/gtktexttag.c
19518         * gtk/gtktexttag.h
19519         * gtk/testtext.c: Change the overstrike property to strikethrough,
19520         to closer match pango.
19521
19522 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
19523
19524         * gtk/gtktextview.c: Fix up visibility so that focus,
19525         cursor_visible and blink interact properly.  Reenable cursor blink
19526         which had been roughly disabled. Make blink and focus
19527         properly per-view.
19528
19529         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
19530         Add a flag for whether to display insertion cursor and
19531         a function to set the flag.
19532
19533         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
19534         get_line_y() to get_line_yrange(), to be a bit more generally
19535         useful.
19536
19537 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
19538
19539         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
19540           do stop_navigating_submenu, to clear last timeout properly.
19541           Also in gtk_menu_motion_notify move ignore_enter above
19542           the conditional to make it always happen as suggested by Owen
19543
19544 2000-09-07  Tor Lillqvist  <tml@iki.fi>
19545
19546         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
19547
19548         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
19549         w32api headers.
19550
19551         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
19552         declarations.
19553
19554         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
19555         (gdk_win32_get_colormap): A line had been deleted by mistake.
19556
19557         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
19558         (gdk_event_translate): Handle more virtual keycodes to be able to
19559         generate GDK events for Control-comma, Control-period, etc.
19560
19561         * gtk/gtk.def: Add some missing entry points.
19562
19563 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
19564
19565         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
19566         Doc comment fixing. (Mostly non-matching parameter names.)
19567
19568         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
19569         comments a little to avoid looking like a doc comment.
19570
19571         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
19572         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
19573         conversions be changed to GError?)
19574
19575         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
19576         Move private #defines into .c file.
19577
19578         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
19579         order of argument addition, remove duplicates.
19580
19581         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
19582         parent class is FrameClass, not BinClass.
19583
19584         * gtk/gtk.h: Add gtkinvisible, which was missing.
19585         (It's occasionalyl useful for client apps, if seldom.)
19586
19587         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
19588         #define.
19589
19590 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
19591
19592         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
19593         coordinates when creating window, instead of GDK-space
19594         coordinates. (Avoid BadValue on too large windows.)
19595
19596 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
19597
19598         * configure.in (use_mmx_asm): Remove conftest* after use along the
19599         lines of AC_TRY_COMPILE.        
19600         
19601         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
19602         of g_dirname, which is deprecated.
19603         (gtk_rc_parse_any): Removed calls to
19604         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
19605
19606         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
19607         Removed calls to g_hash_table_{freeze,thaw}, as they are
19608         deprecated now.
19609
19610         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
19611         instead of g_basename.
19612         
19613 2000-09-04 Elliot Lee <sopwith@redhat.com>
19614         
19615         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
19616         ANSI warning.
19617
19618 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
19619
19620         * gtk/gtkwidget.h:  Add some documenting comments about 
19621           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
19622           just as owen said on irc.
19623
19624         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
19625           set HAS_DEFAULT.  Only set it if there isn't another window
19626           holding it (a focus window which RECEIVES_DEFAULT) and only unset
19627           it if the widget is not the focused window with RECEIVES_DEFAULT.
19628           This fixes weird double default bugs in dialogs which has things
19629           call gtk_window_set_default at times.
19630
19631 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
19632
19633         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
19634         Nils Barth and David Santiago to improve submenu
19635         navigation. The patch does this by creating a triangular
19636         region from the point where the pointer leaves the
19637         menu to the submenu.  While the pointer is in
19638         that region and a timeout has not expired, events 
19639         that would cause the active submenu to change are
19640         ignored.
19641
19642 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
19643
19644         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
19645         moving a toplevel window immediately after sizing it would
19646         result in it being sized back to the old size since 
19647         impl->width, impl->height aren't updated until we hear
19648         back from the server. There is still a (longstanding) bug
19649         here that gdk_window_get_size() will give the wrong size
19650         until we do hear back.
19651
19652 2000-08-31  Havoc Pennington  <hp@redhat.com>
19653
19654         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
19655         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
19656         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
19657         Rename GtkTextStyleValues to GtkTextAttributes
19658
19659 2000-08-31  Havoc Pennington  <hp@pobox.com>
19660
19661         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
19662         for rapid testing whether an iterator is the end iterator
19663         (gtk_text_btree_new): init end line cache
19664         (gtk_text_line_is_last): use fast cached line to 
19665         see if we're the last line.
19666         (get_last_line): use cached line here too, should 
19667         speed up some random unrelated code.
19668         
19669 2000-08-30  Havoc Pennington  <hp@pobox.com>
19670
19671         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
19672         signals.
19673
19674         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
19675         delete_text signals. This allows the signals to be used for
19676         implementing undo.
19677
19678         * gtk/gtktextbuffer.c: Change signal handler signatures; 
19679         provide "interactive" argument when emitting insert_text or
19680         delete_text signal.
19681         
19682 2000-08-30  Havoc Pennington  <hp@pobox.com>
19683
19684         * gtk/gtktextbuffer.c: Docs
19685
19686 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
19687
19688         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
19689         from switch statements, since Tor removed the enumeration
19690         value.
19691         
19692         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
19693         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
19694
19695 2000-08-29 Elliot Lee <sopwith@redhat.com>
19696         * */*.h: Use G_GNUC_CONST.
19697
19698 2000-08-27  Havoc Pennington  <hp@pobox.com>
19699
19700         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
19701         minor indentation fixes, inserted some FIXME about stuff I
19702         realized was broken while documenting it.
19703         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
19704         GTK convention  
19705
19706 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
19707
19708         * gtk/testgtk.c (create_styles): Fix double free of
19709         font desc.
19710
19711 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19712
19713         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
19714         
19715         * gtk/testgtk.c (create_styles): Add a test for modifying
19716         the style through gtk_widget_modify_*.
19717
19718         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
19719         a function to get the current modifier style.
19720
19721         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
19722         of the passed in GtkRcStyle instead of ref'ing it.
19723
19724         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
19725
19726 2000-08-20  Tor Lillqvist  <tml@iki.fi>
19727
19728         * gdk/gdkimage.h
19729         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
19730         shared memory image+pixmap GdkImage type, or
19731         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
19732         I am dropping that.
19733
19734         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
19735         actually call gtk_init_abi_check(), passing also
19736         sizeof(GtkWindow). Ditto for gtk_init_check(). 
19737
19738         * gtk/gtk.def
19739         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
19740         New functions, used to check that the GTK+-using code has been
19741         compiled using the correct compiler and switches. In particular,
19742         with gcc one has to use the -fnative-struct switch as GTK+ is
19743         compiled with that.
19744
19745 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
19746
19747         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
19748         ->prev fields when merging lists. (Found simultaneously
19749         by Pawel Salek and Jakub Jelinek)
19750
19751 2000-08-12  Tor Lillqvist  <tml@iki.fi>
19752
19753         * gdk/gdk.def
19754         * gtk/gtk.def: Add missing entries.
19755
19756         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
19757         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
19758
19759         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
19760         function. Dummy implementation at this point.
19761
19762         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
19763         rules. Undefine GTK_COMPILATION when compiling the test programs.
19764         
19765         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
19766
19767 2000-08-11  Tor Lillqvist  <tml@iki.fi>
19768
19769         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
19770         to convert back and forth from UTF-8 and the "system" (or "current
19771         locale") charset when necessary. Indentation/spacing cleanup.
19772
19773 2000-08-10  Havoc Pennington  <hp@redhat.com>
19774
19775         * Makefile.am (snapshot): Change the format of the snapshot
19776         version to match glib
19777
19778         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
19779         from EXTRA_DIST since it doesn't seem to exist
19780
19781 2000-08-10  Tor Lillqvist  <tml@iki.fi>
19782
19783         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
19784         version of the directory name (not the UTF-8 one) when building
19785         the path name to stat().
19786
19787 2000-08-03  Elliot Lee  <sopwith@redhat.com>
19788
19789         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
19790         PANGO_ATTR_SHAPE set.
19791
19792 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
19793
19794         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
19795         Peter Osterlund to simplify the code while keeping the
19796         functionality the same.
19797
19798 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
19799
19800         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
19801         is_viewable() test further inside the function, since removing the 
19802         window from the redraw list without clearing ->update_area
19803         was also very broken.
19804
19805 2000-08-02  Tor Lillqvist  <tml@iki.fi>
19806
19807         * configure.in: Check for <unistd.h>.
19808
19809 2000-08-01  Martin Baulig  <baulig@suse.de>
19810
19811         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
19812         to display the message that this is a development version of GTK+.
19813
19814 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
19815
19816         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
19817         was depending on widget->allocation instead of the width of text_area,
19818         which was incorrect for subclasses like GtkSpinButton.
19819
19820         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
19821         with width == 1 tests that should be width == -1.
19822
19823 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
19824
19825         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
19826         (broken, Elliot, every single window blank on X) custom code with call
19827         to gdk_window_is_viewable() which a) prevents code duplicate and
19828         b) works. 
19829
19830 2000-07-31  Elliot Lee  <sopwith@redhat.com>
19831
19832         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
19833         to get the GDK_PARENT_ROOT() macro to work.
19834         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
19835         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
19836         of, windows that aren't shown.
19837         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
19838         pointer grab stuff.
19839
19840 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
19841
19842         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
19843           s/gtk_main_iteration/g_main_iteration/
19844
19845           Did this already in change:
19846                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
19847           don't know how it got reverted.
19848
19849 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
19850
19851         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
19852         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
19853
19854         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
19855         not gdk_pixbuf.
19856
19857 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
19858
19859         * configure.in,po/{sp,sr}.po: Added Serbian files
19860
19861 2000-07-30  Tor Lillqvist  <tml@iki.fi>
19862
19863         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
19864
19865         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
19866         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
19867         GIOChannel implementation.
19868
19869         * gdk/win32/gdkinput.c
19870         * gdk/win32/gdkpango-win32.c: Update license name here, too.
19871
19872         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
19873         definition to match prototype.
19874
19875         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
19876
19877 2000-07-27  Elliot Lee  <sopwith@redhat.com>
19878
19879         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
19880         function, to allow handling image formats that cannot be detected
19881         by looking at content alone.
19882
19883 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
19884
19885         * docs/tutorial/*.gif *.jpg *.eps
19886           Update these to the same look-n-feel.
19887           Why does including images in DocBook suck so badly?
19888
19889 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
19890
19891         * gtk/gtktable.c: applied patch from Phil Thompson
19892         <phil@river-bank.demon.co.uk> that enables space settings for
19893         the last row/columns as well.
19894
19895 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
19896
19897         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
19898         updates the license headers to the GNU Lesser General Public License,
19899         as well as updating the copyright year to 2000.
19900
19901 2000-07-26  Robert Brady  <rwb197@zepler.org>
19902
19903         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
19904           and po/Makefile, was installing and looking for them under gtk20
19905           and gtk2 respectively.
19906
19907 2000-07-25  Havoc Pennington  <hp@redhat.com>
19908
19909         * gtk/testtext.c: Comment out some stuff that depends on the rest
19910         of my patches.
19911
19912 2000-07-25  Havoc Pennington  <hp@redhat.com>
19913
19914         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
19915         buffer
19916
19917 2000-07-25  Havoc Pennington  <hp@redhat.com>
19918
19919         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
19920         widget changes.
19921
19922         * gtk/gtktextview.h: To be consistent with usage of "line"
19923         throughout the API to mean "newline-terminated thingy", change
19924         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
19925         to MOVEMENT_LINE.
19926
19927         (GtkTextView): Add flags for default editability, and whether to
19928         show the cursor. Add functions to get/set that. Add 
19929
19930         (gtk_text_view_get_iter_location): new function
19931
19932         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
19933         gtktextlayout.h
19934         (g_convert): Add g_convert temporarily, will go in glib in a bit
19935         
19936         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
19937         GtkTextTagTableForeach instead of brokenly using GHFunc.
19938         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
19939
19940         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
19941         moved to public header.
19942
19943         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
19944         "invisible", since "elide" was a bad name.
19945         (gtk_text_tag_get_priority): Added
19946
19947         (GtkTextStyleValues): put this in public header, along with
19948         functions to use it.
19949
19950         * gtk/gtktextmarkprivate.h: Include more headers, since we no
19951         longer include gtktextbtree.h.
19952
19953         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
19954         gtk_text_mark_deleted
19955
19956         * gtk/gtktextlayout.h: Don't include the "really private" headers,
19957         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
19958         to make this possible. Now we only need to install
19959         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
19960         (However the Makefile.am isn't changed yet because of the
19961         logistics of merging gtk-hp-patches piecemeal)
19962
19963         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
19964         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
19965         gtk_text_iter_get_line is now used in the public API for a
19966         different purpose.
19967
19968         * gtk/gtktextiter.h: Clean up function names to be more
19969         consistent. Always call char offset "offset" and byte index
19970         "index". A "line" is always a line number. 
19971
19972         (gtk_text_iter_is_last): new function, more efficient than 
19973         the existing way to check
19974         (gtk_text_iter_is_first): new function, also more efficient
19975
19976         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
19977
19978         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
19979         gtk_text_iter_forward_char, etc.
19980
19981         (gtk_text_iter_forward_to_tag_toggle): Renamed from
19982         forward_find_tag_toggle, since this isn't a linear search
19983
19984         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
19985
19986         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
19987         New functions, search for a buffer substring.
19988
19989         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
19990         interactive and default editable (since we need to store that info
19991         until we receive the selection data).
19992
19993         Remove all the _at_char and at_line etc. versions of functions;
19994         only have iterator versions.
19995
19996         Add _interactive() versions of functions, that consider the
19997         editability of text. (FIXME add interactive flag to the 
19998         insert/delete signals per Darin's suggestion)
19999
20000         (gtk_text_buffer_get_tag_table): new function, demand-creates the
20001         tag table if necessary
20002
20003         Remove declaration of gtk_text_buffer_get_iter_from_string
20004
20005         (_gtk_text_buffer_get_btree): private/internal function, added.
20006         
20007
20008         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
20009         (gtk_text_line_is_last): new function
20010
20011 2000-07-25  Havoc Pennington  <hp@redhat.com>
20012
20013         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
20014         using GtkProgressBar. See Changes-2.0.txt for details.
20015
20016         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
20017         "pulse_step" which are the equivalent of
20018         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
20019         Implement new API.
20020         
20021         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
20022         (use_text_format) to mark whether text set on the progress bar is
20023         a format string. Deprecate entire GtkProgress interface.
20024
20025         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
20026         (gtk_progress_build_string): make this a no-op if use_text_format
20027         is FALSE
20028
20029         * docs/Changes-2.0.txt: Describe progress bar changes.
20030
20031 2000-07-25  Tor Lillqvist  <tml@iki.fi>
20032
20033         * Makefile.am: Include the build directory.
20034
20035         * configure.in: Generate build/Makefile, build/win32/Makefile,
20036         gdk/, gdk/win32/, and gtk/makefile.mingw.
20037
20038         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
20039         Add GETTEXT_PACKAGE.
20040         
20041         * gdk/gdk.def
20042         * gtk/gtk.def: Updates.
20043
20044         * gdk/gdkfont.h
20045         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
20046         need them any longer.
20047
20048         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
20049
20050         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
20051         PANGOWIN32_LIBS and gdk_pixbuf.
20052
20053         * gdk/win32: Compiles, but no doubt doesn't work at all.
20054
20055         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
20056
20057         * gdk/win32/gdkinput.c: New file, temporarily.
20058         
20059         * gdk/win32/gdkinput-win32.h: New file
20060
20061         * gdk/win32/gdkinputprivate.h: Remove.
20062
20063         * gdk/win32/gdkpango-win32.c: New file.
20064
20065         * gtk/makefile.mingw.in: New file
20066
20067         * gtk/makefile.cygwin: Removed
20068         
20069         * gtk/Makefile.am: Update accordingly.
20070
20071         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
20072         made externally visible.
20073
20074         * gtk/gtkmain.c: Use it.
20075         
20076         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
20077         is enough.
20078
20079         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
20080
20081 2000-07-24 Elliot Lee <sopwith@redhat.com>
20082         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
20083         individual backends already.
20084         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
20085         again. Yes, there really is a good reason for this, if you are using the gdkregion
20086         internals, and if you're not, why do you care?
20087         * gdk/gdkwindow.c: Fix inverted condition
20088         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
20089         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
20090         * gtk/gtkrange.c: Redraw trough when moving.
20091         * gtk/gtktypeutils.c: Fix warning by adding const cast.
20092         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
20093
20094 2000-07-23  Tor Lillqvist  <tml@iki.fi>
20095
20096         * configure.in: Check for mkstemp and sigsetjmp. Output
20097         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
20098
20099         More work on GDK for Win32. Still in an intermediate state.
20100
20101         * gdk/makefile.cygwin
20102         * gdk/win32/makefile.cygwin: Removed.
20103         
20104         * gdk/makefile.mingw.in
20105         * gdk/win32/makefile.mingw.in: New files.
20106
20107         * gdk/Makefile.am
20108         * gdk/win32/Makefile.am: Generate and distribute them.
20109
20110         * gdk/win32/gdkwindow-win32.h
20111         * gdk/win32/gdkdrawable-win32.h
20112         * gdk/win32/gdkpixmap-win32.h: New files.
20113
20114         * gdk/win32/gdkcolor-win32.c
20115         * gdk/win32/gdkcursor-win32.c
20116         * gdk/win32/gdkdrawable-win32.c
20117         * gdk/win32/gdkgc-win32.c
20118         * gdk/win32/gdkimage-win32.c
20119         * gdk/win32/gdkprivate-win32.h
20120         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
20121         Rename fields and variables called xcursor, xid, etc (these names
20122         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
20123
20124 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
20125
20126         * gtk/gtkentry.[ch]: Fix some problems with vertical
20127         alignment.
20128
20129         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
20130         char/byte confusion.
20131
20132 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
20133
20134         * gtk/gtktextview.c (changed_handler): Fix bug where
20135         redraw wasn't being done properly when height of
20136         dirty region changed.
20137
20138         * demos/Makefile.am: Remove various references to
20139         -lgmodule
20140
20141 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
20142
20143         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
20144         PangoAttrShape to reserve space for pixmaps, add 
20145         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
20146         in the display functions.
20147         
20148         * gtk/testgtk.c (create_layout): Set some more exotic
20149         scrolled window options
20150
20151         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
20152         Add function to set the shadow type of a window, to allow
20153         putting a shadow around widgets such as GtkLayout or GnomeCanvas
20154         which don't draw their own frame.
20155
20156 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
20157
20158         * docs/tutorial/package-db-tutorial.sh: New file for
20159           packaging DocBook format tutorial
20160
20161 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
20162
20163         * docs/tutorial/gtk-tut.sgml: Minor updates
20164
20165         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
20166
20167 2000-07-19  Tor Lillqvist  <tml@iki.fi>
20168
20169         * gtk/gtksignal.c: Fix C++ comment.
20170
20171         * gtk/gtkimmulticontext.c
20172         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
20173         don't return value from void functions.
20174
20175         * gtk/gtk.def: Add gtk_rc_style_unref.
20176
20177 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
20178
20179         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
20180         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
20181         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
20182         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
20183         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
20184         gtk/gtktypeutils.h: Include files outside of the extern "C"
20185         block. Makes some C++ compiler happy. Reported by Denis Vakatov
20186         <vakatov@peony.nlm.nih.gov>.
20187
20188 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
20189
20190         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
20191           Completes first pass. Hurrah!
20192
20193 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
20194
20195         * docs/tutorial/gtk-tut.sgml: More clean ups.
20196
20197 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
20198
20199         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
20200         paint the background of the text area which was accidentally
20201         removed at some point.
20202
20203         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
20204           
20205          - Move most of the functionality from the theme vtable
20206            into GtkRcStyleClass and GtkStyleClass. The moved
20207            vtable functions were changed a bit in the move to
20208            work better in their new home.
20209
20210          - Get rid of the engine and engine_data fields from
20211            GtkRcStyle and GtkStyle; instead the theme
20212            engine derives theme-specific subclasses of GtkRcStyle
20213            and GtkStyle
20214
20215          - Add extra dlsym() found entry point to themes,
20216            theme_create_rc_style().
20217
20218         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
20219         in gtk_style_real_copy.
20220
20221         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
20222         to register a type associated with an engine. (The engine
20223         won't be unloaded as there is an instance of the type.)
20224
20225
20226 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
20227
20228         * docs/tutorial/gtk-tut.sgml: Clean ups.
20229
20230 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
20231
20232         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
20233           of cleaning up to do.
20234
20235 2000-07-15  Tor Lillqvist  <tml@iki.fi>
20236
20237         * gdk/testgdk.c: New file, quick hack to test backends for
20238         pixel-by-pixel correctness of the most simple graphic operations.
20239
20240 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
20241
20242         * Really release 1.3.1
20243         
20244         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
20245         include structure.
20246
20247 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
20248
20249         * Released 1.3.1
20250
20251 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
20252
20253         * gtk/gtktextlayout.c: use FALSE for size_only most
20254         of the time when calling gtk_text_layout_get_line_display()
20255         to avoid causing double reshapes when a redraw follows
20256         immediately after.
20257
20258 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
20259
20260         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
20261         appropriate region and gdk_window_process_updates() so trough
20262         updating doesn't lag behind the window being scrolled.
20263
20264         * gdk/gdkgc.c: Make parent_class pointer static.
20265          
20266 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
20267
20268         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
20269         include <string.h>.
20270          
20271         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
20272         cut-and-paste error in computing memory offset for 4 channels.
20273
20274 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
20275
20276         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
20277         gtk_rc_append_default_pixmap_path(), since it wasn't
20278         adding an interesting path and we don't have a meaningful
20279         default for this value.
20280
20281 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
20282
20283         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
20284         gtk-config to gtk-config-2.0 move gtk_.m4 to
20285         gtk-2.0.m4
20286
20287         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
20288         gdk/Makefile.am demos/Makefile.am: Change 
20289         library names to libgtk-1.3.la, etc, so that we
20290         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
20291
20292         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
20293         gdk/Makefile.am gdk/x11/Makfile.am
20294         Move include files into /usr/include/gtk-2.0, 
20295         /usr/lib/gtk-2.0/include/
20296          
20297         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
20298         gtk/gtkintl.h: Change package for gettext from 
20299         gtk+ to gtk20. Put hack in autogen.sh to modify
20300         po/Makefile.in.in after gettextize to make this
20301         possible.
20302
20303         * gtk+.spec: Some updates, not tested.
20304
20305         * gdk-pixbuf/Makefile.am: Move loaders into
20306         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
20307
20308         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
20309         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
20310         to THEMENAME/gtk-2.0/. Move engine directory  to
20311         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
20312         
20313 2000-07-12  Tor Lillqvist  <tml@iki.fi>
20314
20315         Win32 changes, still doesn't build though.
20316
20317         * gdk/makefile.cygwin
20318         * gdk/win32/makefile.cygwin
20319         * gtk/makefile.cygwin: Updates.
20320
20321         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
20322         default values for fg and bg pixel as X11 does (0 and 1), not
20323         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
20324         Use 0 for pen width by default (treated as 1 anyway later, but for
20325         apps that might check the value in the GdkGC).
20326         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
20327         interface to gdk_gc_predraw and _postdraw.
20328
20329         * gdk/win32/gdkwin32.h
20330         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
20331
20332         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
20333         extraneous semicolon.
20334
20335         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
20336
20337         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
20338         not the Win32 bitspixel value.
20339
20340         * gdk/win32/gdkcc-win32.c:
20341         * gdk/win32/gdkcolor-win32.c 
20342         * gdk/win32/gdkprivate-win32.h
20343         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
20344         GDK object structure.
20345
20346 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
20347
20348         * docs/tutorial/gtk_tut_12.es.sgml (name): 
20349         * docs/tutorial/gtk_tut_it.sgml (name): 
20350         * docs/tutorial/gtk_tut_fr.sgml (name): 
20351         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
20352         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
20353
20354 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
20355
20356         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
20357           small changes.
20358
20359 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
20360
20361         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
20362         a bug here, never been here and never fixed anything ;(
20363         (don't segfault if tree->root_tree is NULL, which happens prior
20364         to widget realization, but puke instead).
20365
20366 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
20367
20368         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
20369         add the necessary tokens.
20370
20371         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
20372         (gtk_rc_style_to_style): copy thicknesses.
20373         (gtk_rc_init_style): apply thicknesses.
20374         (gtk_rc_parse_style): parse xthickness and ythickness.
20375
20376         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
20377
20378         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
20379         (gdk_window_new): 
20380         (_gdk_windowing_window_init): 
20381         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
20382         (gdk_pixmap_create_from_data): 
20383         (gdk_bitmap_create_from_data): 
20384         (gdk_pixmap_new): 
20385         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
20386         (gdk_image_new): 
20387         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
20388         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
20389         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
20390         (gdk_colormap_get_system): 
20391         (gdk_colormap_new): 
20392         * gdk/gdkwindow.c (gdk_window_init): 
20393         * gtk/gtkstyle.c (gtk_style_new):
20394         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
20395         * gdk/gdkpixmap.c (gdk_pixmap_init): 
20396         * gtk/gtkrc.c (gtk_rc_style_new):
20397         use g_object_new() instead of g_type_create_instance() which
20398         is a private function for fundamental type implementations.
20399
20400 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
20401
20402         * configure.in: Add check for db2html
20403
20404 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
20405
20406         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
20407         hack to set glib_debug_objects based on gtk_debug_flags.
20408
20409 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
20410
20411         * INSTALL.in: Update the Prerequisites section.
20412
20413         * Makefile.am demos/Makefile.am docs/Makefile.am
20414         docs/tutorial/Makefile.am gdk/x11/Makefile.am
20415         gdk/linux-fb/Makefile.am: Dist fixes
20416
20417 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
20418
20419         * NEWS: 10,000 foot view of 1.3.1 changes.
20420
20421 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
20422
20423         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
20424         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
20425         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
20426         gdk/x11/gdkmain-x11.c: 
20427
20428         Patch from George Lebl to add a GdkGrabStatus enumeration to use
20429         as a return value of gdk_*_grab(). Previously, we just
20430         returned the X11 values directly.
20431
20432 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
20433
20434         * gdk/x11/Makefile.am: Patch from George Lebl to 
20435         install all the headers in the right place.
20436
20437 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
20438
20439         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
20440           initial conversion to DocBook.
20441
20442 2000-07-04  Tor Lillqvist  <tml@iki.fi>
20443
20444         * README.win32: Improve a bit.
20445
20446         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
20447         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
20448         Alt+0nnn on the numpad (used to enter characters by numeric code
20449         from current DOS or ANSI codepage) working correctly, as in other
20450         Windows apps.
20451
20452         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
20453         same argument validity tests as in X11 version.
20454         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
20455
20456         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
20457         definitions in case missing from headers.
20458
20459         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
20460         destroy the window-specific cursor.
20461         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
20462         calling GetModuleHandle(NULL).
20463         (gdk_window_set_cursor): Reworked to always copy the passed cursor
20464         with CopyCursor before setting it as the window-specific
20465         cursor. It is OK for the caller to destroy the GdkCursor (and thus
20466         also its Windows cursor) after calling this function. Destroy any
20467         previous window-specific cursor.
20468
20469 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
20470
20471         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
20472         font charset is iso8859-1, not iso-8859-1.
20473
20474 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
20475
20476         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
20477         Use g_get_charset() instead of g_get_codeset().
20478
20479         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
20480         Comment out some strdup'ing functions to keep timj
20481         happy until we finish fighting this out.
20482
20483 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
20484
20485         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
20486         <= width or height.
20487
20488         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
20489         from 1.2 for parent/child states.
20490
20491         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
20492         of typos.
20493
20494         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
20495         event structures, replace with a generic axes field. Replace 
20496         deviceid/sourec with GdkDevice *device.
20497
20498         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
20499         to extract particular axis use value from event. (Also
20500         can be used for normal X/Y.)
20501
20502         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
20503         allow for arbitrary number of axes, namespace everything
20504         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
20505         everywhere.
20506
20507         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
20508         Get rid of the gdk_input_vtable setup if favor of simply
20509         defining the functions in gdkinput-none/gxi/xfree.c in
20510         a similar fashion to the way that the port structure is 
20511         done.
20512
20513         * gtk/gtkdnd.c: Fix fields of synthesized button press event
20514         for new event structures. 
20515
20516         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
20517         new device interfaces.
20518
20519 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
20520
20521         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
20522         set the initial text.
20523
20524         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
20525         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
20526         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
20527         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
20528
20529         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
20530         pango_layout_set_font_description to simplify.
20531
20532 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
20533
20534         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
20535         pango_layout_set_font_description to simplify.
20536
20537 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
20538
20539         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
20540         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
20541         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
20542
20543         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
20544         PANGO_PIXELS() macro.
20545
20546 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
20547
20548         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
20549         that returns a PangoContext owned by the widget and updated to
20550         match future changes in the widget. Also, make 
20551         gtk_widget_create_pango_layout() use this context. If we ever
20552         add a ::changed signal to PangoContext, this will make things
20553         much more convenient. 
20554
20555         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
20556         in the appropriate places instead of destroying the layouts and
20557         creating new ones.
20558
20559         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
20560         in a few strategic places.
20561
20562 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
20563
20564         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
20565         gtk_widget_size_request() on reparented child, if one. Otherwise,
20566         queue_resize() on the child never results in it getting size-requested
20567         at all.
20568
20569         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
20570         in option menus, so that (with luck) people won't copy it into
20571         their apps in the future.
20572
20573         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
20574         to gtk_option_menu_calc_size. This isn't perfect, but should fix
20575         a lot of problems with changing the size of the menu's menu
20576         items after adding it to the option menu.
20577
20578         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
20579
20580         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
20581         the text direction for a widget changes.
20582
20583         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
20584         ::direction_changed to get rid of various hacks.
20585
20586 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
20587
20588         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
20589         name.
20590
20591 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
20592
20593         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
20594         flag to the structure. Do not call XFreePixmap on pixmaps created
20595         by gdk_pixmap_foreign_new().
20596
20597 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
20598
20599         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
20600         value using GdkRGB functionality given GdkColormap and GdkColor.
20601         (name not final, waiting for inspiration.)
20602         
20603         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
20604         set the foreground/background of a GC using the GC's colormap
20605         and GdkRGB. (name not final, waiting for inspiration.)
20606
20607         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
20608         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
20609
20610         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
20611         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
20612         purely a function of the corresponding colormap. Make
20613         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
20614
20615         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
20616         gdk_pixbuf_*create_from_xpm_* in terms of
20617         gdk_pixbuf_new_from_xpm_data(), move into platform independent
20618         code.
20619
20620         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
20621         advantage of the new draw_rgb_32_image_dithalign.
20622
20623         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
20624
20625         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
20626         on each created GC.
20627
20628         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
20629
20630         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
20631         which we initialize from the drawable when the GC is created,
20632         if the drawable has a colormap.
20633
20634         * gdk/x11/gdkgc-x11.c: include string.h for memset.
20635
20636         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
20637
20638         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
20639
20640 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
20641
20642         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
20643         actually returning expose events, make sure to set
20644         the count field properly.
20645
20646         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
20647         accidentally reintroced bug which always cleared
20648         the graphics_exposures value. 
20649
20650 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
20651
20652         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
20653
20654 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
20655
20656         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
20657
20658 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
20659
20660         * docs/faq/gtk-faq.sgml: Start of Section 6.
20661
20662 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
20663
20664         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
20665         
20666         (Fixes problem with drawing childless frames. Pointed out
20667         by and a first patch from Anders)
20668         
20669         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
20670         compute a child_allocation, even if we don't have a child.
20671
20672         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
20673         Always chain to the parent's impl, even if we don't have a child.
20674
20675 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
20676
20677         * gdk/gdkrgb.c: If possible, create only a single shm segment and
20678         use multiple parts of it instead of creating a bunch of separate
20679         segments, since the maximum number of segments per system is not
20680         large. (This might be worth backporting to GTK+-1.2.x if we make a
20681         new release )
20682
20683         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
20684         structure in preparation for per-colormap GdkRGB.
20685
20686         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
20687         to False when we get EINVAL from shmget so that the caller of
20688         gdk_image_new can retry with a smaller segment size.
20689
20690 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
20691
20692         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
20693
20694 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
20695
20696         * configure.in: make the current version number 1.3.1 (binary age 0,
20697         interface age 0).
20698         
20699         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
20700         gtkcompat.h is all we want.
20701
20702         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
20703         GLib primitive types. fixed g_type_register_fundamental() argument
20704         ordering.
20705
20706         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
20707         compiles.
20708
20709         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
20710         object code cleanup, comment trigraph fixes, etc...
20711
20712 2000-06-23  Havoc Pennington  <hp@redhat.com>
20713
20714         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
20715         instead of making up a bogus name for first_para_mark
20716
20717         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
20718         0 as a context ID
20719
20720 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
20721
20722         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
20723
20724 2000-06-21  Havoc Pennington  <hp@pobox.com>
20725
20726         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
20727         we didn't check window->bg_pixmap != GDK_NO_BG.
20728
20729         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
20730         gdk-pixbuf
20731
20732 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
20733
20734         * docs/faq/gtk-faq.sgm: Move file to here.
20735           TODO: Update Makfile.am 
20736
20737 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
20738
20739         * docs/gtk-faq.sgm: Add Section 2
20740
20741 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
20742
20743         * docs/gtk-faq.sgm: New file. Start of DocBook
20744           version of the FAQ.
20745
20746 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
20747
20748         * configure.in (GDK_PIXBUF_MAJOR): Define version
20749         numbers for GDK_PIXBUF_*, as they get substituted
20750         into a header file. Need to consider versioning
20751         for gdk-pixbuf more carefully later.
20752
20753 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
20754
20755         Work with srcdir != builddir.   
20756         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
20757         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
20758         * demos/testpixbuf.c: Likewise.
20759         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
20760         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
20761         <gdk/x11/gdkx.h>.
20762         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
20763         "gdk-pixbuf.h".
20764         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
20765
20766 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
20767
20768         * TODO.xml: Change 1.4 version numbers to 2.0.
20769
20770 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
20771
20772         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
20773         fixups to GTK+ standard.
20774
20775 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
20776
20777         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
20778         gdk-pixbuf.
20779
20780         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
20781         fixups for GObject.
20782
20783         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
20784         gdk-pixbuf with GDK dependencies moved into GDK.
20785         
20786         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
20787         move gdk-pixbuf-loader here until GObject has signals.
20788
20789         * demos/: New directory of demos. Move demos from
20790         gdk-pixbuf here.
20791
20792         * demos/pixbuf-init.c: Small bit of code to check for
20793         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
20794         set GDK_PIXBUF_MODULEDIR appropriately.
20795
20796         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
20797         define which no longer makes sense.
20798
20799 2000-06-21  Havoc Pennington  <hp@redhat.com>
20800
20801         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
20802         gtk_get_default_language
20803
20804         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
20805         new function to get the default language
20806
20807         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
20808         s/gtk_text_view_style_values/gtk_text_style_values/
20809
20810         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
20811         Add a "language" field to tags.
20812
20813         (gtk_text_tag_set_arg): Fix bug in setting
20814         "bg_full_height_set" tag.
20815
20816 2000-06-21  Havoc Pennington  <hp@redhat.com>
20817
20818         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
20819         in the interfaces
20820
20821         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
20822         stuff instead when possible.
20823
20824         * gtk/gtktexttypes.h: Delete some unused constants
20825
20826         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
20827         testtextbuffer.c: use glib instead of custom unicode routines
20828
20829 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
20830
20831         * docs/es/: Removed mistakenly added generated sgml
20832
20833         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
20834         Remove outdated info files.
20835
20836         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
20837         Moved tutorial files into subdir
20838
20839         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
20840         subdir.
20841
20842         * docs/man/gtk_button.pod: Remove. (contents will be
20843         integrated into gtk-reference button page.)
20844
20845         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
20846         docs/faq/Makefile.am: Adjust for new organization
20847
20848 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
20849
20850         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
20851         not $(MKINSTALLDIRS)
20852
20853 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
20854
20855         * gtk/testgtk.c (create_text): Finish the job Elliot started
20856         of removing font setting test for text widget. (Since text widget
20857         and GdkFont are not deprecated, and cause portability problems.)
20858
20859 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
20860
20861         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
20862         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
20863         Remove use of libunicode in favor of new GLib functions.
20864
20865         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
20866         nano-x, framebuffer. The X11 include is just a hack until we get
20867         the necessary functions in gdkcolor.h, so there is no reason to
20868         add other includes of platforms.
20869
20870         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
20871         window bigger than the screen change.
20872
20873         * gtk/testgtk.c: Revert some random changes from Elliot
20874         that had no particular point and were causing testgtkrc
20875         not to function correctly.
20876         
20877         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
20878         because GdkSegment and GdkRegionBox have the same fields,
20879         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
20880         results in clearer code.
20881
20882         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
20883         gdk_input_translate_coordinates): Fix missed GdkObjectification
20884
20885 2000-06-18  Elliot Lee  <sopwith@redhat.com>
20886
20887         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
20888         * gtk/gtk{plug,socket}.h: Missed commits from previous.
20889
20890 2000-06-20  Havoc Pennington  <hp@redhat.com>
20891
20892         * modules/linux-fb/Makefile.am: Make this compile
20893         without framebuffer enabled
20894
20895         * gdk/linux-fb/Makefile.am: Add conditional to not build
20896         framebuffer unless specified in configure
20897
20898         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
20899         the size of the target instead of source if -1 was passed for
20900         width/height
20901
20902         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
20903         width/height confusion.
20904
20905 2000-06-19  Havoc Pennington  <hp@redhat.com>
20906
20907         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
20908         GDK_DRAWABLE_XID. In the future, we probably want to make it
20909         faster with G_DISABLE_CHECKS turned on.
20910
20911 2000-06-14  Havoc Pennington  <hp@redhat.com>
20912
20913         * gdk/Makefile.am: add gdkpixmap.c
20914
20915         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
20916         s/gdk_image_init/_gdk_windowing_image_init
20917
20918         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
20919         ref/unref
20920
20921         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
20922
20923         * gdk/gdkcompat.h: remove GdkWindowType compat, since
20924         GdkWindowType is now non-deprecated; 
20925         change gdk_window_get_type() compat to be
20926         gdk_window_get_window_type().
20927
20928         * gdk/gdkdnd.h: make GdkDragContext a GObject.
20929
20930         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
20931         virtual GObject. Make all functions call into the vtable.
20932         Move gdk_image_put() guts in here. Remove GdkDrawableType
20933         and gdk_drawable_get_type(), these are now GdkWindow-specific.
20934         draw_image, get_depth, get_size, set_colormap, get_colormap,
20935         get_visual added to the vtable.
20936         
20937         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
20938         GObject. Virtualize everything. 
20939         (gdk_gc_new_with_values): remove check for destroyed window,
20940         because now GdkWindow::create_gc will check this.
20941         (gdk_gc_set_values): New function to set GC values, this 
20942         was already implemented but wasn't in the header
20943
20944         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
20945
20946         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
20947         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
20948         remove _gdk_window_class; add _gdk_window_impl_get_type() and
20949         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
20950         _gdk_windowing_window_init, rename gdk_image_init to
20951         _gdk_windowing_image_init.
20952         
20953         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
20954         (gdk_draw_layout): Remove check for destroyed window, 
20955         because all the drawable methods already check it.
20956         
20957         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
20958         Add gdkpixmap.c which contains implementation of GdkDrawable
20959         virtual table (by chaining to a platform-specific implementation
20960         object).
20961         
20962         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
20963         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
20964         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
20965         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
20966         GdkColormapPrivate. 
20967
20968         * gdk/gdktypes.h: #include <glib-object.h>
20969
20970         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
20971         Move most functionality to platform-specific implementation
20972         object. GdkWindow itself now handles the backing store, then
20973         chains to the platform-specific implementation.
20974         (gdk_window_get_window_type): return GdkWindowType of the window.
20975         (gdk_window_peek_children): New routine, returns the children of 
20976         a GdkWindow
20977         (gdk_window_get_children): Was in X11-specific code and did 
20978         XQueryTree. Changed to simply return a copy of window->children; 
20979         so it can go in cross-platform code.
20980         
20981         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
20982
20983         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
20984         GdkColormap; just changed to use the new private data instead
20985         of casting to GdkColormapPrivate.
20986
20987         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
20988         gdk_cursor_new().
20989
20990         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
20991         (private data member in the GObject). 
20992         (xdnd_manager_source_filter): Function had broken 
20993         error handling, fix it (use gdk_error_trap_push).
20994
20995         * gdk/x11/gdkdrawable-x11.c: This file now implements
20996         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
20997         base class is purely for the convenience of the X port,
20998         and not part of the interface to cross-platform GDK.
20999
21000         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
21001         
21002         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
21003         specific to X, and returned by the create_gc virtual method
21004         of GdkDrawableImplX11. 
21005         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
21006         rather than gchar, this was also changed in the GdkGC vtable.
21007         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
21008         mask is 0, return immediately, instead of checking every flag.
21009         This is faster, and keeps us from segfaulting if values is NULL
21010         and the mask contains some nonzero flags.
21011
21012         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
21013         GdkWindow.
21014
21015         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
21016         GdkWindowPrivate is gone.
21017
21018         * gdk/x11/gdkim-x11.c: rename things that got renamed.
21019
21020         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
21021         remove the image_put stuff that got transferred to GdkDrawable.
21022         
21023         * gdk/x11/gdkinput.c: renamings
21024
21025         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
21026
21027         * gdk/x11/gdkpixmap-x11.c: GObject conversion
21028
21029         * gdk/x11/gdkprivate-x11.h: indentation fixes
21030
21031         * gdk/x11/gdkproperty-x11.c: renamings
21032
21033         * gdk/x11/gdkselection-x11.c: renamings
21034
21035         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
21036         implements the platform-specific "impl" object.
21037         Moved gdk_window_get_children to gdk/gdkwindow.c
21038
21039         * gdk/x11/gdkx.h: Remove all the private structs and private datas
21040         that no longer exist. Add declaration of GdkGCX11 object here.
21041         Fix all the macros to still work. 
21042
21043         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
21044         GdkDragContext from the boxed types since they are now GObjects.
21045
21046         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
21047         moved xthickness/ythickness into the instance. GtkStyleClass
21048         functions are now in the standard vtable for GtkStyle, so you have
21049         to create a GObject subclass to write a theme engine.
21050         (gtk_style_copy): fixed a leaked PangoFontDescription
21051         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
21052         can be the standard GObject function.
21053         
21054         * Throughout GTK:
21055         s/style->klass->[xy]thickness/style->[xy]thickness
21056         s/pango_layout_unref/g_object_unref/
21057
21058         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
21059         
21060         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
21061         accessing GDK internals.
21062
21063         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
21064         accessing GDK internals.
21065
21066 2000-06-18  Elliot Lee  <sopwith@redhat.com>
21067
21068         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
21069
21070         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
21071         problem by calculating event position relative to the trough
21072         rather than the slider.
21073         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
21074
21075         * gdk/gdkgc.h: Add GDK_NOR.
21076
21077         * configure.in, Makefile.am: Add modules top level dir
21078         * configure.in: Only use pangox library if building x11 target.
21079         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
21080
21081 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
21082
21083         * gtk/gtkcolorsel.c: Change private class member to be named
21084         private_data throughout the file.
21085
21086         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
21087         private_data to avoid clashing with keyword.
21088
21089 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
21090
21091         * gdk/gdkdnd.h: Add comment to remove warning.
21092
21093 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
21094
21095         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
21096         Byelorussian language; changed the Makefile and file names 
21097         to reflect that.
21098
21099 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
21100
21101         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
21102         rather than gdk_window_hide; this makes things work
21103         correctly if the window is programmatically hidden while
21104         iconified.
21105
21106 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
21107
21108         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
21109         cut and paste typo where wrong pixmap was being
21110         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
21111
21112 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
21113
21114         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
21115         Add helper function to compute format / bytes 
21116         relationship. Use in a couple places to fix up
21117         errors which assume 8 * format.
21118
21119         * gtk/gtkselection.c (gtk_selection_request): Use 32
21120         rather than 8 * sizeof (GdkAtom), to work correctly
21121         on Alpha.
21122
21123 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
21124
21125         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
21126         libgtk.la
21127         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
21128         versions
21129
21130         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
21131         checking macros return NULL since the function has a return value.
21132
21133 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
21134
21135         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
21136         GTK+ from building at all.
21137
21138         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
21139
21140 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
21141
21142         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
21143         gtk/Makefile.am: make it possible to configure gtk for different
21144         targets on the same platform. The library name is now 
21145         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
21146         flag. Only the x11 target compiles right now.
21147         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
21148         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
21149         * gdk/nanox/gdk*generic*: delete generic region code.
21150         * gdk/linux-fb/gdk*generic*: delete generic region code.
21151         * README.nanox: update information.
21152         
21153 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
21154
21155         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
21156         prepend not append. (Pointed out by Brett Hall.)
21157
21158 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
21159
21160         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
21161
21162 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
21163
21164         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
21165         need this later, and this makes sure that the atexit for
21166         glib gets called after that for GDK, so atexits are
21167         properly ordered for object leak checking.
21168
21169         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
21170
21171         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
21172         pango_x_shutdown_display()
21173
21174         * gtk/simple.c (main): Close window on destroy.
21175
21176 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
21177
21178         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
21179         to treat initial creation different from setting with 
21180         regards to the graphics-exposures parameter, so add a parameter
21181         indicating whether this is initial or not.
21182
21183 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
21184
21185         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
21186         to sort of work by adding an extra return_exposes arg
21187         to gdk_event_translate() - it might be better to simply
21188         deprecate the function altogether and force people to rewrite
21189         without it. gdk_window_scroll() handles most of it, and where
21190         gdk_window_scroll() doesn't work, simply redrawing more does.
21191
21192         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
21193         assertion.
21194
21195         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
21196
21197         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
21198         bunch of pretty much useless /* Print debugging info */ comments 
21199         which had drifted away from the code they were commenting.
21200
21201 2000-06-02  Havoc Pennington  <hp@pobox.com>
21202
21203         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
21204         is in working order.
21205         
21206         * gtk/testtext.c: Change to reflect anonymous mark API
21207
21208         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
21209
21210         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
21211         field, which was unused.
21212
21213         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
21214         saves some typing.
21215
21216         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
21217
21218         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
21219         flag on the insertion point and selection bound
21220
21221         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
21222         make mark-manipulation functions take a GtkTextMark* instead of a
21223         mark name.
21224         
21225         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
21226         GtkTextMarkBody; will be used to detect attempts to delete
21227         the permanent marks (insert and selection bound)
21228
21229         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
21230
21231 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
21232
21233         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
21234         flag to on.
21235
21236         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
21237         Honor DOUBLE_BUFFRED_FLAG
21238
21239         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
21240         function to set the DOUBLE_BUFFERED flag.
21241
21242         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
21243         or not exposes done on the widget should be double-buffered.
21244
21245         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
21246         to be what would be expected. (Fixes problem with a
21247         g_return_if_fail() validating a TextDirection enumeration)
21248
21249 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
21250
21251         * gtk/gtkwidget.c: Remove all references to 
21252         offscreen flag which was no longer used.
21253
21254         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
21255
21256         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
21257         for non-null label_widget->parent.
21258
21259         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
21260         which no longer was used.
21261
21262         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
21263
21264         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
21265         for null arguments.
21266
21267         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
21268         check for destroyed windows.
21269
21270 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
21271
21272         * gtk/gtkimmulticontext.c: Add a finalize method and unref
21273         the slave context there.
21274
21275         * gtk/gtkinvisible.[ch]: Make reference counting behavior
21276         identical to GtkWindow.
21277
21278 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
21279
21280         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
21281         pangox to here, so we can write them independent of rendering
21282         system, using GDK primitives.
21283
21284         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
21285         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
21286         since we have a rendering-system independent implementation in
21287         terms of draw_glyphs().
21288         
21289         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
21290         function to render a single line.
21291
21292         * gdk/x11/gdkpango.c: Move the guts of this file mostly
21293         into ../gdkpango.c, which simplifies things, since we
21294         don't have to deal with raw X gc's.
21295
21296 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
21297
21298         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
21299         get the logical attributes for a given GtkTextLine.
21300
21301 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
21302
21303         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
21304         g_locale_get_codeset() to g_get_codeset() change.
21305
21306 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
21307
21308         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
21309         descriptions.
21310
21311         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
21312         the entry.
21313
21314         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
21315         redoing (vastly simplifying) for Pango. Still needs quite
21316         a bit of work. (Size selection is currently poor. List of 
21317         predefined sizes is not a good idea, since all of these
21318         sizes won't necessarily be distinct.)
21319
21320 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
21321
21322         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
21323         CODESET results for LANG=C.
21324
21325 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
21326
21327         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
21328         which takes a stringized pango font description;
21329         ignore the older 'font' and 'fontset' declarations.
21330
21331         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
21332         field with a GdkFont derived via gdk_font_from_description(),
21333         for compatibility. (Should we just remove it entirely?
21334         Probably too much compatibility breakage, but people
21335         should be migrating to the new Pango stuff as quickly
21336         as possible.)
21337
21338 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
21339
21340         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
21341
21342 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
21343
21344         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
21345         redoing; there are some bugs in size allocation right
21346         now, the semi-existant distinction between header / day
21347         fonts was removed, but, with Pango, could actually
21348         be made functional in a nice way.
21349         
21350         * gtk/testcalender: Move calender from examples into this
21351         directory as a test program. (We really need to restrcture
21352         testgtk into a whole directory full of tests for every
21353         widget or functionality group, separated into multiple .c
21354         files.)
21355
21356 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
21357
21358         * gtk/testgtk.c (file_exists): Fix stupid typo that
21359         was keeping RC file from being loaded.
21360
21361         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
21362         RC file font code.
21363
21364 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
21365
21366         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
21367         Add function to load a GdkFont from a PangoFontDescription.
21368
21369 2000-05-29  Tor Lillqvist  <tml@iki.fi>
21370
21371         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
21372         variable should be of type GdkEventPrivate.
21373
21374 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
21375
21376         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
21377         to have any widget for the label, use a GtkLabel widget
21378         to display the text. (Based partially on a patch from
21379         Anders Carlson.)
21380
21381         (Quite a bit of code reorganization - strip 90% of the
21382         guts out of gtkaspectframe and add a single virtual
21383         func to GtkFrameClass - compute_child_allocation.)
21384
21385 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
21386
21387         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
21388         (Removed clist->row_center_offset field because caching
21389         it wasn't saving time or code, added private function
21390         _gtk_clist_create_cell_layout()).
21391
21392 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
21393
21394         * gtk/gtkaccellabel.c: Pangoized.
21395
21396         * gtk/[hv]ruler.c: Pangoized
21397
21398 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
21399
21400         * gtk/gtkfilesel.c (gtk_file_selection_init):
21401         Use gtk_clist_set_column_auto_resize() to remove need
21402         need for manual column width computations.
21403
21404 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
21405
21406         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
21407         ensuring Pango correctness, and considerably simplifying the
21408         code.
21409         
21410         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
21411
21412         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
21413         getting of numbers of lines.
21414
21415         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
21416         to the actual requested width of the lable, not to the wrap
21417         width we set.
21418
21419         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
21420
21421         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
21422           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
21423
21424         * gtk/gtktextview.c: Fix structure inheritance.
21425
21426         * gtk/gtkprogressbar.c: Pangoize.
21427
21428 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
21429
21430         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
21431         in a function.
21432
21433         * gtk/gtktextlayout.c (find_display_line_above): Fixed
21434         bug with computing line tops.
21435
21436         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
21437
21438 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
21439
21440         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
21441         and y_offset coordinates to do what we need now. (The offset between
21442         buffer and layout coordinates has been reintroduced, but is a 
21443         bit different than before.)
21444
21445         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
21446         handle the adjustments ourselves, and scroll as necessary using
21447         the new gdk_window_scroll().
21448         
21449         The advantage of this is that when we are incrementally revalidating,
21450         we are essentially rearranging things around the visible portion
21451         of the screen. With the old setup, the visible portion of the
21452         screen was moved around in the layout, so scrolling and redrawing
21453         to track that caused jumping of the display. Since we now
21454         control the scrolling ourselves, we can suppress this and
21455         only redraw when things actually change.
21456
21457 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
21458
21459         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
21460         the region not just redisplay it after-all, since we store the
21461         cursors in the LineDisplay. (Ugly interactions here between
21462         GtkLayout and GtkTextBTree here.)
21463         
21464         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
21465
21466 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
21467
21468         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
21469         Added function to scroll contents of a window while keeping the
21470         window constant. Works by XCopyArea or guffaw-scrolling depending
21471         on the details of how the window is set up. (guffaw-scrolling
21472         still needs to be filled in.)
21473
21474 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
21475
21476         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
21477         move the debugging that was tied to a global variable
21478         to that.
21479
21480         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
21481
21482         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
21483         validated flag, in line data instead of setting height/width to
21484         -1. This allows us to perform operations with partially invalid
21485         buffer (using the old size for invalid lines) and thus to do
21486         incremental vaidation. Keep height/width aggregates up to date
21487         when deleting text and rebalancing the tree.
21488
21489         * gtk/gtktextbtree.[ch]: Add functions validate a line
21490         (gtk_text_btree_validate_line), and to validate up
21491         to a number of pixels (gtk_text_btree_validate).
21492
21493         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
21494         that indicates that something is changed and a revalidation
21495         pass is needed. Change ::need_repaint to ::changed, and
21496         make it take old and new yranges instead of a rectangle.
21497
21498         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
21499         the line_data_destroy() function from 
21500         gtk_text_btree_add_view() to a virtual function in 
21501         GtkTextLayout
21502
21503         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
21504         since we are handling partial repaints in a different fashion
21505         now.
21506
21507         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
21508         of the selection instead of queueing a repaint on the
21509         entire widget.
21510
21511         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
21512         get_selection_bounds() down to btree, make the function
21513         in buffer a wrapper around the btree function.
21514
21515         * gtk/gtktextlayout.[ch]: Add functions to check if the
21516         layout is valid and to recompute either a range of pixels
21517         aroudn a line or a certain total number of pixels.
21518
21519         * gtk/gtktextlayout.[ch]: Cache a single line display;
21520         now that we only redraw the needed portions, the hit rate
21521         for this cache is quite high.
21522         
21523         * gtk/gtktextview.[ch]: Keep track of the first paragraph
21524         on the screen so that when re-laying-out the buffer, we can
21525         keep the same place. This requires connecting to ::value_changed
21526         on the adjustments
21527
21528         * gtk/gtktextview.[ch]: Add idle functions to revalidate
21529         the buffer after we receive an ::invalidated signal.
21530         
21531 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
21532
21533         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
21534         to max of allocation and layout size, not just to the
21535         layout size.
21536
21537         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
21538         Invalidate window so it gets redrawn properly.
21539
21540         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
21541         to mean the entire window.
21542
21543         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
21544         into public header.
21545
21546 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
21547
21548         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
21549         to get the name of a mark.
21550
21551         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
21552         to find the paragraph from a y position.
21553
21554 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
21555
21556         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
21557         nodes have width/height >= 0, not > 0.
21558
21559 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
21560
21561         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
21562         Add a size_only flag, so when we only need the size, we don't create
21563         useless appearance attributes.
21564
21565         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
21566         duplicate setting of font description.
21567
21568         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
21569
21570 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
21571
21572         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
21573         EXTRA_DIST. It does not work well when the file that
21574         everything depends on is not in the tarball.
21575
21576 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
21577
21578         * gtk/testgtk.c: Some hacks and fixes so that it basically
21579         works when not sitting in the GTK+ build tree.
21580
21581 2000-05-03  Havoc Pennington  <hp@redhat.com>
21582
21583         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
21584         Properly determine the ordering of the tag root and the current
21585         line within the tree. Previous algorithm only worked if the tag
21586         root's immediate parent was the common root of both the current
21587         line and the tag root.
21588
21589 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
21590
21591         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
21592         alignment.
21593
21594         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
21595         the widget text directional dynamically.
21596
21597         * gtk/gtktextview.[ch]: Added functions to get and set default
21598         wrap mode.
21599
21600 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
21601
21602         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
21603         in cursor location computation.
21604
21605 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
21606
21607         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
21608         vadjusment values properly when layout gets smaller.
21609
21610         * gtk/gtktextview.c (need_repaint_handler): Areas being
21611         passed in are far completely inaccurate, and sometimes
21612         too small, so, for now, just queue a redraw on the
21613         whole visible region.
21614
21615 2000-04-25  Havoc Pennington  <hp@redhat.com>
21616
21617         * gtk/gtktextbtree.c (summary_destroy): new function to 
21618         destroy tag summary nodes
21619         (gtk_text_line_next_could_contain_tag): this function was 
21620         totally broken if the line passed in wasn't below the tag
21621         root. Fix it.
21622         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
21623         "wildcard" case, we have to do a linear scan. Blah.
21624         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
21625         we have to do the linear scan
21626         (tag_removed_cb): When a tag is removed from the tag table, 
21627         remove the GtkTextTagInfo node from the btree.
21628         (gtk_text_btree_spew): Implement the spew function, for 
21629         our debugging pleasure.
21630
21631 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
21632
21633         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
21634         a problem with referring to the wrong buffer.
21635
21636         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
21637
21638         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
21639         font description to gtk_style_new() - otherwise things
21640         don't work without a .gtkrc file.
21641
21642         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
21643         tags table if we create it ourself, too.
21644
21645         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
21646         it was conflicting with XKB modifiers.
21647
21648         * gtk/gtktextview.[ch]: Add simple support for 
21649         GtkIMContext.
21650
21651 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
21652
21653         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
21654         with deletion from last commit.
21655
21656 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
21657
21658         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
21659         in the context from the current locale.
21660         
21661         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
21662         context, not hardcoded value.
21663
21664         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
21665         not logical.
21666
21667 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
21668
21669         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
21670         attributes - that doesn't handle partial-glyph selection
21671         properly. Instead use new pango_layout_line_get_x_ranges()
21672         functionality to draw the selection.
21673
21674         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
21675         now properly handles out-of-range coordinates.
21676
21677         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
21678
21679         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
21680         public.
21681
21682         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
21683         for paragraphs opposite to the base direction of the widget.
21684
21685         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
21686
21687         * gtk/gtktextlayout.c: Don't split segments on marks, since that
21688         causes Arabic words to reshape as you cursor through.
21689
21690         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
21691         cursor position when moving vertically with the arrow keys and
21692         scrolling with page-up/page-down. (Arrow keys save only the X,
21693         scrolling saves both X and Y.)
21694
21695         This means you can line-up / line-down or page-up / page-down
21696         without losing your place, and also that moving vertically
21697         with the cursor keys keeps the same X position, not the same
21698         character count:
21699
21700         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
21701         arrow keys move by display lines, not paragraphs.
21702
21703 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
21704
21705         * gtk/gtklayout.c: Make sure that the bin window is at least
21706         as big as the allocation. (Should we also make sure that the
21707         bin window is big enough to completely cover widget->window?)
21708
21709         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
21710         function to get the onscreen rectangle.
21711
21712         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
21713         for offsets in window coordinates.
21714
21715 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
21716
21717         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
21718         confusion.
21719
21720         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
21721         from the widget direction.
21722
21723         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
21724         Add a "direction" attribute.
21725
21726         * gtk/gtktextview.c: global s/tkxt/text_view/.
21727
21728         * gtk/testtext.c: Added long block of text in Arabic, to test out
21729         the direction attributes. (Some problems with the shaping system
21730         for arabic become obvious - like the fact the cursor splits words
21731         into unjoined pieces.)
21732
21733 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
21734
21735         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
21736
21737         * gtk/gtktextlayout.c: Fix up alignment.
21738
21739         * gtk/testtext.c: Add some tests for centering, wrapping.
21740
21741 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
21742
21743         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
21744         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
21745         If we wrote GTK+-specific layout-render function this could just replace
21746         the draw_layout() operation in the vtable.
21747
21748         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
21749         pango_layout_get_cursor_pos() and use that function.
21750
21751         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
21752         is a non-static symbol.
21753
21754         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
21755         with gtk_text_btree_find_line_by_y()
21756
21757         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
21758         renderer that handles GtkTextAppearance attributes.
21759
21760         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
21761
21762           - Move the values in the style that don't affect geometry into a
21763             GtkTextAppearance structure.
21764           - Change underline to take a PangoUnderline and "font" a string
21765             representation of a font description
21766           - Add a "font_desc" attribute which takes a FontDescription structure.
21767
21768         * gtk/gtktextlayout.[ch]:
21769
21770           - Get rid of the display-line list per each line. Instead, we
21771             generate, on demand, a GtkTextLineDisplay structure which]
21772             contains a PangoLayout * and other necesary information
21773             (offsets, cursor locations) for displaying a paragraph.
21774           - Get rid of the code to wrap lines, create display chunks,
21775             etc. Instead, we just go through a paragraph and convert
21776             it into the necessary inputs to a PangoLayout.
21777           - Implement a new attribute type, GtkTextAttrAppearance. This
21778             holds a GtkTextAppearance, and is used to pass colors, 
21779             stipple, etc, through from the layout to the display without
21780             having to use lots and lots of individual attributes.
21781           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
21782             in terms of PangoLayout functions.
21783         
21784         * gtk/gtktextview.c: 
21785          
21786           - Handle passing the necessary PangoContext to the layout
21787           - Some fixups in painting to deal with the automatic backing store
21788             and offsetting of GTK+-1.4
21789           - Add a style_set handler so that the default style reacts
21790             properly to theme changes.
21791         
21792         * gtk/gtktext?*.[ch]: Random code-style fixes.
21793
21794         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
21795
21796 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
21797
21798         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
21799         in original form preparatory to Pango-ization and gdkimcontext-ization.
21800
21801 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
21802
21803         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
21804         so that we can derive from gtkimcontext in language bindings properly.
21805
21806 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
21807
21808         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
21809         Add a compose table including (almost) all the compose combinations
21810         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
21811         data in the XIM implementation.
21812
21813         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
21814         Moved functions to convert keyvalues from and to unicode here from
21815         the win32 port and made them public.
21816
21817 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
21818
21819         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
21820
21821 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
21822
21823         * gtk/gtkimcontext.[ch]: Base class for new input context system
21824
21825         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
21826         the real input context implementation to be loaded from modules
21827         and switched on the fly.
21828
21829         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
21830         context that just does direct keysymbol => unicode translation.
21831
21832         * gtk/gtkentry.[ch]: Start switching editing over to using
21833         GtkInputContext. (No handling of preedit yet.)
21834
21835 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
21836
21837         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
21838         many substitutions. (klass should not be subsituted.)
21839
21840 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
21841
21842         * configure.in: Add checks for Pango
21843
21844         * configure.in docs/Makefile.am: Add test for sgml2html
21845         and allow 'make dist' without building html, but print out
21846         warnings in that case. (For making snapshots)
21847
21848         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
21849         Add Pango libraries and C flags
21850
21851         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
21852         Add function (gdk_draw_layout) to draw a pango layout.
21853
21854         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
21855         for getting Pango contexts for GDK.
21856
21857         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
21858
21859         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
21860         editing.
21861
21862         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
21863         keysym => unicode translations. More languages can be added
21864         here, but real input-method support is needed.
21865
21866         * docs/Changes-1.4.txt: Added note about entry behavior.
21867         
21868         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
21869         to set the reading direction for a widget and the global direction.
21870         Add test which allows toggling the global direction. Two private
21871         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
21872
21873         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
21874           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
21875
21876         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
21877
21878         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
21879         underlining now handled by Pango.
21880
21881         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
21882         to RCStyle and Style. (Having both this and the old font name and GdkFont 
21883         is temporary.)
21884
21885         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
21886         convenience functions for creating contexts and layouts for widgets.
21887
21888         * gtk/testgtk.c: Enhance label tests with multilingual labels.
21889
21890 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
21891
21892         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
21893         titles to be active, even if they aren't visible.
21894         (gtk_clist_column_titles_passive):  Ditto.
21895
21896 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
21897
21898         * gtkmenu.c:
21899         * gtkmenu.h:
21900         * gtktypeutils.h: Spelling/grammar fixes in comments.
21901
21902 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
21903
21904         * gdk/nanox/*.h: add missing header files.
21905
21906 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
21907
21908         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
21909         send_event to TRUE.
21910         (gtk_drawing_area_size): queue a resize.
21911
21912 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
21913
21914         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
21915         the handlers, also invalidate them. bug nailed down by Karl Nelson
21916         <kenelson@ece.ucdavis.edu>.
21917
21918 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
21919
21920         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
21921         "(nil)" foundries, patch from Grigorios Magklis.
21922
21923         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
21924         on non-available fonts, based on a patch by Grigorios Magklis
21925         <maglis@cs.rochester.edu>.
21926
21927 2000-05-18  Elliot Lee  <sopwith@redhat.com>
21928
21929         * gdk/x11/gdkregion-generic.c: If a region does not have any
21930         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
21931         instead of GDK_OVERLAP_RECTANGLE_IN.
21932
21933 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
21934
21935         * gtk/gtklayout.c (gtk_layout_map): Remove references to
21936         OFFSCREEN, as it is no longer necessary.
21937
21938 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
21939
21940         * gtk/gtkcolorsel.c: Patch from David Santiago
21941         <mrcooger@cyberverse.com> to change things so that the 
21942         indicator of the active palette entry is done independently,
21943         not via the focus, since it should always be visible.
21944
21945 2000-05-17  Tor Lillqvist  <tml@iki.fi>
21946
21947         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
21948         refcount leaks as in the X11 backend.
21949
21950         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
21951         cosmetics.
21952
21953         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
21954         backend. Add _gdk_windowing_window_destroy().
21955
21956         * gtk/gtkcolorsel.c: Include correct backend-specific header.
21957         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
21958         either, but these probably do exist on nanox?)
21959         
21960         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
21961         which isn't necessarily defined by <math.h>.
21962
21963         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
21964         ancestry past GtkObject.
21965
21966         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
21967         from DLL on Win32.
21968
21969         * gtk/gtk.def: Update corresponding to recent changes.
21970
21971         * gtk/makefile.{cygwin,msc}: Updates.
21972
21973 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
21974
21975         * docs/Changes-1.4.txt: A bit of editing.
21976
21977         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
21978         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
21979         to clear the update area for the window, and clear it
21980         when hiding a window.
21981
21982         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
21983         if window destroyed.
21984
21985         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
21986
21987         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
21988         gdk_window_destroy() to the generic code, since there was a lot of 
21989         window-system-independent logic it in. Add a function:
21990         
21991          _gdk_window_destroy() 
21992
21993         to the internal API to destroy a window without unreferencing it.
21994         Add a function:
21995
21996          _gdk_windowing_window_destroy()
21997
21998         That does the windowing-system-dependent part of destroying 
21999         the window.
22000
22001 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
22002
22003         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
22004
22005 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
22006
22007         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
22008         Make gtk_widget_shape_combine_mask() keep a reference count on
22009         the pixmap since it keeps it around.
22010
22011 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
22012
22013         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
22014         leak.
22015
22016         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
22017         leak with event filters.
22018
22019 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
22020
22021         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
22022         signal handlers with the right data arguments. (Fixes
22023         some warnings when a widget was repeatedly set as a drag
22024         destination.)
22025
22026         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
22027         window so we can avoid avoid setting the DND properties on the
22028         toplevel window repeatedly.
22029
22030 2000-05-13  Tor Lillqvist  <tml@iki.fi>
22031
22032         * gdk/win32/gdkwin32.h: Define more message types missing from
22033         mingw headers.
22034
22035         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
22036         call gdk_window_destroy_notify(). It was never called. This
22037         probably meant that the GdkWindow was never freed. Thanks Owen for
22038         noticing (!).
22039
22040         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
22041         window as destroyed before calling DestroyWindow(). DestroyWindow()
22042         causes a call to the window procedure (gdk_WindowProc), which
22043         calls gdk_event_translate(), which calls
22044         gdk_window_destroy_notify(), which gets confused unless the window
22045         is set as destroyed.
22046
22047         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
22048         this function to indicate it's win32 only. Put inside #ifdef
22049         G_ENABLE_DEBUG.
22050
22051         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
22052         debugging function. (gdk_event_translate:) Add a default branch
22053         that uses the above function to print debug messages with all
22054         Windows messages symbolically.
22055
22056         * gdk/win32/gdkprivate-win32.h: Declare it, and
22057         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
22058
22059 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
22060
22061         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
22062         public header file.
22063
22064 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
22065
22066         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
22067
22068         * gtk/gtktext.c: made the adjustments no-construct args, simply
22069         provide default adjustments.
22070         (gtk_text_destroy): release adjustments.
22071
22072         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
22073         adjustment argument non-construct.
22074
22075         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
22076         instead of in finalize.
22077         (gtk_progress_get_text_from_value): 
22078         (gtk_progress_get_current_text): 
22079         (gtk_progress_set_value): 
22080         (gtk_progress_get_percentage_from_value): 
22081         (gtk_progress_get_current_percentage): 
22082         (gtk_progress_set_percentage): 
22083         (gtk_progress_configure): ensure an adjustment is present.
22084
22085 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
22086
22087         * gtk/gtkcolorsel.[hc]:
22088         * gtk/gtkcolorseldialog.[hc]:
22089         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
22090         their parent implementation, use bit fields for boolean values, don't
22091         create unused widgets, usage of glib types, braces go on their own
22092         lines, function argument alignment, #include directives etc. etc. etc..
22093
22094         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
22095
22096 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
22097
22098         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
22099
22100         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
22101         of NULL.
22102
22103         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
22104         to freed data.
22105         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
22106
22107         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
22108         to NULL when the toplevel is getting destroyed.
22109         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
22110         (gtk_menu_destroy): 
22111         (gtk_menu_init): store the information of whether we have to
22112         readd the initial child ref_count during destruction in a new
22113         GtkMenu field needs_destruction_ref_count.
22114
22115         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
22116         here, those reading: learn from my mistake! ;)
22117         in order for set_?adjustment to support a default adjustemnt if
22118         invoked with an adjustment pointer of NULL, the code read (pseudo):
22119         if (v->adjustment) unref (v->adjustment);
22120         if (!adjustment) adjustment = adjustment_new ();
22121         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
22122         now imagine the first unref to actually free the old adjustment and
22123         adjustment_new() creating a new adjustment from the very same memory
22124         portion. here, the latter comparision will unintendedly fail, and
22125         all hell breaks loose.
22126         (gtk_viewport_set_hadjustment):
22127         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
22128         after unreferencing it.
22129
22130         * gtk/gtkcontainer.[hc]: removed toplevel registration
22131         functions: gtk_container_register_toplevel(),
22132         gtk_container_unregister_toplevel() and
22133         gtk_container_get_toplevels() which had wrong semantics
22134         anyways: it didn't reference and copy the list.
22135
22136         * gtk/gtkwindow.c: we take over the container toplevel registration
22137         bussiness now. windows are registered across multiple destructions,
22138         untill they are finalized. the initial implicit reference count
22139         users are holding on windows is removed with the first destruction
22140         though.
22141         (gtk_window_init): ref & sink and set has_user_ref_count, got
22142         rid of gtk_container_register_toplevel() call. add window to
22143         toplevel_list.
22144         (gtk_window_destroy): unref the window if has_user_ref_count
22145         is still set, got rid of call to
22146         gtk_container_unregister_toplevel().
22147         (gtk_window_finalize): remove window from toplevel list.
22148         (gtk_window_list_toplevels): new function to return a newly
22149         created list with referenced toplevels.
22150         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
22151
22152         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
22153         adjustment a non-construct arg.
22154         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
22155         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
22156         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
22157
22158         * gtk/gtkrange.c: added some realized checks.
22159         (gtk_range_destroy): get rid of the h/v adjustments in the
22160         destroy handler instead of finalize. remove timer.
22161         (gtk_range_get_adjustment): demand create adjustment.
22162
22163         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
22164         we simply create them on demand now and get rid of them in
22165         the destroy handler.
22166         (gtk_viewport_destroy): get rid of the h/v adjustments in the
22167         destroy handler instead of finalize.
22168         (gtk_viewport_get_hadjustment): 
22169         (gtk_viewport_get_vadjustment): 
22170         (gtk_viewport_size_allocate): demand create h/v adjustment
22171         if required.
22172
22173         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
22174         gtk_widget_real_destroy () functionality.
22175         (gtk_widget_real_destroy): reinitialize with a new style, instead
22176         of setting widget->style to NULL.
22177
22178 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
22179
22180         * gtk/gtkcalendar.c:
22181         * gtk/gtkbutton.c: ported _get_type() implementation over to
22182         GType, either to preserve memchunks allocation facilities,
22183         or because Gtk+ 1.0 GtkTypeInfo was still being used.
22184
22185         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
22186         over. prepare for ::destroy to be emitted multiple times.
22187         removed reference tracer magic. chain into GObjectClass.shutdown()
22188         to emit ::destroy signal.
22189
22190         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
22191         fundamental.
22192
22193         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
22194         cludge.
22195
22196         * gtk/gtksocket.c:
22197         * gtk/gtkplug.c:
22198         * gtk/gtklayout.c:
22199         * gtk/gtklabel.c:
22200         * gtk/gtkargcollector.c:
22201         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
22202         not being a fundamental anymore, and to work with the new
22203         type system (nuked fundamental type varargs clutter).
22204
22205         * gtk/*.c: install finalize handlers in the GObjectClass
22206         part of the class structure.
22207         changed direct GTK_OBJECT()->klass accesses to
22208         GTK_*_GET_CLASS().
22209         changed direct object_class->type accesses to GTK_CLASS_TYPE().
22210
22211         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
22212         GType. made most of the GTK_*() type macros and Gtk* typedefs
22213         simple wrappers around macros and types provided by GType.
22214         most notably, a significant portion of the old API vanished:
22215         GTK_TYPE_MAKE(),
22216         GTK_TYPE_SEQNO(),
22217         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
22218         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
22219         GTK_TYPE_ARGS,
22220         GTK_TYPE_CALLBACK,
22221         GTK_TYPE_C_CALLBACK,
22222         GTK_TYPE_FOREIGN,
22223         GtkTypeQuery,
22224         gtk_type_query(),
22225         gtk_type_set_varargs_type(),
22226         gtk_type_get_varargs_type(),
22227         gtk_type_check_object_cast(),
22228         gtk_type_check_class_cast(),
22229         gtk_type_describe_tree(),
22230         gtk_type_describe_heritage(),
22231         gtk_type_free(),
22232         gtk_type_children_types(),
22233         gtk_type_set_chunk_alloc(),
22234         gtk_type_register_enum(),
22235         gtk_type_register_flags(),
22236         gtk_type_parent_class().
22237         replacements, where available are described in ../docs/Changes-1.4.txt.
22238         implemented compatibility functions for the remaining API.
22239
22240         * configure.in: depend on glib 1.3.1, use gobject module.
22241
22242 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
22243
22244         * TODO.xml: Various updates to current status.
22245
22246 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
22247
22248         * gtk.m4: Print out version when test succeeds.
22249
22250 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
22251
22252         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
22253         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
22254         
22255         (Original triangle color selector from Simon Budig
22256         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
22257         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
22258         Santiago <mrcooger@cyberverse.com>)
22259
22260         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
22261         out into a separate widget.
22262
22263         * gtk/testgtk.c: Add some checkbuttons for toggling palette
22264         and opacity controls.
22265
22266 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
22267
22268         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
22269         snuck in prematurely.
22270
22271 2000-05-07  Tor Lillqvist  <tml@iki.fi>
22272
22273         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
22274         had deleted a ! operator by mistake, which caused
22275         GDK_SELECTION_CLEAR events never to be generated, which caused
22276         only the first copy to the clipboard from an gtkeditable to
22277         actually cause a copy to the Windows clipboard.
22278
22279 2000-05-06  Tor Lillqvist  <tml@iki.fi>
22280
22281         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
22282         compilation, too. Current mingw gcc distributions include the
22283         necessary headers. Also the necessary IIDs are now in mingw
22284         headers/libraries, and own definitions unnecessary.
22285
22286         More hacking on OLE2 DND, still doesn't work though, and thus
22287         ifdeffed out.
22288
22289         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
22290         here, too.
22291
22292 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
22293
22294         * gdk/nanox/*: nano-X port work in progress.
22295         * gdk/simple.c: simple test for Gdk.
22296         * README.nanox: notes about the port: read this first!
22297         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
22298         with nano-X.
22299
22300 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
22301
22302         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
22303         gdk_window_clear() into common code, implement in terms of
22304         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
22305         not redirected to the backing rectangle.
22306
22307 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
22308
22309         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
22310         EXTRA_DIST. It does not work well when the file that
22311         everything depends on is not in the tarball.
22312
22313 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
22314
22315         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
22316         with recursion where process_updates() is called from
22317         an expose handler. (GtkTextView is highly broken in
22318         doing this, but it should work, so it is a nice test
22319         case.)
22320
22321 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
22322
22323         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
22324         handle the case where updates are queued during processing of
22325         updates.
22326
22327 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
22328
22329         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
22330         window is on gdk_display - use that instead of segfaulting.
22331
22332 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
22333
22334         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
22335         broken and require an empty arg, give it to them.
22336
22337 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
22338
22339         * gtk/gtklabel.h: indentation fixes.
22340
22341 2000-05-02  Tor Lillqvist  <tml@iki.fi>
22342
22343         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
22344         draw too narrow or too low arcs, they seem to fail, at least with
22345         some display drivers.
22346
22347         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
22348
22349         Large changes to the Win32 backend, partially made necessary by
22350         the changes to the backend-independent internal
22351         structures. Attempts to implement similar backing store stuff as
22352         on X11. The current (CVS) version of the Win32 backend is *not* as
22353         stable as it was before the no-flicker branch was merged. A
22354         zipfile with that version is available from
22355         http://www.gimp.org/win32/. That should be use by "production"
22356         code until this CVS version is usable. (But note, the Win32
22357         backend has never been claimed to be "production quality".)
22358
22359         * README.win32: Add the above comment about versions.
22360
22361         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
22362
22363         * gdk/gdk.def: Update.
22364
22365         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
22366         presumably be replaced by some more better mechanism as 1.4 gets
22367         closer to release shape.
22368
22369         * gdk/makefile.{cygwin,msc}: Update.
22370
22371         * gdk/win32/*.c: Correct inclusions of the backend-specific and
22372         internal headers. Change code according to changes in these. Use
22373         gdk_drawable_*, not gdk_window_* where necessary.
22374
22375         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
22376         our old DND.
22377
22378         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
22379         to interpret single characters as UTF-8. Thanks to Hans Breuer.
22380         Use correct function name in warning messages.
22381
22382         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
22383         GSourceFuncs gdk_event_prepare and gdk_event_check.
22384         (gdk_event_get_graphics_expose): Do implement, use
22385         PeekMessage. Thanks to Hans Breuer.
22386         (event_mask_string): Debugging function to print an GdkEventMask.
22387         (gdk_pointer_grab): Use it.
22388
22389         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
22390         (old) book I used claimed was Hangul actually is CJK Unified
22391         Ideographs Extension A. Also, Hangul Syllables were missing.
22392         Improve logging.
22393
22394         * gdk/win32/gdkgc-win32.c: Largish changes.
22395
22396         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
22397         g_win32_getlocale() from GLib, and not setlocale() to get current
22398         locale name.
22399
22400         * gdk/win32/gdkprivate-win32.h
22401         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
22402         gdkwin32.h, similarily as in the X11 backend.
22403
22404         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
22405         assignment was used instead of equals in if test. Thanks to Hans
22406         Breuer.
22407
22408         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
22409         the X11 version.
22410
22411         * gdk/win32/makefile.{cygwin,msc}
22412         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
22413         path to the Win32 headers that works also with the mingw compiler.
22414
22415         * gtk/gtkstyle.c: Include <string.h>.
22416
22417 2000-04-26  Havoc Pennington  <hp@redhat.com>
22418
22419         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
22420         replacing the broken gtk_label_get ()
22421
22422 2000-04-15  Havoc Pennington  <hp@pobox.com>
22423
22424         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
22425         this keeps scanner scripts from getting confused.
22426
22427         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
22428         data, rather than void
22429
22430 2000-04-15  Tor Lillqvist  <tml@iki.fi>
22431
22432         * gtk/gtkclist.c (gtk_clist_motion)
22433         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
22434         with is_hint FALSE, get x and y from the event. They used to be
22435         used uninitialised. The Win32 backend never sends motion events
22436         marked as hints. This for instance fixes the annoying file and
22437         font selector behaviour in the Win32 version.
22438
22439 2000-04-14  Tor Lillqvist  <tml@iki.fi>
22440
22441         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
22442         gtk_private_n_signals variables, they are used by some software,
22443         sigh.
22444
22445         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
22446         installation directory from the Registry, where the installer
22447         should have put it.
22448
22449 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
22450
22451         * gdk/x11/Makefile.am: Fix problem with installation directory for
22452         gdkx.h
22453
22454         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
22455         <mrcooger@cyberverse.com> so that when selecting menus with the
22456         mouse, the first item will not be selected, but when selecting
22457         with an accelerator, or navigating left-right on a menubar with
22458         the menus popped up, the first item will be selected.
22459
22460 2000-04-05  Dan Damian  <dand@dnttm.ro>
22461
22462         * configure.in: Added "ro" to ALL_LINGUAS.
22463
22464 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
22465
22466         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
22467         indentation.
22468
22469         * Makefile.am (EXTRA_DIST): Fix typo.
22470
22471         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
22472         to catch gdkconfig.h
22473
22474         * gtk/gtkitemfactory.c: Added FIXME.
22475
22476 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
22477
22478         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
22479         s/return_if_fail/return_val_if_fail/g and add a return value.
22480
22481 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
22482
22483         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
22484         merge slipup.
22485
22486         * gdk/gdkinput.h: Fix missing line from merge.
22487
22488 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
22489
22490         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
22491         instead of gdkprivate.h.
22492
22493 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
22494
22495         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
22496         parent class to correctly be GtkDialogClass.
22497
22498 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
22499
22500         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
22501         toplevel windows and their immediate children by their parents,
22502         since the size of toplevel windows is out of our immediate
22503         control and we don't get any real benefit from trying to track
22504         this size for clipping.
22505
22506         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
22507         for input_only windows.
22508
22509         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
22510         to fix some hacks and make sure that we don't try to set the
22511         background of input only windows.
22512
22513 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
22514
22515         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
22516         the _really_ internal stuff, and leave gdkprivate.h for the fake private
22517         stuff that we've traditionally exposed.
22518
22519         * gdk/**.c: Use gdkinternals.h where appropriate.
22520
22521         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
22522         not include gdkprivate-x11.h, move all stuff of conceivable public
22523         interest into gdkx.h; keep all really private stuff in
22524         uninstalled header gdkprivate-x11.h.
22525
22526         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
22527         image->image_put on windows through a new function _gdk_window_draw_image()
22528         to allow us to do backing store for images. (Sort of ugly)
22529
22530         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
22531         contexts locally so that we can offset them properly when drawing 
22532         onto backing pixmaps.
22533
22534         * gdk/gdkinput.h: Reindented
22535
22536         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
22537         pixmap or color for the window, so we can properly initialize
22538         our double-buffer pixmaps, and also so that we temporarily set
22539         a background of None while scrolling.
22540
22541         * gdk/gdkregion.h: Revise region boolean operators to have an
22542         interface that is actually convenient - switch from creating new
22543         regions on every op, to "methods" that modify existing regions
22544         (A = A OP B). 3 argument forms which allow dest == src, would also
22545         be possible, but the current interfaces seem to map nicely
22546         onto what needs to be done. (There is quite a lot of region
22547         code in GDK now.)
22548
22549         * gdk/gdkregion.h: Add constructor from rectangle and a copy
22550         operator.
22551
22552         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
22553         gdkpoly-generic.h: Copy region code from Xlib, switch it over
22554         to 32 bit coordinates, modify it to be mostly GTK+ style
22555         and to have interfaces that match gdkregion.h.
22556
22557         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
22558         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
22559         create a backing pixmap and redirect all drawing to
22560         that backing pixmap until a matching gdk_window_end_paint().
22561
22562         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
22563         Create a special drawable class for GtkWindow's that 
22564         redirects the drawing to the backing pixmap as necessary
22565         and then calls the real operations in _gdk_windowing_window_class.
22566
22567         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
22568         Store invalid region for each window. Generate expose events for invalid
22569         region in an idle. This replaces both the expose compression
22570         and the redrawing queuing in GTK+. It is both more efficient and
22571         simpler than either one individually and far more so then the
22572         combination.
22573
22574         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
22575         Emulate 32 bit coordinates for windows with 16 bit coordinates
22576         by offsetting drawing, guffaw scrolling techniques and
22577         mapping/unmapping child windows as necessary.
22578
22579         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
22580         where, when invalid regions are processed, the region is stored,
22581         and if expose events come in that are detectably duplicate
22582         the processed exposes (by comparison of event serial numbers),
22583         the stored region is subtracted out of those exposes.
22584
22585         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
22586         regions newly exposed when scrolling or resizing windows.
22587         This, combined with forcing processesing of queued invalidated
22588         regions, gives nice flicker-free scrolling.
22589
22590         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
22591         invalidated regions after every scroll.
22592
22593         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
22594         emulation in GDK. Its, for all practical purposes just a
22595         GtkViewport/GtkFixed hybrid now.
22596
22597         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
22598         (16-bit) structures as necessary instead of just casting.
22599
22600         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
22601         in terms of the structures from gdkregion-generic.c, using appropriate
22602         offsets from GDK to X11 coordinates. Cache clip mask and
22603         origin and ts origin locally and only flush to the server
22604         when drawing, to avoid constantly setting and resetting these
22605         values when offsetting GC's for scrolling and backing pixmaps.
22606
22607         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
22608
22609         * gtk/gtkcontainer.c: Call process_all_updates at end
22610         of resizing to reduce flicker. (Avoids having redraw
22611         lag arbitrarily behind resize under some circumstances)
22612
22613         * gtk/gtkentry.c: Remove old backing store code, and simply take
22614         advantage of the new backing store capabilities of GDK.
22615
22616         * gtk/gtkmain.c: Simple implementation of widget backing
22617         store - simply push a paint while handling each expose.
22618         (Should really be configurable widget for widget.)
22619         
22620         * gtk/gtkwidget.c: Remove all the old complicated redraw
22621         code, and simply invalidate the GDK windows from
22622         gdk_window_queue_clear(), etc. (Sigh, so much carefully
22623         debugged complexity ... gone to the winds.)
22624
22625         Remove all the code for suppressing expose events while
22626         resizes are pending; this isn't needed since the invalid
22627         areas won't be processed until after the resizes are
22628         processed, since they are in a lower priority idle.
22629
22630 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
22631
22632         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
22633         and height of dest rectangle for non-intersecting rectangles.
22634
22635 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
22636
22637         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
22638         for GdkRectangle.
22639
22640 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
22641
22642         * gdk/gdk{events,image,private,types,window}.h
22643          gdk/x11/gdkinputprivate.h: Change all coordinates
22644          from int16 to int. Also, Change width and height from
22645          unsigned to signed to avoid all the stupid C 
22646          signedness bugs.
22647
22648 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
22649
22650         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
22651         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
22652         Add some more detailed checking.
22653
22654         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
22655         New function to retrieve the depth of a drawable.
22656
22657         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
22658         field, reorder fields to save memory. 
22659
22660 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
22661
22662         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
22663         of the background image instead of scaling the background down to
22664         a line.
22665
22666         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
22667         which temporarily set slider to wrong size.
22668
22669         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
22670         queue_clear().
22671
22672 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
22673
22674 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
22675
22676         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
22677
22678 2000-03-17  Tor Lillqvist  <tml@iki.fi>
22679
22680         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
22681         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
22682
22683         * gdk/win32/gdkfont-win32.c
22684         * gdk/win32/gdkproperty-win32.c
22685         * gdk/win32/gdkselection-win32.c
22686         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
22687         now declared such.
22688
22689 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
22690
22691         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
22692
22693 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
22694
22695         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
22696         is called without trapping X errors.
22697
22698 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
22699
22700         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
22701         way into the fontset lists.
22702
22703 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
22704
22705         * gtk/gtkthemes.h: add extern "C" scope.
22706
22707 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
22708
22709         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
22710         to make appends to the list constant. (gtk-guy-990901-0.patch)
22711
22712 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
22713
22714         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
22715         for the typename hash table.
22716
22717 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
22718
22719         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
22720         to make sure we never divide by zero. 
22721         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
22722
22723 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
22724
22725         * gtk/gtkfontsel.c: Apply patch from
22726         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
22727         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
22728
22729         Also, some cleanups in atom handling.
22730
22731 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
22732
22733         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
22734         not GtkWidget.
22735
22736 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
22737
22738         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
22739         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
22740         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
22741         more guint wrap-around bugs before going to bed.
22742
22743 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
22744
22745         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
22746         guint wrap arounds in allocation.width.
22747
22748         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
22749         process untill we fit the allocation given.
22750
22751 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
22752
22753         * gtk/gtkwidget.c:
22754         (gtk_widget_unrealize): guard widget access with ref/unref
22755         around signal emission.
22756         (gtk_widget_hide): same here, but also check its destroyed
22757         state before queueing a resize.
22758
22759 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
22760
22761         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
22762         of gtk_default_insensitive_bg as insensitive base color.
22763
22764         * gtk/gtktext.c (gtk_text_style_set): set the background color according
22765         to the widget's state.
22766         (gtk_text_realize): same here.
22767         (gtk_text_state_changed): same here.
22768         (draw_bg_rect): compare background color against base[] from
22769         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
22770
22771 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
22772
22773         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
22774         grabs are active, unless a delete event is send to the toplevel
22775         of the currently grab holding widget.
22776
22777 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
22778
22779         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
22780         debugging g_print's.
22781
22782 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
22783
22784         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
22785         ever make the scrolled-window requisition ever depend on the 
22786         visibility state of the scrollbars for the AUTOMATIC policy. 
22787         This breaks the GTK+ requisition model, and causes loops.
22788
22789 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
22790
22791         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
22792         the default font to avoid problems with XFree86-4.0 where the
22793         default charset is iso10646-1, not iso8859-1.
22794
22795 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
22796
22797         * acinclude.m4
22798         * config.guess
22799         * config.sub
22800         * ltconfig
22801         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
22802
22803         * gtk/Makefile.am: minor cosmetic consistency tweak
22804
22805 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
22806
22807         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
22808         the activate_time to 0, so that we handle a quick
22809         press/release press/release properly and don't suppress
22810         the second release. (Red Hat bug #7545)
22811
22812 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
22813
22814         * gtk/gtkctree.c (row_delete):
22815         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
22816         bugs with destruction notifier, *always* update internal
22817         structures *before* calling user code.
22818
22819 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
22820
22821         A few more fixes for bug #5487, #2051, #2677.
22822         * gtk/gtkclist.c : 
22823         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
22824         not GDK_BUTTON_PRESS.
22825         (resync_selection): resync only if selection_mode is
22826         GTK_SELECTION_EXTENDED
22827         * gtk/gtkctree.c (resync_selection): same here
22828
22829 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
22830
22831         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
22832         gdk_drag_get_selection() and gtk_menu_detach().
22833
22834         [ From Jeroen Ruigrok/Asmodai ]
22835
22836 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
22837
22838         * gtk/gtknotebook.c (gtk_notebook_size_request): 
22839         page->tab_label can be NULL.
22840
22841 2000-01-25  Havoc Pennington  <hp@pobox.com>
22842         
22843         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
22844         arg is boolean
22845
22846         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
22847
22848         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
22849
22850         * gdk/gdkproperty.c (gdk_property_get): return boolean
22851
22852         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
22853
22854         * gdk/gdkim.c (gdk_im_ready): return boolean
22855
22856         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
22857
22858         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
22859         glib clash, should fix glib)
22860
22861         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
22862         (gdk_get_show_events): return gboolean, and canonicalize 
22863         to TRUE/FALSE
22864
22865         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
22866         colormap is private
22867         (gdk_colors_alloc): gboolean whether to be contiguous
22868         (gdk_color_equal): return gboolean since we are a predicate
22869         and not a qsort() (this looks semi-wrong due to glib breakage,
22870         IMO glib should be fixed)
22871         
22872         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
22873         (gdk_get_use_xshm): return gboolean
22874         (gdk_pointer_is_grabbed): return gboolean
22875
22876         * gdk/gdk.h: Change prototypes to match all the above changes,
22877         and re-run egtk-format-protos as required.
22878
22879 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
22880
22881         * gtk/gtkctree.c (resync_selection): 
22882         * gtk/gtkclist.c (resync_selection):
22883
22884         Return immediately if clist->drag_pos < 0. This is a workaround
22885         for the corrupt state that the clist gets into when a
22886         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
22887
22888         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
22889         
22890         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
22891         variable from recent commit.
22892
22893 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
22894
22895         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
22896
22897 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
22898
22899         * gtk/Makefile.am: prefix all autogenerated source that get build in
22900         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
22901         in builddir. since we subsequently cd into srcdir for autogeneration,
22902         the paths have to be stripped from the target file names, thusly we
22903         use $(@F) as target names now.
22904         put a comment about configure.in's --disable-rebuilds option,
22905         which can be used for non-writable source directories, for development
22906         setups though, srcdir has to be *writable*.
22907
22908 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
22909
22910         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
22911           Finish the job of allowing event to be NULL.
22912           (Fixes bug #4283, reported by Chris Blizzard)
22913
22914         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
22915           things so that the cursor appears on screen, properly
22916           take into account INNER_BORDER.
22917           (Fixes bug #4754, reported by Antonio Campos)
22918
22919 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
22920
22921         * gtk/gtknotebook.c (gtk_notebook_map): Don't
22922           show the tab_label unless it itself is visible.
22923
22924           gtk/gtknotebook.c (gtk_notebook_size_request):
22925           Do a better job of making sure that the visibility
22926           of the tab label corresponds to whether it should
22927           be mapped or not.
22928
22929 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
22930
22931         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
22932           Use the requisition, not the allocation, since the
22933           allocation has not necessarily been computed yet.
22934           (Pointed out by Eugene Osintsev)
22935
22936 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
22937
22938         * gtk/gtkstyle.c (gtk_style_new): Dont' set
22939           style/base[GTK_STATE_INSENSITIVE] both to
22940           gtk_default_insensitive_bg!
22941           (Bug #2187, reported by Jonathan Blandford)
22942
22943         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
22944           Add Alt_L, Alt_R to list of invalid accelerators.
22945           (Bug #3736, reported by Vlad Harchev)
22946
22947 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
22948
22949         * gtk/gtkfilesel.c (open_ref_dir): Fix several
22950         bugs which occured after an attempt to open 
22951         invalid home directory left cmpl_state->reference_dir == NULL.
22952
22953          - completion on files in home directory didn't work
22954          - completion on an empty string caused  segfault
22955
22956          (Bug #3678, reported by Steve Ratcliffe)
22957
22958         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
22959         cut and paste error that was causing scales to
22960         be incorrectly positioned.
22961         (Bug #2956,
22962          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
22963
22964 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
22965
22966         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
22967         when checking for dcgettext, if we've found we needed
22968         it for dgettext.
22969 +
22970 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
22971
22972         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
22973         queue_clear on NO_WINDOW widgets during a reparent,
22974         since at that point the window and widget heirarchies
22975         are out of sync. This stops crashing in some cases
22976         (the scrolled window reparent test, for instance), and
22977         _probably_ won't cause drawing errors.
22978
22979         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
22980         test do what it was supposed to do and be robust against
22981         window closings, etc. (Bug #2443)
22982
22983 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
22984
22985         * gtk/gtkentry.c: Fix return values on mouse events.
22986         (Bug #2686, Sky <seb_sky@yahoo.com>)
22987
22988         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
22989         (pointed out by George Lebl)
22990
22991         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
22992         (From Ettore Perazzoli  <ettore@helixcode.com>)
22993  
22994 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
22995
22996         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
22997         clicks between rows or outside calender area correctly.
22998         (Patch from Damon Chaplin)
22999
23000         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
23001         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
23002           Call destroy function when overwriting existing data. 
23003           (Pointed out by Damon Chaplin)
23004
23005 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
23006
23007         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
23008           which was causing problems on various systems with Xmu.
23009           This hasn't been needed for a very long time.
23010           (Fixes #1185 3167)
23011
23012 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
23013
23014         * gdk/gdki18n.h: Include <ctype.h> when defining
23015           gdk_isw* in terms of is* as a fallback.
23016           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
23017
23018 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
23019
23020         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
23021           realize the widget when it is size allocated!
23022           (old, old bug)
23023
23024         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
23025           Removed unused call to gdk_window_get_size() that
23026           showed up when the above was fixed.
23027
23028 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
23029
23030         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
23031           fix up widget->window when the widget is a
23032           NO_WINDOW container widget.
23033
23034 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
23035
23036         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
23037           to account for the fact that feof() does _not_ 
23038           return TRUE on errors, and thus avoid infinite loops
23039           when trying to use gdk_pixmap_create_from_xpm()
23040           on unreadable values.
23041
23042 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
23043
23044         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
23045
23046 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
23047
23048         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
23049           gdk_gc_set_dashes to take gint8 instead of gchar to
23050           make it clearer that it is _not_ a NULL terminated string.
23051
23052         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
23053           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
23054           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
23055           arguments.
23056
23057 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
23058
23059         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
23060         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
23061         background size relative to our allocation, guard against small
23062         allocations, we may have not yet been size allocated.
23063
23064 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
23065
23066         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
23067         not just version == 3. We implement all 3 + most of 4 - 
23068         (we don't support matching text/plain;charset=iso-8859-1
23069         to a dest that expects text/plain). We'll still advertise
23070         3 to be safe, but any client implementing version >= 3
23071         must interoperate with 3.
23072         
23073 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
23074
23075         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
23076         background and gc members, add a warning in gtk_tooltips_set_color()
23077         indicating that this function is deprecated.
23078
23079 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
23080
23081         * docs/gtkfaq.sgml: FAQ Update:
23082           - Minor cleanups (Emmanuel, me)
23083           - New questions:
23084                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
23085                 How can I retrieve the text from a GtkMenuItem? (timj)
23086                 How do I validate/limit/filter the input to a GtkEntry? (me)
23087                 Memory does not seem to be released when I free the list
23088                         nodes I've allocated (timj)
23089
23090 2000-03-07  Tor Lillqvist  <tml@iki.fi>
23091
23092         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
23093         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
23094         for which it is no use to call GetLastError onWin9x.
23095         (gdk_other_api_failed) New function, for general error
23096         reporting without calling GetLastError.
23097         (gdk_win32_api_failed) OTOH, this function always calls
23098         GetLastError. (gdk_win32_last_error_string) Remove this function,
23099         GLib has the equivalent now.
23100
23101         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
23102         call them with function name, file name and line number in the
23103         arguments.
23104
23105         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
23106         functions.
23107         
23108         * gtk/gtk.def: Add some missing entry points.
23109
23110         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
23111         gtk_paned_set_gutter_size, which don't exist any longer, as void.
23112         
23113         Fixes by Hans Breuer:
23114
23115         * gdk/makefile.msc: Update for debugging.
23116
23117         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
23118         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
23119         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
23120         in the dash_list.
23121
23122         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
23123         the x11 backend.
23124
23125         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
23126
23127         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
23128
23129 2000-03-04  Tor Lillqvist  <tml@iki.fi>
23130
23131         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
23132         just pixel value of background colour.
23133
23134         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
23135         containing code snippet previously duplicated in a couple of
23136         places.
23137         
23138         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
23139         gdk_colormap_color.
23140
23141         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
23142         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
23143         events for autorepeated Shift, Control and Alt keys. Use
23144         gdk_colormap_color.
23145
23146         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
23147         pointer is inside the window the cursor of which we are setting,
23148         call SetCursor immediately.
23149
23150         * gdk/win32/makefile.cygwin
23151         * gtk/makefile.cygwin: If we don't have the build number stamp
23152         file, use zero.
23153
23154         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
23155         gtk_paned_set_gutter_size as empty.
23156
23157         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
23158         
23159 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
23160
23161         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
23162           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
23163           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
23164           docs/gtk_tut.sgml docs/gtk.texi TODO:
23165
23166           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
23167
23168 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
23169
23170         * gtk/gtkcalendar.c: Implement num_marked_dates,
23171           and don't emit mutiple day_selected signals on
23172           month_prev.
23173
23174 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
23175
23176         * docs/make-todo (lineno): let title and logo be configurable so
23177         that GNOME can use this script too.
23178
23179         * TODO.xml: added logourl and a title
23180
23181 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
23182
23183         * TODO.xml: Added some UI items, and an explanatory
23184         comment at the top of the file.
23185
23186 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
23187
23188         * TODO.xml: some updates, added abunch of new entries.
23189         a note for those fiddeling with this file, when done
23190         with it, invoke:
23191         $ ./docs/make-todo TODO.xml >/dev/null
23192         and correct output errors before comitting changes.
23193
23194 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
23195
23196         * TODO.xml: Added XML-structured TODO file.
23197         * docs/make-todo: python script to turn TODO.xml into
23198           pretty XML output. 
23199
23200 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
23201
23202         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
23203         the function to let it draw the seven dots, instead of the old,
23204         much maligned, method.
23205         (draw_dot): New function to draw a dot.
23206
23207         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
23208         to draw the handle inside the border width as opposed to outside.
23209         Use paint function instead of gdk_draw_point.
23210
23211         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
23212         to draw the handle inside the border width as opposed to outside.
23213         Use paint function instead of gdk_draw_point.
23214
23215         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
23216         Change indenting to be more GTK like.
23217
23218 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
23219
23220         * docs/gtk_tut.sgml: New section on GtkCalendar
23221         * examples/calendar: Update example code
23222
23223 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
23224
23225         * docs/gtkfaq.sgml: FAQ Update
23226
23227 2000-02-19  Anders Carlsson  <andersca@gnu.org>
23228
23229         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
23230         to prevent the scroll event to be propagated upwards.
23231
23232 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
23233
23234         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
23235         OwnerGrabButtonMask from button entries for
23236         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
23237
23238         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
23239         to the event mask (which will result in button/press release
23240         being added to the event mask on Unix) so scrolling works
23241         for layouts in scroll windows.
23242
23243         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
23244
23245         Patch from Anders Carlsson  <andersca@gnu.org> to add
23246         a scroll event.
23247
23248         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
23249         scrolling to the "Test Scrolling" part of testgtk.
23250  
23251         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
23252  
23253         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
23254         it against GDK_SCROLL.
23255  
23256         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
23257         way of mouse wheel scrolling.
23258  
23259         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
23260  
23261         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
23262  
23263         * gtk/gtkmain.c: Removed previous mouse wheel hack.
23264  
23265         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
23266         gdk_event_mask_table.
23267  
23268         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
23269         GdkEventScroll handler.
23270  
23271         * gdk/gdkevents.h: Added GdkEventScroll structure.
23272  
23273 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
23274
23275         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
23276         and Anders Carlsson to change the Paned widgets so that they
23277         can be dragged from anywhere along the length. Also change
23278         the way that this is drawn to make this apparent.
23279
23280         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
23281         from George Lebl to check that option_menu->menu is present
23282         before getting history.
23283
23284 2000-02-14  Tor Lillqvist  <tml@iki.fi>
23285
23286         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
23287         before the assertion for non-NULL segment list.
23288
23289         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
23290         Seems that pattern brushes *must* be 8x8 pixels! At least on my
23291         machine, but it might be display driver dependent. Sigh, so make
23292         sure the stipple is that size. Does Windows suck or what?
23293
23294         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
23295         places.
23296
23297 2000-02-13  Havoc Pennington  <hp@pobox.com>
23298
23299         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
23300         refcount to 1
23301         (gdk_cursor_new): init refcount to 1
23302
23303         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
23304
23305 2000-02-13  Tor Lillqvist  <tml@iki.fi>
23306
23307         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
23308         so that we don't have to do unnecessary settings to the HDC.
23309
23310         * gdk/win32/gdkdrawable-win32.c
23311         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
23312         gdk_gc_predraw.
23313
23314         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
23315         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
23316         GDI paths, call WidenPath to get the outline of the stroken path,
23317         and then fill the outline (with the brush that was built from the
23318         stipple).
23319
23320         * gdk/win32/gdkgc-win32.c: Factor out common code from
23321         _gdk_win32_gc_new and gdk_win32_gc_set_values into
23322         gdk_win32_gc_values_to_win32values. Use correct colour for
23323         SetBkColor() (Until now the code actually used a random colour in
23324         the call to SetBkColor()... but that didn't show up as not many
23325         GDI APIs use the background colour. Pattern (opaque stippled)
23326         brushes do.)
23327
23328         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
23329         gdk_win32_api_failed): New functions for error logging.
23330
23331         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
23332         WIN32_API_FAILED to call them, passing function or file name and
23333         line number.
23334
23335         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
23336
23337         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
23338         GdkColor for foreground and background in GdkGCWin32Data.
23339
23340         * gdk/makefile.cygwin: Link in the resource object separately.
23341
23342         * gdk/win32/rc/gdk.rc
23343         * gtk/gtk.rc (New file)
23344         * gdk/win32/makefile.cygwin
23345         * gtk/makefile.cygwin: Update build number in DLLs automatically,
23346         as in GLib.
23347
23348 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
23349
23350         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
23351         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
23352         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
23353         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
23354         parameters given and cursor->ref_count. coding style fixups.
23355
23356         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
23357         not GtkWidget.
23358         
23359         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
23360         fix up widget macros and add _GET_CLASS() variant.
23361         
23362         * gtk/*.c: some GtkType fixups.
23363
23364 2000-02-09  Tor Lillqvist  <tml@iki.fi>
23365
23366         * gdk/win32/gdkproperty-win32.c
23367         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
23368         were reversed.
23369
23370 2000-02-04  Tor Lillqvist  <tml@iki.fi>
23371
23372         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
23373         g_filename_to_utf8 to convert the font names Windows gives us from
23374         whatever is the default codepage to UTF-8.
23375         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
23376         in the other direction.
23377
23378         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
23379         error in debugging output.
23380
23381 2000-02-02  Tor Lillqvist  <tml@iki.fi>
23382
23383         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
23384         and height parameters to gdk_window_clear_area(). Not minus one.
23385
23386 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
23387
23388         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
23389         checks if the widget passed to gtk_drag_get_data() was not the
23390         dest widget.
23391
23392 2000-02-01  Tor Lillqvist  <tml@iki.fi>
23393
23394         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
23395         g_filename_from_utf8 functions (which were added a moment ago to
23396         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
23397         size buffers.
23398
23399         gtk_file_selection_get_filename returns the filename in the C
23400         runtime encoding. It calls g_filename_from_utf8, but copies the
23401         returned string to a static buffer, which is returned. I think
23402         this is better than returning the result from g_filename_from_utf8
23403         directly, which would mean all apps that use it would have to free
23404         the return value. Or should this function care about this issue at
23405         all? Maybe a new function with clearly defined semantics.
23406
23407         * gtk/gtkfilesel.h: Add comment about
23408         gtk_file_selection_get_filename returning the filename in the C
23409         runtime's encoding.
23410
23411         * README.win32
23412         * gdk/gdk.def
23413         * gdk/makefile.{cygwin,msc}
23414         * gtk/gtk.def: Updates.
23415
23416         * gdk/gdkcursor-win32.c: Initialise refcount.
23417
23418 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
23419
23420         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
23421
23422 2000-01-30  Havoc Pennington  <hp@pobox.com>
23423
23424         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
23425         destroy
23426
23427         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
23428
23429         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
23430         implemented in platform-specific code
23431
23432         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
23433
23434         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
23435         underscore in front
23436
23437         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
23438         put an underscore in front
23439
23440         * gdk/gdkcursor.c: new file, implements
23441         gdk_cursor_ref/gdk_cursor_unref
23442
23443         * gdk/gdkcursor.h: Refcount GdkCursor
23444
23445         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
23446
23447 2000-01-29  Tor Lillqvist  <tml@iki.fi>
23448
23449         * gdk/gdkwindow.h
23450         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
23451
23452 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
23453
23454         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
23455         structures to properly inherit from GtkWidget not GtkBin.
23456
23457 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
23458
23459         * gtk+.spec.in: Added lib/gtk+/include/* to %files
23460         (bug #5178 - Peter Wainright)
23461         
23462         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
23463         so that it will be installed.
23464         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
23465
23466 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
23467
23468         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
23469         for the GtkStyleClass vtable const.
23470
23471         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
23472         take a const string argument like GtkTranslateFunc. This will
23473         require changes in use code.
23474
23475 2000-01-19  Tor Lillqvist  <tml@iki.fi>
23476
23477         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
23478         semantics (to mimic the X11 backend, which just calls XClearArea)
23479         is to check for zero width (and height), and in that case use the
23480         window's width minus x (height minus y). This fixes for instance
23481         some redraw problems with gtkclist, which were easily noticeable
23482         in the gtk file selection widget.
23483
23484         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
23485         windows.
23486
23487 2000-01-13  Tor Lillqvist  <tml@iki.fi>
23488
23489         * configure.in
23490         * gdk/Makefile.am
23491         * gdk/x11/Makefile.am
23492         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
23493         (bug #5177).
23494         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
23495         out later.
23496
23497 2000-01-09  Tor Lillqvist  <tml@iki.fi>
23498
23499         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
23500         WM_MOVE for iconified or invisible windows. This fixes various
23501         problems when minimising windows. Thanks to Bernd Herd.
23502
23503 2000-01-05  Tor Lillqvist  <tml@iki.fi>
23504
23505         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
23506         backend's draw_lines method, not draw_points.
23507
23508 2000-01-02  Tor Lillqvist  <tml@iki.fi>
23509
23510         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
23511         before Owen's reorganisation: Don't have queued_events and
23512         queued_tail statics in this file, but use gdk_queued_events and
23513         gdk_queued_tail. This makes exposure event compression work again.
23514
23515         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
23516         seem to be needed?
23517
23518 1999-12-30  Tor Lillqvist  <tml@iki.fi>
23519
23520         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
23521         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
23522         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
23523         doesn't do anything.
23524
23525         * gdk/gdk.def: Add gdk_xid_table_insert.
23526
23527         * gdk/win32/gdkprivate-win32.h
23528         * gdk/win32/gdkevents-win32.c
23529         * gdk/win32/gdkinput-win32.c
23530         
23531         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
23532         extension_events field in the GdkWindowWin32Data struct. Use only
23533         the extension_events field in GdkWindowPrivate. Previously one was
23534         set, and the other one tested, which broke tablet
23535         functionality. Thanks to Keishi Suenaga for pointing this out.
23536
23537 1999-12-18  Tor Lillqvist  <tml@iki.fi>
23538
23539         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
23540         When handling a single character (text length == 1), don't handle
23541         it as if it was UTF-8.
23542
23543 1999-12-11  Tor Lillqvist  <tml@iki.fi>
23544
23545         * Makefile.am: Distribute README.win32.
23546         
23547         * gdk/Makefile.am
23548         * gdk/win32/Makefile.am: Distribute Win32 files.
23549
23550         * gdk/makefile.msc: New file.
23551
23552         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
23553         after label).
23554
23555         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
23556         gdk_error_code as GDKVAR, as they are referred outside GDK.
23557
23558         * gdk/win32/makefile.msc: Update.
23559
23560         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
23561         tweaks. Check only if at least one of those Unicode subrange bits
23562         we care for is set. If no code page bits are set, guess (wildly)
23563         based on the charset.
23564
23565         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
23566
23567         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
23568         non-NULL.
23569
23570         * gtk/gtkdnd.c
23571         * gtk/gtklayout.c
23572         * gtk/gtkplug.c
23573         * gtk/gtkselection.c
23574         * gtk/gtksocket.c
23575         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
23576         appropriate. There must be a cleaner way to handle this?
23577
23578         * gtk/gtkrc.c: Must include windows.h on Win32.
23579
23580         * gtk/testgtk.c: No need to include gdkx.h.
23581
23582         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
23583
23584 1999-12-07  Tor Lillqvist  <tml@iki.fi>
23585
23586         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
23587         the rbearing is set to the same as the width, but this should be
23588         fixed.
23589
23590 1999-12-06  Tor Lillqvist  <tml@iki.fi>
23591
23592         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
23593         function. If Windows doesn't tell us what Unicode subranges a font
23594         covers, guesstimate based on the codepages it covers. This will
23595         hopefully help those Windows versions or fonts that don't give us
23596         any useful Unicode subrange information with GetTextCharsetInfo.
23597         Call this function in gdk_font_load_internal.
23598
23599         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
23600         minor changes.
23601
23602 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
23603
23604         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
23605         New function, long needed.
23606
23607 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
23608
23609         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
23610         only_if_exists argument of gdk_atom_intern to
23611         bool.
23612
23613 1999-11-25  Tor Lillqvist  <tml@iki.fi>
23614
23615         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
23616         Fix two copy&paste errors.
23617
23618         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
23619         win32 has changed.
23620
23621         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
23622         GdkWin32SingleFont struct.
23623
23624         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
23625         subranges of loaded fonts. Clear font signature first, in case
23626         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
23627         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
23628
23629         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
23630         Unoffset clip region.
23631
23632 1999-11-23  Tor Lillqvist  <tml@iki.fi>
23633
23634         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
23635         event->any.window before calling filter functions.
23636
23637 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
23638
23639         * gtk/gtkgamma.h: Adapt cast macros to standard.
23640
23641 [ Merges from 1.2 ]
23642
23643 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
23644
23645         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
23646         If translation does not include a '/', use entire
23647         translation instead of crashing.
23648
23649 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
23650
23651         * docs/gtk_tut.sgml:
23652         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
23653
23654 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
23655
23656         * gtk/gtkselection.c (gtk_target_list_remove): Use
23657         g_list_remove_link, not g_list_remove.
23658
23659         [ From Geert Bevin <gbevin@thunderstorms.org> ]
23660         
23661 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
23662
23663         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
23664         statement upon unselection (how the heck did that slip in?).
23665
23666 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
23667
23668         * gtk/gtktext.c (gtk_text_freeze): 
23669         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
23670         in frozen state (and aparently crashes). patch provided by Anders
23671         Melchiorsen <and@kampsax.dtu.dk>.
23672
23673 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
23674
23675         * fix insensitive default/focus widget activation,
23676         reported by Matt Goodall <mgg@isotek.co.uk>.
23677
23678         * gtk/gtkwindow.c (gtk_window_key_press_event): 
23679         (gtk_window_activate_default):
23680         (gtk_window_activate_focus):
23681         return handled=FALSE for actiavtion of insensitive default
23682         widgets. return handled=TRUE for activation of insensitive
23683         focus widgets. don't activate in either case.
23684
23685 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
23686
23687         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
23688         and $glib_cflags to match library order and in the
23689         theory that an old version of GLib is more likely to
23690         be in the include directory for X then vice-versa.
23691         (Bug #2776)
23692
23693 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
23694
23695         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
23696         to determine the locale for fontsets, not LC_MESSAGES;
23697         the user may want English messages with a handling
23698         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
23699         will still be broken) (Bug #2891)
23700
23701 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
23702
23703         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
23704
23705 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
23706
23707         * gtk/gtkrc.ko: Changed the Korean default fontset.
23708
23709 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
23710
23711         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
23712         where when scrolling to the left or top double exposes
23713         were done, causing major slowdowns.
23714
23715 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
23716
23717         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
23718         names to lowercase and alphanumeric, before looking
23719         them up.
23720
23721         * gtk/Makefile.am: Install codeset variant gtkrc files
23722         with normalized names.
23723
23724 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
23725
23726         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
23727         popup menus when the menu is already visible, but its parent
23728         is still hidden, (happens after tornoff window got hidden).
23729
23730 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
23731
23732         * gtk/Makefile.am (install-data-local): Fix
23733         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
23734         deleted, causing error messages on install.
23735
23736 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
23737
23738         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
23739         the handle as well, since we now sometimes ignore
23740         exposes on the handle while resizing.
23741
23742 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
23743
23744         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
23745         extra g_free introduced in one of the last one or two 
23746         commits.
23747
23748 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
23749
23750         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
23751         consistent, put each style that a gtkrc.* file creates
23752         in a unique namespace, remove old files before installing.
23753
23754 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
23755
23756         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
23757         gtk_rc_init is called multiple times. (Yes, people who
23758         do that have bugs in their code.)
23759
23760 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
23761
23762         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
23763         Remove it since it's generated by the Makefile anyway
23764
23765 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
23766
23767         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
23768         device->info.axes for core pointer.
23769
23770 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
23771
23772         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
23773         idle_id, to deal with obsolete, broken C libraries.
23774
23775 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
23776
23777         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
23778         allocation->x/y twice!
23779
23780         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
23781         consistent with gtk_vscale_pos_trough().
23782
23783 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
23784
23785         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
23786         be queueing a resize on a toplevel container between
23787         the time we show it and when we map it. So, we need
23788         to test GTK_WIDGET_VISIBLE() for toplevels, and only
23789         use GTK_WIDGET_DRAWABLE() for child windows.
23790
23791 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
23792
23793         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
23794         (fixes bug #2144)
23795
23796 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
23797
23798         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
23799         container DRAWABLE (instead of VISIBLE), so we don't queue
23800         resizes on non-toplevel containers.
23801
23802 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
23803
23804         * gtk/gtkselection.[ch]: Make the data argument
23805         const guchar *.
23806
23807 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
23808
23809         * gtk/gtkwindow.c: Try to behave sensibly if 
23810         the focus widget is the window itself. (Should
23811         we allow this at all?)
23812
23813 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
23814
23815         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
23816         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
23817         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
23818         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
23819         in prototypes and implementations consistent (Tomas Ogren).
23820
23821         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
23822         before the widget is unparented (reported by damon).
23823
23824         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
23825         since we provide unsigned data anyways.
23826
23827 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
23828
23829         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
23830         the call to gtk_tooltips_layout_text() until later.
23831
23832         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
23833         Call gtk_widget_ensure_style() before using the style.
23834
23835 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
23836
23837         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
23838         for old widgets that don't propagate draws to all
23839         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
23840
23841 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
23842
23843         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
23844         for a redraw but just the widget that requested the resize.
23845
23846 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
23847
23848         * gtk/gtkcontainer.c: added new widget level method
23849         gtk_container_set_reallocate_redraws() and a GtkContainer flag
23850         reallocate_redraws : 1 to reflect the setting, exported this through
23851         the argument system as a boolean ::reallocate_redraws.
23852
23853         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
23854         on the widget because the allocation changes, do so as well for
23855         widget->parent if the parent has reallocate_redraws set to TRUE.
23856         with that containers requesting reallocation redraws get automatically
23857         redrawn if their children changed allocation (this unfortunately
23858         affects also other children that didn't change allocation, but we
23859         cannot work around that before 1.3).
23860
23861 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
23862
23863         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
23864         _and_ height are >0 (not _or_).
23865
23866         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
23867         instead of gtk_container_queue_resize(), which is a core gtk internal
23868         function (must have been on crack when i queued that).
23869
23870         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
23871         we can check more reliably if we want to discard expose events.
23872         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
23873         flag.
23874         
23875         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
23876         we simply trust these events. for deciding whether to discard exposes,
23877         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
23878         
23879 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
23880
23881         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
23882         queues of areas that are completely off screen.
23883
23884         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
23885         logic for handleboxes.
23886
23887         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
23888         check on width/height.
23889
23890 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
23891
23892         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
23893         we are fine with using $@ the way we do (if we actually encounter
23894         brokeness with $@ in VPATH builds because of additional path prefixes,
23895         we need to use $(@F) actually).
23896
23897 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
23898
23899         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
23900         short lived bugs, that would allow language bindings to do surgeries
23901         to our guts.
23902
23903 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
23904
23905         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
23906         where comparison was being done against an uninitialized
23907         value causing intermittant results depending on
23908         compiler flags. Also make it clearer that we aren't
23909         ever initializing the child as 0x0 (though this will
23910         be caught in gtk_widget_size_allocate())
23911
23912 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
23913
23914         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
23915         gtk_window_unset_transient_for() call after we do checks
23916         involving the old transient parent.
23917         [ From Lance Capser <lmc@cyberhighway.net> ]
23918
23919 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
23920
23921         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
23922         an empty file.
23923
23924 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
23925
23926         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
23927         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
23928
23929 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
23930
23931         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
23932         `$@' is valid only in the build dir, not after we've done 
23933         `cd $srcdir'.  Also use `test -f' instead of less portable
23934         `test -e'.
23935
23936 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
23937
23938         * gtk/gtktext.c (correct_cache_insert): Rewrite
23939          for simplicity, and hopefully correctness.
23940          (Fixes bug #1322, which was a segfault when
23941           on some insertions with the properties around
23942           the insertion set up just wrong.)
23943
23944         * gtk/gtktext.c (gtk_text_adjustment): When we receive
23945          a "changed" signal, clamp the new value to the adjustment
23946          bounds to avoid segfaulting if someone tries to change
23947          the adjustment to a bogus value. (Bug #1795)
23948
23949 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
23950
23951         * gtk/gtkmain.c: Ignore unexpected destroy notifies
23952         for children, for toplevel windows handle them
23953         like delete_event.
23954
23955         * gtk/gtkplug.c: Add an unrealize handler so that
23956         we unref plug->socket_window when we are done
23957         with it.
23958
23959 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
23960
23961         * gtk/gtktext.c (clear_area): Fix stupid signedness
23962          problem that was causing background to sometimes
23963          be misaligned.
23964
23965 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
23966
23967         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
23968         
23969         * gtk/gtkmenu.c (gtk_menu_position): Make
23970          sure we never position menus with negative x, y,
23971          since gtk_widget_set_uposition() can't handle that.
23972
23973         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
23974          Modify the positioning code a bit so that we always
23975          put the top-left corner onscreen. (This is for
23976          UI reasons, gtk_menu_position() now takes care of
23977          gtk_widet_set_uposition() brokeness.)
23978
23979 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
23980
23981         * gtk/Makefile.am: fixed up things for -jx, x > 1.
23982
23983 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
23984
23985         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
23986           RC style that is passed in. The lack of the ref
23987           before was a bug. If people worked around this
23988           bug, this will introduce a slight memory leak
23989           in their code. The code should typically look like:
23990
23991             rc_style = gtk_rc_style_new ();
23992             [...]
23993             gtk_widget_modify_style (widget, rc_style);
23994             gtk_rc_style_unref (rc_style);
23995
23996         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
23997           the style if it was already set.
23998
23999         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
24000           style if it was set before.
24001
24002 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
24003
24004         * gtk/testgtk.c (main): Add a check to see if we
24005           are being run from the correct directory and
24006           to quit nicely if we are not.
24007
24008         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
24009           static.
24010
24011 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
24012
24013         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
24014
24015         * gtk/gtkwindow.c:
24016         queue resizes unconditionally (gtk_widget_queue_resize will figure
24017         what to do if the window is not realized).
24018         (gtk_window_move_resize): only recenter the window
24019         for GTK_WIN_POS_CENTER_ALWAYS.
24020         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
24021         the same way as GTK_WIN_POS_CENTER.
24022
24023 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
24024
24025         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
24026         with (!(info->last_flags & GDK_HINT_POS)) instead of
24027         (!info->last_flags & GDK_HINT_POS).
24028
24029         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
24030         new_height unconditionally, because we use these values even if
24031         !default_size_changed && !hints_changed.
24032         comented the (default_size_changed || hints_changed) case with
24033         respect to resize rejects from the window manager.
24034
24035         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
24036         in the zvt condition hack, since this includes the window hints, set
24037         the hints after the handling_resize case.
24038
24039         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
24040         window is initially shown with to the geometry.
24041
24042 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
24043
24044         * gtk/gtkwindow.c (gtk_window_move_resize):
24045         s/size_changed/default_size_changed/g so i know what's
24046         really going on (frying brain on smaller flame now).
24047
24048 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
24049
24050         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
24051         we have size_changed upon handling_resize. this is a gross
24052         workaround for the broken zvt widget and should be removed in
24053         1.3 again (search for FIXME).
24054         Owen provided an accurate comment for this:
24055
24056         /* We could be here for two reasons
24057          *  1) We coincidentally got a resize while handling
24058          *     another resize.
24059          *  2) Our computation of size_changed was completely
24060          *     screwed up, probably because one of our children
24061          *     is broken. It's probably a zvt widget.
24062          *
24063          * For 1), we could just go ahead and ask for the
24064          * new size right now, but doing that for 2)
24065          * might well be fighting the user (and can even
24066          * trigger a loop). Since we really don't want to
24067          * do that, we requeue a resize in hopes that
24068          * by the time it gets handled, the child has seen
24069          * the light and is willing to go along with the
24070          * new size. (this happens for the zvt widget, since
24071          * the size_allocate() above will have stored the
24072          * requisition corresponding to the new size in the
24073          * zvt widget)
24074          *
24075          * This doesn't buy us anything for 1), but it shouldn't
24076          * hurt us too badly, since it is what would have
24077          * happened if we had gotten the configure event before
24078          * the new size had been set.
24079          */
24080
24081 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
24082
24083         * gtk/gtkrc.c: deal properly with the fact that RC
24084           style lists may include rc styles more than once.
24085
24086         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
24087           unused static function.
24088
24089         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
24090           stack of directories of RC files currently being
24091           parsed and implicitely add them to pixmap path.
24092           
24093           This fixes a bug where the directory would get
24094           appended then overwritten by pixmap_path declarations.
24095
24096           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
24097
24098         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
24099           theme's exit function. (Patch from Peter Wainwright,
24100           bug #1454)
24101
24102         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
24103           Add a destroy() handler to take care of removing
24104           group for menu item. (Fixes bug #1197)
24105
24106         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
24107           in warning message.
24108
24109 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
24110
24111         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
24112         roundtrip to figure window's width and height, since we know that
24113         anyways from widget->allocation.
24114
24115 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
24116
24117         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
24118           the hints after we request the new size.
24119
24120 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
24121
24122         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
24123           GTK_WIDGET_REALIZED() assertion - we can compute the
24124           hints before we are realized.
24125
24126         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
24127           hint changing so that we have a value of hints_changed
24128           when we decide whether to constrain the window size.
24129
24130         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
24131
24132         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
24133         change back to G_MAXINT.
24134
24135 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
24136
24137         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
24138         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
24139         contain uncluttered values.
24140         (gtk_window_compute_hints): simply assert that window is realized
24141         and that geometry_info is valid, since we rely on this anyways.
24142         (gtk_window_constrain_size): major cleanups to the code.
24143         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
24144         for the base size, instead of the minimums. use 32767 as max width
24145         and height (like in gtkwindow.c) instead of G_MAXINT.
24146
24147 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
24148
24149         * cleaned up the GtkContainer.need_resize flag handling mess, we
24150         only need to force resize requests when we were prematurely
24151         realized, or our widget tree was modified when we were temporarily
24152         hidden. handling these cases directly upon showing the window (i.e.
24153         while the GdkWindow is still unmapped) avoids the need to wait for
24154         a configure event response and therefore makes the GUI more snappier
24155         and avoids blank windows during the roundtrip.
24156
24157         * gtk/gtkwidget.c:
24158         (gtk_widget_hide): 
24159         (gtk_widget_show): don't queue resizes on toplevels, they know how
24160         to deal with matters.
24161
24162         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
24163         flag directly for not visible resize containers and spare us unecessary
24164         signal emissions.
24165
24166         * gtk/gtkwindow.c:
24167         (gtk_window_realize): if we need to enforce premature size allocation,
24168         queue a container resize so we are correctly resized later on.
24169         (gtk_window_init):
24170         (gtk_window_size_request):
24171         don't freak around with the ->need_resize flag,
24172         gtk_container_queue_resize() will care about that.
24173         (gtk_window_show):
24174         handle initial resizing issues here, we can handle matters better in
24175         this place, especially since we know that our GdkWindow is still
24176         unmapped.
24177         (gtk_window_move_resize):
24178         don't care about ->need_resize at all.
24179         handle size changes properly that occoured while we waited for a
24180         configure event.
24181
24182 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
24183
24184         * gtk/gtkwidget.c (gtk_widget_set_uposition):
24185         * gtk/gtkwindow.[hc] (gtk_window_reposition):
24186         Move the hint setting code from gtk_widget_set_uposition
24187         to here; set the hints so that we respect any previously
24188         set geometry hints.
24189
24190         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
24191         change the window hints here or move the window here,
24192         let that happen in gtk_window_move_resize().
24193
24194 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
24195
24196         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
24197         to already queued resizes (and therefore redraws) on a widget, check
24198         its anchestry as well.
24199
24200         * gtk/gtkcontainer.c:
24201         (gtk_container_queue_resize): clear resize widgets for resize
24202         containers before aborting prematurely. this is especially important
24203         for toplevels which may need imemdiate processing or their resize
24204         handler to be queued.
24205         (gtk_container_dequeue_resize_handler): added new internal function for
24206         gtkwindow.c.
24207
24208         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
24209         configure event, take possible changes in window position into account
24210         as well.
24211         if we request a new window size, queue up a resize handler that will
24212         last until the configure event response arrives.
24213         combined the ->need_resize case (initial show) with the general size
24214         (hints) changed case and added even more comments.
24215         if !auto_shrink, only revert to the old allocation if the new size
24216         is smaller than the current allocation.
24217
24218 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
24219
24220         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
24221                            gtk_window_set_geometry_hints
24222                            gtk_window_set_default_size):
24223         When hints are set, queue a resize so that the hints will
24224         be eventually reset on the toplevel.
24225
24226         * gtk/gtkwindow.c (gtk_window_show): Use
24227         gtk_window_compute_default_size(). Clear the need_resize flag
24228         on the initail map so that we don't unnecessarily trigger the
24229         resize code.
24230
24231         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
24232         into separate functions. Compare the hints we are setting
24233         with what we set last time so that we can accurately
24234         tell when we need to reset the hints.
24235
24236         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
24237         function to figure out the size from requisition
24238         and default_size.
24239
24240         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
24241         from fvwm to constrain a size to the geometry hints.
24242
24243         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
24244         to compare two sets of geometry hints.
24245
24246         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
24247         from gtk_window_set_hints(), just compute the hints,
24248         don't set them.
24249
24250         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
24251         code from gtk_window_move_resize() to separate function,
24252         rationalize a bit.
24253
24254 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
24255
24256         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
24257         structure into a new private structure.
24258
24259         * gtkrc.c: Split GtkRcStyle into public/private.
24260         In the private part, add a list of pointers to the
24261         RcStyle lists this RcStyle participates in.
24262
24263         * gtkrc.c: When a RcStyle is free, remove all
24264         lists referencing it from the 
24265         realized_style_ht hash, and free those lists.
24266         
24267         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
24268         gtk_rc_init(), since that adds the default styles
24269         to the list of parsed RC files again.
24270
24271         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
24272         
24273 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
24274
24275         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
24276         checks that ensure that a widget's allocation is at least 1 in width
24277         and height. (GNOME note: this doesn't affect old panel code anymore,
24278         because GtkSocket will request width and height of at least 1 since
24279         Fri Jul 23).
24280
24281         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
24282         allocated yet (happens if the user realizes the window prematurely),
24283         size request and allocate it.
24284         (gtk_window_size_allocate): guard against guint underflows.
24285
24286 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
24287
24288         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
24289         in gtk_built_sources, so gtk.defs gets built prior to all other
24290         sources.
24291
24292 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
24293
24294         * gtk/Makefile.am:
24295         invoke indent on gtkmarshal.*. 
24296         rewrote source generation rules, use COPYING as oldest source tag for
24297         a piggyback rule to generate all sources from (don't touch it ;).
24298         major cleanups, strip spaces on build rules for GNU Make.
24299
24300         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
24301         source and target files from commandline arguments. don't invoke indent.
24302
24303 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
24304
24305         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
24306         notebook after switch to avoid drawing problems.
24307         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
24308         
24309         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
24310         show them instead. 
24311         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
24312
24313 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
24314
24315         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
24316         notebook after switch to avoid drawing problems.
24317         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
24318         
24319         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
24320         show them instead. 
24321         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
24322
24323 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
24324
24325         * gtk/gtkwindow.c:
24326         we use window->need_resize from configure_event now, to indicate that
24327         the gtkwindow should keep its allocation (e.g. because the user resized
24328         the window through window manager handles). resize_count is now reliably
24329         used to figure whether we got the allocation we requested from the
24330         window manager.
24331         configure events get queued as resizes now, the real stuff (size
24332         computation and allocation) now only goes on in gtk_window_move_resize().
24333         GtkWindow's requisition now contains its *real* requisition (like all
24334         other widgets), *not* taking usize into account.
24335         geometry_info->last_{width|height} is now updated from set_hints() only
24336         so it always contains the last hints we set for the window manager.
24337         made some event handlers return TRUE instead of FALSE.
24338         the overall code should be much more straight forward now, and the
24339         significant code portions are accompanied by comments now.
24340         (gtk_window_set_hints):
24341         removed requisition argument and made it
24342         fetch the requisition through gtk_widget_get_child_requisition.
24343         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
24344         does that now.
24345         (gtk_window_show):
24346         ensure that the widget is realized before calling 
24347         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
24348         ensure that we got properly size requested and allocated before
24349         realization.
24350         (gtk_window_configure_event):
24351         ignore plain window moves, or reallocate the widget tree through the
24352         resize queue otherwise.
24353         (gtk_window_move_resize):
24354         mostly rewrote this function to figure window manager hints more
24355         reliably, coalesce window moves and resizes to reduce configure events
24356         and do actuall size allocations.
24357
24358 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
24359
24360         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
24361         that have a resize pending, because a redraw is already queued for them.
24362
24363         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
24364         hack to clear resize_widgets.
24365
24366         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
24367         for resize containers prior to size allocation. (this is also a bit
24368         ugly, but avoids side effects for stopped emissions and is thus more
24369         reliable).
24370         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
24371
24372         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
24373         function from gtk_tooltips_expose, as we connect to ::expose_event
24374         *and* ::draw now.
24375
24376 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
24377
24378         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
24379         checks.
24380         (gtk_target_list_unref): Likewise.
24381
24382         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
24383
24384 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
24385
24386         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
24387         guard against division by zero. (Fixes bug #1339)
24388
24389 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
24390
24391         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
24392         Prevent the trivial leak of information of allowing
24393         word motion when the entry is not visible.
24394
24395 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
24396
24397         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
24398         modality to error dialog as well as confirmation dialogs.
24399         (Bug #1803, reported by Rosanna Wing Sze Yuen)
24400
24401 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
24402
24403         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
24404         tree->view_lines.
24405         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
24406
24407         * gtk/Makefile.am (install-data-local): Solaris apparently
24408         has various troubles with ln -f; use rm first instead.
24409         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
24410
24411 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
24412
24413         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
24414         use `cp' followed by `rm' (the `rm' was already there).
24415
24416 July 30, 1999 Elliot Lee <sopwith@redhat.com>
24417         
24418         * configure.in: Fix autoconf warnings about cross compilation by
24419         trying to provide sane defaults for AC_TRY_RUN.
24420         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
24421         put them into $(srcdir) when generated. Also add a dependency of
24422         gtksignal.h on gtkmarshal.h for -j builds. 
24423         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
24424
24425 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
24426
24427         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
24428         GDK_THREADS_{LEAVE,ENTER} pair.
24429         (From Paul Fisher <pnfisher@redhat.com>)
24430
24431 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
24432
24433         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
24434         width and height are always >0 (owen).
24435
24436 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
24437
24438         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
24439         change that assured that a widget's allocated with and height are
24440         always >1, since this breaks *buggy* panel code. unfortunately this
24441         back-breaks the gimp's color selector.
24442
24443         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
24444         allocation is always >0 in width and height, before sending the
24445         configure event; this is a *gross* hack to get the gimp back to work.
24446         
24447         * marked both cases with TODO-1.3
24448
24449 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
24450
24451         * gtk/gtktext.c: Don't display wrap indicators when
24452         text is not editable and word wrap is on.
24453
24454 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
24455
24456         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
24457         option menus here as they are not derived from menu shell, assure that
24458         the option menu has a menu we can add items to.
24459
24460 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
24461
24462         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
24463         width/height to (gint) before calculations and check against < 0 to
24464         avoid guint wraparounds.
24465
24466 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
24467
24468         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
24469         width and height is never zero. sanity check both dimensions against
24470         32767 and issue a warning if the allocation is greater than that.
24471
24472 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
24473
24474         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
24475         to g_main_pending() as well.
24476
24477 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
24478
24479         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
24480         call to g_main_iteration() - since that will regrab
24481         GTK+ lock to process events.
24482
24483 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
24484
24485         * gtk/gtkwindow.c
24486         - Regularize with the rest of GTK+ by making widget->requisition
24487           not reflect the set_usize()
24488         - Always recompute geometry hints, then check if they
24489           changed before sending them to the X server. The
24490           previous checks for changes would fail in a number
24491           of circumstances. 
24492
24493 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
24494
24495         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
24496
24497 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
24498
24499         * gtk/gtkdnd.c:
24500         - Code cleanups
24501         - Instantaneously update on modifier key presses
24502         - Allow cancellation of the drag with Escape.
24503
24504 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
24505
24506         * gtk/testgtk.c (create_handle_box): Set the policy
24507         to auto_shrink - otherwise the appearance is rather
24508         strange when flipping between horizontal and vertical.
24509
24510 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
24511
24512         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
24513         (gtk_window_set_default_size): don't change a value if it's < 0.
24514         queue a resize.
24515
24516 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
24517
24518         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
24519
24520 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
24521
24522         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
24523         add an extra "/" when concating "/" + filename.
24524         (From Matt Grossman <mattg@oz.net>)
24525
24526 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
24527
24528         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
24529         for fg_gc if we set it for drawing pixmap.
24530
24531 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
24532
24533         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
24534         
24535         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
24536         already set, call old engine's destroy function and
24537         unref the old engine.
24538
24539 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
24540
24541         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
24542
24543 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
24544
24545         * gtk/gtkaccelgroup.h: mark certain functions as internal.
24546
24547 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
24548
24549         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
24550         expand behaviour changed.
24551
24552         * gtk/gtklabel.c (gtk_label_set_pattern):
24553         (gtk_label_set_justify):
24554         (gtk_label_set_line_wrap):
24555         don't bother invoking queue_clear, the reallocation does
24556         that for us, always free_words so the upcoming resize will
24557         relayout the label's contents.
24558
24559 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
24560
24561         * applied argument implementation patches from Elena Devdariani
24562         <elena@cogent.ca>.
24563
24564         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
24565         ::space_style, ::relief
24566         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
24567         * gtk/gtkpreview.c: ::expand
24568         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
24569         * gtk/gtknotebook.c: ::homogeneous
24570         * gtk/gtklabel.c: ::wrap
24571         * gtk/gtklist.c: ::selection_mode
24572         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
24573         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
24574         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
24575         * gtk/gtkclist.c: ::sort_type
24576         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
24577         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
24578
24579 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
24580
24581         * gtk/gtkstyle.c: Removed ill-thought-out part of last
24582         comment.
24583
24584 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
24585
24586         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
24587         counting right when we have to attach a new style
24588         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
24589
24590         * gtk/gtkstyle.c: Documented the refcounting
24591         peculularities of gtk_style_attach.
24592
24593 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
24594
24595         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
24596         window types.
24597
24598         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
24599         of GTK_TOPLEVEL for creating the window.
24600
24601 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
24602
24603         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
24604         the last argument (reported by Per Winkvist).
24605         
24606 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
24607
24608         Fixes for invisible XOR lines (Frank Loemker
24609         <floemker@TechFak.Uni-Bielefeld.DE>)
24610         
24611         * gtk/gtkclist.c (gtk_clist_realize): Always use
24612         a non-zero pixel for GDK_XOR.
24613
24614         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
24615         Use GDK_INVERT instead of GDK_XOR.
24616
24617 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
24618
24619         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
24620         signals if h/voffsets differ from adjustment values.
24621         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
24622
24623 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
24624
24625         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
24626         ::selection-done emissions up to the topmost menu shell.
24627
24628 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
24629
24630         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
24631         the user data on the window before destroying it.
24632
24633         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
24634         unrealize handler to take care of destroying 
24635         notebook->panel properly. 
24636         (Bug #1198 - Morten Welinder <terra@diku.dk>)
24637
24638         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
24639         of g_new and g_realloc to stop memory leak. (Actually,
24640         we could just use g_realloc(), but I'm not 100% sure
24641         that is portable).
24642         (Bug #1196 - Morten Welinder <terra@diku.dk>)
24643
24644 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
24645
24646         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
24647
24648         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
24649         for fontsets.
24650
24651         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
24652         with bin/button confusion.
24653
24654 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
24655
24656         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
24657         and show how preselection of radio items is done.
24658
24659 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
24660
24661         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
24662         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
24663         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
24664         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
24665         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
24666         * gtk/gtktable.c (gtk_table_attach): 
24667         * gtk/gtklist.c (gtk_list_insert_items): 
24668         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
24669         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
24670         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
24671         * gtk/gtkbin.c (gtk_bin_add): 
24672         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
24673         * gtk/gtkfixed.c (gtk_fixed_put): 
24674         * gtk/gtklayout.c (gtk_layout_put):
24675         general fixups to container_add logic. always realize child if
24676         child->parent is realized, only map the child and queue a resize
24677         if child and child->parent are both visible.
24678
24679 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
24680
24681         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
24682         instead of gtk_container_foreach to walk and unrealize children, so
24683         composite children get also unrealized.
24684         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
24685         (gtk_widget_map): assert that the widget is visible (basic constrain).
24686         (gtk_widget_real_map): assert that the widget is realized (basic
24687         constrain).
24688
24689 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
24690
24691         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
24692
24693 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
24694
24695         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
24696         file for iso-8859-2 locales.
24697
24698         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
24699
24700 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
24701
24702         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
24703          (Pointed out by andy@rz.uni-karlsruhe.de and others).
24704          Remove some suspicious and useless lines. 
24705
24706 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
24707
24708         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
24709         width,height = 0, 0 to mean - here to edge of window,
24710         instead of -1, -1, since the former is all we support.
24711
24712 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
24713
24714         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
24715         when removing from quit_functions list.
24716
24717 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
24718
24719         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
24720
24721 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
24722
24723         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
24724          When redrawing characters on non-visible entry, use appropriate
24725          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
24726
24727 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
24728
24729         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
24730         from drag coordinates.
24731         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
24732         use drag_dest_cell.
24733
24734         * gtk/gtktree (drag_dest_cell)
24735         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
24736         (Bug #1129)
24737
24738 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
24739
24740         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
24741         translate_* fields.
24742         (gtk_item_factory_finalize): invoke translate_notify independant from
24743         translate_data.
24744         (gtk_item_factory_set_translate_func): likewise.
24745         (gtk_item_factory_destroy): only remove ifactory pointer from those
24746         widgets that belong to us (stupid me).
24747
24748 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
24749
24750         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
24751         rc_style list when lookup succeeeds.
24752
24753 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
24754
24755         * gtk/gtkctree.c (resync_selection): 
24756         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
24757         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
24758         bug.
24759
24760 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
24761
24762         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
24763         Add some missing GDK_THREADS_ENTER()/LEAVE around
24764         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
24765
24766 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
24767
24768         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
24769         rather than emit_by_name.
24770
24771         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
24772         on the widget across multiple signal emissions.
24773         (gtk_editable_delete_text): same here.
24774         (gtk_editable_class_init): set widget_class->activate_signal after
24775         editable_signals[ACTIVATE] has been created.
24776
24777 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
24778
24779         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
24780         position here prematurely -- we might not have the
24781         right ->min_position and ->max_position yet.
24782
24783 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
24784
24785         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
24786         Add error traps so if the other end of the connection
24787         dies, we survive.
24788
24789         * gtk/gtkselection.c (gtk_selection_notify): Clean
24790         up properly when selection property retrieval fails.
24791         
24792         * gtk/gtkselection.c (gtk_selection_request): Correctly
24793         reject SelectionRequest notifies where the handler
24794         returns no data.
24795
24796 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
24797
24798         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
24799         when we've previously highlighted.
24800
24801         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
24802         emit two "drag_leave" signals for Motif drops.
24803
24804         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
24805         back the correct status messages when dropping from
24806         Motif onto a proxy window that is rejecting the
24807         drop.
24808
24809 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
24810
24811         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
24812         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
24813         to compare two argument values. added gtk_arg_to_valueloc() to set a
24814         variable from an arg through its location (pointer).
24815
24816         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
24817         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
24818         as gfloat*, uchars are collected as guchar*, ints are collected as
24819         gint*, etc...
24820
24821 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
24822
24823         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
24824         Include <string.h> instead of <strings.h>.
24825
24826         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
24827         (actually, a lot more duplicate includes occur if
24828          you trace through the sequence of #include's)
24829         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
24830         
24831 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
24832
24833         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
24834         gtk-a-higuti-990322-[0-3]
24835
24836         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
24837         that was causing -DX_LOCALE not to work.
24838
24839         * gtk/gtkrc.c (gtk_rc_init):
24840         X_LOCALE will never have LC_MESSAGES defined
24841
24842 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
24843
24844         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
24845         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
24846
24847         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
24848         left/right as well (gtk-michael-980726-0.patch.gz).
24849
24850         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
24851         for pointer values, use gchar instead of char. fixed uline allocation
24852         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
24853         chunks instead of G_ALLOC_ONLY.
24854         (gtk_label_size_request): always alter requisition as passed and leave
24855         widget->requisition alone.
24856         (gtk_label_set_text): allow NULL strings.
24857         (gtk_label_new): likewise.
24858
24859 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
24860
24861         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
24862
24863 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
24864
24865         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
24866         *and* mapped (i.e. drawable).
24867         (gtk_bin_expose): only send exposes to drawable children.
24868
24869         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
24870         (gtk_box_expose): only send exposes to drawable children.
24871
24872         * gtk/gtkhscale.c (gtk_hscale_draw): 
24873         * gtk/gtkvscale.c (gtk_vscale_draw):
24874         hm, this is an ugly one. we first compute the size of our trough area
24875         here (window relative) and then check intersection with the draw_area
24876         which is parent relative because we're a NO_WINDOW widget, so we need
24877         to offset the trough area by allocation.x and allocation.y before the
24878         check. (this must not be done for the background area though, since
24879         that's already computed parent relative).
24880
24881 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
24882
24883         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
24884         unrealize title buttons.
24885
24886 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
24887
24888         * gtk/gtkclist.c (gtk_clist_column_title_passive)
24889         (gtk_clist_column_title_active): 
24890         only connect/disconnect to GtkWidgetClass::event to block mouse events.
24891
24892         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
24893         zero initialize event, removed superfluous gdk_window_get_pointer call
24894
24895         * gtk/gtklist.c (gtk_list_vertical_timeout)
24896         (gtk_list_horizontal_timeout): removed superfluous
24897         gdk_window_get_pointer call
24898
24899 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
24900
24901         * plugging problems reported by "Bruce Mitchener, Jr."
24902         <bruce@puremagic.com> due to a purify session.
24903
24904         * gtk/gtkstyle.c:
24905         (gtk_style_ref): 
24906         (gtk_style_unref): assert ref_count to be > 0.
24907
24908         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
24909         the requisition.
24910         (gtk_clist_set_shift): likewise.
24911
24912         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
24913         adjustments.
24914
24915         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
24916         event before sending it and set send_event to TRUE (which needs to
24917         be done for *all* synthesized events).
24918         (gtk_list_vertical_timeout): likewise.
24919
24920         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
24921         leaks.
24922
24923         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
24924         to TRUE when synthesizing events.
24925
24926 [ *** end of merges from 1.2 *** ]      
24927         
24928 1999-11-21  Tor Lillqvist  <tml@iki.fi>
24929
24930         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
24931         (or copied from gdkconfig.h.win32 on Win32, sigh).
24932
24933         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
24934
24935         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
24936
24937         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
24938
24939         * gdk/gdkconfig.h.win32: New file.
24940
24941         * gdk/win32/makefile.cygwin: Build just a static archive here.
24942
24943         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
24944         for the DLL from the static archive built above.
24945
24946         * gdk/gdk.def: Moved here from the win32 subdirectory.
24947
24948         * gdk/win32/*: Adapt for the changed private struct organisation.
24949
24950         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
24951
24952 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
24953
24954         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
24955         for wheel mice (buttons 4 and 5).
24956
24957 1999-11-18  Tor Lillqvist  <tml@iki.fi>
24958
24959         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
24960         drawables use just the pixel field in the foreground and
24961         background GdkColor of the GdkGC.
24962
24963         gdk_gc_set_{fore,back}ground() are called in the GIMP with
24964         GdkColors containing uninitialized (red,green,blue) fields, and
24965         just the pixel field filled in, and furthermore in the
24966         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
24967         It thus turns out that we really don't need to have the full
24968         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
24969         it later to have just the pixel values.
24970
24971 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
24972
24973         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
24974
24975 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
24976
24977         * docs/gtkfaq.sgml: threads example from Erik Mouw.
24978         New question on GtkLabel background colors.
24979
24980         * docs/gtk_tut.sgml:
24981           - Correct the example code callback
24982             function definitions.
24983           - Update the gtkdial example code, from Frans van Schaik.
24984           - Update setselection.c to current API.
24985
24986         * examples/Makefile examples/*/*.c: Update to code
24987         listed in tutorial.
24988
24989 1999-11-10  Tor Lillqvist  <tml@iki.fi>
24990
24991         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
24992         subrange table (from the "Developing International Software for
24993         WIndows 95 and Windows NT" book) was missing the Hangul syllable
24994         block... Get the loaded font's charset correctly.
24995
24996         (Note that this, and the other *-win32.c files, still really are
24997         the old ones, the win32 subdirectory is not ready for compilation
24998         yet after the reorg.)
24999
25000 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
25001
25002         * gtk/gtkclist.c: Fix off-by-one bug in parameter
25003         check.
25004
25005 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
25006
25007         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
25008         on results of XQueryDeviceState().
25009
25010 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
25011
25012         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
25013         we need to accesss only ->children. We need an accessor
25014         for the children.
25015
25016         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
25017         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
25018         to get rid of gdkx.h include.
25019         
25020         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
25021         and random references to 'None'.
25022
25023         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
25024         Get rid of unused #include <gdk/gdkx.h>
25025
25026         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
25027         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
25028         gdkconfig.h.
25029
25030 1999-11-08  Tor Lillqvist  <tml@iki.fi>
25031
25032         * gdk/win32/gdkdraw.c
25033         * gdk/win32/gdkfont.c
25034         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
25035         following yesterday's changes. (Unrelated to Owen's reorg.)
25036
25037 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
25038
25039         * gdk/x11/gdkinput-gxi.c: Add missing include,
25040           fix GdkWindowPrivate => GdkDrawablePrivate.
25041
25042         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
25043
25044         * gdk/x11/Makefile.am (xinput_sources): Add missing
25045         backslash to fix building with --with-xinput=none
25046
25047 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
25048
25049         Move all X specific code into the x11/ directory.
25050         Aside from shuffling things around, did the following:
25051
25052        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
25053          gdk_arg_context_* - a simple argument parsing system
25054          in the style of popt.
25055
25056        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
25057          gdk/x11/gdkprivate-x11.h:
25058          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
25059          add ->klass and ->klass_data fields. The klass_data
25060          field points to an auxilliary structure that is
25061          windowing system dependent.
25062
25063        * gdk/gdkfont.c: Make most of the measurement functions
25064          simply wrappers around gdk_text_extents().
25065
25066        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
25067          _gdk_font_strlen() function that hides the weird
25068          behavior in gtk+-1.[02] where a string is interpreted
25069          differently for 8-bit and 16-bit fonts.
25070
25071        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
25072          to store common code for synthesizing double/triple
25073          press events.
25074         
25075        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
25076          Make all the function that modify an existing GC
25077          simply wrappers around gdk_gc_set_values().
25078          
25079        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
25080          for throwing out later.
25081
25082        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
25083          GdkImagePrivate and GdkColormapPrivate to have a
25084          windowing system dependent part (GdkFontPrivateX etc.)
25085          that "derives" from the system-independent part.
25086
25087        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
25088          Got rid of the included-source-files for XInput in
25089          favor of automake conditionals. (Which didn't exist
25090          when XInput support was originally added.)
25091
25092        * gdk/gdkrgb.c: Remove the visual id from the debugging
25093          statements since that is X11 specific; print out
25094          type/depth info instead.
25095          
25096
25097 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
25098
25099         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
25100         loading duplicates of hashed fonts.
25101
25102         * gdk/gdk.c (gdk_keysym_convert_case): rename
25103         gdk_XConvertCase to gdk_keysym_convert_case, allow
25104         results to be NULL in the GTK+ style.
25105
25106         * gdk/gdkcompat.h: Started compatibility header
25107         for renames.
25108
25109 1999-11-07  Tor Lillqvist  <tml@iki.fi>
25110
25111         * gdk/win32/gdkprivate.h: New font private structures, related to
25112         fontsets.
25113
25114         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
25115         gdk_font_list_free(). On X11, will just be wrappers to
25116         XListFonts() and XFreeFontNames(). On Win32, the code previously
25117         in gtkfontsel.c is now here.
25118
25119         New function gdk_font_xlfd_create(). On X11 will get the FONT
25120         property of the font (for GDK_FONT_FONTs), or call
25121         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
25122         builds a XLFD style name from the font information in the LOGFONT
25123         struct(s).
25124
25125         New function gdk_font_xlfd_free(), which correspondingly frees the
25126         string returned by gdk_font_xlfd_create().
25127
25128         Implement fontsets on Win32. Add a function that iterates over a
25129         wide char string and calls a callback function for each substring
25130         of wide chars from the same Unicode subrange (and thus probably
25131         available in the same real font).
25132
25133         Improve the XLFD emulation a bit.
25134
25135         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
25136
25137         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
25138         Beta3, WM_IME_CHAR messages don't seem to contain the composed
25139         multi-byte char as with the Active IMM on Win9x. Oh well, handle
25140         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
25141         ImmGetCompositionStringW() to get the composed Unicode chars.
25142
25143         * gdk/win32/gdkgc.c
25144         * gdk/win32/gdkdraw.c: Changes needed because of the font private
25145         struct changes.
25146
25147         * gdk/win32/gdk.def: Add the new functions.
25148
25149 1999-11-04  Tor Lillqvist  <tml@iki.fi>
25150
25151         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
25152         get the Platform SDK to get <dimm.h>.
25153
25154         * gdk/win32/gdkevents.c: More event handling fixes and
25155         simplification. Never generate motion events with is_hint true. We
25156         used to do that on bogus grounds earlier. Windows sends
25157         WM_MOUSEMOVE messages on button events even if the mouse hasn't
25158         moved, ignore these.
25159
25160         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
25161
25162         * gdk/win32/gdkglobals.c
25163         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
25164         the TrackMouseEvent function, and use it.
25165
25166         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
25167         char before calling WideCharToMultiByte in order to get a string
25168         for the window title.
25169
25170         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
25171
25172         * gdk/win32/gdk.def: Remove obsolete functions.
25173
25174         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
25175         /nodefaultlib and /defaultlib switches.
25176
25177         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
25178
25179 1999-10-31  Tor Lillqvist  <tml@iki.fi>
25180
25181         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
25182         EuroSign).
25183
25184         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
25185         same type as GdkWChar, especially on Win32.
25186
25187         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
25188
25189         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
25190         before passing to Windows GDI for drawing etc. Convert to the
25191         system default codepage before passing to Windows as window
25192         titles.
25193
25194         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
25195         support changing input locale on the fly.
25196
25197         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
25198         on-the-fly changes. Convert incoming characters from the current
25199         codepage to Unicode (and then to a UTF-8 multi-byte string) based
25200         on the current input language. Use keysym<->Unicode mapping tables
25201         and functions borrowed from xterm sources.
25202
25203         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
25204         editions of Win9x, use the ActiveX-based Active IMM (Input Method
25205         Manager) if available. IMEs and the Active IMM are available under
25206         the disguise of Chinese, Korean and Japanese support for IE and
25207         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
25208         support is present in all editions (as long as you install it).
25209
25210         Call DispatchMessage from gdk_events_queue() (and thus
25211         gdk_WindowProc()), instead of duplicating the code in
25212         gdk_WindowProc().
25213
25214         Reworked the grab handling and propagation code, factored out
25215         duplicated code snippets into separate functions. Other cleanups,
25216         too.
25217
25218         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
25219         the <dimm.h> header describing the Active IMM.
25220
25221         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
25222         just do the same as for "single" fonts.
25223
25224         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
25225         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
25226         the new keysyms from gdkkeysyms.h.
25227
25228         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
25229         fontset, so that gtkentry uses wide characters.
25230
25231         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
25232         GTk+'s system directory "gtk+", not "gtk".
25233
25234 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
25235
25236         * docs/gtkfaq.sgml: FAQ update
25237
25238 1999-10-21  Tor Lillqvist  <tml@iki.fi>
25239
25240         * gdk/win32/gdkprivate.h: Add more font private data.
25241
25242         * gdk/win32/gdkfont.c
25243         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
25244         fonts and strings. Now works much better. You still have to
25245         have a correct font selected, though. No fontset emulation yet.
25246
25247 1999-10-19  Tor Lillqvist  <tml@iki.fi>
25248
25249         * gtk/maketypes.awk: Use G_OS_WIN32.
25250
25251         * gtk/gtk.def: Add some missing entry points. Also some non-public
25252         ones, but PyGTK porter claims to need them.
25253
25254         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
25255         built-in type generation.
25256
25257 1999-10-14  Tor Lillqvist  <tml@iki.fi>
25258
25259         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
25260         GDK_FONT_FONT fonts (which is all we have for now, we don't
25261         emulate fontsets). The X11 version uses plain XDrawString in that
25262         case, too. The string passed to gdk_draw_text_wc seems to be in
25263         fact (at least, when used by gtkentry and gtktext) either in a
25264         single-byte charset, or a DBCS. Not Unicode.
25265
25266         This fixes the problem in gtkfontsel, where even if you had
25267         selected a font with a non-Latin1 charset (windows-greek, for
25268         instance), the preview still used Latin-1 glyphs.
25269
25270         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
25271         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
25272         (gdk_font_load): Recognize the demibold etc weights, even if we
25273         don't have the corresponding constants in the headers.
25274         (gdk_font_hash_insert): Use same hash mechanism as in the X11
25275         version. Should save font resources a bit, when we don't have
25276         multiple HFONTs for the same font.
25277
25278         * gdk/win32/gdkprivate.h: Add the names field as in the X11
25279         version.
25280
25281 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
25282
25283         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
25284         X values
25285
25286 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
25287
25288         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
25289         layout support (as mentioned on
25290         http://www.jcinteractive.com/gnome-ui/software/widgets/)
25291
25292 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
25293
25294         * gtk/fnmatch.c
25295         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
25296
25297 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
25298
25299         * configure.in (ALL_LINGUAS): Added Galician (gl)
25300
25301 1999-10-05  Tor Lillqvist  <tml@iki.fi>
25302
25303         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
25304
25305         * gdk/win32/gdkcompat.c: New file, actually provide an
25306         implementation for the deprecated functions. (Just temporarily.)
25307
25308         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
25309
25310         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
25311
25312         * gdk/win32/gdk.def gtk/gtk.def: Updates.
25313
25314 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
25315
25316         * configure.in: Added "uk" to ALL_LINGUAS.
25317         
25318 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
25319
25320         * configure.in: correct checking for BeOS check
25321
25322         * gdk/gdktypes.h
25323         * gtk/fnmatch.c
25324         * gtk/gtkfilesel.c
25325         * gtk/gtkitemfactory.c
25326         * gtk/gtkmain.[ch]
25327         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
25328
25329 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
25330
25331         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
25332         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
25333         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
25334         by Bulgarian). 
25335
25336 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
25337
25338         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
25339         Fix a reference to window_private->destroyed.   
25340
25341         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
25342         (ugly) setting of an internal GdkWindow member to use
25343         a _slightly_ cleaner macro.
25344
25345         * gdk/gdkprivate.h: Split GdkWindowPrivate into
25346         GdkDrawablePrivate and GdkWindowPrivate.
25347         Add extra macros for accessing GDK_DRAWABLE_ components.
25348
25349         * *.[ch]: Massive adjustments for the above, use the
25350         new macros in a lot of places.
25351
25352 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
25353
25354         * gdk/gdktypes.h: Make GdkDrawable the base type,
25355         not GdkWindow.
25356
25357 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
25358
25359         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
25360
25361 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
25362
25363         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
25364
25365 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
25366
25367         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
25368         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
25369
25370         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
25371
25372         * docs/gtk-config.1: Now autogenerated.
25373         * docs/Changes-1.4.txt: started
25374         
25375 1999-10-03  Tor Lillqvist  <tml@iki.fi>
25376
25377         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
25378         to #ifdef also here.
25379
25380         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
25381         Owen did to the X11 backend.
25382
25383         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
25384         ScrollWindowEx when blitting inside a window, it can't be correct
25385         in the general case.
25386
25387         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
25388         WM_GETMINMAXINFO is easier.
25389
25390         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
25391         depth equal to the bitspixel value, not the visual's depth.
25392
25393         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
25394         to 24 even if the bitspixel value is 32.
25395
25396         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
25397         need to check for depth==32 when bpp==32, depth will always be 24.
25398
25399 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
25400
25401         * docs/Changes-1.4.txt: Started
25402         
25403         * gtk/Makefile.am (gdk_headers): Include all the new headers.
25404
25405         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
25406         
25407         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
25408         into C file.
25409         
25410         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
25411         header to gdkinputprivate.h.
25412
25413         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
25414         unused since before 1.2.
25415
25416 1999-09-30  Tor Lillqvist  <tml@iki.fi>
25417
25418         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
25419         expand possible hex escapes in the font family (put there by
25420         logfont_to_xlfd if the font name isn't a legal XLFD font family,
25421         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
25422         On Win32, add hex escapes here, too.
25423
25424 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
25425
25426         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
25427         to #ifdef GDK_WINDOWING_X11.
25428
25429 [ Merges from gtk-1-2 ]
25430
25431 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
25432
25433         * configure.in: fixed "GNU Make" check to pass with new make version
25434         3.77.95.
25435
25436 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
25437
25438         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
25439         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
25440         AM_PATH_GTK() macros don't get confused by the -pre1.
25441
25442 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
25443
25444         * configure.in (REBUILD): Change check for perl5
25445           to check explicitely for v >= 5.002. (5.001
25446           does not work with our scripts.)
25447
25448 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
25449
25450         * configure.in: evaluate $PERL for the perl version check. added
25451         --disable-rebuilds to give the user an option to completely disable
25452         any source autogeneration rules.
25453
25454 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
25455
25456         * configure.in: evaluate $ac_make when checking for GNU Make.
25457
25458 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
25459
25460         * docs/Makefile.am: added generation.txt.
25461
25462         * Makefile.am: require automake 1.4, build README from README.in and
25463         INSTALL from INSTALL.in in dist-hook.
25464         
25465         * README.in:
25466         * INSTALL.in: new files to autogenerate README and INSTALL from.
25467
25468         * configure.in: figure whether we have GNU Make
25469
25470         * docs/generation.txt: minor additions/corrections.
25471
25472 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
25473
25474         * docs/gtkfaq.sgml: FAQ Update
25475
25476 July 30, 1999 Elliot Lee <sopwith@redhat.com>
25477         
25478         * configure.in: Fix autoconf warnings about cross compilation by
25479         trying to provide sane defaults for AC_TRY_RUN.
25480
25481 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
25482
25483         * ltconfig
25484         * ltmain.sh: upgrade to libtool 1.3.3
25485
25486 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
25487
25488         * INSTALL: Indicate that the --with-glib= configure
25489         time flag is unsupported.
25490
25491 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
25492
25493         * docs/generation.txt: Added a file that gives
25494         documenation about the autogeneration process for
25495         various autogenerated files.
25496         
25497 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
25498
25499         * configure.in (LIBS): Look for libgmodule in the
25500         right location.
25501
25502 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
25503
25504         * docs/gtk_tut.sgml: Removed references to
25505         code examples in my directory on gtk.org as
25506         they should all be in the tutorial now.
25507
25508         * docs/gtk_tut.sgml: Added sources for dial-test
25509         and scribble-xinput programs that were previously
25510         missing.
25511
25512 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
25513
25514         * TODO: Added entry about menu keyboard navigation, removed
25515         some finished items.
25516
25517 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
25518
25519         * acinclude.m4: Standardize on func_dgettext
25520         not func_gettext, so that the checks for dgettext
25521         actually are paid attention to.
25522
25523 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
25524
25525         * configure.in (LIBS): Add $INTLLIBS into $LIBS
25526         directly, rather than repeating the checks for
25527         gettext.
25528
25529         * INSTALL: Added information about gettext and
25530         NLS support.
25531
25532         * acinclude.m4 (LIBM): Check for dgettext, not
25533         just gettext. This should hopefully fix things wrt
25534         systems with old versions of GNU gettext installed.
25535
25536 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
25537
25538         * configure.in (LIBS): Look for libgmodule in the
25539         right location.
25540
25541 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
25542
25543         * autogen.sh: add --enable-maintainer-mode
25544
25545         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
25546
25547 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
25548
25549         * docs/gtk-config.1.in:
25550           docs/Makefile.am:
25551           configure.in: gtk-config is now generated.
25552
25553         * docs/gtk-config.1: Removed, now generated.
25554
25555 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
25556
25557         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
25558         handle CreateNotify itself, still put out a debuging message for
25559         --gdk-debug=events. made the ReparentNotify debugging message more
25560         verbose.
25561         wrap xcoords translation for ConfigureEvents into an error trap,
25562         a destroy event may already be pending, and in that case, the
25563         actuall coordinate values are not at all critical.
25564
25565 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
25566
25567         * gdk/gdkcc.c: Stop leaking the color_hash all over
25568         the place. Simplify and improve the logic.
25569
25570 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
25571
25572         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
25573         for prototypes and function implementations consistent (reported
25574         by Tomas Ogren).
25575
25576 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
25577
25578         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
25579         send_event set in debugging output.
25580         (gdk_compress_exposures): default initialize the event so we don't
25581         operate on bogus values (namely send_event).
25582
25583 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
25584
25585         * gdk/gdkwindow.c: When we receive an unexpected
25586         destroy notify on one of our windows, don't just
25587         warn about it, also mark our windows as destroyed.
25588
25589 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
25590
25591         * gdk/gdkfont.c (gdk_font_hash_insert): Add
25592           name => font and name => fontset hashes. The 
25593           name => fontset hash is a _big_ win since we
25594           weren't previously caching fontsets at all and loading
25595           fontsets is expensive. The name => font hash
25596           is less of a win, but it does save us from doing
25597           repeated XQueryFont calls on the same font.
25598
25599         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
25600           list so we can remove font/fontset from hash.
25601
25602 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
25603
25604         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
25605           and slightly confusing test. [ XInternAtom (,,TRUE)
25606           will never return None ].
25607
25608 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
25609
25610         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
25611           gdk/gdkwindow.c (gdk_window_set_hints):
25612
25613         Don't omit setting the properties if flags == 0 -
25614         there may be an existing set of properties there
25615         already. (Very old bug. Would it be better to
25616         delete the property instead?)
25617
25618         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
25619           spelling error in comment.
25620
25621 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
25622
25623         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
25624           to avoid stomping over gdk_error_warnings.
25625
25626         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
25627           as (bits_per_pixel + 7) / 8. This gives the same
25628           result as before for multiples of 8, but actually
25629           a "reasonable" value for 1bit or 4bit displays.
25630
25631 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
25632
25633         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
25634         GNU Make.
25635
25636 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
25637
25638         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
25639         discarding configure events.
25640
25641 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
25642
25643         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
25644         refcount is greater than zero.
25645
25646         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
25647
25648         * gdk/gdkfont.c (gdk_font_unref): Likewise.
25649
25650         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
25651
25652         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
25653
25654 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
25655
25656         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
25657         that format 32 => sizeof(item) == 4. It really is
25658         sizeof(long).
25659
25660 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
25661
25662         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
25663         core dump at all on X IO errors, only core dump
25664         if --enable-debug for X errors.
25665
25666 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
25667
25668         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
25669         unknown window:" message. disabled ConfigureNotify discarding code,
25670         because it led to events being processed out of order.
25671
25672 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
25673
25674         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
25675
25676         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
25677         we export this function, supress error warnings and don't reset the
25678         error code in the first half of this function.
25679
25680         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
25681         code (instead of just -1) so gdk_error_trap_pop() reveals something
25682         actually informative about the error that happened.
25683
25684         * gdk/*.c:
25685         don't rely on gdk_error_code being -1 if an error occoured, but just
25686         gdk_error_code != 0.
25687
25688 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
25689
25690         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
25691         pointer *before* invoking the filter function, so we at least don't
25692         crash if a filter is removed that is currently executed. window filters
25693         *really* need to be made truely reentrant at some point.
25694
25695 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
25696
25697         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
25698         PropertyNotify debug messages.
25699
25700 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
25701         
25702         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
25703         
25704         * gdk/gdkim.c: Fix cut-and-paste errors for 
25705         x/y and PreeditAttributes/StatusAttributes.
25706
25707 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
25708
25709         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
25710         G_MAXINT to 2^16 to alleviate overflow problems in
25711         various window managers.
25712
25713 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
25714
25715         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
25716         for fontsets.
25717
25718 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
25719
25720         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
25721         Initialize size_hints.x and size_hints.y because kwm
25722         brokenly pays attention to them.
25723         (Bug #1181 -  Lars Heete <hel@admin.de>)
25724
25725 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
25726
25727         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
25728         return value of gdk_list_visuals(). 
25729         (Bug #1193 - Morten Welinder <terra@diku.dk>)
25730
25731 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
25732
25733         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
25734         XSetIMValues to (void *) when comparing to NULL, to workaround
25735         the problem of some compilers barfing since older X headers don't
25736         have the prototype for it.
25737
25738 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
25739
25740         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
25741         for pseudocolor where colormap->colors was double
25742         allocated.
25743
25744         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
25745         color value in the hash table with the pixel filled
25746         in so when we do later hash table lookups, the color
25747         value is correct.
25748         
25749 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
25750
25751         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
25752         making the call
25753
25754 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
25755
25756         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
25757         pointed out by Morten Welinder <terra@diku.dk>.
25758
25759 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
25760
25761         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
25762           default filter from the list
25763
25764 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
25765
25766         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
25767           default filter from the list
25768
25769 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
25770
25771         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
25772
25773         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
25774         g_strdup_printf instead of calcing the length separately
25775
25776 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
25777
25778         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
25779         that we don't do in many other places. (Fixing duplicate 
25780         #include of config.h)
25781
25782         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
25783         Otherwise, #ifndef XINPUT_NONE check in the latter
25784         doesn't work. (Bug #546)
25785
25786 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
25787
25788         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
25789         "None" case insensitive.
25790
25791 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
25792
25793         * gdk/gdkselection.c: 
25794         Add error traps so if the other end of the connection
25795         dies, we survive.
25796
25797 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
25798
25799         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
25800         dest_xid field into two fields - one for the window
25801         to send in messages, one to indicate the last looked
25802         up window for caching purposes. This is needed, so
25803         that Leave messages get the correct window.
25804
25805 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
25806
25807         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
25808         Fix warning created by people mucking around
25809         with the gsource API.
25810
25811         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
25812         Change mapping between GIOCondition and GdkInputCondition
25813         to match the way the Linux kernel does it. This should
25814         fix problems where closed pipes were no longer signalling
25815         GDK_INPUT_READ on systems with a native poll().
25816
25817 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
25818
25819         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
25820         explicitly for the string "None" - it is in the XPM
25821         spec and some servers treat unknown colors in odd ways
25822         (like asking the user!)
25823
25824 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
25825
25826         * gdk/gdkevents.c: made "->" into a "." of previous change so
25827         it compiles
25828
25829 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
25830
25831         * gdk/gdkevents.c (gdk_compress_exposures): Set the
25832         window field of the event structure before calling
25833         user filters.
25834
25835 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
25836
25837         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
25838         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
25839
25840 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
25841
25842         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
25843         intermediate text property - prevents major memory
25844         leak when gdk_use_mb.
25845         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
25846
25847 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
25848
25849         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
25850         gtk-a-higuti-990322-[0-3]
25851
25852         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
25853         sizeof(wchar_t) != sizeof (GdkWChar)
25854
25855         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
25856         that was causing -DX_LOCALE not to work.
25857
25858         * gtk/gtkrc.c (gtk_rc_init):
25859         X_LOCALE will never have LC_MESSAGES defined
25860
25861         * gdk/gdk.c (gdk_init_check):
25862         Remove --xim-preedit and --xim-status from argv properly.
25863
25864         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
25865         that the client window is present on the X server
25866         before we pass it to the input method.
25867
25868 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
25869
25870         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
25871         if --display is specified on the command line, than
25872         the drag window will not be created on that display.
25873         
25874 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
25875
25876         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
25877         lookups with only_if_exists == TRUE were inserting
25878         bogus values into the atom cache.
25879
25880 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
25881
25882         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
25883         then reset it to NULL.
25884
25885         * gdk/gdkcolor.c:
25886         (gdk_colors_free): 
25887         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
25888         key for g_hash_table_remove() in both functions, this prevents us
25889         from accessing possibly uninitialized portions of a GdkColor structure
25890         where we are only interested in its pixel value.
25891
25892 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
25893
25894         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
25895         font hash table, if we have a GdkFontPrivate entry for this font
25896         already, simply increment its reference count, provided by Olaf Dietsche
25897         <olaf.dietsche+list.gtk@netcologne.de>.
25898
25899 1999-09-21  Tor Lillqvist  <tml@iki.fi>
25900
25901         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
25902         just to be sure.
25903
25904         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
25905         unused variables, leftovers from the X11 version.
25906
25907         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
25908
25909         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
25910         downcase fields on X11.
25911
25912 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
25913         
25914         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
25915         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
25916
25917 1999-09-17  Tor Lillqvist  <tml@iki.fi>
25918
25919         * gdk/win32/gdk.def: Add gdk_threads_mutex.
25920
25921         * gtk/makefile.msc: Correct path to libintl.
25922
25923         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
25924         use of gint vs. int, and gint vs. gboolean in headers and
25925         definitions. Use GtkType for the *_get_type functions. Note that
25926         these changes preserve binary compatibility.
25927
25928         * gdk/gdk.c
25929         * gdk/win32/gdk.c
25930         * gdk/gdk.h: Fix inconsistencies: gint vs int.
25931
25932         * gtk/gtkmain.c
25933         * gtk/gtkclist.c
25934         * gtk/gtkmenufactory.c
25935         * gtk/gtknotebook.c
25936         * gtk/gtkwidget.c: Fix inconsistencies, also gint
25937         vs. gboolean.
25938
25939         * gtk/gtkcolorsel.[ch]
25940         * gtk/gtkcombo.[ch]
25941         * gtk/gtkdrawingarea.[ch]
25942         * gtk/gtkgamma.[ch]
25943         * gtk/gtkhandlebox.[ch]
25944         * gtk/gtkhpaned.[ch]
25945         * gtk/gtkhruler.[ch]
25946         * gtk/gtkplug.[ch]
25947         * gtk/gtkpreview.[ch]
25948         * gtk/gtkruler.[ch]
25949         * gtk/gtksocket.[ch]
25950         * gtk/gtkstatusbar.[ch]
25951         * gtk/gtktoolbar.[ch]
25952         * gtk/gtkvbbox.[ch]
25953         * gtk/gtkvpaned.[ch]
25954         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
25955         functions.
25956
25957         * gtk/gtkgamma.h: Fix bug, missing () in call of
25958         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
25959
25960 1999-09-14  Tor Lillqvist  <tml@iki.fi>
25961
25962         * gdk/gdkcolor.c (gdk_colormap_new)
25963         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
25964         colormap->colors was allocated twice.
25965
25966         * gdk/win32/gdk.c: Remove some unused stuff.
25967
25968         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
25969         colormap.
25970
25971         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
25972         * gtk/gtklabel.h (gtk_label_get_type)
25973         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
25974         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
25975         in a couple of places, not guint.
25976
25977 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
25978
25979         * configure.in,po/et.po: added Estonian language file
25980
25981 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
25982
25983         * configure.in,po/da.po: added Danish file
25984
25985 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
25986
25987         * docs/gtkfaq.sgml: Minor FAQ Update
25988
25989 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
25990
25991         * docs/gtkfaq.sgml: FAQ update
25992
25993 1999-08-27  Tor Lillqvist  <tml@iki.fi>
25994
25995         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
25996         way to get window contents continually refreshed while resizing. I
25997         didn't like the effects myself, so it's not on by default.
25998
25999         * gdk/win32/gdkprivate.h: New flag variable
26000         gdk_event_func_from_window_proc, FALSE by default.
26001
26002         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
26003         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
26004         are passed --gdk-event-func-from-window-proc.
26005
26006         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
26007         and we have am event_func, call it instead of enqueing the event.
26008
26009 1999-08-23  Tor Lillqvist  <tml@iki.fi>
26010
26011         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
26012         Kelley: Set expose_count in GdkEventExposes correctly.
26013
26014         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
26015         MULTIPLE_WINDOW_CLASSES).
26016
26017         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
26018         for bug in NT, apparently NT *does* draw the end pixel, too, in
26019         LineTo with a one-pixel pen, so we don't have to do it ourselves.
26020
26021 1999-08-21  Tor Lillqvist  <tml@iki.fi>
26022
26023         Improvements by Hans Breuer: 
26024
26025         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
26026
26027         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
26028         CS_?REDRAW flags as they cause lots of (late) redraws when "show
26029         window contents while dragging" is turned on. Allocate at least
26030         one unique class for every GdkWindowType. If support for single
26031         window-specific icons is ever needed (eg. Dialog specific), every
26032         such window should get its own class.
26033
26034 1999-08-19  Tor Lillqvist  <tml@iki.fi>
26035
26036         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
26037         error that caused crashes.
26038
26039 1999-08-17  Tor Lillqvist  <tml@iki.fi>
26040
26041         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
26042         window, use ScrollWindowEx, and call UpdateWindow. This prevents
26043         bugs when for instance part of the window was outside the
26044         display. Thanks to Philippe Colantoni for finding and fixing this.
26045
26046 1999-08-16  Tor Lillqvist  <tml@iki.fi>
26047
26048         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
26049         endpoint calculations which were totally wrong. (A little RTFMing
26050         helps a lot ;-)
26051
26052         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
26053         from a separate directory, not from gettext, because of licensing
26054         issues (we want to use the LGPL version).
26055
26056         * README.win32: Mention the intl from glibc vs from gettext issue.
26057
26058 1999-08-13  Tor Lillqvist  <tml@iki.fi>
26059
26060         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
26061         in the key event handling: Now AltGr chars work again. Also,
26062         now Alt-digits are passed up as well as Control-digits.
26063         Pass keypad plus and minus as normal plus and minus.
26064
26065 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
26066
26067         * docs/gtkfaq.sgml: FAQ Update
26068
26069 1999-07-25  Tor Lillqvist  <tml@iki.fi>
26070
26071         * README.win32
26072         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
26073         the Wintab SDK.
26074
26075         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
26076         OK, but getting closer. Guard against bogus tilt data from Wacom
26077         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
26078         enable easier building without Wintab.
26079
26080         * gdk/win32/gdkinput.h
26081         * gdk/win32/gdkevents.c 
26082         * gdk/win32/gdkwindow.c: Minor changes related related to above.
26083         
26084         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
26085         code. As we have just one visual on Win32, no sense to have it in a
26086         table, and no need for the hash table.
26087
26088         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
26089         better on white background.
26090
26091 1999-07-21  Tor Lillqvist  <tml@iki.fi>
26092
26093         * README.win32: Update gcc build instructions. Mention gettext is
26094         GPL.
26095
26096         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
26097         supported cursor size with GetSystemMetrics.
26098
26099         * gdk/win32/gdkfont.c
26100         * gtk/gtkfontsel.c: Guard against some font weight and charset
26101         symbols being undefined (in mingw32 headers).
26102
26103         * gdk/win32/makefile.cygwin
26104         * gtk/makefile.cygwin
26105         * gtk/gtkthemes.c: No longer need to have differently named
26106         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
26107
26108 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
26109
26110         * docs/gtkfaq.sgml: Long awaited FAQ update.
26111
26112 1999-07-15  Tor Lillqvist  <tml@iki.fi>
26113
26114         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
26115         it. Obscure bit manipulation needed.
26116
26117         * gdk/win32/gdkevents.c: Logging.
26118         
26119         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
26120         style (file name include compiler name) for theme engines.
26121
26122 1999-07-13  Tor Lillqvist  <tml@iki.fi>
26123
26124         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
26125
26126         * gdk/win32/gdkevents.c: Fix long-standing bug in key
26127         events. The key.string wasn't zero-terminated, still we strdup'ed
26128         it in gdk_event_copy(). Synthesize crossing events for button
26129         events before possible propagation.
26130
26131         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
26132
26133         * gdk/win32/makefile.cygwin
26134         * gtk/makefile.cygwin: Use new DLL naming style for the
26135         GCC-compiled ones.
26136
26137         * gdk/win32/makefile.msc
26138         * gtk/makefile.msc: Cosmetics mostly.
26139
26140         * gtk/gtk.def: Add missing entry points.
26141
26142         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
26143
26144 1999-07-09  Tor Lillqvist  <tml@iki.fi>
26145
26146         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
26147         or height is zero. Don't print a warning if Pie or Arc fails, they
26148         always fail (?) for very narrow ellipses.
26149
26150         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
26151         the part or the destination window corresponding to source area
26152         outside of the source drawable's boundary.
26153
26154         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
26155         anything if less than two points.
26156
26157         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
26158         return NULL. Gtk cut-and-paste inside a single program works
26159         better this way. (It always gets the clipboard contents from
26160         Windows, not from its own copy, which is cleared anyway. I can't
26161         say I fully understand what happens... Emulating the X selection
26162         and property stuff is a bit of a mess.)
26163
26164         * gdk/win32/gdkevents.c
26165         * gdk/win32/gdkproperty.c: A bit more verbose logging.
26166
26167         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
26168         that never got deleted). Revamp gdk_region_shrink.
26169
26170         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
26171         after use.
26172
26173         * gtk/gtk.def: Add some missing entry points.
26174
26175         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
26176         component.
26177
26178 1999-07-04  Tor Lillqvist  <tml@iki.fi>
26179
26180         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
26181         Control-digits specially.
26182
26183 1999-07-03  Tor Lillqvist  <tml@iki.fi>
26184
26185         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
26186
26187 1999-06-28  Tor Lillqvist  <tml@iki.fi>
26188
26189         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
26190         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
26191         finding this.)
26192
26193 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
26194
26195         * gtk+.spec.in: Corrected some typos in files section.
26196         
26197 1999-06-15  Tor Lillqvist  <tml@iki.fi>
26198
26199         * README.win32: Mention using GNU gettext.
26200         * config.h.win32: Enable NLS stuff.
26201         * gtk/makefile.msc: Use GNU gettext.
26202         * gdk/win32/gdkdnd.c: Minor header reorg.
26203         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
26204         cosmetics.
26205         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
26206         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
26207
26208 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
26209
26210         * acinclude.m4
26211         * config.guess
26212         * config.status
26213         * ltconfig
26214         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
26215
26216 1999-05-30  Tor Lillqvist  <tml@iki.fi>
26217
26218         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
26219         SafeAdjustWindowRectEx. Don't override all calls to
26220         AdjustWindowRectEx by it, but use it only in two places: When
26221         creating a new top-level window and when moving a top-level
26222         window.
26223
26224         Use screen coordinate rectangle, not client rectangle, in
26225         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
26226         when we try to place a window so that the decoration (mainly,
26227         title bar) isn't visible.
26228
26229         These changes fix the bug that showed up for instance as the
26230         GIMP's saved top-level windows moving right and down (by an amount
26231         equal to the window decoration) for each session. This bug showed
26232         up also in testgtk's "Saved Position".
26233
26234         gdk_window_resize also redone a bit.
26235
26236 1999-05-25  Tor Lillqvist  <tml@iki.fi>
26237
26238         * gtk/testgtkrc: Add (commented out) Windows-style theme
26239         include line.
26240
26241         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
26242
26243 1999-05-18  Tor Lillqvist  <tml@iki.fi>
26244
26245         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
26246         gdkx.h to a gdk subdirectory, so that applications can include
26247         these with <gdk/*.h> without trouble.
26248
26249         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
26250         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
26251         have their bitmap destroyed.
26252
26253         * gdk/win32/gdk.def: Add gdk_root_parent.
26254
26255 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
26256
26257         * configure.in
26258           gtk-config.in
26259           ltconfig
26260           ltmain.sh     
26261           gtk/Makefile.am: changes to compile nicely (with xlib) 
26262           on BeOS
26263
26264 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
26265
26266         * acinclude.m4
26267         * config.guess
26268         * config.sub
26269         * ltconfig
26270         * ltmain.sh: upgrade to libtool 1.3
26271
26272 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
26273
26274         * gtk/gtkclist.c:
26275         * gtk/gtkctree.c: merges from gtk-1-2
26276
26277 1999-04-25  Tor Lillqvist  <tml@iki.fi>
26278
26279         Support added for building using a GNU toolchain on Win32,
26280         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
26281
26282         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
26283         * config.h.win32: Changes for gcc.
26284         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
26285         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
26286         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
26287         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
26288         Protect shl stuff unavaiilable with mingw32 headers.
26289         * gdk/win32/gdkevents.c: Fix typo.
26290         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
26291         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
26292         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
26293         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
26294         the mingw32 headers.
26295         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
26296         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
26297         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
26298         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
26299         Test for NATIVE_WIN32, not _MSC_VER.
26300         * gtk/gtkmain.c: No use warning about developer version on Win32,
26301         there aren't any non-developer versions anyhow.
26302         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
26303         * gtk/makefile.msc: Use pthread from another directory. Minor other
26304         changes. 
26305
26306 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
26307
26308         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
26309           default filter from the list
26310
26311 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
26312
26313         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
26314          when gtk_widget_grab_default() is called for a widget that
26315          is not within a GtkWindow.
26316
26317 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
26318
26319         * docs/gtk_tut.sgml, examples/clist.c: use a
26320           scrolled window in the clist example. Minor
26321           tutorial fixes.
26322
26323 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
26324
26325         * docs/gtk_tut.sgml: Style check from David King
26326           <dking@youvegotmail.net>
26327
26328 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
26329
26330         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
26331         compile with unknown value of GDK_WINDOWING
26332
26333 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
26334
26335         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
26336         after the rule is fired.
26337         (install-exec-local): Install gdkconfig.h only if the contents are
26338         different from the currently installed gdkconfig.h.
26339
26340 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
26341
26342         * gdk/Makefile.am (configexecincludedir): Rename from 
26343         configincludedir so that gdkconfig.h will be installed 
26344         as part of `make install-exec'. 
26345
26346 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
26347
26348         * acinclude.m4
26349         * config.guess
26350         * config.sub
26351         * ltconfig
26352         * ltmain.sh: upgrade to libtool 1.2f
26353
26354         * autogen.sh: libtool is not required to autogen gtk+
26355
26356         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
26357         needed)
26358
26359 1999-03-18  Tor Lillqvist  <tml@iki.fi>
26360
26361         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
26362         declaring gdk variables exported/imported from the DLL. New image
26363         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
26364         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
26365         GDK_DRAG_PROTO_OLE2.
26366
26367         * gdk/gdk.h: Merge in Win32 version: Two new functions,
26368         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
26369         declared only for the Win32 version, but could be in the X11
26370         version as well. (Needed for a Xlib-less gdk_imlib.)
26371         gdk_color_hash should have only one parameter. Declare
26372         gdk_threads_mutex with GDKVAR.
26373         
26374         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
26375         just one parameter.
26376
26377         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
26378         per pixel, not bits.
26379
26380         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
26381         Fetch bpp (which means bits-per-pixel here) from another place on
26382         Win32. Accept also depth==32 (which we might get on Win32) with
26383         bpp==32.
26384
26385         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
26386         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
26387         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
26388         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
26389         in the backend-dependent directory, not in the common gdk
26390         directory.
26391
26392         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
26393         headers.
26394
26395 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
26396
26397         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
26398         want to use the Gtk+ devel version (which is true, and yes - even i am
26399         currently working with the 1.2.x branch). so everyone reading this, you
26400         probably want to issue
26401         cvs checkout -r glib-1-2 glib
26402         and
26403         cvs checkout -r gtk-1-2 gtk+
26404         as your next two comands.
26405
26406 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
26407
26408         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
26409         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
26410
26411         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
26412         file. strongly deprecated the GTK_HAVE_* macros, we provide
26413         GTK_CHECK_VERSION() for people that need to check for certain
26414         Gtk+ versions.
26415
26416         * gtk/gtkcompat.h: removed this from CVS.
26417         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
26418         idea right from the start, it just didn't seem like that back then.
26419
26420 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
26421
26422         * merges from gtk-1-2:
26423
26424 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
26425
26426         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
26427         item factory class has been created.
26428         (gtk_item_factory_parse_rc): likewise.
26429
26430         * gtk/gtkmenu.c:
26431         keep proper references for old_active_menu_item.
26432         (gtk_menu_reparent): unset the usize of the new parent,
26433         so the menu can sanely be size requested and we don't get nasty screen
26434         artefacts upon next reparentation.
26435         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
26436         enter notify. only synthesize enter notifies if the pointer really is
26437         inside the event window.
26438         (gtk_menu_popdown): use gtk_menu_shell_deselect().
26439         (gtk_menu_popup): move the background setting stuff into
26440         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
26441
26442         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
26443         gtk_menu_shell_select_item() to select the new item.
26444         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
26445         do the right thing for deselection as well.
26446
26447 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
26448
26449         * gtk/gtkwidget.[hc]:
26450         (gtk_widget_accelerators_locked): return whether a widget's accelerators
26451         are locked.
26452
26453         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
26454         existing accelerators if the widget's accelerators are locked.
26455
26456 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
26457
26458         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
26459
26460         * gtk/gtkmenu.c: truely forward key press and key release events to
26461         the menu widget from the toplevel or tearoff window. we can't simply
26462         connect to that, we need to stop further processing of the events as
26463         well.
26464
26465 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
26466
26467         * gtk/gtkmenu.c:
26468         (gtk_menu_key_press): pass event->keyval, event->state to
26469         gtk_accelerator_valid, instead of event->keyval twice.
26470         refuse to install single letter accelerators for menus that use
26471         single letter shortcuts.
26472
26473         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
26474         gtk_menu_ensure_uline_accel_group().
26475
26476         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
26477         which will always return an uline accel group, made
26478         gtk_menu_get_uline_accel_group() return NULL if the group isn't
26479         yet created.
26480
26481 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
26482
26483         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
26484
26485         * gtk/gtkclist.c (gtk_clist_column_title_passive):
26486         Leave button sensitive, trap  button_press, button_release,
26487         motion_notify, enter_notify and leave_notify events instead.
26488         (gtk_clist_column_title_active): disconnect event handler.
26489         (gtk_clist_drag_data_get): fixed memory leak. Reported by
26490         Guillaume Laurent <glaurent@worldnet.fr>
26491
26492 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
26493
26494         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
26495         width/height mixups.
26496
26497         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
26498         if needed.
26499
26500 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
26501
26502         * gtk/testgtk.c (create_item_factory): unref the item factory after
26503         window's destruction.
26504
26505         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
26506         count on the menu shell around the menu item's activation, since the
26507         signal emission may cause menu shell destruction.
26508
26509         * gtk/gtkitemfactory.c:
26510         the previous code leaked one accel group per menu. we use
26511         gtk_menu_get_uline_accel_group() now to fix that, and with that
26512         also create the underline accelerator group of the menus only if
26513         required (i.e. an underline accelerator has been specified).
26514         (gtk_item_factory_construct):
26515         (gtk_item_factory_create_item): removed code that would create an
26516         extra accel group for the menu (and leak references).
26517         (gtk_item_factory_create_item): adapted the underline accelerator
26518         installation code to properly feature gtk_menu_get_uline_accel_group().
26519
26520         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
26521         menu->accel_group, this may return NULL if the accelerator group
26522         hasn't been set yet.
26523         added gtk_menu_get_uline_accel_group() to retrive the underline
26524         accelerator group of the menu, this will be created on demand
26525         and proper care is taken about its reference count.
26526
26527         * gtk/gtkitemfactory.h:
26528         * gtk/gtkitemfactory.c:
26529         dumped the approach of keeping a widgets by action list on the
26530         factory since the factory<->widget destroy negotiation didn't work
26531         and would be hard to get going at all. instead we keep a list of
26532         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
26533         persistant throughout a program's life time).
26534         also, i removed the static const gchar *key_* variables, and made
26535         them inline strings (they weren't actually used anyways).
26536         (gtk_item_factory_add_item): update ifactory->items.
26537         (gtk_item_factory_destroy): destroy ifactory->items (and remove
26538         the item factory pointer from the remaining ifactory widgets).
26539         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
26540         list to find the widget.
26541         (gtk_item_factory_get_item): new function that works around
26542         gtk_item_factory_get_widget() limitations, this function will only
26543         return menu items, even for <Branch> entries.
26544
26545 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
26546
26547         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
26548         font hash table, if we have a GdkFontPrivate entry for this font
26549         already, simply increment its reference count, provided by Olaf Dietsche
26550         <olaf.dietsche+list.gtk@netcologne.de>.
26551
26552         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
26553         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
26554
26555 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
26556
26557         * gtk/gtkcontainer.c:
26558         (gtk_container_add_with_args):
26559         (gtk_container_addv):
26560         (gtk_container_add): before adding a child to a conatiner, make sure
26561         it is (default) constructed, this is neccessary because under certain
26562         circumstances the child will get relized and mapped immediatedly, in
26563         which case it has to be constructed already.
26564
26565 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
26566
26567         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
26568         values > 1 as TRUE also.
26569
26570 1999-03-16  Tor Lillqvist  <tml@iki.fi>
26571
26572         * README.win32: New file.
26573                 
26574         * configure.in: Check for lstat.
26575
26576         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
26577         completeness.
26578
26579         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
26580
26581         * gtk/gtk.def: Removed CRs.
26582
26583         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
26584         ..\gdk\win32).
26585
26586         * gdk/win32/makefile.msc: Correct upwards relative paths.
26587         
26588 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
26589
26590         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
26591           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
26592           it was connecting a void function to expose_event and the int
26593           returning function to the draw signal
26594
26595 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
26596
26597         * configure.in:
26598         Use correct path to libgmodule.la when ref'ing uninstalled copy
26599         of glib.  (Already in stable branch, Bug #417)
26600
26601 1999-03-15  Tor Lillqvist  <tml@iki.fi>
26602
26603         Win32 merge and general portability stuff:
26604                 
26605         * acconfig.h,configure.in: Check for <sys/time.h>.
26606
26607         * gdk/win32: New directory (actually, been there for a while).
26608         
26609         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
26610         NATIVE_WIN32, and use these. Always case fold on Win32. No
26611         backslashed escapes on native Win32.
26612
26613         * gtk/{gtk.def,makefile.msc}: New files.
26614
26615         * gtk/Makefile.am: Add above new files.
26616         
26617         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
26618         instead of <strings.h>.
26619
26620         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
26621         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
26622         <unistd.h> appropriately.
26623
26624         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
26625         Use ABS() (from <glib.h>) instead of abs().
26626         
26627         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
26628         of gtk (and thus glib) headers, so that WIN32 will be
26629         defined. With MS C, include <direct.h> for mkdir prototype.
26630
26631         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
26632         some casts, needed by MS C.
26633
26634         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
26635         implemented).
26636
26637         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
26638         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
26639         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
26640
26641         * gtk/gtkmain.h: Mark variables for export/import on Win32.
26642                 
26643         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
26644         the event is not a hint, or its window is not the slider. Needed
26645         on Win32, at least.
26646
26647         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
26648         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
26649         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
26650         a subdirectory of the Windows directory as gtk system
26651         configuration directory.
26652
26653         * gtk/gtkselection.c: No chunks on Win32.
26654
26655         * gtk/gtksocket.c: Not implemented on Win32.
26656
26657         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
26658
26659         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
26660
26661         * gtk/maketypes.awk: Declare variables with a macro that expands to
26662         necessary export/import magic in the case of Win32.
26663                 
26664         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
26665
26666 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
26667
26668         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
26669         since those were meant only for gdki18n.h.  
26670         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
26671         for widechar tests.
26672         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
26673
26674 1999-03-13  Tor Lillqvist  <tml@iki.fi>
26675
26676         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
26677         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
26678
26679         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
26680         installed) to CFLAGS.
26681
26682         * gdk/Makefile.am: Add rules for gdkconfig.h.
26683
26684         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
26685         APIs.
26686
26687         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
26688         gdkx.h anyway when compiling for X11.
26689         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
26690         general): Merge in Win32 version.
26691         
26692         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
26693         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
26694         expansion (if we don't have HAVE_PWD_H), allow for drive
26695         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
26696         included code from Craig Setera's port to Win32 (the one that uses
26697         X11, and the cygwin dll), even if it probably will be abandoned.
26698
26699         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
26700         the user entered one herself.  This way one can complete *.h and
26701         don't get matches on any .help files, for instance.
26702         
26703 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
26704
26705         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
26706         font hash table, if we have a GdkFontPrivate entry for this font
26707         already, simply increment its reference count, provided by Olaf Dietsche
26708         <olaf.dietsche+list.gtk@netcologne.de>.
26709
26710         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
26711         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
26712
26713 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
26714
26715         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
26716         the number of calls to gdk_draw_point() (and thus to X) by
26717         clipping the points by hand.
26718
26719         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
26720         the clip parameter.
26721         (gtk_handle_box_paint): Only paint the handle if the expose area
26722         intersects it.
26723
26724 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
26725
26726         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
26727
26728 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
26729
26730         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
26731         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
26732
26733 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
26734
26735         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
26736          textmode (O_TEXT) for OS/2 version.
26737
26738 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
26739
26740         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
26741         GtkSpinButton, "input" and "output", to make the output more flexible.
26742         The user has to provide a mapping between adjustment->value and the
26743         output string (and vice versa, if the spin button is editable). 
26744         See testgtk for examples.
26745
26746 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
26747
26748         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
26749         new one.
26750         
26751         * configure.in: set gtk+ version to 1.3.0.
26752
26753         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog,