]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-2
Don't free gdk_fb_keyboard twice.
[~andy/gtk] / ChangeLog.pre-2-2
1 2000-12-12  Alexander Larsson  <alexl@redhat.com>
2
3         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
4         Don't free gdk_fb_keyboard twice.
5
6 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
7
8         * gtk/testgtk.c:
9         (create_tooltips): 
10         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
11         use GObject swapped_signal:: properties instead.
12
13         * gtk/gtkcellrenderertoggle.c: 
14         * gtk/gtkcellrenderertextpixbuf.c: 
15         * gtk/gtkcellrenderertext.c: 
16         * gtk/gtkcellrendererpixbuf.c: 
17         * gtk/gtkcellrenderer.c:
18         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
19         missing warnings for invalid property ids, install properties
20         with g_object_class_install_property() now.
21         
22         * gtk/gtksignal.c:
23         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
24         
25 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
26         
27         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
28         to determine if a window is the focus widget within
29         its toplevel.
30
31         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
32         to be boolean.
33
34         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
35         of the case where the container CAN_FOCUS to here instead
36         of having it in each individual move-the-focus place.
37
38         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
39         focusing to be geometric in a much more obvious sense. Arrowing
40         around is still non-intuitive because it isn't perfect and
41         because entries, etc, grab the arrow keys, but it at least
42         usually will do what you expect now.
43         
44         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
45         file.
46
47         * gtk/gtknotebook.c: Change tabs to be a single item in
48         the focus chain. Make movement of focus on tabs with arrow
49         keys wrap around.
50         
51         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
52         CHECK_FIND_CHILD macro to give informative error messages
53         instead of silent returns.
54
55         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
56         flag since we handle GdkReturn on the tabs.
57
58         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
59         windows rather than sending expose events directly.
60
61         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
62         definition for GtkNotebookPage into .c file, since it is private.
63
64         * gtk/testgtk.c (create_notebook): Add option for 
65         testing borderless notebook.
66
67         * gtk/testgtk.c (page_switch): Removed egregious poking
68         around in GTK+ internals.
69
70         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
71
72         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
73         properly through gtk_clist_focus. Make the title headers a
74         single item in the tab-focus chain, and make left-right wrap
75         around.
76
77         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
78         focus method so that wrapping around works properly.
79
80         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
81         that is handled for the widget now. 
82
83 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
84
85         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
86         widgets as TOPLEVEL.
87
88         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
89         TOPLEVEL widgets are containers.
90
91         * gtk/gtkinvisible.h: Remove useless include.
92
93 2000-12-11  Havoc Pennington  <hp@redhat.com>
94
95         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
96         Handle chopping off \r\n and 0x2029 in addition to \n before
97         passing to PangoLayout
98
99         * gtk/gtkimcontextsimple.c
100         (gtk_im_context_simple_get_preedit_string): 
101         return an empty string if no match is pending
102
103         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
104         assertion that the returned preedit string was sane
105
106         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
107         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
108         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
109
110 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
111
112         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
113         Fix up finalizer to chain to its parent.
114
115 2000-12-11  Alexander Larsson  <alexl@redhat.com>
116
117         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
118         Clearified the difference between the keyboard types. Wrote a note
119         about the magic sysrq key to get out of raw mode.
120
121 2000-12-09  James Henstridge  <james@daa.com.au>
122
123         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
124         member to hold masks for detecting the start of a protocol packet.
125         (mouse_devs): add packet start masks for ps2 and ms device types.
126         Left the mask for fidmour blank, as I have no idea what it should
127         be.
128         (handle_mouse_io): skip bytes until we get to the start of a
129         packet.  My Logitech mouse seems to be passing an extra NULL pad
130         byte, and GPM does a similar thing here.
131         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
132         this is the ms mouse driver.
133         (gdk_fb_mouse_ms_packet): fix up button handling, which was
134         completely broken except for button1.  It was checking the wrong
135         bit in the packet for the status of the right mouse button, and
136         wrongly assuming right == button2 rather than 3.  I fixed that and
137         also added support for middle button (button2).
138
139 2000-12-08  Havoc Pennington  <hp@redhat.com>
140
141         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
142         that cause a segfault on text insertion
143
144         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
145         warning
146
147         * gtk/gtktextiter.c (test_log_attrs): use
148         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
149
150         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
151         Get log attrs for a line, using a cache stored on the buffer
152         
153         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
154         reported by Jeff Franks
155
156 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
157
158         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
159         /dev/ttyS0 -> /dev/mouse
160
161 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
162
163         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
164         Added dummy gdk_fontset_load.
165
166 2000-12-08  Alexander Larsson  <alexl@redhat.com>
167
168         * docs/README.linux-fb:
169         * docs/Makefile.am:
170         Initial GtkFB docs.
171         
172         * gdk/linux-fb/Makefile.am:
173         Define GDK_DATA_PREFIX.
174
175         * gdk/linux-fb/gdkmain-fb.c:
176         Fix typo.
177         Change default display to /dev/fb0.
178
179         * gdk/linux-fb/gdkpango-fb.c:
180         Add $(prefix)/share/fonts/ to font path.
181         
182 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
183
184         * gdk/linux-fb/gdkkeyboard-fb.c:
185         New file containing the abstracted keyboard driver. Most code
186         taken from gdkinput-ps2.c
187
188         * gdk/linux-fb/gdkinput-ps2.c:
189         Removed file.
190         
191         * gdk/linux-fb/Makefile.am:
192         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
193
194         * gdk/linux-fb/gdkcolor-fb.c:
195         display->fb was renamed to display->fb_fd.
196
197         * gdk/linux-fb/gdkcursor-fb.c:
198         gdk_mouse_get_info -> gdk_fb_mouse_get_info
199
200         * gdk/linux-fb/gdkinput.c:
201         Moved gdk_input_init here from gdkinput-ps2.c
202
203         * gdk/linux-fb/gdkmain-fb.c:
204         display->fb was renamed to display->fb_fd.
205         Now the tty and the console is opened here instead
206         of in the keyboard driver. Also check GDK_VT to see what
207         tty to open.
208         Move gdk_beep () here from gdkinput-ps2.c
209         gdk_mouse_get_info -> gdk_fb_mouse_get_info
210
211         * gdk/linux-fb/gdkmouse-fb.c:
212         Add header.
213         gdk_mouse_get_info -> gdk_fb_mouse_get_info
214         Return correct keyboard modifiers.
215         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
216
217         * gdk/linux-fb/gdkprivate-fb.h:
218         Add tty and vt info to display.
219         Add orignal modeinfo storage to display
220         Update global functions
221
222         * gdk/linux-fb/gdkwindow-fb.c:
223         Added gdk_fb_window_find_focus().
224         gdk_mouse_get_info -> gdk_fb_mouse_get_info
225
226 2000-12-07  Havoc Pennington  <hp@pobox.com>
227
228         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
229         function, noticed by Alex
230
231 2000-12-06  Elliot Lee  <sopwith@redhat.com>
232
233         * configure.in: Detect freetype properly
234
235         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
236         above.
237
238 2000-12-06  Alexander Larsson  <alexl@redhat.com>
239
240         * gdk/linux-fb/Makefile.am:
241         Add gdkmouse-fb.c
242         
243         * gdk/linux-fb/gdkmouse-fb.c:
244         New file. Abstracted the mouse drivers a bit.
245
246         * gdk/linux-fb/gdkcursor-fb.c:
247         The cursor hide/show functions was moved here from gdkinput-ps2.c.
248
249         * gdk/linux-fb/gdkinput-ps2.c:
250         Removed old mouse handling code. Moved cursor handling code
251         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
252         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
253         gdk_mouse_get_info.
254
255         * gdk/linux-fb/gdkmain-fb.c:
256         Pass NULL pointers for x,y in gdk_mouse_get_info call.
257
258         * gdk/linux-fb/gdkprivate-fb.h:
259         Removed public gdk_fb_find_common_ancestor, added and renamed
260         functions for the new mouse handling code.
261
262         * gdk/linux-fb/gdkwindow-fb.c:
263         Moved gdk_fb_window_send_crossing_events here. added global
264         variable gdk_fb_window_containing_pointer. made
265         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
266         renamed to gdk_mouse_get_info.
267
268 2000-12-06  Alexander Larsson  <alexl@redhat.com>
269
270         * gdk/linux-fb/gdkevents-fb.c:
271         Update to match latest gmain/gsource changes.
272
273         * gdk/linux-fb/gdkinput-ps2.c:
274         Bogus gdk_keymap_get_entries_for_keycode implementation so that
275         it links. Will be implemented later.
276
277 2000-12-03  Havoc Pennington  <hp@pobox.com>
278
279         * gdk/Makefile.am: add gdkkeys.[hc]
280
281         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
282         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
283
284         * acconfig.h, configure.in: add checks and command line options
285         for XKB
286
287         * gdk/x11/gdkkeys-x11.c: Implement the above functions
288         
289         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
290         and group in the key event
291
292         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
293         field with the low-level hardware key code, and a group
294         field with the keyboard group
295
296         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
297         and declare a couple globals used for keymap handling
298         
299         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
300         hold down Shift-Control and type a hex number to get a Unicode 
301         character corresponding to the hex number
302         (gtk_im_context_simple_get_preedit_string): Fix cursor position
303         (return bytes not chars)
304
305 2000-12-05  Elliot Lee  <sopwith@redhat.com>
306
307         * gdk/gdkcolor.h: Make GdkColor specify element sizes
308         to avoid waste on 64-bit platforms.
309
310 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
311
312         * INSTALL: Fix link to PNG home, remove reference
313         to fribidi.
314
315         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
316         
317         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
318         tested.)
319
320         * gtk/gtkcheckmenuitem.c: Permanently turn on
321         always_show_toggle.
322
323         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
324         be NULL. (Vladimir Klebanov, #26545)
325
326         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
327         some signed/unsigned comparison problems. (#6510,
328         David Kaelbling)
329
330         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
331         return type to boolean (Oskar Liljeblad, #18648)
332
333 2000-12-05  Alexander Larsson  <alexl@redhat.com>
334
335         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
336         Remove bogus colormap setting.
337
338 2000-12-05  Alexander Larsson  <alexl@redhat.com>
339
340         * gdk/linux-fb/gdkcolor-fb.c:
341         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
342
343         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
344         Must set colormap.
345         
346 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
347
348         * docs/tutorial/gtk-tut.sgml: DND updates
349
350 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
351
352         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
353         Remove old debug g_warning().
354         (gdk_fb_draw_drawable): The src argument can be either a wrapper
355         or an implementation, just pass the implementation to draw_drawable_2.
356         
357         * gdk/linux-fb/gdkprivate-fb.h:
358         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
359
360         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
361         clear and invalidate area when window is destroyed.
362         (send_map_events): Remove old commented out code.
363
364 2000-12-05  Alexander Larsson  <alexl@redhat.com>
365
366         * gdk/linux-fb/gdkpango-fb.c:
367         Use italic instead of oblique in font aliases.
368         
369         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
370         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
371         other unsupported functions.
372
373 2000-12-04  Havoc Pennington  <hp@redhat.com>
374
375         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
376
377         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
378
379         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
380
381         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
382         hack to avoid infinite loops (synthetic expose event) - 
383         Owen has more appropriate fixes in a branch he'll check in later.
384
385         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
386         separator, CR, and CRLF as line ends
387
388         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
389         into lines using pango_find_paragraph_boundary(); other bits of
390         the widget are still going to be broken if the boundary isn't '\n'
391         though
392
393 2000-12-04  Alexander Larsson  <alexl@redhat.com>
394
395         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
396         multiply.
397
398         * gdk/linux-fb/gdkpango-fb.c:
399         Copied some 26.6 scaling macros from pango to clean up the rounding.
400         (pango_fb_font_get_glyph_info): Correct sign on x value.
401
402         * gdk/linux-fb/gdkprivate-fb.h:
403         Removed unreferenced external functions.
404
405         * modules/linux-fb/Makefile.am: Use ` instead of '.
406
407         * modules/linux-fb/basic.c:
408         Remove dead code. In particular the dummy lang engine which broke all
409         pango layouts in GtkFB. Don't include tables-big.i anymore.
410
411         * modules/linux-fb/tables-big.i:
412         Upgrade to latest version from pango. Left for reference, basic_ranges
413         moved to basic.c.
414         
415 2000-12-04  Havoc Pennington  <hp@redhat.com>
416
417         Fix bugs Alex found:
418         
419         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
420         to "draw"
421
422         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
423
424         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
425
426         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
427         implementation in here, apparently the expose() implementation was
428         dead code.
429
430 2000-12-04  Alexander Larsson  <alexl@redhat.com>
431
432         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
433         Return positive descent.
434
435 2000-12-02  Havoc Pennington  <hp@pobox.com>
436
437         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
438         method and signal
439         
440         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
441         calls gdk_window_process_updates() to push the exposes through
442         (gtk_widget_class_init): No more draw signal, no
443         gtk_widget_real_draw()  
444         
445         * gtk/gtkbin.c (gtk_bin_draw): remove
446
447         * gtk/gtkbox.c (gtk_box_draw): remove
448
449         * gtk/gtkbutton.c (gtk_button_draw): remove
450
451         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
452
453         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
454
455         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
456
457         * gtk/gtkclist.c (gtk_clist_draw): remove
458
459         * gtk/gtkentry.c (gtk_entry_draw): remove
460
461         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
462
463         * gtk/gtkfixed.c (gtk_fixed_draw): remove
464
465         * gtk/gtkframe.c (gtk_frame_draw): remove
466
467         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
468
469         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
470
471         * gtk/gtklayout.c (gtk_layout_draw): remove
472
473         * gtk/gtklist.c (gtk_list_draw): remove
474
475         * gtk/gtklistitem.c (gtk_list_item_draw): remove
476
477         * gtk/gtkmenu.c (gtk_menu_draw): remove
478
479         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
480
481         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
482
483         * gtk/gtknotebook.c (gtk_notebook_draw): remove
484
485         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
486
487         * gtk/gtkpacker.c (gtk_packer_draw): remove
488
489         * gtk/gtkrange.c (gtk_range_draw): remove
490
491         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
492
493         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
494
495         * gtk/gtktable.c (gtk_table_draw): remove
496
497         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
498
499         * gtk/gtktext.c (gtk_text_draw): remove
500
501         * gtk/gtktextview.c (gtk_text_view_draw): remove
502
503         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
504
505         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
506
507         * gtk/gtktree.c (gtk_tree_draw): remove
508
509         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
510
511         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
512
513         * gtk/gtkviewport.c (gtk_viewport_draw): remove
514
515         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
516
517         * gtk/gtkvscale.c (gtk_vscale_draw): remove
518
519         * gtk/gtkwindow.c (gtk_window_draw): remove
520
521 2000-20-01  Anders Carlsson  <andersca@gnu.org>
522
523         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
524         a GtkToggleButton is both insensitive and active, it was being
525         drawn by the GtkButton draw handler which doesn't check the
526         state. Now it's calling gtk_toggle_button_paint instead.
527         
528 2000-12-01  Havoc Pennington  <hp@redhat.com>
529
530         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
531         dangling pointers to the appearance attributes from the 
532         line display
533
534         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
535         width/height to mean "full width/height of drawable"
536
537         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
538         click to select word/line
539         
540         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
541         when getting log attrs. Get a slice, so that pixmaps and stuff
542         are properly handled.
543
544         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
545         paste into the selection (replaces selection now, previously
546         crashed or added to selection). Reveals longstanding btree bug -
547         select multiple lines, middle-click on the selection, boom. This
548         isn't related to my changes though.
549
550         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
551         PangoLogAttrs changes
552         (gtk_entry_move_backward_word): ditto
553
554         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
555         functions return bool whether the iter moved onto a
556         dereferenceable position.
557  
558         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
559         functions for motion in terms of display lines.
560
561         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
562         get the buffer a mark is inside
563         
564 2000-12-01  Alexander Larsson  <alexl@redhat.com>
565
566         * gdk/linux-fb/Makefile.am:
567         * modules/linux-fb/Makefile.am:
568         Freetype 2 final uses freetype-config
569
570         * gdk/linux-fb/gdkpango-fb.c:
571         Upgrade to use Freetype 2 final.
572         More flexible support for font aliases, this also fixes a bug with
573         GtkFontSelector, as the aliases must be visible in the font/family list,
574         or GtkFontSelector reads uninitialized memory.
575
576 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
577
578         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
579         XGetIMValues to properly terminate variable argument list, and do
580         NULL return check for ic_values and xim_styles.
581
582         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
583         Restore preedit state after XmbResetIC().
584         
585         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
586         XvaCreateNestedList() should take XvaNestedList, but not
587         XvaNestedList*.
588
589         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
590         preedit_draw_callback, preedit_caret_callback): Match
591         "preedit-changed" signal name to "preedit_changed" to be
592         consistent to the spec.
593
594         * gtk/gtkimcontextsimple.c (check_table):
595         Match "preedit-changed" to "preedit_changed" to be consistent
596         to the spec.
597
598 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
599
600         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
601         gc->clip_region == NULL>
602
603 2000-11-30  Tor Lillqvist  <tml@iki.fi>
604
605         Changes by Hans Breuer:
606         
607         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
608         Dont't use negative width and height as max_hints. This fixes
609         Owen's recent testgtk changes for win32.
610
611         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
612         gdk_win32_hdc_release): These are exported and may be called with
613         other drawable types than our GdkDrawableImplWin32 (?).
614
615         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
616         so always #define USE_BACKING_STORE.
617
618         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
619         of printf for debugging output.
620
621         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
622         
623         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
624
625         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
626         declaration.
627
628         * gtk/gtktexttypes.h: Ditto.
629
630         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
631         (GDK_VoidSymbol) also if in case of arg check failure.
632
633         * gtk/gtkimcontextsimple.c
634         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
635         position to the pointer, but to the variable it points to.
636
637         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
638
639         * gtk/gtk.def: Updates.
640
641 2000-11-29  Elliot Lee  <sopwith@redhat.com>
642
643         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
644         GTK_TYPE_TREE_MODEL.
645
646 2000-11-29  Alexander Larsson  <alexl@redhat.com>
647
648         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
649         Set the size of the font from the description.
650         (gdk_text_width): Gross hack that calculates the width
651         of text by text_length * size/2. This is necessary because
652         GtkLabel does some ugly gtk_string_width call to calculate
653         an good size.
654         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
655
656 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
657
658         * docs/tutorial/gtk-tut.sgml: DND updates
659
660 2000-11-29  Alexander Larsson  <alexl@redhat.com>
661
662         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
663         If you pass width or height == 0 to gdk_window_clear_area they
664         should be calculated from the window size.
665
666 2000-11-29  Alexander Larsson  <alexl@redhat.com>
667
668         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
669         a grab, but no grab-cursor, use the cursor from the grabbed
670         window. (gdk_fb_window_send_crossing_events): Send normal
671         enter/leave notifications if grab and owner_events == TRUE.
672
673 2000-11-29  Alexander Larsson  <alexl@redhat.com>
674
675         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
676         Do implicit button grabs, even if the window doesn't
677         want the event.
678         (gdk_fb_window_send_crossing_events): If there is a
679         grab, only the grabbed window gets normal enter/leave
680         notifications. On ungrab go from grabbed window to current.
681         Don't send any notification to b when propagating from c -> b.
682         If setting a grab on window, don't set prev_window.
683         (handle_mouse_input): Send enter/leave events to the window the
684         mouse is over, not the grabbed one.
685         
686 2000-11-28  Elliot Lee  <sopwith@redhat.com>
687
688         * gdk/gdkregion-generic.c: Zap warning.
689         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
690         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
691
692 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
693
694         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
695         The cursor should be hidden if it is part of either the
696         source or destination region. Not only if it is in both.
697         (gdk_window_set_transient_for): Silence warnings.
698
699 2000-11-28  Alexander Larsson  <alexl@redhat.com>
700
701         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
702         The default mode in X is Pie Arcs, therefore that is
703         what Gtk+ uses.
704
705 2000-11-28  Alexander Larsson  <alexl@redhat.com>
706
707         * gdk/linux-fb/gdkinput-ps2.c:
708         Implement correct EnterNotify/LeaveNotify:
709         (gdk_fb_window_send_crossing_events): New function that sends
710         all GdkCrossingEvents from the last mouse-window to the specified
711         destination.
712         (gdk_fb_window_visibility_crossing): Removed function.
713         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
714         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
715         instead of gdk_window_get_pointer() for better readability.
716
717         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
718         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
719
720         * gdk/linux-fb/gdkprivate-fb.h:
721         removed gdk_fb_window_visibility_crossing, added
722         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
723
724         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
725         New function that finds the least common ancestor of two windows.
726         (gdk_window_show, gdk_window_hide):
727         Use gdk_fb_window_send_crossing_events.
728         (gdk_fb_window_move_resize): Send configure events to toplevel
729         windows. Use gdk_fb_window_send_crossing_events.
730
731 2000-11-27  Havoc Pennington  <hp@redhat.com>
732
733         * gtk/gtkprivate.h (enum): Remove a trailing comma
734
735 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
736
737         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
738         the "changed" callback of the adjustment.  We need to redraw the
739         spin button's arrows when the adjustment's range changes.
740         (adjustment_changed_cb): Draw the arrows.
741         (gtk_spin_button_value_changed): Draw the arrows.
742
743 2000-11-23  Alexander Larsson  <alexl@redhat.com>
744
745         * gdk/linux-fb/gdkselection-fb.c:
746         Initial selection implementation.
747
748         * gtk/gtkselection.c:
749         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
750         requestor in gtk_selection_request.
751         
752         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
753         Added gdk_selection_property atom.
754
755         * gdk/linux-fb/gdkprivate-fb.h:
756         Export _gdk_selection_window_destroyed.
757         Removed mask_off_x/y from GdkCursorPrivateFB.
758         Removed hbearing, added top, left to PangoFBGlyphInfo.
759
760         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
761         Call _gdk_selection_window_destroyed
762         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
763         the root window has been created.
764         (static_dx_hack, static_dy_hack, compare_draw_rects,
765         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
766         in region. They are already sorted. Instead just traverse them in
767         reverse if draw_direction < 0.
768         
769         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
770         Double-clicks must be sent after the normal button_press.
771         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
772         
773         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
774         Pass _gdk_fb_screen_gc instead of NULL.
775
776         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
777         Initialize gdk_selection_property.
778         (gdk_event_make): Remove unused code.
779
780         * gdk/linux-fb/gdkcursor-fb.c:
781         Make the pixmap for the cursor the same size as the mask. Also remove
782         the mask_off_x/y fields in GdkCursorPrivateFB and combine
783         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
784         Now the whole cursor is visible.
785
786         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
787         Fix bug where xdest+height instead of ydest+height was used
788         to calculate if the source and dest overlapped. This fixes the
789         redraw bug when the main window in testgtk was scrolled when
790         partially covered by a tall window.
791         Copy rectangles in region in order depending on draw_direction.
792         Also moved the draw_direction flipping of start_y and end_y into
793         the gc functions, as this might not be what all of them want.
794         (gdk_fb_draw_lines): Support dashed lines.
795         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
796         so that the text is positioned correctly (was 1 pixel high).
797
798         gdk/linux-fb/gdkgc-fb.c:
799         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
800         all lines were drawn a pixel to short. Also checked the default of
801         the rest of the values, and they're the same as X now.
802
803         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
804         Clean up pixel positioning of the glyphs. Just use bgy->top and
805         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
806         to all divisions to get correct rounding behaviour.
807
808         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
809         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
810         Moved start_y/end_y flip into draw_drawable implementations.
811         Flip also x rendering when draw_direction < 0.
812         Remove unneccesary multiply with draw_direction.
813
814 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
815
816         * docs/tutorial/gtk-tut.sgml:
817           - get rid of gtk_toggle_button_toggled FUD
818           - start DND section - needs work - based on:
819                 http://wolfpack.twu.net/docs/gtkdnd/
820
821 2000-11-22  Alexander Larsson  <alexl@redhat.com>
822
823         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
824         Correct calculation of font metrics. Now GtkEntrys have sane
825         size.
826
827 2000-11-22  Alexander Larsson  <alexl@redhat.com>
828
829         * gdk/gdktypes.h:
830         Add new type GdkSpan
831         
832         * docs/reference/gdk/gdk-sections.txt,
833         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
834         gdk/gdkregion.h:
835         Implement and document gdk_region_spans_intersect_foreach.
836
837         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
838         Add new file gdkrender-fb.c which contains all core
839         rendering code.
840         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
841         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
842         (optimized rectangle fillers).
843
844         * gdk/linux-fb/gdkdrawable-fb2.c:
845         Move all rendering code to gdkrender-fb.c.
846         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
847         Use the new span intersection functions in gdk_fb_fill_spans.
848         gdk_fb_draw_rectangle() clips filled rectangles and calls
849         gc->fill_rectangle with the result.
850         gdk_fb_fill_spans() gets extra argument "sorted".
851
852         * gdk/linux-fb/gdkevents-fb.c:
853         Remove unused includes and defines.
854         New function gdk_fb_get_time() to get correct time for events.
855
856         * gdk/linux-fb/gdkinput-ps2.c:
857         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
858         Make sure to set the time of all events.
859
860         * gdk/linux-fb/gdkmain-fb.c:
861         Use gdk_fb_get_time ().
862
863         * gdk/linux-fb/gdkprivate-fb.h:
864         New virtual GC calls: fill_span & fill_rectangle.
865         Export gdk_fb_get_time().
866         gdk_fb_fill_spans() gets extra argument "sorted".
867
868         * gdk/linux-fb/mi*.c:
869         Use GdkSpan instead of GdkRectangle.
870         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
871         from XFree 4 source)
872         
873 2000-11-22    <jrb@redhat.com>
874
875         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
876         reversing the order in an if statement will do.  Doing so managed
877         to make the treemodelsort half work.  Other half will follow after
878         I get the insert function fully fixed.
879
880 2000-11-21  Elliot Lee  <sopwith@redhat.com>
881         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
882         more than 2 bits. Besides, I need to implement an evil hack. :)
883
884 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
885
886         * docs/tutorial/gtk-tut.sgml: minor corrections
887
888 2000-11-20  Jonathan Blandford <jrb@redhat.com>
889         * gtk/gtktreemodelsort.h: Add convertion functions to let you
890           convert to and from relative path's and iters.
891
892         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
893           testing sorting functions a bit better.  Currently broken -- will
894           fix in morning.
895
896 2000-11-20  Havoc Pennington  <hp@redhat.com>
897
898         * gtk/gtkwidget.c: Documented a bunch of functions in here
899         (gtk_widget_realize): Warn if you try to realize
900         a widget with no parent that isn't a toplevel
901         (gtk_widget_intersect): return a gboolean
902
903 2000-11-20  Havoc Pennington  <hp@redhat.com>
904
905         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
906         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
907         scrolling to be implemented in GDK to finish. Also, right now
908         we just size_allocate all children on every layout change,
909         which is pretty lame. Test commented out of testtext.c, 
910         until it works better.
911
912 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
913
914         * gdk/linux-fb/gdkdrawable-fb2.c:
915         Removed unused arguments from gdk_fb_drawable_get_pixel().
916
917         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
918         Renamed fidur specific mouse packet data in MouseDevice to
919         generic. Used it in ps2 mouse handling code to avoid blocking
920         reads.
921
922 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
923
924         * demos/gtk-demo/main.c: Changed to have the list become
925         non-italic when the demo window is destroyed through an external
926         event (like a close button).  Doing so found three bugs in the
927         widget.
928
929         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
930
931         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
932         we actually set the cell.
933
934         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
935
936         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
937         free a leaked path.  Thanks memprof.
938
939 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
940
941         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
942         off-by-one error when destroying allocated segments
943         on failure. (Elliot)
944
945 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
946
947         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
948         memleaks found by Evan Martin.
949
950 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
951
952         * Released 1.3.2
953         
954         * NEWS: Updates for 1.3.2
955
956 2000-11-17  Tor Lillqvist  <tml@iki.fi>
957
958         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
959         but in general for window system specific events.
960
961         * gtk/gtk.def
962         * gtk/makefile.mingw.in
963         * gtk/makefile.msc.in: Update.
964         
965         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
966
967 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
968
969         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
970         distribute gtk.immodules.
971
972         * gtk/Makefile.am (install-data-local): Don't install the
973         gtk.immodules file created for the uninstalled modules;
974         instead run gtk-query-immodules after install
975
976 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
977
978         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
979         -rpath to the right install location.
980
981         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
982         -export-dynamic.
983
984         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
985         properly.
986
987 2000-11-15  Havoc Pennington  <hp@pobox.com>
988
989         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
990         patch from Mikael Hermansson to temporarily stop blinking while
991         the user is using the keyboard to type or navigate. 
992
993         Also, when blinking, stay on for longer than we stay off. Also,
994         return from start_cursor_blink if !cursor_visible, to save
995         checking that flag all over the place before we call
996         start_cursor_blink.
997
998 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
999
1000         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
1001         only contain a "fontset" line, which is now ignored.
1002
1003         * gtk/gtkentry.c (gtk_entry_button_release): Make 
1004         double-click-to-select-word work.
1005         
1006 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
1007
1008         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
1009         Don't move back one char when we are actually at the end of the 
1010         paragraph.
1011
1012 2000-11-15  Robert Brady  <robert@suse.co.uk>
1013
1014         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
1015         'o' < 'p'.
1016         
1017         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
1018         bind_textdomain_codeset.
1019
1020         (gtk_init_check): Make the warning about translating default:LTR
1021         sterner.
1022         
1023 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
1024
1025         * **/Makefile.am : remove unecessary rules for win32-specific
1026         config-substituted targets. If you want these rules, use
1027         --enable-maintainer-mode (called automatically by autogen.sh).
1028         Stops a lot of unneccessary make-time warnings.
1029
1030         * gtk/gtktext{layout,display}.c: Factor in total width as
1031         well as screen when figuring alignment for word-wrap as well as
1032         no wrap; this is necessary to handle lines that cannot be wrapped
1033         at all.
1034
1035 2000-11-15  Havoc Pennington  <hp@redhat.com>
1036
1037         * gtk/testtext.c: Implement essential color cycling feature
1038
1039 2000-11-15  Havoc Pennington  <hp@redhat.com>
1040
1041         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
1042         when we invalidate the main window.
1043
1044         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
1045         GtkTextView will now invalidate the side windows for us when text
1046         changes.
1047
1048 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
1049
1050         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
1051         unconditionally, since we may need to update the horizontal
1052         scrollbars even if the height didn't change.
1053
1054         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
1055         the extra attrs, since some of them affect size.
1056
1057         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
1058         x_offset correctly.
1059
1060 2000-11-15  Havoc Pennington  <hp@redhat.com>
1061
1062         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
1063         don't move the first line out into the margin, instead move the
1064         whole paragraph in order to make space for the first line within 
1065         the margin
1066
1067 2000-11-15  Havoc Pennington  <hp@redhat.com>
1068
1069         * gtk/gtktextview.c (changed_handler): offset redraw rect by
1070         xoffset in addition to yoffset, so horizontal scrolling doesn't
1071         break redraws
1072
1073 2000-11-15  Havoc Pennington  <hp@redhat.com>
1074
1075         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
1076         from the cursor
1077         (render_layout_line): fix reversed test that caused weird
1078         underlines to get drawn
1079
1080 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
1081
1082         * gdk/linux-fb/gdkprivate-fb.h:
1083         Fix debug macros.
1084         
1085 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
1086
1087         * gdk/linux-fb/gdkprivate-fb.h:
1088         Added virtual functions set_pixel, get_color,
1089         fill_span and draw_drawable to the GC.
1090         Added global _gdk_fb_screen_gc to use instead of
1091         NULL when drawing to the screen.
1092         Added _gdk_fb_gc_calc_state() prototype.
1093
1094         * gdk/linux-fb/gdkgc-fb.c:
1095         Call _gdk_fb_gc_calc_state() on any gc state change.
1096
1097         * gdk/linux-fb/gdkglobals-fb.c:
1098         Add _gdk_fb_screen_gc
1099                 
1100         * gdk/linux-fb/gdkdrawable-fb2.c:
1101         _gdk_fb_gc_calc_state() calculates best functions
1102         for the GC state and depth.
1103         Moved bpp specialized code to separate functions.
1104         Added optimized 24 bpp AA draw_drawable.
1105
1106         * gdk/linux-fb/gdkevents-fb.c:
1107         Silence gcc warning.
1108
1109         * gdk/linux-fb/gdkimage-fb.c:
1110         Use _gdk_fb_screen_gc
1111
1112         * gdk/linux-fb/gdkwindow-fb.c:
1113         Init and use _gdk_fb_screen_gc
1114
1115         * gdk/linux-fb/mitypes.h:
1116         Remove unused types.
1117
1118 2000-11-14  Havoc Pennington  <hp@pobox.com>
1119
1120         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
1121         to pixels
1122
1123 2000-11-14  Havoc Pennington  <hp@pobox.com>
1124
1125         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
1126
1127         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
1128         unknown char, no real reason we were using a variable. 
1129         Remove gtk_text_unknown_char variable. Fix all the text widget
1130         files accordingly.
1131
1132         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
1133         since the Unicode spec seems to prefer that character for our
1134         purposes.
1135
1136 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
1137
1138         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
1139         value of g_getenv() isn't freeable, so g_strdup it.
1140
1141         * modules/input/inuktitut.c: Inuktitut input method.
1142
1143         * modules/input/Makefile.am: Build this.
1144         
1145 2000-11-14  Elliot Lee  <sopwith@redhat.com>
1146
1147         * gtk/Makefile.am: Install gtk.immodules, needed for operation
1148         of gtk programs.
1149
1150 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
1151
1152         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
1153         reversed > that was causing Home to go to end of previous line.
1154
1155         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
1156         modified-keypresses (leave for bindings.)
1157
1158         * modules/input/Makefile.am: Remove useless -export-dynamic
1159         from module LDFLAGS.
1160
1161 2000-11-14  Havoc Pennington  <hp@redhat.com>
1162
1163         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
1164         higher.
1165
1166         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
1167         account. Also, render rise, underline, background, etc. for
1168         pixbufs as well as text. Also, draw underlines one pixel higher.
1169
1170         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
1171         PangoAttribute for the rise, so it gets drawn properly. Also,
1172         add the GtkTextAppearance attribute for pixbuf/widget segments
1173         as well; we should go ahead and have rise, underline, background,
1174         stipple work for those
1175
1176         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
1177         Pango
1178
1179 2000-11-15  Tor Lillqvist  <tml@iki.fi>
1180
1181         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
1182
1183         * gtk/gtk.def: Update.
1184
1185         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
1186         included.
1187         (gtk_rc_get_im_module_file): Use run-time installation directory
1188         on Win32.
1189
1190         * gdk/win32/rc/gdk.rc: Remove.
1191         * gdk/win32/rc/gdk.rc.in: New file.
1192         * gdk/win32/rc/Makefile.am: New file
1193         * gdk/win32/Makefile.am: Corresponding changes.
1194
1195         * gtk/gtk.rc: Remove.
1196         * gtk/gtk-win32.rc.in: New file.
1197         * gtk/Makefile.am: Corresponding changes.
1198
1199         * configure.in: Corresponding changes.
1200
1201         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
1202         has a built gtkcompat.h. Developers using CVS code on Win32 can
1203         hand-edit it from gtkcompat.h.in.
1204
1205         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
1206         gtkcompat.h from gtkcompat.h.win32.
1207
1208 2000-11-14  Havoc Pennington  <hp@redhat.com>
1209
1210         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
1211         to default to GDK_ACTION_MOVE if the drag is within a single
1212         widget. Defaults to GDK_ACTION_COPY between widgets.
1213
1214 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
1215
1216         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
1217
1218         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
1219
1220         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
1221         srcdir != builddir
1222
1223         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
1224
1225         * configure.in (GTK_VERSION): Up to 1.3.2
1226
1227         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
1228         gtkimcontextxim.h
1229
1230         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
1231         missing doc comment.
1232
1233 2000-11-14  Alexander Larsson  <alexl@redhat.com>
1234
1235         * modules/linux-fb/basic.c:
1236         Use the glib iconv wrappers.
1237
1238 2000-11-13  Havoc Pennington  <hp@pobox.com>
1239
1240         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
1241         still more bugs.
1242
1243         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
1244         scroll the GdkWindows before realization.
1245
1246 2000-11-13  Havoc Pennington  <hp@redhat.com>
1247
1248         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
1249         where GC didn't always get updated properly
1250
1251         * demos/gtk-demo/textview.c (create_tags): Use subattributes
1252         of fonts instead of setting the entire font
1253
1254         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
1255         setting entire font
1256
1257         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
1258
1259         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
1260         a bunch of individually-settable font attributes. You can still 
1261         use the "font" and "font_desc" args, they just set all the font
1262         attributes at once.
1263
1264 2000-11-13 Elliot Lee <sopwith@redhat.com>
1265
1266         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
1267
1268 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
1269
1270         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
1271         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
1272
1273         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
1274         work better.
1275
1276 2000-11-13  Havoc Pennington  <hp@redhat.com>
1277
1278         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
1279         the module file.
1280
1281         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
1282         dest->language
1283
1284         * gtk/testtext.c: Test pixels above/below/inside paragraphs
1285         settings
1286
1287         * gtk/gtktextview.c: Implement object args and setters/getters for
1288         all the aspects of the GtkTextAttributes that are not set from
1289         GtkWidget attributes. This is spacing, justification, margins,
1290         etc.
1291
1292         (gtk_text_view_set_arg)
1293         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
1294         args
1295         (gtk_text_view_class_init): Add args for justify, left_margin,
1296         right_margin, indent, and tabs
1297         
1298
1299         * gtk/gtktextlayout.c (set_para_values): fix to display indent
1300         attribute properly
1301
1302         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
1303         replace with indent attribute
1304
1305         * gtk/gtktextlayout.c (set_para_values): multiply indent by
1306         PANGO_SCALE
1307
1308         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
1309         rearranging code to do that
1310         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
1311         i.e. don't subtract the top_margin first, just to keep
1312         all margin-futzing in one place.
1313
1314         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
1315
1316         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
1317         special case of last line, Pango now handles this itself.
1318         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
1319         Y coordinate
1320         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
1321         (find_display_line_above): wasn't moving the byte index as it
1322         iterated over lines, so always returned byte 0. Also, port to use
1323         PangoLayoutIter.
1324         (find_display_line_below): same problem as
1325         find_display_line_above. Also, port to use PangoLayoutIter.
1326
1327 2000-11-13  Alexander Larsson  <alexl@redhat.com>
1328
1329         * gdk/linux-fb/*.[ch]:
1330         Massive reindent to gtk+ standard. My hands hurt.
1331
1332         * gdk/linux-fb/gdkcolor-fb.c:
1333         Move GdkColorPrivateFB from inherited to windowing_data
1334
1335         * gdk/linux-fb/gdkcursor-fb.c:
1336         _gdk_cursor_new_from_pixmap made static
1337
1338         * gdk/linux-fb/gdkdnd-fb.c:
1339         GdkDragContextPrivate moved to windowing_data
1340
1341         * gdk/linux-fb/gdkdrawable-fb2.c:
1342         Removed endian.h, use glib endianness macros instead
1343         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
1344         and GDK_DRAWABLE_IMPL_FBDATA
1345
1346         * gdk/linux-fb/gdkfont-fb.c:
1347         Add empty gdk_font_load(). Needed for linking of Gtk+.
1348
1349         * gdk/linux-fb/gdkimage-fb.c:
1350         Removed endian.h, use glib endianness macros instead
1351         Moved GdkImagePrivateFB to windowing_data
1352         gdk_image_new_bitmap didn't always allocate enough
1353         memory.
1354
1355         * gdk/linux-fb/gdkinput-ps2.c:
1356         Added semi-working support for MS serial mice.
1357
1358         * gdk/linux-fb/gdkprivate-fb.h:
1359         s/GdkWindowPrivate/GdkWindowObject/
1360         Removed GdkWindowPrivate typedef
1361         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
1362         Removed GDK_DRAWABLE_P
1363         Move GdkColorPrivateFB from inherited to windowing_data
1364         Moved GdkImagePrivateFB to windowing_data
1365
1366         * gdk/linux-fb/gdkvisual-fb.c:
1367         Removed some unused debug code.
1368
1369         * gdk/linux-fb/gdkwindow-fb.c:
1370         Use stock cursors instead of including X headers.
1371         s/GdkWindowPrivate/GdkWindowObject/
1372
1373         * gdk/linux-fb/mitypes.h:
1374         Removed unused types.
1375
1376         * modules/linux-fb/basic.c:
1377         Use the pango fribidi wrappers.
1378
1379 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1380
1381         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
1382         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
1383         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
1384         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
1385         GEqualFunc where applicable.
1386         
1387         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
1388         pango_font_description_equal as changed in pango.
1389         
1390         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
1391
1392         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
1393
1394         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
1395
1396         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
1397
1398         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
1399
1400         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
1401
1402         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
1403         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
1404
1405         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
1406         gtk_rc_styles_compare -> gtk_rc_styles_equal.
1407
1408 2000-11-12  Havoc Pennington  <hp@pobox.com>
1409
1410         * demos/gtk-demo/Makefile.am (democodedir): change demo install
1411         dir to datadir/gtk+-2.0/demo
1412
1413         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
1414         sorts of text widget and Pango font bugs. Urgh.
1415
1416         * demos/gtk-demo/Makefile.am (demos): Add textview.c
1417
1418         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
1419         tree that you should double click to see the demo. Fix 
1420         types of variables to reflect changed return values from 
1421         GtkTreeStore and GtkTreeViewColumn constructors.
1422
1423         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
1424         newly-created buffer to prepare for GObject semantics
1425
1426         * gtk/testtext.c: don't leak the buffer with GObject semantics
1427
1428         * gtk/testtextbuffer.c: ditto
1429         
1430 2000-11-12  Havoc Pennington  <hp@pobox.com>
1431
1432         Rename this testgtk to gtk-demo to avoid confusion, and 
1433         install it so people can use it as a supplement to 
1434         the documentation.
1435         
1436         * demos/gtk-demo: Moved from demos/testgtk
1437
1438         * demos/testgtk: Removed
1439
1440         * configure.in: make Makefile in gtk-demo
1441         
1442         * demos/gtk-demo/Makefile.am: Install sample source to 
1443         datadir/gtk-demo (maybe there's a better place?), and 
1444         rename the binary to gtk-demo
1445         
1446         * demos/gtk-demo/main.c (load_file): Load installed sample
1447         source if source isn't found in pwd.
1448
1449 2000-11-09  Havoc Pennington  <hp@pobox.com>
1450
1451         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
1452         argument to set the char displayed when visibility == FALSE
1453         (gtk_entry_create_layout): If !entry->visible, replace 
1454         all chars with the "invisible char"
1455
1456         * gtk/testgtk.c: Test the invisible_char deal
1457         
1458 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
1459
1460         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
1461         can't get a native font in the right encoding.
1462
1463 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
1464
1465         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
1466         respectively.
1467
1468 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
1469
1470         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
1471         Fix warning when moving between paragraphs.
1472
1473         * gtk/gtkentry.[ch]: Change move => move_cursor, 
1474         delete => delete_from_cursor, insert => insert_at_cursor
1475
1476 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
1477
1478         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
1479
1480         * modules/input/imthai-broken.c: A Thai input method for use if
1481         Thai keys are really generating Latin1 keysyms.
1482
1483         * modules/input/Makefile.am: Build these.
1484
1485 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
1486
1487         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
1488         g_filename_{to,from}_utf8 now takes an extra parameter.
1489
1490         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
1491         strftime into UTF-8.
1492
1493         (column_from_x, gtk_calendar_paint_day_names): Support RTL
1494         calendars.
1495
1496         (gtk_calendar_paint_day_names): Draw day names in the right 
1497         place.
1498         
1499 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
1500
1501         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
1502         problem with using result of g_get_charset() backwards -
1503         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
1504
1505         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
1506         negative min_width/height and max_width/height to
1507         mean "requisition"; this allows setting a window
1508         to be user-resizable in only one direction easily.
1509
1510         * gtk/testgtk.c (create_main_window): Remove hard-coded
1511         usize - set a default size in the vertical direction.
1512
1513 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
1514
1515         * gtk/gtkrange.c: Add some missing casts. Support 
1516         2 and 3 button clicks on the arrows to mean 
1517         "move by pages" and "jump to end". (Like gtkspinbutton)
1518
1519 2000-11-12 Hans Breuer <Hans@Breuer.Org>
1520
1521         * gdk/win32/makefile.msc : reflect build module changes
1522
1523         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
1524         from GdkPixmap*, cast implementation member instead.
1525
1526         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
1527         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
1528         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
1529         more Gdi functions return value checking. 
1530         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
1531         GdkImagePrivateWin32 *.
1532
1533         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
1534         menus useable again. Add #pragma message to keep reminded on this issue.
1535         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
1536         windows. This allows to enable backing store on Win32!
1537
1538         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
1539         in drawable is of impl type. Correct specific type checks appropriate.
1540  
1541         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
1542         GDK_WINDOW_DESTROYED before allocating new resources.
1543
1544         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
1545
1546         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
1547         (gdk_window_foreign_new) initialize parent handle.
1548         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
1549
1550         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
1551         Let the GDI invalidate the window on MoveWindow call to fix scrolling
1552         problems (e.g. main buttons in testgtk). 
1553
1554 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
1555
1556         * gtk/gtkentry.c (gtk_entry_key_press): Call 
1557         gtk_widget_activate for GDK_Return.
1558
1559         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
1560         of preedit cursor position.
1561
1562 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
1563
1564         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
1565         static.
1566
1567 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
1568
1569         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
1570         out support for multiple locales; that simple doesn't
1571         work reliably with current Xlib
1572
1573         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
1574         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
1575         Add support for positioning the cursor within the preedit string.
1576
1577 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
1578
1579         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
1580         at XIM input method module.
1581
1582         * gtk/gtktextview.c: Check for bindings after passing
1583         events to im context filter.
1584
1585 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
1586
1587         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
1588         empty attribute lists properly.
1589
1590 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
1591
1592         * gtk/queryimmodules.c (main): Return non-zero exit
1593         status if errors were encountered querying any
1594         modules.
1595
1596         * modules/input/Makefile.am (moduledir): remove
1597         leftover bin program target.
1598
1599         * docs/make-todo: Fix typo in error message.
1600
1601 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
1602
1603         * configure.in: Add modules/input/Makefile
1604
1605 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
1606
1607         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
1608         don't include gtkthemes.h.
1609
1610         * gtk/testgtk.c gtk/testtext.c: Set environment variables
1611         to point
1612
1613         * gtk/Makefile.am: Add new .c and .h files, build 
1614         gtk-query-immodules and use it to create a gtk.immodules
1615         file for use of test programs.
1616
1617         * gtk/gtkpreview.c: remove extra blank line.
1618
1619 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
1620
1621         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
1622         Add the ability to add extra tables beyond the default
1623         one, and also the ability to have compose sequences 
1624         that are prefixes of other compose sequences. 
1625
1626         * gtk/gtkimcontextsimple.c: Export a preedit string which
1627         consists of possible candidates for keystrokes that have
1628         been entered but not yet committed.
1629
1630         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
1631         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
1632
1633         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
1634         Add a function to add input-method switching menu items
1635         to a menu.
1636
1637         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
1638         when switching input methods.
1639
1640         * gtk/gtkimcontextsimple.[ch]: Change the format of
1641         the compose table to allow compose tables of different
1642         lengths / sequence.
1643
1644 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
1645
1646         * gtk/gtkimmodule.[ch]: Support routines for loading
1647         GtkIMContext implementations dynamically at runtime.
1648
1649         * modules/input/imcyrillic-translit.c: A sample input
1650         method (based on GtkIMContextSimple with an extra table),
1651         which demonstrates preedit strings and the module
1652         system for input modules
1653
1654         * gtk/queryimmodules.c: Program to query the available
1655         input modules and write the results into a file.
1656          
1657         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
1658         extra config options "im_module_file" (cache file for
1659         input method modules), and "im_module_path" - path
1660         to look for modules when generating cache file.
1661
1662         This doesn't scale.
1663
1664 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
1665
1666         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
1667         generic code from gtkthemes into a new abstraction
1668         GtkModule which has the logic for implementing
1669         a loadable module which implements a number of 
1670         GObject types.
1671
1672 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
1673
1674         * gtk/gtkeditable.[ch]: Convert GtkEditable from
1675         a class into an interface  
1676         
1677         * gtk/gtkoldeditable.[ch]: Move the old editable
1678         implementation into here, so legacy widgets can
1679         still rely on the implemenation. GtkOldEditable
1680         exports GtkEditable. Make selection handling
1681         code use new text conversion functions (and
1682         handle UTF-8 as a side-effect). Use GtkClipboard
1683         for CLIPBOARD.
1684
1685         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
1686         Adopt to match above changes.
1687
1688         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
1689         avoid GtkOldEditable implementation. Restructure
1690         to reduce number of places that modify state directly.
1691         Move to GtkBindingSet. Display the preedit string.
1692         Queue recomputation of PangoLayout and scroll position
1693         to improve effiency of doing complex changes naively.
1694         Add a menu with cut/copy/paste and input method selection.
1695
1696 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
1697
1698         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
1699         to set preedit string and attributes; display preedit string by
1700         inserting string and attributes at cursor when creating the
1701         GtkTextLineDisplay.
1702
1703         * gtk/gtktextlayout.c: Move all conversions between byte
1704         positions in PangoLayout and GtkTextIter into new functions
1705         line_display_iter_to_index/index_to_iter that properly
1706         handle the preedit string.
1707
1708         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
1709         it to return const char * (eventually will end up
1710         as GCONST char *, most likely.)
1711
1712         * gtk/gtktextview.[ch]: Handle the preedit string, call
1713         gtk_im_context_reset() as necessary, add a menu to switch
1714         input methods.
1715         
1716         * gtk/gtktextlayout.[ch]: Remove useless
1717         gtk_text_layout_get_log_attrs() function.
1718
1719 2000-11-11  Tor Lillqvist  <tml@iki.fi>
1720
1721         * gdk/gdk.def
1722         * gtk/gtk.def: Update.
1723
1724         * gdk/win32/*.c: Add last argument to g_type_register_static()
1725         calls.
1726
1727         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
1728
1729         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
1730         generated by older wheel mouse drivers. Get the correct y
1731         coordinate from WM_MOUSEWHEEL messages.
1732
1733         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
1734         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
1735         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
1736         Debugging functions.
1737
1738         * gdk/win32/gdkprivate-win32.h: Declare them.
1739
1740         * gdk/win32/gdkinput-win32.h: Add declaration for
1741         gdk_input_window_destroy().
1742
1743         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
1744
1745 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
1746
1747         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
1748         function to help handle keeping things in sync.
1749
1750 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
1751
1752         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
1753         BOXED marshallers.
1754
1755         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
1756         (gtk_list_store_class_init): use the new BOXED marshallers.
1757
1758         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
1759         new_with_values to new_with_types.
1760         (gtk_tree_store_get_column_type): add this.
1761         (gtk_tree_store_class_init): use the new BOXED marshallers.
1762
1763         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
1764         mirror some POINTER marshallers.
1765
1766 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
1767
1768         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
1769         allow more interesting iterators.  Also, made the lifecycle of
1770         iterators more explicit.
1771
1772         * gtk/gtktreemodelsort.[ch]: New model for sorting.
1773
1774         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
1775         types.
1776
1777 2000-11-09  Alexander Larsson  <alexl@redhat.com>
1778
1779         * demos/testgtk/menus.c:
1780         Changes to make the new testgtk compile after
1781         gtk_menu_append was removed.
1782
1783         * gdk/linux-fb/gdkdrawable-fb2.c
1784         (gdk_fb_get_depth, gdk_fb_get_visual,
1785         gdk_drawable_impl_fb_class_init): Implement
1786         these drawable functions. Now GtkImages work again.
1787
1788         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
1789
1790         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
1791         
1792         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
1793         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
1794         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
1795         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
1796
1797 2000-11-08  Havoc Pennington  <hp@pobox.com>
1798
1799         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
1800         visible_set args, don't know where these had gone, I thought they
1801         used to be there
1802
1803         * gtk/testtext.c: Add a menu item to apply invisibility tag;
1804         now we can test the feature and see that it's totally broken.
1805
1806 2000-11-08  Havoc Pennington  <hp@pobox.com>
1807
1808         Make DND copy pixbufs and tags when source and target share a 
1809         tag table.
1810         
1811         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
1812         in-process GTK_TEXT_BUFFER_CONTENTS target
1813         (gtk_text_view_drag_data_received): Paste from
1814         GTK_TEXT_BUFFER_CONTENTS if we receive it.
1815
1816 2000-11-08  Alexander Larsson  <alexl@redhat.com>
1817
1818         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
1819         API changes.
1820
1821         * gtk/gtkmenu.c: Add support for scrolling menus.
1822         Remove gtk_menu_append/prepend/insert, these have been moved to
1823         gtkcompat.h as #defines.
1824
1825         * gtk/gtkcompat.h.in:
1826         Add compatibility #defines for gtk_menu_append/prepend/insert
1827
1828         * gtk/gtkmenu.h: Add data needed for scrolling menus.
1829         GtkMenuPositionFunc gets an extra argument push_in.
1830         gtk_menu_append/prepend/insert removed.
1831         
1832         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
1833         positioning behaviour to fit to scrolling menus.
1834
1835         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
1836         into menuitem->submeny. That is wrong, and broke torn
1837         off submenus of torn off menus, since they were unrealized
1838         when the first menu was unrealized.
1839
1840         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
1841         gtk_menu_shell_select_item() since these need to be overridden in
1842         GtkMenu.
1843
1844         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
1845         positioning behaviour to fit to scrolling menus.
1846         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
1847         the current item so that it is prelighted when the menu pops up.
1848         This is a workaround to the fact that the menu doesn't get the
1849         initial enter event (due to grabs).
1850
1851         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
1852         s/gtk_menu_append/gtk_menu_shell_append/
1853
1854         * gtk/gtknotebook.c:
1855         s/gtk_menu_insert/gtk_menu_shell_insert/
1856
1857         * gtk/testgtk.c (create_menu, create_menus):
1858         Create the first menu with 50 items so that menu scrolling
1859         can be tested.
1860         
1861         
1862         Patch from Jonathan Blandford  <jrb@redhat.com>
1863
1864         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
1865         system to handle size requests.  First, we ask what the size of
1866         the toggle is.  Then, when allocating the size, we allocate the
1867         toggle_size first.  This way we can have multiple menu-item
1868         classes w/o needing a seperate class for each.
1869
1870         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
1871         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
1872
1873         * gtk/gtkcheckmenuitem.c
1874         (gtk_check_menu_item_toggle_size_request): New function to handle
1875         the toggle size-request.
1876
1877 2000-11-07  Havoc Pennington  <hp@redhat.com>
1878
1879         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
1880         Half-ass somewhat fix this function, so that scrolling to the
1881         insertion point works. Pango hacking is in the future to really
1882         fix it.
1883
1884         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
1885         length of data, no longer used.
1886
1887         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
1888         method contents in here, get rid of destroy method
1889         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
1890         that were backward. Remove debug spew.
1891         (cut_or_copy): Make the clipboard work with insert_range to
1892         preserve tags and pixbufs, not just the primary selection.
1893
1894 2000-11-07  Havoc Pennington  <hp@redhat.com>
1895
1896         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
1897         to gtk_text_mark_get_visible
1898
1899         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
1900         bug that was generating an invalid iterator
1901
1902         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
1903         ensure_char_offsets() in front of code placing the iter in an
1904         invalid state.
1905
1906         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
1907         make override_location arg const
1908         (paste): Replace the selection if we paste into the 
1909         current selection
1910
1911         * gtk/gtkselection.h: Remove "GtkSelectioData"
1912         (struct _GtkSelectionData): move the definition here.
1913
1914         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
1915         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
1916
1917         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
1918
1919         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
1920         (gtk_text_buffer_insert_range_interactive): implement
1921         (gtk_text_buffer_get_tags): Remove, replaced by
1922         gtk_text_iter_get_tags()
1923
1924         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
1925         limit parameter, to avoid infinite linear scan.
1926         (gtk_text_iter_backward_search): Add search limit
1927         (gtk_text_iter_forward_find_char): Add search limit
1928         (gtk_text_iter_backward_find_char): Add search limit
1929
1930 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
1931
1932         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
1933         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
1934         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
1935         gdk/linux-fb/gdkwindow-fb.c:
1936         use g_object_new() instead of g_type_create_instance() which
1937         is a private function for fundamental type implementations.
1938
1939         * gdk/linux-fb/gdkinput-ps2.c:
1940         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
1941         instead just store the current modifier state. Add a (somewhat broken)
1942         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
1943         Rename exported function gdk_input_ps2_get_mouseinfo to
1944         gdk_input_get_mouseinfo.
1945
1946         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
1947         gdk/linux-fb/gdkwindow-fb.c:
1948         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
1949         
1950
1951 2000-11-02  Havoc Pennington  <hp@redhat.com>
1952
1953         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
1954         use stock buttons. Should be 100% source compatible, appropriate
1955         filesel fields now point to dialog->vbox and dialog->action_area.
1956         On the bizarre side, dialog->action_area and filesel->action_area
1957         are not the same widget.
1958         (gtk_file_selection_init): Put some padding around the selection
1959         entry, so it isn't touching the GtkDialog separator.    
1960
1961         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
1962         use stock buttons, etc. Should also be source compatible.
1963         Set the dialog default title in _init not _new().
1964         
1965         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
1966         Use stock buttons; don't put a button box inside the existing
1967         dialog button box. Don't bother with push/pop colormap anymore.
1968
1969         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
1970         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
1971         for message dialog, and necessary for the font selection and color
1972         selection with help and apply buttons.
1973         
1974         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
1975         to the created button widget. Set GTK_CAN_DEFAULT on the button.
1976         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
1977         between buttons, put less padding around the action area.
1978         (gtk_dialog_run): Exit on unmap rather than on destroy. 
1979         This will also exit the loop if the widget is hidden.
1980         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
1981         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
1982         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
1983         special-case delete event.
1984
1985         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
1986         formatting
1987         
1988 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
1989
1990         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
1991         button to temporarily disable position recording in the
1992         "saved position" test.
1993
1994 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
1995
1996         * gtk/gtkthemes.c: added compat code that temporarily implements
1997         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
1998         going to be revamped by owen's upcoming GtkModule patches, but
1999         untill then people want gtk to build, right? ;)
2000
2001 2000-11-04  Havoc Pennington  <hp@pobox.com>
2002
2003         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
2004         list
2005
2006         * docs/Changes-2.0.txt: Add note about
2007         gtk_container_get_toplevels()
2008
2009         * gtk/gtktextview.h: formatting
2010         
2011         * gtk/gtktextview.c: don't start descriptions with "Returns",
2012         confuses gtk-doc
2013
2014 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
2015
2016         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
2017         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
2018
2019 2000-11-03  Havoc Pennington  <hp@redhat.com>
2020
2021         * gtk/gtktexttagtable.c: Docs
2022         (gtk_text_tag_table_size): return a signed int
2023
2024         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
2025         (gtk_text_tag_event): make the event_object a GObject
2026
2027         * gtk/gtktextview.c: Write API docs for all functions.
2028
2029         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
2030         for gtk_text_view_get_window_type() called on one of the private
2031         windows.
2032
2033         * gtk/gtktextview.c: Instead of accessing text_view->buffer
2034         directly, call get_buffer() which demand-creates a default
2035         buffer. So gtk_text_view_new() can be used to create a view with a
2036         default buffer in it, if you just want an empty text box users can
2037         put data in. Useful for GUI builders also.
2038
2039 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
2040
2041         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
2042         the charset encodign portion MUST be in lowercase.
2043         * gtk/gtkrc.az: added file for Azeri language
2044
2045 2000-11-03  Havoc Pennington  <hp@redhat.com>
2046
2047         Get widgets working on the btree/buffer side. Display of them 
2048         still doesn't work.
2049         
2050         * gtk/gtktextview.c: start implementing child widget stuff
2051
2052         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
2053
2054         * gtk/gtktextlayout.c: handle embedded widgets
2055
2056         * gtk/gtktextdisplay.c: handle embedded widgets
2057
2058         * gtk/gtktextchild.c: Implement all the child anchor goo
2059
2060         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
2061         function
2062
2063         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
2064         (insert_pixbuf_or_widget_segment): abstract out common portions of 
2065         creating a child anchor or a pixbuf segment.
2066         (gtk_text_btree_create_child_anchor): new function
2067         (gtk_text_btree_unregister_child_anchor): new function
2068
2069         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
2070         allocate_child signal on GtkTextLayout
2071
2072         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
2073         values
2074         (gtk_text_iter_get_child_anchor): new function
2075
2076         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
2077         default handler for the changed signal, which calls
2078         gtk_text_buffer_set_modified(), instead of just always emitting
2079         changed then calling set_modified() manually. I guess this is
2080         maybe more flexible. It seems logical.
2081
2082 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
2083
2084         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
2085         now.
2086
2087         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
2088
2089 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
2090
2091         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
2092         been marked static.
2093
2094 2000-11-02  Havoc Pennington  <hp@redhat.com>
2095
2096         * gtk/testgtk.c (create_labels): had a test backward
2097
2098         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
2099         fields, so the dest GC ends up with the correct clip origin, 
2100         etc. Fixes a bug where colored labels didn't redraw 
2101         properly.
2102
2103 2000-11-02  Alexander Larsson  <alexl@redhat.com>
2104
2105         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
2106         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
2107         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
2108         Add last argument to t_type_register_static call.
2109         
2110         * gdk/linux-fb/gdkdrawable-fb2.c:
2111         Add last argument to t_type_register_static call.
2112         export the get_image drawable virtual function.
2113
2114         * gdk/linux-fb/gdkimage-fb.c:
2115         Add last argument to t_type_register_static call.
2116         rename gtk_image_get to _gdk_fb_get_image and
2117         export it for use by gdkdrawable-fb2.
2118
2119         * gdk/linux-fb/gdkprivate-fb.h:
2120         export _gdk_fb_get_image.
2121
2122         * gdk/linux-fb/gdkselection-fb.c:
2123         Add new api call stubs.
2124
2125         * gtk/Makefile.am:
2126         Missing ( in linux-fb part.
2127
2128         * modules/linux-fb/Makefile.am:
2129         Must link with gdk_pixbuf or get unresolved symbol.
2130
2131 2000-11-01  Havoc Pennington  <hp@pobox.com>
2132
2133         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
2134         GTK_TYPE_TEXT_ITER and BOXED marshallers
2135
2136         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
2137
2138         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
2139         
2140         * gtk/gtk-boxed.defs: add GtkTextIter
2141
2142         * gtk/gtkmarshal.list: Add marshallers for text widget that 
2143         properly use OBJECT and BOXED
2144
2145 2000-11-01  Havoc Pennington  <hp@redhat.com>
2146
2147         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
2148
2149         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
2150         before returning it. 
2151         
2152 2000-11-01  Havoc Pennington  <hp@redhat.com>
2153
2154         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
2155         Clip the rectangle to be rendered to the drawable, since
2156         get_from_drawable() requires a region within the drawable
2157
2158 2000-11-01  Havoc Pennington  <hp@redhat.com>
2159
2160         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
2161         from coordinates.
2162
2163 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
2164
2165         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
2166         it isn't NULL.
2167
2168 2000-11-01  Havoc Pennington  <hp@pobox.com>
2169
2170         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
2171         on a label
2172         (gtk_label_finalize): unref the attr list if any.
2173
2174         * gtk/testgtk.c (create_get_image): close test on second click
2175         (make_message_dialog): close dialog if it exists
2176
2177         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
2178
2179         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
2180         gdk-pixbuf
2181
2182         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
2183         from Pango markup format
2184         (gtk_label_set_markup_with_accel): ditto but with accelerator
2185         parsing
2186
2187         * gtk/gtkimage.c (gtk_image_expose): reformatting.
2188
2189         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
2190         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
2191         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
2192         call gdk_window_get_origin().
2193
2194         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
2195         implement GDK_PIXBUF_ALPHA_FULL
2196         
2197 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
2198
2199         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
2200         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
2201         g_signal_handlers_disconnect_matched to block/unblock and disconnect
2202         multiple handlers respectively, instead of only treating the
2203         first handler found (bug reported by owen).
2204
2205 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
2206
2207         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
2208
2209         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
2210
2211         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
2212         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
2213         gtk/gtktreeviewcolumn.h: Fixed inline docs.
2214
2215         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
2216         widget.  Needs writing someday.
2217
2218         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
2219         the docs.
2220
2221 2000-10-30  Havoc Pennington  <hp@redhat.com>
2222
2223         * gtk/gtktextview.h, gtk/gtktextview.c:
2224         Rename delete_at_cursor delete_from_cursor, and 
2225         move to move_cursor.
2226
2227 2000-10-30  Havoc Pennington  <hp@redhat.com>
2228
2229         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
2230         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
2231         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
2232         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
2233         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
2234         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
2235         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
2236         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
2237         gtktexttypes.h, gtktextview.c, gtktextview.h:
2238
2239         Massive reindentation and reformatting. Arg alignment and comments
2240         still need fixing in various places.
2241
2242 2000-10-30  Havoc Pennington  <hp@redhat.com>
2243
2244         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
2245         to be named insert_at_cursor and delete_at_cursor so C++ can
2246         handle them.
2247
2248 2000-10-28  Tor Lillqvist  <tml@iki.fi>
2249
2250         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
2251         to get a double directory separator in case the home directory
2252         ends with one. This would cause trouble especially on Windows,
2253         where the path will be confused with the syntax for an an UNC
2254         (network share) path \\server\share\path.
2255         (gtk_rc_add_initial_default_files): Ditto.
2256
2257 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
2258
2259         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
2260
2261         * gtk/gtktextview.c: Use correct marshallers.
2262
2263 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
2264
2265         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
2266         use new iter stuff, and added all the appropriate signals et al.
2267
2268         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
2269         code is internal to gtk only.
2270
2271 2000-10-28  Tor Lillqvist  <tml@iki.fi>
2272
2273         * gtk/gtk.def
2274         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
2275         glib-genmarshal etc.
2276
2277 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
2278
2279         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
2280         parallel builds.
2281
2282 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
2283
2284         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
2285
2286 2000-10-27  Robert Brady  <robert@suse.co.uk>
2287
2288         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
2289         en_GB (British), ia (Interlingua).
2290
2291 2000-10-26  Havoc Pennington  <hp@redhat.com>
2292
2293         * gtk/gtktextiter.c (my_strrstr): fix constness warning
2294
2295         Fixed output of:
2296         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
2297         
2298         * gtk/gtktextsegment.c (char_segment_new): rename
2299         (_char_segment_new_from_two_strings): rename
2300         (_toggle_segment_new): rename
2301         
2302         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
2303         (make_clipboard_widget): make it static
2304         (text_get_func): static
2305         (text_clear_func): static
2306
2307         * gtk/gtkcolorsel.c (adjustment_changed): make this function
2308         static
2309         (hex_changed): make it static
2310         (hsv_changed): make it static
2311         (opacity_entry_changed): make it static
2312
2313         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
2314         (toggle_segment_check_func): rename with _gtk
2315
2316         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
2317         (_widget_segment_new): rename
2318         (_widget_segment_add): rename
2319         (_widget_segment_remove): rename
2320         (_widget_segment_ref): rename
2321         (_widget_segment_unref): rename
2322
2323         * gtk/gtktextmark.c (_mark_segment_new): Rename
2324         _gtk_mark_segment_new   
2325
2326 2000-10-26  Havoc Pennington  <hp@redhat.com>
2327
2328         * gtk/gtkmarshal.list: add new marshallers used by the text widget
2329         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
2330         types
2331
2332         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
2333         marshaller types
2334
2335         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
2336         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
2337         license on these files.
2338
2339         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
2340         work.
2341
2342         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
2343         runtime random number different for each tree, instead of 
2344         a constant I made up.
2345
2346 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
2347
2348         * gtk/Makefile.am: buncha cleanups, kludged build sources
2349         dependencies with a Makefile: oldest-source-stamp dependancy
2350         for the moment. automake is really fighting us here, with
2351         intentionally not allowing user-defined rules or dependancies
2352         prior to it's -include $(DEP_FILES) statement. sucks rocks!
2353
2354         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
2355         to public headers. tehy have a comment stating that they are
2356         "semi-public" aren't included by gtk.h and if enums popup there,
2357         they can be /*< skip >*/-ed.
2358
2359         * gtk/gtktextlayout.h: 
2360         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
2361         added LGPL... <SIGH>
2362
2363 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
2364
2365         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
2366         GtkTreeIter.  Added iterators everywhere.
2367
2368         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
2369
2370         * gtk/gtktreeviewselection.c: Changed to use the iterators.
2371
2372         * gtk/gtktreestore.c: Changed to use the iterators.
2373
2374         * gtk/gtkliststore.c: Commented out the code.  Will convert to
2375         iterators tomorrow.
2376
2377         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
2378         iterators tomorrow.
2379
2380         * gtk/treestoretest.c: Changed to use iterators.
2381
2382         * demos/testgtk/main.c: Moved to use the new iterator system.
2383
2384 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
2385
2386         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
2387         localization misbehaviour.
2388
2389         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
2390         a useless type without copy/free.
2391
2392         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
2393         of GTK_TYPE_CTREE_NODE.
2394
2395 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
2396
2397         * gtk/gtksignal.c:
2398         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
2399         applicable.
2400
2401         * gtk/gtk-boxed.defs (GtkSelectionData): specify
2402         gtk_selection_data_copy and gtk_selection_data_free
2403         do GtkSelectionData work as params in signals.
2404
2405 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
2406
2407         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
2408         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
2409         couldn't they at least give it a non-standard name?
2410         
2411         * gtk/gtktextlayout.c: arg! yet another implementation of
2412         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
2413
2414         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
2415         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
2416         home. now i know this _is_ a conspiracy.
2417
2418         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
2419         ::state-changed.
2420
2421         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
2422         (gtk_accel_group_create_add): marshaller signature fixups.
2423
2424         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
2425         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
2426
2427         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
2428         anymore.
2429
2430 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
2431
2432         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
2433         due to the signal system changes, it wouldn't build currently. to
2434         be fixed soon.
2435
2436         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
2437
2438         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
2439         so it needs gtk_marshal_VOID__ENUM() instead of
2440         gtk_marshal_NONE__UINT().
2441
2442         * gdk/gdk*.c: adapted type registration functions.
2443
2444         * gtk/gtkbindings.c:
2445         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
2446         gone.
2447
2448         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
2449
2450         * gtk/gtkobject.c:
2451         (gtk_object_destroy):
2452         (gtk_object_shutdown): fixed recursion guards. basically we have to
2453         catch the case where any of GObject.shutdown() or gtk_object_destroy()
2454         is called during ::destroy, and avoid recursion there.
2455
2456         * gtk/gtktypeutils.c:
2457         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
2458         boxed_copy/boxed_free. this needs a more general solution based on a
2459         publically installed code-generator utility.
2460
2461         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
2462         glib's gobject has support for that now.
2463         define GtkSignalMarshaller in terms of GSignalCMarshaller.
2464
2465 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
2466
2467         * gtk/gtksignal.[hc]:
2468         * gtk/gtkmarshal.[hc]:
2469         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
2470         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
2471         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
2472         care of that.
2473
2474         * *.c: marshaller name fixups.
2475
2476         * gtk/gtkmarshal.list: added a comment briefing the format.
2477
2478 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
2479
2480         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
2481         compatibility macros here now. more specifically, most of
2482         the API is preserved (yes, _most_, nonwithstanding the
2483         following exceptions listed, the API is stil lHUGE ;)
2484         things that got removed completely:
2485         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
2486         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
2487         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
2488         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
2489         gtk_signal_remove_emission_hook().
2490         non-functional functions variants:
2491         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
2492         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
2493         not supported anymore.
2494         (gtk_signal_compat_matched): new internal function to aid
2495         implementation of the compatibility macros, it  provides
2496         functionality to block/unblock/disconnect handlers based
2497         on func/data.
2498
2499         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
2500
2501         * *.c: adaptions to new type registration API signatures.
2502
2503 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
2504
2505         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
2506
2507 2000-10-25  Robert Brady  <robert@suse.co.uk>
2508
2509         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
2510         gdk_property_delete): If window == NULL, assume the root window.
2511         (restoring the behaviour that was in 1.2).
2512         
2513         * gtk/testtext.c (save_buffer): Allow creation of new files when
2514         saving.
2515
2516         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
2517         calls to read().
2518
2519 2000-10-25  Tor Lillqvist  <tml@iki.fi>
2520
2521         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
2522
2523         * gdk/win32/gdkdrawable-win32.c
2524         * gdk/win32/gdkimage-win32.c
2525         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
2526         X11 backend.
2527
2528         * gdk/win32/gdkcc-win32.c
2529         * gdk/win32/gdkcolor-win32.c
2530         * gdk/win32/gdkfont-win32.c
2531         * gdk/win32/gdkinput-win32.c
2532         * gdk/win32/gdkmain-win32.c
2533         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
2534
2535 2000-10-24  Havoc Pennington  <hp@redhat.com>
2536
2537         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
2538         it a static function
2539
2540         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
2541         redraw text when a tag is applied to it.
2542
2543         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
2544         (gtk_text_tag_affects_nonsize_appearance): private functions to
2545         see if a tag requires various kinds of redraw/layout to be queued
2546         up.
2547
2548         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
2549
2550         * gtk/testtext.c (fill_example_buffer): Put the cursor 
2551         at the start of the buffer, so search works by default
2552
2553         * gtk/gtktextiter.c (lines_match): init match_start always
2554
2555         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
2556         function, get iter at a line + a byte index
2557
2558         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
2559         to set byte position within a line
2560         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
2561
2562 2000-10-23  Havoc Pennington  <hp@redhat.com>
2563
2564         * gtk/testtext.c: Re-enable the "find" dialog
2565
2566         * gtk/testgtk.c: Add test for gdk_drawable_get_image
2567         
2568         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
2569         the arguments to gdk_draw_drawable were in the wrong order
2570         (gdk_window_paint_init_bg): This function was ignoring the
2571         init_region, instead of clipping to it, so the entire backing
2572         pixmap was cleared on every begin_paint()
2573         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
2574         was in here again, the loop kept using the same GtkWindowPaint
2575         over and over.
2576         (gdk_window_begin_paint_region): Fix a bug where we had two
2577         x_offset instead of x_offset and y_offset
2578
2579         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
2580         before we get the image.
2581         (gdk_draw_drawable): get the composite before we draw the drawable.
2582         (gdk_drawable_real_get_composite_drawable): default
2583         get_composite_drawable implementation that returns the drawable 
2584         itself
2585
2586         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
2587         get_composite_drawable virtual function
2588
2589         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
2590         list-walking bug
2591
2592         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
2593         make this work if the source drawable is a GdkDrawableImplX11
2594         instead of a public drawable type. This is really broken; the
2595         problem is that GdkDrawable needs a virtual method get_xid(), but
2596         of course that doesn't work in practice. Enter RTTI.
2597
2598         Also, improve mismatched depth message.
2599
2600         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
2601         GdkPixmap
2602
2603         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
2604         install _gdk_x11_get_image as our implementation of get_image
2605         
2606         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
2607         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
2608
2609         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
2610         gdk_drawable_get_image
2611
2612         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
2613
2614         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
2615         get_image
2616
2617         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
2618         trailing semicolon after for loop
2619
2620 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
2621
2622         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
2623         where font_desc for widget's context lagged widget's font_desc by
2624         one step.
2625
2626 2000-10-22  Tor Lillqvist  <tml@iki.fi>
2627
2628         * gdk/win32/gdkgc-win32.c
2629         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
2630
2631         * gtk/makefile.mingw.in
2632         * gtk/gtk.def: Updates.
2633
2634         * gtk/testgtk.c: sleep() is called _sleep in MS's C
2635         library.
2636
2637         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
2638
2639         * gtk/makefile.msc: Remove
2640
2641         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
2642
2643         * gtk/Makefile.am: Add it.
2644
2645         * configure.in: Generate it.
2646
2647         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
2648         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
2649         something even if not implemented, to satisfy picky MSVC.
2650
2651         Patches by Hans Breuer:
2652         
2653         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
2654         SetBkMode() and SetTextAlign() before calling
2655         pango_win32_render().
2656
2657         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
2658         Set hcliprgn to NULL after destroying it.
2659         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
2660
2661         * gdk/win32/gdkgeometry-win32.c
2662         (_gdk_windowing_window_queue_antiexpose): More effective
2663         implementation.
2664
2665         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
2666         depth as default, not the visual's.
2667
2668         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
2669         against empty title.
2670
2671         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
2672         IMAGE_PRIVATE_DATA.
2673
2674         * gdk/win32/gdkimage-win32.c: Use it.
2675
2676 2000-10-22  Robert Brady  <robert@suse.co.uk>
2677
2678         * configure.in: Check for bind_textdomain_codeset
2679
2680         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
2681         present, make use of it.
2682
2683         Add a translatable string "default:LTR" which, if translated
2684         to "default:RTL", will cause the default direction to be
2685         Right-to-Left.
2686
2687         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
2688         direction if marked as flippable.
2689
2690         * gtk/gtkhscale.c: Mark widget as flippable.
2691         
2692 2000-10-04  Havoc Pennington  <hp@redhat.com>
2693
2694         * gtk/testgtk.c (create_buttons): create some stock buttons
2695         with the default accel group
2696         (create_image): test some new GtkImage features
2697         (make_message_dialog): test GtkMessageDialog
2698         (create_modal_window): fix someone's bizzarro indentation
2699
2700         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
2701         GTK_WIN_POS_CENTER_ON_PARENT. 
2702         Add "destroy with parent" setting, which means the window goes
2703         away with its transient parent.
2704         (gtk_window_get_default_accel_group): get the default accel group
2705         for the window.
2706         (gtk_window_set_destroy_with_parent): set/unset destroy with
2707         parent flag
2708         (gtk_window_read_rcfiles): invalidate icon set caches
2709         after reloading rcfiles 
2710
2711         * gtk/gtkenums.h (GtkWindowPosition): add
2712         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
2713         on its parent window when the dialog is mapped for the first time.
2714
2715         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
2716         a simple message dialog class
2717         
2718         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
2719         handler to emit response signal, and maybe later it would
2720         honor a hide_on_delete flag - though that isn't there yet.
2721         Set border width on the vbox to 2, so we get some padding.      
2722         Use a button box for the action area.
2723         (gtk_dialog_key_press): synthesize a delete event if Esc
2724         is pressed and the GtkWidget key press handler didn't 
2725         handle the escape key.
2726         (gtk_dialog_new_with_buttons): new function creates a dialog
2727         with some default buttons in it.
2728         (gtk_dialog_add_action_widget): add an activatable widget
2729         as a button in the dialog - you can also add a non-activatable
2730         widget by accessing the action area directly.
2731         (gtk_dialog_add_button): add a simple button - stock ID or 
2732         label - to the action area
2733         (gtk_dialog_response): emit response signal
2734         (gtk_dialog_run): block waiting for the dialog, return 
2735         the response. Override normal delete_event behavior, so that 
2736         delete_event does nothing inside gtk_dialog_run().
2737
2738         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
2739         emitted when an action widget is clicked or the dialog gets
2740         delete_event
2741
2742         * gtk/gtk.h: add gtkmessagedialog.h
2743
2744         * gtk/Makefile.am: add gtkmessagedialog.[hc]
2745
2746 2000-10-18  Havoc Pennington  <hp@redhat.com>
2747
2748         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
2749         where any number of empty lines would get skipped
2750
2751         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
2752         edge.
2753
2754         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
2755         warning about invalid iterators (explain more thoroughly)
2756         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
2757
2758         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
2759         big
2760
2761         * demos/*.c: Add error handling
2762
2763         * gtk/gtktextbuffer.c: don't modify const iterators
2764
2765         * gtk/gdk-pixbuf-loader.c: Add full error handling here
2766
2767         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
2768         on file load
2769
2770         * gtk/gtkiconfactory.c: Update to reflect addition of error
2771         handling to gdk-pixbuf loaders
2772
2773 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
2774
2775         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
2776         move to new modularized testgtk.
2777
2778 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
2779
2780         * gtk/gtktreeview.c: Draw the arrows correctly.
2781
2782         * gtk/gtktreemodel.c: Added user docs.
2783
2784         * gtk/gtk.h: remove gtktreedatalist.h.
2785
2786         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
2787         parent when generating my type.
2788
2789         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
2790         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
2791
2792 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
2793
2794         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
2795         GtkTreeModel from object to interface.
2796
2797 2000-10-16  Havoc Pennington  <hp@redhat.com>
2798
2799         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
2800         compilation
2801
2802 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
2803
2804         * gtk/gtktreeselection.c: Add API documentation to all public
2805         functions.
2806
2807         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
2808         functions.
2809
2810 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
2811
2812         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
2813         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
2814         docs to all public functions.
2815
2816         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
2817         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
2818         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
2819         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
2820         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
2821         issue.
2822
2823 2000-10-14  Robert Brady  <robert@suse.co.uk>
2824
2825         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
2826
2827 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
2828
2829         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
2830         values other then G_TYPE_STRING.
2831         * gtk/gtktreeselection.c: Minor commenting updates.
2832         * gtk/gtktreeview.c: Format updates.
2833
2834 2000-10-09  Tor Lillqvist  <tml@iki.fi>
2835
2836         * README.win32: Update.
2837
2838         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
2839         lines that had been deleted by mistake (?).
2840
2841         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
2842         also the case fg==white and bg==black (but still not randomly
2843         coloured cursors). Thanks to Wolfgang Sourdeau.
2844
2845         * gdk/win32/*.c: Silence gcc -Wall.
2846
2847         * gtk/gtk.def: Add missing entry points.
2848
2849         Fixes by Hans Breuer:
2850
2851         * gdk/makefile.msc
2852         * gdk/win32/makefile.msc: Update.
2853
2854         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
2855         some MSVC thing, presumably), cause breakpoint on failures. Add
2856         GDK_NOR case. Call g_log_set_always_fatal.
2857
2858         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
2859         should be pased by reference.
2860         
2861         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
2862         
2863         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
2864
2865         * gdk/win32/gdkevents-win32.c
2866         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
2867
2868         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
2869         implementation object.
2870
2871         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
2872         not just windows.
2873         
2874         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
2875         Use the wrapper object.
2876         
2877 2000-10-06  Havoc Pennington  <hp@redhat.com>
2878
2879         * Makefile.am (SRC_SUBDIRS): contrib subdir
2880
2881         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
2882         so it can be used in Xlib version
2883
2884         * demos/testpixbuf.c (update_timeout): error checking from 1.0
2885         tree
2886
2887         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
2888         change from 1.0 tree that returns first frame of animation
2889         if the loaded file is an animation.
2890
2891         * contrib: add new directory to hold stuff that comes with GTK+
2892         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
2893         
2894         * configure.in: add contrib/*
2895
2896 2000-10-05  Havoc Pennington  <hp@redhat.com>
2897
2898         * demos/testpixbuf-save.c: add pixbuf save test
2899
2900         * demos/Makefile.am: add testpixbuf-save.c
2901
2902 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
2903
2904         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
2905         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
2906         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
2907         * gtk/gtktreeselection.[ch]: Replaced
2908         "node_selected"/"node_unselected" signal with "selection_changed"
2909         signal.
2910
2911 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
2912
2913         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
2914         tree widget.
2915
2916 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
2917
2918         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
2919         drawing.
2920
2921 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
2922
2923         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
2924         Move list pointer forwards before removing item from
2925         list. (Crash reported by Salmaso Raffaele)
2926
2927         * gdk/gdkwindow.h: Remove spurious trailing ,
2928
2929         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
2930         dependencies on uninstalled libraries, sorry folks.
2931
2932 2000-10-04  Havoc Pennington  <hp@redhat.com>
2933
2934         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
2935         gtk/gtkiconfactory.c: Fix copyrights    
2936
2937         * demos/testpixbuf.c: add inline pixbuf test
2938         
2939 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
2940
2941         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
2942         Add gdk_window_iconify.
2943
2944         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
2945         (gdk_window_set_geometry_hints): Add win_gravity
2946         to geometry structure.
2947
2948         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
2949         Implement _NET_WM_PING.
2950
2951         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
2952         Set _NET_WM_PID on the client leader.
2953
2954         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
2955         Handle UTF-8 better.
2956
2957         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
2958         UTF-8 better, set _NET_WM_NAME as well. Only set
2959         icon name if it hasn't previously been explicitely 
2960         set.
2961
2962 2000-10-03  Havoc Pennington  <hp@redhat.com>
2963
2964         * gtk/testtextbuffer.c: clean up trailing whitespace,
2965         add extensive tests for tag toggle iteration.
2966         
2967         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
2968         distance
2969
2970         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
2971         optimize case where the tag root is on level 1
2972         (gtk_text_line_previous_could_contain_tag): attempt to implement
2973         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
2974         functionality
2975
2976         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
2977         Implement this, though not very efficiently.
2978
2979         * gtk/gtktextiterprivate.h: reformat
2980
2981         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
2982         iterator
2983
2984         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
2985         this to properly revalidate the iterators.
2986
2987         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
2988         properly at the end of the line (and therefore on empty lines)
2989
2990         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
2991         maybe we should return a value...
2992
2993 2000-10-03  Tor Lillqvist  <tml@iki.fi>
2994
2995         * config.h.win32: Guard definition of alloca(). glib.h now handles
2996         that.
2997
2998         * gdk/gdk.def
2999         * gtk/gtk.def: Add new entry points.
3000
3001         Changes just to make GTK+ build without errors on Win32. No hope
3002         of it working in its current state, though...:
3003         
3004         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
3005         some functions from the X11 backend, just to make GTK+ build.
3006
3007         * gdk/makefile.mingw.in
3008         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
3009         number. Add new object files.
3010
3011         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
3012         GetMessageTime to get timestamp (where on X11 uses
3013         gdk_x11_get_server_time()).
3014
3015 2000-10-02  Havoc Pennington  <hp@pobox.com>
3016
3017         * gtk/gtktextview.c: text_window_* weren't static and should have
3018         been.
3019         Start work on child widgets; not yet complete, syncing to 
3020         office computer.
3021
3022         * gtk/gtktextchild.h: change this to contain a public interface,
3023         starting work on child interfaces.
3024         * gtk/gtktextchildprivate.h: move private interfaces here
3025
3026         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
3027
3028         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
3029         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
3030         gtk/gtktextmark.c: copyright notices
3031
3032         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
3033         internal functions      
3034
3035         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
3036         internal function
3037
3038         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
3039         Reformatting    
3040
3041 2000-09-30  Havoc Pennington  <hp@pobox.com>
3042
3043         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
3044         NULL start/end pointers
3045
3046         * gtk/gtktextbuffer.c: Write some docs
3047         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
3048         NULL, so you can just check whether there's a selection.        
3049
3050         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
3051         cleanup_line or segments_changed ourselves, it gets done 
3052         in unlink_segment
3053
3054         * gtk/gtktextmark.h:
3055         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
3056         
3057         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
3058
3059         * gtk/gtktextmark.c: delete some more old Tk cruft
3060
3061         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
3062         mark before removing it, so we can emit MARK_DELETED with a valid
3063         pointer.
3064         (gtk_text_buffer_mark_set): hold ref across signal emission
3065
3066         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
3067         whining about attempts to delete special marks
3068
3069         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
3070         underscore, since it's internal.
3071
3072         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
3073         now implemented in terms of iterators in gtktextiter.h
3074
3075         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
3076         New function, destructively sets contents of buffer. Also 
3077         a convenient way to clear the buffer by setting text to ""
3078
3079         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
3080         multiline string literal
3081
3082         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
3083         text changes.
3084
3085         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
3086         is not dereferenceable
3087         (gtk_text_iter_forward_lines): fix return value
3088
3089 2000-09-29  Havoc Pennington  <hp@redhat.com>
3090
3091         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
3092
3093         * gtk/gtktextview.c: Implement drag thresholding; change functions 
3094         that set border window size to have nicer name
3095         (gtk_text_view_mark_set_handler):  Fix this to have the 
3096         right signature.
3097
3098         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
3099
3100         * gtk/testtext.c: Update with API changes, put line numbers on 
3101         both sides.
3102         
3103         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
3104         with this
3105
3106         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
3107         pixbuf; delete a big block of #if 0 Tk code
3108
3109         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
3110         insert_pixmap with insert_pixbuf
3111
3112 2000-09-29  Martin Baulig  <baulig@suse.de>
3113
3114         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
3115         confusion with the GdkPixbuf of the GNOME 1.x platform.
3116
3117 2000-09-29  Havoc Pennington  <hp@pobox.com>
3118
3119         * gtk/gtktextview.c: Implement the side windows.
3120
3121         * gtk/testtext.c: Implement simple line numbering in the 
3122         left side window; seems to make scrolling sloooow. Oops.
3123         Also, cursor blink is for some reason causing redraws
3124         of the line numbers. Should investigate...
3125
3126 2000-09-28  Havoc Pennington  <hp@redhat.com>
3127
3128         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
3129         scrolling child windows, and draw focus rectangle properly.
3130         
3131         (gtk_text_view_buffer_to_window_coords):
3132         Coordinate transformation to deal with all these freaking windows
3133         and offsets
3134         (gtk_text_view_window_to_buffer_coords): transform the other way
3135
3136         * gtk/testtext.c (create_buffer): Update to match Pango API change
3137
3138         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
3139         anonymous tags
3140         (foreach_unref): don't emit remove signal from finalize, just
3141         set tag's parent to NULL
3142
3143 2000-09-26  Havoc Pennington  <hp@redhat.com>
3144
3145         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
3146         Fix some warnings       
3147
3148 2000-09-26  Havoc Pennington  <hp@redhat.com>
3149
3150         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
3151         headers into the private header list
3152
3153         * Makefile.am (pkgconfig_DATA): install pkg-config files
3154
3155         * configure.in: add pkg-config files
3156
3157         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
3158
3159         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
3160         outstanding icon caches on theme change.
3161
3162         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
3163         important types:
3164
3165         (GtkIconSource): Specification for creating a pixbuf 
3166         appropriate for a direction/state/size triplet from 
3167         a source pixbuf or filename
3168
3169         (GtkIconSet): List of GtkIconSource objects that are used to
3170         create the "same" icon (e.g. an OK button icon), and cache for
3171         rendered icons
3172
3173         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
3174         up the icon set for a given stock ID.  GTK maintains a stack of
3175         GtkIconFactory to search, and applications or libraries can add
3176         additional icon factories on top of the stack
3177         
3178         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
3179         the set of GtkIconSource specified for a given stock ID into 
3180         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
3181         RcStyle, under the specified stock ID.
3182
3183         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
3184         render_icon used to derive a GdkPixbuf from a GtkIconSource.
3185         This allows people to theme how prelight, insensitive, etc. are
3186         done.
3187
3188         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
3189         icon factories for a style, and return the resulting 
3190         icon set if any.
3191
3192         (gtk_style_render_icon): Render an icon using the render_icon 
3193         method in the GtkStyleClass.
3194
3195         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
3196         Use the style for a given widget to look up a stock ID, get the
3197         icon set, and render an icon using the render_icon method 
3198         of the style
3199
3200         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
3201         (contains information about a stock item), the built-in stock item
3202         IDs, and functions to add/lookup stock items.
3203
3204         * gtk/stock-icons/*: Stock icons that come with GTK
3205
3206         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
3207         a button based on a GtkStockItem
3208         (gtk_button_new_accel): Takes a uline string and accel group, and
3209         installs the accelerator.
3210
3211         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
3212         image-display widget.
3213
3214 2000-09-25  Havoc Pennington  <hp@redhat.com>
3215
3216         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
3217
3218         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
3219         Fix a bug when removing node data, we didn't properly 
3220         re-splice the linked list after removing the data.
3221
3222         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
3223         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
3224
3225         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
3226
3227         * gtk/gtktextlayout.c (set_para_values): Set tab array 
3228         for the layout from the GtkTextTag.
3229
3230         * gtk/gtktexttypes.h: delete tab and search cruft, 
3231         remove g_convert() in favor of GLib version
3232
3233         * gtk/gtktexttypes.c: remove tab implementation from here,
3234         move to Pango
3235
3236         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
3237         tab stuff using new PangoTabArray from Pango
3238
3239         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
3240         unused border_width stuff
3241
3242 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
3243
3244         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
3245         glib) and now useless utf_to_latin1() latin1_to_utf()
3246
3247         * gtk/gtktextview.[ch]: Change ::move_insert and
3248         ::delete_text action signals to ::move and ::delete;
3249         create the signals with the right enumeration type,
3250         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
3251         C-v bindings, change Home, End to move to beginning/end
3252         of line, Add C-Home C-End to move to beginning/end
3253         of buffer. Change ::cut_text to ::cut_clipboard, etc;
3254         combine ::scroll_text into ::move; use new GtkSelectionData
3255         functions to simplify DND text handling.
3256         
3257         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
3258         deletion enumerations here, rename enumeration values to 
3259         be consistently plural.
3260
3261         * gtk/gtktextbuffer.c: Use new clipboard interfaces
3262         for cut/copy/paste and primary selection.
3263
3264         * gtk/gtktextbuffer.[ch]: Remove excess time and
3265         'interactive' arguments from cut/copy/paste;
3266         rename cut to cut_clipboard, etc; remove
3267         gtk_text_buffer_get_clipboard_contents().
3268
3269         * gtk/gtktextlayout.[ch]: Add 
3270         gtk_text_layout_move_iter_to_line_end() to move the iter to 
3271         line ends.
3272
3273         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
3274         Functions to set or get a UTF-8 string on the selection
3275         data.
3276
3277         * gtk/gtkclipboard.[ch]: New, simplified selection handling
3278         interfaces.
3279
3280         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
3281         created widgets - one of these is useless if we don't.
3282
3283         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
3284         a public function clear all targets registered for the
3285         widget.
3286
3287         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
3288         Never call gtk_widget_realize() - that was just asking
3289         for bizarre side-effects.
3290
3291         * gtk/gtkselection.c (gtk_selection_owner_set): Call
3292         gdk_selection_owner_set even if the widget is the
3293         same so that we reliably update the timestamp on
3294         the server.
3295
3296         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
3297         gdk_x11_get_server_time() function.
3298         
3299         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
3300         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
3301         Add some tricky filtering on serial numbers for
3302         selection clear events to fix up long-standard
3303         race condition FIXME's in gtkselection.c.
3304
3305         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
3306         routines to convert from utf8 to compound text or
3307         STRING and from a text property to UTF-8.
3308
3309         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
3310         a convenience function gdk_get_current_event_time().
3311
3312         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
3313         and free selection_data->data properly
3314
3315 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
3316
3317         * gtk/gtkthemes.c: Remove some unecessary includes.
3318
3319 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
3320
3321         * gtk/gtktextdisplay.c
3322         * gtk/gtktextlayout.c
3323         * gtk/gtktexttag.c
3324         * gtk/gtktexttag.h
3325         * gtk/testtext.c: Change the overstrike property to strikethrough,
3326         to closer match pango.
3327
3328 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
3329
3330         * gtk/gtktextview.c: Fix up visibility so that focus,
3331         cursor_visible and blink interact properly.  Reenable cursor blink
3332         which had been roughly disabled. Make blink and focus
3333         properly per-view.
3334
3335         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
3336         Add a flag for whether to display insertion cursor and
3337         a function to set the flag.
3338
3339         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
3340         get_line_y() to get_line_yrange(), to be a bit more generally
3341         useful.
3342
3343 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
3344
3345         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
3346           do stop_navigating_submenu, to clear last timeout properly.
3347           Also in gtk_menu_motion_notify move ignore_enter above
3348           the conditional to make it always happen as suggested by Owen
3349
3350 2000-09-07  Tor Lillqvist  <tml@iki.fi>
3351
3352         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
3353
3354         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
3355         w32api headers.
3356
3357         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
3358         declarations.
3359
3360         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
3361         (gdk_win32_get_colormap): A line had been deleted by mistake.
3362
3363         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
3364         (gdk_event_translate): Handle more virtual keycodes to be able to
3365         generate GDK events for Control-comma, Control-period, etc.
3366
3367         * gtk/gtk.def: Add some missing entry points.
3368
3369 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
3370
3371         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
3372         Doc comment fixing. (Mostly non-matching parameter names.)
3373
3374         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
3375         comments a little to avoid looking like a doc comment.
3376
3377         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
3378         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
3379         conversions be changed to GError?)
3380
3381         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
3382         Move private #defines into .c file.
3383
3384         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
3385         order of argument addition, remove duplicates.
3386
3387         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
3388         parent class is FrameClass, not BinClass.
3389
3390         * gtk/gtk.h: Add gtkinvisible, which was missing.
3391         (It's occasionalyl useful for client apps, if seldom.)
3392
3393         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
3394         #define.
3395
3396 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
3397
3398         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
3399         coordinates when creating window, instead of GDK-space
3400         coordinates. (Avoid BadValue on too large windows.)
3401
3402 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3403
3404         * configure.in (use_mmx_asm): Remove conftest* after use along the
3405         lines of AC_TRY_COMPILE.        
3406         
3407         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
3408         of g_dirname, which is deprecated.
3409         (gtk_rc_parse_any): Removed calls to
3410         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
3411
3412         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
3413         Removed calls to g_hash_table_{freeze,thaw}, as they are
3414         deprecated now.
3415
3416         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
3417         instead of g_basename.
3418         
3419 2000-09-04 Elliot Lee <sopwith@redhat.com>
3420         
3421         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
3422         ANSI warning.
3423
3424 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
3425
3426         * gtk/gtkwidget.h:  Add some documenting comments about 
3427           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
3428           just as owen said on irc.
3429
3430         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
3431           set HAS_DEFAULT.  Only set it if there isn't another window
3432           holding it (a focus window which RECEIVES_DEFAULT) and only unset
3433           it if the widget is not the focused window with RECEIVES_DEFAULT.
3434           This fixes weird double default bugs in dialogs which has things
3435           call gtk_window_set_default at times.
3436
3437 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
3438
3439         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
3440         Nils Barth and David Santiago to improve submenu
3441         navigation. The patch does this by creating a triangular
3442         region from the point where the pointer leaves the
3443         menu to the submenu.  While the pointer is in
3444         that region and a timeout has not expired, events 
3445         that would cause the active submenu to change are
3446         ignored.
3447
3448 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
3449
3450         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
3451         moving a toplevel window immediately after sizing it would
3452         result in it being sized back to the old size since 
3453         impl->width, impl->height aren't updated until we hear
3454         back from the server. There is still a (longstanding) bug
3455         here that gdk_window_get_size() will give the wrong size
3456         until we do hear back.
3457
3458 2000-08-31  Havoc Pennington  <hp@redhat.com>
3459
3460         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
3461         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
3462         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
3463         Rename GtkTextStyleValues to GtkTextAttributes
3464
3465 2000-08-31  Havoc Pennington  <hp@pobox.com>
3466
3467         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
3468         for rapid testing whether an iterator is the end iterator
3469         (gtk_text_btree_new): init end line cache
3470         (gtk_text_line_is_last): use fast cached line to 
3471         see if we're the last line.
3472         (get_last_line): use cached line here too, should 
3473         speed up some random unrelated code.
3474         
3475 2000-08-30  Havoc Pennington  <hp@pobox.com>
3476
3477         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
3478         signals.
3479
3480         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
3481         delete_text signals. This allows the signals to be used for
3482         implementing undo.
3483
3484         * gtk/gtktextbuffer.c: Change signal handler signatures; 
3485         provide "interactive" argument when emitting insert_text or
3486         delete_text signal.
3487         
3488 2000-08-30  Havoc Pennington  <hp@pobox.com>
3489
3490         * gtk/gtktextbuffer.c: Docs
3491
3492 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
3493
3494         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
3495         from switch statements, since Tor removed the enumeration
3496         value.
3497         
3498         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
3499         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
3500
3501 2000-08-29 Elliot Lee <sopwith@redhat.com>
3502         * */*.h: Use G_GNUC_CONST.
3503
3504 2000-08-27  Havoc Pennington  <hp@pobox.com>
3505
3506         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
3507         minor indentation fixes, inserted some FIXME about stuff I
3508         realized was broken while documenting it.
3509         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
3510         GTK convention  
3511
3512 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
3513
3514         * gtk/testgtk.c (create_styles): Fix double free of
3515         font desc.
3516
3517 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
3518
3519         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
3520         
3521         * gtk/testgtk.c (create_styles): Add a test for modifying
3522         the style through gtk_widget_modify_*.
3523
3524         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
3525         a function to get the current modifier style.
3526
3527         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
3528         of the passed in GtkRcStyle instead of ref'ing it.
3529
3530         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
3531
3532 2000-08-20  Tor Lillqvist  <tml@iki.fi>
3533
3534         * gdk/gdkimage.h
3535         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
3536         shared memory image+pixmap GdkImage type, or
3537         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
3538         I am dropping that.
3539
3540         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
3541         actually call gtk_init_abi_check(), passing also
3542         sizeof(GtkWindow). Ditto for gtk_init_check(). 
3543
3544         * gtk/gtk.def
3545         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
3546         New functions, used to check that the GTK+-using code has been
3547         compiled using the correct compiler and switches. In particular,
3548         with gcc one has to use the -fnative-struct switch as GTK+ is
3549         compiled with that.
3550
3551 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
3552
3553         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
3554         ->prev fields when merging lists. (Found simultaneously
3555         by Pawel Salek and Jakub Jelinek)
3556
3557 2000-08-12  Tor Lillqvist  <tml@iki.fi>
3558
3559         * gdk/gdk.def
3560         * gtk/gtk.def: Add missing entries.
3561
3562         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
3563         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
3564
3565         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
3566         function. Dummy implementation at this point.
3567
3568         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
3569         rules. Undefine GTK_COMPILATION when compiling the test programs.
3570         
3571         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
3572
3573 2000-08-11  Tor Lillqvist  <tml@iki.fi>
3574
3575         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
3576         to convert back and forth from UTF-8 and the "system" (or "current
3577         locale") charset when necessary. Indentation/spacing cleanup.
3578
3579 2000-08-10  Havoc Pennington  <hp@redhat.com>
3580
3581         * Makefile.am (snapshot): Change the format of the snapshot
3582         version to match glib
3583
3584         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
3585         from EXTRA_DIST since it doesn't seem to exist
3586
3587 2000-08-10  Tor Lillqvist  <tml@iki.fi>
3588
3589         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
3590         version of the directory name (not the UTF-8 one) when building
3591         the path name to stat().
3592
3593 2000-08-03  Elliot Lee  <sopwith@redhat.com>
3594
3595         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
3596         PANGO_ATTR_SHAPE set.
3597
3598 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
3599
3600         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
3601         Peter Osterlund to simplify the code while keeping the
3602         functionality the same.
3603
3604 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
3605
3606         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
3607         is_viewable() test further inside the function, since removing the 
3608         window from the redraw list without clearing ->update_area
3609         was also very broken.
3610
3611 2000-08-02  Tor Lillqvist  <tml@iki.fi>
3612
3613         * configure.in: Check for <unistd.h>.
3614
3615 2000-08-01  Martin Baulig  <baulig@suse.de>
3616
3617         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
3618         to display the message that this is a development version of GTK+.
3619
3620 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
3621
3622         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
3623         was depending on widget->allocation instead of the width of text_area,
3624         which was incorrect for subclasses like GtkSpinButton.
3625
3626         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
3627         with width == 1 tests that should be width == -1.
3628
3629 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
3630
3631         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
3632         (broken, Elliot, every single window blank on X) custom code with call
3633         to gdk_window_is_viewable() which a) prevents code duplicate and
3634         b) works. 
3635
3636 2000-07-31  Elliot Lee  <sopwith@redhat.com>
3637
3638         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
3639         to get the GDK_PARENT_ROOT() macro to work.
3640         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
3641         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
3642         of, windows that aren't shown.
3643         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
3644         pointer grab stuff.
3645
3646 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
3647
3648         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
3649           s/gtk_main_iteration/g_main_iteration/
3650
3651           Did this already in change:
3652                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
3653           don't know how it got reverted.
3654
3655 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
3656
3657         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
3658         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
3659
3660         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
3661         not gdk_pixbuf.
3662
3663 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
3664
3665         * configure.in,po/{sp,sr}.po: Added Serbian files
3666
3667 2000-07-30  Tor Lillqvist  <tml@iki.fi>
3668
3669         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
3670
3671         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
3672         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
3673         GIOChannel implementation.
3674
3675         * gdk/win32/gdkinput.c
3676         * gdk/win32/gdkpango-win32.c: Update license name here, too.
3677
3678         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
3679         definition to match prototype.
3680
3681         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
3682
3683 2000-07-27  Elliot Lee  <sopwith@redhat.com>
3684
3685         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
3686         function, to allow handling image formats that cannot be detected
3687         by looking at content alone.
3688
3689 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
3690
3691         * docs/tutorial/*.gif *.jpg *.eps
3692           Update these to the same look-n-feel.
3693           Why does including images in DocBook suck so badly?
3694
3695 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
3696
3697         * gtk/gtktable.c: applied patch from Phil Thompson
3698         <phil@river-bank.demon.co.uk> that enables space settings for
3699         the last row/columns as well.
3700
3701 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
3702
3703         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
3704         updates the license headers to the GNU Lesser General Public License,
3705         as well as updating the copyright year to 2000.
3706
3707 2000-07-26  Robert Brady  <rwb197@zepler.org>
3708
3709         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
3710           and po/Makefile, was installing and looking for them under gtk20
3711           and gtk2 respectively.
3712
3713 2000-07-25  Havoc Pennington  <hp@redhat.com>
3714
3715         * gtk/testtext.c: Comment out some stuff that depends on the rest
3716         of my patches.
3717
3718 2000-07-25  Havoc Pennington  <hp@redhat.com>
3719
3720         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
3721         buffer
3722
3723 2000-07-25  Havoc Pennington  <hp@redhat.com>
3724
3725         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
3726         widget changes.
3727
3728         * gtk/gtktextview.h: To be consistent with usage of "line"
3729         throughout the API to mean "newline-terminated thingy", change
3730         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
3731         to MOVEMENT_LINE.
3732
3733         (GtkTextView): Add flags for default editability, and whether to
3734         show the cursor. Add functions to get/set that. Add 
3735
3736         (gtk_text_view_get_iter_location): new function
3737
3738         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
3739         gtktextlayout.h
3740         (g_convert): Add g_convert temporarily, will go in glib in a bit
3741         
3742         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
3743         GtkTextTagTableForeach instead of brokenly using GHFunc.
3744         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
3745
3746         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
3747         moved to public header.
3748
3749         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
3750         "invisible", since "elide" was a bad name.
3751         (gtk_text_tag_get_priority): Added
3752
3753         (GtkTextStyleValues): put this in public header, along with
3754         functions to use it.
3755
3756         * gtk/gtktextmarkprivate.h: Include more headers, since we no
3757         longer include gtktextbtree.h.
3758
3759         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
3760         gtk_text_mark_deleted
3761
3762         * gtk/gtktextlayout.h: Don't include the "really private" headers,
3763         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
3764         to make this possible. Now we only need to install
3765         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
3766         (However the Makefile.am isn't changed yet because of the
3767         logistics of merging gtk-hp-patches piecemeal)
3768
3769         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
3770         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
3771         gtk_text_iter_get_line is now used in the public API for a
3772         different purpose.
3773
3774         * gtk/gtktextiter.h: Clean up function names to be more
3775         consistent. Always call char offset "offset" and byte index
3776         "index". A "line" is always a line number. 
3777
3778         (gtk_text_iter_is_last): new function, more efficient than 
3779         the existing way to check
3780         (gtk_text_iter_is_first): new function, also more efficient
3781
3782         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
3783
3784         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
3785         gtk_text_iter_forward_char, etc.
3786
3787         (gtk_text_iter_forward_to_tag_toggle): Renamed from
3788         forward_find_tag_toggle, since this isn't a linear search
3789
3790         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
3791
3792         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
3793         New functions, search for a buffer substring.
3794
3795         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
3796         interactive and default editable (since we need to store that info
3797         until we receive the selection data).
3798
3799         Remove all the _at_char and at_line etc. versions of functions;
3800         only have iterator versions.
3801
3802         Add _interactive() versions of functions, that consider the
3803         editability of text. (FIXME add interactive flag to the 
3804         insert/delete signals per Darin's suggestion)
3805
3806         (gtk_text_buffer_get_tag_table): new function, demand-creates the
3807         tag table if necessary
3808
3809         Remove declaration of gtk_text_buffer_get_iter_from_string
3810
3811         (_gtk_text_buffer_get_btree): private/internal function, added.
3812         
3813
3814         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
3815         (gtk_text_line_is_last): new function
3816
3817 2000-07-25  Havoc Pennington  <hp@redhat.com>
3818
3819         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
3820         using GtkProgressBar. See Changes-2.0.txt for details.
3821
3822         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
3823         "pulse_step" which are the equivalent of
3824         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
3825         Implement new API.
3826         
3827         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
3828         (use_text_format) to mark whether text set on the progress bar is
3829         a format string. Deprecate entire GtkProgress interface.
3830
3831         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
3832         (gtk_progress_build_string): make this a no-op if use_text_format
3833         is FALSE
3834
3835         * docs/Changes-2.0.txt: Describe progress bar changes.
3836
3837 2000-07-25  Tor Lillqvist  <tml@iki.fi>
3838
3839         * Makefile.am: Include the build directory.
3840
3841         * configure.in: Generate build/Makefile, build/win32/Makefile,
3842         gdk/, gdk/win32/, and gtk/makefile.mingw.
3843
3844         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
3845         Add GETTEXT_PACKAGE.
3846         
3847         * gdk/gdk.def
3848         * gtk/gtk.def: Updates.
3849
3850         * gdk/gdkfont.h
3851         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
3852         need them any longer.
3853
3854         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
3855
3856         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
3857         PANGOWIN32_LIBS and gdk_pixbuf.
3858
3859         * gdk/win32: Compiles, but no doubt doesn't work at all.
3860
3861         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
3862
3863         * gdk/win32/gdkinput.c: New file, temporarily.
3864         
3865         * gdk/win32/gdkinput-win32.h: New file
3866
3867         * gdk/win32/gdkinputprivate.h: Remove.
3868
3869         * gdk/win32/gdkpango-win32.c: New file.
3870
3871         * gtk/makefile.mingw.in: New file
3872
3873         * gtk/makefile.cygwin: Removed
3874         
3875         * gtk/Makefile.am: Update accordingly.
3876
3877         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
3878         made externally visible.
3879
3880         * gtk/gtkmain.c: Use it.
3881         
3882         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
3883         is enough.
3884
3885         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
3886
3887 2000-07-24 Elliot Lee <sopwith@redhat.com>
3888         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
3889         individual backends already.
3890         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
3891         again. Yes, there really is a good reason for this, if you are using the gdkregion
3892         internals, and if you're not, why do you care?
3893         * gdk/gdkwindow.c: Fix inverted condition
3894         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
3895         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
3896         * gtk/gtkrange.c: Redraw trough when moving.
3897         * gtk/gtktypeutils.c: Fix warning by adding const cast.
3898         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
3899
3900 2000-07-23  Tor Lillqvist  <tml@iki.fi>
3901
3902         * configure.in: Check for mkstemp and sigsetjmp. Output
3903         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
3904
3905         More work on GDK for Win32. Still in an intermediate state.
3906
3907         * gdk/makefile.cygwin
3908         * gdk/win32/makefile.cygwin: Removed.
3909         
3910         * gdk/makefile.mingw.in
3911         * gdk/win32/makefile.mingw.in: New files.
3912
3913         * gdk/Makefile.am
3914         * gdk/win32/Makefile.am: Generate and distribute them.
3915
3916         * gdk/win32/gdkwindow-win32.h
3917         * gdk/win32/gdkdrawable-win32.h
3918         * gdk/win32/gdkpixmap-win32.h: New files.
3919
3920         * gdk/win32/gdkcolor-win32.c
3921         * gdk/win32/gdkcursor-win32.c
3922         * gdk/win32/gdkdrawable-win32.c
3923         * gdk/win32/gdkgc-win32.c
3924         * gdk/win32/gdkimage-win32.c
3925         * gdk/win32/gdkprivate-win32.h
3926         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
3927         Rename fields and variables called xcursor, xid, etc (these names
3928         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
3929
3930 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
3931
3932         * gtk/gtkentry.[ch]: Fix some problems with vertical
3933         alignment.
3934
3935         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
3936         char/byte confusion.
3937
3938 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
3939
3940         * gtk/gtktextview.c (changed_handler): Fix bug where
3941         redraw wasn't being done properly when height of
3942         dirty region changed.
3943
3944         * demos/Makefile.am: Remove various references to
3945         -lgmodule
3946
3947 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
3948
3949         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
3950         PangoAttrShape to reserve space for pixmaps, add 
3951         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
3952         in the display functions.
3953         
3954         * gtk/testgtk.c (create_layout): Set some more exotic
3955         scrolled window options
3956
3957         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
3958         Add function to set the shadow type of a window, to allow
3959         putting a shadow around widgets such as GtkLayout or GnomeCanvas
3960         which don't draw their own frame.
3961
3962 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
3963
3964         * docs/tutorial/package-db-tutorial.sh: New file for
3965           packaging DocBook format tutorial
3966
3967 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
3968
3969         * docs/tutorial/gtk-tut.sgml: Minor updates
3970
3971         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
3972
3973 2000-07-19  Tor Lillqvist  <tml@iki.fi>
3974
3975         * gtk/gtksignal.c: Fix C++ comment.
3976
3977         * gtk/gtkimmulticontext.c
3978         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
3979         don't return value from void functions.
3980
3981         * gtk/gtk.def: Add gtk_rc_style_unref.
3982
3983 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3984
3985         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
3986         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
3987         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
3988         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
3989         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
3990         gtk/gtktypeutils.h: Include files outside of the extern "C"
3991         block. Makes some C++ compiler happy. Reported by Denis Vakatov
3992         <vakatov@peony.nlm.nih.gov>.
3993
3994 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
3995
3996         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
3997           Completes first pass. Hurrah!
3998
3999 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
4000
4001         * docs/tutorial/gtk-tut.sgml: More clean ups.
4002
4003 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
4004
4005         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
4006         paint the background of the text area which was accidentally
4007         removed at some point.
4008
4009         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
4010           
4011          - Move most of the functionality from the theme vtable
4012            into GtkRcStyleClass and GtkStyleClass. The moved
4013            vtable functions were changed a bit in the move to
4014            work better in their new home.
4015
4016          - Get rid of the engine and engine_data fields from
4017            GtkRcStyle and GtkStyle; instead the theme
4018            engine derives theme-specific subclasses of GtkRcStyle
4019            and GtkStyle
4020
4021          - Add extra dlsym() found entry point to themes,
4022            theme_create_rc_style().
4023
4024         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
4025         in gtk_style_real_copy.
4026
4027         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
4028         to register a type associated with an engine. (The engine
4029         won't be unloaded as there is an instance of the type.)
4030
4031
4032 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
4033
4034         * docs/tutorial/gtk-tut.sgml: Clean ups.
4035
4036 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
4037
4038         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
4039           of cleaning up to do.
4040
4041 2000-07-15  Tor Lillqvist  <tml@iki.fi>
4042
4043         * gdk/testgdk.c: New file, quick hack to test backends for
4044         pixel-by-pixel correctness of the most simple graphic operations.
4045
4046 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
4047
4048         * Really release 1.3.1
4049         
4050         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
4051         include structure.
4052
4053 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
4054
4055         * Released 1.3.1
4056
4057 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
4058
4059         * gtk/gtktextlayout.c: use FALSE for size_only most
4060         of the time when calling gtk_text_layout_get_line_display()
4061         to avoid causing double reshapes when a redraw follows
4062         immediately after.
4063
4064 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
4065
4066         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
4067         appropriate region and gdk_window_process_updates() so trough
4068         updating doesn't lag behind the window being scrolled.
4069
4070         * gdk/gdkgc.c: Make parent_class pointer static.
4071          
4072 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
4073
4074         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
4075         include <string.h>.
4076          
4077         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
4078         cut-and-paste error in computing memory offset for 4 channels.
4079
4080 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
4081
4082         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
4083         gtk_rc_append_default_pixmap_path(), since it wasn't
4084         adding an interesting path and we don't have a meaningful
4085         default for this value.
4086
4087 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
4088
4089         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
4090         gtk-config to gtk-config-2.0 move gtk_.m4 to
4091         gtk-2.0.m4
4092
4093         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
4094         gdk/Makefile.am demos/Makefile.am: Change 
4095         library names to libgtk-1.3.la, etc, so that we
4096         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
4097
4098         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
4099         gdk/Makefile.am gdk/x11/Makfile.am
4100         Move include files into /usr/include/gtk-2.0, 
4101         /usr/lib/gtk-2.0/include/
4102          
4103         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
4104         gtk/gtkintl.h: Change package for gettext from 
4105         gtk+ to gtk20. Put hack in autogen.sh to modify
4106         po/Makefile.in.in after gettextize to make this
4107         possible.
4108
4109         * gtk+.spec: Some updates, not tested.
4110
4111         * gdk-pixbuf/Makefile.am: Move loaders into
4112         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
4113
4114         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
4115         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
4116         to THEMENAME/gtk-2.0/. Move engine directory  to
4117         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
4118         
4119 2000-07-12  Tor Lillqvist  <tml@iki.fi>
4120
4121         Win32 changes, still doesn't build though.
4122
4123         * gdk/makefile.cygwin
4124         * gdk/win32/makefile.cygwin
4125         * gtk/makefile.cygwin: Updates.
4126
4127         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
4128         default values for fg and bg pixel as X11 does (0 and 1), not
4129         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
4130         Use 0 for pen width by default (treated as 1 anyway later, but for
4131         apps that might check the value in the GdkGC).
4132         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
4133         interface to gdk_gc_predraw and _postdraw.
4134
4135         * gdk/win32/gdkwin32.h
4136         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
4137
4138         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
4139         extraneous semicolon.
4140
4141         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
4142
4143         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
4144         not the Win32 bitspixel value.
4145
4146         * gdk/win32/gdkcc-win32.c:
4147         * gdk/win32/gdkcolor-win32.c 
4148         * gdk/win32/gdkprivate-win32.h
4149         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
4150         GDK object structure.
4151
4152 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
4153
4154         * docs/tutorial/gtk_tut_12.es.sgml (name): 
4155         * docs/tutorial/gtk_tut_it.sgml (name): 
4156         * docs/tutorial/gtk_tut_fr.sgml (name): 
4157         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
4158         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
4159
4160 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
4161
4162         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
4163           small changes.
4164
4165 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
4166
4167         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
4168         a bug here, never been here and never fixed anything ;(
4169         (don't segfault if tree->root_tree is NULL, which happens prior
4170         to widget realization, but puke instead).
4171
4172 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
4173
4174         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
4175         add the necessary tokens.
4176
4177         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
4178         (gtk_rc_style_to_style): copy thicknesses.
4179         (gtk_rc_init_style): apply thicknesses.
4180         (gtk_rc_parse_style): parse xthickness and ythickness.
4181
4182         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
4183
4184         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
4185         (gdk_window_new): 
4186         (_gdk_windowing_window_init): 
4187         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
4188         (gdk_pixmap_create_from_data): 
4189         (gdk_bitmap_create_from_data): 
4190         (gdk_pixmap_new): 
4191         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
4192         (gdk_image_new): 
4193         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
4194         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
4195         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
4196         (gdk_colormap_get_system): 
4197         (gdk_colormap_new): 
4198         * gdk/gdkwindow.c (gdk_window_init): 
4199         * gtk/gtkstyle.c (gtk_style_new):
4200         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
4201         * gdk/gdkpixmap.c (gdk_pixmap_init): 
4202         * gtk/gtkrc.c (gtk_rc_style_new):
4203         use g_object_new() instead of g_type_create_instance() which
4204         is a private function for fundamental type implementations.
4205
4206 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
4207
4208         * configure.in: Add check for db2html
4209
4210 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
4211
4212         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
4213         hack to set glib_debug_objects based on gtk_debug_flags.
4214
4215 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
4216
4217         * INSTALL.in: Update the Prerequisites section.
4218
4219         * Makefile.am demos/Makefile.am docs/Makefile.am
4220         docs/tutorial/Makefile.am gdk/x11/Makefile.am
4221         gdk/linux-fb/Makefile.am: Dist fixes
4222
4223 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
4224
4225         * NEWS: 10,000 foot view of 1.3.1 changes.
4226
4227 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
4228
4229         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
4230         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
4231         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
4232         gdk/x11/gdkmain-x11.c: 
4233
4234         Patch from George Lebl to add a GdkGrabStatus enumeration to use
4235         as a return value of gdk_*_grab(). Previously, we just
4236         returned the X11 values directly.
4237
4238 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
4239
4240         * gdk/x11/Makefile.am: Patch from George Lebl to 
4241         install all the headers in the right place.
4242
4243 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
4244
4245         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
4246           initial conversion to DocBook.
4247
4248 2000-07-04  Tor Lillqvist  <tml@iki.fi>
4249
4250         * README.win32: Improve a bit.
4251
4252         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
4253         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
4254         Alt+0nnn on the numpad (used to enter characters by numeric code
4255         from current DOS or ANSI codepage) working correctly, as in other
4256         Windows apps.
4257
4258         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
4259         same argument validity tests as in X11 version.
4260         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
4261
4262         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
4263         definitions in case missing from headers.
4264
4265         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
4266         destroy the window-specific cursor.
4267         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
4268         calling GetModuleHandle(NULL).
4269         (gdk_window_set_cursor): Reworked to always copy the passed cursor
4270         with CopyCursor before setting it as the window-specific
4271         cursor. It is OK for the caller to destroy the GdkCursor (and thus
4272         also its Windows cursor) after calling this function. Destroy any
4273         previous window-specific cursor.
4274
4275 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
4276
4277         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
4278         font charset is iso8859-1, not iso-8859-1.
4279
4280 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
4281
4282         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
4283         Use g_get_charset() instead of g_get_codeset().
4284
4285         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
4286         Comment out some strdup'ing functions to keep timj
4287         happy until we finish fighting this out.
4288
4289 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
4290
4291         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
4292         <= width or height.
4293
4294         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
4295         from 1.2 for parent/child states.
4296
4297         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
4298         of typos.
4299
4300         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
4301         event structures, replace with a generic axes field. Replace 
4302         deviceid/sourec with GdkDevice *device.
4303
4304         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
4305         to extract particular axis use value from event. (Also
4306         can be used for normal X/Y.)
4307
4308         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
4309         allow for arbitrary number of axes, namespace everything
4310         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
4311         everywhere.
4312
4313         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
4314         Get rid of the gdk_input_vtable setup if favor of simply
4315         defining the functions in gdkinput-none/gxi/xfree.c in
4316         a similar fashion to the way that the port structure is 
4317         done.
4318
4319         * gtk/gtkdnd.c: Fix fields of synthesized button press event
4320         for new event structures. 
4321
4322         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
4323         new device interfaces.
4324
4325 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
4326
4327         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
4328         set the initial text.
4329
4330         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
4331         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
4332         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
4333         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
4334
4335         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
4336         pango_layout_set_font_description to simplify.
4337
4338 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
4339
4340         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
4341         pango_layout_set_font_description to simplify.
4342
4343 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
4344
4345         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
4346         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
4347         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
4348
4349         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
4350         PANGO_PIXELS() macro.
4351
4352 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
4353
4354         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
4355         that returns a PangoContext owned by the widget and updated to
4356         match future changes in the widget. Also, make 
4357         gtk_widget_create_pango_layout() use this context. If we ever
4358         add a ::changed signal to PangoContext, this will make things
4359         much more convenient. 
4360
4361         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
4362         in the appropriate places instead of destroying the layouts and
4363         creating new ones.
4364
4365         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
4366         in a few strategic places.
4367
4368 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
4369
4370         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
4371         gtk_widget_size_request() on reparented child, if one. Otherwise,
4372         queue_resize() on the child never results in it getting size-requested
4373         at all.
4374
4375         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
4376         in option menus, so that (with luck) people won't copy it into
4377         their apps in the future.
4378
4379         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
4380         to gtk_option_menu_calc_size. This isn't perfect, but should fix
4381         a lot of problems with changing the size of the menu's menu
4382         items after adding it to the option menu.
4383
4384         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
4385
4386         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
4387         the text direction for a widget changes.
4388
4389         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
4390         ::direction_changed to get rid of various hacks.
4391
4392 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
4393
4394         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
4395         name.
4396
4397 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
4398
4399         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
4400         flag to the structure. Do not call XFreePixmap on pixmaps created
4401         by gdk_pixmap_foreign_new().
4402
4403 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
4404
4405         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
4406         value using GdkRGB functionality given GdkColormap and GdkColor.
4407         (name not final, waiting for inspiration.)
4408         
4409         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
4410         set the foreground/background of a GC using the GC's colormap
4411         and GdkRGB. (name not final, waiting for inspiration.)
4412
4413         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
4414         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
4415
4416         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
4417         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
4418         purely a function of the corresponding colormap. Make
4419         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
4420
4421         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
4422         gdk_pixbuf_*create_from_xpm_* in terms of
4423         gdk_pixbuf_new_from_xpm_data(), move into platform independent
4424         code.
4425
4426         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
4427         advantage of the new draw_rgb_32_image_dithalign.
4428
4429         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
4430
4431         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
4432         on each created GC.
4433
4434         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
4435
4436         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
4437         which we initialize from the drawable when the GC is created,
4438         if the drawable has a colormap.
4439
4440         * gdk/x11/gdkgc-x11.c: include string.h for memset.
4441
4442         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
4443
4444         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
4445
4446 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
4447
4448         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
4449         actually returning expose events, make sure to set
4450         the count field properly.
4451
4452         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
4453         accidentally reintroced bug which always cleared
4454         the graphics_exposures value. 
4455
4456 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
4457
4458         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
4459
4460 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
4461
4462         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
4463
4464 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
4465
4466         * docs/faq/gtk-faq.sgml: Start of Section 6.
4467
4468 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
4469
4470         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
4471         
4472         (Fixes problem with drawing childless frames. Pointed out
4473         by and a first patch from Anders)
4474         
4475         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
4476         compute a child_allocation, even if we don't have a child.
4477
4478         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
4479         Always chain to the parent's impl, even if we don't have a child.
4480
4481 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
4482
4483         * gdk/gdkrgb.c: If possible, create only a single shm segment and
4484         use multiple parts of it instead of creating a bunch of separate
4485         segments, since the maximum number of segments per system is not
4486         large. (This might be worth backporting to GTK+-1.2.x if we make a
4487         new release )
4488
4489         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
4490         structure in preparation for per-colormap GdkRGB.
4491
4492         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
4493         to False when we get EINVAL from shmget so that the caller of
4494         gdk_image_new can retry with a smaller segment size.
4495
4496 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
4497
4498         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
4499
4500 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
4501
4502         * configure.in: make the current version number 1.3.1 (binary age 0,
4503         interface age 0).
4504         
4505         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
4506         gtkcompat.h is all we want.
4507
4508         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
4509         GLib primitive types. fixed g_type_register_fundamental() argument
4510         ordering.
4511
4512         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
4513         compiles.
4514
4515         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
4516         object code cleanup, comment trigraph fixes, etc...
4517
4518 2000-06-23  Havoc Pennington  <hp@redhat.com>
4519
4520         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
4521         instead of making up a bogus name for first_para_mark
4522
4523         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
4524         0 as a context ID
4525
4526 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
4527
4528         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
4529
4530 2000-06-21  Havoc Pennington  <hp@pobox.com>
4531
4532         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
4533         we didn't check window->bg_pixmap != GDK_NO_BG.
4534
4535         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
4536         gdk-pixbuf
4537
4538 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
4539
4540         * docs/faq/gtk-faq.sgm: Move file to here.
4541           TODO: Update Makfile.am 
4542
4543 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
4544
4545         * docs/gtk-faq.sgm: Add Section 2
4546
4547 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
4548
4549         * docs/gtk-faq.sgm: New file. Start of DocBook
4550           version of the FAQ.
4551
4552 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
4553
4554         * configure.in (GDK_PIXBUF_MAJOR): Define version
4555         numbers for GDK_PIXBUF_*, as they get substituted
4556         into a header file. Need to consider versioning
4557         for gdk-pixbuf more carefully later.
4558
4559 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
4560
4561         Work with srcdir != builddir.   
4562         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
4563         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
4564         * demos/testpixbuf.c: Likewise.
4565         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
4566         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
4567         <gdk/x11/gdkx.h>.
4568         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
4569         "gdk-pixbuf.h".
4570         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
4571
4572 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
4573
4574         * TODO.xml: Change 1.4 version numbers to 2.0.
4575
4576 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
4577
4578         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
4579         fixups to GTK+ standard.
4580
4581 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
4582
4583         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
4584         gdk-pixbuf.
4585
4586         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
4587         fixups for GObject.
4588
4589         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
4590         gdk-pixbuf with GDK dependencies moved into GDK.
4591         
4592         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
4593         move gdk-pixbuf-loader here until GObject has signals.
4594
4595         * demos/: New directory of demos. Move demos from
4596         gdk-pixbuf here.
4597
4598         * demos/pixbuf-init.c: Small bit of code to check for
4599         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
4600         set GDK_PIXBUF_MODULEDIR appropriately.
4601
4602         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
4603         define which no longer makes sense.
4604
4605 2000-06-21  Havoc Pennington  <hp@redhat.com>
4606
4607         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
4608         gtk_get_default_language
4609
4610         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
4611         new function to get the default language
4612
4613         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
4614         s/gtk_text_view_style_values/gtk_text_style_values/
4615
4616         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
4617         Add a "language" field to tags.
4618
4619         (gtk_text_tag_set_arg): Fix bug in setting
4620         "bg_full_height_set" tag.
4621
4622 2000-06-21  Havoc Pennington  <hp@redhat.com>
4623
4624         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
4625         in the interfaces
4626
4627         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
4628         stuff instead when possible.
4629
4630         * gtk/gtktexttypes.h: Delete some unused constants
4631
4632         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
4633         testtextbuffer.c: use glib instead of custom unicode routines
4634
4635 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
4636
4637         * docs/es/: Removed mistakenly added generated sgml
4638
4639         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
4640         Remove outdated info files.
4641
4642         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
4643         Moved tutorial files into subdir
4644
4645         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
4646         subdir.
4647
4648         * docs/man/gtk_button.pod: Remove. (contents will be
4649         integrated into gtk-reference button page.)
4650
4651         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
4652         docs/faq/Makefile.am: Adjust for new organization
4653
4654 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
4655
4656         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
4657         not $(MKINSTALLDIRS)
4658
4659 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
4660
4661         * gtk/testgtk.c (create_text): Finish the job Elliot started
4662         of removing font setting test for text widget. (Since text widget
4663         and GdkFont are not deprecated, and cause portability problems.)
4664
4665 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
4666
4667         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
4668         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
4669         Remove use of libunicode in favor of new GLib functions.
4670
4671         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
4672         nano-x, framebuffer. The X11 include is just a hack until we get
4673         the necessary functions in gdkcolor.h, so there is no reason to
4674         add other includes of platforms.
4675
4676         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
4677         window bigger than the screen change.
4678
4679         * gtk/testgtk.c: Revert some random changes from Elliot
4680         that had no particular point and were causing testgtkrc
4681         not to function correctly.
4682         
4683         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
4684         because GdkSegment and GdkRegionBox have the same fields,
4685         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
4686         results in clearer code.
4687
4688         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
4689         gdk_input_translate_coordinates): Fix missed GdkObjectification
4690
4691 2000-06-18  Elliot Lee  <sopwith@redhat.com>
4692
4693         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
4694         * gtk/gtk{plug,socket}.h: Missed commits from previous.
4695
4696 2000-06-20  Havoc Pennington  <hp@redhat.com>
4697
4698         * modules/linux-fb/Makefile.am: Make this compile
4699         without framebuffer enabled
4700
4701         * gdk/linux-fb/Makefile.am: Add conditional to not build
4702         framebuffer unless specified in configure
4703
4704         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
4705         the size of the target instead of source if -1 was passed for
4706         width/height
4707
4708         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
4709         width/height confusion.
4710
4711 2000-06-19  Havoc Pennington  <hp@redhat.com>
4712
4713         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
4714         GDK_DRAWABLE_XID. In the future, we probably want to make it
4715         faster with G_DISABLE_CHECKS turned on.
4716
4717 2000-06-14  Havoc Pennington  <hp@redhat.com>
4718
4719         * gdk/Makefile.am: add gdkpixmap.c
4720
4721         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
4722         s/gdk_image_init/_gdk_windowing_image_init
4723
4724         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
4725         ref/unref
4726
4727         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
4728
4729         * gdk/gdkcompat.h: remove GdkWindowType compat, since
4730         GdkWindowType is now non-deprecated; 
4731         change gdk_window_get_type() compat to be
4732         gdk_window_get_window_type().
4733
4734         * gdk/gdkdnd.h: make GdkDragContext a GObject.
4735
4736         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
4737         virtual GObject. Make all functions call into the vtable.
4738         Move gdk_image_put() guts in here. Remove GdkDrawableType
4739         and gdk_drawable_get_type(), these are now GdkWindow-specific.
4740         draw_image, get_depth, get_size, set_colormap, get_colormap,
4741         get_visual added to the vtable.
4742         
4743         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
4744         GObject. Virtualize everything. 
4745         (gdk_gc_new_with_values): remove check for destroyed window,
4746         because now GdkWindow::create_gc will check this.
4747         (gdk_gc_set_values): New function to set GC values, this 
4748         was already implemented but wasn't in the header
4749
4750         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
4751
4752         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
4753         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
4754         remove _gdk_window_class; add _gdk_window_impl_get_type() and
4755         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
4756         _gdk_windowing_window_init, rename gdk_image_init to
4757         _gdk_windowing_image_init.
4758         
4759         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
4760         (gdk_draw_layout): Remove check for destroyed window, 
4761         because all the drawable methods already check it.
4762         
4763         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
4764         Add gdkpixmap.c which contains implementation of GdkDrawable
4765         virtual table (by chaining to a platform-specific implementation
4766         object).
4767         
4768         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
4769         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
4770         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
4771         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
4772         GdkColormapPrivate. 
4773
4774         * gdk/gdktypes.h: #include <glib-object.h>
4775
4776         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
4777         Move most functionality to platform-specific implementation
4778         object. GdkWindow itself now handles the backing store, then
4779         chains to the platform-specific implementation.
4780         (gdk_window_get_window_type): return GdkWindowType of the window.
4781         (gdk_window_peek_children): New routine, returns the children of 
4782         a GdkWindow
4783         (gdk_window_get_children): Was in X11-specific code and did 
4784         XQueryTree. Changed to simply return a copy of window->children; 
4785         so it can go in cross-platform code.
4786         
4787         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
4788
4789         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
4790         GdkColormap; just changed to use the new private data instead
4791         of casting to GdkColormapPrivate.
4792
4793         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
4794         gdk_cursor_new().
4795
4796         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
4797         (private data member in the GObject). 
4798         (xdnd_manager_source_filter): Function had broken 
4799         error handling, fix it (use gdk_error_trap_push).
4800
4801         * gdk/x11/gdkdrawable-x11.c: This file now implements
4802         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
4803         base class is purely for the convenience of the X port,
4804         and not part of the interface to cross-platform GDK.
4805
4806         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
4807         
4808         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
4809         specific to X, and returned by the create_gc virtual method
4810         of GdkDrawableImplX11. 
4811         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
4812         rather than gchar, this was also changed in the GdkGC vtable.
4813         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
4814         mask is 0, return immediately, instead of checking every flag.
4815         This is faster, and keeps us from segfaulting if values is NULL
4816         and the mask contains some nonzero flags.
4817
4818         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
4819         GdkWindow.
4820
4821         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
4822         GdkWindowPrivate is gone.
4823
4824         * gdk/x11/gdkim-x11.c: rename things that got renamed.
4825
4826         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
4827         remove the image_put stuff that got transferred to GdkDrawable.
4828         
4829         * gdk/x11/gdkinput.c: renamings
4830
4831         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
4832
4833         * gdk/x11/gdkpixmap-x11.c: GObject conversion
4834
4835         * gdk/x11/gdkprivate-x11.h: indentation fixes
4836
4837         * gdk/x11/gdkproperty-x11.c: renamings
4838
4839         * gdk/x11/gdkselection-x11.c: renamings
4840
4841         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
4842         implements the platform-specific "impl" object.
4843         Moved gdk_window_get_children to gdk/gdkwindow.c
4844
4845         * gdk/x11/gdkx.h: Remove all the private structs and private datas
4846         that no longer exist. Add declaration of GdkGCX11 object here.
4847         Fix all the macros to still work. 
4848
4849         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
4850         GdkDragContext from the boxed types since they are now GObjects.
4851
4852         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
4853         moved xthickness/ythickness into the instance. GtkStyleClass
4854         functions are now in the standard vtable for GtkStyle, so you have
4855         to create a GObject subclass to write a theme engine.
4856         (gtk_style_copy): fixed a leaked PangoFontDescription
4857         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
4858         can be the standard GObject function.
4859         
4860         * Throughout GTK:
4861         s/style->klass->[xy]thickness/style->[xy]thickness
4862         s/pango_layout_unref/g_object_unref/
4863
4864         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
4865         
4866         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
4867         accessing GDK internals.
4868
4869         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
4870         accessing GDK internals.
4871
4872 2000-06-18  Elliot Lee  <sopwith@redhat.com>
4873
4874         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
4875
4876         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
4877         problem by calculating event position relative to the trough
4878         rather than the slider.
4879         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
4880
4881         * gdk/gdkgc.h: Add GDK_NOR.
4882
4883         * configure.in, Makefile.am: Add modules top level dir
4884         * configure.in: Only use pangox library if building x11 target.
4885         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
4886
4887 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
4888
4889         * gtk/gtkcolorsel.c: Change private class member to be named
4890         private_data throughout the file.
4891
4892         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
4893         private_data to avoid clashing with keyword.
4894
4895 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
4896
4897         * gdk/gdkdnd.h: Add comment to remove warning.
4898
4899 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
4900
4901         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
4902         Byelorussian language; changed the Makefile and file names 
4903         to reflect that.
4904
4905 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
4906
4907         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
4908         rather than gdk_window_hide; this makes things work
4909         correctly if the window is programmatically hidden while
4910         iconified.
4911
4912 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
4913
4914         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
4915         cut and paste typo where wrong pixmap was being
4916         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
4917
4918 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
4919
4920         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
4921         Add helper function to compute format / bytes 
4922         relationship. Use in a couple places to fix up
4923         errors which assume 8 * format.
4924
4925         * gtk/gtkselection.c (gtk_selection_request): Use 32
4926         rather than 8 * sizeof (GdkAtom), to work correctly
4927         on Alpha.
4928
4929 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
4930
4931         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
4932         libgtk.la
4933         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
4934         versions
4935
4936         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
4937         checking macros return NULL since the function has a return value.
4938
4939 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
4940
4941         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
4942         GTK+ from building at all.
4943
4944         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
4945
4946 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
4947
4948         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
4949         gtk/Makefile.am: make it possible to configure gtk for different
4950         targets on the same platform. The library name is now 
4951         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
4952         flag. Only the x11 target compiles right now.
4953         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
4954         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
4955         * gdk/nanox/gdk*generic*: delete generic region code.
4956         * gdk/linux-fb/gdk*generic*: delete generic region code.
4957         * README.nanox: update information.
4958         
4959 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
4960
4961         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
4962         prepend not append. (Pointed out by Brett Hall.)
4963
4964 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
4965
4966         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
4967
4968 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
4969
4970         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
4971         need this later, and this makes sure that the atexit for
4972         glib gets called after that for GDK, so atexits are
4973         properly ordered for object leak checking.
4974
4975         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
4976
4977         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
4978         pango_x_shutdown_display()
4979
4980         * gtk/simple.c (main): Close window on destroy.
4981
4982 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
4983
4984         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
4985         to treat initial creation different from setting with 
4986         regards to the graphics-exposures parameter, so add a parameter
4987         indicating whether this is initial or not.
4988
4989 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
4990
4991         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
4992         to sort of work by adding an extra return_exposes arg
4993         to gdk_event_translate() - it might be better to simply
4994         deprecate the function altogether and force people to rewrite
4995         without it. gdk_window_scroll() handles most of it, and where
4996         gdk_window_scroll() doesn't work, simply redrawing more does.
4997
4998         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
4999         assertion.
5000
5001         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
5002
5003         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
5004         bunch of pretty much useless /* Print debugging info */ comments 
5005         which had drifted away from the code they were commenting.
5006
5007 2000-06-02  Havoc Pennington  <hp@pobox.com>
5008
5009         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
5010         is in working order.
5011         
5012         * gtk/testtext.c: Change to reflect anonymous mark API
5013
5014         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
5015
5016         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
5017         field, which was unused.
5018
5019         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
5020         saves some typing.
5021
5022         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
5023
5024         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
5025         flag on the insertion point and selection bound
5026
5027         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
5028         make mark-manipulation functions take a GtkTextMark* instead of a
5029         mark name.
5030         
5031         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
5032         GtkTextMarkBody; will be used to detect attempts to delete
5033         the permanent marks (insert and selection bound)
5034
5035         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
5036
5037 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
5038
5039         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
5040         flag to on.
5041
5042         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
5043         Honor DOUBLE_BUFFRED_FLAG
5044
5045         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
5046         function to set the DOUBLE_BUFFERED flag.
5047
5048         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
5049         or not exposes done on the widget should be double-buffered.
5050
5051         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
5052         to be what would be expected. (Fixes problem with a
5053         g_return_if_fail() validating a TextDirection enumeration)
5054
5055 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
5056
5057         * gtk/gtkwidget.c: Remove all references to 
5058         offscreen flag which was no longer used.
5059
5060         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
5061
5062         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
5063         for non-null label_widget->parent.
5064
5065         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
5066         which no longer was used.
5067
5068         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
5069
5070         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
5071         for null arguments.
5072
5073         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
5074         check for destroyed windows.
5075
5076 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
5077
5078         * gtk/gtkimmulticontext.c: Add a finalize method and unref
5079         the slave context there.
5080
5081         * gtk/gtkinvisible.[ch]: Make reference counting behavior
5082         identical to GtkWindow.
5083
5084 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
5085
5086         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
5087         pangox to here, so we can write them independent of rendering
5088         system, using GDK primitives.
5089
5090         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
5091         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
5092         since we have a rendering-system independent implementation in
5093         terms of draw_glyphs().
5094         
5095         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
5096         function to render a single line.
5097
5098         * gdk/x11/gdkpango.c: Move the guts of this file mostly
5099         into ../gdkpango.c, which simplifies things, since we
5100         don't have to deal with raw X gc's.
5101
5102 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
5103
5104         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
5105         get the logical attributes for a given GtkTextLine.
5106
5107 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
5108
5109         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
5110         g_locale_get_codeset() to g_get_codeset() change.
5111
5112 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
5113
5114         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
5115         descriptions.
5116
5117         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
5118         the entry.
5119
5120         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
5121         redoing (vastly simplifying) for Pango. Still needs quite
5122         a bit of work. (Size selection is currently poor. List of 
5123         predefined sizes is not a good idea, since all of these
5124         sizes won't necessarily be distinct.)
5125
5126 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
5127
5128         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
5129         CODESET results for LANG=C.
5130
5131 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
5132
5133         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
5134         which takes a stringized pango font description;
5135         ignore the older 'font' and 'fontset' declarations.
5136
5137         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
5138         field with a GdkFont derived via gdk_font_from_description(),
5139         for compatibility. (Should we just remove it entirely?
5140         Probably too much compatibility breakage, but people
5141         should be migrating to the new Pango stuff as quickly
5142         as possible.)
5143
5144 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
5145
5146         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
5147
5148 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
5149
5150         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
5151         redoing; there are some bugs in size allocation right
5152         now, the semi-existant distinction between header / day
5153         fonts was removed, but, with Pango, could actually
5154         be made functional in a nice way.
5155         
5156         * gtk/testcalender: Move calender from examples into this
5157         directory as a test program. (We really need to restrcture
5158         testgtk into a whole directory full of tests for every
5159         widget or functionality group, separated into multiple .c
5160         files.)
5161
5162 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
5163
5164         * gtk/testgtk.c (file_exists): Fix stupid typo that
5165         was keeping RC file from being loaded.
5166
5167         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
5168         RC file font code.
5169
5170 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
5171
5172         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
5173         Add function to load a GdkFont from a PangoFontDescription.
5174
5175 2000-05-29  Tor Lillqvist  <tml@iki.fi>
5176
5177         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
5178         variable should be of type GdkEventPrivate.
5179
5180 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
5181
5182         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
5183         to have any widget for the label, use a GtkLabel widget
5184         to display the text. (Based partially on a patch from
5185         Anders Carlson.)
5186
5187         (Quite a bit of code reorganization - strip 90% of the
5188         guts out of gtkaspectframe and add a single virtual
5189         func to GtkFrameClass - compute_child_allocation.)
5190
5191 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
5192
5193         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
5194         (Removed clist->row_center_offset field because caching
5195         it wasn't saving time or code, added private function
5196         _gtk_clist_create_cell_layout()).
5197
5198 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
5199
5200         * gtk/gtkaccellabel.c: Pangoized.
5201
5202         * gtk/[hv]ruler.c: Pangoized
5203
5204 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
5205
5206         * gtk/gtkfilesel.c (gtk_file_selection_init):
5207         Use gtk_clist_set_column_auto_resize() to remove need
5208         need for manual column width computations.
5209
5210 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
5211
5212         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
5213         ensuring Pango correctness, and considerably simplifying the
5214         code.
5215         
5216         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
5217
5218         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
5219         getting of numbers of lines.
5220
5221         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
5222         to the actual requested width of the lable, not to the wrap
5223         width we set.
5224
5225         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
5226
5227         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
5228           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
5229
5230         * gtk/gtktextview.c: Fix structure inheritance.
5231
5232         * gtk/gtkprogressbar.c: Pangoize.
5233
5234 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
5235
5236         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
5237         in a function.
5238
5239         * gtk/gtktextlayout.c (find_display_line_above): Fixed
5240         bug with computing line tops.
5241
5242         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
5243
5244 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
5245
5246         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
5247         and y_offset coordinates to do what we need now. (The offset between
5248         buffer and layout coordinates has been reintroduced, but is a 
5249         bit different than before.)
5250
5251         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
5252         handle the adjustments ourselves, and scroll as necessary using
5253         the new gdk_window_scroll().
5254         
5255         The advantage of this is that when we are incrementally revalidating,
5256         we are essentially rearranging things around the visible portion
5257         of the screen. With the old setup, the visible portion of the
5258         screen was moved around in the layout, so scrolling and redrawing
5259         to track that caused jumping of the display. Since we now
5260         control the scrolling ourselves, we can suppress this and
5261         only redraw when things actually change.
5262
5263 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
5264
5265         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
5266         the region not just redisplay it after-all, since we store the
5267         cursors in the LineDisplay. (Ugly interactions here between
5268         GtkLayout and GtkTextBTree here.)
5269         
5270         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
5271
5272 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
5273
5274         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
5275         Added function to scroll contents of a window while keeping the
5276         window constant. Works by XCopyArea or guffaw-scrolling depending
5277         on the details of how the window is set up. (guffaw-scrolling
5278         still needs to be filled in.)
5279
5280 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
5281
5282         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
5283         move the debugging that was tied to a global variable
5284         to that.
5285
5286         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
5287
5288         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
5289         validated flag, in line data instead of setting height/width to
5290         -1. This allows us to perform operations with partially invalid
5291         buffer (using the old size for invalid lines) and thus to do
5292         incremental vaidation. Keep height/width aggregates up to date
5293         when deleting text and rebalancing the tree.
5294
5295         * gtk/gtktextbtree.[ch]: Add functions validate a line
5296         (gtk_text_btree_validate_line), and to validate up
5297         to a number of pixels (gtk_text_btree_validate).
5298
5299         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
5300         that indicates that something is changed and a revalidation
5301         pass is needed. Change ::need_repaint to ::changed, and
5302         make it take old and new yranges instead of a rectangle.
5303
5304         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
5305         the line_data_destroy() function from 
5306         gtk_text_btree_add_view() to a virtual function in 
5307         GtkTextLayout
5308
5309         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
5310         since we are handling partial repaints in a different fashion
5311         now.
5312
5313         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
5314         of the selection instead of queueing a repaint on the
5315         entire widget.
5316
5317         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
5318         get_selection_bounds() down to btree, make the function
5319         in buffer a wrapper around the btree function.
5320
5321         * gtk/gtktextlayout.[ch]: Add functions to check if the
5322         layout is valid and to recompute either a range of pixels
5323         aroudn a line or a certain total number of pixels.
5324
5325         * gtk/gtktextlayout.[ch]: Cache a single line display;
5326         now that we only redraw the needed portions, the hit rate
5327         for this cache is quite high.
5328         
5329         * gtk/gtktextview.[ch]: Keep track of the first paragraph
5330         on the screen so that when re-laying-out the buffer, we can
5331         keep the same place. This requires connecting to ::value_changed
5332         on the adjustments
5333
5334         * gtk/gtktextview.[ch]: Add idle functions to revalidate
5335         the buffer after we receive an ::invalidated signal.
5336         
5337 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
5338
5339         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
5340         to max of allocation and layout size, not just to the
5341         layout size.
5342
5343         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
5344         Invalidate window so it gets redrawn properly.
5345
5346         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
5347         to mean the entire window.
5348
5349         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
5350         into public header.
5351
5352 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
5353
5354         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
5355         to get the name of a mark.
5356
5357         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
5358         to find the paragraph from a y position.
5359
5360 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
5361
5362         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
5363         nodes have width/height >= 0, not > 0.
5364
5365 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
5366
5367         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
5368         Add a size_only flag, so when we only need the size, we don't create
5369         useless appearance attributes.
5370
5371         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
5372         duplicate setting of font description.
5373
5374         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
5375
5376 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
5377
5378         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
5379         EXTRA_DIST. It does not work well when the file that
5380         everything depends on is not in the tarball.
5381
5382 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
5383
5384         * gtk/testgtk.c: Some hacks and fixes so that it basically
5385         works when not sitting in the GTK+ build tree.
5386
5387 2000-05-03  Havoc Pennington  <hp@redhat.com>
5388
5389         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
5390         Properly determine the ordering of the tag root and the current
5391         line within the tree. Previous algorithm only worked if the tag
5392         root's immediate parent was the common root of both the current
5393         line and the tag root.
5394
5395 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
5396
5397         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
5398         alignment.
5399
5400         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
5401         the widget text directional dynamically.
5402
5403         * gtk/gtktextview.[ch]: Added functions to get and set default
5404         wrap mode.
5405
5406 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
5407
5408         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
5409         in cursor location computation.
5410
5411 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
5412
5413         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
5414         vadjusment values properly when layout gets smaller.
5415
5416         * gtk/gtktextview.c (need_repaint_handler): Areas being
5417         passed in are far completely inaccurate, and sometimes
5418         too small, so, for now, just queue a redraw on the
5419         whole visible region.
5420
5421 2000-04-25  Havoc Pennington  <hp@redhat.com>
5422
5423         * gtk/gtktextbtree.c (summary_destroy): new function to 
5424         destroy tag summary nodes
5425         (gtk_text_line_next_could_contain_tag): this function was 
5426         totally broken if the line passed in wasn't below the tag
5427         root. Fix it.
5428         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
5429         "wildcard" case, we have to do a linear scan. Blah.
5430         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
5431         we have to do the linear scan
5432         (tag_removed_cb): When a tag is removed from the tag table, 
5433         remove the GtkTextTagInfo node from the btree.
5434         (gtk_text_btree_spew): Implement the spew function, for 
5435         our debugging pleasure.
5436
5437 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
5438
5439         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
5440         a problem with referring to the wrong buffer.
5441
5442         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
5443
5444         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
5445         font description to gtk_style_new() - otherwise things
5446         don't work without a .gtkrc file.
5447
5448         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
5449         tags table if we create it ourself, too.
5450
5451         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
5452         it was conflicting with XKB modifiers.
5453
5454         * gtk/gtktextview.[ch]: Add simple support for 
5455         GtkIMContext.
5456
5457 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
5458
5459         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
5460         with deletion from last commit.
5461
5462 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
5463
5464         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
5465         in the context from the current locale.
5466         
5467         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
5468         context, not hardcoded value.
5469
5470         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
5471         not logical.
5472
5473 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
5474
5475         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
5476         attributes - that doesn't handle partial-glyph selection
5477         properly. Instead use new pango_layout_line_get_x_ranges()
5478         functionality to draw the selection.
5479
5480         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
5481         now properly handles out-of-range coordinates.
5482
5483         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
5484
5485         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
5486         public.
5487
5488         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
5489         for paragraphs opposite to the base direction of the widget.
5490
5491         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
5492
5493         * gtk/gtktextlayout.c: Don't split segments on marks, since that
5494         causes Arabic words to reshape as you cursor through.
5495
5496         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
5497         cursor position when moving vertically with the arrow keys and
5498         scrolling with page-up/page-down. (Arrow keys save only the X,
5499         scrolling saves both X and Y.)
5500
5501         This means you can line-up / line-down or page-up / page-down
5502         without losing your place, and also that moving vertically
5503         with the cursor keys keeps the same X position, not the same
5504         character count:
5505
5506         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
5507         arrow keys move by display lines, not paragraphs.
5508
5509 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
5510
5511         * gtk/gtklayout.c: Make sure that the bin window is at least
5512         as big as the allocation. (Should we also make sure that the
5513         bin window is big enough to completely cover widget->window?)
5514
5515         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
5516         function to get the onscreen rectangle.
5517
5518         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
5519         for offsets in window coordinates.
5520
5521 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
5522
5523         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
5524         confusion.
5525
5526         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
5527         from the widget direction.
5528
5529         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
5530         Add a "direction" attribute.
5531
5532         * gtk/gtktextview.c: global s/tkxt/text_view/.
5533
5534         * gtk/testtext.c: Added long block of text in Arabic, to test out
5535         the direction attributes. (Some problems with the shaping system
5536         for arabic become obvious - like the fact the cursor splits words
5537         into unjoined pieces.)
5538
5539 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
5540
5541         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
5542
5543         * gtk/gtktextlayout.c: Fix up alignment.
5544
5545         * gtk/testtext.c: Add some tests for centering, wrapping.
5546
5547 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
5548
5549         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
5550         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
5551         If we wrote GTK+-specific layout-render function this could just replace
5552         the draw_layout() operation in the vtable.
5553
5554         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
5555         pango_layout_get_cursor_pos() and use that function.
5556
5557         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
5558         is a non-static symbol.
5559
5560         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
5561         with gtk_text_btree_find_line_by_y()
5562
5563         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
5564         renderer that handles GtkTextAppearance attributes.
5565
5566         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
5567
5568           - Move the values in the style that don't affect geometry into a
5569             GtkTextAppearance structure.
5570           - Change underline to take a PangoUnderline and "font" a string
5571             representation of a font description
5572           - Add a "font_desc" attribute which takes a FontDescription structure.
5573
5574         * gtk/gtktextlayout.[ch]:
5575
5576           - Get rid of the display-line list per each line. Instead, we
5577             generate, on demand, a GtkTextLineDisplay structure which]
5578             contains a PangoLayout * and other necesary information
5579             (offsets, cursor locations) for displaying a paragraph.
5580           - Get rid of the code to wrap lines, create display chunks,
5581             etc. Instead, we just go through a paragraph and convert
5582             it into the necessary inputs to a PangoLayout.
5583           - Implement a new attribute type, GtkTextAttrAppearance. This
5584             holds a GtkTextAppearance, and is used to pass colors, 
5585             stipple, etc, through from the layout to the display without
5586             having to use lots and lots of individual attributes.
5587           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
5588             in terms of PangoLayout functions.
5589         
5590         * gtk/gtktextview.c: 
5591          
5592           - Handle passing the necessary PangoContext to the layout
5593           - Some fixups in painting to deal with the automatic backing store
5594             and offsetting of GTK+-1.4
5595           - Add a style_set handler so that the default style reacts
5596             properly to theme changes.
5597         
5598         * gtk/gtktext?*.[ch]: Random code-style fixes.
5599
5600         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
5601
5602 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
5603
5604         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
5605         in original form preparatory to Pango-ization and gdkimcontext-ization.
5606
5607 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
5608
5609         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
5610         so that we can derive from gtkimcontext in language bindings properly.
5611
5612 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
5613
5614         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
5615         Add a compose table including (almost) all the compose combinations
5616         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
5617         data in the XIM implementation.
5618
5619         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
5620         Moved functions to convert keyvalues from and to unicode here from
5621         the win32 port and made them public.
5622
5623 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
5624
5625         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
5626
5627 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
5628
5629         * gtk/gtkimcontext.[ch]: Base class for new input context system
5630
5631         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
5632         the real input context implementation to be loaded from modules
5633         and switched on the fly.
5634
5635         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
5636         context that just does direct keysymbol => unicode translation.
5637
5638         * gtk/gtkentry.[ch]: Start switching editing over to using
5639         GtkInputContext. (No handling of preedit yet.)
5640
5641 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
5642
5643         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
5644         many substitutions. (klass should not be subsituted.)
5645
5646 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
5647
5648         * configure.in: Add checks for Pango
5649
5650         * configure.in docs/Makefile.am: Add test for sgml2html
5651         and allow 'make dist' without building html, but print out
5652         warnings in that case. (For making snapshots)
5653
5654         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
5655         Add Pango libraries and C flags
5656
5657         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
5658         Add function (gdk_draw_layout) to draw a pango layout.
5659
5660         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
5661         for getting Pango contexts for GDK.
5662
5663         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
5664
5665         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
5666         editing.
5667
5668         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
5669         keysym => unicode translations. More languages can be added
5670         here, but real input-method support is needed.
5671
5672         * docs/Changes-1.4.txt: Added note about entry behavior.
5673         
5674         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
5675         to set the reading direction for a widget and the global direction.
5676         Add test which allows toggling the global direction. Two private
5677         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
5678
5679         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
5680           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
5681
5682         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
5683
5684         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
5685         underlining now handled by Pango.
5686
5687         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
5688         to RCStyle and Style. (Having both this and the old font name and GdkFont 
5689         is temporary.)
5690
5691         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
5692         convenience functions for creating contexts and layouts for widgets.
5693
5694         * gtk/testgtk.c: Enhance label tests with multilingual labels.
5695
5696 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
5697
5698         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
5699         titles to be active, even if they aren't visible.
5700         (gtk_clist_column_titles_passive):  Ditto.
5701
5702 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
5703
5704         * gtkmenu.c:
5705         * gtkmenu.h:
5706         * gtktypeutils.h: Spelling/grammar fixes in comments.
5707
5708 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
5709
5710         * gdk/nanox/*.h: add missing header files.
5711
5712 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
5713
5714         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
5715         send_event to TRUE.
5716         (gtk_drawing_area_size): queue a resize.
5717
5718 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
5719
5720         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
5721         the handlers, also invalidate them. bug nailed down by Karl Nelson
5722         <kenelson@ece.ucdavis.edu>.
5723
5724 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
5725
5726         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
5727         "(nil)" foundries, patch from Grigorios Magklis.
5728
5729         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
5730         on non-available fonts, based on a patch by Grigorios Magklis
5731         <maglis@cs.rochester.edu>.
5732
5733 2000-05-18  Elliot Lee  <sopwith@redhat.com>
5734
5735         * gdk/x11/gdkregion-generic.c: If a region does not have any
5736         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
5737         instead of GDK_OVERLAP_RECTANGLE_IN.
5738
5739 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
5740
5741         * gtk/gtklayout.c (gtk_layout_map): Remove references to
5742         OFFSCREEN, as it is no longer necessary.
5743
5744 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
5745
5746         * gtk/gtkcolorsel.c: Patch from David Santiago
5747         <mrcooger@cyberverse.com> to change things so that the 
5748         indicator of the active palette entry is done independently,
5749         not via the focus, since it should always be visible.
5750
5751 2000-05-17  Tor Lillqvist  <tml@iki.fi>
5752
5753         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
5754         refcount leaks as in the X11 backend.
5755
5756         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
5757         cosmetics.
5758
5759         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
5760         backend. Add _gdk_windowing_window_destroy().
5761
5762         * gtk/gtkcolorsel.c: Include correct backend-specific header.
5763         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
5764         either, but these probably do exist on nanox?)
5765         
5766         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
5767         which isn't necessarily defined by <math.h>.
5768
5769         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
5770         ancestry past GtkObject.
5771
5772         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
5773         from DLL on Win32.
5774
5775         * gtk/gtk.def: Update corresponding to recent changes.
5776
5777         * gtk/makefile.{cygwin,msc}: Updates.
5778
5779 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
5780
5781         * docs/Changes-1.4.txt: A bit of editing.
5782
5783         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
5784         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
5785         to clear the update area for the window, and clear it
5786         when hiding a window.
5787
5788         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
5789         if window destroyed.
5790
5791         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
5792
5793         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
5794         gdk_window_destroy() to the generic code, since there was a lot of 
5795         window-system-independent logic it in. Add a function:
5796         
5797          _gdk_window_destroy() 
5798
5799         to the internal API to destroy a window without unreferencing it.
5800         Add a function:
5801
5802          _gdk_windowing_window_destroy()
5803
5804         That does the windowing-system-dependent part of destroying 
5805         the window.
5806
5807 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
5808
5809         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
5810
5811 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
5812
5813         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
5814         Make gtk_widget_shape_combine_mask() keep a reference count on
5815         the pixmap since it keeps it around.
5816
5817 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
5818
5819         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
5820         leak.
5821
5822         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
5823         leak with event filters.
5824
5825 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
5826
5827         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
5828         signal handlers with the right data arguments. (Fixes
5829         some warnings when a widget was repeatedly set as a drag
5830         destination.)
5831
5832         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
5833         window so we can avoid avoid setting the DND properties on the
5834         toplevel window repeatedly.
5835
5836 2000-05-13  Tor Lillqvist  <tml@iki.fi>
5837
5838         * gdk/win32/gdkwin32.h: Define more message types missing from
5839         mingw headers.
5840
5841         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
5842         call gdk_window_destroy_notify(). It was never called. This
5843         probably meant that the GdkWindow was never freed. Thanks Owen for
5844         noticing (!).
5845
5846         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
5847         window as destroyed before calling DestroyWindow(). DestroyWindow()
5848         causes a call to the window procedure (gdk_WindowProc), which
5849         calls gdk_event_translate(), which calls
5850         gdk_window_destroy_notify(), which gets confused unless the window
5851         is set as destroyed.
5852
5853         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
5854         this function to indicate it's win32 only. Put inside #ifdef
5855         G_ENABLE_DEBUG.
5856
5857         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
5858         debugging function. (gdk_event_translate:) Add a default branch
5859         that uses the above function to print debug messages with all
5860         Windows messages symbolically.
5861
5862         * gdk/win32/gdkprivate-win32.h: Declare it, and
5863         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
5864
5865 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
5866
5867         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
5868         public header file.
5869
5870 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
5871
5872         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
5873
5874         * gtk/gtktext.c: made the adjustments no-construct args, simply
5875         provide default adjustments.
5876         (gtk_text_destroy): release adjustments.
5877
5878         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
5879         adjustment argument non-construct.
5880
5881         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
5882         instead of in finalize.
5883         (gtk_progress_get_text_from_value): 
5884         (gtk_progress_get_current_text): 
5885         (gtk_progress_set_value): 
5886         (gtk_progress_get_percentage_from_value): 
5887         (gtk_progress_get_current_percentage): 
5888         (gtk_progress_set_percentage): 
5889         (gtk_progress_configure): ensure an adjustment is present.
5890
5891 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
5892
5893         * gtk/gtkcolorsel.[hc]:
5894         * gtk/gtkcolorseldialog.[hc]:
5895         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
5896         their parent implementation, use bit fields for boolean values, don't
5897         create unused widgets, usage of glib types, braces go on their own
5898         lines, function argument alignment, #include directives etc. etc. etc..
5899
5900         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
5901
5902 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
5903
5904         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
5905
5906         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
5907         of NULL.
5908
5909         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
5910         to freed data.
5911         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
5912
5913         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
5914         to NULL when the toplevel is getting destroyed.
5915         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
5916         (gtk_menu_destroy): 
5917         (gtk_menu_init): store the information of whether we have to
5918         readd the initial child ref_count during destruction in a new
5919         GtkMenu field needs_destruction_ref_count.
5920
5921         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
5922         here, those reading: learn from my mistake! ;)
5923         in order for set_?adjustment to support a default adjustemnt if
5924         invoked with an adjustment pointer of NULL, the code read (pseudo):
5925         if (v->adjustment) unref (v->adjustment);
5926         if (!adjustment) adjustment = adjustment_new ();
5927         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
5928         now imagine the first unref to actually free the old adjustment and
5929         adjustment_new() creating a new adjustment from the very same memory
5930         portion. here, the latter comparision will unintendedly fail, and
5931         all hell breaks loose.
5932         (gtk_viewport_set_hadjustment):
5933         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
5934         after unreferencing it.
5935
5936         * gtk/gtkcontainer.[hc]: removed toplevel registration
5937         functions: gtk_container_register_toplevel(),
5938         gtk_container_unregister_toplevel() and
5939         gtk_container_get_toplevels() which had wrong semantics
5940         anyways: it didn't reference and copy the list.
5941
5942         * gtk/gtkwindow.c: we take over the container toplevel registration
5943         bussiness now. windows are registered across multiple destructions,
5944         untill they are finalized. the initial implicit reference count
5945         users are holding on windows is removed with the first destruction
5946         though.
5947         (gtk_window_init): ref & sink and set has_user_ref_count, got
5948         rid of gtk_container_register_toplevel() call. add window to
5949         toplevel_list.
5950         (gtk_window_destroy): unref the window if has_user_ref_count
5951         is still set, got rid of call to
5952         gtk_container_unregister_toplevel().
5953         (gtk_window_finalize): remove window from toplevel list.
5954         (gtk_window_list_toplevels): new function to return a newly
5955         created list with referenced toplevels.
5956         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
5957
5958         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
5959         adjustment a non-construct arg.
5960         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
5961         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
5962         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
5963
5964         * gtk/gtkrange.c: added some realized checks.
5965         (gtk_range_destroy): get rid of the h/v adjustments in the
5966         destroy handler instead of finalize. remove timer.
5967         (gtk_range_get_adjustment): demand create adjustment.
5968
5969         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
5970         we simply create them on demand now and get rid of them in
5971         the destroy handler.
5972         (gtk_viewport_destroy): get rid of the h/v adjustments in the
5973         destroy handler instead of finalize.
5974         (gtk_viewport_get_hadjustment): 
5975         (gtk_viewport_get_vadjustment): 
5976         (gtk_viewport_size_allocate): demand create h/v adjustment
5977         if required.
5978
5979         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
5980         gtk_widget_real_destroy () functionality.
5981         (gtk_widget_real_destroy): reinitialize with a new style, instead
5982         of setting widget->style to NULL.
5983
5984 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
5985
5986         * gtk/gtkcalendar.c:
5987         * gtk/gtkbutton.c: ported _get_type() implementation over to
5988         GType, either to preserve memchunks allocation facilities,
5989         or because Gtk+ 1.0 GtkTypeInfo was still being used.
5990
5991         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
5992         over. prepare for ::destroy to be emitted multiple times.
5993         removed reference tracer magic. chain into GObjectClass.shutdown()
5994         to emit ::destroy signal.
5995
5996         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
5997         fundamental.
5998
5999         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
6000         cludge.
6001
6002         * gtk/gtksocket.c:
6003         * gtk/gtkplug.c:
6004         * gtk/gtklayout.c:
6005         * gtk/gtklabel.c:
6006         * gtk/gtkargcollector.c:
6007         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
6008         not being a fundamental anymore, and to work with the new
6009         type system (nuked fundamental type varargs clutter).
6010
6011         * gtk/*.c: install finalize handlers in the GObjectClass
6012         part of the class structure.
6013         changed direct GTK_OBJECT()->klass accesses to
6014         GTK_*_GET_CLASS().
6015         changed direct object_class->type accesses to GTK_CLASS_TYPE().
6016
6017         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
6018         GType. made most of the GTK_*() type macros and Gtk* typedefs
6019         simple wrappers around macros and types provided by GType.
6020         most notably, a significant portion of the old API vanished:
6021         GTK_TYPE_MAKE(),
6022         GTK_TYPE_SEQNO(),
6023         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
6024         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
6025         GTK_TYPE_ARGS,
6026         GTK_TYPE_CALLBACK,
6027         GTK_TYPE_C_CALLBACK,
6028         GTK_TYPE_FOREIGN,
6029         GtkTypeQuery,
6030         gtk_type_query(),
6031         gtk_type_set_varargs_type(),
6032         gtk_type_get_varargs_type(),
6033         gtk_type_check_object_cast(),
6034         gtk_type_check_class_cast(),
6035         gtk_type_describe_tree(),
6036         gtk_type_describe_heritage(),
6037         gtk_type_free(),
6038         gtk_type_children_types(),
6039         gtk_type_set_chunk_alloc(),
6040         gtk_type_register_enum(),
6041         gtk_type_register_flags(),
6042         gtk_type_parent_class().
6043         replacements, where available are described in ../docs/Changes-1.4.txt.
6044         implemented compatibility functions for the remaining API.
6045
6046         * configure.in: depend on glib 1.3.1, use gobject module.
6047
6048 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
6049
6050         * TODO.xml: Various updates to current status.
6051
6052 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
6053
6054         * gtk.m4: Print out version when test succeeds.
6055
6056 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
6057
6058         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
6059         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
6060         
6061         (Original triangle color selector from Simon Budig
6062         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
6063         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
6064         Santiago <mrcooger@cyberverse.com>)
6065
6066         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
6067         out into a separate widget.
6068
6069         * gtk/testgtk.c: Add some checkbuttons for toggling palette
6070         and opacity controls.
6071
6072 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
6073
6074         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
6075         snuck in prematurely.
6076
6077 2000-05-07  Tor Lillqvist  <tml@iki.fi>
6078
6079         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
6080         had deleted a ! operator by mistake, which caused
6081         GDK_SELECTION_CLEAR events never to be generated, which caused
6082         only the first copy to the clipboard from an gtkeditable to
6083         actually cause a copy to the Windows clipboard.
6084
6085 2000-05-06  Tor Lillqvist  <tml@iki.fi>
6086
6087         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
6088         compilation, too. Current mingw gcc distributions include the
6089         necessary headers. Also the necessary IIDs are now in mingw
6090         headers/libraries, and own definitions unnecessary.
6091
6092         More hacking on OLE2 DND, still doesn't work though, and thus
6093         ifdeffed out.
6094
6095         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
6096         here, too.
6097
6098 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
6099
6100         * gdk/nanox/*: nano-X port work in progress.
6101         * gdk/simple.c: simple test for Gdk.
6102         * README.nanox: notes about the port: read this first!
6103         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
6104         with nano-X.
6105
6106 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
6107
6108         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
6109         gdk_window_clear() into common code, implement in terms of
6110         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
6111         not redirected to the backing rectangle.
6112
6113 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
6114
6115         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
6116         EXTRA_DIST. It does not work well when the file that
6117         everything depends on is not in the tarball.
6118
6119 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
6120
6121         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
6122         with recursion where process_updates() is called from
6123         an expose handler. (GtkTextView is highly broken in
6124         doing this, but it should work, so it is a nice test
6125         case.)
6126
6127 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
6128
6129         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
6130         handle the case where updates are queued during processing of
6131         updates.
6132
6133 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
6134
6135         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
6136         window is on gdk_display - use that instead of segfaulting.
6137
6138 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
6139
6140         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
6141         broken and require an empty arg, give it to them.
6142
6143 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
6144
6145         * gtk/gtklabel.h: indentation fixes.
6146
6147 2000-05-02  Tor Lillqvist  <tml@iki.fi>
6148
6149         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
6150         draw too narrow or too low arcs, they seem to fail, at least with
6151         some display drivers.
6152
6153         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
6154
6155         Large changes to the Win32 backend, partially made necessary by
6156         the changes to the backend-independent internal
6157         structures. Attempts to implement similar backing store stuff as
6158         on X11. The current (CVS) version of the Win32 backend is *not* as
6159         stable as it was before the no-flicker branch was merged. A
6160         zipfile with that version is available from
6161         http://www.gimp.org/win32/. That should be use by "production"
6162         code until this CVS version is usable. (But note, the Win32
6163         backend has never been claimed to be "production quality".)
6164
6165         * README.win32: Add the above comment about versions.
6166
6167         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
6168
6169         * gdk/gdk.def: Update.
6170
6171         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
6172         presumably be replaced by some more better mechanism as 1.4 gets
6173         closer to release shape.
6174
6175         * gdk/makefile.{cygwin,msc}: Update.
6176
6177         * gdk/win32/*.c: Correct inclusions of the backend-specific and
6178         internal headers. Change code according to changes in these. Use
6179         gdk_drawable_*, not gdk_window_* where necessary.
6180
6181         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
6182         our old DND.
6183
6184         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
6185         to interpret single characters as UTF-8. Thanks to Hans Breuer.
6186         Use correct function name in warning messages.
6187
6188         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
6189         GSourceFuncs gdk_event_prepare and gdk_event_check.
6190         (gdk_event_get_graphics_expose): Do implement, use
6191         PeekMessage. Thanks to Hans Breuer.
6192         (event_mask_string): Debugging function to print an GdkEventMask.
6193         (gdk_pointer_grab): Use it.
6194
6195         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
6196         (old) book I used claimed was Hangul actually is CJK Unified
6197         Ideographs Extension A. Also, Hangul Syllables were missing.
6198         Improve logging.
6199
6200         * gdk/win32/gdkgc-win32.c: Largish changes.
6201
6202         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
6203         g_win32_getlocale() from GLib, and not setlocale() to get current
6204         locale name.
6205
6206         * gdk/win32/gdkprivate-win32.h
6207         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
6208         gdkwin32.h, similarily as in the X11 backend.
6209
6210         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
6211         assignment was used instead of equals in if test. Thanks to Hans
6212         Breuer.
6213
6214         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
6215         the X11 version.
6216
6217         * gdk/win32/makefile.{cygwin,msc}
6218         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
6219         path to the Win32 headers that works also with the mingw compiler.
6220
6221         * gtk/gtkstyle.c: Include <string.h>.
6222
6223 2000-04-26  Havoc Pennington  <hp@redhat.com>
6224
6225         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
6226         replacing the broken gtk_label_get ()
6227
6228 2000-04-15  Havoc Pennington  <hp@pobox.com>
6229
6230         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
6231         this keeps scanner scripts from getting confused.
6232
6233         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
6234         data, rather than void
6235
6236 2000-04-15  Tor Lillqvist  <tml@iki.fi>
6237
6238         * gtk/gtkclist.c (gtk_clist_motion)
6239         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
6240         with is_hint FALSE, get x and y from the event. They used to be
6241         used uninitialised. The Win32 backend never sends motion events
6242         marked as hints. This for instance fixes the annoying file and
6243         font selector behaviour in the Win32 version.
6244
6245 2000-04-14  Tor Lillqvist  <tml@iki.fi>
6246
6247         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
6248         gtk_private_n_signals variables, they are used by some software,
6249         sigh.
6250
6251         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
6252         installation directory from the Registry, where the installer
6253         should have put it.
6254
6255 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
6256
6257         * gdk/x11/Makefile.am: Fix problem with installation directory for
6258         gdkx.h
6259
6260         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
6261         <mrcooger@cyberverse.com> so that when selecting menus with the
6262         mouse, the first item will not be selected, but when selecting
6263         with an accelerator, or navigating left-right on a menubar with
6264         the menus popped up, the first item will be selected.
6265
6266 2000-04-05  Dan Damian  <dand@dnttm.ro>
6267
6268         * configure.in: Added "ro" to ALL_LINGUAS.
6269
6270 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
6271
6272         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
6273         indentation.
6274
6275         * Makefile.am (EXTRA_DIST): Fix typo.
6276
6277         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
6278         to catch gdkconfig.h
6279
6280         * gtk/gtkitemfactory.c: Added FIXME.
6281
6282 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
6283
6284         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
6285         s/return_if_fail/return_val_if_fail/g and add a return value.
6286
6287 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
6288
6289         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
6290         merge slipup.
6291
6292         * gdk/gdkinput.h: Fix missing line from merge.
6293
6294 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
6295
6296         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
6297         instead of gdkprivate.h.
6298
6299 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
6300
6301         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
6302         parent class to correctly be GtkDialogClass.
6303
6304 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
6305
6306         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
6307         toplevel windows and their immediate children by their parents,
6308         since the size of toplevel windows is out of our immediate
6309         control and we don't get any real benefit from trying to track
6310         this size for clipping.
6311
6312         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
6313         for input_only windows.
6314
6315         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
6316         to fix some hacks and make sure that we don't try to set the
6317         background of input only windows.
6318
6319 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
6320
6321         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
6322         the _really_ internal stuff, and leave gdkprivate.h for the fake private
6323         stuff that we've traditionally exposed.
6324
6325         * gdk/**.c: Use gdkinternals.h where appropriate.
6326
6327         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
6328         not include gdkprivate-x11.h, move all stuff of conceivable public
6329         interest into gdkx.h; keep all really private stuff in
6330         uninstalled header gdkprivate-x11.h.
6331
6332         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
6333         image->image_put on windows through a new function _gdk_window_draw_image()
6334         to allow us to do backing store for images. (Sort of ugly)
6335
6336         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
6337         contexts locally so that we can offset them properly when drawing 
6338         onto backing pixmaps.
6339
6340         * gdk/gdkinput.h: Reindented
6341
6342         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
6343         pixmap or color for the window, so we can properly initialize
6344         our double-buffer pixmaps, and also so that we temporarily set
6345         a background of None while scrolling.
6346
6347         * gdk/gdkregion.h: Revise region boolean operators to have an
6348         interface that is actually convenient - switch from creating new
6349         regions on every op, to "methods" that modify existing regions
6350         (A = A OP B). 3 argument forms which allow dest == src, would also
6351         be possible, but the current interfaces seem to map nicely
6352         onto what needs to be done. (There is quite a lot of region
6353         code in GDK now.)
6354
6355         * gdk/gdkregion.h: Add constructor from rectangle and a copy
6356         operator.
6357
6358         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
6359         gdkpoly-generic.h: Copy region code from Xlib, switch it over
6360         to 32 bit coordinates, modify it to be mostly GTK+ style
6361         and to have interfaces that match gdkregion.h.
6362
6363         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
6364         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
6365         create a backing pixmap and redirect all drawing to
6366         that backing pixmap until a matching gdk_window_end_paint().
6367
6368         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
6369         Create a special drawable class for GtkWindow's that 
6370         redirects the drawing to the backing pixmap as necessary
6371         and then calls the real operations in _gdk_windowing_window_class.
6372
6373         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
6374         Store invalid region for each window. Generate expose events for invalid
6375         region in an idle. This replaces both the expose compression
6376         and the redrawing queuing in GTK+. It is both more efficient and
6377         simpler than either one individually and far more so then the
6378         combination.
6379
6380         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
6381         Emulate 32 bit coordinates for windows with 16 bit coordinates
6382         by offsetting drawing, guffaw scrolling techniques and
6383         mapping/unmapping child windows as necessary.
6384
6385         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
6386         where, when invalid regions are processed, the region is stored,
6387         and if expose events come in that are detectably duplicate
6388         the processed exposes (by comparison of event serial numbers),
6389         the stored region is subtracted out of those exposes.
6390
6391         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
6392         regions newly exposed when scrolling or resizing windows.
6393         This, combined with forcing processesing of queued invalidated
6394         regions, gives nice flicker-free scrolling.
6395
6396         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
6397         invalidated regions after every scroll.
6398
6399         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
6400         emulation in GDK. Its, for all practical purposes just a
6401         GtkViewport/GtkFixed hybrid now.
6402
6403         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
6404         (16-bit) structures as necessary instead of just casting.
6405
6406         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
6407         in terms of the structures from gdkregion-generic.c, using appropriate
6408         offsets from GDK to X11 coordinates. Cache clip mask and
6409         origin and ts origin locally and only flush to the server
6410         when drawing, to avoid constantly setting and resetting these
6411         values when offsetting GC's for scrolling and backing pixmaps.
6412
6413         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
6414
6415         * gtk/gtkcontainer.c: Call process_all_updates at end
6416         of resizing to reduce flicker. (Avoids having redraw
6417         lag arbitrarily behind resize under some circumstances)
6418
6419         * gtk/gtkentry.c: Remove old backing store code, and simply take
6420         advantage of the new backing store capabilities of GDK.
6421
6422         * gtk/gtkmain.c: Simple implementation of widget backing
6423         store - simply push a paint while handling each expose.
6424         (Should really be configurable widget for widget.)
6425         
6426         * gtk/gtkwidget.c: Remove all the old complicated redraw
6427         code, and simply invalidate the GDK windows from
6428         gdk_window_queue_clear(), etc. (Sigh, so much carefully
6429         debugged complexity ... gone to the winds.)
6430
6431         Remove all the code for suppressing expose events while
6432         resizes are pending; this isn't needed since the invalid
6433         areas won't be processed until after the resizes are
6434         processed, since they are in a lower priority idle.
6435
6436 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
6437
6438         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
6439         and height of dest rectangle for non-intersecting rectangles.
6440
6441 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
6442
6443         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
6444         for GdkRectangle.
6445
6446 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
6447
6448         * gdk/gdk{events,image,private,types,window}.h
6449          gdk/x11/gdkinputprivate.h: Change all coordinates
6450          from int16 to int. Also, Change width and height from
6451          unsigned to signed to avoid all the stupid C 
6452          signedness bugs.
6453
6454 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
6455
6456         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
6457         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
6458         Add some more detailed checking.
6459
6460         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
6461         New function to retrieve the depth of a drawable.
6462
6463         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
6464         field, reorder fields to save memory. 
6465
6466 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
6467
6468         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
6469         of the background image instead of scaling the background down to
6470         a line.
6471
6472         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
6473         which temporarily set slider to wrong size.
6474
6475         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
6476         queue_clear().
6477
6478 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
6479
6480 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
6481
6482         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
6483
6484 2000-03-17  Tor Lillqvist  <tml@iki.fi>
6485
6486         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
6487         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
6488
6489         * gdk/win32/gdkfont-win32.c
6490         * gdk/win32/gdkproperty-win32.c
6491         * gdk/win32/gdkselection-win32.c
6492         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
6493         now declared such.
6494
6495 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
6496
6497         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
6498
6499 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
6500
6501         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
6502         is called without trapping X errors.
6503
6504 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
6505
6506         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
6507         way into the fontset lists.
6508
6509 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
6510
6511         * gtk/gtkthemes.h: add extern "C" scope.
6512
6513 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
6514
6515         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
6516         to make appends to the list constant. (gtk-guy-990901-0.patch)
6517
6518 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
6519
6520         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
6521         for the typename hash table.
6522
6523 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
6524
6525         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
6526         to make sure we never divide by zero. 
6527         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
6528
6529 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
6530
6531         * gtk/gtkfontsel.c: Apply patch from
6532         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
6533         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
6534
6535         Also, some cleanups in atom handling.
6536
6537 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
6538
6539         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
6540         not GtkWidget.
6541
6542 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
6543
6544         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
6545         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
6546         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
6547         more guint wrap-around bugs before going to bed.
6548
6549 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
6550
6551         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
6552         guint wrap arounds in allocation.width.
6553
6554         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
6555         process untill we fit the allocation given.
6556
6557 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
6558
6559         * gtk/gtkwidget.c:
6560         (gtk_widget_unrealize): guard widget access with ref/unref
6561         around signal emission.
6562         (gtk_widget_hide): same here, but also check its destroyed
6563         state before queueing a resize.
6564
6565 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
6566
6567         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
6568         of gtk_default_insensitive_bg as insensitive base color.
6569
6570         * gtk/gtktext.c (gtk_text_style_set): set the background color according
6571         to the widget's state.
6572         (gtk_text_realize): same here.
6573         (gtk_text_state_changed): same here.
6574         (draw_bg_rect): compare background color against base[] from
6575         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
6576
6577 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
6578
6579         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
6580         grabs are active, unless a delete event is send to the toplevel
6581         of the currently grab holding widget.
6582
6583 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
6584
6585         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
6586         debugging g_print's.
6587
6588 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
6589
6590         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
6591         ever make the scrolled-window requisition ever depend on the 
6592         visibility state of the scrollbars for the AUTOMATIC policy. 
6593         This breaks the GTK+ requisition model, and causes loops.
6594
6595 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
6596
6597         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
6598         the default font to avoid problems with XFree86-4.0 where the
6599         default charset is iso10646-1, not iso8859-1.
6600
6601 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
6602
6603         * acinclude.m4
6604         * config.guess
6605         * config.sub
6606         * ltconfig
6607         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
6608
6609         * gtk/Makefile.am: minor cosmetic consistency tweak
6610
6611 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
6612
6613         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
6614         the activate_time to 0, so that we handle a quick
6615         press/release press/release properly and don't suppress
6616         the second release. (Red Hat bug #7545)
6617
6618 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
6619
6620         * gtk/gtkctree.c (row_delete):
6621         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
6622         bugs with destruction notifier, *always* update internal
6623         structures *before* calling user code.
6624
6625 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
6626
6627         A few more fixes for bug #5487, #2051, #2677.
6628         * gtk/gtkclist.c : 
6629         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
6630         not GDK_BUTTON_PRESS.
6631         (resync_selection): resync only if selection_mode is
6632         GTK_SELECTION_EXTENDED
6633         * gtk/gtkctree.c (resync_selection): same here
6634
6635 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
6636
6637         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
6638         gdk_drag_get_selection() and gtk_menu_detach().
6639
6640         [ From Jeroen Ruigrok/Asmodai ]
6641
6642 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
6643
6644         * gtk/gtknotebook.c (gtk_notebook_size_request): 
6645         page->tab_label can be NULL.
6646
6647 2000-01-25  Havoc Pennington  <hp@pobox.com>
6648         
6649         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
6650         arg is boolean
6651
6652         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
6653
6654         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
6655
6656         * gdk/gdkproperty.c (gdk_property_get): return boolean
6657
6658         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
6659
6660         * gdk/gdkim.c (gdk_im_ready): return boolean
6661
6662         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
6663
6664         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
6665         glib clash, should fix glib)
6666
6667         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
6668         (gdk_get_show_events): return gboolean, and canonicalize 
6669         to TRUE/FALSE
6670
6671         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
6672         colormap is private
6673         (gdk_colors_alloc): gboolean whether to be contiguous
6674         (gdk_color_equal): return gboolean since we are a predicate
6675         and not a qsort() (this looks semi-wrong due to glib breakage,
6676         IMO glib should be fixed)
6677         
6678         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
6679         (gdk_get_use_xshm): return gboolean
6680         (gdk_pointer_is_grabbed): return gboolean
6681
6682         * gdk/gdk.h: Change prototypes to match all the above changes,
6683         and re-run egtk-format-protos as required.
6684
6685 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
6686
6687         * gtk/gtkctree.c (resync_selection): 
6688         * gtk/gtkclist.c (resync_selection):
6689
6690         Return immediately if clist->drag_pos < 0. This is a workaround
6691         for the corrupt state that the clist gets into when a
6692         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
6693
6694         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
6695         
6696         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
6697         variable from recent commit.
6698
6699 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
6700
6701         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
6702
6703 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
6704
6705         * gtk/Makefile.am: prefix all autogenerated source that get build in
6706         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
6707         in builddir. since we subsequently cd into srcdir for autogeneration,
6708         the paths have to be stripped from the target file names, thusly we
6709         use $(@F) as target names now.
6710         put a comment about configure.in's --disable-rebuilds option,
6711         which can be used for non-writable source directories, for development
6712         setups though, srcdir has to be *writable*.
6713
6714 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
6715
6716         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
6717           Finish the job of allowing event to be NULL.
6718           (Fixes bug #4283, reported by Chris Blizzard)
6719
6720         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
6721           things so that the cursor appears on screen, properly
6722           take into account INNER_BORDER.
6723           (Fixes bug #4754, reported by Antonio Campos)
6724
6725 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
6726
6727         * gtk/gtknotebook.c (gtk_notebook_map): Don't
6728           show the tab_label unless it itself is visible.
6729
6730           gtk/gtknotebook.c (gtk_notebook_size_request):
6731           Do a better job of making sure that the visibility
6732           of the tab label corresponds to whether it should
6733           be mapped or not.
6734
6735 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
6736
6737         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
6738           Use the requisition, not the allocation, since the
6739           allocation has not necessarily been computed yet.
6740           (Pointed out by Eugene Osintsev)
6741
6742 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
6743
6744         * gtk/gtkstyle.c (gtk_style_new): Dont' set
6745           style/base[GTK_STATE_INSENSITIVE] both to
6746           gtk_default_insensitive_bg!
6747           (Bug #2187, reported by Jonathan Blandford)
6748
6749         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
6750           Add Alt_L, Alt_R to list of invalid accelerators.
6751           (Bug #3736, reported by Vlad Harchev)
6752
6753 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
6754
6755         * gtk/gtkfilesel.c (open_ref_dir): Fix several
6756         bugs which occured after an attempt to open 
6757         invalid home directory left cmpl_state->reference_dir == NULL.
6758
6759          - completion on files in home directory didn't work
6760          - completion on an empty string caused  segfault
6761
6762          (Bug #3678, reported by Steve Ratcliffe)
6763
6764         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
6765         cut and paste error that was causing scales to
6766         be incorrectly positioned.
6767         (Bug #2956,
6768          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
6769
6770 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
6771
6772         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
6773         when checking for dcgettext, if we've found we needed
6774         it for dgettext.
6775 +
6776 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
6777
6778         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
6779         queue_clear on NO_WINDOW widgets during a reparent,
6780         since at that point the window and widget heirarchies
6781         are out of sync. This stops crashing in some cases
6782         (the scrolled window reparent test, for instance), and
6783         _probably_ won't cause drawing errors.
6784
6785         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
6786         test do what it was supposed to do and be robust against
6787         window closings, etc. (Bug #2443)
6788
6789 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
6790
6791         * gtk/gtkentry.c: Fix return values on mouse events.
6792         (Bug #2686, Sky <seb_sky@yahoo.com>)
6793
6794         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
6795         (pointed out by George Lebl)
6796
6797         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
6798         (From Ettore Perazzoli  <ettore@helixcode.com>)
6799  
6800 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
6801
6802         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
6803         clicks between rows or outside calender area correctly.
6804         (Patch from Damon Chaplin)
6805
6806         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
6807         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
6808           Call destroy function when overwriting existing data. 
6809           (Pointed out by Damon Chaplin)
6810
6811 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
6812
6813         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
6814           which was causing problems on various systems with Xmu.
6815           This hasn't been needed for a very long time.
6816           (Fixes #1185 3167)
6817
6818 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
6819
6820         * gdk/gdki18n.h: Include <ctype.h> when defining
6821           gdk_isw* in terms of is* as a fallback.
6822           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
6823
6824 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
6825
6826         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
6827           realize the widget when it is size allocated!
6828           (old, old bug)
6829
6830         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
6831           Removed unused call to gdk_window_get_size() that
6832           showed up when the above was fixed.
6833
6834 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
6835
6836         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
6837           fix up widget->window when the widget is a
6838           NO_WINDOW container widget.
6839
6840 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
6841
6842         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
6843           to account for the fact that feof() does _not_ 
6844           return TRUE on errors, and thus avoid infinite loops
6845           when trying to use gdk_pixmap_create_from_xpm()
6846           on unreadable values.
6847
6848 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
6849
6850         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
6851
6852 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
6853
6854         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
6855           gdk_gc_set_dashes to take gint8 instead of gchar to
6856           make it clearer that it is _not_ a NULL terminated string.
6857
6858         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
6859           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
6860           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
6861           arguments.
6862
6863 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
6864
6865         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
6866         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
6867         background size relative to our allocation, guard against small
6868         allocations, we may have not yet been size allocated.
6869
6870 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
6871
6872         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
6873         not just version == 3. We implement all 3 + most of 4 - 
6874         (we don't support matching text/plain;charset=iso-8859-1
6875         to a dest that expects text/plain). We'll still advertise
6876         3 to be safe, but any client implementing version >= 3
6877         must interoperate with 3.
6878         
6879 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
6880
6881         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
6882         background and gc members, add a warning in gtk_tooltips_set_color()
6883         indicating that this function is deprecated.
6884
6885 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
6886
6887         * docs/gtkfaq.sgml: FAQ Update:
6888           - Minor cleanups (Emmanuel, me)
6889           - New questions:
6890                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
6891                 How can I retrieve the text from a GtkMenuItem? (timj)
6892                 How do I validate/limit/filter the input to a GtkEntry? (me)
6893                 Memory does not seem to be released when I free the list
6894                         nodes I've allocated (timj)
6895
6896 2000-03-07  Tor Lillqvist  <tml@iki.fi>
6897
6898         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
6899         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
6900         for which it is no use to call GetLastError onWin9x.
6901         (gdk_other_api_failed) New function, for general error
6902         reporting without calling GetLastError.
6903         (gdk_win32_api_failed) OTOH, this function always calls
6904         GetLastError. (gdk_win32_last_error_string) Remove this function,
6905         GLib has the equivalent now.
6906
6907         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
6908         call them with function name, file name and line number in the
6909         arguments.
6910
6911         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
6912         functions.
6913         
6914         * gtk/gtk.def: Add some missing entry points.
6915
6916         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
6917         gtk_paned_set_gutter_size, which don't exist any longer, as void.
6918         
6919         Fixes by Hans Breuer:
6920
6921         * gdk/makefile.msc: Update for debugging.
6922
6923         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
6924         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
6925         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
6926         in the dash_list.
6927
6928         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
6929         the x11 backend.
6930
6931         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
6932
6933         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
6934
6935 2000-03-04  Tor Lillqvist  <tml@iki.fi>
6936
6937         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
6938         just pixel value of background colour.
6939
6940         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
6941         containing code snippet previously duplicated in a couple of
6942         places.
6943         
6944         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
6945         gdk_colormap_color.
6946
6947         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
6948         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
6949         events for autorepeated Shift, Control and Alt keys. Use
6950         gdk_colormap_color.
6951
6952         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
6953         pointer is inside the window the cursor of which we are setting,
6954         call SetCursor immediately.
6955
6956         * gdk/win32/makefile.cygwin
6957         * gtk/makefile.cygwin: If we don't have the build number stamp
6958         file, use zero.
6959
6960         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
6961         gtk_paned_set_gutter_size as empty.
6962
6963         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
6964         
6965 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
6966
6967         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
6968           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
6969           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
6970           docs/gtk_tut.sgml docs/gtk.texi TODO:
6971
6972           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
6973
6974 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
6975
6976         * gtk/gtkcalendar.c: Implement num_marked_dates,
6977           and don't emit mutiple day_selected signals on
6978           month_prev.
6979
6980 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
6981
6982         * docs/make-todo (lineno): let title and logo be configurable so
6983         that GNOME can use this script too.
6984
6985         * TODO.xml: added logourl and a title
6986
6987 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
6988
6989         * TODO.xml: Added some UI items, and an explanatory
6990         comment at the top of the file.
6991
6992 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
6993
6994         * TODO.xml: some updates, added abunch of new entries.
6995         a note for those fiddeling with this file, when done
6996         with it, invoke:
6997         $ ./docs/make-todo TODO.xml >/dev/null
6998         and correct output errors before comitting changes.
6999
7000 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
7001
7002         * TODO.xml: Added XML-structured TODO file.
7003         * docs/make-todo: python script to turn TODO.xml into
7004           pretty XML output. 
7005
7006 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
7007
7008         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
7009         the function to let it draw the seven dots, instead of the old,
7010         much maligned, method.
7011         (draw_dot): New function to draw a dot.
7012
7013         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
7014         to draw the handle inside the border width as opposed to outside.
7015         Use paint function instead of gdk_draw_point.
7016
7017         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
7018         to draw the handle inside the border width as opposed to outside.
7019         Use paint function instead of gdk_draw_point.
7020
7021         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
7022         Change indenting to be more GTK like.
7023
7024 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
7025
7026         * docs/gtk_tut.sgml: New section on GtkCalendar
7027         * examples/calendar: Update example code
7028
7029 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
7030
7031         * docs/gtkfaq.sgml: FAQ Update
7032
7033 2000-02-19  Anders Carlsson  <andersca@gnu.org>
7034
7035         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
7036         to prevent the scroll event to be propagated upwards.
7037
7038 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
7039
7040         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
7041         OwnerGrabButtonMask from button entries for
7042         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
7043
7044         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
7045         to the event mask (which will result in button/press release
7046         being added to the event mask on Unix) so scrolling works
7047         for layouts in scroll windows.
7048
7049         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
7050
7051         Patch from Anders Carlsson  <andersca@gnu.org> to add
7052         a scroll event.
7053
7054         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
7055         scrolling to the "Test Scrolling" part of testgtk.
7056  
7057         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
7058  
7059         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
7060         it against GDK_SCROLL.
7061  
7062         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
7063         way of mouse wheel scrolling.
7064  
7065         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
7066  
7067         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
7068  
7069         * gtk/gtkmain.c: Removed previous mouse wheel hack.
7070  
7071         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
7072         gdk_event_mask_table.
7073  
7074         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
7075         GdkEventScroll handler.
7076  
7077         * gdk/gdkevents.h: Added GdkEventScroll structure.
7078  
7079 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
7080
7081         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
7082         and Anders Carlsson to change the Paned widgets so that they
7083         can be dragged from anywhere along the length. Also change
7084         the way that this is drawn to make this apparent.
7085
7086         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
7087         from George Lebl to check that option_menu->menu is present
7088         before getting history.
7089
7090 2000-02-14  Tor Lillqvist  <tml@iki.fi>
7091
7092         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
7093         before the assertion for non-NULL segment list.
7094
7095         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
7096         Seems that pattern brushes *must* be 8x8 pixels! At least on my
7097         machine, but it might be display driver dependent. Sigh, so make
7098         sure the stipple is that size. Does Windows suck or what?
7099
7100         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
7101         places.
7102
7103 2000-02-13  Havoc Pennington  <hp@pobox.com>
7104
7105         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
7106         refcount to 1
7107         (gdk_cursor_new): init refcount to 1
7108
7109         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
7110
7111 2000-02-13  Tor Lillqvist  <tml@iki.fi>
7112
7113         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
7114         so that we don't have to do unnecessary settings to the HDC.
7115
7116         * gdk/win32/gdkdrawable-win32.c
7117         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
7118         gdk_gc_predraw.
7119
7120         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
7121         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
7122         GDI paths, call WidenPath to get the outline of the stroken path,
7123         and then fill the outline (with the brush that was built from the
7124         stipple).
7125
7126         * gdk/win32/gdkgc-win32.c: Factor out common code from
7127         _gdk_win32_gc_new and gdk_win32_gc_set_values into
7128         gdk_win32_gc_values_to_win32values. Use correct colour for
7129         SetBkColor() (Until now the code actually used a random colour in
7130         the call to SetBkColor()... but that didn't show up as not many
7131         GDI APIs use the background colour. Pattern (opaque stippled)
7132         brushes do.)
7133
7134         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
7135         gdk_win32_api_failed): New functions for error logging.
7136
7137         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
7138         WIN32_API_FAILED to call them, passing function or file name and
7139         line number.
7140
7141         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
7142
7143         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
7144         GdkColor for foreground and background in GdkGCWin32Data.
7145
7146         * gdk/makefile.cygwin: Link in the resource object separately.
7147
7148         * gdk/win32/rc/gdk.rc
7149         * gtk/gtk.rc (New file)
7150         * gdk/win32/makefile.cygwin
7151         * gtk/makefile.cygwin: Update build number in DLLs automatically,
7152         as in GLib.
7153
7154 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
7155
7156         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
7157         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
7158         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
7159         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
7160         parameters given and cursor->ref_count. coding style fixups.
7161
7162         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
7163         not GtkWidget.
7164         
7165         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
7166         fix up widget macros and add _GET_CLASS() variant.
7167         
7168         * gtk/*.c: some GtkType fixups.
7169
7170 2000-02-09  Tor Lillqvist  <tml@iki.fi>
7171
7172         * gdk/win32/gdkproperty-win32.c
7173         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
7174         were reversed.
7175
7176 2000-02-04  Tor Lillqvist  <tml@iki.fi>
7177
7178         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
7179         g_filename_to_utf8 to convert the font names Windows gives us from
7180         whatever is the default codepage to UTF-8.
7181         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
7182         in the other direction.
7183
7184         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
7185         error in debugging output.
7186
7187 2000-02-02  Tor Lillqvist  <tml@iki.fi>
7188
7189         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
7190         and height parameters to gdk_window_clear_area(). Not minus one.
7191
7192 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
7193
7194         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
7195         checks if the widget passed to gtk_drag_get_data() was not the
7196         dest widget.
7197
7198 2000-02-01  Tor Lillqvist  <tml@iki.fi>
7199
7200         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
7201         g_filename_from_utf8 functions (which were added a moment ago to
7202         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
7203         size buffers.
7204
7205         gtk_file_selection_get_filename returns the filename in the C
7206         runtime encoding. It calls g_filename_from_utf8, but copies the
7207         returned string to a static buffer, which is returned. I think
7208         this is better than returning the result from g_filename_from_utf8
7209         directly, which would mean all apps that use it would have to free
7210         the return value. Or should this function care about this issue at
7211         all? Maybe a new function with clearly defined semantics.
7212
7213         * gtk/gtkfilesel.h: Add comment about
7214         gtk_file_selection_get_filename returning the filename in the C
7215         runtime's encoding.
7216
7217         * README.win32
7218         * gdk/gdk.def
7219         * gdk/makefile.{cygwin,msc}
7220         * gtk/gtk.def: Updates.
7221
7222         * gdk/gdkcursor-win32.c: Initialise refcount.
7223
7224 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
7225
7226         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
7227
7228 2000-01-30  Havoc Pennington  <hp@pobox.com>
7229
7230         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
7231         destroy
7232
7233         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
7234
7235         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
7236         implemented in platform-specific code
7237
7238         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
7239
7240         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
7241         underscore in front
7242
7243         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
7244         put an underscore in front
7245
7246         * gdk/gdkcursor.c: new file, implements
7247         gdk_cursor_ref/gdk_cursor_unref
7248
7249         * gdk/gdkcursor.h: Refcount GdkCursor
7250
7251         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
7252
7253 2000-01-29  Tor Lillqvist  <tml@iki.fi>
7254
7255         * gdk/gdkwindow.h
7256         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
7257
7258 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
7259
7260         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
7261         structures to properly inherit from GtkWidget not GtkBin.
7262
7263 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
7264
7265         * gtk+.spec.in: Added lib/gtk+/include/* to %files
7266         (bug #5178 - Peter Wainright)
7267         
7268         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
7269         so that it will be installed.
7270         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
7271
7272 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
7273
7274         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
7275         for the GtkStyleClass vtable const.
7276
7277         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
7278         take a const string argument like GtkTranslateFunc. This will
7279         require changes in use code.
7280
7281 2000-01-19  Tor Lillqvist  <tml@iki.fi>
7282
7283         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
7284         semantics (to mimic the X11 backend, which just calls XClearArea)
7285         is to check for zero width (and height), and in that case use the
7286         window's width minus x (height minus y). This fixes for instance
7287         some redraw problems with gtkclist, which were easily noticeable
7288         in the gtk file selection widget.
7289
7290         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
7291         windows.
7292
7293 2000-01-13  Tor Lillqvist  <tml@iki.fi>
7294
7295         * configure.in
7296         * gdk/Makefile.am
7297         * gdk/x11/Makefile.am
7298         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
7299         (bug #5177).
7300         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
7301         out later.
7302
7303 2000-01-09  Tor Lillqvist  <tml@iki.fi>
7304
7305         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
7306         WM_MOVE for iconified or invisible windows. This fixes various
7307         problems when minimising windows. Thanks to Bernd Herd.
7308
7309 2000-01-05  Tor Lillqvist  <tml@iki.fi>
7310
7311         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
7312         backend's draw_lines method, not draw_points.
7313
7314 2000-01-02  Tor Lillqvist  <tml@iki.fi>
7315
7316         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
7317         before Owen's reorganisation: Don't have queued_events and
7318         queued_tail statics in this file, but use gdk_queued_events and
7319         gdk_queued_tail. This makes exposure event compression work again.
7320
7321         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
7322         seem to be needed?
7323
7324 1999-12-30  Tor Lillqvist  <tml@iki.fi>
7325
7326         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
7327         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
7328         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
7329         doesn't do anything.
7330
7331         * gdk/gdk.def: Add gdk_xid_table_insert.
7332
7333         * gdk/win32/gdkprivate-win32.h
7334         * gdk/win32/gdkevents-win32.c
7335         * gdk/win32/gdkinput-win32.c
7336         
7337         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
7338         extension_events field in the GdkWindowWin32Data struct. Use only
7339         the extension_events field in GdkWindowPrivate. Previously one was
7340         set, and the other one tested, which broke tablet
7341         functionality. Thanks to Keishi Suenaga for pointing this out.
7342
7343 1999-12-18  Tor Lillqvist  <tml@iki.fi>
7344
7345         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
7346         When handling a single character (text length == 1), don't handle
7347         it as if it was UTF-8.
7348
7349 1999-12-11  Tor Lillqvist  <tml@iki.fi>
7350
7351         * Makefile.am: Distribute README.win32.
7352         
7353         * gdk/Makefile.am
7354         * gdk/win32/Makefile.am: Distribute Win32 files.
7355
7356         * gdk/makefile.msc: New file.
7357
7358         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
7359         after label).
7360
7361         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
7362         gdk_error_code as GDKVAR, as they are referred outside GDK.
7363
7364         * gdk/win32/makefile.msc: Update.
7365
7366         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
7367         tweaks. Check only if at least one of those Unicode subrange bits
7368         we care for is set. If no code page bits are set, guess (wildly)
7369         based on the charset.
7370
7371         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
7372
7373         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
7374         non-NULL.
7375
7376         * gtk/gtkdnd.c
7377         * gtk/gtklayout.c
7378         * gtk/gtkplug.c
7379         * gtk/gtkselection.c
7380         * gtk/gtksocket.c
7381         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
7382         appropriate. There must be a cleaner way to handle this?
7383
7384         * gtk/gtkrc.c: Must include windows.h on Win32.
7385
7386         * gtk/testgtk.c: No need to include gdkx.h.
7387
7388         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
7389
7390 1999-12-07  Tor Lillqvist  <tml@iki.fi>
7391
7392         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
7393         the rbearing is set to the same as the width, but this should be
7394         fixed.
7395
7396 1999-12-06  Tor Lillqvist  <tml@iki.fi>
7397
7398         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
7399         function. If Windows doesn't tell us what Unicode subranges a font
7400         covers, guesstimate based on the codepages it covers. This will
7401         hopefully help those Windows versions or fonts that don't give us
7402         any useful Unicode subrange information with GetTextCharsetInfo.
7403         Call this function in gdk_font_load_internal.
7404
7405         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
7406         minor changes.
7407
7408 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
7409
7410         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
7411         New function, long needed.
7412
7413 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
7414
7415         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
7416         only_if_exists argument of gdk_atom_intern to
7417         bool.
7418
7419 1999-11-25  Tor Lillqvist  <tml@iki.fi>
7420
7421         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
7422         Fix two copy&paste errors.
7423
7424         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
7425         win32 has changed.
7426
7427         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
7428         GdkWin32SingleFont struct.
7429
7430         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
7431         subranges of loaded fonts. Clear font signature first, in case
7432         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
7433         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
7434
7435         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
7436         Unoffset clip region.
7437
7438 1999-11-23  Tor Lillqvist  <tml@iki.fi>
7439
7440         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
7441         event->any.window before calling filter functions.
7442
7443 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
7444
7445         * gtk/gtkgamma.h: Adapt cast macros to standard.
7446
7447 [ Merges from 1.2 ]
7448
7449 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
7450
7451         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
7452         If translation does not include a '/', use entire
7453         translation instead of crashing.
7454
7455 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
7456
7457         * docs/gtk_tut.sgml:
7458         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
7459
7460 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
7461
7462         * gtk/gtkselection.c (gtk_target_list_remove): Use
7463         g_list_remove_link, not g_list_remove.
7464
7465         [ From Geert Bevin <gbevin@thunderstorms.org> ]
7466         
7467 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
7468
7469         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
7470         statement upon unselection (how the heck did that slip in?).
7471
7472 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
7473
7474         * gtk/gtktext.c (gtk_text_freeze): 
7475         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
7476         in frozen state (and aparently crashes). patch provided by Anders
7477         Melchiorsen <and@kampsax.dtu.dk>.
7478
7479 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
7480
7481         * fix insensitive default/focus widget activation,
7482         reported by Matt Goodall <mgg@isotek.co.uk>.
7483
7484         * gtk/gtkwindow.c (gtk_window_key_press_event): 
7485         (gtk_window_activate_default):
7486         (gtk_window_activate_focus):
7487         return handled=FALSE for actiavtion of insensitive default
7488         widgets. return handled=TRUE for activation of insensitive
7489         focus widgets. don't activate in either case.
7490
7491 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
7492
7493         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
7494         and $glib_cflags to match library order and in the
7495         theory that an old version of GLib is more likely to
7496         be in the include directory for X then vice-versa.
7497         (Bug #2776)
7498
7499 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
7500
7501         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
7502         to determine the locale for fontsets, not LC_MESSAGES;
7503         the user may want English messages with a handling
7504         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
7505         will still be broken) (Bug #2891)
7506
7507 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
7508
7509         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
7510
7511 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
7512
7513         * gtk/gtkrc.ko: Changed the Korean default fontset.
7514
7515 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
7516
7517         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
7518         where when scrolling to the left or top double exposes
7519         were done, causing major slowdowns.
7520
7521 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
7522
7523         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
7524         names to lowercase and alphanumeric, before looking
7525         them up.
7526
7527         * gtk/Makefile.am: Install codeset variant gtkrc files
7528         with normalized names.
7529
7530 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
7531
7532         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
7533         popup menus when the menu is already visible, but its parent
7534         is still hidden, (happens after tornoff window got hidden).
7535
7536 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
7537
7538         * gtk/Makefile.am (install-data-local): Fix
7539         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
7540         deleted, causing error messages on install.
7541
7542 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
7543
7544         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
7545         the handle as well, since we now sometimes ignore
7546         exposes on the handle while resizing.
7547
7548 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
7549
7550         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
7551         extra g_free introduced in one of the last one or two 
7552         commits.
7553
7554 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
7555
7556         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
7557         consistent, put each style that a gtkrc.* file creates
7558         in a unique namespace, remove old files before installing.
7559
7560 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
7561
7562         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
7563         gtk_rc_init is called multiple times. (Yes, people who
7564         do that have bugs in their code.)
7565
7566 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
7567
7568         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
7569         Remove it since it's generated by the Makefile anyway
7570
7571 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
7572
7573         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
7574         device->info.axes for core pointer.
7575
7576 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
7577
7578         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
7579         idle_id, to deal with obsolete, broken C libraries.
7580
7581 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
7582
7583         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
7584         allocation->x/y twice!
7585
7586         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
7587         consistent with gtk_vscale_pos_trough().
7588
7589 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
7590
7591         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
7592         be queueing a resize on a toplevel container between
7593         the time we show it and when we map it. So, we need
7594         to test GTK_WIDGET_VISIBLE() for toplevels, and only
7595         use GTK_WIDGET_DRAWABLE() for child windows.
7596
7597 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
7598
7599         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
7600         (fixes bug #2144)
7601
7602 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
7603
7604         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
7605         container DRAWABLE (instead of VISIBLE), so we don't queue
7606         resizes on non-toplevel containers.
7607
7608 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
7609
7610         * gtk/gtkselection.[ch]: Make the data argument
7611         const guchar *.
7612
7613 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
7614
7615         * gtk/gtkwindow.c: Try to behave sensibly if 
7616         the focus widget is the window itself. (Should
7617         we allow this at all?)
7618
7619 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
7620
7621         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
7622         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
7623         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
7624         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
7625         in prototypes and implementations consistent (Tomas Ogren).
7626
7627         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
7628         before the widget is unparented (reported by damon).
7629
7630         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
7631         since we provide unsigned data anyways.
7632
7633 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
7634
7635         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
7636         the call to gtk_tooltips_layout_text() until later.
7637
7638         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
7639         Call gtk_widget_ensure_style() before using the style.
7640
7641 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
7642
7643         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
7644         for old widgets that don't propagate draws to all
7645         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
7646
7647 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
7648
7649         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
7650         for a redraw but just the widget that requested the resize.
7651
7652 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
7653
7654         * gtk/gtkcontainer.c: added new widget level method
7655         gtk_container_set_reallocate_redraws() and a GtkContainer flag
7656         reallocate_redraws : 1 to reflect the setting, exported this through
7657         the argument system as a boolean ::reallocate_redraws.
7658
7659         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
7660         on the widget because the allocation changes, do so as well for
7661         widget->parent if the parent has reallocate_redraws set to TRUE.
7662         with that containers requesting reallocation redraws get automatically
7663         redrawn if their children changed allocation (this unfortunately
7664         affects also other children that didn't change allocation, but we
7665         cannot work around that before 1.3).
7666
7667 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
7668
7669         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
7670         _and_ height are >0 (not _or_).
7671
7672         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
7673         instead of gtk_container_queue_resize(), which is a core gtk internal
7674         function (must have been on crack when i queued that).
7675
7676         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
7677         we can check more reliably if we want to discard expose events.
7678         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
7679         flag.
7680         
7681         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
7682         we simply trust these events. for deciding whether to discard exposes,
7683         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
7684         
7685 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
7686
7687         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
7688         queues of areas that are completely off screen.
7689
7690         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
7691         logic for handleboxes.
7692
7693         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
7694         check on width/height.
7695
7696 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
7697
7698         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
7699         we are fine with using $@ the way we do (if we actually encounter
7700         brokeness with $@ in VPATH builds because of additional path prefixes,
7701         we need to use $(@F) actually).
7702
7703 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
7704
7705         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
7706         short lived bugs, that would allow language bindings to do surgeries
7707         to our guts.
7708
7709 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
7710
7711         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
7712         where comparison was being done against an uninitialized
7713         value causing intermittant results depending on
7714         compiler flags. Also make it clearer that we aren't
7715         ever initializing the child as 0x0 (though this will
7716         be caught in gtk_widget_size_allocate())
7717
7718 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
7719
7720         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
7721         gtk_window_unset_transient_for() call after we do checks
7722         involving the old transient parent.
7723         [ From Lance Capser <lmc@cyberhighway.net> ]
7724
7725 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
7726
7727         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
7728         an empty file.
7729
7730 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
7731
7732         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
7733         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
7734
7735 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
7736
7737         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
7738         `$@' is valid only in the build dir, not after we've done 
7739         `cd $srcdir'.  Also use `test -f' instead of less portable
7740         `test -e'.
7741
7742 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
7743
7744         * gtk/gtktext.c (correct_cache_insert): Rewrite
7745          for simplicity, and hopefully correctness.
7746          (Fixes bug #1322, which was a segfault when
7747           on some insertions with the properties around
7748           the insertion set up just wrong.)
7749
7750         * gtk/gtktext.c (gtk_text_adjustment): When we receive
7751          a "changed" signal, clamp the new value to the adjustment
7752          bounds to avoid segfaulting if someone tries to change
7753          the adjustment to a bogus value. (Bug #1795)
7754
7755 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
7756
7757         * gtk/gtkmain.c: Ignore unexpected destroy notifies
7758         for children, for toplevel windows handle them
7759         like delete_event.
7760
7761         * gtk/gtkplug.c: Add an unrealize handler so that
7762         we unref plug->socket_window when we are done
7763         with it.
7764
7765 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
7766
7767         * gtk/gtktext.c (clear_area): Fix stupid signedness
7768          problem that was causing background to sometimes
7769          be misaligned.
7770
7771 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
7772
7773         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
7774         
7775         * gtk/gtkmenu.c (gtk_menu_position): Make
7776          sure we never position menus with negative x, y,
7777          since gtk_widget_set_uposition() can't handle that.
7778
7779         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
7780          Modify the positioning code a bit so that we always
7781          put the top-left corner onscreen. (This is for
7782          UI reasons, gtk_menu_position() now takes care of
7783          gtk_widet_set_uposition() brokeness.)
7784
7785 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
7786
7787         * gtk/Makefile.am: fixed up things for -jx, x > 1.
7788
7789 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
7790
7791         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
7792           RC style that is passed in. The lack of the ref
7793           before was a bug. If people worked around this
7794           bug, this will introduce a slight memory leak
7795           in their code. The code should typically look like:
7796
7797             rc_style = gtk_rc_style_new ();
7798             [...]
7799             gtk_widget_modify_style (widget, rc_style);
7800             gtk_rc_style_unref (rc_style);
7801
7802         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
7803           the style if it was already set.
7804
7805         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
7806           style if it was set before.
7807
7808 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
7809
7810         * gtk/testgtk.c (main): Add a check to see if we
7811           are being run from the correct directory and
7812           to quit nicely if we are not.
7813
7814         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
7815           static.
7816
7817 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
7818
7819         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
7820
7821         * gtk/gtkwindow.c:
7822         queue resizes unconditionally (gtk_widget_queue_resize will figure
7823         what to do if the window is not realized).
7824         (gtk_window_move_resize): only recenter the window
7825         for GTK_WIN_POS_CENTER_ALWAYS.
7826         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
7827         the same way as GTK_WIN_POS_CENTER.
7828
7829 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
7830
7831         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
7832         with (!(info->last_flags & GDK_HINT_POS)) instead of
7833         (!info->last_flags & GDK_HINT_POS).
7834
7835         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
7836         new_height unconditionally, because we use these values even if
7837         !default_size_changed && !hints_changed.
7838         comented the (default_size_changed || hints_changed) case with
7839         respect to resize rejects from the window manager.
7840
7841         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
7842         in the zvt condition hack, since this includes the window hints, set
7843         the hints after the handling_resize case.
7844
7845         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
7846         window is initially shown with to the geometry.
7847
7848 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
7849
7850         * gtk/gtkwindow.c (gtk_window_move_resize):
7851         s/size_changed/default_size_changed/g so i know what's
7852         really going on (frying brain on smaller flame now).
7853
7854 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
7855
7856         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
7857         we have size_changed upon handling_resize. this is a gross
7858         workaround for the broken zvt widget and should be removed in
7859         1.3 again (search for FIXME).
7860         Owen provided an accurate comment for this:
7861
7862         /* We could be here for two reasons
7863          *  1) We coincidentally got a resize while handling
7864          *     another resize.
7865          *  2) Our computation of size_changed was completely
7866          *     screwed up, probably because one of our children
7867          *     is broken. It's probably a zvt widget.
7868          *
7869          * For 1), we could just go ahead and ask for the
7870          * new size right now, but doing that for 2)
7871          * might well be fighting the user (and can even
7872          * trigger a loop). Since we really don't want to
7873          * do that, we requeue a resize in hopes that
7874          * by the time it gets handled, the child has seen
7875          * the light and is willing to go along with the
7876          * new size. (this happens for the zvt widget, since
7877          * the size_allocate() above will have stored the
7878          * requisition corresponding to the new size in the
7879          * zvt widget)
7880          *
7881          * This doesn't buy us anything for 1), but it shouldn't
7882          * hurt us too badly, since it is what would have
7883          * happened if we had gotten the configure event before
7884          * the new size had been set.
7885          */
7886
7887 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
7888
7889         * gtk/gtkrc.c: deal properly with the fact that RC
7890           style lists may include rc styles more than once.
7891
7892         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
7893           unused static function.
7894
7895         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
7896           stack of directories of RC files currently being
7897           parsed and implicitely add them to pixmap path.
7898           
7899           This fixes a bug where the directory would get
7900           appended then overwritten by pixmap_path declarations.
7901
7902           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
7903
7904         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
7905           theme's exit function. (Patch from Peter Wainwright,
7906           bug #1454)
7907
7908         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
7909           Add a destroy() handler to take care of removing
7910           group for menu item. (Fixes bug #1197)
7911
7912         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
7913           in warning message.
7914
7915 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
7916
7917         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
7918         roundtrip to figure window's width and height, since we know that
7919         anyways from widget->allocation.
7920
7921 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
7922
7923         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
7924           the hints after we request the new size.
7925
7926 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
7927
7928         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
7929           GTK_WIDGET_REALIZED() assertion - we can compute the
7930           hints before we are realized.
7931
7932         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
7933           hint changing so that we have a value of hints_changed
7934           when we decide whether to constrain the window size.
7935
7936         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
7937
7938         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
7939         change back to G_MAXINT.
7940
7941 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
7942
7943         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
7944         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
7945         contain uncluttered values.
7946         (gtk_window_compute_hints): simply assert that window is realized
7947         and that geometry_info is valid, since we rely on this anyways.
7948         (gtk_window_constrain_size): major cleanups to the code.
7949         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
7950         for the base size, instead of the minimums. use 32767 as max width
7951         and height (like in gtkwindow.c) instead of G_MAXINT.
7952
7953 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
7954
7955         * cleaned up the GtkContainer.need_resize flag handling mess, we
7956         only need to force resize requests when we were prematurely
7957         realized, or our widget tree was modified when we were temporarily
7958         hidden. handling these cases directly upon showing the window (i.e.
7959         while the GdkWindow is still unmapped) avoids the need to wait for
7960         a configure event response and therefore makes the GUI more snappier
7961         and avoids blank windows during the roundtrip.
7962
7963         * gtk/gtkwidget.c:
7964         (gtk_widget_hide): 
7965         (gtk_widget_show): don't queue resizes on toplevels, they know how
7966         to deal with matters.
7967
7968         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
7969         flag directly for not visible resize containers and spare us unecessary
7970         signal emissions.
7971
7972         * gtk/gtkwindow.c:
7973         (gtk_window_realize): if we need to enforce premature size allocation,
7974         queue a container resize so we are correctly resized later on.
7975         (gtk_window_init):
7976         (gtk_window_size_request):
7977         don't freak around with the ->need_resize flag,
7978         gtk_container_queue_resize() will care about that.
7979         (gtk_window_show):
7980         handle initial resizing issues here, we can handle matters better in
7981         this place, especially since we know that our GdkWindow is still
7982         unmapped.
7983         (gtk_window_move_resize):
7984         don't care about ->need_resize at all.
7985         handle size changes properly that occoured while we waited for a
7986         configure event.
7987
7988 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
7989
7990         * gtk/gtkwidget.c (gtk_widget_set_uposition):
7991         * gtk/gtkwindow.[hc] (gtk_window_reposition):
7992         Move the hint setting code from gtk_widget_set_uposition
7993         to here; set the hints so that we respect any previously
7994         set geometry hints.
7995
7996         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
7997         change the window hints here or move the window here,
7998         let that happen in gtk_window_move_resize().
7999
8000 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
8001
8002         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
8003         to already queued resizes (and therefore redraws) on a widget, check
8004         its anchestry as well.
8005
8006         * gtk/gtkcontainer.c:
8007         (gtk_container_queue_resize): clear resize widgets for resize
8008         containers before aborting prematurely. this is especially important
8009         for toplevels which may need imemdiate processing or their resize
8010         handler to be queued.
8011         (gtk_container_dequeue_resize_handler): added new internal function for
8012         gtkwindow.c.
8013
8014         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
8015         configure event, take possible changes in window position into account
8016         as well.
8017         if we request a new window size, queue up a resize handler that will
8018         last until the configure event response arrives.
8019         combined the ->need_resize case (initial show) with the general size
8020         (hints) changed case and added even more comments.
8021         if !auto_shrink, only revert to the old allocation if the new size
8022         is smaller than the current allocation.
8023
8024 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
8025
8026         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
8027                            gtk_window_set_geometry_hints
8028                            gtk_window_set_default_size):
8029         When hints are set, queue a resize so that the hints will
8030         be eventually reset on the toplevel.
8031
8032         * gtk/gtkwindow.c (gtk_window_show): Use
8033         gtk_window_compute_default_size(). Clear the need_resize flag
8034         on the initail map so that we don't unnecessarily trigger the
8035         resize code.
8036
8037         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
8038         into separate functions. Compare the hints we are setting
8039         with what we set last time so that we can accurately
8040         tell when we need to reset the hints.
8041
8042         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
8043         function to figure out the size from requisition
8044         and default_size.
8045
8046         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
8047         from fvwm to constrain a size to the geometry hints.
8048
8049         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
8050         to compare two sets of geometry hints.
8051
8052         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
8053         from gtk_window_set_hints(), just compute the hints,
8054         don't set them.
8055
8056         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
8057         code from gtk_window_move_resize() to separate function,
8058         rationalize a bit.
8059
8060 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
8061
8062         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
8063         structure into a new private structure.
8064
8065         * gtkrc.c: Split GtkRcStyle into public/private.
8066         In the private part, add a list of pointers to the
8067         RcStyle lists this RcStyle participates in.
8068
8069         * gtkrc.c: When a RcStyle is free, remove all
8070         lists referencing it from the 
8071         realized_style_ht hash, and free those lists.
8072         
8073         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
8074         gtk_rc_init(), since that adds the default styles
8075         to the list of parsed RC files again.
8076
8077         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
8078         
8079 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
8080
8081         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
8082         checks that ensure that a widget's allocation is at least 1 in width
8083         and height. (GNOME note: this doesn't affect old panel code anymore,
8084         because GtkSocket will request width and height of at least 1 since
8085         Fri Jul 23).
8086
8087         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
8088         allocated yet (happens if the user realizes the window prematurely),
8089         size request and allocate it.
8090         (gtk_window_size_allocate): guard against guint underflows.
8091
8092 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
8093
8094         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
8095         in gtk_built_sources, so gtk.defs gets built prior to all other
8096         sources.
8097
8098 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
8099
8100         * gtk/Makefile.am:
8101         invoke indent on gtkmarshal.*. 
8102         rewrote source generation rules, use COPYING as oldest source tag for
8103         a piggyback rule to generate all sources from (don't touch it ;).
8104         major cleanups, strip spaces on build rules for GNU Make.
8105
8106         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
8107         source and target files from commandline arguments. don't invoke indent.
8108
8109 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
8110
8111         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
8112         notebook after switch to avoid drawing problems.
8113         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
8114         
8115         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
8116         show them instead. 
8117         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
8118
8119 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
8120
8121         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
8122         notebook after switch to avoid drawing problems.
8123         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
8124         
8125         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
8126         show them instead. 
8127         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
8128
8129 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
8130
8131         * gtk/gtkwindow.c:
8132         we use window->need_resize from configure_event now, to indicate that
8133         the gtkwindow should keep its allocation (e.g. because the user resized
8134         the window through window manager handles). resize_count is now reliably
8135         used to figure whether we got the allocation we requested from the
8136         window manager.
8137         configure events get queued as resizes now, the real stuff (size
8138         computation and allocation) now only goes on in gtk_window_move_resize().
8139         GtkWindow's requisition now contains its *real* requisition (like all
8140         other widgets), *not* taking usize into account.
8141         geometry_info->last_{width|height} is now updated from set_hints() only
8142         so it always contains the last hints we set for the window manager.
8143         made some event handlers return TRUE instead of FALSE.
8144         the overall code should be much more straight forward now, and the
8145         significant code portions are accompanied by comments now.
8146         (gtk_window_set_hints):
8147         removed requisition argument and made it
8148         fetch the requisition through gtk_widget_get_child_requisition.
8149         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
8150         does that now.
8151         (gtk_window_show):
8152         ensure that the widget is realized before calling 
8153         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
8154         ensure that we got properly size requested and allocated before
8155         realization.
8156         (gtk_window_configure_event):
8157         ignore plain window moves, or reallocate the widget tree through the
8158         resize queue otherwise.
8159         (gtk_window_move_resize):
8160         mostly rewrote this function to figure window manager hints more
8161         reliably, coalesce window moves and resizes to reduce configure events
8162         and do actuall size allocations.
8163
8164 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
8165
8166         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
8167         that have a resize pending, because a redraw is already queued for them.
8168
8169         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
8170         hack to clear resize_widgets.
8171
8172         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
8173         for resize containers prior to size allocation. (this is also a bit
8174         ugly, but avoids side effects for stopped emissions and is thus more
8175         reliable).
8176         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
8177
8178         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
8179         function from gtk_tooltips_expose, as we connect to ::expose_event
8180         *and* ::draw now.
8181
8182 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
8183
8184         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
8185         checks.
8186         (gtk_target_list_unref): Likewise.
8187
8188         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
8189
8190 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
8191
8192         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
8193         guard against division by zero. (Fixes bug #1339)
8194
8195 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
8196
8197         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
8198         Prevent the trivial leak of information of allowing
8199         word motion when the entry is not visible.
8200
8201 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
8202
8203         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
8204         modality to error dialog as well as confirmation dialogs.
8205         (Bug #1803, reported by Rosanna Wing Sze Yuen)
8206
8207 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
8208
8209         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
8210         tree->view_lines.
8211         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
8212
8213         * gtk/Makefile.am (install-data-local): Solaris apparently
8214         has various troubles with ln -f; use rm first instead.
8215         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
8216
8217 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
8218
8219         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
8220         use `cp' followed by `rm' (the `rm' was already there).
8221
8222 July 30, 1999 Elliot Lee <sopwith@redhat.com>
8223         
8224         * configure.in: Fix autoconf warnings about cross compilation by
8225         trying to provide sane defaults for AC_TRY_RUN.
8226         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
8227         put them into $(srcdir) when generated. Also add a dependency of
8228         gtksignal.h on gtkmarshal.h for -j builds. 
8229         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
8230
8231 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
8232
8233         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
8234         GDK_THREADS_{LEAVE,ENTER} pair.
8235         (From Paul Fisher <pnfisher@redhat.com>)
8236
8237 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
8238
8239         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
8240         width and height are always >0 (owen).
8241
8242 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
8243
8244         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
8245         change that assured that a widget's allocated with and height are
8246         always >1, since this breaks *buggy* panel code. unfortunately this
8247         back-breaks the gimp's color selector.
8248
8249         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
8250         allocation is always >0 in width and height, before sending the
8251         configure event; this is a *gross* hack to get the gimp back to work.
8252         
8253         * marked both cases with TODO-1.3
8254
8255 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
8256
8257         * gtk/gtktext.c: Don't display wrap indicators when
8258         text is not editable and word wrap is on.
8259
8260 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
8261
8262         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
8263         option menus here as they are not derived from menu shell, assure that
8264         the option menu has a menu we can add items to.
8265
8266 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
8267
8268         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
8269         width/height to (gint) before calculations and check against < 0 to
8270         avoid guint wraparounds.
8271
8272 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
8273
8274         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
8275         width and height is never zero. sanity check both dimensions against
8276         32767 and issue a warning if the allocation is greater than that.
8277
8278 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
8279
8280         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
8281         to g_main_pending() as well.
8282
8283 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
8284
8285         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
8286         call to g_main_iteration() - since that will regrab
8287         GTK+ lock to process events.
8288
8289 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
8290
8291         * gtk/gtkwindow.c
8292         - Regularize with the rest of GTK+ by making widget->requisition
8293           not reflect the set_usize()
8294         - Always recompute geometry hints, then check if they
8295           changed before sending them to the X server. The
8296           previous checks for changes would fail in a number
8297           of circumstances. 
8298
8299 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
8300
8301         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
8302
8303 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
8304
8305         * gtk/gtkdnd.c:
8306         - Code cleanups
8307         - Instantaneously update on modifier key presses
8308         - Allow cancellation of the drag with Escape.
8309
8310 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
8311
8312         * gtk/testgtk.c (create_handle_box): Set the policy
8313         to auto_shrink - otherwise the appearance is rather
8314         strange when flipping between horizontal and vertical.
8315
8316 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
8317
8318         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
8319         (gtk_window_set_default_size): don't change a value if it's < 0.
8320         queue a resize.
8321
8322 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
8323
8324         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
8325
8326 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
8327
8328         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
8329         add an extra "/" when concating "/" + filename.
8330         (From Matt Grossman <mattg@oz.net>)
8331
8332 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
8333
8334         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
8335         for fg_gc if we set it for drawing pixmap.
8336
8337 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
8338
8339         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
8340         
8341         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
8342         already set, call old engine's destroy function and
8343         unref the old engine.
8344
8345 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
8346
8347         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
8348
8349 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
8350
8351         * gtk/gtkaccelgroup.h: mark certain functions as internal.
8352
8353 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
8354
8355         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
8356         expand behaviour changed.
8357
8358         * gtk/gtklabel.c (gtk_label_set_pattern):
8359         (gtk_label_set_justify):
8360         (gtk_label_set_line_wrap):
8361         don't bother invoking queue_clear, the reallocation does
8362         that for us, always free_words so the upcoming resize will
8363         relayout the label's contents.
8364
8365 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
8366
8367         * applied argument implementation patches from Elena Devdariani
8368         <elena@cogent.ca>.
8369
8370         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
8371         ::space_style, ::relief
8372         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
8373         * gtk/gtkpreview.c: ::expand
8374         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
8375         * gtk/gtknotebook.c: ::homogeneous
8376         * gtk/gtklabel.c: ::wrap
8377         * gtk/gtklist.c: ::selection_mode
8378         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
8379         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
8380         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
8381         * gtk/gtkclist.c: ::sort_type
8382         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
8383         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
8384
8385 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
8386
8387         * gtk/gtkstyle.c: Removed ill-thought-out part of last
8388         comment.
8389
8390 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
8391
8392         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
8393         counting right when we have to attach a new style
8394         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
8395
8396         * gtk/gtkstyle.c: Documented the refcounting
8397         peculularities of gtk_style_attach.
8398
8399 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
8400
8401         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
8402         window types.
8403
8404         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
8405         of GTK_TOPLEVEL for creating the window.
8406
8407 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
8408
8409         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
8410         the last argument (reported by Per Winkvist).
8411         
8412 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
8413
8414         Fixes for invisible XOR lines (Frank Loemker
8415         <floemker@TechFak.Uni-Bielefeld.DE>)
8416         
8417         * gtk/gtkclist.c (gtk_clist_realize): Always use
8418         a non-zero pixel for GDK_XOR.
8419
8420         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
8421         Use GDK_INVERT instead of GDK_XOR.
8422
8423 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
8424
8425         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
8426         signals if h/voffsets differ from adjustment values.
8427         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
8428
8429 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
8430
8431         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
8432         ::selection-done emissions up to the topmost menu shell.
8433
8434 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
8435
8436         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
8437         the user data on the window before destroying it.
8438
8439         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
8440         unrealize handler to take care of destroying 
8441         notebook->panel properly. 
8442         (Bug #1198 - Morten Welinder <terra@diku.dk>)
8443
8444         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
8445         of g_new and g_realloc to stop memory leak. (Actually,
8446         we could just use g_realloc(), but I'm not 100% sure
8447         that is portable).
8448         (Bug #1196 - Morten Welinder <terra@diku.dk>)
8449
8450 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
8451
8452         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
8453
8454         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
8455         for fontsets.
8456
8457         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
8458         with bin/button confusion.
8459
8460 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
8461
8462         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
8463         and show how preselection of radio items is done.
8464
8465 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
8466
8467         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
8468         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
8469         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
8470         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
8471         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
8472         * gtk/gtktable.c (gtk_table_attach): 
8473         * gtk/gtklist.c (gtk_list_insert_items): 
8474         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
8475         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
8476         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
8477         * gtk/gtkbin.c (gtk_bin_add): 
8478         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
8479         * gtk/gtkfixed.c (gtk_fixed_put): 
8480         * gtk/gtklayout.c (gtk_layout_put):
8481         general fixups to container_add logic. always realize child if
8482         child->parent is realized, only map the child and queue a resize
8483         if child and child->parent are both visible.
8484
8485 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
8486
8487         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
8488         instead of gtk_container_foreach to walk and unrealize children, so
8489         composite children get also unrealized.
8490         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
8491         (gtk_widget_map): assert that the widget is visible (basic constrain).
8492         (gtk_widget_real_map): assert that the widget is realized (basic
8493         constrain).
8494
8495 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
8496
8497         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
8498
8499 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
8500
8501         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
8502         file for iso-8859-2 locales.
8503
8504         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
8505
8506 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
8507
8508         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
8509          (Pointed out by andy@rz.uni-karlsruhe.de and others).
8510          Remove some suspicious and useless lines. 
8511
8512 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
8513
8514         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
8515         width,height = 0, 0 to mean - here to edge of window,
8516         instead of -1, -1, since the former is all we support.
8517
8518 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
8519
8520         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
8521         when removing from quit_functions list.
8522
8523 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
8524
8525         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
8526
8527 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
8528
8529         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
8530          When redrawing characters on non-visible entry, use appropriate
8531          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
8532
8533 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
8534
8535         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
8536         from drag coordinates.
8537         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
8538         use drag_dest_cell.
8539
8540         * gtk/gtktree (drag_dest_cell)
8541         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
8542         (Bug #1129)
8543
8544 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
8545
8546         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
8547         translate_* fields.
8548         (gtk_item_factory_finalize): invoke translate_notify independant from
8549         translate_data.
8550         (gtk_item_factory_set_translate_func): likewise.
8551         (gtk_item_factory_destroy): only remove ifactory pointer from those
8552         widgets that belong to us (stupid me).
8553
8554 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
8555
8556         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
8557         rc_style list when lookup succeeeds.
8558
8559 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
8560
8561         * gtk/gtkctree.c (resync_selection): 
8562         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
8563         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
8564         bug.
8565
8566 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
8567
8568         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
8569         Add some missing GDK_THREADS_ENTER()/LEAVE around
8570         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
8571
8572 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
8573
8574         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
8575         rather than emit_by_name.
8576
8577         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
8578         on the widget across multiple signal emissions.
8579         (gtk_editable_delete_text): same here.
8580         (gtk_editable_class_init): set widget_class->activate_signal after
8581         editable_signals[ACTIVATE] has been created.
8582
8583 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
8584
8585         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
8586         position here prematurely -- we might not have the
8587         right ->min_position and ->max_position yet.
8588
8589 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
8590
8591         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
8592         Add error traps so if the other end of the connection
8593         dies, we survive.
8594
8595         * gtk/gtkselection.c (gtk_selection_notify): Clean
8596         up properly when selection property retrieval fails.
8597         
8598         * gtk/gtkselection.c (gtk_selection_request): Correctly
8599         reject SelectionRequest notifies where the handler
8600         returns no data.
8601
8602 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
8603
8604         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
8605         when we've previously highlighted.
8606
8607         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
8608         emit two "drag_leave" signals for Motif drops.
8609
8610         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
8611         back the correct status messages when dropping from
8612         Motif onto a proxy window that is rejecting the
8613         drop.
8614
8615 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
8616
8617         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
8618         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
8619         to compare two argument values. added gtk_arg_to_valueloc() to set a
8620         variable from an arg through its location (pointer).
8621
8622         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
8623         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
8624         as gfloat*, uchars are collected as guchar*, ints are collected as
8625         gint*, etc...
8626
8627 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
8628
8629         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
8630         Include <string.h> instead of <strings.h>.
8631
8632         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
8633         (actually, a lot more duplicate includes occur if
8634          you trace through the sequence of #include's)
8635         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
8636         
8637 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
8638
8639         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
8640         gtk-a-higuti-990322-[0-3]
8641
8642         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
8643         that was causing -DX_LOCALE not to work.
8644
8645         * gtk/gtkrc.c (gtk_rc_init):
8646         X_LOCALE will never have LC_MESSAGES defined
8647
8648 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
8649
8650         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
8651         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
8652
8653         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
8654         left/right as well (gtk-michael-980726-0.patch.gz).
8655
8656         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
8657         for pointer values, use gchar instead of char. fixed uline allocation
8658         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
8659         chunks instead of G_ALLOC_ONLY.
8660         (gtk_label_size_request): always alter requisition as passed and leave
8661         widget->requisition alone.
8662         (gtk_label_set_text): allow NULL strings.
8663         (gtk_label_new): likewise.
8664
8665 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
8666
8667         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
8668
8669 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
8670
8671         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
8672         *and* mapped (i.e. drawable).
8673         (gtk_bin_expose): only send exposes to drawable children.
8674
8675         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
8676         (gtk_box_expose): only send exposes to drawable children.
8677
8678         * gtk/gtkhscale.c (gtk_hscale_draw): 
8679         * gtk/gtkvscale.c (gtk_vscale_draw):
8680         hm, this is an ugly one. we first compute the size of our trough area
8681         here (window relative) and then check intersection with the draw_area
8682         which is parent relative because we're a NO_WINDOW widget, so we need
8683         to offset the trough area by allocation.x and allocation.y before the
8684         check. (this must not be done for the background area though, since
8685         that's already computed parent relative).
8686
8687 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
8688
8689         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
8690         unrealize title buttons.
8691
8692 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
8693
8694         * gtk/gtkclist.c (gtk_clist_column_title_passive)
8695         (gtk_clist_column_title_active): 
8696         only connect/disconnect to GtkWidgetClass::event to block mouse events.
8697
8698         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
8699         zero initialize event, removed superfluous gdk_window_get_pointer call
8700
8701         * gtk/gtklist.c (gtk_list_vertical_timeout)
8702         (gtk_list_horizontal_timeout): removed superfluous
8703         gdk_window_get_pointer call
8704
8705 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
8706
8707         * plugging problems reported by "Bruce Mitchener, Jr."
8708         <bruce@puremagic.com> due to a purify session.
8709
8710         * gtk/gtkstyle.c:
8711         (gtk_style_ref): 
8712         (gtk_style_unref): assert ref_count to be > 0.
8713
8714         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
8715         the requisition.
8716         (gtk_clist_set_shift): likewise.
8717
8718         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
8719         adjustments.
8720
8721         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
8722         event before sending it and set send_event to TRUE (which needs to
8723         be done for *all* synthesized events).
8724         (gtk_list_vertical_timeout): likewise.
8725
8726         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
8727         leaks.
8728
8729         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
8730         to TRUE when synthesizing events.
8731
8732 [ *** end of merges from 1.2 *** ]      
8733         
8734 1999-11-21  Tor Lillqvist  <tml@iki.fi>
8735
8736         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
8737         (or copied from gdkconfig.h.win32 on Win32, sigh).
8738
8739         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
8740
8741         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
8742
8743         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
8744
8745         * gdk/gdkconfig.h.win32: New file.
8746
8747         * gdk/win32/makefile.cygwin: Build just a static archive here.
8748
8749         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
8750         for the DLL from the static archive built above.
8751
8752         * gdk/gdk.def: Moved here from the win32 subdirectory.
8753
8754         * gdk/win32/*: Adapt for the changed private struct organisation.
8755
8756         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
8757
8758 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
8759
8760         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
8761         for wheel mice (buttons 4 and 5).
8762
8763 1999-11-18  Tor Lillqvist  <tml@iki.fi>
8764
8765         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
8766         drawables use just the pixel field in the foreground and
8767         background GdkColor of the GdkGC.
8768
8769         gdk_gc_set_{fore,back}ground() are called in the GIMP with
8770         GdkColors containing uninitialized (red,green,blue) fields, and
8771         just the pixel field filled in, and furthermore in the
8772         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
8773         It thus turns out that we really don't need to have the full
8774         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
8775         it later to have just the pixel values.
8776
8777 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
8778
8779         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
8780
8781 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
8782
8783         * docs/gtkfaq.sgml: threads example from Erik Mouw.
8784         New question on GtkLabel background colors.
8785
8786         * docs/gtk_tut.sgml:
8787           - Correct the example code callback
8788             function definitions.
8789           - Update the gtkdial example code, from Frans van Schaik.
8790           - Update setselection.c to current API.
8791
8792         * examples/Makefile examples/*/*.c: Update to code
8793         listed in tutorial.
8794
8795 1999-11-10  Tor Lillqvist  <tml@iki.fi>
8796
8797         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
8798         subrange table (from the "Developing International Software for
8799         WIndows 95 and Windows NT" book) was missing the Hangul syllable
8800         block... Get the loaded font's charset correctly.
8801
8802         (Note that this, and the other *-win32.c files, still really are
8803         the old ones, the win32 subdirectory is not ready for compilation
8804         yet after the reorg.)
8805
8806 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
8807
8808         * gtk/gtkclist.c: Fix off-by-one bug in parameter
8809         check.
8810
8811 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
8812
8813         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
8814         on results of XQueryDeviceState().
8815
8816 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
8817
8818         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
8819         we need to accesss only ->children. We need an accessor
8820         for the children.
8821
8822         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
8823         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
8824         to get rid of gdkx.h include.
8825         
8826         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
8827         and random references to 'None'.
8828
8829         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
8830         Get rid of unused #include <gdk/gdkx.h>
8831
8832         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
8833         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
8834         gdkconfig.h.
8835
8836 1999-11-08  Tor Lillqvist  <tml@iki.fi>
8837
8838         * gdk/win32/gdkdraw.c
8839         * gdk/win32/gdkfont.c
8840         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
8841         following yesterday's changes. (Unrelated to Owen's reorg.)
8842
8843 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
8844
8845         * gdk/x11/gdkinput-gxi.c: Add missing include,
8846           fix GdkWindowPrivate => GdkDrawablePrivate.
8847
8848         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
8849
8850         * gdk/x11/Makefile.am (xinput_sources): Add missing
8851         backslash to fix building with --with-xinput=none
8852
8853 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
8854
8855         Move all X specific code into the x11/ directory.
8856         Aside from shuffling things around, did the following:
8857
8858        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
8859          gdk_arg_context_* - a simple argument parsing system
8860          in the style of popt.
8861
8862        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
8863          gdk/x11/gdkprivate-x11.h:
8864          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
8865          add ->klass and ->klass_data fields. The klass_data
8866          field points to an auxilliary structure that is
8867          windowing system dependent.
8868
8869        * gdk/gdkfont.c: Make most of the measurement functions
8870          simply wrappers around gdk_text_extents().
8871
8872        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
8873          _gdk_font_strlen() function that hides the weird
8874          behavior in gtk+-1.[02] where a string is interpreted
8875          differently for 8-bit and 16-bit fonts.
8876
8877        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
8878          to store common code for synthesizing double/triple
8879          press events.
8880         
8881        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
8882          Make all the function that modify an existing GC
8883          simply wrappers around gdk_gc_set_values().
8884          
8885        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
8886          for throwing out later.
8887
8888        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
8889          GdkImagePrivate and GdkColormapPrivate to have a
8890          windowing system dependent part (GdkFontPrivateX etc.)
8891          that "derives" from the system-independent part.
8892
8893        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
8894          Got rid of the included-source-files for XInput in
8895          favor of automake conditionals. (Which didn't exist
8896          when XInput support was originally added.)
8897
8898        * gdk/gdkrgb.c: Remove the visual id from the debugging
8899          statements since that is X11 specific; print out
8900          type/depth info instead.
8901          
8902
8903 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
8904
8905         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
8906         loading duplicates of hashed fonts.
8907
8908         * gdk/gdk.c (gdk_keysym_convert_case): rename
8909         gdk_XConvertCase to gdk_keysym_convert_case, allow
8910         results to be NULL in the GTK+ style.
8911
8912         * gdk/gdkcompat.h: Started compatibility header
8913         for renames.
8914
8915 1999-11-07  Tor Lillqvist  <tml@iki.fi>
8916
8917         * gdk/win32/gdkprivate.h: New font private structures, related to
8918         fontsets.
8919
8920         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
8921         gdk_font_list_free(). On X11, will just be wrappers to
8922         XListFonts() and XFreeFontNames(). On Win32, the code previously
8923         in gtkfontsel.c is now here.
8924
8925         New function gdk_font_xlfd_create(). On X11 will get the FONT
8926         property of the font (for GDK_FONT_FONTs), or call
8927         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
8928         builds a XLFD style name from the font information in the LOGFONT
8929         struct(s).
8930
8931         New function gdk_font_xlfd_free(), which correspondingly frees the
8932         string returned by gdk_font_xlfd_create().
8933
8934         Implement fontsets on Win32. Add a function that iterates over a
8935         wide char string and calls a callback function for each substring
8936         of wide chars from the same Unicode subrange (and thus probably
8937         available in the same real font).
8938
8939         Improve the XLFD emulation a bit.
8940
8941         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
8942
8943         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
8944         Beta3, WM_IME_CHAR messages don't seem to contain the composed
8945         multi-byte char as with the Active IMM on Win9x. Oh well, handle
8946         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
8947         ImmGetCompositionStringW() to get the composed Unicode chars.
8948
8949         * gdk/win32/gdkgc.c
8950         * gdk/win32/gdkdraw.c: Changes needed because of the font private
8951         struct changes.
8952
8953         * gdk/win32/gdk.def: Add the new functions.
8954
8955 1999-11-04  Tor Lillqvist  <tml@iki.fi>
8956
8957         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
8958         get the Platform SDK to get <dimm.h>.
8959
8960         * gdk/win32/gdkevents.c: More event handling fixes and
8961         simplification. Never generate motion events with is_hint true. We
8962         used to do that on bogus grounds earlier. Windows sends
8963         WM_MOUSEMOVE messages on button events even if the mouse hasn't
8964         moved, ignore these.
8965
8966         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
8967
8968         * gdk/win32/gdkglobals.c
8969         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
8970         the TrackMouseEvent function, and use it.
8971
8972         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
8973         char before calling WideCharToMultiByte in order to get a string
8974         for the window title.
8975
8976         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
8977
8978         * gdk/win32/gdk.def: Remove obsolete functions.
8979
8980         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
8981         /nodefaultlib and /defaultlib switches.
8982
8983         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
8984
8985 1999-10-31  Tor Lillqvist  <tml@iki.fi>
8986
8987         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
8988         EuroSign).
8989
8990         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
8991         same type as GdkWChar, especially on Win32.
8992
8993         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
8994
8995         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
8996         before passing to Windows GDI for drawing etc. Convert to the
8997         system default codepage before passing to Windows as window
8998         titles.
8999
9000         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
9001         support changing input locale on the fly.
9002
9003         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
9004         on-the-fly changes. Convert incoming characters from the current
9005         codepage to Unicode (and then to a UTF-8 multi-byte string) based
9006         on the current input language. Use keysym<->Unicode mapping tables
9007         and functions borrowed from xterm sources.
9008
9009         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
9010         editions of Win9x, use the ActiveX-based Active IMM (Input Method
9011         Manager) if available. IMEs and the Active IMM are available under
9012         the disguise of Chinese, Korean and Japanese support for IE and
9013         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
9014         support is present in all editions (as long as you install it).
9015
9016         Call DispatchMessage from gdk_events_queue() (and thus
9017         gdk_WindowProc()), instead of duplicating the code in
9018         gdk_WindowProc().
9019
9020         Reworked the grab handling and propagation code, factored out
9021         duplicated code snippets into separate functions. Other cleanups,
9022         too.
9023
9024         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
9025         the <dimm.h> header describing the Active IMM.
9026
9027         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
9028         just do the same as for "single" fonts.
9029
9030         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
9031         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
9032         the new keysyms from gdkkeysyms.h.
9033
9034         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
9035         fontset, so that gtkentry uses wide characters.
9036
9037         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
9038         GTk+'s system directory "gtk+", not "gtk".
9039
9040 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
9041
9042         * docs/gtkfaq.sgml: FAQ update
9043
9044 1999-10-21  Tor Lillqvist  <tml@iki.fi>
9045
9046         * gdk/win32/gdkprivate.h: Add more font private data.
9047
9048         * gdk/win32/gdkfont.c
9049         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
9050         fonts and strings. Now works much better. You still have to
9051         have a correct font selected, though. No fontset emulation yet.
9052
9053 1999-10-19  Tor Lillqvist  <tml@iki.fi>
9054
9055         * gtk/maketypes.awk: Use G_OS_WIN32.
9056
9057         * gtk/gtk.def: Add some missing entry points. Also some non-public
9058         ones, but PyGTK porter claims to need them.
9059
9060         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
9061         built-in type generation.
9062
9063 1999-10-14  Tor Lillqvist  <tml@iki.fi>
9064
9065         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
9066         GDK_FONT_FONT fonts (which is all we have for now, we don't
9067         emulate fontsets). The X11 version uses plain XDrawString in that
9068         case, too. The string passed to gdk_draw_text_wc seems to be in
9069         fact (at least, when used by gtkentry and gtktext) either in a
9070         single-byte charset, or a DBCS. Not Unicode.
9071
9072         This fixes the problem in gtkfontsel, where even if you had
9073         selected a font with a non-Latin1 charset (windows-greek, for
9074         instance), the preview still used Latin-1 glyphs.
9075
9076         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
9077         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
9078         (gdk_font_load): Recognize the demibold etc weights, even if we
9079         don't have the corresponding constants in the headers.
9080         (gdk_font_hash_insert): Use same hash mechanism as in the X11
9081         version. Should save font resources a bit, when we don't have
9082         multiple HFONTs for the same font.
9083
9084         * gdk/win32/gdkprivate.h: Add the names field as in the X11
9085         version.
9086
9087 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
9088
9089         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
9090         X values
9091
9092 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
9093
9094         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
9095         layout support (as mentioned on
9096         http://www.jcinteractive.com/gnome-ui/software/widgets/)
9097
9098 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
9099
9100         * gtk/fnmatch.c
9101         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
9102
9103 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
9104
9105         * configure.in (ALL_LINGUAS): Added Galician (gl)
9106
9107 1999-10-05  Tor Lillqvist  <tml@iki.fi>
9108
9109         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
9110
9111         * gdk/win32/gdkcompat.c: New file, actually provide an
9112         implementation for the deprecated functions. (Just temporarily.)
9113
9114         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
9115
9116         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
9117
9118         * gdk/win32/gdk.def gtk/gtk.def: Updates.
9119
9120 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
9121
9122         * configure.in: Added "uk" to ALL_LINGUAS.
9123         
9124 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
9125
9126         * configure.in: correct checking for BeOS check
9127
9128         * gdk/gdktypes.h
9129         * gtk/fnmatch.c
9130         * gtk/gtkfilesel.c
9131         * gtk/gtkitemfactory.c
9132         * gtk/gtkmain.[ch]
9133         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
9134
9135 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
9136
9137         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
9138         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
9139         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
9140         by Bulgarian). 
9141
9142 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
9143
9144         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
9145         Fix a reference to window_private->destroyed.   
9146
9147         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
9148         (ugly) setting of an internal GdkWindow member to use
9149         a _slightly_ cleaner macro.
9150
9151         * gdk/gdkprivate.h: Split GdkWindowPrivate into
9152         GdkDrawablePrivate and GdkWindowPrivate.
9153         Add extra macros for accessing GDK_DRAWABLE_ components.
9154
9155         * *.[ch]: Massive adjustments for the above, use the
9156         new macros in a lot of places.
9157
9158 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
9159
9160         * gdk/gdktypes.h: Make GdkDrawable the base type,
9161         not GdkWindow.
9162
9163 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
9164
9165         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
9166
9167 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
9168
9169         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
9170
9171 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
9172
9173         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
9174         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
9175
9176         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
9177
9178         * docs/gtk-config.1: Now autogenerated.
9179         * docs/Changes-1.4.txt: started
9180         
9181 1999-10-03  Tor Lillqvist  <tml@iki.fi>
9182
9183         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
9184         to #ifdef also here.
9185
9186         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
9187         Owen did to the X11 backend.
9188
9189         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
9190         ScrollWindowEx when blitting inside a window, it can't be correct
9191         in the general case.
9192
9193         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
9194         WM_GETMINMAXINFO is easier.
9195
9196         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
9197         depth equal to the bitspixel value, not the visual's depth.
9198
9199         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
9200         to 24 even if the bitspixel value is 32.
9201
9202         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
9203         need to check for depth==32 when bpp==32, depth will always be 24.
9204
9205 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
9206
9207         * docs/Changes-1.4.txt: Started
9208         
9209         * gtk/Makefile.am (gdk_headers): Include all the new headers.
9210
9211         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
9212         
9213         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
9214         into C file.
9215         
9216         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
9217         header to gdkinputprivate.h.
9218
9219         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
9220         unused since before 1.2.
9221
9222 1999-09-30  Tor Lillqvist  <tml@iki.fi>
9223
9224         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
9225         expand possible hex escapes in the font family (put there by
9226         logfont_to_xlfd if the font name isn't a legal XLFD font family,
9227         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
9228         On Win32, add hex escapes here, too.
9229
9230 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
9231
9232         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
9233         to #ifdef GDK_WINDOWING_X11.
9234
9235 [ Merges from gtk-1-2 ]
9236
9237 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
9238
9239         * configure.in: fixed "GNU Make" check to pass with new make version
9240         3.77.95.
9241
9242 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
9243
9244         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
9245         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
9246         AM_PATH_GTK() macros don't get confused by the -pre1.
9247
9248 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
9249
9250         * configure.in (REBUILD): Change check for perl5
9251           to check explicitely for v >= 5.002. (5.001
9252           does not work with our scripts.)
9253
9254 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
9255
9256         * configure.in: evaluate $PERL for the perl version check. added
9257         --disable-rebuilds to give the user an option to completely disable
9258         any source autogeneration rules.
9259
9260 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
9261
9262         * configure.in: evaluate $ac_make when checking for GNU Make.
9263
9264 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
9265
9266         * docs/Makefile.am: added generation.txt.
9267
9268         * Makefile.am: require automake 1.4, build README from README.in and
9269         INSTALL from INSTALL.in in dist-hook.
9270         
9271         * README.in:
9272         * INSTALL.in: new files to autogenerate README and INSTALL from.
9273
9274         * configure.in: figure whether we have GNU Make
9275
9276         * docs/generation.txt: minor additions/corrections.
9277
9278 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
9279
9280         * docs/gtkfaq.sgml: FAQ Update
9281
9282 July 30, 1999 Elliot Lee <sopwith@redhat.com>
9283         
9284         * configure.in: Fix autoconf warnings about cross compilation by
9285         trying to provide sane defaults for AC_TRY_RUN.
9286
9287 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
9288
9289         * ltconfig
9290         * ltmain.sh: upgrade to libtool 1.3.3
9291
9292 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
9293
9294         * INSTALL: Indicate that the --with-glib= configure
9295         time flag is unsupported.
9296
9297 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
9298
9299         * docs/generation.txt: Added a file that gives
9300         documenation about the autogeneration process for
9301         various autogenerated files.
9302         
9303 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
9304
9305         * configure.in (LIBS): Look for libgmodule in the
9306         right location.
9307
9308 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
9309
9310         * docs/gtk_tut.sgml: Removed references to
9311         code examples in my directory on gtk.org as
9312         they should all be in the tutorial now.
9313
9314         * docs/gtk_tut.sgml: Added sources for dial-test
9315         and scribble-xinput programs that were previously
9316         missing.
9317
9318 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
9319
9320         * TODO: Added entry about menu keyboard navigation, removed
9321         some finished items.
9322
9323 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
9324
9325         * acinclude.m4: Standardize on func_dgettext
9326         not func_gettext, so that the checks for dgettext
9327         actually are paid attention to.
9328
9329 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
9330
9331         * configure.in (LIBS): Add $INTLLIBS into $LIBS
9332         directly, rather than repeating the checks for
9333         gettext.
9334
9335         * INSTALL: Added information about gettext and
9336         NLS support.
9337
9338         * acinclude.m4 (LIBM): Check for dgettext, not
9339         just gettext. This should hopefully fix things wrt
9340         systems with old versions of GNU gettext installed.
9341
9342 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
9343
9344         * configure.in (LIBS): Look for libgmodule in the
9345         right location.
9346
9347 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
9348
9349         * autogen.sh: add --enable-maintainer-mode
9350
9351         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
9352
9353 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
9354
9355         * docs/gtk-config.1.in:
9356           docs/Makefile.am:
9357           configure.in: gtk-config is now generated.
9358
9359         * docs/gtk-config.1: Removed, now generated.
9360
9361 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
9362
9363         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
9364         handle CreateNotify itself, still put out a debuging message for
9365         --gdk-debug=events. made the ReparentNotify debugging message more
9366         verbose.
9367         wrap xcoords translation for ConfigureEvents into an error trap,
9368         a destroy event may already be pending, and in that case, the
9369         actuall coordinate values are not at all critical.
9370
9371 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
9372
9373         * gdk/gdkcc.c: Stop leaking the color_hash all over
9374         the place. Simplify and improve the logic.
9375
9376 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
9377
9378         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
9379         for prototypes and function implementations consistent (reported
9380         by Tomas Ogren).
9381
9382 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
9383
9384         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
9385         send_event set in debugging output.
9386         (gdk_compress_exposures): default initialize the event so we don't
9387         operate on bogus values (namely send_event).
9388
9389 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
9390
9391         * gdk/gdkwindow.c: When we receive an unexpected
9392         destroy notify on one of our windows, don't just
9393         warn about it, also mark our windows as destroyed.
9394
9395 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
9396
9397         * gdk/gdkfont.c (gdk_font_hash_insert): Add
9398           name => font and name => fontset hashes. The 
9399           name => fontset hash is a _big_ win since we
9400           weren't previously caching fontsets at all and loading
9401           fontsets is expensive. The name => font hash
9402           is less of a win, but it does save us from doing
9403           repeated XQueryFont calls on the same font.
9404
9405         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
9406           list so we can remove font/fontset from hash.
9407
9408 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
9409
9410         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
9411           and slightly confusing test. [ XInternAtom (,,TRUE)
9412           will never return None ].
9413
9414 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
9415
9416         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
9417           gdk/gdkwindow.c (gdk_window_set_hints):
9418
9419         Don't omit setting the properties if flags == 0 -
9420         there may be an existing set of properties there
9421         already. (Very old bug. Would it be better to
9422         delete the property instead?)
9423
9424         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
9425           spelling error in comment.
9426
9427 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
9428
9429         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
9430           to avoid stomping over gdk_error_warnings.
9431
9432         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
9433           as (bits_per_pixel + 7) / 8. This gives the same
9434           result as before for multiples of 8, but actually
9435           a "reasonable" value for 1bit or 4bit displays.
9436
9437 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
9438
9439         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
9440         GNU Make.
9441
9442 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
9443
9444         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
9445         discarding configure events.
9446
9447 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
9448
9449         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
9450         refcount is greater than zero.
9451
9452         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
9453
9454         * gdk/gdkfont.c (gdk_font_unref): Likewise.
9455
9456         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
9457
9458         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
9459
9460 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
9461
9462         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
9463         that format 32 => sizeof(item) == 4. It really is
9464         sizeof(long).
9465
9466 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
9467
9468         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
9469         core dump at all on X IO errors, only core dump
9470         if --enable-debug for X errors.
9471
9472 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
9473
9474         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
9475         unknown window:" message. disabled ConfigureNotify discarding code,
9476         because it led to events being processed out of order.
9477
9478 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
9479
9480         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
9481
9482         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
9483         we export this function, supress error warnings and don't reset the
9484         error code in the first half of this function.
9485
9486         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
9487         code (instead of just -1) so gdk_error_trap_pop() reveals something
9488         actually informative about the error that happened.
9489
9490         * gdk/*.c:
9491         don't rely on gdk_error_code being -1 if an error occoured, but just
9492         gdk_error_code != 0.
9493
9494 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
9495
9496         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
9497         pointer *before* invoking the filter function, so we at least don't
9498         crash if a filter is removed that is currently executed. window filters
9499         *really* need to be made truely reentrant at some point.
9500
9501 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
9502
9503         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
9504         PropertyNotify debug messages.
9505
9506 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
9507         
9508         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
9509         
9510         * gdk/gdkim.c: Fix cut-and-paste errors for 
9511         x/y and PreeditAttributes/StatusAttributes.
9512
9513 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
9514
9515         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
9516         G_MAXINT to 2^16 to alleviate overflow problems in
9517         various window managers.
9518
9519 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
9520
9521         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
9522         for fontsets.
9523
9524 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
9525
9526         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
9527         Initialize size_hints.x and size_hints.y because kwm
9528         brokenly pays attention to them.
9529         (Bug #1181 -  Lars Heete <hel@admin.de>)
9530
9531 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
9532
9533         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
9534         return value of gdk_list_visuals(). 
9535         (Bug #1193 - Morten Welinder <terra@diku.dk>)
9536
9537 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
9538
9539         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
9540         XSetIMValues to (void *) when comparing to NULL, to workaround
9541         the problem of some compilers barfing since older X headers don't
9542         have the prototype for it.
9543
9544 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
9545
9546         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
9547         for pseudocolor where colormap->colors was double
9548         allocated.
9549
9550         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
9551         color value in the hash table with the pixel filled
9552         in so when we do later hash table lookups, the color
9553         value is correct.
9554         
9555 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
9556
9557         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
9558         making the call
9559
9560 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
9561
9562         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
9563         pointed out by Morten Welinder <terra@diku.dk>.
9564
9565 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
9566
9567         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
9568           default filter from the list
9569
9570 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
9571
9572         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
9573           default filter from the list
9574
9575 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
9576
9577         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
9578
9579         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
9580         g_strdup_printf instead of calcing the length separately
9581
9582 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
9583
9584         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
9585         that we don't do in many other places. (Fixing duplicate 
9586         #include of config.h)
9587
9588         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
9589         Otherwise, #ifndef XINPUT_NONE check in the latter
9590         doesn't work. (Bug #546)
9591
9592 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
9593
9594         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
9595         "None" case insensitive.
9596
9597 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
9598
9599         * gdk/gdkselection.c: 
9600         Add error traps so if the other end of the connection
9601         dies, we survive.
9602
9603 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
9604
9605         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
9606         dest_xid field into two fields - one for the window
9607         to send in messages, one to indicate the last looked
9608         up window for caching purposes. This is needed, so
9609         that Leave messages get the correct window.
9610
9611 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
9612
9613         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
9614         Fix warning created by people mucking around
9615         with the gsource API.
9616
9617         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
9618         Change mapping between GIOCondition and GdkInputCondition
9619         to match the way the Linux kernel does it. This should
9620         fix problems where closed pipes were no longer signalling
9621         GDK_INPUT_READ on systems with a native poll().
9622
9623 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
9624
9625         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
9626         explicitly for the string "None" - it is in the XPM
9627         spec and some servers treat unknown colors in odd ways
9628         (like asking the user!)
9629
9630 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
9631
9632         * gdk/gdkevents.c: made "->" into a "." of previous change so
9633         it compiles
9634
9635 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
9636
9637         * gdk/gdkevents.c (gdk_compress_exposures): Set the
9638         window field of the event structure before calling
9639         user filters.
9640
9641 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
9642
9643         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
9644         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
9645
9646 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
9647
9648         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
9649         intermediate text property - prevents major memory
9650         leak when gdk_use_mb.
9651         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
9652
9653 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
9654
9655         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
9656         gtk-a-higuti-990322-[0-3]
9657
9658         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
9659         sizeof(wchar_t) != sizeof (GdkWChar)
9660
9661         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
9662         that was causing -DX_LOCALE not to work.
9663
9664         * gtk/gtkrc.c (gtk_rc_init):
9665         X_LOCALE will never have LC_MESSAGES defined
9666
9667         * gdk/gdk.c (gdk_init_check):
9668         Remove --xim-preedit and --xim-status from argv properly.
9669
9670         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
9671         that the client window is present on the X server
9672         before we pass it to the input method.
9673
9674 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
9675
9676         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
9677         if --display is specified on the command line, than
9678         the drag window will not be created on that display.
9679         
9680 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
9681
9682         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
9683         lookups with only_if_exists == TRUE were inserting
9684         bogus values into the atom cache.
9685
9686 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
9687
9688         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
9689         then reset it to NULL.
9690
9691         * gdk/gdkcolor.c:
9692         (gdk_colors_free): 
9693         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
9694         key for g_hash_table_remove() in both functions, this prevents us
9695         from accessing possibly uninitialized portions of a GdkColor structure
9696         where we are only interested in its pixel value.
9697
9698 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
9699
9700         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
9701         font hash table, if we have a GdkFontPrivate entry for this font
9702         already, simply increment its reference count, provided by Olaf Dietsche
9703         <olaf.dietsche+list.gtk@netcologne.de>.
9704
9705 1999-09-21  Tor Lillqvist  <tml@iki.fi>
9706
9707         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
9708         just to be sure.
9709
9710         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
9711         unused variables, leftovers from the X11 version.
9712
9713         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
9714
9715         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
9716         downcase fields on X11.
9717
9718 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
9719         
9720         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
9721         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
9722
9723 1999-09-17  Tor Lillqvist  <tml@iki.fi>
9724
9725         * gdk/win32/gdk.def: Add gdk_threads_mutex.
9726
9727         * gtk/makefile.msc: Correct path to libintl.
9728
9729         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
9730         use of gint vs. int, and gint vs. gboolean in headers and
9731         definitions. Use GtkType for the *_get_type functions. Note that
9732         these changes preserve binary compatibility.
9733
9734         * gdk/gdk.c
9735         * gdk/win32/gdk.c
9736         * gdk/gdk.h: Fix inconsistencies: gint vs int.
9737
9738         * gtk/gtkmain.c
9739         * gtk/gtkclist.c
9740         * gtk/gtkmenufactory.c
9741         * gtk/gtknotebook.c
9742         * gtk/gtkwidget.c: Fix inconsistencies, also gint
9743         vs. gboolean.
9744
9745         * gtk/gtkcolorsel.[ch]
9746         * gtk/gtkcombo.[ch]
9747         * gtk/gtkdrawingarea.[ch]
9748         * gtk/gtkgamma.[ch]
9749         * gtk/gtkhandlebox.[ch]
9750         * gtk/gtkhpaned.[ch]
9751         * gtk/gtkhruler.[ch]
9752         * gtk/gtkplug.[ch]
9753         * gtk/gtkpreview.[ch]
9754         * gtk/gtkruler.[ch]
9755         * gtk/gtksocket.[ch]
9756         * gtk/gtkstatusbar.[ch]
9757         * gtk/gtktoolbar.[ch]
9758         * gtk/gtkvbbox.[ch]
9759         * gtk/gtkvpaned.[ch]
9760         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
9761         functions.
9762
9763         * gtk/gtkgamma.h: Fix bug, missing () in call of
9764         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
9765
9766 1999-09-14  Tor Lillqvist  <tml@iki.fi>
9767
9768         * gdk/gdkcolor.c (gdk_colormap_new)
9769         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
9770         colormap->colors was allocated twice.
9771
9772         * gdk/win32/gdk.c: Remove some unused stuff.
9773
9774         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
9775         colormap.
9776
9777         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
9778         * gtk/gtklabel.h (gtk_label_get_type)
9779         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
9780         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
9781         in a couple of places, not guint.
9782
9783 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
9784
9785         * configure.in,po/et.po: added Estonian language file
9786
9787 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
9788
9789         * configure.in,po/da.po: added Danish file
9790
9791 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
9792
9793         * docs/gtkfaq.sgml: Minor FAQ Update
9794
9795 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
9796
9797         * docs/gtkfaq.sgml: FAQ update
9798
9799 1999-08-27  Tor Lillqvist  <tml@iki.fi>
9800
9801         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
9802         way to get window contents continually refreshed while resizing. I
9803         didn't like the effects myself, so it's not on by default.
9804
9805         * gdk/win32/gdkprivate.h: New flag variable
9806         gdk_event_func_from_window_proc, FALSE by default.
9807
9808         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
9809         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
9810         are passed --gdk-event-func-from-window-proc.
9811
9812         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
9813         and we have am event_func, call it instead of enqueing the event.
9814
9815 1999-08-23  Tor Lillqvist  <tml@iki.fi>
9816
9817         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
9818         Kelley: Set expose_count in GdkEventExposes correctly.
9819
9820         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
9821         MULTIPLE_WINDOW_CLASSES).
9822
9823         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
9824         for bug in NT, apparently NT *does* draw the end pixel, too, in
9825         LineTo with a one-pixel pen, so we don't have to do it ourselves.
9826
9827 1999-08-21  Tor Lillqvist  <tml@iki.fi>
9828
9829         Improvements by Hans Breuer: 
9830
9831         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
9832
9833         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
9834         CS_?REDRAW flags as they cause lots of (late) redraws when "show
9835         window contents while dragging" is turned on. Allocate at least
9836         one unique class for every GdkWindowType. If support for single
9837         window-specific icons is ever needed (eg. Dialog specific), every
9838         such window should get its own class.
9839
9840 1999-08-19  Tor Lillqvist  <tml@iki.fi>
9841
9842         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
9843         error that caused crashes.
9844
9845 1999-08-17  Tor Lillqvist  <tml@iki.fi>
9846
9847         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
9848         window, use ScrollWindowEx, and call UpdateWindow. This prevents
9849         bugs when for instance part of the window was outside the
9850         display. Thanks to Philippe Colantoni for finding and fixing this.
9851
9852 1999-08-16  Tor Lillqvist  <tml@iki.fi>
9853
9854         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
9855         endpoint calculations which were totally wrong. (A little RTFMing
9856         helps a lot ;-)
9857
9858         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
9859         from a separate directory, not from gettext, because of licensing
9860         issues (we want to use the LGPL version).
9861
9862         * README.win32: Mention the intl from glibc vs from gettext issue.
9863
9864 1999-08-13  Tor Lillqvist  <tml@iki.fi>
9865
9866         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
9867         in the key event handling: Now AltGr chars work again. Also,
9868         now Alt-digits are passed up as well as Control-digits.
9869         Pass keypad plus and minus as normal plus and minus.
9870
9871 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
9872
9873         * docs/gtkfaq.sgml: FAQ Update
9874
9875 1999-07-25  Tor Lillqvist  <tml@iki.fi>
9876
9877         * README.win32
9878         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
9879         the Wintab SDK.
9880
9881         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
9882         OK, but getting closer. Guard against bogus tilt data from Wacom
9883         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
9884         enable easier building without Wintab.
9885
9886         * gdk/win32/gdkinput.h
9887         * gdk/win32/gdkevents.c 
9888         * gdk/win32/gdkwindow.c: Minor changes related related to above.
9889         
9890         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
9891         code. As we have just one visual on Win32, no sense to have it in a
9892         table, and no need for the hash table.
9893
9894         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
9895         better on white background.
9896
9897 1999-07-21  Tor Lillqvist  <tml@iki.fi>
9898
9899         * README.win32: Update gcc build instructions. Mention gettext is
9900         GPL.
9901
9902         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
9903         supported cursor size with GetSystemMetrics.
9904
9905         * gdk/win32/gdkfont.c
9906         * gtk/gtkfontsel.c: Guard against some font weight and charset
9907         symbols being undefined (in mingw32 headers).
9908
9909         * gdk/win32/makefile.cygwin
9910         * gtk/makefile.cygwin
9911         * gtk/gtkthemes.c: No longer need to have differently named
9912         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
9913
9914 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
9915
9916         * docs/gtkfaq.sgml: Long awaited FAQ update.
9917
9918 1999-07-15  Tor Lillqvist  <tml@iki.fi>
9919
9920         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
9921         it. Obscure bit manipulation needed.
9922
9923         * gdk/win32/gdkevents.c: Logging.
9924         
9925         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
9926         style (file name include compiler name) for theme engines.
9927
9928 1999-07-13  Tor Lillqvist  <tml@iki.fi>
9929
9930         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
9931
9932         * gdk/win32/gdkevents.c: Fix long-standing bug in key
9933         events. The key.string wasn't zero-terminated, still we strdup'ed
9934         it in gdk_event_copy(). Synthesize crossing events for button
9935         events before possible propagation.
9936
9937         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
9938
9939         * gdk/win32/makefile.cygwin
9940         * gtk/makefile.cygwin: Use new DLL naming style for the
9941         GCC-compiled ones.
9942
9943         * gdk/win32/makefile.msc
9944         * gtk/makefile.msc: Cosmetics mostly.
9945
9946         * gtk/gtk.def: Add missing entry points.
9947
9948         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
9949
9950 1999-07-09  Tor Lillqvist  <tml@iki.fi>
9951
9952         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
9953         or height is zero. Don't print a warning if Pie or Arc fails, they
9954         always fail (?) for very narrow ellipses.
9955
9956         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
9957         the part or the destination window corresponding to source area
9958         outside of the source drawable's boundary.
9959
9960         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
9961         anything if less than two points.
9962
9963         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
9964         return NULL. Gtk cut-and-paste inside a single program works
9965         better this way. (It always gets the clipboard contents from
9966         Windows, not from its own copy, which is cleared anyway. I can't
9967         say I fully understand what happens... Emulating the X selection
9968         and property stuff is a bit of a mess.)
9969
9970         * gdk/win32/gdkevents.c
9971         * gdk/win32/gdkproperty.c: A bit more verbose logging.
9972
9973         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
9974         that never got deleted). Revamp gdk_region_shrink.
9975
9976         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
9977         after use.
9978
9979         * gtk/gtk.def: Add some missing entry points.
9980
9981         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
9982         component.
9983
9984 1999-07-04  Tor Lillqvist  <tml@iki.fi>
9985
9986         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
9987         Control-digits specially.
9988
9989 1999-07-03  Tor Lillqvist  <tml@iki.fi>
9990
9991         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
9992
9993 1999-06-28  Tor Lillqvist  <tml@iki.fi>
9994
9995         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
9996         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
9997         finding this.)
9998
9999 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
10000
10001         * gtk+.spec.in: Corrected some typos in files section.
10002         
10003 1999-06-15  Tor Lillqvist  <tml@iki.fi>
10004
10005         * README.win32: Mention using GNU gettext.
10006         * config.h.win32: Enable NLS stuff.
10007         * gtk/makefile.msc: Use GNU gettext.
10008         * gdk/win32/gdkdnd.c: Minor header reorg.
10009         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
10010         cosmetics.
10011         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
10012         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
10013
10014 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
10015
10016         * acinclude.m4
10017         * config.guess
10018         * config.status
10019         * ltconfig
10020         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
10021
10022 1999-05-30  Tor Lillqvist  <tml@iki.fi>
10023
10024         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
10025         SafeAdjustWindowRectEx. Don't override all calls to
10026         AdjustWindowRectEx by it, but use it only in two places: When
10027         creating a new top-level window and when moving a top-level
10028         window.
10029
10030         Use screen coordinate rectangle, not client rectangle, in
10031         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
10032         when we try to place a window so that the decoration (mainly,
10033         title bar) isn't visible.
10034
10035         These changes fix the bug that showed up for instance as the
10036         GIMP's saved top-level windows moving right and down (by an amount
10037         equal to the window decoration) for each session. This bug showed
10038         up also in testgtk's "Saved Position".
10039
10040         gdk_window_resize also redone a bit.
10041
10042 1999-05-25  Tor Lillqvist  <tml@iki.fi>
10043
10044         * gtk/testgtkrc: Add (commented out) Windows-style theme
10045         include line.
10046
10047         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
10048
10049 1999-05-18  Tor Lillqvist  <tml@iki.fi>
10050
10051         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
10052         gdkx.h to a gdk subdirectory, so that applications can include
10053         these with <gdk/*.h> without trouble.
10054
10055         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
10056         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
10057         have their bitmap destroyed.
10058
10059         * gdk/win32/gdk.def: Add gdk_root_parent.
10060
10061 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
10062
10063         * configure.in
10064           gtk-config.in
10065           ltconfig
10066           ltmain.sh     
10067           gtk/Makefile.am: changes to compile nicely (with xlib) 
10068           on BeOS
10069
10070 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
10071
10072         * acinclude.m4
10073         * config.guess
10074         * config.sub
10075         * ltconfig
10076         * ltmain.sh: upgrade to libtool 1.3
10077
10078 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
10079
10080         * gtk/gtkclist.c:
10081         * gtk/gtkctree.c: merges from gtk-1-2
10082
10083 1999-04-25  Tor Lillqvist  <tml@iki.fi>
10084
10085         Support added for building using a GNU toolchain on Win32,
10086         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
10087
10088         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
10089         * config.h.win32: Changes for gcc.
10090         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
10091         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
10092         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
10093         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
10094         Protect shl stuff unavaiilable with mingw32 headers.
10095         * gdk/win32/gdkevents.c: Fix typo.
10096         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
10097         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
10098         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
10099         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
10100         the mingw32 headers.
10101         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
10102         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
10103         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
10104         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
10105         Test for NATIVE_WIN32, not _MSC_VER.
10106         * gtk/gtkmain.c: No use warning about developer version on Win32,
10107         there aren't any non-developer versions anyhow.
10108         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
10109         * gtk/makefile.msc: Use pthread from another directory. Minor other
10110         changes. 
10111
10112 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
10113
10114         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
10115           default filter from the list
10116
10117 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
10118
10119         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
10120          when gtk_widget_grab_default() is called for a widget that
10121          is not within a GtkWindow.
10122
10123 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
10124
10125         * docs/gtk_tut.sgml, examples/clist.c: use a
10126           scrolled window in the clist example. Minor
10127           tutorial fixes.
10128
10129 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
10130
10131         * docs/gtk_tut.sgml: Style check from David King
10132           <dking@youvegotmail.net>
10133
10134 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
10135
10136         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
10137         compile with unknown value of GDK_WINDOWING
10138
10139 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
10140
10141         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
10142         after the rule is fired.
10143         (install-exec-local): Install gdkconfig.h only if the contents are
10144         different from the currently installed gdkconfig.h.
10145
10146 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
10147
10148         * gdk/Makefile.am (configexecincludedir): Rename from 
10149         configincludedir so that gdkconfig.h will be installed 
10150         as part of `make install-exec'. 
10151
10152 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
10153
10154         * acinclude.m4
10155         * config.guess
10156         * config.sub
10157         * ltconfig
10158         * ltmain.sh: upgrade to libtool 1.2f
10159
10160         * autogen.sh: libtool is not required to autogen gtk+
10161
10162         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
10163         needed)
10164
10165 1999-03-18  Tor Lillqvist  <tml@iki.fi>
10166
10167         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
10168         declaring gdk variables exported/imported from the DLL. New image
10169         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
10170         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
10171         GDK_DRAG_PROTO_OLE2.
10172
10173         * gdk/gdk.h: Merge in Win32 version: Two new functions,
10174         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
10175         declared only for the Win32 version, but could be in the X11
10176         version as well. (Needed for a Xlib-less gdk_imlib.)
10177         gdk_color_hash should have only one parameter. Declare
10178         gdk_threads_mutex with GDKVAR.
10179         
10180         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
10181         just one parameter.
10182
10183         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
10184         per pixel, not bits.
10185
10186         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
10187         Fetch bpp (which means bits-per-pixel here) from another place on
10188         Win32. Accept also depth==32 (which we might get on Win32) with
10189         bpp==32.
10190
10191         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
10192         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
10193         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
10194         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
10195         in the backend-dependent directory, not in the common gdk
10196         directory.
10197
10198         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
10199         headers.
10200
10201 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
10202
10203         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
10204         want to use the Gtk+ devel version (which is true, and yes - even i am
10205         currently working with the 1.2.x branch). so everyone reading this, you
10206         probably want to issue
10207         cvs checkout -r glib-1-2 glib
10208         and
10209         cvs checkout -r gtk-1-2 gtk+
10210         as your next two comands.
10211
10212 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
10213
10214         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
10215         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
10216
10217         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
10218         file. strongly deprecated the GTK_HAVE_* macros, we provide
10219         GTK_CHECK_VERSION() for people that need to check for certain
10220         Gtk+ versions.
10221
10222         * gtk/gtkcompat.h: removed this from CVS.
10223         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
10224         idea right from the start, it just didn't seem like that back then.
10225
10226 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
10227
10228         * merges from gtk-1-2:
10229
10230 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
10231
10232         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
10233         item factory class has been created.
10234         (gtk_item_factory_parse_rc): likewise.
10235
10236         * gtk/gtkmenu.c:
10237         keep proper references for old_active_menu_item.
10238         (gtk_menu_reparent): unset the usize of the new parent,
10239         so the menu can sanely be size requested and we don't get nasty screen
10240         artefacts upon next reparentation.
10241         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
10242         enter notify. only synthesize enter notifies if the pointer really is
10243         inside the event window.
10244         (gtk_menu_popdown): use gtk_menu_shell_deselect().
10245         (gtk_menu_popup): move the background setting stuff into
10246         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
10247
10248         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
10249         gtk_menu_shell_select_item() to select the new item.
10250         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
10251         do the right thing for deselection as well.
10252
10253 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
10254
10255         * gtk/gtkwidget.[hc]:
10256         (gtk_widget_accelerators_locked): return whether a widget's accelerators
10257         are locked.
10258
10259         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
10260         existing accelerators if the widget's accelerators are locked.
10261
10262 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
10263
10264         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
10265
10266         * gtk/gtkmenu.c: truely forward key press and key release events to
10267         the menu widget from the toplevel or tearoff window. we can't simply
10268         connect to that, we need to stop further processing of the events as
10269         well.
10270
10271 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
10272
10273         * gtk/gtkmenu.c:
10274         (gtk_menu_key_press): pass event->keyval, event->state to
10275         gtk_accelerator_valid, instead of event->keyval twice.
10276         refuse to install single letter accelerators for menus that use
10277         single letter shortcuts.
10278
10279         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
10280         gtk_menu_ensure_uline_accel_group().
10281
10282         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
10283         which will always return an uline accel group, made
10284         gtk_menu_get_uline_accel_group() return NULL if the group isn't
10285         yet created.
10286
10287 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
10288
10289         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
10290
10291         * gtk/gtkclist.c (gtk_clist_column_title_passive):
10292         Leave button sensitive, trap  button_press, button_release,
10293         motion_notify, enter_notify and leave_notify events instead.
10294         (gtk_clist_column_title_active): disconnect event handler.
10295         (gtk_clist_drag_data_get): fixed memory leak. Reported by
10296         Guillaume Laurent <glaurent@worldnet.fr>
10297
10298 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
10299
10300         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
10301         width/height mixups.
10302
10303         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
10304         if needed.
10305
10306 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
10307
10308         * gtk/testgtk.c (create_item_factory): unref the item factory after
10309         window's destruction.
10310
10311         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
10312         count on the menu shell around the menu item's activation, since the
10313         signal emission may cause menu shell destruction.
10314
10315         * gtk/gtkitemfactory.c:
10316         the previous code leaked one accel group per menu. we use
10317         gtk_menu_get_uline_accel_group() now to fix that, and with that
10318         also create the underline accelerator group of the menus only if
10319         required (i.e. an underline accelerator has been specified).
10320         (gtk_item_factory_construct):
10321         (gtk_item_factory_create_item): removed code that would create an
10322         extra accel group for the menu (and leak references).
10323         (gtk_item_factory_create_item): adapted the underline accelerator
10324         installation code to properly feature gtk_menu_get_uline_accel_group().
10325
10326         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
10327         menu->accel_group, this may return NULL if the accelerator group
10328         hasn't been set yet.
10329         added gtk_menu_get_uline_accel_group() to retrive the underline
10330         accelerator group of the menu, this will be created on demand
10331         and proper care is taken about its reference count.
10332
10333         * gtk/gtkitemfactory.h:
10334         * gtk/gtkitemfactory.c:
10335         dumped the approach of keeping a widgets by action list on the
10336         factory since the factory<->widget destroy negotiation didn't work
10337         and would be hard to get going at all. instead we keep a list of
10338         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
10339         persistant throughout a program's life time).
10340         also, i removed the static const gchar *key_* variables, and made
10341         them inline strings (they weren't actually used anyways).
10342         (gtk_item_factory_add_item): update ifactory->items.
10343         (gtk_item_factory_destroy): destroy ifactory->items (and remove
10344         the item factory pointer from the remaining ifactory widgets).
10345         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
10346         list to find the widget.
10347         (gtk_item_factory_get_item): new function that works around
10348         gtk_item_factory_get_widget() limitations, this function will only
10349         return menu items, even for <Branch> entries.
10350
10351 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
10352
10353         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
10354         font hash table, if we have a GdkFontPrivate entry for this font
10355         already, simply increment its reference count, provided by Olaf Dietsche
10356         <olaf.dietsche+list.gtk@netcologne.de>.
10357
10358         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
10359         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
10360
10361 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
10362
10363         * gtk/gtkcontainer.c:
10364         (gtk_container_add_with_args):
10365         (gtk_container_addv):
10366         (gtk_container_add): before adding a child to a conatiner, make sure
10367         it is (default) constructed, this is neccessary because under certain
10368         circumstances the child will get relized and mapped immediatedly, in
10369         which case it has to be constructed already.
10370
10371 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
10372
10373         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
10374         values > 1 as TRUE also.
10375
10376 1999-03-16  Tor Lillqvist  <tml@iki.fi>
10377
10378         * README.win32: New file.
10379                 
10380         * configure.in: Check for lstat.
10381
10382         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
10383         completeness.
10384
10385         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
10386
10387         * gtk/gtk.def: Removed CRs.
10388
10389         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
10390         ..\gdk\win32).
10391
10392         * gdk/win32/makefile.msc: Correct upwards relative paths.
10393         
10394 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
10395
10396         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
10397           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
10398           it was connecting a void function to expose_event and the int
10399           returning function to the draw signal
10400
10401 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
10402
10403         * configure.in:
10404         Use correct path to libgmodule.la when ref'ing uninstalled copy
10405         of glib.  (Already in stable branch, Bug #417)
10406
10407 1999-03-15  Tor Lillqvist  <tml@iki.fi>
10408
10409         Win32 merge and general portability stuff:
10410                 
10411         * acconfig.h,configure.in: Check for <sys/time.h>.
10412
10413         * gdk/win32: New directory (actually, been there for a while).
10414         
10415         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
10416         NATIVE_WIN32, and use these. Always case fold on Win32. No
10417         backslashed escapes on native Win32.
10418
10419         * gtk/{gtk.def,makefile.msc}: New files.
10420
10421         * gtk/Makefile.am: Add above new files.
10422         
10423         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
10424         instead of <strings.h>.
10425
10426         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
10427         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
10428         <unistd.h> appropriately.
10429
10430         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
10431         Use ABS() (from <glib.h>) instead of abs().
10432         
10433         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
10434         of gtk (and thus glib) headers, so that WIN32 will be
10435         defined. With MS C, include <direct.h> for mkdir prototype.
10436
10437         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
10438         some casts, needed by MS C.
10439
10440         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
10441         implemented).
10442
10443         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
10444         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
10445         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
10446
10447         * gtk/gtkmain.h: Mark variables for export/import on Win32.
10448                 
10449         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
10450         the event is not a hint, or its window is not the slider. Needed
10451         on Win32, at least.
10452
10453         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
10454         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
10455         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
10456         a subdirectory of the Windows directory as gtk system
10457         configuration directory.
10458
10459         * gtk/gtkselection.c: No chunks on Win32.
10460
10461         * gtk/gtksocket.c: Not implemented on Win32.
10462
10463         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
10464
10465         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
10466
10467         * gtk/maketypes.awk: Declare variables with a macro that expands to
10468         necessary export/import magic in the case of Win32.
10469                 
10470         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
10471
10472 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
10473
10474         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
10475         since those were meant only for gdki18n.h.  
10476         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
10477         for widechar tests.
10478         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
10479
10480 1999-03-13  Tor Lillqvist  <tml@iki.fi>
10481
10482         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
10483         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
10484
10485         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
10486         installed) to CFLAGS.
10487
10488         * gdk/Makefile.am: Add rules for gdkconfig.h.
10489
10490         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
10491         APIs.
10492
10493         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
10494         gdkx.h anyway when compiling for X11.
10495         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
10496         general): Merge in Win32 version.
10497         
10498         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
10499         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
10500         expansion (if we don't have HAVE_PWD_H), allow for drive
10501         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
10502         included code from Craig Setera's port to Win32 (the one that uses
10503         X11, and the cygwin dll), even if it probably will be abandoned.
10504
10505         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
10506         the user entered one herself.  This way one can complete *.h and
10507         don't get matches on any .help files, for instance.
10508         
10509 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
10510
10511         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
10512         font hash table, if we have a GdkFontPrivate entry for this font
10513         already, simply increment its reference count, provided by Olaf Dietsche
10514         <olaf.dietsche+list.gtk@netcologne.de>.
10515
10516         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
10517         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
10518
10519 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
10520
10521         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
10522         the number of calls to gdk_draw_point() (and thus to X) by
10523         clipping the points by hand.
10524
10525         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
10526         the clip parameter.
10527         (gtk_handle_box_paint): Only paint the handle if the expose area
10528         intersects it.
10529
10530 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
10531
10532         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
10533
10534 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
10535
10536         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
10537         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
10538
10539 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
10540
10541         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
10542          textmode (O_TEXT) for OS/2 version.
10543
10544 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
10545
10546         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
10547         GtkSpinButton, "input" and "output", to make the output more flexible.
10548         The user has to provide a mapping between adjustment->value and the
10549         output string (and vice versa, if the spin button is editable). 
10550         See testgtk for examples.
10551
10552 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
10553
10554         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
10555         new one.
10556         
10557         * configure.in: set gtk+ version to 1.3.0.