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