]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
ceb5917d1066a23eca07ad93bcc3b733b2b7d002
[~andy/gtk] / ChangeLog.pre-2-10
1 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
2
3         Landing the new ComboBox. Note that only gtkcombobox.h and
4         gtkcomboboxentry.h are public.
5
6         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
7         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
8
9         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
10
11         * tests/testcombo.c: and a new test.
12
13         * tests/Makefile.am: adding the new test.
14
15 2003-09-25  Tor Lillqvist  <tml@iki.fi>
16
17         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
18
19 2003-09-21  Tor Lillqvist  <tml@iki.fi>
20
21         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
22         function. Code split out from gdk_event_translate(). Needed
23         because gdk_event_get_graphics_expose() couldn't do anything
24         sensible otherwise. (Not that I think graphics exposes work anyway
25         in gdk/win32, but at least now the code could work.)
26
27         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
28         gdk_event_translate(), which couldn't have worked as it doesn't
29         take any pre-allocated GdkEvent parameter any longer.
30         
31         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
32         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
33
34 2003-09-24  Matthias Clasen  <maclas@gmx.de>
35
36         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
37         on toolitems.
38
39         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
40
41         * gtk/gtkuimanager.c (update_node): Don't complain about missing
42         actions on popups. Re-set "tooltip" property on toolitems after
43         adding them to parent to trigger proxy update.
44
45 2003-09-22  Matthias Clasen  <maclas@gmx.de>
46
47         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
48         group member to test the fix for #122904.
49
50         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
51         Add the action to the group before activating it, otherwise we
52         may end up with multiple active group members.  (#122904, Marco
53         Pesenti Gritti)
54
55 2003-09-21  Matthias Clasen  <maclas@gmx.de>
56
57         Changes to make cross-process merging feasible:
58         
59         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
60         merged UI definition. Remove the "changed" signal, since its role
61         is now filled by "notify::ui". Instead add a "actions-changed" signal
62         which gets emitted when the set of actions changes.
63
64         * gtk/gtktoggleactionprivate.h:
65         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
66         Add a "draw_as_radio" property to toggle actions so that they can be
67         used as proxies for radio actions much like the "draw_as_radio" 
68         property on check menu items enables them to operate as proxies for
69         radio actions.
70
71         Prevent the "show_all" trap for action-based menus (see
72         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
73         msg00260.html):
74
75         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
76         calls from static functions.
77
78         * gtk/gtkuimanager.c (update_node): 
79         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
80         widgets whose visibility is externally controlled.
81
82         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
83         "no_show_all" property with setter and getter. When TRUE, it keeps
84         gtk_widget_{hide,show}_all() from modifying the visibility of the 
85         widget and its children.
86
87 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
88
89         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
90
91 2003-09-20  Tor Lillqvist  <tml@iki.fi>
92
93         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
94         including editor backup files. List files we want explicitly.
95
96         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
97         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
98         LC_ALL, LC_CTYPE and LANG environment variables, than calls
99         g_win32_getlocale().
100
101         (gtk_get_default_language): Code snippet moved to above function,
102         call it.
103
104         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
105         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
106         _gtk_get_lc_ctype() instead of setlocale().
107
108 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
109
110         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
111         (#96632)
112
113 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
114
115         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
116         documentation. (#117306, Steve Chaplin)
117
118 2003-09-19  Tor Lillqvist  <tml@iki.fi>
119
120         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
121         present on the US-International keyboard. For clarity, order
122         keysyms in case statement according to numeric value.
123
124         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
125         correctly. (#120176, Ken Rastatter and Owen Taylor)
126
127 2003-09-18  Matthias Clasen  <maclas@gmx.de>
128
129         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
130         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
131
132         Install accelerators on actions, not on proxies, support
133         accelerator-only actions:
134         
135         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
136         and its lock status either via _gtk_widget_get_accel_path() or by 
137         looking at the accel_path stored in the menu item itself and determining
138         its lock status by peeking into the contained accel label. This was
139         already (accidentally) committed a week ago.
140
141         * gtk/gtkaction.h (gtk_action_set_accel_group):
142         (gtk_action_[dis]connect_accelerator): New functions.
143
144         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
145         accel_closure and accel_count. We must have a reference to the 
146         accel_group, since we need it in connect_proxy. The count is necessary
147         to ensure that the accelerator isn't removed before the last proxy 
148         requesting it has been unmerged.
149         (connect_proxy): Connect the accelerator to the 
150         action now, only set the accel_path on the menuitem.
151         (remove_proxy): Disconnect the accelerator from the action, not from
152         the menuitem.
153         (gtk_action_set_accel_group): Set the accel group. 
154         (gtk_action_[dis]connect_accelerator): Count the number of times
155         this functions have been called and install/remove the accelerator if
156         the count leaves/reaches zero.
157
158         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
159         GTK_UI_MANAGER_ACCELERATOR.
160
161         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
162         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
163         <accelerator> elements.
164         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
165         type is GTK_UI_MANAGER_ACCELERATOR.
166         (update_node): Set the accel group on actions before creating their
167         proxies. Don't set the accel group on created menus. For 
168         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
169         (print_node): Also emit <accelerator> elements.
170
171         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
172
173         * gtk/gtkuimanager.c (update_node): Robustness improvements.
174
175 2003-09-17  Matthias Clasen  <maclas@gmx.de>
176
177         * gtk/gtkuimanager.c (text_handler): Report unexpected character
178         data as error from the GMarkup parser, otherwise things like
179         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
180         pass unexpectedly.
181
182 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
183
184         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
185         committed redraw_on_allocate change.
186
187 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
188
189         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
190         stubs to fix compilation
191
192         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
193         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
194
195         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
196         variable. Patch from Marc Welz (#121347).
197
198 2003-09-16  Matthias Clasen  <maclas@gmx.de>
199
200         * gtk/gtkaction.h: Apply egtk-format-protos.
201
202 2003-09-15  Matthias Clasen  <maclas@gmx.de>
203
204         * gtk/gtkuimanager.c: Doc tweaks.
205
206         Smart separators; see 
207         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
208         
209         * gtk/gtkuimanager.c (update_smart_separators): New function which 
210         implements "smart" separators by iterating once over the entries of a 
211         menu, hiding and showing separators as necessary.
212         (update_node): Mark separators used as fences of placeholders as
213         hidden. Explicitly added separators are marked as smart. Call 
214         update_smart_separators after updating a menu or toolbar node. 
215         Connect update_smart_separators to "notify::visible" signal on menu
216         and tool items.
217         
218         * tests/merge-[12].ui: Test smart separators.
219
220         Changes to allow setting action state before connecting signal; see
221         the thread starting at 
222         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
223         
224         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
225         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
226         setting the currently selected group member before connecting signals.
227         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
228         including a boolean to initialize the action state before connecting
229         signals.
230         (gtk_action_group_add_toggle_actions):
231         (gtk_action_group_add_toggle_actions_full): New functions to construct
232         toggle actions from an array of GtkToggleActionEntries.
233
234         * demos/gtk-demo/appwindow.c: 
235         * tests/testactions.c: 
236         * tests/testmerge.c: Adjust to new action group API.
237
238 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
239
240         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
241         "gtk-toolbar-arrow" so themes can special-case it.
242
243 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
244
245         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
246
247 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
248
249         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
250         PangoFontMetrics. Patch from Steve Chaplin (#122257).
251
252 2003-09-14  Tor Lillqvist  <tml@iki.fi>
253
254         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
255         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
256         the usefulness of which was already in doubt. Removing it fixes
257         bugs #118575 and #121851.
258
259 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
260
261         Merge from stable.
262
263         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
264         pressed button (used to determine if we want to initiate a drag later
265         on) if the current grab widget is either NULL or tree_view (Reported
266         by Jeroen Zwartepoorte).
267
268 2003-09-12  Matthias Clasen  <maclas@gmx.de>
269
270         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
271         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
272
273 2003-09-11  Matthias Clasen  <maclas@gmx.de>
274
275         * gdk/gdkpango.c: Doc tweaks.
276
277         * tests/testgtk.c: Add table menu tests.
278
279         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
280         GtkMenuPrivate struct itself. Pointed out by valgrind.
281
282         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
283         properly.  (#121998)
284
285 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
286
287         The table menu patch! Turns GtkMenu into a table, so you can attach
288         menu items in numerous new ways! Be creative!
289
290         Contains some bug fixes and RTL adaptions from Matthias Clasen.
291
292         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
293         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
294         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
295         the heights array in the private struct,
296         (gtk_menu_class_init): reorder code a bit, install child properties,
297         (get_attach_info), (get_child_attach): new utility functions,
298         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
299         child properties, for the attach info,
300         (gtk_menu_remove): remove AttachInfo from menu item,
301         (gtk_menu_real_insert): implemented algorithm to automagically place
302         inserted menu items at the correct place in the table,
303         (gtk_menu_size_request), (gtk_menu_size_allocate),
304         (compute_child_offset): reworked/rewritten to support table menus,
305         (gtk_menu_attach): new function,
306         (find_child_containing), (gtk_menu_move_current): new functions to
307         get table menu keynav right.
308
309         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
310
311 2003-09-10  Matthias Clasen  <maclas@gmx.de>
312
313         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
314         PropertyNotify events from the stream if they have been handled,
315         in order to enable extending the plug<->socket communication via
316         properties.
317
318 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
319
320         Big TreeView DnD fixage, makes drops on empty models work, makes
321         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
322         Related bugs #95362 and #113314. I don't want to touch this code
323         ever again.
324
325         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
326
327         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
328         for selection_data->length.
329
330         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
331         (set_dest_row), (get_dest_row): we don't store just the row ref
332         anymore, but a struct with the row ref and additional info,
333         (set_destination_row): handle drops on empty space and some
334         style fixes,
335         (get_logical_dest_row): also return path_down_mode/drop_append_mode
336         flags, handle dropping childs on their new parents, rewrite
337         drop append handling into something saner,
338         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
339         spaces,
340         (gtk_tree_view_drag_drop): updates for updated backend,
341         (gtk_tree_view_drag_data_received): updates for updated backend,
342         path down mode (treestore DnD) handling,
343         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
344         when we are trying to drop a row on an empty model,
345         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
346
347         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
348         (gtk_list_store_row_drop_possible): style and drop-append fixes.
349
350         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
351
352 2003-09-08  Alexander Larsson  <alexl@redhat.com>
353
354         * gtk/gtkeventbox.[hc]:
355         Implement gtk_event_box_get/set_input_only()
356         
357         * tests/testgtk.c:
358         Tests for the new input only event boxes
359
360 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
361
362         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
363
364         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
365         the call to gtk_tree_model_filter_add_root,
366         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
367         the virtual root, allow building levels on the second try to convert
368         the child path to a filter path,
369         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
370         root when calling gtk_tree_model_filter_elt_get_path.
371
372 2003-09-07  Matthias Clasen  <maclas@gmx.de>
373
374         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
375         Josh Beam)
376
377         Fixes for accelerator handling during (un)merging:
378         
379         * gtk/gtkuimanager.c (update_node): Move setting info-action
380         after the switch, since the old action is needed in some cases.
381         In cases of proxy type mismatch, disconnect the old proxy from
382         the old action.
383
384         * gtk/gtkaction.c (remove_proxy): Renamed from 
385         gtk_action_remove_proxy(). Move unsetting of the accelerator
386         here from disconnect_proxy() in order to catch all cases of 
387         removing a proxy.
388         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
389         to fail if proxy isn't a proxy of action.
390
391 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
392
393         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
394         ALL_LINGUAS
395
396 2003-09-07  Matthias Clasen  <maclas@gmx.de>
397
398         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
399         for toolitems.
400
401 2003-09-06  Matthias Clasen  <maclas@gmx.de>
402
403         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
404         prev_action, not from action.  (Fix by David Hampton)
405
406 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
407  
408         * Back out locale-dependent interpretation of
409         KP_Decimal, the official XFree86 interpretation
410         is that KP_Decimal => . KP_Separator => ,
411         always, independent of locale. 
412         (#105161, Frederic Crozat, 
413         http://bugs.xfree86.org/show_bug.cgi?id=534)
414  
415 2003-09-04  Matthias Clasen  <maclas@gmx.de>
416
417         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
418
419         * gtk/gtktoggleaction.c (connect_proxy): 
420         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
421         that a "draw_as_radio" property is needed for check buttons similar to 
422         check menu items, in order to fully support button proxies for radio actions.
423
424         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
425
426         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
427
428         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
429         'type' argument of gtk_ui_manager_add_ui().
430
431         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
432         to make this function as powerful as the XML methods of adding UI.  (#120647)
433
434 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
435
436         Merge from stable.
437
438         * docs/RELEASE-HOWTO: updates.
439
440 2003-09-04  Matthias Clasen  <maclas@gmx.de>
441
442         * tests/merge-2.ui: Use "position" instead of "pos".
443
444         * gtk/gtkuimanager.c (start_element_handler): No need 
445         to be terse: Change the name of the "pos" attribute
446         to "position".
447
448 2003-09-04  Matthias Clasen  <maclas@gmx.de>
449
450         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
451         GtkUIManagerNode to shorten the names and to make the
452         GTK_UI_MANAGER_<TYPE> names available for a public enum.
453
454         * gtk/gtkactiongroup.c:
455         * gtk/gtkuimanager.c: Various doc tweaks.       
456
457         * gtk/gtkuimanager.c (start_element_handler):
458         (end_element_handler): Improve error reporting. 
459
460 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
461
462         Merge from stable.
463
464         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
465         use end_position - page_size instead of G_MAXINT, since
466         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
467         reported by Havoc Pennington).
468
469 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
470
471         Merge from stable.
472
473         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
474         unref it. (Fixes memleak, patch from Kjartan Maraas).
475
476 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
477
478         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
479         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
480         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
481         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
482         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
483         gtk/gtktypeutils.h: big patch from Kjartan Maraas
484         to fix numerous typos.
485
486 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
487
488         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
489
490 2003-09-02  Tor Lillqvist  <tml@iki.fi>
491
492         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
493         CloseHandle() on the HMODULE returned from GetModuleHandle().
494         Didn't cause any harm, but didn't do anything useful either. When
495         running a GTK+ program under MS's debugger, the CloseHandle() call
496         would cause a "first-chance exception" in ntdll.dll to show up.
497         (The exception is caught appropriately if you let it proceed, but
498         it confuses the person using the debugger). Thanks to Bruce
499         Hochstetler for noticing.
500
501 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
502
503         Merge from stable.
504
505         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
506         to only select when button 1 is pressed introduced in the fix of
507         bug #120187.
508
509 2003-09-02  Matthias Clasen  <maclas@gmx.de>
510
511         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
512
513         * gtk/gtkuimanager.c: Shorten the names of some static 
514         functions.
515
516         Support adding and removing merge nodes dynamically (#120647, 
517         Anders Carlsson):
518         
519         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
520         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
521         and made it public.
522         (gtk_ui_manager_add_ui): New function to add UI elements
523         without juggling XML fragments, currently restricted to menuitems,
524         toolitems and separators. Actions still come from registered 
525         action groups.
526
527 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
528
529         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
530         background pixmap was being offset twice, once by the ts_origin in
531         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
532
533 2003-09-01  Matthias Clasen  <maclas@gmx.de>
534
535         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
536         this public again, since it's occasionally useful.  (#121128,
537         Marco Pesenti Gritti)
538
539         * gtk/gtkaction.c: Add an "is_important" property and propagate
540         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
541
542 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
543
544         * tests/testtoolbar.c (main): connect to "delete_event" so the
545         application will actually quit when you close the window
546
547 2003-09-01  Matthias Clasen  <maclas@gmx.de>
548
549         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
550         (gtk_ui_manager_get_action): g_return_if_fail() if
551         path is NULL.
552         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
553         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
554         Marco Pesenti Gritti)
555
556 2003-08-31  Matthias Clasen  <maclas@gmx.de>
557
558         * gtk/gtktoolitem.c: Fix some typos in docs.
559
560         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
561         replaces gtk_ui_manager_activate().  (#120658)
562
563         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
564         gtk_ui_manager_activate().
565
566         * gtk/gtkaction.c: 
567         * gtk/gtkactiongroup.c: Some doc tweaks.
568
569         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
570         wasn't emitted anyway. Some doc tweaks.
571
572 2003-08-30  Matthias Clasen  <maclas@gmx.de>
573
574         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
575         rather than to "remove" on handlebox. 
576
577         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
578         activate an action found by following a path.  (#120658)
579
580         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
581
582         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
583
584         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
585         setter and getter. If it is set, add tearoff menu items to regular 
586         menus, but not to popups. Add a signal "changed", which gets emitted
587         when the merged ui has changed.  (#120649, #120656)
588
589         * tests/testmerge.c: Add button to test the generation of tearoff 
590         menu items.
591
592 2003-08-29  Matthias Clasen  <maclas@gmx.de>
593
594         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
595         Actually group the actions together rather than putting each in its 
596         own group.
597
598         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
599         proxy menu items for radio actions.
600
601         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
602
603 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
604
605         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
606         Fix use of uninitialized variable.
607
608         * gtk/gtktextutil.c
609         (_gtk_text_util_append_special_char_menuitems): add const cast to
610         get rid of warning
611
612 2003-08-29  Matthias Clasen  <maclas@gmx.de>
613
614         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
615         "draw_as_radio" as a separate property, not as an alias of 
616         "inconsistent".
617         (gtk_check_menu_item_get_property): 
618         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
619
620 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
621
622         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
623         are narrower than 13 time the estimated character width of the
624         font. (#107781, David Bordoley)
625
626         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
627         here if the GtkToggleButton is active. This may be the case if it
628         is a radio button.
629
630         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
631         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
632         Suarez-Alvarez).
633
634         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
635         property. (#111207, David Bordoley).
636
637         * gtk/gtktoggletoolbutton.c
638         (gtk_toggle_tool_button_create_menu_proxy): use new
639         "draw_as_radio" property on the menu item when the item is a radio
640         tool button
641
642         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
643         to only pay attention to the "use_underline" property when the
644         button label comes from the "label" property.
645
646 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
647
648         * configure.in: Added "sq" to ALL_LINGUAS.
649         
650 2003-08-28  Matthias Clasen  <maclas@gmx.de>
651
652         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
653         fix in the docs.
654
655         * gtk/gtkuimanager.c: Change the XML format:
656         <Root> element is replaced by <ui>,
657         <menu> element is replaced by <menubar>,
658         <submenu> element is replaced by <menu>,
659         <dockitem> element is replaced by <toolbar>,
660         <popups> element is gone,
661         verb attribute is replaced by action,
662         name defaults to action or the element name. 
663
664         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
665         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
666         by removing the user_data, entry_type and extra_data fields, 
667         GtkRadioActionEntry is further simplified by removing the callback. 
668         The user_data can now be specified as an argument to 
669         gtk_action_group_add_actions(). There is a new method 
670         gtk_action_group_add_radio_actions(), which is similar to 
671         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
672         and a callback parameter in addition to the user_data. The callback
673         is connected to the ::changed signal of the first group member.
674         There are _full() variants taking a GDestroyNotify of 
675         gtk_action_group_add_[radio_]actions().
676
677         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
678         on every member of the radio group when the active member is changed. 
679         Add an integer property "value", and a getter for the value of "value"
680         on the currently active group member. 
681
682         * tests/testactions.c: 
683         * tests/testmerge.c: 
684         * tests/merge-[123].ui:  
685         * demos/gtk-demo/appwindow.c: Adjust to these changes.
686
687         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
688
689 2003-08-27  Anders Carlsson  <andersca@gnome.org>
690
691         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
692         text view, so the tool bar won't have focus.
693
694 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
695
696         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
697         declaration not at start of block. (#120371, Damien Carbery)
698
699 2003-08-26  Matthias Clasen  <maclas@gmx.de>
700
701         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
702         for length, not gsize.
703
704         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
705         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
706         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
707
708         * demos/gtk-demo/appwindow.c: 
709         * tests/testactions.c: 
710         * tests/testmerge.c:
711         * tests/merge-1.ui:
712         * tests/merge-2.ui:
713         * tests/merge-3.ui: Adjust to the new XML format.
714
715 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
716
717         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
718         Since we add one to the layout's reported width to
719         account for the cursor, we need to subtract one when
720         setting the wrap width for the layout. (Fixes infinite
721         loop (#120325, Frederic Crozat)
722
723         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
724         Be a bit more careful about rounding when converting
725         wrapped width from Pango units to pixels.
726
727 2003-08-26  Matthias Clasen  <maclas@gmx.de>
728
729         Rename GtkMenuMerge to GtkUIManager. 
730         
731         * gtk/gtkuimanager.[hc]: New files. 
732         * gtk/gtkmenumerge.[hc]: Removed. 
733
734         * gtk/Makefile.am: 
735         * gtk/gtk.h:
736         * tests/testmerge.c: 
737         * tests/testactions.c: 
738         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
739         GtkUIManager.
740
741         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
742         add comments to entries array, remove newlines from ui definition. Don't 
743         use the ::add_widget signal.
744
745 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
746
747         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
748         include page->menu_label - causes various problems,
749         including #12047.
750
751 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
752
753         Merge from stable.
754
755         Fixes #115871, reported by Michael Natterer.
756
757         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
758         added ctrl_pressed and shift_pressed bitfields,
759         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
760         arg with GtkTreeSelectMode.
761
762         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
763         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
764         (_gtk_tree_selection_internal_select_node): all updated for
765         GdkModifierType -> GtkTreeSelectMode move.
766
767         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
768         and shift_pressed around selection handling block,
769         (gtk_tree_view_real_select_cursor_row),
770         (gtk_tree_view_real_toggle_cursor_row),
771         (gtk_tree_view_real_selection_cursor_parent),
772         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
773         instead of checking the event state. And also updates for the
774         GdkModifierType -> GtkTreeSelectMode move.
775
776 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
777
778         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
779         to the parent when there was no focus widget before
780         and no focus widget after - that is, when there are
781         no focusable widgets. (#108678, help tracking it
782         down from Padraig O'Briain, Federico Mena Quintero, )
783
784         * gtk/gtkxembed.[ch]: Move various shared utilities
785         for the XEMBED protocol eused by GtkPlug and GtkSocket 
786         here.
787
788         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
789         a flag bit that is sent with focus mesages to indicate
790         that the focus has wrapped around on the toplevel;
791         use this bit to catch infinite loops when there is no
792         focusable widget at ll in the entire toplevel.
793
794         * tests/testsocket.c (child_read_watch): Remove an
795         extraneous unref.
796
797         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
798         Up XEMBED protocol version to 1, add logic for 
799         sending the right version in XEMBED_EMBEDDED_NOTIFY.
800
801         * gtk/gtksocket.c (gtk_socket_add_window): Send
802         the embedder window in the XEMBED_EMBEDDED_NOTIFY
803         as the spec requires.
804
805 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
806
807         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
808         NumLock handling for non-XKB. Add a special case
809         hack for NumLock on Sun servers. (Patch from
810         Robert Basch, #115819)
811
812 2003-08-25  Matthias Clasen  <maclas@gmx.de>
813
814         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
815         Welinder)
816
817         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
818         gtk_action_group_set_translation_domain): Hooks for translation of
819         label and tooltip in GtkActionGroupEntries.  (#120620)
820
821 2003-08-25  Matthias Clasen  <maclas@gmx.de>
822
823         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
824         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
825         
826         * gtk/gtkactiongroup.c: 
827         * demos/gtk-demo/appwindow.c: 
828         * tests/testmerge.c: 
829         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
830
831 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
832
833         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
834
835 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
836
837         * gtk/Makefile.am: Fix accidental commit of references
838         to gtkresizegrip.[ch]
839
840 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
841
842         * gtk/gtkrc.c: Fix some missing initializations of
843         rc_file->directory.
844
845 2003-08-24  Matthias Clasen  <maclas@gmx.de>
846
847         * gtk/gtkaction.[ch]: 
848         * gtk/gtktoggleaction.[ch]: 
849         * gtk/gtktoggleactionprivate.h: 
850         * gtk/gtkradioaction.[ch]: 
851         * gtk/gtkactiongroup.[ch]: 
852         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
853         toolbars, using the EggMenu code by James Henstridge.
854
855         * gtk/gtk.h: Include new headers.
856         * gtk/Makefile.am: Add new files.
857
858         * tests/testactions.c: Test for actions.
859         * tests/testmerge.c: Test for menu merging.
860         * tests/merge-[123].ui: Test data for testmerge. 
861         * tests/Makefile.am: Add testactions and testmerge.
862
863         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
864         menubar and toolbar.
865         
866 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
867  
868         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
869         problem where rc_file->directory wasn't always getting
870         set. (#120549, Luis Villa)
871  
872 2003-08-22  Christian Rose  <menthos@menthos.com>
873
874         * configure.in: Added "ne" to ALL_LINGUAS.
875
876 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
877  
878         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
879         being parsed, not just the directories for those
880         files. Use that to catch recursion. (Part of
881         #114988)
882  
883 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
884
885         Merge from stable.
886
887         Fix option menu scrolling (#119821, Owen Taylor).
888
889         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
890         by #80484 and the CLAMP,
891         (get_menu_height): new function,
892         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
893         new_offset to handle page up/down right.
894
895 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
896
897         * gdk/x11/gdkkeys-x11.c: Change the interpretation
898         of consumed_modifiers so that it contains:
899          - Modifiers combinations actually found in
900            state.
901          - Single modifier modifier combinations.
902         But not multi-modifier combinations that aren't
903         in event->state. Document. (#100439)
904
905 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
906
907         Slightly modified patch from Yann Rouillard to improve selection
908         behavior with the mouse. Fixes #120187.
909
910         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
911         select/deselect items on the first button press of button 1,
912         expand checks for row_activated to include triple clicks.
913
914 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
915
916         Merge from stable.
917
918         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
919         approximate digit widths up, to avoid truncation, convert to
920         pango pixels when we have the full string width instead of converting
921         the approx digit width to pango pixels, take inner border and
922         interior focus into account correctly. (Fixes #116368, patch from
923         Morten Welinder).
924
925 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
926
927         * gtk/queryimmodules.c: Don't look at the same directory twice (in
928         simple cases). (#120342)
929
930 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
931
932         * gdk/gdkwindow.c: Make the layers in the paint stack have their
933         own pixmap instead of sharing one. (#118317)
934
935         * tests/testgtk.c (create_get_image): Fixes to make the window fit
936         on an 800x600 screen
937
938 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
939
940         Merged from stable.
941
942         * gtk/gtkspinbutton.c (start_spinning): change the type of step
943         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
944
945 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
946
947         * modules/input/gtkimcontextxim.[ch]: Substantially
948         rework the handling of status windows:
949         
950          - Store the current StatusWindow in the 
951            GtkIMContextXIM structure and vice-versa, so we
952            don't have to hunt the window hierarchy on
953            cleanup.
954          - Use the Gtkidget hierarchy instead of/or as well
955            as the GdkWindow hierarchy when finding the toplevel;
956            this helps for things like GtkHandlebox
957          - Watch GtkWidget::hierarchy_changed to catch 
958            changes in the toplevel without changes in the
959            GdkWindow (reparenting)
960          - Never create the GtkWindow for the status window
961            unless we have text to display.
962          - Various cleanups, add lots of comments.
963
964         (#115077, much help from Takuro Ashie and Hidetoshi
965         Tajima in tracking this down and figuring out a fix.)
966
967         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
968
969         * modules/input/gtkimcontextxim.c: Track the current
970         screen for each toplevel so that we show the status
971         window on the right screen. (#116340, James Su)
972
973         * modules/input/gtkimcontextxim.c: If create a new IC
974         when we currently have the focus, call XSetICFocus()
975         on it.
976         
977         * modules/input/gtkimcontextxim.c (get_im): Fix bug
978         with multiple open screens.
979
980 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
981
982         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
983         Replace client_window field with 'priv' pointer,
984         retaining binary compatibility.
985
986         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
987         save use_preedit/cursor_location/focus status and set
988         up the new slave appropriately. (#118651, Botond Botyanszki)
989
990 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
991
992         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
993         Don't use impl->position_info.clip_rect for toplevels.
994         (#107068, reported by Thomas Mirlacher)
995
996 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
997
998         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
999         Add a fallback for unaligned source data for
1000         FORMAT_ARGB_MASK. (#117217)
1001
1002 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
1003
1004         * configure.in: Rework handling of REBUILD_PNGS,
1005         so that we also don't try to REBUILD_PNGS when
1006         cross-compiling and there is no gdk-pixbuf-csource.
1007         But give an error if gtk/stock-icons/gtkstockpixbufs.h
1008         is not in the source tree. (Note that REBUILDS_PNG
1009         was set backwards before, which is why you always
1010         had to manually recreate gtkstockpixbufs.h!)
1011
1012 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
1013
1014         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
1015         path to libgtk.la. (#120080, Benedikt Spranger)
1016
1017 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
1018
1019         * modules/input/imcedilla.c: Make the list of default
1020         languages more comprehensive. (Suggestion of
1021         Fco. Javier F. Serrador)
1022
1023 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
1024
1025         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
1026         parentheses when skipping args.
1027
1028 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
1029
1030         Fix major bug in row ref handling, so the new combo box
1031         will actually work right (:. Bug #107748. Patch written
1032         with help from Tim Janik.
1033
1034         The basic idea is to update the row refs in a closure,
1035         before the actual signal is emitted (rather than having
1036         the model connect signal handlers).
1037
1038         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
1039         g_signal_new calls for row_inserted, row_deleted and
1040         rows_reordered to use the new marshallers,
1041         (row_inserted_marshall), (row_deleted_marshall),
1042         (rows_reordered_marshall): the new marshallers,
1043         (gtk_tree_row_ref_inserted_callback): renamed to
1044         gtk_tree_row_ref_inserted since it isn't a callback
1045         anymore and gets called by the marshaller now,
1046         (gtk_tree_row_ref_deleted_callback): likewise,
1047         (gtk_tree_row_ref_reordered_callback): likewise,
1048         (connect_ref_callbacks), (disconnect_ref_callbacks):
1049         removed,
1050         (gtk_tree_row_reference_new_proxy),
1051         (gtk_tree_row_reference_free),
1052         (gtk_tree_row_reference_inserted),
1053         (gtk_tree_row_reference_deleted),
1054         (gtk_tree_row_reference_reordered): updated.
1055
1056 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
1057
1058         Improve Cedilla handling - based on a patch from Gustavo 
1059         De Nardin, #111334
1060
1061         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
1062         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
1063         dead_acute+c combinations. Make this the default for
1064         fr and pt.
1065
1066         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
1067         Use LC_CTYPE instead of LC_MESSAGES to pick the default
1068         input method.
1069
1070 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
1071
1072         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
1073         for Multi_key+c+apostrophe.
1074
1075 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
1076
1077         Merged from stable.
1078
1079         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
1080         on vertical scrolling. (#108035, reported by Tim Janik).
1081
1082 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
1083
1084         Merged from stable.
1085
1086         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
1087         (gtk_tree_model_sort_level_find_insert),
1088         (gtk_tree_model_sort_insert_value): fix off-by-one error.
1089         (#109292 continued, patch from Yann Rouillard).
1090
1091 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
1092
1093         (Note: This is not exactly the same as the patch which went in
1094          gtk-2-2).
1095
1096         * gtk/gtktreeview.c (gtk_tree_view_class_init),
1097         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
1098         Also support the up, down, left, right, home, end, page up and
1099         page down keys on the numpad. (#119419, reported by Alex Larsson).
1100
1101 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
1102
1103         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
1104
1105         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
1106         we link libgtk against X explicitely, since we
1107         make GTK+ calls for plug/socket.
1108
1109         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
1110         G_MODULE_SUFFIX here. 
1111
1112         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
1113         XShmPutImage with #ifdef USE_SHM.
1114
1115 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
1116
1117         * gtk/gtkfilesel.c (gtk_file_selection_populate):
1118         Don't reposition the cursor when we aren't trying
1119         to complete. (Fixes problems with selection on
1120         startup, #108433, reported by Mark Finlay.)
1121
1122         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
1123         code that tried to position the cursor after the common
1124         prefix when there was one, it wasn't working, and
1125         would be hard to fix. Just always put the cursor
1126         at the end when completing.
1127
1128 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
1129
1130         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
1131         the current directory fails because of encoding
1132         conversion problems, walk up textually to parent
1133         directories until we can convert. (#113627)
1134
1135 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
1136
1137         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
1138         Remove usage of menu_shell->ignore leave which was
1139         to deal with stray events we no longer get because
1140         we do grabbing differently. Comment it as unused in
1141         the header. (#115837, Keith Bissett)
1142
1143 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
1144
1145         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
1146         Fix some places that weren't properly Xinerama-ified.
1147
1148         * gtk/gtkmenu.c: Fix problem with windows that scroll
1149         at the top of the screen.
1150
1151 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
1152
1153         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
1154         key-press-event on the entry, so input methods get access to 
1155         key presses before GtkCombo customization.
1156         (#115451, Botond Botyanszki)
1157
1158 2003-08-13  Anders Carlsson  <andersca@gnome.org>
1159
1160         * tests/testtoolbar.c: (set_important_func), (important_toggled),
1161         (create_items_list):
1162         Add an important column.
1163         
1164 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
1165
1166         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
1167         against reentrancy from ::focus-out handlers. 
1168         (#118129, Felipe Heidrich)
1169
1170 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
1171
1172         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
1173         GDK_LOCK_MASK before calling
1174         gdk_keymap_translate_keyboard_state so bindings 
1175         and accelerators are independent of the Caps-lock
1176         key. (#115384, reported by Toni Willberg)
1177
1178 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
1179
1180         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
1181         break statements (#119494, Soeren Sandmann)
1182
1183 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
1184
1185         * gtk/gtkwidget.h: Mark parent public as well; it's
1186         extensively accessed in existing code, so there is
1187         no advantage in making people use get_parent().
1188         (Tweak to #119463 fix)
1189
1190 2003-08-11  Matthias Clasen  <maclas@gmx.de>
1191
1192         Add support for EWMH "Above" and "Below" window states.  (105100,
1193         Manuel Clos)
1194         
1195         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
1196         State" demo.
1197
1198         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
1199         gtk_window_set_keep_below.
1200
1201         * gtk/gtk.def: Add gtk_window_set_keep_above and
1202         gtk_window_set_keep_below.
1203
1204         * gtk/gtkwindow.c (gtk_window_set_keep_below):
1205         (gtk_window_set_keep_above): New functions, call the corresponding
1206         gdk functions.
1207
1208         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
1209         function, sets _NET_WM_STATE_BELOW.
1210         (gdk_window_set_keep_above): New function, sets
1211         _NET_WM_STATE_ABOVE.
1212
1213         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
1214         gdk_window_set_keep_below.
1215
1216         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
1217         GDK_WINDOW_STATE_BELOW.
1218
1219         * gdk/gdk.def: Add gdk_window_set_keep_above and
1220         gdk_window_set_keep_below.
1221
1222         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
1223         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
1224         xmlcatalog in PATH.  (#119115)
1225
1226 2003-08-10  Matthias Clasen  <maclas@gmx.de>
1227
1228         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
1229         public.  (#119463)
1230
1231 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
1232
1233         * gdk/gdkevents.h:
1234         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
1235         docs on GdkFilterFunc and GdkFilterReturn.
1236
1237 2003-08-09  Matthias Clasen  <maclas@gmx.de>
1238
1239         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
1240         to let the mouse wheels select the month. Scrolling down
1241         moves forward in time. (#53134, Abigail Brady) 
1242
1243         * gtk/gtkcalendar.c: Complete the RTL flipping support for
1244         GtkCalendar, make it possible to flip the headings using the
1245         "magic translated string" technique.  Translators, note the
1246         comment in gtk_calendar_init() explaining this.  (#102416)
1247
1248         * gtk/gtkcalendar.c: Get the information about the first day of
1249         the week from the locale using another instance of the "magic
1250         translated string" technique.  Ignore the display option
1251         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
1252
1253         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
1254         date is dragged as text, formatted via strftime %x. Text drops are
1255         accepted if g_date_set_parse() can make sense of the text. A
1256         dedicated data format for date DND has not been introduced yet,
1257         since there didn't seem to be sufficient consensus on such a
1258         format on xdg-list.  (#117297)
1259         
1260 2003-08-08  Matthias Clasen  <maclas@gmx.de>
1261
1262         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
1263         Fix a segfault.  (#115284, Jan Kratochvil)
1264
1265 2003-08-08  Tor Lillqvist  <tml@iki.fi>
1266
1267         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
1268         coordinates for events that have such. Print coordinates for enter
1269         and leave events.
1270
1271         (gdk_event_translate): Don't use event uninitialixed in the
1272         return_exposes branch of the WM_PAINT handler.
1273
1274         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
1275         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
1276         Must offset top-level window coordinates here, too.
1277
1278 2003-08-08  Matthias Clasen  <maclas@gmx.de>
1279
1280         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
1281         when maximized or fullscreen.
1282
1283 2003-08-07  Tor Lillqvist  <tml@iki.fi>
1284
1285         * gdk/win32/gdkinput-win32.h
1286         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
1287         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
1288         used.
1289
1290         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
1291         accordingly, in fact an uninitialised variable was dereferenced.
1292         
1293
1294         [Win32] Add support for multiple monitors. 
1295         
1296         * gdk/win32/gdkprivate-win32.h
1297         * gdk/win32/gdkglobals-win32.c: New global variables for
1298         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
1299         _gdk_offset_x and _gdk_offset_y.
1300         
1301         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
1302         functions, enumeration functions passed to EnumDisplayMonitors().
1303
1304         (gdk_display_open): If the EnumDisplayMonitors() and
1305         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
1306         if to find out monitor info.
1307
1308         Calculate the offset between Win32 coordinates (relative to the
1309         primary monitor's origin (and thus negative on monitors to the
1310         left of or above it), and GDK's (visible coordinates should be
1311         non-negative).
1312         
1313         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
1314         gdk_screen_get_monitor_geometry): Use information collected above.
1315
1316         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
1317         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
1318
1319         (gdk_window_get_geometry, gdk_window_get_origin,
1320         gdk_window_get_frame_extents): For top-level windows, add
1321         _gdk_offset_{x,y} to GDK root window coordinates
1322
1323         Still need to handle multiple monitors in
1324         gdk_window_fullscreen(). Probably should make the window
1325         fullscreen on the monitor where the cursor is?
1326
1327         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
1328         root window coordinates in GdkEvents.
1329
1330         
1331         [Win32] Fix geometry hint handling. Add support for resize
1332         increment and base size, and aspect ratio geometry hints. The
1333         "gridded geometry" test in testgtk now works beautifully.
1334
1335         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
1336         Turns out this function shouldn't actually ever modify the
1337         window's size, just store the hints. (Old code kept for a while
1338         inside #if 0.)
1339
1340         (gdk_window_set_hints): Remove presumably broken code that handles
1341         the position hints, this function is obsolete anyway.
1342
1343         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
1344         variables, not used.
1345
1346         (adjust_drag): New function, used to implement resize increment
1347         hints.
1348
1349         (gdk_event_translate): Handle WM_SIZING, implement resize
1350         increment and base size, and aspect ratio geometry hints here. The
1351         WM_GETMINMAXINFO handler takes care of the minimum and maximum
1352         size hints as before. Fix the WM_GETMINMAXINFO handler to take
1353         into account window decorations. No need to modify the
1354         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
1355         the defaults are fine.
1356         
1357         * gdk/win32/gdkprivate-win32.h 
1358         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
1359         _gdk_win32_get_adjusted_client_rect): New helper functions.
1360
1361 2003-08-07  Matthias Clasen  <maclas@gmx.de>
1362
1363         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
1364         toplevel->have_* flags before iterating over the _NET_WM_STATE 
1365         atoms.  (#119217) 
1366
1367 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
1368  
1369         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
1370         Fix a bug where on theme change, resize/redraw wasn't
1371         properly getting queued on toplevel windows. (#116346,
1372         Rajkumar Siva)
1373  
1374         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
1375         Fix bug where wrong coordinates were used for toplevel
1376         window.
1377  
1378 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
1379
1380         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
1381         page_num variable (Archit Baweja)
1382
1383 2003-08-07  Matthias Clasen  <maclas@gmx.de>
1384
1385         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
1386         cope with C libraries with crippled locale support.  (#115293)
1387
1388 2003-08-07  Hans Breuer  <hans@breuer.org>
1389
1390         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
1391         (only if the new window not known to Gdk) to get proper
1392         leave notification, and get rid of the wrong placed 
1393         tooltips, bug #102283
1394  
1395         (gdk_event_translate) : small code reordering to not get
1396         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
1397         menus, bug #117367
1398
1399 2003-08-07  Tor Lillqvist  <tml@iki.fi>
1400
1401         * gdk/gdk.def
1402         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
1403         missing function, trivially implement.
1404
1405 2003-08-07  Matthias Clasen  <maclas@gmx.de>
1406
1407         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
1408         rendering.  (#118646, Charles Kerr) 
1409
1410 2003-08-06  Hans Breuer  <hans@breuer.org>
1411
1412         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
1413         initialize bits to 0 (probably default on NT)
1414
1415         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
1416         now it works as intended ;-)
1417
1418 2003-08-04  Hans Breuer  <hans@breuer.org>
1419
1420         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
1421         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
1422
1423         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
1424         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
1425
1426         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
1427         against all expectations it is basically ony a call with WM_SETICON
1428         needed (the visual effect is there, though colors or mask are
1429         still somewhat wrong).
1430         * gdk/win32/gdkwindow-win32.h : place to store the HICON
1431
1432         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
1433         pixel drawing as it was fixed at 1999-08-23
1434
1435         gtk/gtk.def : updated
1436
1437 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
1438
1439         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
1440         Add a missing break. (#119156, Callum McKenzie)
1441
1442 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1443
1444         * gtk/gtkmenu.c (gtk_menu_position): New positioning
1445         algorithm.(#116649)
1446
1447 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1448
1449         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
1450         property
1451         
1452         * gtk/gtkradiotoolbutton.c
1453         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
1454
1455         * gtk/gtkradiotoolbutton.c
1456         (gtk_radio_tool_button_new_with_stock_from_widget): make this
1457         function take a stock_id.
1458
1459         * gtk/toolbar: documentation
1460
1461 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
1462
1463         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
1464         Fix problem where use_xshm was getting set wrong if
1465         MIT_SHM wasn't found. (George Lebel)
1466
1467 2003-08-04  Tor Lillqvist  <tml@iki.fi
1468
1469         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
1470         actually use the passed-in filter list. The function also needs a
1471         GdkWindow parameter, as filter functions expect
1472         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
1473
1474 2003-08-03  Matthias Clasen  <maclas@gmx.de>
1475
1476         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
1477         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
1478         the term "virtual screen".  (#119030, Tor Lillquist)
1479
1480 2003-08-02  Matthias Clasen  <maclas@gmx.de>
1481
1482         * tests/testtext.c (test_init): 
1483         * tests/testgtk.c (test_init): 
1484         * tests/testdnd.c (test_init): 
1485         * demos/pixbuf-init.c (pixbuf_init): 
1486         * demos/gtk-demo/main.c (main): Use g_setenv().
1487
1488         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
1489         g_unsetenv(). 
1490
1491 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
1492
1493         * configure.in: Requires glib-2.3.0, pango-1.2.0.
1494
1495         * configure.in: Require Xft version 2,
1496         remove code for handling older versions of pango and Xft.
1497         Many miscellaneous improvements to X checks
1498
1499         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
1500         a library to a variable, avoiding dups.
1501
1502         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
1503         Always load "fixed"
1504
1505         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
1506         for pangox.
1507
1508 2003-08-02  Matthias Clasen  <maclas@gmx.de>
1509
1510         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
1511         (palette_drop_handle): 
1512         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
1513         drops with the wrong format, since the KDE color chooser incorrectly
1514         drops application/x-color with format 8.  (#118810)
1515
1516         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
1517         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
1518         Accept drops with the wrong format, since the KDE color chooser 
1519         incorrectly drops application/x-color with format 8.  (#118810)
1520
1521 2003-08-02  Tor Lillqvist  <tml@iki.fi>
1522
1523         Fix gdk/win32 window geometry handling again. The window position
1524         in a GDK_CONFIGURE event should be that of the client area, not of
1525         the window decorations. (I was confused by the term "window
1526         border" in X11. It does *not* mean the window manager
1527         decorations. There are no X11-style window borders in Win32.)
1528         Also, this time do take the geometry hints into account
1529         appropriately when moving windows. Now testgtk's gravity test's
1530         move buttons work OK. There are stil problems with taking gravity
1531         into account when showing a hidden window.
1532
1533         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
1534         instead of separate fields.
1535         
1536         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
1537         adjust for decorations.
1538
1539         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
1540         adjust_for_gravity_hints): New functions.
1541         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
1542         above functions, take geometry hints into account.
1543         (gdk_window_set_geometry_hints): Size hints specicy client area,
1544         not including decorations.
1545
1546 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
1547
1548         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
1549         return an absolute path (#115590), fix a problem where
1550         you could crash the file selector with a looong name
1551         by returning a newly allocated buffer.
1552
1553 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
1554
1555         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
1556         bug in rarely or never hit code path (#118071,
1557         Tor Lillqvist)
1558
1559 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
1560
1561         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
1562         If the check for missing depths, try actually creating pixmaps
1563         of the depths to deal with Xinerama not reporting
1564         all the depths it should. (#115822)
1565
1566 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
1567
1568         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
1569         forward KeyRelease events as well as KeyPress events.
1570         (#115597)
1571
1572 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
1573  
1574         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
1575         if argc is 0 as well, instead of leaving it unset.
1576         (#116023, Michael Meeks)
1577  
1578 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1579
1580         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
1581         default to TRUE; ignore the property when api_mode != NEW_API
1582
1583 2003-07-31  Matthias Clasen  <maclas@gmx.de>
1584
1585         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
1586         to icon, to pacify gtk-doc.
1587
1588         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
1589         example. 
1590
1591 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1592
1593         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
1594
1595 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1596
1597         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
1598         overflow_item field.
1599
1600 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1601
1602         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
1603         an internal function
1604
1605         * gtk/gtktoolitem.h: remove unused declaration of
1606         _gtk_tool_item_get_drag_window().
1607
1608 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1609
1610         * gtk/gtktoolbutton.[ch]:
1611         (gtk_tool_button_new): swap icon_widget and label arguments to
1612         match BonoboUIToolbarButton.
1613
1614         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
1615
1616 2003-07-30  Matthias Clasen  <maclas@gmx.de>
1617
1618         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
1619         signal docs. 
1620
1621 2003-07-29  Tor Lillqvist  <tml@iki.fi>
1622
1623         Fix for #108007, #112402, #117042: There was confusion in
1624         gdk/win32 at various places whether a window position refers to
1625         the decoration position or the client area position. Also whether
1626         window size includes decorations or not.
1627         
1628         The correct interpretation apparently is that in GDK (like in
1629         X11), a top-level window position means the decoration's position,
1630         but size means the window's inner size (client area size). In the
1631         Win32 API, the window size usually includes the decorations,
1632         though.
1633         
1634         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
1635         #ifdef G_ENABLE_DEBUG.
1636         (handle_configure_event): New function, generates GDK_CONFIGURE
1637         events from WM_SIZE and WM_MOVE messages. Even if no event is
1638         generated because of the event mask, still set the private
1639         position and size fields. Calculate position and size correctly.
1640         (gdk_event_translate): Call handle_configure_event().
1641
1642         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
1643
1644         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
1645         macros. Cosmetic debugging output changes.
1646         (SafeAdjustWindowRectEx): Remove. If an application wants to
1647         locate a window outside of the screen, it's not GDK's business to
1648         prevent it. And anyway, with multiple monitors, negative
1649         coordinates are perfectly normal.
1650         (gdk_window_new): Adjust the window size for decorations after
1651         _gdk_window_init_position() has done its job. (But the big window
1652         code currently is presumably broken on Win32 anyway.)
1653         (gdk_window_move): The position passed in is supposed to be that
1654         of the window border, so don't need to adjust for decorations.
1655         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
1656
1657 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1658
1659         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
1660         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
1661         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
1662         gtk_toolbar_append_space, gtk_toolbar_insert_item,
1663         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
1664         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
1665         gtk_toolbar_new, gtk_toolbar_prepend_item):
1666
1667         Move documentation inline from template files.
1668
1669         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
1670         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
1671         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
1672         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
1673         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
1674         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
1675         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
1676
1677         Copy documentation from stable that was added after the EggToolbar
1678         branched.
1679
1680         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
1681
1682 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1683
1684         * gtk+/docs/: Commit autogenerated changes, so patches will make
1685         sense.
1686
1687 2003-07-27  Tor Lillqvist  <tml@iki.fi>
1688
1689         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
1690         the keyboard state returned by GetKeyboardState() doesn't
1691         distinguish between the left and right Control and Alt keys. Thus
1692         we cannot detect AltGr (which is supposed to be left Control +
1693         right Alt) the same way as on NT-based systems, but have to accept
1694         either Control + either Alt as AltGr.
1695
1696 2003-07-27  Matthias Clasen  <maclas@gmx.de>
1697
1698         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
1699         Fix function name in warning message.  (#118156, Tim-Philipp
1700         Mller)
1701
1702         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
1703         is-expander and is-expanded are boolean properties, not ints.
1704         (#118359, Josh Parsons)
1705
1706 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1707
1708         * gtk/gtkimagemenuitem.c
1709         (gtk_image_menu_item_toggle_size_request): don't request
1710         toggle_space when the image width is 0.
1711
1712 2003-07-25  Tor Lillqvist  <tml@iki.fi>
1713
1714         * gdk/win32/gdkprivate-win32.h
1715         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
1716         and _gdk_keyboard_has_altgr.
1717         
1718         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
1719         ones detailled here.
1720
1721         Code that has been ifdeffed out for a long time removed. Remove
1722         some really old doc comments that were left behind for some public
1723         functions, the official ones are in the X11 backend anyway. Change
1724         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
1725         multi-line boolean expressions to have the operators at ends of
1726         lines.
1727
1728         As mouse capture with SetCapture() indeed seems to work OK, no
1729         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
1730
1731         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
1732         needed at some time, and things seem to work fine now without
1733         (knock on wood).
1734
1735         Ifdef out the search for some Latin locale keyboard layout being
1736         loaded. Not used currently, but might be needed after all, if we
1737         decide that we want to be able to generate ASCII control character
1738         events with a non-Latin keyboard.
1739
1740         (assign_object): New helper function, handles the g_object_ref()
1741         and unref() calls when assigning GObject pointers.
1742                 
1743         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
1744         enter event when the pointer has moved to an ancestor window. Was
1745         left out by mistake.
1746
1747         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
1748
1749         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
1750         functionality, using ClipCursor().
1751                 
1752         (find_window_for_mouse_event): Splice part of code into new
1753         function find_real_window_for_grabbed_mouse_event().
1754
1755         (fixup_event, append_event, apply_filters): New functions, code
1756         refactored out from elsewhere.
1757
1758         (synthesize_enter_or_leave_event, synthesize_leave_event,
1759         synthesize_enter_event,
1760         synthesize_leave_events,synthesize_enter_events): Also take a
1761         GdkCrossingMode parameter, in preparation to generating
1762         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
1763
1764         (fixup_event, append_event, fill_key_event_string): New functions,
1765         code refactoring.
1766
1767         (vk_from_char, build_keypress_event, build_keyrelease_event):
1768         Removed as part of dropping WM_CHAR handling.
1769
1770         (build_key_event_state,gdk_event_translate): Call
1771         GetKeyboardState(), once, for each keyboard message, instead of
1772         several calls to GetKeyState() here and there.
1773
1774         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
1775         at it, do some major refactoring, and some fixes for potential
1776         problems noticed while going through the code.
1777
1778         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
1779         WM_KEYUP. Don't need the state variables related to whether to
1780         wait for WM_CHAR or not, and whether the current key is
1781         AltGr. Remove lots of complexity. Thus don't need the
1782         use_ime_composition flag.
1783
1784         Not handling WM_CHAR means dead key handling will have to be taken
1785         care of by GTK, but that seems to work fine, so no worry.
1786
1787         Another side-effect is that Alt+keypad digits don't work any
1788         longer, but it's better to learn to use GTK's ISO14755 support is
1789         anyway.
1790
1791         Be more careful in checking whether AltGr is involved. Only
1792         attempt to handle it if the keyboard actually has it. And
1793         explicitly check for *left* Control plus *right* Alt being
1794         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
1795         chars.
1796
1797         Handle keys using similar code as in the X11 backend. As we have
1798         built a keymap in gdkkeys-win32.c anyway, use it by calling
1799         gdk_keymap_translate_keyboard_state() to look up the keysym from
1800         the virtual key code and keyboard state. Build the key event
1801         string in exactly the same way as the X11 backend.
1802
1803         If an IME is being used, don't generate GDK events for keys
1804         between receiving WM_IME_STARTCOMPOSITION and
1805         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
1806         
1807         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
1808         the IME, not just the first one.
1809
1810         gdk_event_translate() is still quite complex, could split the
1811         message handler cases out into separate functions.
1812
1813         On mouse events, when the mouse is grabbed, use
1814         find_real_window_for_grabbed_mouse_event() in order to be able to
1815         generate correct crossing events.
1816         
1817         No longer take a pre-allocated GdkEvent as parameter. Instead,
1818         allocate events as needed and append them to the queue. (This is
1819         different from how gdk_event_translate() in the X11 backend
1820         works.) This change made the code much clearer, especially in the
1821         cases where we have to generate several GDK events for one Windows
1822         message.  Return FALSE if DefWindowProc() should be called, TRUE
1823         if not. If DefWindowProc() should not be called, also return the
1824         value to be returned from the window procedure.
1825
1826         (Previously, the interaction with gdk_event_translate()'s caller
1827         was much more complex, when we had to indicate whether the
1828         already-queued event should be left in the queue or removed, and
1829         in addition also had to indicate whether to call DefWindowProc()
1830         or not, and what value to return from the window procedure if
1831         not.)
1832
1833         Don't use a separate "private" variable required to be pointing to
1834         the GdkWindowObject of the "window" variable at all times. Just
1835         use casts, even if looks a bit uglier.
1836
1837         Notice destroyed windows as early as possible, and break out of
1838         the messsage switch.
1839
1840         Use _gdk_pointer_root as current_window when the pointer is
1841         outside GDK's top-level windows.
1842         
1843         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
1844         appropriate, based on ImmIsIME().
1845         
1846         (gdk_event_translate, gdk_event_send_client_message_for_display,
1847         gdk_screen_broadcast_client_message): Implement client messages.
1848         Use a registered Windows message to pass GDK client messages. Note
1849         that the amount of user data is restricted to four bytes, as it is
1850         carried in the LPARAM. (The WPARAM is used for the message type
1851         "atom".)
1852         
1853         (real_window_procedure): Adapt for new gdk_event_translate()
1854         interface.
1855
1856         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
1857         _gdk_input_locale_is_ime initially.
1858
1859         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
1860         of g_colormap_ref()/unref().
1861
1862         (gdk_window_new): Made code a bit more like the X11 one, pretend
1863         to handle screens (although we just have one for now).
1864
1865         * gdk/x11/gdkevents-x11.c
1866         (gdk_event_send_client_message_for_display,
1867         gdk_screen_broadcast_client_message): Document the user data
1868         limitation on Win32.
1869
1870         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
1871         and leave notify detail output.
1872
1873         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
1874         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
1875         for those, so that the GtkIMContextCimple compose tables will
1876         work. Deduce if the keyboard layout has the AltGr key, and set the
1877         above flag accordingly.
1878
1879 2003-07-26  Matthias Clasen  <maclas@gmx.de>
1880
1881         * gtk/gtkwidget.c: Document DND signals.
1882
1883 2003-07-24  Matthias Clasen  <maclas@gmx.de>
1884
1885         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
1886         insensitive when editing isn't possible.  (#118150)
1887
1888 2003-07-23  Matthias Clasen  <maclas@gmx.de>
1889
1890         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
1891         spinbutton wrap.  (#118097, John Darrington)
1892
1893         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
1894
1895 2003-07-20  Hans Breuer  <hans@breuer.org>
1896
1897         * makefile.msc : new file to build it all
1898         * Makefile.am : ... added to EXTRA_DIST
1899
1900         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
1901           gtk/makefile.msc.in tests/makefile.msc : updated
1902
1903         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
1904         functions
1905
1906         * gtk/gtkbbox.c : use g_return_val_if_fail() if
1907         there is a value to return
1908
1909         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
1910         static correctness
1911
1912         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
1913         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
1914
1915         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
1916
1917         * gtk/gtkimmulticontext.c : use gtkprivate.h
1918
1919         * gtk/stock-icons/stock_color_picker_25.png
1920           gtk/stock-icons/stock_jump_to_rtl_16.png
1921           gtk/stock-icons/stock_jump_to_rtl_24.png
1922           gtk/stock-icons/stock_redo_rtl_16.png
1923           gtk/stock-icons/stock_redo_rtl_24.png
1924           gtk/stock-icons/stock_undelete_rtl_16.png
1925           gtk/stock-icons/stock_undelete_rtl_24.png
1926           gtk/stock-icons/stock_undo_rtl_16.png :
1927           gtk/stock-icons/stock_undo_rtl_24.png :
1928         readded as binary
1929
1930 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1931
1932         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
1933         leftover request of {xy}thickness
1934
1935 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1936
1937         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
1938         attempt to add a NULL icon to the box.
1939
1940 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1941
1942         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
1943         on focus in/out.
1944
1945 2003-07-19  Matthias Clasen  <maclas@gmx.de>
1946
1947         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
1948         * gtk/gtkiconfactory.c (get_default_icons): Add
1949         stock_dialog_authentication_48.  (#65765) 
1950         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
1951         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
1952
1953         * gtk/gtkbbox.h: 
1954         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
1955         function. (#64562) 
1956
1957 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1958
1959         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
1960         declaration
1961
1962         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
1963         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
1964         instead of full draws.
1965
1966 2003-07-18  Matthias Clasen  <maclas@gmx.de>
1967
1968         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
1969
1970         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
1971         signal, move_viewport. 
1972         (gtk_text_view_move_viewport): New function which implements the
1973         move_viewport functionality. 
1974         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
1975         the viewport. (#78669) 
1976
1977         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
1978         move_viewport argument. 
1979
1980         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
1981         property.  (#111779) 
1982
1983         * gtk/gtkwindow.h: 
1984         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
1985
1986         * gtk/gtkmessagedialog.h:
1987         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
1988         (#65501, Sebastian Rittau)
1989
1990 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1991
1992         * gtk/gtktextview.c (changed_handler): use
1993         gtk_widget_queue_resize_noredraw().
1994
1995 2003-07-16  Jody Goldberg <jody@gnome.org>
1996
1997         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
1998
1999 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2000
2001         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
2002         API. 
2003
2004 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2005
2006         By popular request give toolbuttons a border.
2007         
2008         * gtk/gtktoolitem.c
2009         (gtk_tool_item_size_allocate):
2010         (gtk_tool_item_size_request): don't request and allocate a border
2011         around the child
2012
2013         * gtk/gtktoolbutton.c 
2014         (gtk_tool_button_size_allocate):
2015         (gtk_tool_button_size_request): remove these functions
2016
2017         * gtk/gtktoolbar.c 
2018         (gtk_toolbar_size_request):
2019         (gtk_toolbar_size_allocate): request and allocate a border if we
2020         have a shadow.
2021
2022 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
2023
2024         Merged from stable.
2025
2026         Fixes issues pointed out by Morten Welinder in #115140.
2027
2028         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
2029         (do_validate_rows): update validated_area with a logic OR instead
2030         of a bitwise OR,
2031         (validate_rows_handler): make the if statement match the one in
2032         validate_rows(), so we don't leak the timeout.
2033
2034 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
2035
2036         Merged from stable.
2037
2038         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
2039         should only grab focus back if the "cell_editable" widget still
2040         has focus. (Fixes #110104, testcase provided by Marco Pesenti
2041         Gritti).
2042
2043 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
2044
2045         Merged from stable.
2046
2047         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
2048         Don't set attr.event_mask twice, those things were meant to be
2049         ORred. (#115139, pointed out by Morten Welinder).
2050
2051 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
2052
2053         Merged from stable.
2054
2055         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
2056         if needed. (Fixes #115869, reported by Michael Natterer).
2057
2058 2003-07-15  Matthias Clasen  <maclas@gmx.de>
2059
2060         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
2061         Fight against gtk-doc stupidity.
2062
2063 2003-07-13  Matthias Clasen  <maclas@gmx.de>
2064
2065         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
2066         targets, to pacify gtk-doc.
2067
2068 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2069
2070         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
2071         label_text, label_widget and icon_widget. (#117312, 
2072         Christian Persch)
2073         
2074 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2075
2076         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
2077         "horizontal-offset" and "vertical-offset" that determines the
2078         position of the menu when it is a submenu. 
2079
2080         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
2081         submenus according to new vertical- and horizontal-offset
2082         properties.
2083
2084 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
2085
2086         Merged from stable.
2087
2088         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
2089         case drags to "0", scroll to the top after dropping. (Fixes #94968,
2090         reported by Alp Toker).
2091
2092 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
2093
2094         Merged from stable.
2095
2096         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
2097         code (#115784, Owen Taylor).
2098
2099 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
2100
2101         Merged from stable.
2102
2103         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
2104         free the old text and extra_attrs *after* we parsed the new
2105         markup string. (Fixes #114485, reported by Owen Taylor).
2106
2107 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
2108
2109         Merged from stable.
2110
2111         Fixes #113904, testcase provided by Rene Seindal.
2112
2113         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
2114         pressed_button to -1 when a row has been activated,
2115         (gtk_tree_view_motion_bin_window): only start a drag if there's
2116         a button being pressed.
2117
2118 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
2119
2120         Merged from stable.
2121
2122         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
2123         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
2124         to avoid a roundtrip (#110272, Owen Taylor).
2125
2126 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
2127
2128         Merged from stable.
2129
2130         This patch really really fixes scrolling. Related bugs: #81627,
2131         testcase provided by Timo Sirainen, #111500, testcase provided by
2132         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
2133
2134         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
2135         which is equal to the lower border of the window means scrolling
2136         to an invisible row, always update the dy when scrolling to an
2137         invisible row, corrected area_above/below calculations for
2138         invisible rows, when walking the tree correct the size
2139         subtracted for invalidated rows, fix wrong logic in comment.
2140
2141 2003-07-11  Matthias Clasen  <maclas@gmx.de>
2142
2143         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
2144         mime_types.  (#117219, Steve Chaplin)
2145
2146 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
2147
2148         * gdk/x11/gdkevents-x11.c (get_real_window)
2149         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
2150         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
2151         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
2152         Don't assume that all events start with XEventAny - Xkb events
2153         don't! (#105745). So, only do that for core events, and for
2154         non-core events, add a system for registering event types
2155         that start with XEventAny.
2156
2157         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
2158         Check to see if the result of gdk_window_lookup_for_display()
2159         is actually a window.
2160
2161 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
2162
2163         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
2164         check a silent assert, so it follows the g_free() behaviour.
2165
2166 2003-07-11  Matthias Clasen  <maclas@gmx.de>
2167
2168         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
2169         vertically.  (#109823, Joe Shaw)
2170
2171 2003-07-11  Morten Welinder  <terra@gnome.org>
2172
2173         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
2174         access error.  (#69436)
2175
2176 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
2177
2178         Landing GtkTreeModelFilter and the completion code. (Test program
2179         and documentation will follow next week).
2180
2181         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
2182         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
2183
2184         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
2185         necessary code to hook up completion.
2186
2187         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
2188         GtkCellLayout interface.
2189
2190         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
2191
2192         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
2193         source files.
2194
2195 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
2196
2197         Merge from stable.
2198
2199         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
2200         directly return from ->window_at_pointer, but set win_x and win_y
2201         first if needed. (Fixes #110166, reported by Arno Charlet).
2202
2203         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
2204         function to accept GdkDrawables and not just GdkWindows. This was
2205         already done in some other functions a while back, but this patch
2206         got lost for some reason.
2207
2208 2003-07-09  Matthias Clasen  <maclas@gmx.de>
2209
2210         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
2211         direction when sorting children.  (#116540, Soeren Sandmann)
2212
2213 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
2214
2215         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
2216         Change _gdk_x11_send_xevent_async() to 
2217         _gdk_x11_send_client_message_async() avoid using Xlib
2218         internals that are different on Solaris. 
2219         (#116917, Morten Welinder)
2220
2221 2003-07-08  Matthias Clasen  <maclas@gmx.de>
2222
2223         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
2224         (#116501, Doug Quale)
2225
2226 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2227
2228         * gtk/gtktoggletoolbutton.h: remove strange #define
2229         * gtk/gtktoolbutton.h: fix cut'n'paste error
2230         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
2231         private data
2232         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
2233         private data instead of g_new0()
2234         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
2235         instance private data
2236
2237 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2238
2239         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
2240         for INPUT_ONLY window
2241         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
2242         * gtk/gtknotebook.c (gtk_notebook_realize): same
2243         * gtk/gtkexpander.c (gtk_expander_realize): same
2244         * gtk/gtkrange.c (gtk_range_realize): same
2245
2246         Fix #116303
2247
2248 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2249
2250         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
2251         when detail is "menuitem". With the new menu look is isn't needed
2252         anymore.
2253
2254         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
2255         resize here, so that tool items will get a chance to relayout
2256         themselves based on the toolbar configuration.
2257
2258         change DEFAULT_SPACE_SIZE to 4 instead of 5
2259
2260         * gtk/gtktoolbar.c 
2261         Get rid of "!GTK_BIN (item)->child means separator". Separators
2262         are widgets in their own right
2263
2264         change DEFAULT_SPACE_SIZE to 4 instead of 5
2265         
2266         (get_space_size): remove this function
2267         (toolbar_item_is_homogeneous): new function
2268
2269         * gtk/gtkseparatortoolitem.c
2270         (gtk_separator_tool_item_size_request): new function.
2271
2272 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2273
2274         * gtk/gtktoggletoolbutton.h: use private data, add new
2275         internal function _gtk_toggle_tool_button_get_button()
2276
2277         * gtk/gtktoolbutton.h: move to private data
2278
2279         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
2280         private data.
2281
2282 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2283
2284         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
2285         type check, (#116947, Krasimir Angelov)
2286
2287         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
2288         
2289         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
2290         data. Not instance private data yet, because of bug 116921.
2291
2292         * gtk/gtktoolitem.h: new accessors:
2293                 gtk_tool_item_get_homogeneous ()
2294                 gtk_tool_item_get_expand ()
2295                 gtk_tool_item_get_pack_end ()
2296                 gtk_tool_item_get_use_drag_window ()
2297
2298 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2299
2300         * gtk/gtkcellrenderertext.c
2301         (gtk_cell_renderer_text_class_init): remove accidentally committed
2302         debugging spew
2303
2304         * gtk/gtktoolbar.c
2305         (gtk_toolbar_paint_space_line): remove this function
2306         (gtk_toolbar_expose): always propagate expose, even if the item is
2307         a separator item
2308
2309         * gtk/gtkseparatortoolitem.c
2310         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
2311         (get_space_size): new function.
2312         (get_space_style): new function
2313
2314 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
2315
2316         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
2317         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
2318         of GDK_POINTER_MOTION_HINT_MASK.
2319
2320         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
2321         of the drag into an idle as a superior form of 
2322         expose compression.
2323
2324         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
2325         creation here, so that we have an icon at the start
2326         of the drag (e.g., when retrieving the window cache
2327         information.)
2328
2329 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2330
2331         * docs/widget_geometry.txt: better drawing of GtkMenuItem
2332         * docs/widget_geometry.txt: add notes about GtkMenu
2333         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
2334
2335 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2336
2337         * gtk/gtkmenu.c: add vertical_padding style property.
2338         
2339         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
2340         arrow_spacing and horizontal_padding. Also center separators and
2341         make them a bit taller.
2342
2343         * gtk/*menuitem.c: use new style properties.
2344         
2345         * docs/widget_geometry.txt: Add note about GtkMenuItem
2346
2347         * gtk/gtkstyle.c 
2348         (gtk_default_draw_vline, gtk_default_draw_hline):
2349         fix +/-1 errors. 
2350
2351         (gtk_default_draw_shadow): draw a black border around menus.
2352
2353         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
2354         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
2355         x2 and y1, y2 respectively, not x, width and y, height).
2356
2357 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
2358
2359         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
2360         all the atoms in the target list at once.
2361
2362         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
2363         Local drag short-circuit.
2364
2365         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
2366         local case, poke the actions in directly instead of
2367         going through xdnd_set_actions.
2368
2369         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
2370         the local case.
2371
2372         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
2373         XSelectInput()/add a filter if the drag is local.
2374
2375         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
2376         Simplify handling of "XdndSelection".
2377
2378         * gdk/x11/gdkevents-x11.c
2379         (gdk_event_send_client_message_to_all_recurse): Somehow,  
2380         a WM_STATE => _NET_WM_STATE change hand been made here.
2381
2382         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
2383         xatom_names, not atom_names.
2384
2385         * tests/testdnd.c (target_drag_motion): Make the trashcan
2386         open again. (Got lost in deprecation cleanup.)
2387
2388 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
2389
2390         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
2391         earlier, so we don't get a big pile of uncompressed
2392         motion events before the grab takes effect.
2393
2394         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
2395         gdk_window_process_all_updates() so that the area
2396         we are dragging over gets a change to redraw.
2397
2398         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
2399         gdk_window_get_position(), not gdk_window_get_origin().
2400
2401         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
2402         gdkdisplay-x11.h: use XShapeQueryExtension to 
2403         avoid duplicate XQueryExtension when we actually
2404         use it. Remove unnecessary caching in GdkDisplayX11.
2405
2406 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
2407
2408         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
2409         Function to get a range of information about all the
2410         children of a window in a single pass.
2411
2412         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
2413         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
2414         _gdk_x11_get_window_child_info() to greatly reduce
2415         the number of roundtrips.
2416
2417 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
2418
2419         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
2420         a function to XSendEvent() and call a calback on
2421         failure/success.
2422
2423         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
2424         messages to the same process, use _gdk_send_xevent_async().
2425
2426 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
2427
2428         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
2429         toplevel-specific pieces of GdkWindowImplX11 into
2430         a separate GdkToplevelX11 structure.
2431
2432 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
2433
2434         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
2435         some leftover fields.
2436
2437 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
2438
2439         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
2440         Use asynchronously _gdk_x11_set_input_focus_safe
2441         to avoid having to trap errors and XSync().
2442
2443         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
2444         _gdk_x11_set_input_focus_safe() here as well.
2445
2446         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
2447         Rework handling of property notifies on _NET_WM_STATE
2448         so that we ignore _NET_WM_DESKTOP notifies unless we
2449         really care.
2450
2451         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
2452         XShmQueryExtension() rather than XQueryExtension() to
2453         avoid extra rountrip.
2454
2455         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
2456         Remove unused call to XGetWindowAttributes()
2457         
2458         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
2459         unused call to XGetKeyboardControl().
2460
2461         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
2462         Add (#99571)
2463
2464         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
2465         No-op implementations of gdk_display_flush().
2466
2467         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
2468         gdk_display_flush() rather than gdk_flush() to avoid
2469         XSync().
2470         
2471         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
2472         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
2473         so that we don't have to get the property back from the server.
2474
2475         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
2476         the serial of when we map a toplevel to allow optimizing
2477         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
2478
2479         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
2480         XTranslateCoordinates() for override-redirect windows.
2481
2482 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
2483
2484         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
2485         about setting window group after the window is mapped from docs
2486         - nothing the ICCCM forbids that.
2487
2488         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
2489         Fix g_return_val_if_fail() in void return function.
2490
2491         * configure.in: Fix misplaced comma that was resulting
2492         in XShm always being disabled.
2493
2494 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2495
2496         * tests/stresstest-toolbar: remove this accidentally committed
2497         file.
2498         
2499         * tests/stresstest-toolbar.c: really add this new test
2500
2501 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2502
2503         * tests/stresstest-toolbar.c: new test for removing items
2504         
2505         * tests/testtoolbar.c: add a popup menu
2506
2507         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
2508           assert widget->parent == container when the container is a
2509           toolbar.
2510
2511         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
2512         simpler. Also make correct.
2513
2514         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
2515         popup_context_menu a boolean handled signal.
2516
2517 2003-07-04  Tor Lillqvist  <tml@iki.fi>
2518
2519         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
2520         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
2521         the width and height of the bounding rectangle only after the
2522         minumum x and y have been found, and need a separate loop for
2523         it. Thanks to Bruce Hochstetler for providing a sample program
2524         exhibiting the bug.
2525
2526 2003-07-03  Tor Lillqvist  <tml@iki.fi>
2527
2528         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
2529         (#116537, Peter Zelezny)
2530
2531 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2532
2533         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
2534         fix warning. Assign something to old_value to quiet gcc
2535
2536         * gtk/gtkcalendar.c 
2537         (start_spinning): gtk_timeout_add->g_timeout_add
2538
2539         * gtk/gtkicontheme.c 
2540         (theme_lookup_icon): Make it compile (remove double semicolon)
2541
2542         * gtk/gtktoolbutton.c
2543         (gtk_tool_button_class_init): Long comment about properties.
2544         (gtk_tool_button_class_init): Improve text for "use_underline"
2545         property
2546         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
2547         on whether the passed-in label has use_mnemonic set
2548         (gtk_tool_button_create_menu_proxy): Split image cloning out in
2549         new function. Make that function also handle image with pixbuf
2550         storage.
2551         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
2552         instead of gtk_container_remove().
2553         (gtk_tool_button_construct_contents): Fix eliding bug
2554
2555         * gtk/gtktoolbar.c
2556         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
2557         by Morten Welinder
2558         (gtk_toolbar_button_press): Make popup_context_menu signal provide
2559         coordinates and button number
2560
2561         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
2562
2563         * tests/apple-red.png: new file
2564
2565 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
2566          
2567         * gtk/gtkicontheme.[ch]: Implement a loader for
2568         named themed icon based on from gnome-desktop library
2569         by Alex Larsson.
2570
2571         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
2572         from gnome-desktop.
2573
2574         * gtk/gtkiconfactory.[ch]: Add
2575         gtk_icon_source_set/get_icon_name() to allow stock icons
2576         to be based off of named theme icons.
2577
2578         * gtk/gtkiconfactory.c: Rework sources so that the source
2579         is *either* a pixbuf, or a filename, or an icon name,
2580         instead of the pixbuf/filename mix it was before. Put a
2581         workaround for get_pixbuf() so that it can return the
2582         filename pixbuf, e.g, for render_icon().
2583
2584         * gtk/gtkiconfactory.c: Make the default setup use
2585         themed icons, and add builtin icons to the default
2586         icon theme for all the standard pixbufs, so we
2587         don't rely on actually having an icon theme on disk.
2588
2589         * gtk/gtkrc.c: Add support for @"icon-name" to specify
2590         a themed icon for a stock icon source.
2591
2592         * tests/Makefile.am test/testicontheme.c: Add a test
2593         program from gnome-desktop.
2594
2595         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
2596         Net/IconThemeName / gtk-icon-theme-name setting.
2597
2598         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
2599         update the icon cache serial so we don't continually
2600         think we are out-of-date.
2601
2602         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
2603         to ::direction_set that should have been to ::direction-changed
2604
2605 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
2606
2607         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
2608         style to the widget.
2609
2610 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2611
2612         * gtk/gtk.h: Add new toolbar headers
2613
2614         * tests/testtoolbar.c: new file
2615
2616         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
2617
2618         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
2619
2620 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2621
2622         * gtk/gtktoolbar.c:
2623         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
2624         inside a for loop (pointed out by Morten Welinder).
2625         (gtk_toolbar_focus_home_or_end): Minor formatting change
2626
2627         Comments from Owen:
2628
2629         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
2630         gtk_toolbar_elide_underscores instead.
2631
2632         * gtk/gtktoolbar.c: rename signal from focus_ends to
2633         focus_home_or_end.
2634         (_gtk_toolbar_elide_underscores): export this as an internal
2635         function.
2636         (gtk_toolbar_move_focus): add comment explaining difference to
2637         gtk_toolbar_focus();
2638         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
2639         TAB_BACKWARD focus the right widgets in RTL mode
2640
2641         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
2642         "label" and "icon" parameters
2643
2644         * gtk/gtktoolbutton.[ch]: remove icon_set property.
2645
2646 2003-07-01  Matthias Clasen  <maclas@gmx.de>
2647
2648         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
2649         (116364, Morten Welinder) 
2650
2651         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
2652         corresponding dialogs.
2653
2654         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
2655         gtkcolorbutton.h.  
2656         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
2657
2658         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
2659
2660         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
2661
2662         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
2663
2664         * gtk/gtkexpander.c: Small additions to the docs. 
2665
2666 2003-07-01  Tor Lillqvist  <tml@iki.fi>
2667
2668         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
2669         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
2670
2671 2003-07-01  Matthias Clasen  <maclas@gmx.de>
2672
2673         * configure.in: Check for Xcursor.
2674         
2675         * gdk/x11/gdkcursor-x11.c:
2676         * gdk/gdkdisplay.h: 
2677         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
2678         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
2679         gdk_display_supports_cursor_color(),
2680         gdk_display_get_default_cursor_size() and 
2681         gdk_display_get_maximal_cursor_size().  (#69436)
2682
2683 2003-06-30  Tor Lillqvist  <tml@iki.fi>
2684
2685         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
2686         callback proc for EnumWindows().
2687         (gdk_drag_find_window_for_screen): Actually take the drag_window
2688         argument into account: Instead of using WindowFromPoint(), use
2689         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
2690         M Brown, Herman Bloggs)
2691
2692         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
2693         gdk_window_ref()/unref() calls with g_object_ref()/unref().
2694         Consistently use %p format in debugging output of pointers and
2695         HANDLEs.
2696
2697 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
2698
2699         * gtk/gtkexpander.h: kill some stray characters
2700         breaking the build.
2701
2702 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
2703
2704         Add GtkExpander. See discussion in bug #60553.
2705
2706         * gtk/gtkexpander.[ch]: add.
2707         
2708         * gtk/Makefile.am: build gtk-expander.[ch].
2709         
2710         * docs/widget_geometry.txt: add info on the layout
2711         of GtkExpander.
2712
2713 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2714
2715         * gtkradiotoolbutton.c:         new file
2716         * gtkradiotoolbutton.h:            "
2717         * gtktoggletoolbutton.c:           "
2718         * gtktoggletoolbutton.h:           "
2719         * gtktoolbutton.c:                 "
2720         * gtktoolbutton.h:                 "
2721         * gtktoolitem.c:                   "
2722         * gtktoolitem.h:                   "
2723         * gtktoolbar.c: many changes
2724         * gtktoolbar.h: many changes
2725         * gtkseparatortoolitem.c:       new file
2726         * gtkseparatortoolitem.h           "
2727
2728         New toolbar.
2729         
2730         - Items on a toolbar are now separate widgets, instances of a
2731           subclass of GtkToolItem.
2732
2733         - Items there aren't room for on the toolbar are unmapped, and an
2734           overflow menu with a proxy menu item is added instead.
2735
2736         - The toolbar is keyboard navigatable. Press TAB to focus the
2737           first item, then use arrow keys and Ctrl TAB to move around the
2738           toolbar. TAB moves focus out of the toolbar.
2739
2740         - Bascially all of the old toolbar API is deprecated in favor of
2741           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
2742
2743         - The toolbar is backwards compatible with the old toolbar.
2744
2745 2003-06-29  Matthias Clasen  <maclas@gmx.de>
2746
2747         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
2748         from docs, some more formatting fixes. 
2749
2750 2003-06-28  Tor Lillqvist  <tml@iki.fi>
2751
2752         Fix for #111028, thanks to J. Ali Harlow, who writes:
2753         I found that the GdkPixmap->GdkImage reference really isn't
2754         important. It's only really there to have somewhere convenient to
2755         store the location of the pixel data in the pixmap and as an easy
2756         way of accessing the dimensions of that data. I have therefore put
2757         together a fix which removes this reference entirely which seems
2758         to solve the problem.
2759
2760         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
2761         Instead of a pointer to a GdkImage, keep a pointer to the pixels
2762         directly.
2763
2764         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
2765         (_gdk_win32_new_image): New function, replacing the above. Creates
2766         a GdkImage without any associated GdkPixmap.
2767         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
2768
2769         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
2770
2771         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
2772         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
2773         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
2774         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
2775         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
2776         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
2777         Corresponding changes.
2778
2779 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2780
2781         * gtk/gtktreeviewcolumn.c
2782         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
2783         and "is_expanded" if the new value is different fromt he old one.
2784
2785 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
2786
2787         * docs/faq/gtk-faq.sgml: Fix typos. Update
2788         thread example I missed yesterday.
2789
2790 2003-06-24  Matthias Clasen  <maclas@gmx.de>
2791
2792         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
2793         shadow_type. 
2794
2795         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
2796         (gtk_widget_class_list_style_properties): Use same parameter names as in  
2797         header (to silence gtk-doc).
2798
2799         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
2800
2801 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
2802
2803         * docs/faq/gtk-faq.sgml: Thread support updates
2804         from Owen. Various suggestions from Steve Chaplin.
2805
2806 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
2807
2808         * po/id.po: Updated Indonesian translation
2809
2810 2003-06-21  Tor Lillqvist  <tml@iki.fi>
2811
2812         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
2813         emulating X11's automatic grab on button down, pass owner_events
2814         as FALSE. According to the XLib spec, automatic grabs use True for
2815         owner_events when OwnerGrabButtonMask is selected, and I don't see
2816         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
2817         (find_window_for_pointer_event): Improve debugging output.
2818
2819 2003-06-17  Tor Lillqvist  <tml@iki.fi>
2820
2821         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
2822         subdirectory, where libtool 1.5 installs them.
2823
2824         * README.win32: Point to FSF's binary Win32 distribution of
2825         gettext-runtime.
2826
2827 2003-06-17  Matthias Clasen  <maclas@gmx.de>
2828
2829         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
2830         macros to check for XML catalog contents and path, borrowed from
2831         gtk-doc. 
2832         * configure.in: New option --enable-man to enable regeneration of
2833         man pages from Docbook, if the necessary tools are found.
2834
2835 2003-06-15  Matthias Clasen  <maclas@gmx.de>
2836
2837         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
2838         * gtk/gtknotebook.c (gtk_notebook_class_init): 
2839         * gtk/gtkalignment.c (gtk_alignment_class_init): 
2840         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
2841         as 2.4 additions.
2842
2843         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
2844         to the proper place, immediately before the g_signal_new() call.
2845
2846         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
2847         more obvious.  (#115122, Jeff Franks)
2848
2849 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
2850
2851         * gtk/gtkwidget.c: (event_window_is_still_viewable):
2852         Special case pixmaps. (#114880)
2853         
2854 2003-06-12  Matthias Clasen  <maclas@gmx.de>
2855
2856         * gtk/gtkwidget.c: Document child-notify and drag-data-received
2857         signals. Owen, we need to figure out where the best place for
2858         these comments in the source is. I currently put them in front of
2859         the signals enum.
2860
2861 2003-06-11  Matthias Clasen  <maclas@gmx.de>
2862
2863         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
2864
2865 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
2866
2867         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
2868         silly typo fix. s/seperator/separator/. This gets rid of the
2869         assert spam when using TreeView.
2870
2871 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
2872
2873         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
2874         function for XIM instantiate callback.
2875         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
2876         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
2877         actually made.
2878         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
2879         for XIM's destroy callback.
2880         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
2881         is set or not - if it's not set, call xim_info_try_im() to try to
2882         initiaize it.
2883         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
2884         filter_key_release flag of the context.
2885         * modules/input/gtkimcontextxim.c (get_ic_real): removed
2886         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
2887         code from the removed get_ic_real().
2888
2889         For XIM instantiation, destruction and re-instantiation. With
2890         this, Gtk+ apps will be able to connect or reconnect to the XIM,
2891         when it starts after the apps, or when the XIM gets lost and recover.
2892         (#113099, #107782).
2893
2894 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
2895
2896         Merged from stable.
2897
2898         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
2899         check if width is !null, not *width. Doh.
2900
2901 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
2902
2903         Merged from stable.
2904
2905         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
2906         Remove the weird dx logic, get all cell_area and background_area
2907         calculations right. Not sure what was up with it before. (Fixes
2908         #110989, testcase from Vasco Alexandre da Silva Costa).
2909
2910 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2911
2912         * tests/testgtk.c: Make it compile with C89 compilers
2913
2914 2003-06-10  Matthias Clasen  <maclas@gmx.de>
2915
2916         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
2917         property "overwrite".
2918         (gtk_text_view_[gs]et_property): Handle "overwrite".
2919         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
2920         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
2921
2922 2003-06-09  Matthias Clasen  <maclas@gmx.de>
2923
2924         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
2925         properties "resize" and "shrink".
2926         (gtk_paned_[gs]et_child_property): Implementations of 
2927         GtkContainer::[gs]et_child_property.  
2928         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
2929         paned child properties instead of remove/add hacks.  (#114667, 
2930         Soeren Sandmann) 
2931
2932 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
2933
2934         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
2935         out event->window test - it wasn't needed because
2936         of the call to get_widget_coordinates().
2937
2938         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
2939         call to gtk_widget_grab_focus() when not clicking on
2940         any tabs. (Real fix for #114534)
2941
2942 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
2943
2944         * tests/testdnd.c: Use application/x-rootwindow-drop for
2945         root window drops. (#108670, Alex Larsson)
2946
2947         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
2948         Accept either application/x-rootwin-drop (what GTK+ has always used)
2949         or application/x-rootwindow-drop (what the XDND standard specifies).
2950
2951 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
2952
2953         * gtk/gtkwidget.c (event_window_still_viewable): 
2954         Before delivering an event to a widget, check that
2955         (if relevant), the event's window is still viewable.
2956         (#105642, Dennis Björklund)
2957
2958         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
2959         NULL out private->parent, since after destruction
2960         it might not be valid any more.
2961
2962         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
2963         accesses before g_return_val_if_fail(). Treat 
2964         DESTROYED windows as unmapped.
2965
2966 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
2967
2968         * gtk/gtkentry.c: Recompute unconditionally in
2969         gtk_entry_style_set, and in a new gtk_label_screen_changed().
2970         Protect the guts of recompute_idle_func() with
2971         gtk_widget_has_screen(). (#114040, Morten Welinder) 
2972         Fix FALSE/0 confusion.
2973         
2974 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2975
2976         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
2977         Fixes (#114669)
2978
2979 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
2980
2981         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
2982         set_adjustment (viewport, NULL);
2983
2984 2003-06-07  Matthias Clasen  <maclas@gmx.de>
2985
2986         * gtk/gtkiconfactory.c (get_default_icons): 
2987         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
2988         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
2989         undelete and revert.  (#96633)
2990         
2991 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
2992
2993         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
2994         refactoring of code to reduce duplication; fixes include:
2995
2996         - gtk_viewport_realize(): Position the window correct from adjustment 
2997         values. (#110737, Michael Natterer)
2998
2999         - Remove some division-by-zero checks in places where there is no 
3000         longer division. (#110737)
3001
3002         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
3003         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
3004         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
3005
3006         - Switch over to encapsulated lazy-creation for hadjustment/
3007         vadjustment; even with the CONSTRUCT property, we need this after
3008         destroy.
3009
3010         - When updating the adjustment, immediate set their values to
3011         match the the current range of the viewport, and update the 
3012         viewport position to match the value of the new adjustments. 
3013         (Part of #1165)
3014
3015 2003-06-06  Tor Lillqvist  <tml@iki.fi>
3016
3017         * gdk/win32/gdkprivate-win32.h: Fix typo.
3018
3019         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
3020         graphics_exposures and subwindow_mode, too, even if they aren't
3021         currently used.
3022
3023 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
3024
3025         Merged from stable.
3026
3027         * gtk/gtktreeview.c (do_expand_collapse),
3028         (expand_collapse_timeout), (cancel_arrow_animation): made
3029         expand_collapse_timeout a wrapper with locks around     
3030         do_expand_collapse, made cancel_arrow_animation use
3031         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
3032         Peter Bloomfield).
3033
3034 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
3035
3036         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
3037         * modules/input/gtkimcontextxim.c (preedit_start_callback,
3038         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
3039         to keep preedit-[start,changed,end] signals from being called during
3040         finalization (#111861).
3041
3042 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
3043
3044         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
3045         presses that are not on the tab (#114534).
3046
3047 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
3048
3049         * demos/Makefile.am: Conditionalize dependencies for
3050         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlowe). 
3051         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
3052         test-inline-pixbufs.h if we don't have libpng.
3053
3054         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
3055         Add a dependency on gdk-pixbuf.loaders when not 
3056         cross-compiling, remove the dependency on gdk-pixbuf-csource
3057         when not cross compiling.
3058
3059 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
3060
3061         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
3062         gtk_window_get_geometry_info() returning NULL.
3063         (#107311, John Finlay)
3064
3065 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
3066
3067         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
3068         twice the border width from the width/height, not
3069         1x the border width. (#106336, Rodney Dawes)
3070
3071 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
3072  
3073         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
3074         If at the end of the buffer, move to the end iter -
3075         parallels behavior of move_iter_to_previous_line.
3076         (#81960, Padraig O'Briain)
3077  
3078 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
3079
3080         #80023, Yao Zhang, TOKUNAGA Hiroyuki
3081
3082         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
3083         Account for the preedit cursor offset if the iter passed
3084         in is at the same place as the insertion cursor.
3085
3086         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
3087         Encapsulate getting the insertion cursor location.
3088
3089         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
3090         Pass the real y/height to the IM context. Take 
3091         text_view->x/yoffset into account.
3092
3093 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
3094
3095         * gtk/gtktextview.[ch]: Never scroll on focus in
3096         (#81893, Patch from Paolo Maggi)
3097
3098         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
3099         Scroll to the current cursor location before handling
3100         the action, in case the user just tabbed in
3101         and the cursor is offscreen.
3102
3103 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
3104          
3105          #107883, Gustavo Giráldez
3106
3107         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
3108         Split out the case where we know we changed, and 
3109         already dealt with our cached line being invalidated
3110         from external calls to gtk_text_layout_changed.
3111
3112         * gtk/gtktextlayout.c (gtk_text_layout_changed):
3113         Check if the invalidate yrange intersects our
3114         cached line, and clear it if necessary.
3115
3116 2003-06-05  Tor Lillqvist  <tml@iki.fi>
3117
3118         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
3119         filters.
3120
3121 2003-06-05  Matthias Clasen  <maclas@gmx.de>
3122
3123         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
3124         (gtk_text_view_grab_notify): 
3125         (gtk_text_view_state_changed): Implement these
3126         to unobscure cursor when grab shadowed or insensitised.
3127         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
3128         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
3129         gtk_text_view_motion_event().
3130         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
3131
3132         * gtk/gtktextview.c (select_all): New keybinding signal for
3133         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
3134
3135         * gtk/gtkcalendar.c (calendar_timer): 
3136         (stop_spinning): Replace deprecated gtk_timeout_* functions by
3137         their GLib counterparts.  (#114429)
3138
3139         * gtk/gtktreestore.c (gtk_tree_store_new): 
3140         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
3141         types.
3142
3143 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
3144
3145         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
3146         When drawing underlines, join up adjacent runs
3147         where possible, so we don't get changes in 
3148         shaper/font/etc. breaking underlines. (#103662,
3149         Kang Jeong-Hee)
3150
3151 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
3152
3153         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
3154         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
3155         improve the speed of inserting rows into an already sorted list,
3156         #109292
3157
3158 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
3159
3160         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
3161         track of when we have a clip mask set for the GC,
3162         and when we unset it, or switch to a clip region,
3163         immediately call XSetClipMask (..., None) to avoid
3164         Xlib caching stale data. (#111806)
3165
3166         * gtk/gtktextdisplay.c: Don't set a clip mask
3167         when drawing alpha pixmaps; it isn't necessary any more.
3168         (#111806)
3169
3170 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
3171
3172         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
3173         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
3174         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
3175         (#92548, Tim Evans)
3176
3177         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
3178         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
3179         Use state_type = STATE_INSENSITIVE for insensitive menu items.
3180
3181 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
3182
3183         Merged from stable.
3184
3185         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
3186         assert for get_info. (reported by Michael Natterer),
3187         (gtk_tree_view_expand_all_emission_helper),
3188         (gtk_tree_view_expand_all_helper): emit row_expanded for all
3189         expanded rows during an _expand_all operation. (Fixes #111280,
3190         reported by Benjamin Bayart).
3191
3192 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
3193
3194         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
3195         respond to pings on a root window; prevents infinite
3196         loops if we are selecting for SubstructureNotify on the
3197         root window. (#111945, Sergey V. Udaltsov)
3198
3199 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
3200
3201         #71597, reported by Morten Welinder
3202
3203         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
3204         (Patch from Christian Petig)
3205
3206         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
3207         Major rewrite of 555 and 565 conversion routines:
3208
3209         - Move all the bit shifting into a small block of macros,
3210           eliminating much duplication of complicated arithmetic.
3211         - Get rid of 2-pixels at a time code, which was buggy,
3212           hard to maintain, caused unaligned accesses, and
3213           probably didn't actually perform any better.
3214         - Simplify cases where different data types were
3215           used for the little and big endian cases, use
3216           GUINT16_SWAP_LE_BE() where appropriate.
3217                 
3218 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
3219
3220         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
3221         bad optimization for src_rowstride == dest_stride.
3222         (Didn't consider the case where we were copying only
3223         partial widths of a wider source buffer)
3224         (#113034, reported by Hans Petter Jansson)
3225
3226 2003-06-03  Michael Natterer  <mitch@gimp.org>
3227
3228         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
3229         reenabled button_release events for xinput devices. (#113948)
3230
3231 2003-06-03  Christian Rose  <menthos@menthos.com>
3232
3233         * configure.in: Added "li" to ALL_LINGUAS.
3234
3235 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
3236
3237         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
3238         map the event window if the notebook isn't mapped. (#113980,
3239         Richard Reich)
3240
3241 2003-06-02  Sven Neumann  <sven@gimp.org>
3242
3243         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
3244
3245         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
3246
3247 2003-06-01  Matthias Clasen  <maclas@gmx.de>
3248
3249         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
3250         Since: 2.4 to the docs.
3251
3252         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
3253         an example to the docs.  (#98427)
3254
3255 2003-05-30  Murray Cumming  <murrayc@usa.net>
3256
3257         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
3258         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
3259         uses the new private data system - see g_type_class_add_private() in
3260         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
3261
3262 2003-05-30  Matthias Clasen  <maclas@gmx.de>
3263         
3264         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
3265         signature of gtk_notebook_draw_arrow() for Solaris builds to go
3266         through.  (#114043, Anand Subramanian)
3267
3268 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
3269
3270         * modules/input/imipa.c: 
3271         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
3272
3273 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
3274
3275         * gtk/gtkimmodule.c (_gtk_im_module_list):
3276         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
3277
3278 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
3279
3280         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
3281         label of default input method localizable.
3282         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
3283         use translations of input method context names
3284         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
3285           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
3286           modules/input/imti-er.c, modules/input/imti-et.c
3287           modules/input/imviqr.c, modules/input/imxim.c
3288         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
3289         (#113850).
3290
3291 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
3292
3293         Merged from stable.
3294
3295         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
3296         grab separate, the user might clear the tree in the focus-in
3297         callback. (Fixes #113086, testcase from Felipe Heidrich).
3298
3299 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
3300
3301         Merged from stable.
3302
3303         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
3304         of row reference when we unset the model. Also reset
3305         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
3306
3307 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
3308
3309         Merged from stable.
3310
3311         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
3312         the current editing, if it exists. (Fixes #108956, reported by
3313         Michael Natterer).
3314
3315 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
3316
3317         Merged from stable.
3318
3319         * gtk/gtktreeview.c (check_selection_helper): new function,
3320         (gtk_tree_view_row_deleted): traverse the tree from the
3321         deleted node to see whether the selection changed, instead of
3322         just checking this node. (Fixes #107400, reported by 'Duncan').
3323
3324 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
3325
3326         Merged from stable.
3327
3328         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
3329         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
3330         instead of _maybe_begin_dragging_row, so the icon can be
3331         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
3332
3333 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
3334
3335         Merged from stable.
3336
3337         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
3338         cell_area x/width for the expander if needed. (Fixes #101748,
3339         reported by Dave Cook and Mariano Suarez-Alvarez).
3340
3341 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
3342
3343         Merged from stable.
3344
3345         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
3346         if tree/node are still the same after _internal_select_node.
3347         (Fixes #92256, reported by edscott).
3348
3349 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
3350
3351         Fixes #75745, reported by Richard Hult. Merged from stable.
3352
3353         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
3354         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
3355         cursor or not.
3356
3357         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
3358         if we are rendering a cursor row, and the cell the be
3359         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
3360         flag (else we unset it).
3361
3362 2003-05-27  Matthias Clasen  <maclas@gmx.de>
3363
3364         * gtk/gtkwindow-decorate.c: 
3365         * gtk/gtktreeprivate.h: 
3366         * gtk/gtkdnd.c: 
3367         * gdk/win32/gdkwindow-win32.h: 
3368         * gdk/linux-fb/gdkprivate-fb.h: 
3369         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
3370         unspecified signedness.  (#112919, Morten Welinder)
3371
3372         * gtk/queryimmodules.c (escape_string): 
3373         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
3374         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
3375         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
3376         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
3377         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
3378         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
3379         Morten Welinder) 
3380
3381 2003-05-27  Tor Lillqvist  <tml@iki.fi>
3382
3383         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
3384         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
3385
3386         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
3387         win32/libgdk-win32.la.
3388
3389         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
3390
3391 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3392
3393         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
3394         scrollbar slider length 21 instead of 7.
3395
3396 2003-05-23  Matthias Clasen  <maclas@gmx.de>
3397
3398         * gtk/gtknotebook.c: Add support for up to four scroll
3399         arrows. Control their display by new style properties
3400         "has_forward_stepper", "has_backward_stepper",
3401         "has_secondary_forward_stepper" and
3402         has_secondary_backward_stepper". (#110540)
3403
3404         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
3405         click_child three bits wide, add
3406         has_{before,after}_{previous,next} fields.
3407
3408         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
3409         focus out of hex_entry.  (#112665)
3410         (hex_focus_out): New signal handler for focus out of hex entry.
3411
3412 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
3413
3414         * gtk/gtkwidget.c (gtk_widget_realize): 
3415         g_return_if_fail() if
3416         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
3417         (#107872, Christian Reis)
3418
3419 2003-05-22  Matthias Clasen  <maclas@gmx.de>
3420
3421         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
3422         (gtk_file_selection_rename_file): Some keynav improvements for the
3423         "Rename File" and "Create Directory" subdialogs: Enter in entry
3424         activates default, default is "Create"/"Rename", Escape cancels
3425         dialog.  (#113110)
3426         (gtk_file_selection_set_filename): Add a hint about opening 
3427         directories.  (#113175)
3428
3429 2003-05-22  Matthias Clasen  <maclas@gmx.de>
3430
3431         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
3432         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
3433         anyway.  (#113476)
3434
3435 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
3436
3437         * gtk/gtkprogress.c (gtk_progress_set_format_string,
3438         gtk_progress_set_show_text): Always queue a resize ... 
3439         we rely on the size-allocate to do the update, plus a 
3440         different format can actually change our size requisition.
3441         (#111052, Vasco Alexandre da Silva Costa)
3442
3443         * gtk/gtkprogress.c (gtk_progress_changed): Track
3444         ::changed as well as ::value_changed, and queue a
3445         resize on ::changed when necessary.
3446
3447         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
3448         Call gtk_progress_changed() here to update or 
3449         queue a resize as necessary.
3450
3451 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
3452
3453         * gtk/gtkimcontextsimple.c: added composing rules of
3454         Greek accented letters, patch by Vasilis Vasaitis (#107507)
3455
3456 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
3457
3458         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
3459         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
3460         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
3461
3462 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
3463
3464         * gtk/gtkimcontextsimple.c: 
3465         code that can check the compose table for ascending order,
3466         by Vasilis Vasaitis (#104862).
3467
3468 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
3469
3470         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
3471         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
3472         to handle the case where a modifier not in the mask
3473         (like Num_Lock) changes the key value, so replace
3474         the masked state with a state/mask pair. (#106913,
3475         Olivier Ripoll)
3476
3477         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
3478         in state/mask pair to _gtk_key_hash_lookup()
3479
3480 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
3481
3482         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
3483         fix a memory leak, free input context list (#113259).
3484
3485 2003-05-21  Matthias Clasen  <maclas@gmx.de>
3486
3487         * configure.in (all_loaders): Add pcx.
3488
3489         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
3490
3491 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
3492
3493         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
3494         accept a missing gtk.immodules file, some people
3495         want to run without one. (#112406, patch from
3496         Arnaud Charlet)
3497
3498 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
3499
3500         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
3501         height/width confusion (#113370, Xan Lopez)
3502
3503 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
3504
3505         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
3506         zero all unused parts of client messages (Mainly Motif DND
3507         and EWMH). Also, fix a couple places where we were putting
3508         contents into Motif DND messages that didn't belong.
3509         (#113361, EWMH problem reported by Lubos Lunak)
3510
3511         * gtk/gtkselection.c (_gtk_selection_request): Handle the
3512         case where the property type for the multiple atoms is
3513         ATOM_PAIR by doing the conversions ourselve. This is
3514         needed for Xt inter-operation.
3515
3516 2003-05-19 Arafat Medini <lumina@silverpen.de>
3517
3518         * configure.in: Added ar to ALL_LINGUAS
3519
3520 2003-05-19  Matthias Clasen  <maclas@gmx.de>
3521
3522         * gtk/gtksettings.c (gtk_rc_property_parse_border,
3523         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
3524         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
3525         Add docs.
3526
3527         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
3528         gtk_widget_class_install_style_property_parser): Add docs. 
3529
3530 2003-05-17  Matthias Clasen  <maclas@gmx.de>
3531
3532         * tests/prop-editor.c: Add navigation for object properties, so
3533         that you can easily edit the properties of the parent of a widget.
3534         (#113152)
3535
3536 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
3537
3538         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
3539         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
3540         inconsistency and leave the old name as an aliass (#104873)
3541
3542 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
3543
3544         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
3545         from Charles Schmidt to add missing notify (#108305)
3546
3547 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
3548  
3549         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
3550         (#105500, Morten Welinder.)
3551  
3552 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
3553
3554         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
3555         instead of gumake for XNFilterEvents event mask(#110493).
3556
3557 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
3558
3559         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
3560         a GObject. (#112762)
3561
3562 2003-05-08  Sven Neumann  <sven@gimp.org>
3563
3564         * configure.in: set the HAVE_X11R6 automake conditional to false
3565         if not compiling for X11.
3566
3567 2003-05-08  Matthias Clasen  <maclas@gmx.de>
3568
3569         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
3570         (gtk_calendar_get_display_options): New functions.
3571         (gtk_calendar_display_options): Depreate.  (#64567)
3572         (gtk_calendar_class_init): Add boolean properties for the display
3573         options.  (#50949)
3574
3575 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
3576
3577         Patch from James Henstridge to update to automake-1.7
3578         (#109542)
3579  
3580         * autogen.sh: update to call newer tools.
3581  
3582         * configure.in: various updates, to use M4 macros to put
3583         variables that change each release at the top.
3584         Use AC_HELP_STRING to format help strings.
3585         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
3586  
3587         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
3588         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
3589         during distcheck.
3590  
3591         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
3592         makefile fragment.
3593  
3594         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
3595         Use BUILT_SOURCES where appropriate.
3596         Build generated files in builddir rather than srcdir.
3597         Fix uninstall and distclean targets to satisfy distcheck.
3598
3599         ===
3600
3601         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
3602         built first, since we are now using BUILT_SOURCES.
3603
3604         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
3605
3606         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
3607         with geninclude.pl.
3608
3609         * configure.in: Update versions to 2.3.0.
3610  
3611 2003-05-06  Tor Lillqvist  <tml@iki.fi>
3612
3613         Fix for #110165 (thanks to Arnaud Charlet):
3614         
3615         * gdk/win32/gdkevents-win32.c (build_keypress_event,
3616         build_keyrelease_event): For unshifted control char, use
3617         lowercase ASCII keyval.
3618         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
3619         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
3620         lowercase keyval. Use build_key_event_state() here, too, instead
3621         of minor code duplication.
3622
3623 2003-05-06  Matthias Clasen  <maclas@gmx.de>
3624
3625         * tests/testmultidisplay.c: Don't include strings.h, it's not
3626         needed anymore.  (#112388)
3627
3628         * examples/menu/itemfactory.c: 
3629         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
3630         itemfactory example.
3631
3632 2003-05-05  Matthias Clasen  <maclas@gmx.de>
3633
3634         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
3635         icon type to the stock icon type.  (#111735, Dave Bordoley)
3636
3637 2003-05-05  Christian Rose  <menthos@menthos.com>
3638
3639         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
3640         Removed sp, it's replaced by sr@Latn.
3641
3642 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
3643
3644         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
3645         Gonzalo Odiard
3646
3647 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
3648
3649         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
3650         data iff the destroy func isn't NULL.
3651
3652 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
3653
3654         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
3655
3656 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
3657
3658         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
3659
3660 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
3661
3662         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
3663         of UTF-8. (#106419, Roozbeh Pournader)
3664
3665 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
3666
3667         * configure.in: Only check for XFT2 if we found pango-xft
3668         (#105692, Jon Nall)
3669
3670 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
3671
3672         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
3673         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
3674
3675 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
3676
3677         * docs/faq/gtk-faq.sgml: add note about version converage.
3678
3679 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
3680
3681         * gtk/gtksocket.c (activate_key): Fix prototype for
3682         activate_key. (#108927, Jason D. Hildebrand)
3683
3684 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
3685
3686         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
3687         Remove geninclude.pl from CVS and don't dist it either,
3688         it is generated. (#108970, Rich Kinder)
3689
3690 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
3691
3692         * gtk/gtkobject.h: Remove a couple of obsolete comments,
3693         fix another comment. (#109737, Britton Kerin)
3694
3695 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
3696
3697         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
3698         the source list, not just it's contents (Patch
3699         from Charles Kerr, #108243)
3700
3701 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
3702
3703         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
3704         from Alex Larsson fixing problem with restacking during
3705         DND. (#108671)
3706
3707 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
3708
3709         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
3710         Calling XFlush() after ungrabbing, to avoid problems if
3711         the app subsequently blocks on a long-running operation.
3712         (#106520, reported by Rajkumar Siva)
3713
3714 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
3715
3716         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
3717         SKIP_TASKBAR/SKIP_PAGER to set of properties we
3718         might set on map. (#110019, problem reported
3719         by Loban Rahman)
3720
3721 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
3722
3723         * gdk/gdkevents.c (gdk_event_copy): Fix for the
3724         case when gdk_event_copy() is called on a non-allocated
3725         event. (#109716, reported by Rich Burridge)
3726
3727 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
3728
3729         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
3730         Fix pointer arithmetic on 'void *'. (#108322)
3731
3732 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
3733
3734         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
3735         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
3736         use of XAddConnectionWatch. Remove --enable-xim config option.
3737         Should fix building on X11R6 (#110523, Albert Chin)
3738
3739 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
3740
3741         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
3742         Patch from Morten Welinder to catch Sun servers with a 
3743         broken implementation of the RENDER extension. (#108309)
3744
3745 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
3746
3747         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
3748         gdk_free_compound_text(), not g_free(). (#107643,
3749         Michael Zucchi)
3750
3751 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
3752
3753         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
3754         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
3755         wrong use of base_finalize. (#105126, Sven Neumann)
3756
3757 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
3758
3759         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
3760         '/' vs. '*' problem in aspect ration computations. (#108237)
3761
3762 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
3763
3764         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
3765         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
3766         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
3767         event, so select for both. (#108406, Egmont Koblinger)
3768
3769 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
3770
3771         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
3772         caused by not clearing the scroll_to_path.
3773
3774 2003-04-16  Matthias Clasen  <maclas@gmx.de>
3775
3776         * gtk/gtkstyle.c: Doc additions and fixes.
3777
3778         * gtk/gtktreeviewcolumn.c
3779         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
3780
3781 2003-04-14  Michael Natterer  <mitch@gimp.org>
3782
3783         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
3784         that the iter is not reordered to its own position. Prevents model
3785         corruption for the case that the store contains only a single item
3786         (fixes bug #108387).
3787
3788         Unrelated:
3789
3790         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
3791         new list element later so we don't leak it if we decide to return
3792         early.
3793
3794         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
3795         set selection->tree_view->priv->anchor to NULL after freeing it.
3796
3797 2003-04-13  Matthias Clasen  <maclas@gmx.de>
3798
3799         * gtk/gtktreeviewcolumn.c
3800         (gtk_tree_view_column_cell_get_position): Document. 
3801
3802         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
3803         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
3804         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
3805         these as 2.4 additions.
3806
3807 2003-04-09  Matthias Clasen  <maclas@gmx.de>
3808
3809         * INSTALL.in: Fix the real thing.
3810
3811         * INSTALL: Typo fix.
3812
3813 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
3814
3815         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
3816         after ungrabbing the server.
3817  
3818         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
3819         calls to XFlush().
3820
3821         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
3822         Use gdk_x11_display_grab/ungrab.
3823
3824         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
3825         use_xshm to TRUE so SHM gets used when present.
3826  
3827 2003-04-07  Matthias Clasen  <maclas@gmx.de>
3828
3829         * gtk/gtktextlayout.c (set_para_values): 
3830         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
3831         David Brigada)
3832
3833         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
3834         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
3835         misspellings of possessive "its".  (#110027, Doug Quale)
3836
3837 2003-04-03  Matthias Clasen  <maclas@gmx.de>
3838
3839         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
3840         current directory if it looks like the srcdir.  (#109357)
3841
3842 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3843
3844         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
3845         focus_on_click
3846
3847         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
3848         navigation not wrap around.
3849
3850 2003-04-02  Matthias Clasen  <maclas@gmx.de>
3851
3852         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
3853         Return 0 if lower == upper.  (#109155)
3854         (gtk_progress_get_current_percentage): Use
3855         gtk_progress_get_percentage_from_value().
3856
3857 2003-04-01  Matthias Clasen  <maclas@gmx.de>
3858
3859         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
3860         (#109510, Noah Levitt)
3861
3862 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
3863
3864         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
3865         members so Purify won't complain.
3866
3867         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
3868
3869 2003-03-31  Matthias Clasen  <maclas@gmx.de>
3870
3871         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
3872         gtk_window_[gs]et_role().  (#93904)
3873
3874 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
3875
3876         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
3877         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
3878
3879 2003-03-29  Matthias Clasen  <maclas@gmx.de>
3880
3881         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
3882         of labels back to normal before reparenting back.  (#102387)
3883
3884         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
3885         a default window title to match the GtkFontSelectionDialog behavior.
3886  
3887         (gtk_color_selection_dialog_new): Don't call
3888         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
3889
3890 2003-03-29  Matthias Clasen  <maclas@gmx.de>
3891
3892         Fix for bug #78499:
3893         
3894         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
3895         select_lines. 
3896
3897         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
3898         select_lines on double/triple click.
3899
3900         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
3901         select-by-words and select-by-lines behaviour.
3902
3903         Fixes for bug #56248:
3904         
3905         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
3906         timer and queue a redraw. 
3907         (gtk_notebook_grab_notify): 
3908         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
3909         if necessary.   
3910         (gtk_notebook_button_release): Use stop_scrolling().
3911         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
3912
3913         * gtk/gtkrange.c (stop_scrolling): New function to remove the
3914         grab, remove the timer and queue a redraw.
3915         (gtk_range_grab_notify): 
3916         (gtk_range_state_changed): New functions to call stop_scrolling() 
3917         if necessary.   
3918         (gtk_range_button_release): Use stop_scrolling().
3919
3920         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
3921         (gtk_spin_button_state_changed): Redraw after stop_spinning.
3922         (gtk_spin_button_stop_spinning): Reset click_child to correct the
3923         drawing of the arrows.
3924         (gtk_spin_button_button_release): Use a local copy of click_child,
3925         since stop_spinning() resets it.
3926
3927         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
3928         C-A-PgDown as alternatives to the A-less variants. (This slipped
3929         in accidentally some time ago).  (#97860)
3930
3931 2003-03-26  Sven Neumann  <sven@gimp.org>
3932
3933         * gtk/gtktreeview.c: rewrote the function that does node and arrow
3934         prelighting, queue all redraws from here (Fixes bug #108792).
3935
3936 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
3937
3938         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
3939         Fixes bug #108778.
3940
3941 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
3942
3943         * configure.in: Added "ml" in ALL_LINGUAS
3944
3945 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
3946
3947         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
3948         G_DISABLE_DEPRECATED.
3949
3950 2003-03-14  Tor Lillqvist  <tml@iki.fi>
3951
3952         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
3953         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
3954         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
3955         multiple monitors can have negative coordinates on some of the
3956         monitors. (partial fix for #99496, Arnaud Charlet)
3957
3958 2003-03-15  Matthias Clasen  <maclas@gmx.de>
3959
3960         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
3961
3962 2003-03-13  Sven Neumann  <sven@gimp.org>
3963
3964         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
3965         removed redundant calls to g_object_notify().
3966         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
3967         bug #108236.
3968
3969         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
3970         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
3971         functions return an integer value).
3972
3973 2003-03-13  Tor Lillqvist  <tml@iki.fi>
3974
3975         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
3976         WM_MOUSEMOVE, the test whether we have actually moved (and thus
3977         shouldn't generate an GDK event) moved after the call to
3978         propagate() and translate_mouse_coords(). Otherwise we were
3979         testing wrong values. (#108115, Allin Cottrell)
3980         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
3981         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
3982
3983         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
3984         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
3985         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
3986         cursor right away with SetCursor(), as we won't get any
3987         WM_SETCURSOR messages while the mouse is captured. 
3988         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
3989         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
3990
3991         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
3992         WM_SYSCHAR, return FALSE from the window procedure to prevent the
3993         DefWindowProc from being called. Otherwise Windows would beep,
3994         thinking you are tring to access a (nonexistent) menu when you
3995         press Alt-something. Don't do this for Alt-Space,
3996         though. (#107454, Martyn Russell)
3997
3998         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
3999
4000 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
4001
4002         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
4003         [left/right] expands/collapses the tree, #108092
4004
4005 2003-03-09  Tor Lillqvist  <tml@iki.fi>
4006
4007         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
4008         compensate for LineTo() not drawing the end pixel. It causes more
4009         harm than benefits, see bug #81895.
4010
4011 2003-03-08  Matthias Clasen  <maclas@gmx.de>
4012
4013         Bug #107664 continued:
4014
4015         * gdk/x11/gdkinputprivate.h: 
4016         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
4017         (_gdk_input_other_event): Return gboolean.
4018         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
4019         (_gdk_input_other_event): Return gboolean.
4020         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
4021
4022         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
4023         gboolean, remove pointless call to _gdk_input_window_none_event.
4024
4025         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
4026         (_gdk_input_window_none_event): Remove.
4027
4028         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
4029         (_gtk_text_iter_get_any_segment): 
4030         (_gtk_text_iter_get_segment_byte): 
4031         (_gtk_text_iter_get_segment_char): 
4032         (_gtk_text_iter_get_text_line): 
4033         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
4034         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
4035         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
4036         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
4037         (gdk_window_get_origin): 
4038         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
4039
4040 2003-03-06  Matthias Clasen  <maclas@gmx.de>
4041
4042         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
4043         (#107664, Morten Welinder)
4044
4045         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
4046         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
4047         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
4048         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
4049
4050         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
4051         * gtk/gtkeditable.c (gtk_editable_get_chars): 
4052         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
4053         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
4054         (#107648, Morten Welinder)Fix NULL/FALSE confusion
4055         (#107648, Morten Welinder)
4056
4057 2003-03-04  Matthias Clasen  <maclas@gmx.de>
4058
4059         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
4060
4061 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
4062
4063         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
4064         handle rtl code.  Thanks to Matthias Clasen for an initial patch
4065         to handle the RTL code.
4066
4067         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
4068
4069         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
4070
4071         * gtk/gtktreeview.c: (invalidate_column),
4072         (invalidate_last_column),
4073         (gtk_tree_view_get_real_requested_width_from_column),
4074         (gtk_tree_view_size_allocate_columns),
4075         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
4076         (gtk_tree_view_button_release_drag_column),
4077         (gtk_tree_view_update_current_reorder),
4078         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
4079         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
4080         (gtk_tree_view_get_background_xrange),
4081         (gtk_tree_view_get_arrow_xrange),
4082         (gtk_tree_view_is_expander_column),
4083         (gtk_tree_view_set_column_drag_info),
4084         (gtk_tree_view_move_cursor_left_right):
4085         Add RTL support.
4086
4087         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
4088         expand flag.
4089
4090         * gtk/gtktreeviewcolumn.c:
4091         (gtk_tree_view_column_class_init),
4092         (gtk_tree_view_column_set_property),
4093         (gtk_tree_view_column_get_property),
4094         (gtk_tree_view_column_set_expand),
4095         (gtk_tree_view_column_get_expand),
4096         (gtk_tree_view_column_cell_process_action):
4097         Add support for expand flag.  Thanks to Kristian Rietveld for an
4098         initial patch for this.
4099
4100 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
4101
4102
4103 2003-03-02  Tor Lillqvist  <tml@iki.fi>
4104
4105         * gdk/gdk.def
4106         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
4107         Gustin.
4108
4109 2003-03-01  Matthias Clasen  <maclas@gmx.de>
4110
4111         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
4112         (gtk_scrolled_window_set_hadjustment): Replace uses of
4113         gtk_object_new by g_object_new.
4114
4115 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
4116
4117         * demos/gtk-demo/main.c
4118         * demos/gtk-demo/tree_store.c
4119         * gdk/x11/gdkscreen-x11.c
4120         * gtk/gtkcellrenderertoggle.c
4121         * gtk/gtkcolorsel.c
4122         * gtk/gtkdnd.c
4123         * gtk/gtkeditable.c
4124         * gtk/gtkentry.c
4125         * gtk/gtkmenu.c
4126         * gtk/gtkmenubar.c
4127         * gtk/gtkmenuitem.c
4128         * gtk/gtkmenushell.c
4129         * gtk/gtkrc.c
4130         * gtk/gtksettings.c
4131         * gtk/gtkstyle.c
4132         * gtk/gtktextbuffer.c
4133         * gtk/gtktextview.c
4134         * gtk/gtktreeviewcolumn.c
4135         * tests/testgtk.c
4136         * tests/testtext.c
4137         * tests/testtreeedit.c
4138         * tests/testtreefocus.c
4139         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
4140
4141 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
4142
4143         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
4144         code.
4145
4146 2003-02-24  Sven Neumann  <sven@gimp.org>
4147
4148         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
4149
4150 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
4151
4152         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
4153
4154 2003-02-20  Matthias Clasen  <maclas@gmx.de>
4155
4156         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
4157         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
4158
4159         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
4160         (gtk_text_view_update_adjustments): Make sure cursor stays visible
4161         during horizontal scrolling.  (#75270)
4162
4163 2003-02-19  Matthias Clasen  <maclas@gmx.de>
4164
4165         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
4166         counterparts. (#106532)
4167
4168         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
4169         keys_changed virtual function with the keys_changed signal.
4170         (#106512, Jeff Franks)
4171
4172 2003-02-15  Larry Ewing  <lewing@ximian.com>
4173
4174         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
4175
4176 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
4177
4178         * po/id.po: Added Indonesian translation
4179         * configure.in: Added "id" to ALL_LINGUAS
4180
4181 2003-02-14  Matthias Clasen  <maclas@gmx.de>
4182
4183         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
4184
4185 2003-02-12  Christian Rose  <menthos@menthos.com>
4186
4187         * configure.in: Added "yi" to ALL_LINGUAS.
4188
4189 2003-02-12  Matthias Clasen  <maclas@gmx.de>
4190
4191         Fix for #82734 and #78216:
4192         
4193         * gtk/gtktextview.c (delete_cb): 
4194         (select_all_cb): New callbacks for context menu items.
4195         (popup_targets_received): Add "Delete" and "Select All" to context
4196         menu, mnemonics and title caps for all items.
4197
4198         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
4199         context menu item.
4200         (popup_targets_received): Add "Delete" to context menu, mnemonics
4201         and title caps for all items.
4202
4203 2003-02-09  Tor Lillqvist  <tml@iki.fi>
4204
4205         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
4206         GetDriveType() to recognize removable drives (in order to avoid
4207         hanging if trying to access an empty floppy drive), instead of
4208         hardcoding A: and B: (#105654).
4209
4210 2003-02-09  Matthias Clasen  <maclas@gmx.de>
4211
4212         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
4213         names.  (#57680)
4214
4215 2003-02-09  Christian Rose  <menthos@menthos.com>
4216
4217         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
4218
4219 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
4220
4221         * gtk/gtkobject.c: remove quark_user_data usage in
4222         gtk_object_{g|s}et_user_data(). fixes get_user_data()
4223         returning NULL for user_data set through property interface.
4224
4225         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
4226         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
4227         need to be a programming error (in case of loaded data), (b) it breaks
4228         with 2.0 behaviour where extra magic could be used to create empty
4229         images. don't attempt to retrieve pixbufs from NULL extra_data.
4230
4231 2003-02-06  Matthias Clasen  <maclas@gmx.de>
4232
4233         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
4234         a GdkVisual *, not a GdkVisual **.  (#105243)
4235
4236         * gtk/gtkclist.c: 
4237         * gtk/gtkctree.c: 
4238         * gtk/gtkcontainer.c: 
4239         * gtk/gtkdnd.c: 
4240         * gtk/gtkentry.c: 
4241         * gtk/gtklist.c:
4242         * gtk/gtkmenu.c:
4243         * gtk/gtkmenuitem.c:
4244         * gtk/gtknotebook.c:
4245         * gtk/gtkselection.c:
4246         * gtk/gtkspinbutton.c:
4247         * gtk/gtktext.c:
4248         * gtk/gtktextview.c:
4249         * gtk/gtktooltips.c:
4250         * gtk/gtktreeview.c:
4251         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
4252         their non-deprecated GLib counterparts.
4253         
4254         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
4255         
4256 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
4257
4258         * docs/tutorial/gtk-tut.sgml: cleanups from
4259         Sebastian Rittau (#104832)
4260
4261 2003-02-01  Tor Lillqvist  <tml@iki.fi>
4262
4263         Merge from stable:
4264
4265         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
4266         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
4267         (#104108, Naofumi Yasufuku)
4268
4269         * gdk/gdk.def: Export the above. Export
4270         gdk_screen_get_system_visual, noticed by Ed Woods.
4271
4272 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
4273
4274         * demos/pixbuf-demo.c
4275         * demos/testpixbuf.c
4276         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
4277
4278 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
4279                                                                                 
4280         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
4281         on the tab_label before unparenting it, in case the unparent
4282         drops the refcount to 0.
4283
4284 2003-02-01  Matthias Clasen  <maclas@gmx.de>
4285
4286         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
4287         headers. Sorry about gtk_selection_clear, Yosh.
4288
4289 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
4290
4291         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
4292         too, for gtkwidget.c. Remember people, when introducing new
4293         deprecations, make sure internal code isn't using it, or if so,
4294         reorganize appropriately like I've done in other places.
4295
4296         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
4297
4298 2003-01-31  Matthias Clasen  <maclas@gmx.de>
4299
4300         * gtk/gtkselection.h: 
4301         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
4302
4303         * gdk/gdkpixbuf.h: 
4304         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
4305         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
4306
4307         * gtk/gtkcolorsel.h:
4308         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
4309         Deprecate.  (#98167)
4310
4311         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
4312
4313         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
4314         and gtk_input_* functions.  (#71596)
4315         
4316         * gtk/gtkentry.c (gtk_entry_move_cursor): 
4317         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
4318         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
4319
4320         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
4321
4322         * gtk/gtkitemfactory.h: 
4323         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
4324         (#69244)
4325
4326 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
4327
4328         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
4329         only count the special cell if it is also visible,
4330         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
4331         account from visible cells,
4332         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
4333         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
4334         tracking bug was #104563).
4335         
4336 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
4337
4338         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
4339         subtract expander space and focus line space from the extra space
4340         we are about the allocate. (Fixes #104635).
4341
4342 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
4343
4344         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
4345         (Fixes #96242, patch from Soeren Sandmann).
4346
4347 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
4348
4349         * gtk/gtknotebook.c: Patch from Soeren Sandmann
4350         to update the states of the tab label child
4351         widgets to match the state of the tabs. 
4352         (#93389, Reported by Tommi Komulainen)
4353
4354 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
4355
4356         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
4357         EXTRA_DIST, and from dist rules. (#102231)
4358
4359 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
4360
4361         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
4362         function that sets the icon's and label's packing options and
4363         visibility based on toolbar->style.
4364
4365         (gtk_toolbar_internal_insert_element):
4366         (gtk_real_toolbar_style_changed): Make use of
4367         set_child_packing_and_visibility() to clean up the code and get
4368         the packing right for icon-only/text-only toolbars. (#104679)
4369
4370         (get_first_child): Remove, and use gtk_bin_get_child() instead.
4371
4372 2003-01-30  Matthias Clasen  <maclas@gmx.de>
4373
4374         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
4375         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
4376
4377         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
4378         
4379 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
4380
4381         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
4382         attempt-to-allocate then free code. To handle multiple
4383         people allocating colors at the same time, we need
4384         to just go ahead and try. (#102213, Shivram U)
4385         
4386 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
4387
4388         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
4389         rectangle using the background color rather than relying on
4390         gdk_window_clear_area(), so that the palette works properly with
4391         pixmap themes. (#101732)
4392
4393         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
4394         to fill the drawing area in the background color.
4395
4396 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4397
4398         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
4399         initialization error for selecting input style (#103549).
4400
4401 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
4402
4403         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
4404         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
4405         (#101225)
4406
4407 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
4408
4409         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
4410         Make up from the menu bar go to the end of the submenu.
4411         (#96114, Ian Peters.)
4412
4413         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
4414         Only do the select-but-not-activate stuff if the
4415         menu is already active. Otherwise, just activate.
4416         (#101690, Arvind Samptur)
4417
4418 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
4419
4420         * autogen.sh (have_automake): Fix version in complaint
4421         message about automake. (#104366, Rich Burridge)
4422
4423 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
4424
4425         * configure.in: Remove SOEXT stuff; it doesn't work portably.
4426
4427 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
4428
4429         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
4430         we appended/prepended, send the rows_reordered signal to the 
4431         correct level ... (Reported by Matthew Tuck).
4432
4433 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
4434
4435         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
4436         out if the level only has one item, recurse over the child if there
4437         is one. (Fixes #100458, reported by Gaël Le Mignot).
4438
4439 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
4440
4441         * gtk/gtktreeview.c (gtk_tree_view_set_model),
4442         (gtk_tree_view_search_equal_func): make TreeView search handle
4443         all types which are transformable by GValue. (Fixes #99803, reported
4444         by Muktha Narayan).
4445
4446 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
4447
4448         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
4449         *really* handle unsetting the ID. Slightly modified patch from
4450         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
4451
4452 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
4453
4454         Fixes the total GtkTreeSortable mess, and #83195, reported by
4455         Jarek Dukat
4456
4457         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
4458         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
4459         (gtk_tree_store_set_default_sort_func): use the constant
4460         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
4461         work as advertised by the documentation.
4462
4463         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
4464         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
4465         (gtk_list_store_set_default_sort_func): likewise.
4466
4467         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
4468         (gtk_tree_model_set_sort_func),
4469         (gtk_tree_model_sort_set_default_sort_func): make functions work
4470         as advertised by the documentation.
4471
4472 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
4473
4474         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
4475         before we decide if we edit. (fixes #100973, reported by Dave Cook).
4476
4477 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
4478
4479         Bug report and test case from Paolo Maggi via IRC.
4480
4481         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
4482         (gtk_list_store_move): update tail if needed.
4483
4484 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
4485
4486         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
4487         might be NULL. Use gtk_widget_get_display (widget) 
4488         (#102860, Thomas Leonard)
4489
4490 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
4491
4492         * configure.in: Fix --without-modules/--disable-modules
4493         confusion that was causing --disable-modules not to work.
4494         (#102865, Akira Tagoh)
4495
4496         * configure.in: Fix problem with plain --with-xinput
4497         (#104266, Akira Tagoh)
4498
4499 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
4500
4501         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
4502         patch.
4503
4504 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
4505
4506         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
4507
4508 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
4509
4510         * docs/faq/gtk-faq.sgml: Learn to spell Library
4511
4512 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
4513         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
4514
4515            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
4516            Composite widget" to modern standards. (I.e. use gobject instead of
4517            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
4518
4519         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
4520         code in Appendix C to reflect above changes.
4521
4522         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
4523         auto resize on page size change
4524
4525 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
4526
4527         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
4528         in addition to show_all in order to keep them symmetric. (#102201)
4529
4530 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
4531
4532         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
4533         the end of the function, so there is a statement following the "out"
4534         label in all cases (fixes #101961)
4535
4536 2003-01-22  Christian Rose  <menthos@menthos.com>
4537
4538         * configure.in: Added "mn" to ALL_LINGUAS.
4539
4540 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
4541  
4542         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
4543         Fix off-by-one error on the backward iteration loop,
4544         that was causing the wrong range to be redrawn.
4545         (at least part of #72734)
4546         
4547 2003-01-21  Matthias Clasen  <maclas@gmx.de>
4548
4549         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
4550         vadjustment value after changing its bounds.  (fixes #101963 and 
4551         #73562)
4552
4553         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
4554         unnecessary roundtrip failures.  (#93500)
4555
4556 2003-01-19  Tor Lillqvist  <tml@iki.fi>
4557
4558         Merge from stable:
4559         
4560         Fix for #103614 and some other problems with GtkFileSelection on
4561         Windows:
4562                 
4563         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
4564         g_ascii_tolower(). Windows file names are case-insensitive for all
4565         Unicode letters.
4566
4567         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
4568         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
4569         earlier, as it includes config.h unconditionally, and gtkprivate.h
4570         redefines GTK_LOCALEDIR.
4571         (struct _CompletionDirSent): Ifdef out the fields not used on
4572         Windows.
4573         (compare_utf8_filenames, compare_sys_filenames): Need different
4574         comparison implementation for UTF-8 file names and system locale
4575         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
4576         need to casefold all Unicode letters.
4577         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
4578         variables not used on Win32 to avoid warnings about unused
4579         variables.
4580         (open_ref_dir): Use g_path_skip_root() to skip past potential
4581         drive letter in front of the leading (back)slash.
4582         (open_new_dir): Ifdef out use of CompletionDirSent fields not
4583         there on Win32.
4584         (correct_parent): Bypass inode check also on Cygwin.
4585
4586         Fix bug noticed by Alex Shaduri: Tooltips and other
4587         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
4588         was a regression from earlier versions.
4589         
4590         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
4591         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
4592         (gdk_window_move, gdk_window_resize): Add debug logging.
4593
4594         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
4595         WM_SIZE message for a non-visible (withdrawn) window, don't clear
4596         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
4597         even if its size changes.
4598
4599 2003-01-16  Matthias Clasen  <maclas@gmx.de>
4600
4601         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
4602         (totally_invisible_line): Fix an incorrect optimization which
4603         caused invisible paragraphs to be occasionally misrendered.
4604
4605 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
4606
4607         * gtk/gtksettings.c: Set the double click speed from
4608         XSETTINGS when creating a new GtkSettings object
4609         as well as when getting a notify. (#103601, reported
4610         by Louis Garcia)
4611
4612 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
4613  
4614         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
4615         Show/hide the notebook event window as necessary,
4616         we weren't previously keeping the visibility updated
4617         properly.  (#103599)
4618  
4619 2003-01-15  Matthias Clasen  <maclas@gmx.de>
4620
4621         * examples/menu/itemfactory.c: 
4622         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
4623         example.  (#103211)
4624
4625 2002-12-29  Murray Cumming  <murrayc@usa.net>
4626
4627         Fixes #102168.
4628
4629         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
4630         Actually implement the GtkTreeDragSource::row_draggable virtual 
4631         function in GtkListStore and GtkTreeStore instead of just checking 
4632         whether it's implemented at all. This means that DnD isn't broken by
4633         gtkmm's virtual function wrappers. The alternative would be to
4634         hard-code the TRUE return value into gtkmm's wrappers, but that's 
4635         part of GTK+'s implementation, not it's API.
4636
4637 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
4638
4639         * gtk/gtktreeview.c: fix compiler warning.
4640
4641 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
4642
4643         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
4644         make sure exposed pixbufs are clipped to the exposed area before
4645         drawing, which is a slight speedup. (#102379, patch from Soeren
4646         Sandmann).
4647
4648 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
4649
4650         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
4651         only free scroll_to_path when the complete tree has been validated.
4652         This makes sure that we scrolled to the correct path.
4653
4654 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
4655
4656         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
4657         background of widget->window and bin->window. (Fixes #96650, reported
4658         by Dave Camp).
4659
4660 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
4661
4662         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
4663         updates before scrolling, avoiding a "selection streak". (Fixes
4664         #101235, patch from Soeren Sandmann).
4665
4666 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
4667
4668         * gtk/gtktreeview.c (validate_visible_area): actually put values
4669         in the requisition using gtk_widget_size_request. (Fixes #100172,
4670         reported by Kjartan Maraas).
4671
4672 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
4673
4674         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
4675         arrow animation timeout before we actually reorder the rbtree. If
4676         we don't do this we can get stuck arrows,
4677         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
4678         reported and testcase provided by Hans Petter Jansson).
4679
4680 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
4681
4682         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
4683         anchor_path should be start_path, not end_path. (Fixes #102618,
4684         patch from Carlos Garnacho Parro).
4685
4686 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
4687
4688         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
4689         only correct new_pos if we don't move to the head/tail.
4690
4691 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
4692
4693         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
4694         the parent_iter if depth >= 1, so we send the reordered signal to
4695         the correct level, remove debugging printfs which I forgot the remove
4696         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
4697         testcase provided by Matthew Tuck).
4698
4699 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
4700
4701         * gtk/gtktreeview.c (invalite_last_column): split out actual column
4702         invalidation into invalidate_column(),
4703         (gtk_tree_view_size_allocate_columns): invalidate column if the
4704         new width is larger than the old width.
4705         (fixes #102890, reported by Alex Duggan).
4706
4707 2003-01-14  Matthias Clasen  <maclas@gmx.de>
4708
4709         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
4710         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
4711         GTK_MOVEMENT_WORDS.
4712
4713         * gtk/gtktextiter.c,
4714         gtk/gtktextiter.h: Add some variant movement functions which
4715         skip invisible chars, and do some cleanups.
4716
4717 2003-01-12  Tor Lillqvist  <tml@iki.fi>
4718
4719         Merge from stable:
4720                 
4721         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
4722         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
4723         lookup.
4724
4725         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
4726         gdk.def.
4727
4728         * gdk/gdk.def
4729         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
4730
4731         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
4732         gtk-demo}.exe and share/gtk-2.0.
4733
4734         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
4735         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
4736         window style.
4737         (gdk_window_set_type_hint): Add all cases to the switch (not all
4738         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
4739         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
4740         won't know that the skip_taskbar hint is on for the window, is
4741         this bad?
4742
4743 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
4744
4745         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
4746         <string.h> for strlen.
4747
4748         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
4749         <string.h> for strrchr.
4750
4751         * tests/testgtk.c (create_saved_position): "x" and "y" properties
4752         for widgets no longer exist, use gtk_window_move instead.
4753
4754         * test/testtextbuffer.c (check_get_set_text): cast strlen to
4755         int for g_error.
4756
4757 2003-01-08  Matthias Clasen  <maclas@gmx.de>
4758
4759         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
4760         the selection in the presence of invisible segments.
4761
4762 2003-01-07  Matthias Clasen  <maclas@gmx.de>
4763
4764         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
4765         to "select all" and "unselect all".  (#102065)
4766
4767         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
4768         the just_selected_element is unused.
4769
4770         * gtk/gtktextview.c (extend_selection): New helper function to
4771         find the range that should be added to the selection. 
4772         (selection_motion_event_handler): 
4773         (gtk_text_view_start_selection_drag): 
4774         (gtk_text_view_end_selection_drag): 
4775         (selection_motion_event_handler): 
4776         (selection_scan_timeout): Support select-by-words/lines.
4777         (gtk_text_view_button_press_event): Start a selection drag on
4778         double/triple clicks.  (#78499)
4779
4780 2003-01-06  Matthias Clasen  <maclas@gmx.de>
4781
4782         Implement a utility function proposed in #102534:
4783         
4784         * gtk/gtktextbtree.h: 
4785         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
4786         (_gtk_text_btree_place_cursor): Now a simple wrapper around
4787         _gtk_text_btree_select_range().   
4788
4789         * gtk/gtktextbuffer.h: 
4790         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
4791         (gtk_text_buffer_place_cursor): Now a simple wrapper around
4792         gtk_text_buffer_select_range(). 
4793
4794 2003-01-05  Havoc Pennington  <hp@pobox.com>
4795
4796         * configure.in: fix a stray bracket that was breaking the build
4797
4798 2003-01-05  Tor Lillqvist  <tml@iki.fi>
4799
4800         * gtk-zip.sh.in: Use correct DLL and import library names, with
4801         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
4802         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
4803
4804         * configure.in: Improve check for dimm.h.
4805
4806         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
4807         gdk-pixbuf/Makefile.am.
4808
4809         * gdk-pixbuf/makefile.mingw.in
4810         * gdk-pixbuf/pixops/makefile.mingw.in
4811         * gdk/makefile.mingw.in
4812         * gdk/win32/makefile.mingw.in
4813         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
4814
4815         * gdk-pixbuf/Makefile.am
4816         * gdk-pixbuf/pixops/Makefile.am
4817         * gdk/Makefile.am
4818         * gdk/win32/Makefile.am
4819         * gtk/Makefile.am
4820         * configure.in: Remove makefile.mingw{,.in} from here, too.
4821         
4822         * README.win32: Updates. Don't mention the now removed
4823         makefile.mingw files.
4824
4825         * gdk/gdk.def
4826         * gtk/gtk.def: Add a couple of missing entries.
4827
4828         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
4829
4830         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
4831         earlier.
4832
4833         * gdk/win32/rc/Makefile.am: Add hack to help
4834         build/win32/lt-compile-resource decide which kind of libtool
4835         object file to produce.
4836
4837 2003-01-05  Matthias Clasen  <maclas@gmx.de>
4838
4839         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
4840         C-Down step through the sequence of paragraph ends (old behaviour
4841         included paragraph starts).  (#80340, patch by Narayana Pattipati)
4842
4843         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
4844         Check for a tag toggle at the start iterator before calling
4845         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
4846         Elstner)
4847
4848 2003-01-04  Matthias Clasen  <maclas@gmx.de>
4849
4850         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
4851         and /*< private >*/ as appropriate.  (#97211)
4852
4853 2003-01-04  Tor Lillqvist  <tml@iki.fi>
4854
4855         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
4856         distribute gtk-zip.sh.in.
4857
4858         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
4859
4860 2003-01-03  Havoc Pennington  <hp@pobox.com>
4861
4862         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
4863
4864         * docs/text_widget_internals.txt: add a file documenting some of
4865         the text widget internals
4866
4867 2003-01-02  Matthias Clasen  <maclas@gmx.de>
4868
4869         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
4870         return NULL.  (#102069)
4871
4872 2003-01-01  Matthias Clasen  <maclas@gmx.de>
4873
4874         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
4875         a main() in the library is obviously bad. 
4876
4877 2002-12-27  Matthias Clasen  <maclas@gmx.de>
4878
4879         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
4880         cursor at drop point.  (#72384)
4881         (gtk_text_view_size_allocate): Update the horizontal adjustment
4882         value.  (#75694)
4883
4884 2002-12-25  Matthias Clasen  <maclas@gmx.de>
4885
4886         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
4887         selection wrt. to empty lines.  (#90435, #90582, #91619)
4888
4889         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
4890         Keep the cursor on screen.  (#96929)
4891
4892 2002-12-24  Matthias Clasen  <maclas@gmx.de>
4893
4894         * gtk/gtktextbuffer.c (paste_from_buffer): 
4895         (clipboard_text_received): Let the user action span the insertion
4896         and the deletion of the old selection.  (#82844)
4897
4898 2002-12-23  Matthias Clasen  <maclas@gmx.de>
4899
4900         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
4901         Don't call gtk_text_iter_backward_sentence_start() if
4902         count is zero.  (#99115)
4903
4904         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
4905         move_cursor() even if the cursor hasn't moved, since it has the
4906         side effect of canceling the selection.  (#81395, #98537, #98333)
4907
4908 2002-12-22  Matthias Clasen  <maclas@gmx.de>
4909
4910         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
4911         with empty ranges.  (fixes #101564 and #80637)
4912
4913 2002-12-21  Tor Lillqvist  <tml@iki.fi>
4914
4915         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
4916         sets the window style and extended window style, and adjusts the
4917         width and height to take the window decorations into account
4918         earlier. The adjusted width and height used to be ignored. Remove
4919         the local x, y, width and height variables, no need to further
4920         confuse the code by having local copies. (Partial fix, I hope, for
4921         #101588)
4922
4923         (gdk_window_move): When moving top-level windows, take title bar
4924         and border width into account, offsetting the coordinates before
4925         calling SetWindowPos().
4926
4927         (gdk_window_set_decorations, gdk_window_set_functions):
4928         Reimplement, taking into account the peculiar semantics of
4929         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
4930
4931         (gdk_window_get_decorations): Implement. (#98981)
4932         
4933         (gdk_window_set_type_hint): When setting
4934         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
4935         (#79036)
4936
4937         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
4938
4939 2002-12-21  Matthias Clasen  <maclas@gmx.de>
4940
4941         * gtk/gtktextview.c (gtk_text_view_set_background): New static
4942         function to set the background of all windows.
4943         (gtk_text_view_style_set): Use gtk_text_view_set_background().
4944         (gtk_text_view_state_changed): New function; change background
4945         according to state.  (#88126)
4946
4947 2002-12-21  Havoc Pennington  <hp@pobox.com>
4948
4949         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
4950