]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Removed. (gtk_dialog_close): Don't call dialog_has_cancel(). At least
[~andy/gtk] / ChangeLog.pre-2-10
1 2003-12-15  Federico Mena Quintero  <federico@ximian.com>
2
3         * gtk/gtkdialog.c (dialog_has_cancel): Removed.
4         (gtk_dialog_close): Don't call dialog_has_cancel().  At least
5         allows sane behavior for #101293.
6
7 Mon Dec 15 00:56:54 2003  Matthias Clasen  <maclas@gmx.de>
8
9         * gtk/gtkbutton.[hc]: Add new properties, xalign and yalign, with
10         getter and setter gtk_button_[sg]et_alignment(), to set the
11         alignment of the child.  (#70961, Jody Goldberg)
12
13 2003-12-14  Hans Breuer  <hans@breuer.org>
14
15         * gtk/gtkprivate.h gtk/gtkmain.c : handle GTK_DATADIR
16         similar as the other filesystem placement 'constants' (dynamic
17         resolving on win32)
18
19         * gtk/gtkfilechooserwidget.c : handle file system to win32
20         renaming here as will
21         * gtk/gtkfilesystemwin32.c : implement render_icon
22
23         * gtk/gtk.def gdk/gdk.def : updated externals
24
25         * gdk/win32/gdkdisplay-win32.c : make it compile without
26         <multimon.h> - i.e. even older sdk
27
28         * gdk/win32/gdkevents-win32.c : match resize_timer_proc
29         with TIMERPROC prototype
30
31         * gdk/win32/gdkwindow-win32.c : older msvc does not know
32         BITMAPV5HEADER (from win xp) either
33
34         * gtk/gtkimmodule.c : make it compile even if GTK_LOCALEDIR is
35         not defined
36
37         * tests/testfilechooser.c : recent GLib crashes on 
38         g_print ("%s", NULL) so avoid this
39
40 2003-12-14  Tor Lillqvist  <tml@iki.fi>
41
42         * gdk/win32/gdkselection-win32.c: Calls to OpenClipboard() must be
43         followed by calls to CloseClipboard(). Add a missing call to
44         CloseClipboard(). Found by Adam Wright, fixes #104944. Use
45         API_CALL macro in more places.
46
47 2003-12-14  Tor Lillqvist  <tml@iki.fi>
48
49         Merge from stable:
50
51         * gdk/gdkdisplaymanager.c: Mark default_display static.
52
53         * gdk/win32/gdkdnd-win32.c: Mark current_dest_drag static.
54
55         * gdk/win32/gdkkeys-win32.c: Disable some overly verbose debugging
56         output.
57
58         * gdk/win32/gdkevents-win32.c: Clean up the debugging output from
59         --gdk-debug=events. In general, output just one line of debugging
60         output for each Windows message, plus one line for each GDK event
61         generated. Indent all lines according to window procedure nesting
62         level.
63
64         (inner_window_procedure): Rename from real_window_procedure.
65
66         (find_real_window_for_grabbed_mouse_event): Don't get misled when
67         the point is in the non-client (decoration) area of the window
68         returned by WindowFromPoint(). Return the root window in that
69         case.
70
71         (build_pointer_event_state): Test also MK_XBUTTON1 and
72         MK_XBUTTON2 (buttons 4 and 5).
73
74         (synthesize_enter_event): Track the mouse leaving the window in
75         the event being generated, not the one mentioned in the Windows
76         message.
77
78         (propagate): Test for NULL parent earlier. Improves event
79         generation from a grabbed pointer. Part of fix for #107320.
80
81         (handle_stuff_while_moving_or_resizing): New function, to
82         dispatch the main loop (once).
83
84         (resize_timer_proc): New function, set to be called by an inerval
85         timer during resizes/moves. Calls handle_stuff_while_moving_or_resizing().
86
87         (gdk_event_translate): Drop unused return_exposes parameter.
88
89         Handle WM_XBUTTONDOWN and UP messages (buttons 4 and 5).
90
91         On WM_SYSKEYUP, generate a key release event also for just the Alt
92         key.
93
94         On WM_MOUSELEAVE, generate a leave event of type
95         GDK_NOTIFY_ANCESTOR (and not UNKNOWN) if the mouse left a
96         top-level window, and left the app completely.
97
98         On WM_ENTERSIZEMOVE, set a flag, and start an interval timer that
99         calls resize_timer_proc() at regular intervals. On
100         WM_EXITSIZEMOVE, kill the timer.
101
102         On WM_WINDOWPOSCHANGED, generate a configure event if necessary,
103         and dispatch the main loop (by calling
104         handle_stuff_while_moving_or_resizing()). Fixes #99540, idea by
105         Herman Bloggs.
106
107         * gdk/win32/gdkmain-win32.c (_gdk_win32_message_to_string): Handle
108         also wintab messages.
109
110         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
111         Instead of using WS_EX_TOOLWINDOW, implement by setting/unsetting
112         the window's owner. Fixes #118093, reported by Maxime Romano.
113
114 Tue Dec  8 09:41:00 2003  Tim Evans  <t.evans@aranz.com>
115
116         * gdk/win32/gdkwindow-win32.[ch]: Implement
117         gdk_window_set_icon_list() for Win32, with support for big and
118         small icons and support for alpha-channel icons under Windows
119         XP. Replaces the previous implementation of gdk_window_set_icon().
120         (#128762)
121         
122 Sun Dec 14 01:28:23 2003  Matthias Clasen  <maclas@gmx.de>
123
124         * gdk/x11/gdkprivate-x11.h: 
125         * gdk/x11/gdkx.h: 
126         * gdk/x11/gdkevents-x11.c (gdk_x11_register_standard_event_type): 
127         Rename from _gdk_x11_register_event_type(), added API docs.
128         * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): 
129         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): Adjust
130         all callers.  (#121471, Bill Haneman)
131
132 Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
133
134         * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
135         of gc is ignored.  (#101983, Sebastian Rittau)
136
137 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
138
139         A trick for a faster treeview, step 1. Patch to short circuit
140         _build_tree(), inspired by Jonathan (#80868).
141
142         * gtk/gtktreeview.c (gtk_tree_view_init): don't put _IS_LIST in
143         flags by default,
144         (gtk_tree_view_build_tree): don't even try to recurse when the
145         model says that it is a list, remove flag unsetter,
146         (gtk_tree_view_set_model): change flag setting logic.
147
148         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_flags):
149         propagate whether or not the child model has _IS_LIST set.
150
151         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_flags):
152         ditto.
153
154 Sat Dec 13 02:33:17 2003  Matthias Clasen  <maclas@gmx.de>
155
156         * gtk/gtkrange.c (gtk_range_scroll): Undo the last change, 
157         since it broke logical keynav. 
158         * gtk/gtkrange.c (range_get_scroll_for_grab): Fix stepper
159         direction in inverted scrollbars here instead.
160
161 Sat Dec 13 00:39:24 2003  Matthias Clasen  <maclas@gmx.de>
162
163         * gtk/gtkviewport.c (viewport_set_hadjustment_values): Implement
164         "gravity" for RTL mode in a better way: Keep the distance from 
165         the upper end of the page to the upper bound constant. This also 
166         fixes problems with the initial position of the viewport in RTL 
167         mode.  (#129063)
168         
169 Fri Dec 12 21:00:12 2003  Kristian Rietveld  <kris@gtk.org>
170
171         Combo box flipping support.
172
173         * gtk/gtkcombobox.c (gtk_combo_box_menu_position),
174         (gtk_combo_box_size_allocate): support RTL flipping (#126518,
175         patch from Matthias Clasen),
176         (gtk_combo_box_popup): fix popup window alignment if there's a
177         cell view frame visible (#126518, patch from Semion Chichelnitsky).
178
179         * gtk/gtkcellview.c (gtk_cell_view_expose): support RTL flipping
180         (#128348, patch from Semion Chichelnitsky).
181
182 Fri Dec 12 01:13:34 2003  Matthias Clasen  <maclas@gmx.de>
183
184         * examples/gtkdial/gtkdial.c:
185         * examples/menu/menu.c:
186         * examples/scribble-xinput/scribble-xinput.c:
187         * examples/progressbar/progressbar.c:
188         * docs/tutorial/gtk-tut.sgml: Remove deprecated functions
189         in examples. (#129074, Olexiy Avramchenko)
190         * examples/calendar/Makefile:
191         * examples/rangewidgets/Makefile:
192         * examples/menu/Makefile: Allow deprecated functions in
193         examples which use deprecated widgets.
194
195 Fri Dec 12 00:43:16 2003  Matthias Clasen  <maclas@gmx.de>
196
197         * gdk/gdk.c (gdk_threads_set_lock_functions): 
198         * gdk/x11/gdkspawn-x11.c: Add "Since: 2.4" to doc comments.
199
200 Fri Dec 12 00:05:31 2003  Matthias Clasen  <maclas@gmx.de>
201
202         * gtk/gtkrange.c (gtk_range_scroll): Fix direction of 
203         steppers in inverted scrollbars.  (#129084, Olexiy Avramchenko)
204
205 Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>
206
207         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't 
208         unnecessarily reserve space for arrows in RTL mode.  (#129075,
209         Semion Chichelnitsky)
210
211 Thu Dec 11 00:35:12 2003  Matthias Clasen  <maclas@gmx.de>
212
213         Changes to allow "no input" windows (#64613):
214         
215         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean
216         field accept_focus.
217         
218         * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to
219         set it.
220
221         * gtk/gtkwindow.[hc]: Add a boolean property "accept_focus"
222         and gtk_window_get_focus() and gtk_window_set_focus().
223
224         * gdk/win32/gdkwindow-win32.c (gdk_window_new): 
225         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): 
226         * gdk/x11/gdkwindow-x11.c (gdk_window_set_new):
227         Initialize the accept_focus field to TRUE.
228
229         * gdk/win32/gdkwindow-win32.c (gdk_window_set_accept_focus): 
230         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_accept_focus): 
231         * gdk/x11/gdkwindow-x11.c (gdk_window_set_accept_focus): 
232         Implementations for the various backends. The Win32 and linux-fb
233         implementations set the accept_focus field, but don't use it yet 
234         to actually implement noinput windows. The X implementation updates
235         the WM_HINTS to select the globally active input model (see the
236         ICCCM) if accept_focus is FALSE.
237
238         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Ignore the
239         WM_TAKE_FOCUS message if accept_focus is FALSE.
240         
241 2003-12-10  Federico Mena Quintero  <federico@ximian.com>
242
243         * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault):
244         Added toolbar items for the filter separator and the filter item.
245         (toolbar_create): Add the filter widgets here.
246         (filter_create): Renamed from create_filter().  Don't store the
247         alignment in the impl structure, just return it.
248         (toolbar_show_filters): New function.
249         (gtk_file_chooser_default_add_filter): Use toolbar_show_filters().
250         (gtk_file_chooser_default_remove_filter): Likewise.
251         (gtk_file_chooser_default_constructor): Don't create the filter
252         widget here.
253         (struct _GtkFileChooserDefault): Added a field for a current
254         folder label.
255         (gtk_file_chooser_default_constructor): Create the folder label.
256         (gtk_file_chooser_default_set_current_folder): Set the current
257         folder label.
258
259         * tests/testfilechooser.c (main): Dramatically improved the
260         usability of the extra widget through careful word choice.
261
262 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
263
264         * gdk/gdk.h: include gdkspawn.h.
265
266 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
267
268         * gdk/linux-fb/gdkspawn-fb.c,
269           gdk/win32/gdkspawn-win32.c,
270           gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
271         s/gdk_spawn/gdk_spawn_on_screen/.
272
273 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
274
275         Utility functions for multi-screen applications which need
276         to ensure launched applications appear on a certain screen.
277         See bug #95897.
278         
279         * gdk/gdkspawn.h: header for multi-screen launching
280         support.
281         
282         * gdk/Makefile.am: install gdkspawn.h.
283         
284         * gdk/x11/Makefile.am:
285         * gdk/x11/gdkspawn-x11.c:
286         (gdk_spawn_make_environment_for_screen): private function
287         to create an environment vector with DISPLAY set appropriately
288         for the screen.
289         (gdk_spawn_on_screen): multi-screen version of g_spawn_async().
290         (gdk_spawn_on_screen_with_pipes): version of g_spawn_async_with_pipes().
291         (gdk_spawn_command_line_on_screen): version of g_spawn_command_line_async().
292         
293         * gdk/linux-fb/Makefile.am,
294           gdk/linux-fb/gdkspawn-fb.c: linux-fb impl.
295         
296         * gdk/win32/Makefile.am,
297           gdk/win32/gdkspawn-win32.c: win32 impl.
298
299 2003-12-09  Federico Mena Quintero  <federico@ximian.com>
300
301         * gtk/gtkfilechooserdefault.c (shortcuts_append_home): Use "Home"
302         rather than "Username's Home" (#125964).
303         (shortcuts_selection_changed_cb): New callback, check the
304         sensitivity of the Remove Bookmark button at the right time.
305         (shortcuts_row_activated_cb): It is not necessary to check the
306         sensitivity here.
307
308 Wed Dec 10 00:06:24 2003  Matthias Clasen  <maclas@gmx.de>
309
310         Improve the GDK API for dealing with group leaders (#119375):
311         
312         * gdk/gdkwindow.h: 
313         * gdk/x11/gdkwindow-x11.c (gdk_window_get_group): New function to 
314         get the group leader of a toplevel window as a GdkWindow.
315
316         * gdk/gdkdisplay.h: 
317         * gdk/x11/gdkdisplay-x11.c (gdk_display_get_default_group): New 
318         function to get the default group leader as a GdkWindow.
319
320         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a field for
321         the GdkWindow of the default group leader.
322         
323         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Construct the GdkWindow
324         for the default group leader.
325
326 2003-12-09  Noah Levitt  <nlevitt@columbia.edu>
327
328         * gdk/gdkkeysyms.h:
329         * gdk/gdkkeyuni.c: Add keysyms Ukrainian_ghe_with_upturn,
330         Ukrainian_GHE_WITH_UPTURN. (#128529)
331
332 2003-12-08  Jan Arne Petersen  <jpetersen@uni-bonn.de>
333
334         * gtk/gtkfilechooserdefault.c:
335         (gtk_file_chooser_default_get_paths), (entry_activate): Use the
336         behavior of the GtkFileSelection to determine selected paths in
337         single selected, GTK_FILE_CHOOSER_ACTION_SAVE mode.
338
339 2003-12-08  Federico Mena Quintero  <federico@ximian.com>
340
341         * gtk/gtkfilechooserdefault.c
342         (gtk_file_chooser_default_get_paths): Don't declare the closure
343         struct twice.
344         (get_paths_foreach): Likewise.
345
346 Tue Dec  9 00:12:36 2003  Matthias Clasen  <maclas@gmx.de>
347
348         * gtk/gtkfilesystemwin32.[hc]: s/Unix/Win32/g. 
349
350 2003-12-08  Tor Lillqvist  <tml@iki.fi>
351
352         * gdk/win32/gdkdisplay-win32.c: Use <multimon.h> when compiling
353         with MSVC and old headers. (#126933, John Ehresman)
354
355 Mon Dec  8 10:54:44 2003  Owen Taylor  <otaylor@redhat.com>
356          
357         * === Released 2.3.1 ===
358
359         * NEWS: Updates for 2.3.1
360
361         * configure.in: Version 2.3.1, interface age 0, binary age 301.
362
363         * gtk/gtkmenuitem.c (gtk_menu_item_can_activate_accel):
364         Rename from gtk_menu_item_real_can_activate_accel() to
365         match GTK+ convention, improve comment.
366
367         * gtk/gtkwidget.c: Document gtk_widget_can_activate_accel(),
368         can ::can-activate-accel signal.
369
370         * gtk/gtkwidget.c (closure_accel_activate): Fix spelling
371         in comment.
372
373         * gtk/gtkmenu.c (gtk_menu_real_can_activate_accel): Clean 
374         up comment.
375         
376         * gtk/gtkcellview{,menuitem}.[ch]: Move GET_PRIVATE() macros
377         into the .c file.
378
379 Mon Dec  8 12:09:21 2003  Owen Taylor  <otaylor@redhat.com>
380
381         * gtk/gtkicontheme.c (find_builtin_icon): Fix a
382         missing 'else'. (#128816, Jorn Baayen)
383
384 2003-12-02  Michael Meeks  <michael@ximian.com>
385
386         Based on a patch by Martin Kretzschmar; #122448
387         
388         * gdk/gdk.h: new gdk_threads_lock, gdk_threads_unlock, point to
389         implementation of GDK_THREADS_ENTER / GDK_THREADS_LEAVE.
390         (GDK_THREADS_ENTER, GDK_THREADS_LEAVE): use gdk_threads_[un]lock
391         function pointers. Deprecate the global gdk_threads_mutex variable.
392         
393         * gdk/gdk.c (gdk_threads_impl_lock, gdk_threads_impl_unlock): new,
394         extracted from GTK_THREADS_ENTER/LEAVE macros.
395         (gdk_threads_init): init gtk_threads_[un]lock if not set.
396         (gdk_threads_set_lock_functions): impl.
397
398         * gdk/gdkglobals.c: add definitions of gdk_threads_[un]lock.
399
400 Sun Dec  7 23:45:40 2003  Matthias Clasen  <maclas@gmx.de>
401
402         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Don't crash if
403         icon_theme_builtin_icons hasn't been initialized.  (#128726, Diego
404         Gonzalez)
405
406 2003-12-07  Tor Lillqvist  <tml@iki.fi>
407
408         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon): Don't use the
409         return value from SendMessage(WM_SETICON). That is the old
410         icon. Fixes GDI resource leak. (#128559, Tim Evans)
411
412         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): If we already
413         have a pointer grab active with a grab cursor set, destroy that
414         cursor to avoid a GDI resource leak. (#128410, Tim Evans)
415
416 2003-12-05  Paisa Seeluangsawat  <paisa@users.sf.net>
417
418         * configure.in: Added Thai (th) to ALL_LINGUAS.
419
420 Sat Dec  6 01:42:04 2003  Matthias Clasen  <maclas@gmx.de>
421
422         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Implement
423         RTL flipping for GtkAlignment.  (#127585)
424
425 Sat Dec  6 01:13:09 2003  Matthias Clasen  <maclas@gmx.de>
426
427         * gtk/gtkcombo.c (gtk_combo_get_pos): Fix the position of the 
428         popup window when in RTL mode.  (#127578)
429
430 Fri Dec  5 15:30:16 2003  Manish Singh  <yosh@gimp.org>
431
432         * gtk/gtkaccelgroup.c (quick_accel_find): Applied patch from
433         Ross McFarland <rwmcfa1@neces.com>, initialize *count_p to 0
434         before doing anything to prevent garbage returns.
435
436 Sat Dec  6 00:23:46 2003  Matthias Clasen  <maclas@gmx.de>
437
438         * gtk/gtkviewport.c: Implement RTL flipping for 
439         GtkViewport: Adjust the "gravity" when resizing
440         This is a bit flickery in RTL mode.  (#107526)
441
442 Sat Dec  6 00:22:14 2003  Matthias Clasen  <maclas@gmx.de>
443
444         * gtk/gtkscrolledwindow.c: Implement RTL flipping for 
445         GtkScrolledWindow: the vertical scrollbar shows up on the left
446         side in RTL mode.  (#107526)
447
448 Fri Dec  5 01:58:33 2003  Matthias Clasen  <maclas@gmx.de>
449
450         * gtk/gtknotebook.c: Implement RTL flipping for GtkNotebook:
451         tabs displayed at the top/bottom are rearranged, and tabs on
452         the left/right are displayed at the opposite edge.  (#96630)
453
454 2003-12-04  Mark McLoughlin  <mark@skynet.ie>
455
456         * gtk/gtklabel.c: (gtk_label_set_attributes_internal): Allow
457         gtk_label_set_attributes() take NULL. See bug #128517.
458
459 2003-12-03  Federico Mena Quintero  <federico@ximian.com>
460
461         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Removed
462         the in_change flag.
463         (completion_idle_callback): Use a temporary list store and re-set
464         it on the completion rather than modifying the old one.  We are
465         re-reading the folder anyway, and this gets rid of non-atomicity
466         problems.
467
468 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
469
470         Decouple impl->current_folder from the selection in the folder
471         tree.  This is so that going to /home/federico/.foo (e.g. from a
472         bookmark) will work even if show_hidden == FALSE.  The folder tree
473         needs to be fixed in this case to show such folders explicitly.
474
475         * gtk/gtkfilechooserdefault.c
476         (gtk_file_chooser_default_set_current_folder): When changing
477         folders, do the entry and list model work here, instead of
478         tree_selection_changed().
479         (struct _GtkFileChooserDefault): Added a changing_folder flag
480         again, dum de dum.
481         (tree_selection_changed): Use _gtk_file_chooser_set_current_folder_path().
482
483 Tue Dec  2 01:01:54 2003  Matthias Clasen  <maclas@gmx.de>
484
485         * gtk/gtkiconfactory.h: Remove duplicate declaration of 
486         gtk_icon_source_set_icon_name().  (#Jeff Franks, #128269)
487
488 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
489
490         Patch from Hans-Petter Jansson <hpj@ximian.com> to align the
491         bookmarks buttons with the location entry.
492
493         * gtk/gtkfilechooserdefault.c
494         (gtk_file_chooser_default_constructor): Use a GtkSizeGroup for the
495         bookmarks buttons and the location entry.
496
497 2003-12-01  Federico Mena Quintero  <federico@ximian.com>
498
499         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Set the
500         shortcuts tree as a drag destination.
501         (shortcuts_drag_data_received_cb): New callback.
502         (get_file_info): Also fetch information on whether the file is a folder.
503         (add_bookmark_button_clicked_cb): Use error_could_not_add_bookmark_dialog().
504         (error_could_not_add_bookmark_dialog): New function.
505         (shortcuts_add_bookmark_from_path): New helper function.
506         (add_bookmark_button_clicked_cb): Use shortcuts_add_bookmark_from_path().
507         (shortcuts_row_activated): We no longer need the changing_folder flag.
508         (struct _GtkFileChooserDefault): Likewise.
509
510 Sun Nov 30 17:31:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
511
512         * gtk/gtktoolbar.c (slide_idle_handler): return TRUE if there are
513         disappearing placeholders that are still visible.
514
515         * gtk/gtktoolbar.c: formatting fixes
516
517         * gtk/gtktoolbar.c (struct _ToolbarContent): new bit:
518         disappearing, for placeholders that are going to disappear.
519
520         * gtk/gtktoolbar.c (get_item_size): return 0 for disappearing placeholders
521
522 Sat Nov 29 00:55:28 2003  Jonathan Blandford  <jrb@gnome.org>
523
524         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): 
525         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
526         Patch from <chinen@jp.ibm.com> to handle RTL support for column
527         resizers, #127874
528
529 Fri Nov 28 00:26:24 2003  Matthias Clasen  <maclas@gmx.de>
530
531         * gtk/gtkfilesystemmodel.c (gtk_file_system_model_finalize): 
532         Don't use freed memory.  (#127698, Taavi Talvik) 
533
534 Fri Nov 28 00:09:10 2003  Matthias Clasen  <maclas@gmx.de>
535
536         * gtk/gtkfilechooserentry.c: Remove debug g_print()s. 
537
538 Thu Nov 27 22:17:50 2003  Matthias Clasen  <maclas@gmx.de>
539
540         * gtk/gtkuimanager.c: Remove debug define.
541
542 Thu Nov 27 16:19:03 2003  Tim Janik  <timj@gtk.org>
543
544         * gtk/gtkmenu.c: allow accel activation depending on sensitivity
545         and the attach widget.
546
547         * gtk/gtkmenuitem.c: allow accel activation depending on visibility,
548         sensitivity and the parent menu.
549
550         * gtk/gtkwidget.[hc]: introduced ::can-activate-accel signal which
551         checks whether accelerators may activate a widget. the default handler
552         demands the widget be sensitive and visible+viewable.
553
554         * gtk/gtkaccelgroup.[hc]: export gtk_accel_group_activate().
555
556 Tue Nov 25 00:10:05 2003  Matthias Clasen  <maclas@gmx.de>
557
558         * gtk/gtkuimanager.c (update_node): Don't show accelerators in
559         popup menus.  (#127227)
560
561 Mon Nov 24 13:47:39 GMT 2003  Tony Gale <gale@gtk.org>
562
563         * docs/faq/gtk-faq.sgml: start 2.x Section 4 updates
564
565 Mon Nov 24 04:05:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
566
567         * gtk/gtkradiotoolbutton.[ch]
568         (gtk_radio_tool_button_new_from_widget): Make this function take a
569         GtkRadioToolButton instead of a GtkWidget. (#127729, Murray
570         Cumming)
571
572 Mon Nov 24 02:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
573
574         * gtk/gtktoolbar.c: remove variables in_dnd and leaving_dnd
575
576 Mon Nov 24 02:19:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
577
578         * gtk/gtktoolbar.c: remove variable
579         n_overflowed_menu_items_when_dnd_started
580
581 Mon Nov 24 01:47:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
582
583         Rework sliding algorithm.
584         - No more weird jumping when items are dragged off and added to
585         the toolbar,
586         - More natural item movement
587
588         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Many changes. This
589         function is now responsible for calculating intermediate positions
590         during item sliding. It is also responsible for starting sliding
591         if items disappear.  Also turn off expanding when there is an
592         overflow menu.
593         (gtk_toolbar_begin_sliding, stop_sliding): New functions.
594         (slide_idle_handler): New function. All the sliding is now done by
595         gtk_toolbar_size_allocate(), so the idle handler now just checks
596         if there is more sliding to be done.
597         (compute_intermediate_allocation, position): new functions
598         calculating intermediate steps in the slide animations. The new
599         animation algorithm uses a constant speed instead of a constant
600         must-be-finished-within time.
601         (struct _ToolbarContent): use 
602         GtkAllocation goal_allocation; and 
603         GtkAllocation start_allocation; instead of 
604         gint start/goal_width;
605
606         * gtk/gtktoolitem.c (gtk_tool_item_set_tooltip): fix typo in
607         documentation
608
609 Sun Nov 23 22:26:25 2003  Matthias Clasen  <maclas@gmx.de>
610
611         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Make tooltip 
612         positioning Xinerama-aware.  (#127332)
613
614 Fri Nov 21 01:57:21 2003  Matthias Clasen  <maclas@gmx.de>
615
616         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Make monitor
617         boundaries visible in fake Xinerama mode.
618
619 Thu Nov 20 15:41:56 2003  Manish Singh  <yosh@gimp.org>
620
621         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): cast to GTK_WIDGET()
622         for the gtk_widget_hide() call.
623
624 Thu Nov 20 14:51:41 2003  Jonathan Blandford  <jrb@redhat.com>
625
626         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): Patch
627         from David Hampton to fix sorting on booleans.
628
629 Thu Nov 20 15:48:03 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
630
631         * gtk/gtksocket.c (gtk_socket_focus): Use gtk_widget_is_focus()
632         instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen Taylor. Reported
633         by Frederic Crozat).
634
635 Thu Nov 20 13:10:29 GMT 2003  Tony Gale <gale@gtk.org>
636
637         * docs/faq/gtk-faq.sgml: Update Section 3 to 2.x
638
639 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
640
641         Fixes to problems reported by Iain Holmes:
642
643         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Do not
644         throw up an error dialog if the desktop doesn't exist.
645         (error_message): Handle the case where there is no real toplevel
646
647         yet.
648         (list_model_filter_func): Always let folders pass through (patch
649         by Dave Malcolm).
650
651 Wed Nov 19 23:19:23 2003  Kristian Rietveld  <kris@gtk.org>
652
653         * gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
654         to a somewhat more logical place,
655         (gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
656
657 Wed Nov 19 22:15:01 2003  Kristian Rietveld  <kris@gtk.org>
658
659         * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
660         the popup when it is visible, popdown when there are less chars
661         than the minimum key length in the entry,
662         (gtk_entry_completion_changed): popdown when the entry is empty.
663
664         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
665         size request of the vscrollbar to (-1, 0), to get a nicely sized
666         completion treeview (Fixes #126573, reported by Piers Cornwell),
667         (_gtk_entry_completion_resize_popup): show/hide the action_view
668         based on items.
669
670 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
671
672         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn
673         off the dialog's separator (thanks to Iain Holmes).
674
675 Wed Nov 19 18:15:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
676
677         * gtk/gtkmenu.c (DEFAULT_POPUP_DELAY): set to 200 instead of 225
678         * gtk/gtkmenuitem.c (get_minimum_width): Impose a minimum width
679         on items that have a submenu. (#120104).
680
681 Wed Nov 19 18:11:08 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
682
683         * gtk/gtktoolbar.c (struct _ToolbarContent): Add a new
684         "ItemState" field indicating the overflowed-ness etc. of the item.
685         (gtk_toolbar_size_allocate): update the field here.
686
687 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
688
689         * gtk/gtkfilechooserdefault.c (create_filter): Don't add padding
690         to the alignment.  Use the HIG-specified spacing between the
691         filter label and the combo.
692         (create_filename_entry): Use HIG-specified spacing between the
693         location label and the entry.
694         (gtk_file_chooser_default_constructor): Don't use vertical padding
695         around the filename entry.
696
697 2003-11-19  Federico Mena Quintero  <federico@ximian.com>
698
699         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Added a
700         render_icon virtual method.
701
702         * gtk/gtkfilesystem.c (gtk_file_system_render_icon): New function.
703
704         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_render_icon):
705         Implement as a stub for now.
706
707         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Use
708         gtk_file_system_render_icon().
709         (list_icon_data_func): Likewise.
710         (toolbar_create): Set the toolbar style to icons only.
711
712         * gtk/gtkfilechooser.c (gtk_file_chooser_add_shortcut_folder_uri):
713         Fix doc comments.
714
715 Wed Nov 19 02:18:37 2003  Matthias Clasen  <maclas@gmx.de>
716
717         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Call 
718         gtk_widget_hide(menu) when reattaching the menu.  (#126057) 
719
720 Wed Nov 19 00:06:04 2003  Kristian Rietveld  <kris@gtk.org>
721
722         * gtk/gtkentrycompletion.c (gtk_entry_completion_selection_changed):
723         only unselect all items if the treeview has focus. (Fixes bug
724         reported by Marco Pesenti Gritti).
725
726 Tue Nov 18 22:26:30 2003  Kristian Rietveld  <kris@gtk.org>
727
728         * gtk/gtkentry.c (gtk_entry_completion_key_press): the total
729         number of actions is "matches + actions - 1". (Fixes #126572).
730
731 Tue Nov 18 21:05:05 2003  Christian Persch  <chp@cvs.gnome.org>
732
733         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted): fix
734         mem leaks (#119435).
735
736 Tue Nov 18 20:51:38 2003  Kristian Rietveld  <kris@gtk.org>
737
738         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): don't
739         try to fetch the child back, since we do know that it is already
740         gone by now (#126493, Marco Pesenti Gritti).
741
742 Tue Nov 18 19:47:59 2003  Kristian Rietveld  <kris@gtk.org>
743
744         Fixes based on comments from Owen Taylor, #125264.
745
746         * gtk/gtkcellview.[ch] (gtk_cell_view_finalize): remove unused
747         variable,
748         (gtk_cell_view_set_value), (gtk_cell_view_set_displayed_model): queue
749         a resize,
750         (gtk_cell_view_get_size_of_row): new function,
751         (gtk_cell_view_set_value), (gtk_cell_view_set_valuesv),
752         (gtk_cell_view_set_values), (gtk_cell_view_set_model),
753         (gtk_cell_view_set_displayed_row), (gtk_cell_view_get_displayed_row):
754         s/cellview/cell_view/ in the function definitions, so they match
755         with the header file.
756
757         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): remove the resize
758         flag again (:, and use gtk_cell_view_get_size_of_row instead of
759         the measurer, remove _set_size_request call,
760         (gtk_combo_box_calc_requested_width): use gtk_cell_view_get_size_of_row
761         instead of the measurer,
762         (gtk_combo_box_style_set): queue a resize,
763         (gtk_combo_box_size_request): update of _remeasure call,
764         (gtk_combo_box_init), (gtk_combo_box_cell_layout_pack_start),
765         (gtk_combo_box_cell_layout_pack_end),
766         (gtk_combo_box_cell_layout_clear),
767         (gtk_combo_box_set_model): get rid of the measurer,
768         (gtk_combo_box_cell_layout_add_attribute),
769         (gtk_combo_box_cell_layout_set_cell_data_func),
770         (gtk_combo_box_cell_layout_clear_attributes): ditto and queue a
771         resize instead of calling _remeasure.
772
773 Mon Nov 17 16:25:04 2003  Manish Singh <yosh@gimp.org>
774
775         * gdk-pixbuf/Makefile.am
776         * modules/input/Makefile.am: Use install-data-hook for
777         gdk-pixbuf.loaders and gtk.immodules install generation targets.
778         Fixes #112806.
779
780         * gtk/gtkexpander.h: Apply missing declarations from #124449.
781
782 Tue Nov 18 00:12:55 2003  Matthias Clasen  <maclas@gmx.de>
783
784         Fix for #119555, Peter Zelezny:
785         
786         * gdk/gdkdrawable.h: Declare gdk_drawable_copy_to_image.
787         * gdk/gdkdraw.c (gdk_drawable_copy_to_image): Make public
788         by removing the _ prefix. 
789         * gdk/gdkdraw.c, gdk/gdkpixbuf-drawable.c, gdk/gdkpixmap.c, 
790         gdk/gdkwindow.c: Adjust all callers.
791
792 Mon Nov 17 23:36:02 2003  Matthias Clasen  <maclas@gmx.de>
793
794         * gtk/gtkaction.c (gtk_action_activate): Only activate if 
795         the action is sensitive.  (#127187, Christian Persch)
796
797 Mon Nov 17 23:23:49 2003  Matthias Clasen  <maclas@gmx.de>
798
799         * gtk/gtkcombobox.c: Add mouse wheel support.  (#126517)
800
801 Mon Nov 17 22:56:09 2003  Kristian Rietveld  <kris@gtk.org>
802
803         * gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
804
805         * gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
806         mapped, else resize_popup.
807
808         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
809         (_gtk_entry_completion_popup): moved all popup resizing code to
810         _gtk_entry_completion_resize_popup, and show the window when there
811         are more than zero items in the completion list again (sigh).
812
813 2003-11-17  Mark McLoughlin  <mark@skynet.ie>
814
815         Patch from Jaiserca <jaiserca@inf.upv.es> to add a
816         "use_markup" property. See bug #124449.
817
818         * gtk/gtkexpander.c:
819         (gtk_expander_class_init),
820         (gtk_expander_init), (gtk_expander_set_property),
821         (gtk_expander_get_property), (gtk_expander_set_label),
822         (gtk_expander_set_use_markup),  (gtk_expander_get_use_markup):
823         Add a "use_markup" property and use it when creating the
824         child label.
825
826 Mon Nov 17 12:58:32 2003  Kristian Rietveld  <kris@gtk.org>
827
828         Temporary size requisition fix. Will fix it for real tonight.
829
830         * gtk/gtkcombobox.c (gtk_combo_box_remeasure): add a resize flag,
831         (gtk_combo_box_size_request): use gtk_combo_box_remeasure to determine
832         a good width for the child,
833         (gtk_combo_box_cell_layout_add_attribute),
834         (gtk_combo_box_set_cell_data_func),
835         (gtk_combo_box_cell_layout_clear_attributes): update.
836
837 Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>
838
839         Fixes #124373, Murray Cumming.
840
841         * gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
842         is no longer construct only,
843         (gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
844         (gtk_combo_box_menu_fill): new functions,
845         (gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
846         (gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
847         (gtk_combo_box_list_destroy): updated,
848         (gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
849         functions,
850         (gtk_combo_box_set_model): is now public, updated,
851         (gtk_combo_box_get_model): small update.
852
853         * gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
854         text_column property is no longer construct only,
855         (gtk_combo_box_entry_set_text_column): now public,
856         (gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
857         new/changed functions.
858
859         * tests/testcombo.c: updated.
860
861 Sun Nov 16 22:50:58 2003  Matthias Clasen  <maclas@gmx.de>
862
863         Reinstate fixes for (#124212, Marco Pesenti Gritti):
864         
865         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
866         warnings for popups.
867         (_gtk_menu_is_empty): Return FALSE for non-menus.
868
869 Sun Nov 16 21:48:40 2003  Kristian Rietveld  <kris@gtk.org>
870
871         * gtk/gtkcellview.c (gtk_cell_view_finalize): just call
872         gtk_cell_view_cell_layout_clear instead of trying to free the
873         structure ourselves here. (#125726, Morten Welinder).
874
875 Sun Nov 16 00:35:29 2003  Matthias Clasen  <maclas@gmx.de>
876
877         * gtk/gtkfilechooser.[hc]: 
878         * gtk/gtkentrycompletion.h: Fix parameter name mismatches which
879         confuse gtk-doc.
880
881 2003-11-15  Hans Breuer  <hans@breuer.org>
882
883         * gdk/makefile.msc gdk/gdk.def 
884             gtk/gtk.def gtk/makefile.msc.in : updated
885         * tests/makefile.msc : added all the new tests
886
887         * gtk/gtkfilefilter.c(finalize) : initialize filter
888         from object not from itself
889
890         * gtk/gtkfilesystemwin32.[hc] : copied from gtkfilesystemunix.[hc]
891         modified as less as posible to have aworking implementation
892         on win32. There maybe the desire to merge the unchanged pats into
893         a common base class.
894         Also implemented a simple glib based bookmark handling, which
895         is currently missing in gtkfilesystemunix.[hc] but can be copied
896         over there.
897         * gtk/gtkfilechooserwidget.c : conditional include gtkfilesystemwin32.h
898
899         * gdk/win32/gdkwindow-win32.c : implement 
900         gdk_window_set_keep_above() and gdk_window_set_keep_below()
901
902         * tests/testmerge.c : don't include unistd.h unconditionally,
903         #define STDOUT_FILENO if it isn't defined
904
905         * tests/testfilechooser.c : make it compile on win32
906
907 2003-11-15  Tor Lillqvist  <tml@iki.fi>
908
909         * gdk/win32/gdkwindow-win32.c (gdk_window_focus): If the window is
910         maximized, use SW_SHOWMAXIMIZED. (#126986, John Ehresman)
911
912 Thu Nov 13 12:55:29 GMT 2003  Tony Gale <gale@gtk.org>
913
914         * docs/faq/gtk-faq.sgml: Update the rest of Section 2
915
916 Thu Nov 13 01:46:32 2003  Matthias Clasen  <maclas@gmx.de>
917
918         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use 
919         GTK_DATADIR/{icons,pixmaps} instead of 
920         GTK_DATA_PREFIX/{icons,pixmaps}.  (#123365, Marco Pesenti Gritti)
921
922 Wed Nov 12 21:40:10 2003  Matthias Clasen  <maclas@gmx.de>
923
924         Changes to improve menu positioning on Xinerama (#108328, #126150):
925         
926         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Use the event 
927         window of the menuitem to determine the monitor. This fixes some
928
929         * gtk/gtkmenu.c (struct _GtkMenuPrivate): Add a menu_num field
930         to store the monitor on which the menu is to be positioned.
931
932         * gtk/gtkmenu.[hc] (gtk_menu_position): Store the monitor number
933         in the GtkMenuPrivate struct and fetch the monitor geometry after
934         calling the position_func, in case it has been changed.
935
936         * gtk/gtkmenu.c (gtk_menu_set_monitor): New function 
937         to be used in GtkMenuPositionFunc implementations for setting
938         the monitor_num field in GtkMenuPrivate.
939
940         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Call 
941         gtk_menu_set_monitor.
942
943 Wed Nov 12 21:00:10 2003  Matthias Clasen  <maclas@gmx.de>
944
945         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Clarify the
946         label for the empty list. String change.  (#95446, Tomas Ã–gren)
947
948 Wed Nov 12 20:57:50 2003  Matthias Clasen  <maclas@gmx.de>
949
950         * gtk/gtkicontheme.h (enum GtkIconLookupFlags): Correct
951         the definition of the values.  (#123361, Marco Pesenti Gritti)
952
953 Wed Nov 12 20:54:02 2003  Matthias Clasen  <maclas@gmx.de>
954
955         * gdk/gdkkeyuni.c: Map KP_Separator to ','.
956         (#122941, Egmont Koblinger)
957
958 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
959
960         *gtk/gtkcolorsel.c (gtk_color_selection_init): Add tooltip for
961         opacity entry widget. Change tooltip for opacity widgets. (#126426)
962
963 2003-11-12  Padraig O'Briain  <padraig.obriain@sun.com>
964
965         * gtk/gtkmenu.c (gtk_menu_popup): Do not let pointer position
966         affect window menu position when popped from keyboard. (#102660)
967
968 Wed Nov 12 01:29:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
969
970         * gtk/gtktoolbar.c (gtk_toolbar_internal_insert_element): When we
971         are using the old API, make all items "is_important". That way
972         BOTH_HORIZ will continue to show both icon and label in old API
973         mode.
974
975 Mon Nov 10 00:40:41 2003  Matthias Clasen  <maclas@gmx.de>
976
977         * gtk/gtkeventbox.c (gtk_event_box_set_above_child): 
978         Remember the new value in all cases.  (#126276, Damon Chaplin)
979
980 Sat Nov  8 23:06:02 2003  Matthias Clasen  <maclas@gmx.de>
981
982         * demos/gtk-demo/main.c (row_activated_cb): Call the do_
983         functions with the toplevel as argument.
984
985         * demos/gtk-demo/geninclude.pl.in: Change the signature
986         of GDoDemoFunc to take a widget argument
987
988         * demos/gtk-demo/ui_manager.c (do_ui_manager): 
989         * demos/gtk-demo/tree_store.c (do_tree_store): 
990         * demos/gtk-demo/textview.c (do_textview): 
991         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
992         * demos/gtk-demo/sizegroup.c (do_sizegroup): 
993         * demos/gtk-demo/pixbufs.c (do_pixbufs): 
994         * demos/gtk-demo/panes.c (do_panes): 
995         * demos/gtk-demo/menus.c (do_menus): 
996         * demos/gtk-demo/list_store.c (do_list_store): 
997         * demos/gtk-demo/images.c (do_images): 
998         * demos/gtk-demo/hypertext.c (do_hypertext): 
999         * demos/gtk-demo/editable_cells.c (do_editable_cells): 
1000         * demos/gtk-demo/drawingarea.c (do_drawingarea): 
1001         * demos/gtk-demo/dialog.c (do_dialog): 
1002         * demos/gtk-demo/colorsel.c (do_colorsel): 
1003         * demos/gtk-demo/changedisplay.c (do_changedisplay): 
1004         * demos/gtk-demo/button_box.c (do_button_box): 
1005         * demos/gtk-demo/appwindow.c (do_appwindow): Take a widget
1006         as argument, and make new windows or dialogs appear on the
1007         same screen.  (#80388)
1008
1009 Sat Nov  8 21:59:30 2003  Matthias Clasen  <maclas@gmx.de>
1010
1011         * gtk/gtkeventbox.c (gtk_event_box_class_init): Let 
1012         visible-window default to TRUE, as documented and 
1013         implemented. (#126270 Damon Chaplin)
1014
1015 Sat Nov  8 01:50:17 2003  Matthias Clasen  <maclas@gmx.de>
1016
1017         * gtk/gtkicontheme.c: 
1018         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): 
1019         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): 
1020         * gtk/gtkfilechooser.c (gtk_file_chooser_[un]select_all): Mark as
1021         2.4 additions.
1022
1023 2003-11-07  Federico Mena Quintero  <federico@ximian.com>
1024
1025         Changing GtkFileChooserEntry to use GtkEntryCompletion.
1026
1027         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): Create
1028         a GtkListStore for the completion list.  Create a
1029         GtkEntryCompletion and attach it to the chooser entry.
1030         (gtk_file_chooser_entry_finalize): Unref the completion store.
1031         (completion_match_func): New callback for the GtkEntryCompletion.
1032         (completion_idle_callback): Fill the completion store with filenames.
1033
1034 Fri Nov  7 22:55:49 2003  Matthias Clasen  <maclas@gmx.de>
1035
1036         * gtk/gtkwindow.c (gtk_window_set_role): 
1037         * gtk/gtkwindow.c (gtk_window_set_title): 
1038         * gtk/gtkwidget.c (gtk_widget_set_name): 
1039         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_title): 
1040         * gtk/gtkbutton.c (gtk_button_set_label): Make string setters
1041         safe for self-assignment.  (#122745, Soeren Sandmann)
1042
1043 Thu Nov  6 20:41:40 2003  Matthias Clasen  <maclas@gmx.de>
1044
1045         * gtk/gtkstyle.c (gtk_style_attach): Fix doc comment.
1046         (#126369, Olexiy Avramchenko)
1047
1048 Thu Nov  6 00:21:41 2003  Matthias Clasen  <maclas@gmx.de>
1049
1050         * gtk/gtkcolorbutton.c (gtk_color_button_init): 
1051         * gtk/gtkfontbutton.c (gtk_font_button_init): Improve the 
1052         consistency of titles.  (#126193, Damon Chaplin)
1053
1054 Wed Nov  5 22:49:36 2003  Matthias Clasen  <maclas@gmx.de>
1055
1056         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Set torn off 
1057         menus to be transient for the toplevel they were torn off from.
1058         (gtk_menu_get_toplevel): Auxiliary function to find the
1059         toplevel of a menu.  (#54775, Jon-Kare Hellan)
1060
1061 Wed Nov  5 21:07:58 2003  Matthias Clasen  <maclas@gmx.de>
1062
1063         * gtk/gtkpaned.c (gtk_paned_class_init): Add readonly properties
1064         min-position and max-position.  (#58431, Padraig O'Briain)
1065
1066 Wed Nov  5 21:02:26 2003  Matthias Clasen  <maclas@gmx.de>
1067
1068         * gtk/gtkcolorsel.c (update_color): 
1069         (make_label_spinbutton): 
1070         (adjustment_changed): Change the ranges for Saturation and
1071         Value to be 0-100 instead of 0-255, since these axes of HSV
1072         are usually expressed in percent.  (#121519, Gregory Merchan)
1073
1074 Wed Nov  5 08:51:48 GMT 2003  Tony Gale <gale@gtk.org>
1075
1076         * docs/faq/gtk-faq.sgml: More 2.x updates
1077
1078 Tue Nov  4 15:00:33 GMT 2003  Tony Gale <gale@gtk.org>
1079
1080         * docs/faq/gtk-faq.sgml: More 2.x updates, fix
1081         pkg-config command error, update copyright.
1082
1083 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
1084
1085         * gtk/gtkfilechooserdefault.c (error_dialog): Take in a path as
1086         well.  Use a helper function.
1087         (shortcuts_append_home): Display an error box if necessary.
1088         (shortcuts_append_desktop): Likewise.
1089         (add_bookmark_button_clicked_cb): Likewise.
1090         (gtk_file_chooser_default_select_path): Likewise.
1091         (entry_activate): Likewise.
1092         (shortcuts_append_paths): New helper function.
1093         (shortcuts_append_file_system_roots): Use
1094         shortcuts_append_paths().
1095         (shortcuts_append_bookmarks): Likewise.
1096
1097 Mon Nov  3 23:12:41 2003  Matthias Clasen  <maclas@gmx.de>
1098
1099         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Return TRUE if 
1100         menu is NULL.
1101         (update_smart_separators): Remove some unneeded ifs.
1102
1103 Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
1104
1105         * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
1106         these usable in C++. Forgot this file in my Oct 11 commit.
1107
1108 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
1109
1110         * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
1111         icon to the "Add bookmark" button.
1112
1113         * gtk/gtkfilesystemunix.c: Mark missing strings for translation.
1114         * gtk/gtkfilesystemmodel.c: Likewise.
1115         * gtk/gtkfilechooser.c: Likewise.
1116         * gtk/gtkfilechooserdefault.c: Likewise.
1117
1118 Mon Nov  3 20:56:28 2003  Matthias Clasen  <maclas@gmx.de>
1119
1120         * gdk/gdk.c: 
1121         * gdk/gdkinternals.h: 
1122         * gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
1123         GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
1124         Xinerama mode when no actual Xinerama setup is found. 
1125
1126 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
1127
1128         * gtk/gtkfilechooserdefault.c (shortcuts_select_folder): Removed.
1129         (create_shortcuts_tree): Don't call the above.
1130         (bookmarks_changed_cb): Likewise.
1131         (tree_selection_changed): Unselect everything from the shortcuts
1132         list.  This is the behavior that Mac OS has.
1133         (toolbar_add_item): Return the item.
1134         (toolbar_create): Store the up_button in the impl structure.
1135         (toolbar_check_sensitivity): New function to set the sensitivity
1136         of the "Up" button in the toolbar.
1137         (tree_selection_changed): Call toolbar_check_sensitivity().
1138
1139 2003-11-02  Federico Mena Quintero  <federico@ximian.com>
1140
1141         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Do
1142         not set a border width for the toplevel container.
1143         (toolbar_create): New function; create a simple toolbar for the
1144         file chooser.
1145         (gtk_file_chooser_default_constructor): Use a spacing of 12 for
1146         the table, as per the HIG.
1147         (gtk_file_chooser_default_init): Likewise, for the default
1148         implementation's vbox.
1149
1150         * gtk/gtkfilesystem.c (gtk_file_system_get_parent): Added docs to
1151         note that NULL is a valid return value for the parent path.
1152
1153 Sat Nov  1 14:59:27 2003  Owen Taylor  <otaylor@redhat.com>
1154
1155         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated): 
1156         Change on activation, not selection change (temporary
1157         workaround for #125955, needed for keynav, likely
1158         the right UI anyways.)
1159
1160         * gtk/gtkfilechooserdefault.c (shortcuts_select_func): 
1161         Don't allow the separator node to be selected.
1162
1163         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_constructor):
1164         Set the focus chain so that the entry gets focused first.
1165         (Not really right after initial focusing, maybe we
1166         should just have a gtk_file_chooser_focus_entry() that
1167         we call from gtk_file_chooser_dialog on creation.)
1168
1169 Sat Nov  1 12:41:04 2003  Owen Taylor  <otaylor@redhat.com>
1170
1171         * gtk/gtkwindow.c (gtk_window_unfullscreen): Fix a
1172         residual call to gtk_window_get_private().
1173
1174 Sat Nov  1 09:10:13 2003  Owen Taylor  <otaylor@redhat.com>
1175
1176         * gtk/gtkwindow.[ch]: Move above_initially, below_initially
1177         into GtkWindowPrivate structure, fixing ABI breakage
1178         on Win32. (Hans Breuer). Switch GtkWindowPrivate over
1179         to instance-private-data.
1180
1181 Fri Oct 31 02:43:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1182
1183         * gtk/gtktoolbar.c (get_item_requisition): delete this function
1184         (toolbar_item_is_homogeneous): cache max_homogeneous_pixels
1185         instead of re-calculating for each item.
1186         (gtk_toolbar_size_allocate): Update comments
1187
1188 Thu Oct 30 22:04:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1189
1190         * gtk/gtktoolbar.c (gtk_toolbar_forall): Only include
1191         placeholders when include_internals is TRUE.
1192
1193 Thu Oct 30 17:57:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1194
1195         * gtk/gtktoolbar.c (logical_to_physical): Make it work even when
1196         item 0 is a placeholder. (#125826)
1197         * tests/testtoolbar.c: add an assertion that 
1198         gtk_toolbar_get_nth_item (0) != NULL
1199
1200 Thu Oct 30 17:40:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1201
1202         * gtk/gtktoolbar.c (logical_to_physical): Make it work for
1203         logical == 0.(#125826)
1204
1205 Thu Oct 30 16:20:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1206
1207         * gtk/gtktoolbar.c (logical_to_physical): Make sure we actually
1208         return the index of a real item.
1209         (get_nth_item) assert that the returned items is not a
1210         placeholder.  (#125826, Marco Pesenti Gritti).
1211         
1212 2003-10-29  Federico Mena Quintero  <federico@ximian.com>
1213
1214         * gtk/gtkcellrendererseptext.c
1215         (gtk_cell_renderer_sep_text_render): Only paint a separator if the
1216         text is NULL, rather than also doing it if it is an empty string.
1217
1218 Wed Oct 29 15:40:26 2003  Owen Taylor  <otaylor@redhat.com>
1219
1220         * gtk/gtkmessagedialog.c (gtk_message_dialog_new/
1221         gtk_message_dialog_new_with_format): Allow NULL
1222         for message_format, as described in the docs and
1223         as worked previously. (#125759, Richard Hult)
1224
1225         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
1226         Use g_markup_vprintf_escaped() to escape arguments.
1227
1228         * gtk/gtkmessagedialog.[ch]: Add gtk_message_dialog_set_markup()
1229         so there is some way to set literal markup.
1230
1231 Wed Oct 29 15:01:32 2003  Owen Taylor  <otaylor@redhat.com>
1232  
1233         * gdk/x11/gdkimage-x11.c (_gdk_x11_copy_to_image): Move
1234         the call to gdk_error_trap_pop() to the right place,
1235         fixing a problem where we'd pop() too many times 
1236         when bailing out. (#123302, Thomas Leonard)
1237         
1238 Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>
1239
1240         * gtk/gtkfilechooserutils.c (delegate_set_current_folder): 
1241         Fix infinite recursion. (#125679, Christian Persch)
1242
1243 Wed Oct 29 13:29:15 GMT 2003  Tony Gale <gale@gtk.org>
1244
1245         * docs/faq/gtk-faq.sgml: further 2.x updates:
1246         mirrors,compiling,g_main_context_iteration
1247
1248 Wed Oct 29 02:54:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1249
1250         * gtk/gtktoolbar.[ch] (gtk_toolbar_set_drop_highlight_item): Add this
1251         function; remove gtk_toolbar_highlight_drop_location() and
1252         gtk_toolbar_unhighlight_drop_location().
1253
1254         Also fix bug where the number of overflowed items were miscounted.
1255
1256 Tue Oct 28 12:20:16 2003  Owen Taylor  <otaylor@redhat.com>
1257
1258         * gtk/gtkwindow.c (gtk_window_has_toplevel_focus): Remove
1259         some accidentally committed duplicate code.
1260
1261 Tue Oct 28 17:06:17 GMT 2003  Tony Gale <gale@gtk.org>
1262
1263         * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
1264
1265 Tue Oct 28 10:34:24 2003  Owen Taylor  <otaylor@redhat.com>
1266
1267         * gtk/gtkwindow.[ch] (gtk_window_is_active, 
1268         gtk_has_toplevel_focus): Add getters corresponding to
1269         the is_active and has_toplevel_focus properties.
1270         (#122531)
1271
1272 2003-10-28  Mark McLoughlin  <mark@skynet.ie>
1273
1274         * gtk/gtkexpander.c:
1275         (gtk_expander_class_init): hook up the destroy handler.
1276         (gtk_expander_destroy), (gtk_expander_unrealize):
1277         remove the expand/collapse timeout on destroy instead
1278         of unrealize to avoid leaving the expander in a inconsistent
1279         state when unrealizing during animation.
1280         (gtk_expander_start_animation): remove realized check.
1281         (gtk_expander_set_expanded): if the widget isn't realized,
1282         expand immediately.
1283
1284 Tue Oct 28 09:44:16 2003  Owen Taylor  <otaylor@redhat.com>
1285
1286         * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently
1287         do nothing when recipient is NULL, as described in the
1288         doc comment. (#123107, Thomas Leonard)
1289
1290 Tue Oct 28 09:21:29 2003  Owen Taylor  <otaylor@redhat.com>
1291
1292         * gtk/gtkmain.c (gtk_check_version): Move docs inline,
1293         rewrite docs, mention memory management for the return
1294         value. (Partly addresses #125549, Michael Natterer)
1295
1296 2003-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
1297
1298         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter):
1299         Change index to filter_index to fix compilation error.
1300
1301         * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
1302
1303 Mon Oct 27 15:47:58 2003  Manish Singh  <yosh@gimp.org>
1304
1305         * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if
1306         we have RandR support, for XRRUpdateConfiguration declaration.
1307
1308         * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch
1309         declaration.
1310
1311         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make
1312         length a gsize variable, since that's what g_file_get_contents()
1313         expects.
1314
1315 Mon Oct 27 12:18:49 2003  Owen Taylor  <otaylor@redhat.com>
1316
1317         * NEWS: Fix attribution for above/below EWMH work.
1318
1319 Sat Oct 25 23:30:13 2003  Matthias Clasen  <maclas@gmx.de>
1320
1321         * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" 
1322         as a construct-only property.  (#125475, Murray Cumming)
1323
1324 Thu Oct 23 21:55:10 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1325
1326         Fix bug 116297 and 125472
1327         
1328         * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make
1329         this function take an index and a GtkToolItem.
1330
1331         * tests/testtoolbar.c (main): Make "Show Arrow" default to
1332         true. Make one of the separators !draw and expand.
1333         Update for new highlight_drop_location() API.
1334
1335         * gtk/gtktoolitem.[ch]: Remove "pack_end" property
1336
1337         * gtk/gtktoolbar.h: Formatting fixes.
1338
1339         * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow
1340         separator tool items to expand.
1341         (logical_to_physical, physical_to_logical): Fix off-by-one errors
1342         (Fix #125472, Marco Pesenti Gritti)
1343
1344         * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property.
1345         (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also
1346         return FALSE, not TRUE.
1347         (gtk_separator_too_item_{set|get}_property,
1348         (gtk_separator_tool_item_{set|get}_draw): new functions
1349
1350 Fri Oct 24 16:54:04 2003  Owen Taylor  <otaylor@redhat.com>
1351
1352         * === Released 2.3.0 ===
1353
1354         * configure.in: Remove a stray comma.
1355
1356         * README.in: Fix a few notes about Xft 1 and pango-1.0.
1357
1358         * NEWS: Finish updates for 2.3.0.
1359
1360         * po/Makefile.in.in: Update to latest GLib version.
1361
1362 Fri Oct 24 20:31:35 2003  Kristian Rietveld  <kris@gtk.org>
1363
1364         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
1365         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch],
1366         gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it
1367         under GPL licensing instead of LGPL...). (Fixes #125381, Soeren
1368         Sandmann).
1369
1370 Fri Oct 24 20:22:40 2003  Kristian Rietveld  <kris@gtk.org>
1371
1372         * gtk/gtktreemodelfilter.h: add padding to the class structure.
1373
1374 2003-10-23  Federico Mena Quintero  <federico@ximian.com>
1375
1376         * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs.
1377         (gtk_file_chooser_remove_filter): Likewise.
1378         (gtk_file_chooser_select_all): Added docs.
1379         (gtk_file_chooser_unselect_all): Likewise.
1380
1381         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs.
1382
1383         * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
1384
1385 Thu Oct 23 23:22:15 2003  Matthias Clasen  <maclas@gmx.de>
1386
1387         * gtk/gtkfilefilter.c: 
1388         * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
1389
1390 Thu Oct 23 22:33:47 2003  Matthias Clasen  <maclas@gmx.de>
1391
1392         * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
1393
1394 Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
1395
1396         * NEWS: Remove a few duplicates, group the menu changes.
1397
1398 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
1399
1400         * NEWS: Updates for 2.3.0; changed header to match the style we used
1401         for 2.1.0.
1402
1403 Thu Oct 23 20:47:44 2003  Matthias Clasen  <maclas@gmx.de>
1404
1405         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually
1406         assign the new leader.  (#125168, Mariano Suarez-Alvarez)
1407
1408 Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>
1409
1410         * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
1411         gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
1412         gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
1413
1414 Thu Oct 23 15:13:56 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1415
1416         * NEWS: Partial update for 2.3.0.
1417
1418 Thu Oct 23 01:09:04 2003  Owen Taylor  <otaylor@redhat.com>
1419
1420         * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to
1421         GtkComboBox.
1422
1423 Wed Oct 22 23:20:04 2003  Owen Taylor  <otaylor@redhat.com>
1424
1425         * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] 
1426         gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]:
1427         gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]:
1428         Basic framework for the new file selector widget.
1429
1430         * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] 
1431         gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]:
1432         Initial implementation of the GtkFileChooser user interface.
1433
1434         * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation
1435         for Unix files.
1436
1437         * configure.in gtk/Makefile.am gtk/xdgmime: Build code
1438         for freedesktop.org MIME system on Unix.
1439
1440         * tests/testfilechooser.c: Test program for GtkFileChooser
1441
1442         * tests/prop-editor.c: Add support for properties on interfaces.
1443
1444 Tue Oct 21 16:12:51 2003  Owen Taylor  <otaylor@redhat.com>
1445
1446         * demos/gtk-demo/menus.c (do_menus): Fix some unused
1447         variables.
1448
1449         * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused
1450         variable warning.
1451
1452 Thu Oct 23 00:04:50 2003  Matthias Clasen  <maclas@gmx.de>
1453
1454         * NEWS: Partial update for 2.3.0.
1455
1456 Tue Oct 21 22:07:12 2003  Kristian Rietveld  <kris@gtk.org>
1457
1458         * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set
1459         ctrl_pressed and shift_pressed according to the current event
1460         state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
1461
1462 Mon Oct 20 23:24:27 2003  Kristian Rietveld  <kris@gtk.org>
1463
1464         * gtk/gtkentry.c (gtk_entry_key_press): remove the completion
1465         timeout when the user pressed on Enter/ESC. Fixes the bug where the
1466         completion popup popped up after the user pressed on Enter (which is
1467         just weird). Reported by the Epiphany people (all of them).
1468
1469 Mon Oct 20 20:27:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1470
1471         Add support for OS X like sliding of toolbar items during drag and
1472         drop, (#110919, Dave Bordoley)
1473
1474         Make dnd highlighting the responsibility of the
1475         application. (Fixes #116298, Owen Taylor)
1476
1477         * gtk/gtktoolbar.h: Add prototypes for new API.
1478         
1479         * gtk/gtktoolbar.c
1480         (physical_to_logical, logical_to_physical): new functions
1481         converting between "position including placeholders" and "position
1482         excluding placeholders".
1483         (gtk_toolbar_class_init): remove drag_leave and drag_motion
1484         handlers
1485         (struct _ToolbarContent): new struct containing information
1486         related to toolbar items.
1487         (gtk_toolbar_highlight_drop_location): new public function
1488         (gtk_toolbar_unhighlight_drop_location): new public function
1489         
1490         * tests/testtoolbar.c
1491         (toolbar_drag_motion, toolbar_drag_leave): new functions
1492         (main): connect to dnd signals.  Make the "New" item expand to
1493         make drag and drop more exciting.
1494
1495 Wed Oct 15 22:39:23 2003  Kristian Rietveld  <kris@gtk.org>
1496
1497         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): it's
1498         _set_active, not _set_active_item.
1499
1500 Wed Oct 15 22:31:09 2003  Kristian Rietveld  <kris@gtk.org>
1501
1502         * gtk/gtkcombobox.h: add padding to the class structure.
1503         * gtk/gtkcomboboxentry.h: ditto.
1504         * gtk/gtkentrycompletion.h: ditto.
1505
1506 Wed Oct 15 22:04:59 2003  Kristian Rietveld  <kris@gtk.org>
1507
1508         * gtk/gtkcombobox.c (gtk_combo_box_get_active),
1509         (gtk_combo_box_set_active): mention in the docs that -1 is a valid
1510         value and what it means.
1511
1512         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): set the active
1513         item to -1 (default),
1514         (gtk_combo_box_entry_active_changed): do nothing when the index is
1515         < 0.
1516
1517 Tue Oct 14 16:10:21 2003  Jonathan Blandford  <jrb@redhat.com>
1518
1519         * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): New function
1520         to set the active row by iter.
1521
1522         * gtk/gtkcombobox.c (gtk_combo_box_get_active_iter): New function
1523         to get the active row by iter.
1524
1525 2003-10-13  Federico Mena Quintero  <federico@ximian.com>
1526
1527         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Don't do
1528         operations on windows if the tree view is not mapped.
1529         (gtk_tree_view_button_press): Compare equal types of pointers, not
1530         GtkWidget* vs. GtkTreeView*.
1531
1532 Mon Oct 13 21:01:43 2003  Kristian Rietveld  <kris@gtk.org>
1533
1534         * gtk/gtkentrycompletion.c (gtk_entry_completion_popup): remove
1535         the reset of first_sel_changed, as after the first popup the treeview
1536         will always have a row selected and will thus not focus_to_cursor.
1537
1538         * gtk/gtkentry.c (keyval_is_cursor_move): new function to determine
1539         whether the keyval should move the completion selection cursor (used
1540         to avoid ending up with extreme cluttered code), also added
1541         all KP_ equivalents of the keys here,
1542         (gtk_entry_completion_key_press): Keynav tweaks based on comments
1543         from Dave Bordoley and Marco Pesenti Gritti; add the -1 state
1544         as possible current selection, implement Home/End keys, modified
1545         the down key to stop cycling. Maybe page up/down should be implemented
1546         at some later time.
1547
1548 Mon Oct 13 20:58:07 2003  Matthias Clasen  <maclas@gmx.de>
1549
1550         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon): Make it work 
1551         as documented when pixmap or mask is NULL.  (#124081) 
1552
1553 Mon Oct 13 20:21:38 2003  Kristian Rietveld  <kris@gtk.org>
1554
1555         * gtk/gtkentry.c (gtk_entry_set_text): I overlooked a return when
1556         I was adding the signal block/unblock code. Oops. (Noticed by
1557         Marco Pesenti Gritti).
1558
1559 Mon Oct 13 20:21:55 2003  Kristian Rietveld  <kris@gtk.org>
1560
1561         * demos/testpixbuf-scale.c: enable GTK_DISABLE_DEPRECATED again,
1562         (set_interp_type), (main): port over from option menu to GtkComboBox.
1563
1564 Mon Oct 13 19:41:55 2003  Kristian Rietveld  <kris@gtk.org>
1565
1566         * tests/testmenus.c: Still uses option menus, so turn off
1567         GTK_DISABLE_DEPRECATED.
1568
1569 Sun Oct 12 01:10:29 2003  Matthias Clasen  <maclas@gmx.de>
1570
1571         * gtk/gtkalignment.[hc]: 
1572         * gtk/gtkcombobox.[hc]: 
1573         * gtk/gtkcomboboxentry.[hc]: 
1574         * gtk/gtktreemodelfilter.[hc]: Move GET_PRIVATE macros
1575         from header to implementation.
1576
1577 Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
1578
1579         * tests/testtreeview.c: 
1580         * demos/testpixbuf-scale.c: 
1581         * tests/prop-editor.c: These files still use option menus,
1582         so turn off GTK_DISABLE_DEPRECATED to fix the build. 
1583
1584 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
1585
1586         * gtk/gtkactiongroup.h: 
1587         * gtk/gtkaction.h: 
1588         * gtk/gtkradioaction.h: 
1589         * gtk/gtkradiotoolbutton.h: 
1590         * gtk/gtkseparatortoolitem.h: 
1591         * gtk/gtktoggleaction.h: 
1592         * gtk/gtktoolitem.h: 
1593         * gtk/gtkuimanager.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
1594         these usable in C++.  (#124351, Murray Cumming)
1595
1596 Sat Oct 11 19:09:05 2003  Kristian Rietveld  <kris@gtk.org>
1597
1598         * gtk/gtkentry.c (gtk_entry_set_text): Check if completion is
1599         non-NULL before accessing it. Oops.
1600
1601 Sat Oct 11 15:47:03 2003  Kristian Rietveld  <kris@gtk.org>
1602
1603         * gtk/gtkentrycompletion.[ch] (gtk_entry_completion_insert_action),
1604         (gtk_entry_completion_insert_action_text),
1605         (gtk_entry_completion_insert_action_markup): the gchar* parameters
1606         should be const (pointed out by both Marco Pesenti Gritti and
1607         Murray Cumming (#124356).
1608
1609 Sat Oct 11 15:37:19 2003  Kristian Rietveld  <kris@gtk.org>
1610
1611         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
1612         child list mode, allocate the height allocation->height to the
1613         button instead of the height requested by the button. (Tiny
1614         size allocation screwup noticed by Macro Pesenti Gritti).
1615
1616 Sat Oct 11 15:23:27 2003  Kristian Rietveld  <kris@gtk.org>
1617
1618         Fixes based on comments from Marco Pesenti Gritti.
1619
1620         * gtk/gtkentry.c (gtk_entry_set_text): block the completion changed
1621         signal handler, avoids the completion popup to popup when text is
1622         set programmatically in most cases (we actually have to handle this
1623         in the _editable functions as well, but that will break popping up
1624         when the user actually typed something :),
1625         (gtk_entry_completion_key_press): when handling enter, bail out
1626         when nothing has been selected,
1627         (gtk_entry_completion_changed): don't popdown when the entry content
1628         changed.
1629
1630         * gtk/gtkentrycompletion.c (gtk_entry_completion_init),
1631         (gtk_entry_completion_selected_changed): unselect_all on the
1632         first selected changed signal. Avoids having a default row selected,
1633         (_gtk_entry_completion_popup): don't select the first row by default.
1634
1635         * gtk/gtkentryprivate.h (struct _GtkEntryCompletionPrivate): add a
1636         first_sel_changed field.
1637
1638 Fri Oct 10 23:02:58 2003  Matthias Clasen  <maclas@gmx.de>
1639
1640         * demos/gtk-demo/menus.c: Replace GtkItemFactory by GtkUIManager 
1641         in the intro (again).
1642
1643 Fri Oct 10 22:50:05 2003  Matthias Clasen  <maclas@gmx.de>
1644
1645         Fixes for (#124212, Marco Pesenti Gritti):
1646         
1647         * gtk/gtkuimanager.c (update_smart_separators): Don't spit 
1648         warnings for popups.
1649         (_gtk_menu_is_empty): Return FALSE for non-menus.
1650
1651 Fri Oct 10 19:10:12 2003  Kristian Rietveld  <kris@gtk.org>
1652
1653         * gtk/gtkcombo.h: Deprecate.
1654         * gtk/gtkoptionmenu.h: Ditto.
1655
1656         * gtk/gtkcombobox.c (gtk_combo_box_size_request),
1657         (gtk_combo_box_size_allocate): Rework, things behave better now. Still
1658         needs some work on requesting enough size when taking the items in
1659         the list into account.
1660
1661         * gtk/gtkfilesel.c: put gtkoptionmenu.h include inside "enable
1662         deprecated" guards.
1663         * gtk/gtkinputdialog.c: ditto.
1664         * gtk/gtkitemfactory.c: ditto.
1665         * gtk/gtkoptionmenu.c: ditto.
1666
1667         * demos/gtk-demo/menus.c: remove the option menu.
1668         * demos/gtk-demo/sizegroup.c: replace the option menus with
1669         GtkComboBox.
1670         * demos/gtk-demo/textview.c: ditto.
1671         (A general GtkComboBox demo will be added later on).
1672
1673 Wed Oct  8 00:06:17 2003  Matthias Clasen  <maclas@gmx.de>
1674
1675         * demos/gtk-demo/ui_manager.c (activate_radio_action): New
1676         callback to propertly report radio actions.
1677
1678         * demos/gtk-demo/ui_manager.c (do_ui_manager): Use it here.
1679
1680 Tue Oct  7 23:23:05 2003  Matthias Clasen  <maclas@gmx.de>
1681
1682         * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
1683         version in in the right field of the _XEMBED_INFO property.  
1684         (#123885, Denis Mikhalkin)
1685
1686 Mon Oct  6 14:18:47 2003  Jonathan Blandford  <jrb@redhat.com>
1687
1688         * gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
1689         the child if we have one.
1690
1691         (gtk_expander_button_release): use
1692         gtk_widget_activate instead.
1693
1694 Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>
1695
1696         * gtk/gtktable.c (gtk_table_class_init): Start the blurb for 
1697         "right_attach" with a capital.  (#123945, Christian Rose)
1698
1699 Sun Oct  5 23:59:03 2003  Matthias Clasen  <maclas@gmx.de>
1700
1701         * tests/testsocket.c (child_read_watch): Remove an
1702         extraneous unref.  (#122336, Frederic Crozat)
1703
1704 Sun Oct  5 22:38:22 2003  Matthias Clasen  <maclas@gmx.de>
1705
1706         * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim 
1707         whitespace in "visible-window" blurb.  (#123910, Christian Rose)
1708
1709 Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1710
1711         * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
1712         focus arrow before pack_end items (#123851, Matthias Clasen)
1713
1714 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
1715
1716         * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
1717         on ->priv->cell_view if ->priv->cell_view is non-NULL.
1718
1719         * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
1720         field to GtkComboBoxEntryPrivate,
1721         (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
1722         (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
1723         (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
1724         a construct-only "text_column" property and reorder code to use it
1725         and support inheriting this widget.
1726
1727 Thu Oct  2 23:28:02 2003  Kristian Rietveld  <kris@gtk.org>
1728
1729         * gtk/gtkcombobox.c: Added API doc comments.
1730
1731         * gtk/gtkcomboboxentry.c: Ditto.
1732
1733 2003-10-02  Matthias Clasen  <maclas@gmx.de>
1734
1735         * gtk/gtktoggleaction.c: Documentation tweaks.
1736
1737 Wed Oct  1 22:43:40 2003  Kristian Rietveld  <kris@gtk.org>
1738
1739         * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop
1740         packing/attribute/cell data functions from the header,
1741         (gtk_cell_view_set_cell_data): added support for cell data funcs.
1742
1743         * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop
1744         packing/attribute/cell data functions from the header, implemented
1745         cell data func support.
1746
1747         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated
1748         for the move to GtkCellLayout.
1749
1750         * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
1751
1752 2003-10-01  Matthias Clasen  <maclas@gmx.de>
1753
1754         * gtk/gtkaction.c (gtk_action_class_init): 
1755         (gtk_action_[gs]et_property): Introduce a separate
1756         "hide_if_empty" property for empty menu handling.
1757         (_gtk_action_sync_menu_visible): ...and use it here.
1758
1759         * tests/testmerge.c (main): ...and here.
1760
1761         * gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc 
1762         comments to pacify gtk-doc.
1763
1764         * gtk/gtkmain.c: Doc formatting tweaks.
1765
1766         * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo.
1767
1768         * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): 
1769         Use the same parameter names as in .c file, to pacify gtk-doc.
1770
1771         * gtk/gtktoggletoolbutton.[hc]: 
1772         * gtk/gtktoolbutton.[hc]: 
1773         * gtk/gtktoolitem.[hc]:
1774         * gtk/gtktoolbar.[hc]: 
1775         * gtk/gtkcolorbutton.[hc]: 
1776         * gtk/gtkfontbutton.[hc]: 
1777         * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the 
1778         source, not in the header.
1779
1780         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): 
1781         Document these as 2.4 API additions.
1782
1783 Tue Sep 30 23:42:56 2003  Kristian Rietveld  <kris@gtk.org>
1784
1785         * gtk/gtkentry.c (gtk_entry_set_completion),
1786         (gtk_entry_get_completion): Add API doc comments.
1787
1788         * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
1789
1790 Tue Sep 30 23:12:34 2003  Kristian Rietveld  <kris@gtk.org>
1791
1792         * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
1793
1794 Tue Sep 30 22:59:58 2003  Kristian Rietveld  <kris@gtk.org>
1795
1796         * gtk/gtktreeviewcolumn.c: Some API doc comment fixes.
1797
1798         * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
1799
1800 2003-09-30  Matthias Clasen  <maclas@gmx.de>
1801
1802         * tests/merge-*.ui: 
1803         * tests/testmerge.c: Test handling of empty menus.
1804
1805         * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine
1806         whether a menu is empty. Used in gtkaction.c.
1807         (update_smart_separators): Also update the visibility of empty menus.
1808         (update_node): When creating a new menu proxy, insert an "Empty" menu 
1809         item which only gets shown if the menu is empty. 
1810
1811         * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of
1812         "is_important" for menu proxies.
1813         (_gtk_action_sync_menu_visible): New function to sync the visibility
1814         of menu proxies. Used in gtkuimanager.c.
1815         (gtk_action_sync_visible): New function to sync the visibility of 
1816         proxies.
1817
1818 Tue Sep 30 21:43:34 2003  Kristian Rietveld  <kris@gtk.org>
1819
1820         * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set
1821         popup_in_progress to TRUE,
1822         (gtk_combo_box_menu_show): and back to FALSE here; the menu now
1823         won't disappear on the first button release. (Reported by Matthias
1824         Clasen).
1825
1826 Tue Sep 30 21:08:43 2003  Kristian Rietveld  <kris@gtk.org>
1827
1828         * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child.
1829
1830         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543,
1831         Marco Pesenti Gritti).
1832
1833 2003-09-30  Murray Cumming  <murrayc@usa.net>
1834  
1835         * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable*
1836         instead of a GdkWindow*, because that what it is given. The 
1837         documentation was already correct. This should cause no API/ABI
1838         breakage with C compilers.
1839         * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, 
1840         gtkcellrenderertogger.c: Updated the declarations of the render vfunc
1841         implementation accordingly.
1842
1843 2003-09-30  Matthias Clasen  <maclas@gmx.de>
1844
1845         * gdk/gdkkeys.c (gdk_keymap_class_init): Document the
1846         "direction-changed" and "keys-changed" signals.
1847
1848         * gdk/gdkscreen.c (gdk_screen_class_init): Document the 
1849         "size-changed" signal.
1850
1851         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): 
1852         Document the "display-opened" signal.
1853
1854         * gdk/gdkdisplay.c (gdk_display_close): Doc tweak.
1855         (gdk_display_class_init): Document the "closed" signal.
1856
1857 Sat Sep 27 16:02:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1858
1859         * gtk/gtktextview.[ch]: rename property tab_moves_focus to
1860         accepts_tab. (#122709 again).
1861
1862 2003-09-27  Matthias Clasen  <maclas@gmx.de>
1863
1864         * gtk/gtkwindow.c (gtk_window_new):
1865         * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
1866         the fact that the newly created object does not come with 
1867         a floating reference.  (#103068, patch by Frederic Lespez)
1868         
1869         * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
1870         of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
1871         since GtkActionGroup uses it.
1872
1873         * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
1874         this test uses the soon-to-be-deprecated GtkItemFactory.
1875
1876         * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
1877         remove item_factory.c
1878
1879         * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c 
1880         using GtkUIManager instead of GtkItemFactory.
1881
1882         * tests/testmerge.c: Demonstrate the use of the 
1883         connect-proxy signal.
1884
1885         * gtk/gtkaction.c (connect_proxy): Add connect-proxy and 
1886         disconnect-proxy signals to do small customizations 
1887         like displaying tooltips in the statusbar without 
1888         custom actions.  (#122894, Philip Langdale)
1889
1890         * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
1891
1892 Fri Sep 26 23:49:44 2003  Kristian Rietveld  <kris@gtk.org>
1893
1894         Landing the new ComboBox. Note that only gtkcombobox.h and
1895         gtkcomboboxentry.h are public.
1896
1897         * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch],
1898         gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch]: new files.
1899
1900         * gtk/Makefile.am, gtk/gtk.h: adding the new files.
1901
1902         * tests/testcombo.c: and a new test.
1903
1904         * tests/Makefile.am: adding the new test.
1905
1906 2003-09-25  Tor Lillqvist  <tml@iki.fi>
1907
1908         * demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.
1909
1910 2003-09-21  Tor Lillqvist  <tml@iki.fi>
1911
1912         * gdk/win32/gdkevents-win32.c (handle_wm_paint): New
1913         function. Code split out from gdk_event_translate(). Needed
1914         because gdk_event_get_graphics_expose() couldn't do anything
1915         sensible otherwise. (Not that I think graphics exposes work anyway
1916         in gdk/win32, but at least now the code could work.)
1917
1918         (gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
1919         gdk_event_translate(), which couldn't have worked as it doesn't
1920         take any pre-allocated GdkEvent parameter any longer.
1921         
1922         (gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
1923         GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
1924
1925 2003-09-24  Matthias Clasen  <maclas@gmx.de>
1926
1927         * demos/gtk-demo/appwindow.c (do_appwindow): Demonstrate tooltips
1928         on toolitems.
1929
1930         * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
1931
1932         * gtk/gtkuimanager.c (update_node): Don't complain about missing
1933         actions on popups. Re-set "tooltip" property on toolitems after
1934         adding them to parent to trigger proxy update.
1935
1936 2003-09-22  Matthias Clasen  <maclas@gmx.de>
1937
1938         * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT
1939         group member to test the fix for #122904.
1940
1941         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
1942         Add the action to the group before activating it, otherwise we
1943         may end up with multiple active group members.  (#122904, Marco
1944         Pesenti Gritti)
1945
1946 2003-09-21  Matthias Clasen  <maclas@gmx.de>
1947
1948         Changes to make cross-process merging feasible:
1949         
1950         * gtk/gtkuimanager.[hc]: Add a readonly "ui" property which holds the
1951         merged UI definition. Remove the "changed" signal, since its role
1952         is now filled by "notify::ui". Instead add a "actions-changed" signal
1953         which gets emitted when the set of actions changes.
1954
1955         * gtk/gtktoggleactionprivate.h:
1956         * gtk/gtktoggleaction.[hc] (gtk_toggle_action_[sg]et_draw_as_radio):
1957         Add a "draw_as_radio" property to toggle actions so that they can be
1958         used as proxies for radio actions much like the "draw_as_radio" 
1959         property on check menu items enables them to operate as proxies for
1960         radio actions.
1961
1962         Prevent the "show_all" trap for action-based menus (see
1963         http://mail.gnome.org/archives/gtk-devel-list/2003-September/
1964         msg00260.html):
1965
1966         * gtk/gtkmenu.c (gtk_menu_{hide,show}_all): Remove g_return_if_fail()
1967         calls from static functions.
1968
1969         * gtk/gtkuimanager.c (update_node): 
1970         * gtk/gtkaction.c (connect_proxy): Set "no_show_all" on constructed
1971         widgets whose visibility is externally controlled.
1972
1973         * gtk/gtkwidget.[hc] (gtk_widget_[gs]et_no_show_all): Add a boolean 
1974         "no_show_all" property with setter and getter. When TRUE, it keeps
1975         gtk_widget_{hide,show}_all() from modifying the visibility of the 
1976         widget and its children.
1977
1978 Sun Sep 21 23:13:37 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1979
1980         * gtk/gtktextview.[ch]: Add new "tab moves focus" property (#122709)
1981
1982 2003-09-20  Tor Lillqvist  <tml@iki.fi>
1983
1984         * gtk-zip.sh.in: Don't use zip -r on the etc directory, to avoid
1985         including editor backup files. List files we want explicitly.
1986
1987         * gtk/gtkmain.c (_gtk_get_lc_ctype): New function. On Unix, just
1988         calls setlocale (LC_CTYPE, NULL). On Windows, looks for the
1989         LC_ALL, LC_CTYPE and LANG environment variables, than calls
1990         g_win32_getlocale().
1991
1992         (gtk_get_default_language): Code snippet moved to above function,
1993         call it.
1994
1995         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave)
1996         * gtk/gtkrc.c (gtk_rc_context_parse_file): Call
1997         _gtk_get_lc_ctype() instead of setlocale().
1998
1999 Fri Sep 19 18:15:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2000
2001         * gtk/gtkpaned.c, gtk/gtkhpaned.c: implement RTL flipping
2002         (#96632)
2003
2004 Fri Sep 19 13:24:54 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2005
2006         * gtk/gtktreeview.c (gtk_tree_view_get_cursor): Improve
2007         documentation. (#117306, Steve Chaplin)
2008
2009 2003-09-19  Tor Lillqvist  <tml@iki.fi>
2010
2011         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle dead keysyms
2012         present on the US-International keyboard. For clarity, order
2013         keysyms in case statement according to numeric value.
2014
2015         (gdk_keymap_translate_keyboard_state): Handle Caps Lock
2016         correctly. (#120176, Ken Rastatter and Owen Taylor)
2017
2018 2003-09-18  Matthias Clasen  <maclas@gmx.de>
2019
2020         * gtk/gtkaction.c (gtk_action_finalize): Call g_closure_unref() to
2021         unref a closure, not g_object_unref().  (#122637, Marco Pesenti Gritti)
2022
2023         Install accelerators on actions, not on proxies, support
2024         accelerator-only actions:
2025         
2026         * gtk/gtkmenu.c (get_accel_path): New function to get the accel path
2027         and its lock status either via _gtk_widget_get_accel_path() or by 
2028         looking at the accel_path stored in the menu item itself and determining
2029         its lock status by peeking into the contained accel label. This was
2030         already (accidentally) committed a week ago.
2031
2032         * gtk/gtkaction.h (gtk_action_set_accel_group):
2033         (gtk_action_[dis]connect_accelerator): New functions.
2034
2035         * gtk/gtkaction.c (struct _GtkActionPrivate): Add accel_group,
2036         accel_closure and accel_count. We must have a reference to the 
2037         accel_group, since we need it in connect_proxy. The count is necessary
2038         to ensure that the accelerator isn't removed before the last proxy 
2039         requesting it has been unmerged.
2040         (connect_proxy): Connect the accelerator to the 
2041         action now, only set the accel_path on the menuitem.
2042         (remove_proxy): Disconnect the accelerator from the action, not from
2043         the menuitem.
2044         (gtk_action_set_accel_group): Set the accel group. 
2045         (gtk_action_[dis]connect_accelerator): Count the number of times
2046         this functions have been called and install/remove the accelerator if
2047         the count leaves/reaches zero.
2048
2049         * gtk/gtkuimanager.h (GtkUIManagerItemType): Add 
2050         GTK_UI_MANAGER_ACCELERATOR.
2051
2052         * gtk/gtkuimanager.c (NodeType): Add NODE_TYPE_ACCELERATOR.
2053         (start_element_handler): Create NODE_TYPE_ACCELERATOR nodes from
2054         <accelerator> elements.
2055         (gtk_ui_manager_add_ui): Create NODE_TYPE_ACCELERATOR nodes when
2056         type is GTK_UI_MANAGER_ACCELERATOR.
2057         (update_node): Set the accel group on actions before creating their
2058         proxies. Don't set the accel group on created menus. For 
2059         NODE_TYPE_ACCELERATOR nodes, [dis]connect the actions' accelerator.
2060         (print_node): Also emit <accelerator> elements.
2061
2062         * tests/testmerge.c (dump_accels): Add a "Dump Accels" button. 
2063
2064         * gtk/gtkuimanager.c (update_node): Robustness improvements.
2065
2066 2003-09-17  Matthias Clasen  <maclas@gmx.de>
2067
2068         * gtk/gtkuimanager.c (text_handler): Report unexpected character
2069         data as error from the GMarkup parser, otherwise things like
2070         gtk_ui_manager_add_ui_from_string (ui, "Hi there!", -1, &error) 
2071         pass unexpectedly.
2072
2073 Wed Sep 17 02:38:53 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2074
2075         * gtk/gtktoolbar.c (gtk_toolbar_class_init): revert accidentally
2076         committed redraw_on_allocate change.
2077
2078 Tue Sep 16 10:42:00 2003  Eric Warmenhoven  <eric@warmenhoven.org>
2079
2080         * gdk/linux-fb/gdkwindow-fb.c: Add gdk_window_set_keep_{above,below}
2081         stubs to fix compilation
2082
2083         * gdk/linux-fb/gdkrender-fb.c: Add gdk_shadow_fb_stop_updates stub for
2084         when shadowfb is disabled. Patch from pjm@cctechnol.com (#120847).
2085
2086         * gdk/linux-fb/gdkmouse-fb.c: Add GDK_MOUSE_DEVICE environment
2087         variable. Patch from Marc Welz (#121347).
2088
2089 2003-09-16  Matthias Clasen  <maclas@gmx.de>
2090
2091         * gtk/gtkaction.h: Apply egtk-format-protos.
2092
2093 2003-09-15  Matthias Clasen  <maclas@gmx.de>
2094
2095         * gtk/gtkuimanager.c: Doc tweaks.
2096
2097         Smart separators; see 
2098         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00133.html:
2099         
2100         * gtk/gtkuimanager.c (update_smart_separators): New function which 
2101         implements "smart" separators by iterating once over the entries of a 
2102         menu, hiding and showing separators as necessary.
2103         (update_node): Mark separators used as fences of placeholders as
2104         hidden. Explicitly added separators are marked as smart. Call 
2105         update_smart_separators after updating a menu or toolbar node. 
2106         Connect update_smart_separators to "notify::visible" signal on menu
2107         and tool items.
2108         
2109         * tests/merge-[12].ui: Test smart separators.
2110
2111         Changes to allow setting action state before connecting signal; see
2112         the thread starting at 
2113         http://mail.gnome.org/archives/gtk-devel-list/2003-September/msg00140.html:
2114         
2115         * gtk/gtkactiongroup.[hc]: (gtk_action_group_add_radio_actions):
2116         (gtk_action_group_add_radio_actions_full): Add value parameter to allow
2117         setting the currently selected group member before connecting signals.
2118         (GtkToggleActionEntry): Separate struct for constructing toggle actions,
2119         including a boolean to initialize the action state before connecting
2120         signals.
2121         (gtk_action_group_add_toggle_actions):
2122         (gtk_action_group_add_toggle_actions_full): New functions to construct
2123         toggle actions from an array of GtkToggleActionEntries.
2124
2125         * demos/gtk-demo/appwindow.c: 
2126         * tests/testactions.c: 
2127         * tests/testmerge.c: Adjust to new action group API.
2128
2129 Sun Sep 14 16:59:52 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2130
2131         * gtk/gtktoolbar.c (gtk_toolbar_init): Name the arrow 
2132         "gtk-toolbar-arrow" so themes can special-case it.
2133
2134 Sun Sep 14 16:07:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2135
2136         * gtk/Makefile.am (gtk_c_sources): sort the list of files.
2137
2138 Sun Sep 14 15:49:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2139
2140         * gtk/gtktoolbar.c (toolbar_item_is_homogeneous): Unref the
2141         PangoFontMetrics. Patch from Steve Chaplin (#122257).
2142
2143 2003-09-14  Tor Lillqvist  <tml@iki.fi>
2144
2145         * gdk/win32/gdkwindow-win32.c (show_window_internal): Remove
2146         special-case code for WS_EX_TRANSPARENT (GDK_INPUT_ONLY) windows,
2147         the usefulness of which was already in doubt. Removing it fixes
2148         bugs #118575 and #121851.
2149
2150 Fri Sep 12 16:32:53 2003  Jonathan Blandford  <jrb@redhat.com>
2151
2152         Merge from stable.
2153
2154         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save the
2155         pressed button (used to determine if we want to initiate a drag later
2156         on) if the current grab widget is either NULL or tree_view (Reported
2157         by Jeroen Zwartepoorte).
2158
2159 2003-09-12  Matthias Clasen  <maclas@gmx.de>
2160
2161         * gdk/gdkdraw.c (gdk_draw_string, gdk_draw_text) 
2162         (gdk_draw_text_wc): Add deprecation notes.  (#121955, Martin Pool)
2163
2164 2003-09-11  Matthias Clasen  <maclas@gmx.de>
2165
2166         * gdk/gdkpango.c: Doc tweaks.
2167
2168         * tests/testgtk.c: Add table menu tests.
2169
2170         * gtk/gtkmenu.c (gtk_menu_free_private): Don't forget to free the 
2171         GtkMenuPrivate struct itself. Pointed out by valgrind.
2172
2173         * gtk/gtkuimanager.c (gtk_ui_manager_finalize): Clean up 
2174         properly.  (#121998)
2175
2176 Wed Sep 10 22:25:04 2003  Kristian Rietveld  <kris@gtk.org>
2177
2178         The table menu patch! Turns GtkMenu into a table, so you can attach
2179         menu items in numerous new ways! Be creative!
2180
2181         Contains some bug fixes and RTL adaptions from Matthias Clasen.
2182
2183         * gtk/gtkmenu.c [toplevel]: introduce ATTACH_INFO_KEY, extend
2184         GtkMenuPrivate, introduce AttachInfo, add child properties enum,
2185         (gtk_menu_free_private), (gtk_menu_get_private): we have to free
2186         the heights array in the private struct,
2187         (gtk_menu_class_init): reorder code a bit, install child properties,
2188         (get_attach_info), (get_child_attach): new utility functions,
2189         (gtk_menu_set_child_property), (gtk_menu_get_child_property): introduce
2190         child properties, for the attach info,
2191         (gtk_menu_remove): remove AttachInfo from menu item,
2192         (gtk_menu_real_insert): implemented algorithm to automagically place
2193         inserted menu items at the correct place in the table,
2194         (gtk_menu_size_request), (gtk_menu_size_allocate),
2195         (compute_child_offset): reworked/rewritten to support table menus,
2196         (gtk_menu_attach): new function,
2197         (find_child_containing), (gtk_menu_move_current): new functions to
2198         get table menu keynav right.
2199
2200         * gtk/gtkmenu.h: add gtk_menu_attach() prototype.
2201
2202 2003-09-10  Matthias Clasen  <maclas@gmx.de>
2203
2204         * gtk/gtksocket.c (gtk_socket_filter_func): Only remove 
2205         PropertyNotify events from the stream if they have been handled,
2206         in order to enable extending the plug<->socket communication via
2207         properties.
2208
2209 Wed Sep 10 01:06:44 2003  Kristian Rietveld  <kris@gtk.org>
2210
2211         Big TreeView DnD fixage, makes drops on empty models work, makes
2212         TreeStore DnD work and gets rid of gtk-tree-model-drop-append.
2213         Related bugs #95362 and #113314. I don't want to touch this code
2214         ever again.
2215
2216         * gtk/gtktreeprivate.h (GtkTreePrivate): add empty_view_drop field.
2217
2218         * gtk/gtktreednd.c (gtk_tree_get_row_drag_data): add check
2219         for selection_data->length.
2220
2221         * gtk/gtktreeview.c (struct DestRow), (dest_row_free),
2222         (set_dest_row), (get_dest_row): we don't store just the row ref
2223         anymore, but a struct with the row ref and additional info,
2224         (set_destination_row): handle drops on empty space and some
2225         style fixes,
2226         (get_logical_dest_row): also return path_down_mode/drop_append_mode
2227         flags, handle dropping childs on their new parents, rewrite
2228         drop append handling into something saner,
2229         (gtk_tree_view_drag_motion): show a "drop possible arrow" on empty
2230         spaces,
2231         (gtk_tree_view_drag_drop): updates for updated backend,
2232         (gtk_tree_view_drag_data_received): updates for updated backend,
2233         path down mode (treestore DnD) handling,
2234         (gtk_tree_view_set_drag_dest_row): set empty_view_drop flag,
2235         when we are trying to drop a row on an empty model,
2236         (gtk_tree_view_get_drag_dest_row): handle empty_view_drop flag.
2237
2238         * gtk/gtkliststore.c (gtk_list_store_drag_data_received),
2239         (gtk_list_store_row_drop_possible): style and drop-append fixes.
2240
2241         * gtk/gtktreestore.c (gtk_tree_store_drag_data_received): ditto.
2242
2243 2003-09-08  Alexander Larsson  <alexl@redhat.com>
2244
2245         * gtk/gtkeventbox.[hc]:
2246         Implement gtk_event_box_get/set_input_only()
2247         
2248         * tests/testgtk.c:
2249         Tests for the new input only event boxes
2250
2251 Mon Sep  8 21:44:20 2003  Kristian Rietveld  <kris@gtk.org>
2252
2253         Fixes from David Hampton <hampton@employees.org> via gtk-devel-list.
2254
2255         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_elt_get_path): fix
2256         the call to gtk_tree_model_filter_add_root,
2257         (gtk_tree_model_filter_row_changed): bail out if c_path is not above
2258         the virtual root, allow building levels on the second try to convert
2259         the child path to a filter path,
2260         (gtk_tree_model_filter_convert_iter_to_child_iter): pass the virtual
2261         root when calling gtk_tree_model_filter_elt_get_path.
2262
2263 2003-09-07  Matthias Clasen  <maclas@gmx.de>
2264
2265         * gtk/gtkuimanager.c (update_node): Fix a C99ism.  (#121640,
2266         Josh Beam)
2267
2268         Fixes for accelerator handling during (un)merging:
2269         
2270         * gtk/gtkuimanager.c (update_node): Move setting info-action
2271         after the switch, since the old action is needed in some cases.
2272         In cases of proxy type mismatch, disconnect the old proxy from
2273         the old action.
2274
2275         * gtk/gtkaction.c (remove_proxy): Renamed from 
2276         gtk_action_remove_proxy(). Move unsetting of the accelerator
2277         here from disconnect_proxy() in order to catch all cases of 
2278         removing a proxy.
2279         (gtk_action_disconnect_proxy): Fix logic in g_return_if_fail()
2280         to fail if proxy isn't a proxy of action.
2281
2282 2003-09-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
2283
2284         * configure.in: Added Uzbek latin (uz) and cyrillic (uz@Cyrl) to
2285         ALL_LINGUAS
2286
2287 2003-09-07  Matthias Clasen  <maclas@gmx.de>
2288
2289         * gtk/gtkaction.c (disconnect_proxy): Make disconnect work
2290         for toolitems.
2291
2292 2003-09-06  Matthias Clasen  <maclas@gmx.de>
2293
2294         * gtk/gtkaction.c (gtk_action_connect_proxy): Disconnect from 
2295         prev_action, not from action.  (Fix by David Hampton)
2296
2297 Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>
2298  
2299         * Back out locale-dependent interpretation of
2300         KP_Decimal, the official XFree86 interpretation
2301         is that KP_Decimal => . KP_Separator => ,
2302         always, independent of locale. 
2303         (#105161, Frederic Crozat, 
2304         http://bugs.xfree86.org/show_bug.cgi?id=534)
2305  
2306 2003-09-04  Matthias Clasen  <maclas@gmx.de>
2307
2308         * tests/testmerge.c: Test buttons and toggle buttons as proxies.
2309
2310         * gtk/gtktoggleaction.c (connect_proxy): 
2311         (gtk_toggle_action_real_toggled): Support toggle buttons as proxies. Note 
2312         that a "draw_as_radio" property is needed for check buttons similar to 
2313         check menu items, in order to fully support button proxies for radio actions.
2314
2315         * gtk/gtkaction.c (connect_proxy): Allow buttons as proxies.
2316
2317         * tests/testmerge.c (toggle_dynamic): Test gtk_ui_manager_add_ui(). 
2318
2319         * gtk/gtkuimanager.h: Add GtkUIManagerItemType enum which is needed for the
2320         'type' argument of gtk_ui_manager_add_ui().
2321
2322         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui): Add 'type' and 'top' arguments
2323         to make this function as powerful as the XML methods of adding UI.  (#120647)
2324
2325 Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>
2326
2327         Merge from stable.
2328
2329         * docs/RELEASE-HOWTO: updates.
2330
2331 2003-09-04  Matthias Clasen  <maclas@gmx.de>
2332
2333         * tests/merge-2.ui: Use "position" instead of "pos".
2334
2335         * gtk/gtkuimanager.c (start_element_handler): No need 
2336         to be terse: Change the name of the "pos" attribute
2337         to "position".
2338
2339 2003-09-04  Matthias Clasen  <maclas@gmx.de>
2340
2341         * gtk/gtkuimanager.c: Un-prefix GtkUIManagerNodeType and 
2342         GtkUIManagerNode to shorten the names and to make the
2343         GTK_UI_MANAGER_<TYPE> names available for a public enum.
2344
2345         * gtk/gtkactiongroup.c:
2346         * gtk/gtkuimanager.c: Various doc tweaks.       
2347
2348         * gtk/gtkuimanager.c (start_element_handler):
2349         (end_element_handler): Improve error reporting. 
2350
2351 Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>
2352
2353         Merge from stable.
2354
2355         * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
2356         use end_position - page_size instead of G_MAXINT, since
2357         gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
2358         reported by Havoc Pennington).
2359
2360 Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>
2361
2362         Merge from stable.
2363
2364         * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
2365         unref it. (Fixes memleak, patch from Kjartan Maraas).
2366
2367 Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>
2368
2369         * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
2370         gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
2371         gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
2372         gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
2373         gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
2374         gtk/gtktypeutils.h: big patch from Kjartan Maraas
2375         to fix numerous typos.
2376
2377 Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>
2378
2379         * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
2380
2381 2003-09-02  Tor Lillqvist  <tml@iki.fi>
2382
2383         * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
2384         CloseHandle() on the HMODULE returned from GetModuleHandle().
2385         Didn't cause any harm, but didn't do anything useful either. When
2386         running a GTK+ program under MS's debugger, the CloseHandle() call
2387         would cause a "first-chance exception" in ntdll.dll to show up.
2388         (The exception is caught appropriately if you let it proceed, but
2389         it confuses the person using the debugger). Thanks to Bruce
2390         Hochstetler for noticing.
2391
2392 Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>
2393
2394         Merge from stable.
2395
2396         * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
2397         to only select when button 1 is pressed introduced in the fix of
2398         bug #120187.
2399
2400 2003-09-02  Matthias Clasen  <maclas@gmx.de>
2401
2402         * gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
2403
2404         * gtk/gtkuimanager.c: Shorten the names of some static 
2405         functions.
2406
2407         Support adding and removing merge nodes dynamically (#120647, 
2408         Anders Carlsson):
2409         
2410         * gtk/gtkuimanager.[ch] (gtk_ui_manager_new_merge_id): Renamed 
2411         gtk_ui_manager_next_merge_id to gtk_ui_manager_new_merge_id 
2412         and made it public.
2413         (gtk_ui_manager_add_ui): New function to add UI elements
2414         without juggling XML fragments, currently restricted to menuitems,
2415         toolitems and separators. Actions still come from registered 
2416         action groups.
2417
2418 Mon Sep  1 19:39:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2419
2420         * gdk/gdkwindow.c (gdk_window_get_bg_gc): Fix bug where the
2421         background pixmap was being offset twice, once by the ts_origin in
2422         gdk_window_get_bg_gc(), and once by gdk_draw_rectangle().
2423
2424 2003-09-01  Matthias Clasen  <maclas@gmx.de>
2425
2426         * gtk/gtkuimanager.[ch] (gtk_ui_manager_ensure_update): Make
2427         this public again, since it's occasionally useful.  (#121128,
2428         Marco Pesenti Gritti)
2429
2430         * gtk/gtkaction.c: Add an "is_important" property and propagate
2431         it to toolitem proxies.  (#121058, Marco Pesenti Gritti)
2432
2433 Mon Sep  1 00:32:30 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2434
2435         * tests/testtoolbar.c (main): connect to "delete_event" so the
2436         application will actually quit when you close the window
2437
2438 2003-09-01  Matthias Clasen  <maclas@gmx.de>
2439
2440         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget) 
2441         (gtk_ui_manager_get_action): g_return_if_fail() if
2442         path is NULL.
2443         (gtk_ui_manager_get_node): Avoid a segfault if path is empty.
2444         (gtk_ui_manager_finalize): Remove the idle on finalize. (#121125, 
2445         Marco Pesenti Gritti)
2446
2447 2003-08-31  Matthias Clasen  <maclas@gmx.de>
2448
2449         * gtk/gtktoolitem.c: Fix some typos in docs.
2450
2451         * gtk/gtkuimanager.[ch] (gtk_ui_manager_get_action): New function,
2452         replaces gtk_ui_manager_activate().  (#120658)
2453
2454         * tests/testmerge.c: Use gtk_ui_manager_get_action() instead of
2455         gtk_ui_manager_activate().
2456
2457         * gtk/gtkaction.c: 
2458         * gtk/gtkactiongroup.c: Some doc tweaks.
2459
2460         * gtk/gtkuimanager.[hc]: Get rid of the remove_widget signal. It
2461         wasn't emitted anyway. Some doc tweaks.
2462
2463 2003-08-30  Matthias Clasen  <maclas@gmx.de>
2464
2465         * tests/testmerge.c (add_widget): Connect to "destroy" on toolbar,
2466         rather than to "remove" on handlebox. 
2467
2468         * gtk/gtkuimanager.[hc] (gtk_ui_manager_activate): New method to
2469         activate an action found by following a path.  (#120658)
2470
2471         * tests/testmerge.c: Add a button to test gtk_ui_manager_activate().
2472
2473         * tests/testmerge.c (add_widget): Put toolbars in handleboxes.
2474
2475         * gtk/gtkuimanager.[hc]: Add a boolean property, "add_tearoffs" with 
2476         setter and getter. If it is set, add tearoff menu items to regular 
2477         menus, but not to popups. Add a signal "changed", which gets emitted
2478         when the merged ui has changed.  (#120649, #120656)
2479
2480         * tests/testmerge.c: Add button to test the generation of tearoff 
2481         menu items.
2482
2483 2003-08-29  Matthias Clasen  <maclas@gmx.de>
2484
2485         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full): 
2486         Actually group the actions together rather than putting each in its 
2487         own group.
2488
2489         * gtk/gtkradioaction.c (create_menu_item): Set "draw_as_radio" on 
2490         proxy menu items for radio actions.
2491
2492         * gtk/gtkgamma.c (gamma_ok_callback): Use g_strtod instead of strtod.
2493
2494 Fri Aug 29 21:40:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2495
2496         * gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):
2497         Fix use of uninitialized variable.
2498
2499         * gtk/gtktextutil.c
2500         (_gtk_text_util_append_special_char_menuitems): add const cast to
2501         get rid of warning
2502
2503 2003-08-29  Matthias Clasen  <maclas@gmx.de>
2504
2505         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install 
2506         "draw_as_radio" as a separate property, not as an alias of 
2507         "inconsistent".
2508         (gtk_check_menu_item_get_property): 
2509         (gtk_check_menu_item_set_property): Also support "draw_as_radio".
2510
2511 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2512
2513         * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
2514         are narrower than 13 time the estimated character width of the
2515         font. (#107781, David Bordoley)
2516
2517         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): Check
2518         here if the GtkToggleButton is active. This may be the case if it
2519         is a radio button.
2520
2521         * gtk/gtktoolbar.c: Clarify documentation wrt. GtkSignalFunc
2522         vs. void (*) (GtkWidget, gpointer). (#107495, Mariano
2523         Suarez-Alvarez).
2524
2525         * gtk/gtkcheckmenuitem.[ch]: new "draw_as_radio"
2526         property. (#111207, David Bordoley).
2527
2528         * gtk/gtktoggletoolbutton.c
2529         (gtk_toggle_tool_button_create_menu_proxy): use new
2530         "draw_as_radio" property on the menu item when the item is a radio
2531         tool button
2532
2533         * gtk/gtktoolbutton.c (gtk_tool_button_create_menu_proxy): Fixes
2534         to only pay attention to the "use_underline" property when the
2535         button label comes from the "label" property.
2536
2537 2003-08-29  Laurent Dhima  <laurenti@alblinux.net>
2538
2539         * configure.in: Added "sq" to ALL_LINGUAS.
2540         
2541 2003-08-28  Matthias Clasen  <maclas@gmx.de>
2542
2543         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): Markup
2544         fix in the docs.
2545
2546         * gtk/gtkuimanager.c: Change the XML format:
2547         <Root> element is replaced by <ui>,
2548         <menu> element is replaced by <menubar>,
2549         <submenu> element is replaced by <menu>,
2550         <dockitem> element is replaced by <toolbar>,
2551         <popups> element is gone,
2552         verb attribute is replaced by action,
2553         name defaults to action or the element name. 
2554
2555         * gtk/gtkactiongroup.[hc]: Replace GtkActionGroupEntry by 
2556         GtkActionEntry and GtkRadioActionEntry. GtkActionEntry is simplified 
2557         by removing the user_data, entry_type and extra_data fields, 
2558         GtkRadioActionEntry is further simplified by removing the callback. 
2559         The user_data can now be specified as an argument to 
2560         gtk_action_group_add_actions(). There is a new method 
2561         gtk_action_group_add_radio_actions(), which is similar to 
2562         gtk_action_group_add_actions(), but takes GtkRadioActionEntrys
2563         and a callback parameter in addition to the user_data. The callback
2564         is connected to the ::changed signal of the first group member.
2565         There are _full() variants taking a GDestroyNotify of 
2566         gtk_action_group_add_[radio_]actions().
2567
2568         * gtk/gtkradioaction.[hc]: Add a ::changed signal which gets emitted 
2569         on every member of the radio group when the active member is changed. 
2570         Add an integer property "value", and a getter for the value of "value"
2571         on the currently active group member. 
2572
2573         * tests/testactions.c: 
2574         * tests/testmerge.c: 
2575         * tests/merge-[123].ui:  
2576         * demos/gtk-demo/appwindow.c: Adjust to these changes.
2577
2578         * gtk/gtktoolbar.c (gtk_toolbar_append_element): Trivial doc fix.
2579
2580 2003-08-27  Anders Carlsson  <andersca@gnome.org>
2581
2582         * demos/gtk-demo/appwindow.c (do_appwindow): Focus the
2583         text view, so the tool bar won't have focus.
2584
2585 Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>
2586
2587         * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
2588         declaration not at start of block. (#120371, Damien Carbery)
2589
2590 2003-08-26  Matthias Clasen  <maclas@gmx.de>
2591
2592         * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize 
2593         for length, not gsize.
2594
2595         * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to 
2596         <ui> and make it optional in strings. Rename verb to action, <dockitem> 
2597         to <toolbar>, <menu> to <menubar>, <submenu> to <menu>.
2598
2599         * demos/gtk-demo/appwindow.c: 
2600         * tests/testactions.c: 
2601         * tests/testmerge.c:
2602         * tests/merge-1.ui:
2603         * tests/merge-2.ui:
2604         * tests/merge-3.ui: Adjust to the new XML format.
2605
2606 Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>
2607
2608         * gtk/gtktextview.c (gtk_text_view_update_layout_width): 
2609         Since we add one to the layout's reported width to
2610         account for the cursor, we need to subtract one when
2611         setting the wrap width for the layout. (Fixes infinite
2612         loop (#120325, Frederic Crozat)
2613
2614         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
2615         Be a bit more careful about rounding when converting
2616         wrapped width from Pango units to pixels.
2617
2618 2003-08-26  Matthias Clasen  <maclas@gmx.de>
2619
2620         Rename GtkMenuMerge to GtkUIManager. 
2621         
2622         * gtk/gtkuimanager.[hc]: New files. 
2623         * gtk/gtkmenumerge.[hc]: Removed. 
2624
2625         * gtk/Makefile.am: 
2626         * gtk/gtk.h:
2627         * tests/testmerge.c: 
2628         * tests/testactions.c: 
2629         * demos/gtk-demo/appwindow.c: Replace all uses of GtkMenuMerge by 
2630         GtkUIManager.
2631
2632         * demos/gtk-demo/appwindow.c: Make GtkMenuMerge demo less intimidating: 
2633         add comments to entries array, remove newlines from ui definition. Don't 
2634         use the ::add_widget signal.
2635
2636 Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>
2637
2638         * gtk/gtknotebook.c (gtk_notebook_forall): Don't
2639         include page->menu_label - causes various problems,
2640         including #12047.
2641
2642 Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>
2643
2644         Merge from stable.
2645
2646         Fixes #115871, reported by Michael Natterer.
2647
2648         * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
2649         added ctrl_pressed and shift_pressed bitfields,
2650         (_gtk_tree_selection_internal_select_node): replace GdkModifierType
2651         arg with GtkTreeSelectMode.
2652
2653         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
2654         (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
2655         (_gtk_tree_selection_internal_select_node): all updated for
2656         GdkModifierType -> GtkTreeSelectMode move.
2657
2658         * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
2659         and shift_pressed around selection handling block,
2660         (gtk_tree_view_real_select_cursor_row),
2661         (gtk_tree_view_real_toggle_cursor_row),
2662         (gtk_tree_view_real_selection_cursor_parent),
2663         (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
2664         instead of checking the event state. And also updates for the
2665         GdkModifierType -> GtkTreeSelectMode move.
2666
2667 Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>
2668
2669         * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
2670         to the parent when there was no focus widget before
2671         and no focus widget after - that is, when there are
2672         no focusable widgets. (#108678, help tracking it
2673         down from Padraig O'Briain, Federico Mena Quintero, )
2674
2675         * gtk/gtkxembed.[ch]: Move various shared utilities
2676         for the XEMBED protocol eused by GtkPlug and GtkSocket 
2677         here.
2678
2679         * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
2680         a flag bit that is sent with focus mesages to indicate
2681         that the focus has wrapped around on the toplevel;
2682         use this bit to catch infinite loops when there is no
2683         focusable widget at ll in the entire toplevel.
2684
2685         * tests/testsocket.c (child_read_watch): Remove an
2686         extraneous unref.
2687
2688         * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: 
2689         Up XEMBED protocol version to 1, add logic for 
2690         sending the right version in XEMBED_EMBEDDED_NOTIFY.
2691
2692         * gtk/gtksocket.c (gtk_socket_add_window): Send
2693         the embedder window in the XEMBED_EMBEDDED_NOTIFY
2694         as the spec requires.
2695
2696 Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>
2697
2698         * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and 
2699         NumLock handling for non-XKB. Add a special case
2700         hack for NumLock on Sun servers. (Patch from
2701         Robert Basch, #115819)
2702
2703 2003-08-25  Matthias Clasen  <maclas@gmx.de>
2704
2705         * gtk/gtkactiongroup.c (gtk_action_group_add_actions): Remove C99isms. (Morten 
2706         Welinder)
2707
2708         * gtk/gtkactiongroup.[hc] (gtk_action_group_set_translate_func,
2709         gtk_action_group_set_translation_domain): Hooks for translation of
2710         label and tooltip in GtkActionGroupEntries.  (#120620)
2711
2712 2003-08-25  Matthias Clasen  <maclas@gmx.de>
2713
2714         * gtk/gtkactiongroup.h (GtkActionGroupEntryType): Namespace the enum
2715         values properly. Sorry about the resize grip trouble, Owen.  (#120621)
2716         
2717         * gtk/gtkactiongroup.c: 
2718         * demos/gtk-demo/appwindow.c: 
2719         * tests/testmerge.c: 
2720         * tests/testactions.c: Use new GtkActionGroupEntryType enum.  
2721
2722 Sun Aug 24 17:14:44 2003  Owen Taylor  <otaylor@redhat.com>
2723
2724         * gtk/gtk.h: Remove reference to gtkresizegrip.h.
2725
2726 Sun Aug 24 17:03:44 2003  Owen Taylor  <otaylor@redhat.com>
2727
2728         * gtk/Makefile.am: Fix accidental commit of references
2729         to gtkresizegrip.[ch]
2730
2731 Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>
2732
2733         * gtk/gtkrc.c: Fix some missing initializations of
2734         rc_file->directory.
2735
2736 2003-08-24  Matthias Clasen  <maclas@gmx.de>
2737
2738         * gtk/gtkaction.[ch]: 
2739         * gtk/gtktoggleaction.[ch]: 
2740         * gtk/gtktoggleactionprivate.h: 
2741         * gtk/gtkradioaction.[ch]: 
2742         * gtk/gtkactiongroup.[ch]: 
2743         * gtk/gtkmenumerge.[ch]: A model-view separation for menus and
2744         toolbars, using the EggMenu code by James Henstridge.
2745
2746         * gtk/gtk.h: Include new headers.
2747         * gtk/Makefile.am: Add new files.
2748
2749         * tests/testactions.c: Test for actions.
2750         * tests/testmerge.c: Test for menu merging.
2751         * tests/merge-[123].ui: Test data for testmerge. 
2752         * tests/Makefile.am: Add testactions and testmerge.
2753
2754         * demos/gtk-demo/appwindow.c: Use GtkMenuMerge to construct the 
2755         menubar and toolbar.
2756         
2757 Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>
2758  
2759         * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix 
2760         problem where rc_file->directory wasn't always getting
2761         set. (#120549, Luis Villa)
2762  
2763 2003-08-22  Christian Rose  <menthos@menthos.com>
2764
2765         * configure.in: Added "ne" to ALL_LINGUAS.
2766
2767 Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>
2768  
2769         * gtk/gtkrc.c: Keep a list of current GtkRcFiles
2770         being parsed, not just the directories for those
2771         files. Use that to catch recursion. (Part of
2772         #114988)
2773  
2774 Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>
2775
2776         Merge from stable.
2777
2778         Fix option menu scrolling (#119821, Owen Taylor).
2779
2780         * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
2781         by #80484 and the CLAMP,
2782         (get_menu_height): new function,
2783         (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
2784         new_offset to handle page up/down right.
2785
2786 Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>
2787
2788         * gdk/x11/gdkkeys-x11.c: Change the interpretation
2789         of consumed_modifiers so that it contains:
2790          - Modifiers combinations actually found in
2791            state.
2792          - Single modifier modifier combinations.
2793         But not multi-modifier combinations that aren't
2794         in event->state. Document. (#100439)
2795
2796 Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>
2797
2798         Slightly modified patch from Yann Rouillard to improve selection
2799         behavior with the mouse. Fixes #120187.
2800
2801         * gtk/gtktreeview.c (gtk_tree_view_button_press): only
2802         select/deselect items on the first button press of button 1,
2803         expand checks for row_activated to include triple clicks.
2804
2805 Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>
2806
2807         Merge from stable.
2808
2809         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
2810         approximate digit widths up, to avoid truncation, convert to
2811         pango pixels when we have the full string width instead of converting
2812         the approx digit width to pango pixels, take inner border and
2813         interior focus into account correctly. (Fixes #116368, patch from
2814         Morten Welinder).
2815
2816 2003-08-20  Noah Levitt  <nlevitt@columbia.edu>
2817
2818         * gtk/queryimmodules.c: Don't look at the same directory twice (in
2819         simple cases). (#120342)
2820
2821 Wed Aug 20 22:04:47 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2822
2823         * gdk/gdkwindow.c: Make the layers in the paint stack have their
2824         own pixmap instead of sharing one. (#118317)
2825
2826         * tests/testgtk.c (create_get_image): Fixes to make the window fit
2827         on an 800x600 screen
2828
2829 Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>
2830
2831         Merged from stable.
2832
2833         * gtk/gtkspinbutton.c (start_spinning): change the type of step
2834         to gdouble, since it gets it's data from a gdouble (Fixes #113547).
2835
2836 Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>
2837
2838         * modules/input/gtkimcontextxim.[ch]: Substantially
2839         rework the handling of status windows:
2840         
2841          - Store the current StatusWindow in the 
2842            GtkIMContextXIM structure and vice-versa, so we
2843            don't have to hunt the window hierarchy on
2844            cleanup.
2845          - Use the Gtkidget hierarchy instead of/or as well
2846            as the GdkWindow hierarchy when finding the toplevel;
2847            this helps for things like GtkHandlebox
2848          - Watch GtkWidget::hierarchy_changed to catch 
2849            changes in the toplevel without changes in the
2850            GdkWindow (reparenting)
2851          - Never create the GtkWindow for the status window
2852            unless we have text to display.
2853          - Various cleanups, add lots of comments.
2854
2855         (#115077, much help from Takuro Ashie and Hidetoshi
2856         Tajima in tracking this down and figuring out a fix.)
2857
2858         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in): 
2859
2860         * modules/input/gtkimcontextxim.c: Track the current
2861         screen for each toplevel so that we show the status
2862         window on the right screen. (#116340, James Su)
2863
2864         * modules/input/gtkimcontextxim.c: If create a new IC
2865         when we currently have the focus, call XSetICFocus()
2866         on it.
2867         
2868         * modules/input/gtkimcontextxim.c (get_im): Fix bug
2869         with multiple open screens.
2870
2871 Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>
2872
2873         * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext): 
2874         Replace client_window field with 'priv' pointer,
2875         retaining binary compatibility.
2876
2877         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
2878         save use_preedit/cursor_location/focus status and set
2879         up the new slave appropriately. (#118651, Botond Botyanszki)
2880
2881 Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>
2882
2883         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
2884         Don't use impl->position_info.clip_rect for toplevels.
2885         (#107068, reported by Thomas Mirlacher)
2886
2887 Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>
2888
2889         * gdk/x11/gdkdrawable-x11.c (convert_to_format): 
2890         Add a fallback for unaligned source data for
2891         FORMAT_ARGB_MASK. (#117217)
2892
2893 Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>
2894
2895         * configure.in: Rework handling of REBUILD_PNGS,
2896         so that we also don't try to REBUILD_PNGS when
2897         cross-compiling and there is no gdk-pixbuf-csource.
2898         But give an error if gtk/stock-icons/gtkstockpixbufs.h
2899         is not in the source tree. (Note that REBUILDS_PNG
2900         was set backwards before, which is why you always
2901         had to manually recreate gtkstockpixbufs.h!)
2902
2903 Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>
2904
2905         * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
2906         path to libgtk.la. (#120080, Benedikt Spranger)
2907
2908 Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>
2909
2910         * modules/input/imcedilla.c: Make the list of default
2911         languages more comprehensive. (Suggestion of
2912         Fco. Javier F. Serrador)
2913
2914 Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>
2915
2916         * gdk/gdk.c (gdk_arg_context_parse): Fix broken 
2917         parentheses when skipping args.
2918
2919 Sat Aug 16 16:22:23 2003  Kristian Rietveld  <kris@gtk.org>
2920
2921         Fix major bug in row ref handling, so the new combo box
2922         will actually work right (:. Bug #107748. Patch written
2923         with help from Tim Janik.
2924
2925         The basic idea is to update the row refs in a closure,
2926         before the actual signal is emitted (rather than having
2927         the model connect signal handlers).
2928
2929         * gtk/gtktreemodel.c (gtk_tree_model_base_init): change
2930         g_signal_new calls for row_inserted, row_deleted and
2931         rows_reordered to use the new marshallers,
2932         (row_inserted_marshall), (row_deleted_marshall),
2933         (rows_reordered_marshall): the new marshallers,
2934         (gtk_tree_row_ref_inserted_callback): renamed to
2935         gtk_tree_row_ref_inserted since it isn't a callback
2936         anymore and gets called by the marshaller now,
2937         (gtk_tree_row_ref_deleted_callback): likewise,
2938         (gtk_tree_row_ref_reordered_callback): likewise,
2939         (connect_ref_callbacks), (disconnect_ref_callbacks):
2940         removed,
2941         (gtk_tree_row_reference_new_proxy),
2942         (gtk_tree_row_reference_free),
2943         (gtk_tree_row_reference_inserted),
2944         (gtk_tree_row_reference_deleted),
2945         (gtk_tree_row_reference_reordered): updated.
2946
2947 Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>
2948
2949         Improve Cedilla handling - based on a patch from Gustavo 
2950         De Nardin, #111334
2951
2952         * modules/input/imcedilla.c po/POTFILES.in: Input method that 
2953         produces C_WITH_CEDILLA rather than C_WITH_ACUTE for 
2954         dead_acute+c combinations. Make this the default for
2955         fr and pt.
2956
2957         * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave): 
2958         Use LC_CTYPE instead of LC_MESSAGES to pick the default
2959         input method.
2960
2961 Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>
2962
2963         * gtk/gtkimcontextsimple.c: Fix missing compose sequence
2964         for Multi_key+c+apostrophe.
2965
2966 Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>
2967
2968         Merged from stable.
2969
2970         * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
2971         on vertical scrolling. (#108035, reported by Tim Janik).
2972
2973 Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>
2974
2975         Merged from stable.
2976
2977         * gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
2978         (gtk_tree_model_sort_level_find_insert),
2979         (gtk_tree_model_sort_insert_value): fix off-by-one error.
2980         (#109292 continued, patch from Yann Rouillard).
2981
2982 Fri Aug 15 19:43:14 2003  Kristian Rietveld  <kris@gtk.org>
2983
2984         (Note: This is not exactly the same as the patch which went in
2985          gtk-2-2).
2986
2987         * gtk/gtktreeview.c (gtk_tree_view_class_init),
2988         (gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
2989         Also support the up, down, left, right, home, end, page up and
2990         page down keys on the numpad. (#119419, reported by Alex Larsson).
2991
2992 Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>
2993
2994         Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
2995
2996         * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
2997         we link libgtk against X explicitely, since we
2998         make GTK+ calls for plug/socket.
2999
3000         * gtk/queryimmodules.c: Use USE_LA_MODULES and 
3001         G_MODULE_SUFFIX here. 
3002
3003         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
3004         XShmPutImage with #ifdef USE_SHM.
3005
3006 Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>
3007
3008         * gtk/gtkfilesel.c (gtk_file_selection_populate):
3009         Don't reposition the cursor when we aren't trying
3010         to complete. (Fixes problems with selection on
3011         startup, #108433, reported by Mark Finlay.)
3012
3013         * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
3014         code that tried to position the cursor after the common
3015         prefix when there was one, it wasn't working, and
3016         would be hard to fix. Just always put the cursor
3017         at the end when completing.
3018
3019 Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>
3020
3021         * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
3022         the current directory fails because of encoding
3023         conversion problems, walk up textually to parent
3024         directories until we can convert. (#113627)
3025
3026 Wed Aug 13 17:01:49 2003  Owen Taylor  <otaylor@redhat.com>
3027
3028         * gtk/gtkmenushell.[ch] (gtk_menu_shell_enter_notify):
3029         Remove usage of menu_shell->ignore leave which was
3030         to deal with stray events we no longer get because
3031         we do grabbing differently. Comment it as unused in
3032         the header. (#115837, Keith Bissett)
3033
3034 Wed Aug 13 16:32:43 2003  Owen Taylor  <otaylor@redhat.com>
3035
3036         * gtk/gtkmenu.c (gtk_menu_position, gtk_menu_window_size_request): 
3037         Fix some places that weren't properly Xinerama-ified.
3038
3039         * gtk/gtkmenu.c: Fix problem with windows that scroll
3040         at the top of the screen.
3041
3042 Wed Aug 13 11:34:53 2003  Owen Taylor  <otaylor@redhat.com>
3043
3044         * gtk/gtkcombo.c (gtk_combo_init): connect_after() to 
3045         key-press-event on the entry, so input methods get access to 
3046         key presses before GtkCombo customization.
3047         (#115451, Botond Botyanszki)
3048
3049 2003-08-13  Anders Carlsson  <andersca@gnome.org>
3050
3051         * tests/testtoolbar.c: (set_important_func), (important_toggled),
3052         (create_items_list):
3053         Add an important column.
3054         
3055 Tue Aug 12 15:00:15 2003  Owen Taylor  <otaylor@redhat.com>
3056
3057         * gtk/gtkwindow.c (gtk_window_real_set_focus): Protect
3058         against reentrancy from ::focus-out handlers. 
3059         (#118129, Felipe Heidrich)
3060
3061 Tue Aug 12 14:27:42 2003  Owen Taylor  <otaylor@redhat.com>
3062
3063         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Remove
3064         GDK_LOCK_MASK before calling
3065         gdk_keymap_translate_keyboard_state so bindings 
3066         and accelerators are independent of the Caps-lock
3067         key. (#115384, reported by Toni Willberg)
3068
3069 Mon Aug 11 12:07:14 2003  Owen Taylor  <otaylor@redhat.com>
3070
3071         * gdk/x11/gdkevents-x11.c (get_real_window): Add missing
3072         break statements (#119494, Soeren Sandmann)
3073
3074 Mon Aug 11 11:10:07 2003  Owen Taylor  <otaylor@redhat.com>
3075
3076         * gtk/gtkwidget.h: Mark parent public as well; it's
3077         extensively accessed in existing code, so there is
3078         no advantage in making people use get_parent().
3079         (Tweak to #119463 fix)
3080
3081 2003-08-11  Matthias Clasen  <maclas@gmx.de>
3082
3083         Add support for EWMH "Above" and "Below" window states.  (105100,
3084         Manuel Clos)
3085         
3086         * tests/testgtk.c: Add "Above" and "Below" to the the "Window
3087         State" demo.
3088
3089         * gtk/gtkwindow.h: Add gtk_window_set_keep_above and
3090         gtk_window_set_keep_below.
3091
3092         * gtk/gtk.def: Add gtk_window_set_keep_above and
3093         gtk_window_set_keep_below.
3094
3095         * gtk/gtkwindow.c (gtk_window_set_keep_below):
3096         (gtk_window_set_keep_above): New functions, call the corresponding
3097         gdk functions.
3098
3099         * gdk/x11/gdkwindow-x11.c (gdk_window_set_keep_below): New
3100         function, sets _NET_WM_STATE_BELOW.
3101         (gdk_window_set_keep_above): New function, sets
3102         _NET_WM_STATE_ABOVE.
3103
3104         * gdk/gdkwindow.h: Add gdk_window_set_keep_above and
3105         gdk_window_set_keep_below.
3106
3107         * gdk/gdkevents.h (GdkWindowState): Add GDK_WINDOW_STATE_ABOVE and
3108         GDK_WINDOW_STATE_BELOW.
3109
3110         * gdk/gdk.def: Add gdk_window_set_keep_above and
3111         gdk_window_set_keep_below.
3112
3113         * acinclude.m4: Copy newer versions of JH_CHECK_XML_CATALOG and
3114         JH_PATH_XML_CATALOG from gtk-doc to enable configuring without
3115         xmlcatalog in PATH.  (#119115)
3116
3117 2003-08-10  Matthias Clasen  <maclas@gmx.de>
3118
3119         * gtk/gtkwidget.h (struct _GtkWidget): Mark some members as
3120         public.  (#119463)
3121
3122 2003-08-09  Noah Levitt  <nlevitt@columbia.edu>
3123
3124         * gdk/gdkevents.h:
3125         * docs/reference/gdk/tmpl/windows.sgml: Elaborate a bit more in the
3126         docs on GdkFilterFunc and GdkFilterReturn.
3127
3128 2003-08-09  Matthias Clasen  <maclas@gmx.de>
3129
3130         * gtk/gtkcalendar.c:  Add and hook in gtk_calendar_scroll,
3131         to let the mouse wheels select the month. Scrolling down
3132         moves forward in time. (#53134, Abigail Brady) 
3133
3134         * gtk/gtkcalendar.c: Complete the RTL flipping support for
3135         GtkCalendar, make it possible to flip the headings using the
3136         "magic translated string" technique.  Translators, note the
3137         comment in gtk_calendar_init() explaining this.  (#102416)
3138
3139         * gtk/gtkcalendar.c: Get the information about the first day of
3140         the week from the locale using another instance of the "magic
3141         translated string" technique.  Ignore the display option
3142         GTK_CALENDAR_WEEK_START_MONDAY with a warning.  (#87977)
3143
3144         * gtk/gtkcalendar.c: Add DND support to GtkCalendar. The selected
3145         date is dragged as text, formatted via strftime %x. Text drops are
3146         accepted if g_date_set_parse() can make sense of the text. A
3147         dedicated data format for date DND has not been introduced yet,
3148         since there didn't seem to be sufficient consensus on such a
3149         format on xdg-list.  (#117297)
3150         
3151 2003-08-08  Matthias Clasen  <maclas@gmx.de>
3152
3153         * gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach):
3154         Fix a segfault.  (#115284, Jan Kratochvil)
3155
3156 2003-08-08  Tor Lillqvist  <tml@iki.fi>
3157
3158         * gdk/win32/gdkevents-win32.c (print_event): Print also the root
3159         coordinates for events that have such. Print coordinates for enter
3160         and leave events.
3161
3162         (gdk_event_translate): Don't use event uninitialixed in the
3163         return_exposes branch of the WM_PAINT handler.
3164
3165         * gdk/win32/gdkwindow-win32.c (gdk_window_new,
3166         _gdk_windowing_window_get_pointer, _gdk_windowing_window_at_pointer): 
3167         Must offset top-level window coordinates here, too.
3168
3169 2003-08-08  Matthias Clasen  <maclas@gmx.de>
3170
3171         * demos/gtk-demo/appwindow.c (do_appwindow): Hide the resize grip
3172         when maximized or fullscreen.
3173
3174 2003-08-07  Tor Lillqvist  <tml@iki.fi>
3175
3176         * gdk/win32/gdkinput-win32.h
3177         * gdk/win32/gdkinput-win32.c (_gdk_input_configure_event,
3178         _gdk_input_enter_event): Drop the GdkEvent* parameter, it wasn't
3179         used.
3180
3181         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Adapt caller
3182         accordingly, in fact an uninitialised variable was dereferenced.
3183         
3184
3185         [Win32] Add support for multiple monitors. 
3186         
3187         * gdk/win32/gdkprivate-win32.h
3188         * gdk/win32/gdkglobals-win32.c: New global variables for
3189         multiple-monitor info: _gdk_num_monitors, _gdk_monitors, and
3190         _gdk_offset_x and _gdk_offset_y.
3191         
3192         * gdk/win32/gdkdisplay-win32.c (count_monitor, enum_monitor): New
3193         functions, enumeration functions passed to EnumDisplayMonitors().
3194
3195         (gdk_display_open): If the EnumDisplayMonitors() and
3196         GetMonitorInfo() API is present (on Win98, Win2000 and newer), use
3197         if to find out monitor info.
3198
3199         Calculate the offset between Win32 coordinates (relative to the
3200         primary monitor's origin (and thus negative on monitors to the
3201         left of or above it), and GDK's (visible coordinates should be
3202         non-negative).
3203         
3204         * gdk/win32/gdkscreen-win32 (gdk_screen_get_n_monitors,
3205         gdk_screen_get_monitor_geometry): Use information collected above.
3206
3207         (gdk_window_move, gdk_window_move_resize_window_get_geometry):
3208         Subtract _gdk_offset_{x,y} from GDK root window coordinates.
3209
3210         (gdk_window_get_geometry, gdk_window_get_origin,
3211         gdk_window_get_frame_extents): For top-level windows, add
3212         _gdk_offset_{x,y} to GDK root window coordinates
3213
3214         Still need to handle multiple monitors in
3215         gdk_window_fullscreen(). Probably should make the window
3216         fullscreen on the monitor where the cursor is?
3217
3218         * gdk/win32/gdkevents-win32.c: Add _gdk_offset_{x,y} to all GDK
3219         root window coordinates in GdkEvents.
3220
3221         
3222         [Win32] Fix geometry hint handling. Add support for resize
3223         increment and base size, and aspect ratio geometry hints. The
3224         "gridded geometry" test in testgtk now works beautifully.
3225
3226         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
3227         Turns out this function shouldn't actually ever modify the
3228         window's size, just store the hints. (Old code kept for a while
3229         inside #if 0.)
3230
3231         (gdk_window_set_hints): Remove presumably broken code that handles
3232         the position hints, this function is obsolete anyway.
3233
3234         * gdk/win32/gdkevents-win32.c: Drop the current_{x,y}_root
3235         variables, not used.
3236
3237         (adjust_drag): New function, used to implement resize increment
3238         hints.
3239
3240         (gdk_event_translate): Handle WM_SIZING, implement resize
3241         increment and base size, and aspect ratio geometry hints here. The
3242         WM_GETMINMAXINFO handler takes care of the minimum and maximum
3243         size hints as before. Fix the WM_GETMINMAXINFO handler to take
3244         into account window decorations. No need to modify the
3245         ptMaxPosition and ptMaxSize fields in the MINMAXINFO struct,
3246         the defaults are fine.
3247         
3248         * gdk/win32/gdkprivate-win32.h 
3249         * gdk/win32/gdkwindow-win32.c (_gdk_win32_adjust_client_rect,
3250         _gdk_win32_get_adjusted_client_rect): New helper functions.
3251
3252 2003-08-07  Matthias Clasen  <maclas@gmx.de>
3253
3254         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): Reset the
3255         toplevel->have_* flags before iterating over the _NET_WM_STATE 
3256         atoms.  (#119217) 
3257
3258 Thu Aug  7 16:49:29 2003  Owen Taylor  <otaylor@redhat.com>
3259  
3260         * gtk/gtkwidget.c (gtk_widget_set_style_internal): 
3261         Fix a bug where on theme change, resize/redraw wasn't
3262         properly getting queued on toplevel windows. (#116346,
3263         Rajkumar Siva)
3264  
3265         * gtk/gtkwidget.c (gtk_widget_invalidate_widget_windows): 
3266         Fix bug where wrong coordinates were used for toplevel
3267         window.
3268  
3269 Thu Aug  7 16:40:21 2003  Owen Taylor  <otaylor@redhat.com>
3270
3271         * gtk/gtknotebook.c (gtk_notebook_remove): Remove leftover
3272         page_num variable (Archit Baweja)
3273
3274 2003-08-07  Matthias Clasen  <maclas@gmx.de>
3275
3276         * gtk/gtkspinbutton.c (gtk_spin_button_default_input): Use g_strtod() to
3277         cope with C libraries with crippled locale support.  (#115293)
3278
3279 2003-08-07  Hans Breuer  <hans@breuer.org>
3280
3281         * gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
3282         (only if the new window not known to Gdk) to get proper
3283         leave notification, and get rid of the wrong placed 
3284         tooltips, bug #102283
3285  
3286         (gdk_event_translate) : small code reordering to not get
3287         GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
3288         menus, bug #117367
3289
3290 2003-08-07  Tor Lillqvist  <tml@iki.fi>
3291
3292         * gdk/gdk.def
3293         * gdk/win32/gdkfont-win32.c (gdk_fontset_load_for_display): Add
3294         missing function, trivially implement.
3295
3296 2003-08-07  Matthias Clasen  <maclas@gmx.de>
3297
3298         * gtk/gtkctree.c (draw_row): Don't cut descenders when 
3299         rendering.  (#118646, Charles Kerr) 
3300
3301 2003-08-06  Hans Breuer  <hans@breuer.org>
3302
3303         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) :
3304         initialize bits to 0 (probably default on NT)
3305
3306         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
3307         now it works as intended ;-)
3308
3309 2003-08-04  Hans Breuer  <hans@breuer.org>
3310
3311         * gdk/win32/gdkwindow-win32.c(gdk_window_set_modal_hint) :
3312         set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435
3313
3314         * gdk/win32/gdkwindow-win32.c : implement gdk_window_[un]fullscreen
3315         (gdk_window_{move,resize,move_rezize})) : noop if FULLSCREEN
3316
3317         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon) :
3318         against all expectations it is basically ony a call with WM_SETICON
3319         needed (the visual effect is there, though colors or mask are
3320         still somewhat wrong).
3321         * gdk/win32/gdkwindow-win32.h : place to store the HICON
3322
3323         * gdk/win32/gdkdrawabke.win32.c : readded the conditional end
3324         pixel drawing as it was fixed at 1999-08-23
3325
3326         gtk/gtk.def : updated
3327
3328 Tue Aug  5 10:07:08 2003  Owen Taylor  <otaylor@redhat.com>
3329
3330         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_property): 
3331         Add a missing break. (#119156, Callum McKenzie)
3332
3333 Tue Aug  5 00:24:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3334
3335         * gtk/gtkmenu.c (gtk_menu_position): New positioning
3336         algorithm.(#116649)
3337
3338 Fri Aug  1 15:26:46 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3339
3340         * gtk/gtktoolbar.c, gtk/toolitem.c: add new "is_important"
3341         property
3342         
3343         * gtk/gtkradiotoolbutton.c
3344         (gtk_radio_tool_button_new_from_widget): Don't take a stock id
3345
3346         * gtk/gtkradiotoolbutton.c
3347         (gtk_radio_tool_button_new_with_stock_from_widget): make this
3348         function take a stock_id.
3349
3350         * gtk/toolbar: documentation
3351
3352 Mon Aug  4 14:53:46 2003  Owen Taylor  <otaylor@redhat.com>
3353
3354         * gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init): 
3355         Fix problem where use_xshm was getting set wrong if
3356         MIT_SHM wasn't found. (George Lebel)
3357
3358 2003-08-04  Tor Lillqvist  <tml@iki.fi
3359
3360         * gdk/win32/gdkevents-win32.c (apply_filters): Fix braino:
3361         actually use the passed-in filter list. The function also needs a
3362         GdkWindow parameter, as filter functions expect
3363         GdkEvent::any.window to be valid. (#119034, Hans Breuer)
3364
3365 2003-08-03  Matthias Clasen  <maclas@gmx.de>
3366
3367         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_n_monitors): 
3368         (gdk_screen_get_monitor_geometry): Improve wording of the docs, avoid
3369         the term "virtual screen".  (#119030, Tor Lillquist)
3370
3371 2003-08-02  Matthias Clasen  <maclas@gmx.de>
3372
3373         * tests/testtext.c (test_init): 
3374         * tests/testgtk.c (test_init): 
3375         * tests/testdnd.c (test_init): 
3376         * demos/pixbuf-init.c (pixbuf_init): 
3377         * demos/gtk-demo/main.c (main): Use g_setenv().
3378
3379         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Use
3380         g_unsetenv(). 
3381
3382 Sat Aug  2 12:53:16 2003  Owen Taylor  <otaylor@redhat.com>
3383
3384         * configure.in: Requires glib-2.3.0, pango-1.2.0.
3385
3386         * configure.in: Require Xft version 2,
3387         remove code for handling older versions of pango and Xft.
3388         Many miscellaneous improvements to X checks
3389
3390         * acinclude.m4: Add GTK_ADD_LIB() macro for adding 
3391         a library to a variable, avoiding dups.
3392
3393         * gdk/x11/gdkfont-x11.c (gdk_font_from_description_for_display): 
3394         Always load "fixed"
3395
3396         * gdk/x11/gdk*-x11.[ch]: Remove support for Xft1 and
3397         for pangox.
3398
3399 2003-08-02  Matthias Clasen  <maclas@gmx.de>
3400
3401         * gtk/gtkcolorsel.c (color_sample_drop_handle) 
3402         (palette_drop_handle): 
3403         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  Accept
3404         drops with the wrong format, since the KDE color chooser incorrectly
3405         drops application/x-color with format 8.  (#118810)
3406
3407         * gtk/gtkcolorsel.c (color_sample_drop_handle) (palette_drop_handle): 
3408         * gtk/gtkcolorbutton.c (gtk_color_button_drag_data_received):  
3409         Accept drops with the wrong format, since the KDE color chooser 
3410         incorrectly drops application/x-color with format 8.  (#118810)
3411
3412 2003-08-02  Tor Lillqvist  <tml@iki.fi>
3413
3414         Fix gdk/win32 window geometry handling again. The window position
3415         in a GDK_CONFIGURE event should be that of the client area, not of
3416         the window decorations. (I was confused by the term "window
3417         border" in X11. It does *not* mean the window manager
3418         decorations. There are no X11-style window borders in Win32.)
3419         Also, this time do take the geometry hints into account
3420         appropriately when moving windows. Now testgtk's gravity test's
3421         move buttons work OK. There are stil problems with taking gravity
3422         into account when showing a hidden window.
3423
3424         * gdk/win32/gdkwindow-win32.h: Keep a whole GdkGeometry as hints
3425         instead of separate fields.
3426         
3427         * gdk/win32/gdkevents-win32.c (handle_configure_event): Don't
3428         adjust for decorations.
3429
3430         * gdk/win32/gdkwindow-win32.c (get_outer_rect,
3431         adjust_for_gravity_hints): New functions.
3432         (gdk_window_move, gdk_window_resize, gdk_window_move_resize): Use
3433         above functions, take geometry hints into account.
3434         (gdk_window_set_geometry_hints): Size hints specicy client area,
3435         not including decorations.
3436
3437 Fri Aug  1 17:10:22 2003  Owen Taylor  <otaylor@redhat.com>
3438
3439         * gtk/gtkfilesel.c (cmpl_completion_fullname): Always
3440         return an absolute path (#115590), fix a problem where
3441         you could crash the file selector with a looong name
3442         by returning a newly allocated buffer.
3443
3444 Fri Aug  1 16:44:51 2003  Owen Taylor  <otaylor@redhat.com>
3445
3446         * gtk/gtkfilesel.c (update_cmpl): Fix obvious reallocation
3447         bug in rarely or never hit code path (#118071,
3448         Tor Lillqvist)
3449
3450 Fri Aug  1 16:30:13 2003  Owen Taylor  <otaylor@redhat.com>
3451
3452         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render): 
3453         If the check for missing depths, try actually creating pixmaps
3454         of the depths to deal with Xinerama not reporting
3455         all the depths it should. (#115822)
3456
3457 Fri Aug  1 15:33:59 2003  Owen Taylor  <otaylor@redhat.com>
3458
3459         * gtk/gtksocket.c: Patch from Denis Mikhalkin to
3460         forward KeyRelease events as well as KeyPress events.
3461         (#115597)
3462
3463 Fri Aug  1 15:06:25 2003  Owen Taylor  <otaylor@redhat.com>
3464  
3465         * gdk/gdk.c (gdk_parse_args): g_set_prgname("<unknown>")
3466         if argc is 0 as well, instead of leaving it unset.
3467         (#116023, Michael Meeks)
3468  
3469 Thu Jul 31 23:09:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3470
3471         * gtk/gtktoolbar.c (gtk_toolbar_class_init): make show_arrow
3472         default to TRUE; ignore the property when api_mode != NEW_API
3473
3474 2003-07-31  Matthias Clasen  <maclas@gmx.de>
3475
3476         * gtk/gtkwindow.c (gtk_window_set_default_icon): Rename parameter pixbuf
3477         to icon, to pacify gtk-doc.
3478
3479         * gtk/gtkwidget.c (gtk_widget_class_init): Fix formatting of drag-motion 
3480         example. 
3481
3482 Thu Jul 31 15:33:33 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3483
3484         * gtk/gtk*tool*.h: add padding to subclasses of GtkToolItem
3485
3486 Thu Jul 31 15:29:28 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3487
3488         * gtk/gtktoolitem.c (struct _GtkToolItemPrivate): remove unused
3489         overflow_item field.
3490
3491 Wed Jul 30 21:11:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3492
3493         * gtk/gtktoolitem.h: make _gtk_tool_item_toolbar_reconfigured()
3494         an internal function
3495
3496         * gtk/gtktoolitem.h: remove unused declaration of
3497         _gtk_tool_item_get_drag_window().
3498
3499 Wed Jul 30 17:03:58 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3500
3501         * gtk/gtktoolbutton.[ch]:
3502         (gtk_tool_button_new): swap icon_widget and label arguments to
3503         match BonoboUIToolbarButton.
3504
3505         * gtk/gtktoolbar.h: un-deprecate gtk_toolbar_{set|unset}_style().
3506
3507 2003-07-30  Matthias Clasen  <maclas@gmx.de>
3508
3509         * gtk/gtkwidget.c (gtk_widget_class_init): Some updates to the DND
3510         signal docs. 
3511
3512 2003-07-29  Tor Lillqvist  <tml@iki.fi>
3513
3514         Fix for #108007, #112402, #117042: There was confusion in
3515         gdk/win32 at various places whether a window position refers to
3516         the decoration position or the client area position. Also whether
3517         window size includes decorations or not.
3518         
3519         The correct interpretation apparently is that in GDK (like in
3520         X11), a top-level window position means the decoration's position,
3521         but size means the window's inner size (client area size). In the
3522         Win32 API, the window size usually includes the decorations,
3523         though.
3524         
3525         * gdk/win32/gdkevents-win32.c (decode_key_lparam): Move inside
3526         #ifdef G_ENABLE_DEBUG.
3527         (handle_configure_event): New function, generates GDK_CONFIGURE
3528         events from WM_SIZE and WM_MOVE messages. Even if no event is
3529         generated because of the event mask, still set the private
3530         position and size fields. Calculate position and size correctly.
3531         (gdk_event_translate): Call handle_configure_event().
3532
3533         * gdk/win32/gdkgeometry-win32.c: Cosmetics.
3534
3535         * gdk/win32/gdkwindow-win32.c: Use GDI_CALL() and API_CALL()
3536         macros. Cosmetic debugging output changes.
3537         (SafeAdjustWindowRectEx): Remove. If an application wants to
3538         locate a window outside of the screen, it's not GDK's business to
3539         prevent it. And anyway, with multiple monitors, negative
3540         coordinates are perfectly normal.
3541         (gdk_window_new): Adjust the window size for decorations after
3542         _gdk_window_init_position() has done its job. (But the big window
3543         code currently is presumably broken on Win32 anyway.)
3544         (gdk_window_move): The position passed in is supposed to be that
3545         of the window border, so don't need to adjust for decorations.
3546         (gdk_window_resize, gdk_window_move_resize): Simplify somewhat.
3547
3548 Tue Jul 29 13:55:44 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3549
3550         * gtk/gtktoolbar.c (gtk_toolbar_set_style,
3551         gtk_toolbar_prepend_element, gtk_toolbar_append_element,
3552         gtk_toolbar_insert_space, gtk_toolbar_prepend_space,
3553         gtk_toolbar_append_space, gtk_toolbar_insert_item,
3554         gtk_toolbar_prepend_item, gtk_toolbar_append_item,
3555         gtk_toolbar_set_tooltips, gtk_toolbar_set_orientation,
3556         gtk_toolbar_new, gtk_toolbar_prepend_item):
3557
3558         Move documentation inline from template files.
3559
3560         * gtk/gtktoolbar.c (gtk_toolbar_insert_element,
3561         gtk_toolbar_insert_widget, gtk_toolbar_prepend_widget,
3562         gtk_toolbar_append_widget, gtk_toolbar_remove_space,
3563         gtk_toolbar_insert_stock, gtk_toolbar_unset_icon_size,
3564         gtk_toolbar_get_icon_size, gtk_toolbar_set_icon_size,
3565         gtk_toolbar_get_tooltips, gtk_toolbar_unset_style,
3566         gtk_toolbar_get_style, gtk_toolbar_get_orientation)
3567
3568         Copy documentation from stable that was added after the EggToolbar
3569         branched.
3570
3571         * gtk/gtktoolbar.h: deprecate gtk_toolbar_unset_icon_size()
3572
3573 Mon Jul 28 18:21:34 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3574
3575         * gtk+/docs/: Commit autogenerated changes, so patches will make
3576         sense.
3577
3578 2003-07-27  Tor Lillqvist  <tml@iki.fi>
3579
3580         * gdk/win32/gdkevents-win32.c (build_key_event_state): On Win9x,
3581         the keyboard state returned by GetKeyboardState() doesn't
3582         distinguish between the left and right Control and Alt keys. Thus
3583         we cannot detect AltGr (which is supposed to be left Control +
3584         right Alt) the same way as on NT-based systems, but have to accept
3585         either Control + either Alt as AltGr.
3586
3587 2003-07-27  Matthias Clasen  <maclas@gmx.de>
3588
3589         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
3590         Fix function name in warning message.  (#118156, Tim-Philipp
3591         Mller)
3592
3593         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property):
3594         is-expander and is-expanded are boolean properties, not ints.
3595         (#118359, Josh Parsons)
3596
3597 Sat Jul 26 15:21:27 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3598
3599         * gtk/gtkimagemenuitem.c
3600         (gtk_image_menu_item_toggle_size_request): don't request
3601         toggle_space when the image width is 0.
3602
3603 2003-07-25  Tor Lillqvist  <tml@iki.fi>
3604
3605         * gdk/win32/gdkprivate-win32.h
3606         * gdk/win32/gdkglobals-win32.c: New flags _gdk_input_locale_is_ime
3607         and _gdk_keyboard_has_altgr.
3608         
3609         * gdk/win32/gdkevents-win32.c: Lots of changes. Most important
3610         ones detailled here.
3611
3612         Code that has been ifdeffed out for a long time removed. Remove
3613         some really old doc comments that were left behind for some public
3614         functions, the official ones are in the X11 backend anyway. Change
3615         GDK_WINDOW_OBJECT() calls to GdkWindowObject casts. Reformat
3616         multi-line boolean expressions to have the operators at ends of
3617         lines.
3618
3619         As mouse capture with SetCapture() indeed seems to work OK, no
3620         need to have the correspoinding macro USE_SETCAPTURE and ifdefs.
3621
3622         Ifdef out the gdk-ping-msg stuff. I don't remember why it was
3623         needed at some time, and things seem to work fine now without
3624         (knock on wood).
3625
3626         Ifdef out the search for some Latin locale keyboard layout being
3627         loaded. Not used currently, but might be needed after all, if we
3628         decide that we want to be able to generate ASCII control character
3629         events with a non-Latin keyboard.
3630
3631         (assign_object): New helper function, handles the g_object_ref()
3632         and unref() calls when assigning GObject pointers.
3633                 
3634         (generate_crossing_events): Also generate the GDK_NOTIFY_INTERIOR
3635         enter event when the pointer has moved to an ancestor window. Was
3636         left out by mistake.
3637
3638         (gdk_window_is_ancestor): Renamed from gdk_window_is_child().
3639
3640         (gdk_pointer_grab, gdk_pointer_ungrab): Implement the confine_to
3641         functionality, using ClipCursor().
3642                 
3643         (find_window_for_mouse_event): Splice part of code into new
3644         function find_real_window_for_grabbed_mouse_event().
3645
3646         (fixup_event, append_event, apply_filters): New functions, code
3647         refactored out from elsewhere.
3648
3649         (synthesize_enter_or_leave_event, synthesize_leave_event,
3650         synthesize_enter_event,
3651         synthesize_leave_events,synthesize_enter_events): Also take a
3652         GdkCrossingMode parameter, in preparation to generating
3653         GDK_CROSSING_GRAB and GDK_CROSSING_UNGRAB events.
3654
3655         (fixup_event, append_event, fill_key_event_string): New functions,
3656         code refactoring.
3657
3658         (vk_from_char, build_keypress_event, build_keyrelease_event):
3659         Removed as part of dropping WM_CHAR handling.
3660
3661         (build_key_event_state,gdk_event_translate): Call
3662         GetKeyboardState(), once, for each keyboard message, instead of
3663         several calls to GetKeyState() here and there.
3664
3665         (gdk_event_translate): Fix bugs #104516, #104662, #115902. While
3666         at it, do some major refactoring, and some fixes for potential
3667         problems noticed while going through the code.
3668
3669         Don't handle WM_CHAR at all. Only handle WM_KEYDOWN and
3670         WM_KEYUP. Don't need the state variables related to whether to
3671         wait for WM_CHAR or not, and whether the current key is
3672         AltGr. Remove lots of complexity. Thus don't need the
3673         use_ime_composition flag.
3674
3675         Not handling WM_CHAR means dead key handling will have to be taken
3676         care of by GTK, but that seems to work fine, so no worry.
3677
3678         Another side-effect is that Alt+keypad digits don't work any
3679         longer, but it's better to learn to use GTK's ISO14755 support is
3680         anyway.
3681
3682         Be more careful in checking whether AltGr is involved. Only
3683         attempt to handle it if the keyboard actually has it. And
3684         explicitly check for *left* Control plus *right* Alt being
3685         pressed. Still, allow (left) Alt and/or (right) Control with AltGr
3686         chars.
3687
3688         Handle keys using similar code as in the X11 backend. As we have
3689         built a keymap in gdkkeys-win32.c anyway, use it by calling
3690         gdk_keymap_translate_keyboard_state() to look up the keysym from
3691         the virtual key code and keyboard state. Build the key event
3692         string in exactly the same way as the X11 backend.
3693
3694         If an IME is being used, don't generate GDK events for keys
3695         between receiving WM_IME_STARTCOMPOSITION and
3696         WM_IME_ENDCOMPOSITION, as those keys are for the IME.
3697         
3698         For WM_IME_COMPOSITION, handle all the Unicode chars returned from
3699         the IME, not just the first one.
3700
3701         gdk_event_translate() is still quite complex, could split the
3702         message handler cases out into separate functions.
3703
3704         On mouse events, when the mouse is grabbed, use
3705         find_real_window_for_grabbed_mouse_event() in order to be able to
3706         generate correct crossing events.
3707         
3708         No longer take a pre-allocated GdkEvent as parameter. Instead,
3709         allocate events as needed and append them to the queue. (This is
3710         different from how gdk_event_translate() in the X11 backend
3711         works.) This change made the code much clearer, especially in the
3712         cases where we have to generate several GDK events for one Windows
3713         message.  Return FALSE if DefWindowProc() should be called, TRUE
3714         if not. If DefWindowProc() should not be called, also return the
3715         value to be returned from the window procedure.
3716
3717         (Previously, the interaction with gdk_event_translate()'s caller
3718         was much more complex, when we had to indicate whether the
3719         already-queued event should be left in the queue or removed, and
3720         in addition also had to indicate whether to call DefWindowProc()
3721         or not, and what value to return from the window procedure if
3722         not.)
3723
3724         Don't use a separate "private" variable required to be pointing to
3725         the GdkWindowObject of the "window" variable at all times. Just
3726         use casts, even if looks a bit uglier.
3727
3728         Notice destroyed windows as early as possible, and break out of
3729         the messsage switch.
3730
3731         Use _gdk_pointer_root as current_window when the pointer is
3732         outside GDK's top-level windows.
3733         
3734         On WM_INPUTLANGCHANGE, set _gdk_input_locale_is_ime as
3735         appropriate, based on ImmIsIME().
3736         
3737         (gdk_event_translate, gdk_event_send_client_message_for_display,
3738         gdk_screen_broadcast_client_message): Implement client messages.
3739         Use a registered Windows message to pass GDK client messages. Note
3740         that the amount of user data is restricted to four bytes, as it is
3741         carried in the LPARAM. (The WPARAM is used for the message type
3742         "atom".)
3743         
3744         (real_window_procedure): Adapt for new gdk_event_translate()
3745         interface.
3746
3747         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Set
3748         _gdk_input_locale_is_ime initially.
3749
3750         * gdk/win32/gdkwindow-win32.c: Use g_object_ref()/unref() instead
3751         of g_colormap_ref()/unref().
3752
3753         (gdk_window_new): Made code a bit more like the X11 one, pretend
3754         to handle screens (although we just have one for now).
3755
3756         * gdk/x11/gdkevents-x11.c
3757         (gdk_event_send_client_message_for_display,
3758         gdk_screen_broadcast_client_message): Document the user data
3759         limitation on Win32.
3760
3761         * gdk/win32/gdkevents-win32.c (print_event): More complete enter
3762         and leave notify detail output.
3763
3764         * gdk/win32/gdkkeys-win32.c (update_keymap): Make dead keys
3765         visible to GDK and GTK. Store the corresponding GDK_dead_* keysym
3766         for those, so that the GtkIMContextCimple compose tables will
3767         work. Deduce if the keyboard layout has the AltGr key, and set the
3768         above flag accordingly.
3769
3770 2003-07-26  Matthias Clasen  <maclas@gmx.de>
3771
3772         * gtk/gtkwidget.c: Document DND signals.
3773
3774 2003-07-24  Matthias Clasen  <maclas@gmx.de>
3775
3776         * gtk/gtktextview.c (popup_targets_received): Make the "Input Methods"
3777         insensitive when editing isn't possible.  (#118150)
3778
3779 2003-07-23  Matthias Clasen  <maclas@gmx.de>
3780
3781         * gtk/gtkcolorsel.c (gtk_color_selection_init): Make the hue 
3782         spinbutton wrap.  (#118097, John Darrington)
3783
3784         * docs/faq/gtk-faq.sgml: Mention Xnest as a way to debug GTK+ apps. 
3785
3786 2003-07-20  Hans Breuer  <hans@breuer.org>
3787
3788         * makefile.msc : new file to build it all
3789         * Makefile.am : ... added to EXTRA_DIST
3790
3791         * gdk/makefile.msc gtk/stock-icons/makefile.msc 
3792           gtk/makefile.msc.in tests/makefile.msc : updated
3793
3794         * gdk/gdk.def gtk/gtk.def : export a bunch of new 
3795         functions
3796
3797         * gtk/gtkbbox.c : use g_return_val_if_fail() if
3798         there is a value to return
3799
3800         * gtk/gtkfontsel.c gtk/gtkiconfactory.c :
3801         static correctness
3802
3803         * gtk/gtkicontheme.c : ported to use GTimeVal instead of
3804         struct timeval and GTK_DATA_PREFIX instead of GTK_DATADIR
3805
3806         * gtk/gtkicontheme.c : use HAVE_LC_MESSAGES
3807
3808         * gtk/gtkimmulticontext.c : use gtkprivate.h
3809
3810         * gtk/stock-icons/stock_color_picker_25.png
3811           gtk/stock-icons/stock_jump_to_rtl_16.png
3812           gtk/stock-icons/stock_jump_to_rtl_24.png
3813           gtk/stock-icons/stock_redo_rtl_16.png
3814           gtk/stock-icons/stock_redo_rtl_24.png
3815           gtk/stock-icons/stock_undelete_rtl_16.png
3816           gtk/stock-icons/stock_undelete_rtl_24.png
3817           gtk/stock-icons/stock_undo_rtl_16.png :
3818           gtk/stock-icons/stock_undo_rtl_24.png :
3819         readded as binary
3820
3821 Sat Jul 19 22:39:24 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3822
3823         * gtk/gtktoolitem.c (gtk_tool_item_size_request): remove
3824         leftover request of {xy}thickness
3825
3826 Sat Jul 19 16:26:02 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3827
3828         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): don't
3829         attempt to add a NULL icon to the box.
3830
3831 Sat Jul 19 12:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3832
3833         * gtk/gtknotebook.c (gtk_notebook_focus_in|out): only redraw tabs
3834         on focus in/out.
3835
3836 2003-07-19  Matthias Clasen  <maclas@gmx.de>
3837
3838         * gtk/gtkstock.h (GTK_STOCK_DIALOG_AUTHENTICATION): New stock id. 
3839         * gtk/gtkiconfactory.c (get_default_icons): Add
3840         stock_dialog_authentication_48.  (#65765) 
3841         * gtk/stock-icons/Makefile.am (VARIABLES2, IMAGES): Here too.
3842         * gtk/stock-icons/stock_dialog_authentication_48.png: New image.
3843
3844         * gtk/gtkbbox.h: 
3845         * gtk/gtkbbox.c (gtk_button_box_get_child_secondary): New
3846         function. (#64562) 
3847
3848 Sat Jul 19 00:18:40 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3849
3850         * gtk/gtkwindow.c (gtk_window_set_default_icon): Fix C99
3851         declaration
3852
3853         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): new function
3854         (gtk_widget_real_focus_{in|out}_event): queue shallow draws
3855         instead of full draws.
3856
3857 2003-07-18  Matthias Clasen  <maclas@gmx.de>
3858
3859         * gtk/gtkwindow.c: Add properties decorated and gravity.  (#80234) 
3860
3861         * gtk/gtktextview.c (gtk_text_view_class_init): Add a new keybinding
3862         signal, move_viewport. 
3863         (gtk_text_view_move_viewport): New function which implements the
3864         move_viewport functionality. 
3865         (gtk_text_view_move_cursor_internal): If the cursor is not visible, move
3866         the viewport. (#78669) 
3867
3868         * gtk/gtkenums.h (GtkScrollStep): New enumeration, used for
3869         move_viewport argument. 
3870
3871         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): Add a has_resize_grip
3872         property.  (#111779) 
3873
3874         * gtk/gtkwindow.h: 
3875         * gtk/gtkwindow.c (gtk_window_set_default_icon): New method.  (#95816)
3876
3877         * gtk/gtkmessagedialog.h:
3878         * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): New method.  
3879         (#65501, Sebastian Rittau)
3880
3881 Fri Jul 18 20:06:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3882
3883         * gtk/gtktextview.c (changed_handler): use
3884         gtk_widget_queue_resize_noredraw().
3885
3886 2003-07-16  Jody Goldberg <jody@gnome.org>
3887
3888         * gdk/x11/gdkwindow-x11.c (gdk_window_focus) : fix cut-n-paste-o
3889
3890 Fri Jul 18 19:55:50 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3891
3892         * gtk/gtkwidget.c (gtk_widget_queue_resize_no_redraw): Add this
3893         API. 
3894
3895 Fri Jul 18 18:43:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3896
3897         By popular request give toolbuttons a border.
3898         
3899         * gtk/gtktoolitem.c
3900         (gtk_tool_item_size_allocate):
3901         (gtk_tool_item_size_request): don't request and allocate a border
3902         around the child
3903
3904         * gtk/gtktoolbutton.c 
3905         (gtk_tool_button_size_allocate):
3906         (gtk_tool_button_size_request): remove these functions
3907
3908         * gtk/gtktoolbar.c 
3909         (gtk_toolbar_size_request):
3910         (gtk_toolbar_size_allocate): request and allocate a border if we
3911         have a shadow.
3912
3913 Thu Jul 17 19:24:51 2003  Kristian Rietveld  <kris@gtk.org>
3914
3915         Merged from stable.
3916
3917         Fixes issues pointed out by Morten Welinder in #115140.
3918
3919         * gtk/gtktreeview.c (gtk_tree_view_size_request): fix comment,
3920         (do_validate_rows): update validated_area with a logic OR instead
3921         of a bitwise OR,
3922         (validate_rows_handler): make the if statement match the one in
3923         validate_rows(), so we don't leak the timeout.
3924
3925 Thu Jul 17 19:12:02 2003  Kristian Rietveld  <kris@gtk.org>
3926
3927         Merged from stable.
3928
3929         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): the treeview
3930         should only grab focus back if the "cell_editable" widget still
3931         has focus. (Fixes #110104, testcase provided by Marco Pesenti
3932         Gritti).
3933
3934 Thu Jul 17 19:06:34 2003  Kristian Rietveld  <kris@gtk.org>
3935
3936         Merged from stable.
3937
3938         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
3939         Don't set attr.event_mask twice, those things were meant to be
3940         ORred. (#115139, pointed out by Morten Welinder).
3941
3942 Thu Jul 17 16:11:21 2003  Kristian Rietveld  <kris@gtk.org>
3943
3944         Merged from stable.
3945
3946         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): stop editing
3947         if needed. (Fixes #115869, reported by Michael Natterer).
3948
3949 2003-07-15  Matthias Clasen  <maclas@gmx.de>
3950
3951         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
3952         Fight against gtk-doc stupidity.
3953
3954 2003-07-13  Matthias Clasen  <maclas@gmx.de>
3955
3956         * gtk/gtkdnd.c (gtk_drag_begin): Rename parameter target_list back to 
3957         targets, to pacify gtk-doc.
3958
3959 Sun Jul 13 15:57:57 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3960
3961         * gtk/gtktoolbutton.c (gtk_tool_button_finalize): Fix leaks of
3962         label_text, label_widget and icon_widget. (#117312, 
3963         Christian Persch)
3964         
3965 Sun Jul 13 01:37:51 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
3966
3967         * gtk/gtkmenu.c (gtk_menu_class_init): new properties
3968         "horizontal-offset" and "vertical-offset" that determines the
3969         position of the menu when it is a submenu. 
3970
3971         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): position
3972         submenus according to new vertical- and horizontal-offset
3973         properties.
3974
3975 Sat Jul 12 16:16:04 2003  Kristian Rietveld  <kris@gtk.org>
3976
3977         Merged from stable.
3978
3979         * gtk/gtktreeview.c (gtk_tree_view_drag_data_received): special
3980         case drags to "0", scroll to the top after dropping. (Fixes #94968,
3981         reported by Alp Toker).
3982
3983 Sat Jul 12 16:08:32 2003  Kristian Rietveld  <kris@gtk.org>
3984
3985         Merged from stable.
3986
3987         * demos/gtk-demo/editable_cells.c (cell_edited): fixup bad
3988         code (#115784, Owen Taylor).
3989
3990 Sat Jul 12 16:01:03 2003  Kristian Rietveld  <kris@gtk.org>
3991
3992         Merged from stable.
3993
3994         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property):
3995         free the old text and extra_attrs *after* we parsed the new
3996         markup string. (Fixes #114485, reported by Owen Taylor).
3997
3998 Sat Jul 12 15:51:33 2003  Kristian Rietveld  <kris@gtk.org>
3999
4000         Merged from stable.
4001
4002         Fixes #113904, testcase provided by Rene Seindal.
4003
4004         * gtk/gtktreeview.c (gtk_tree_view_button_press): set
4005         pressed_button to -1 when a row has been activated,
4006         (gtk_tree_view_motion_bin_window): only start a drag if there's
4007         a button being pressed.
4008
4009 Sat Jul 12 15:51:18 2003  Kristian Rietveld  <kris@gtk.org>
4010
4011         Merged from stable.
4012
4013         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): use
4014         gdk_window_get_pointer instead of gdk_display_get_window_at_pointer
4015         to avoid a roundtrip (#110272, Owen Taylor).
4016
4017 Sat Jul 12 15:28:26 2003  Kristian Rietveld  <kris@gtk.org>
4018
4019         Merged from stable.
4020
4021         This patch really really fixes scrolling. Related bugs: #81627,
4022         testcase provided by Timo Sirainen, #111500, testcase provided by
4023         manu, #113241, reported by Pedro Gimeno/Michael Natterer.
4024
4025         * gtk/gtktreeview.c (validate_visible_area): scrolling to a dy
4026         which is equal to the lower border of the window means scrolling
4027         to an invisible row, always update the dy when scrolling to an
4028         invisible row, corrected area_above/below calculations for
4029         invisible rows, when walking the tree correct the size
4030         subtracted for invalidated rows, fix wrong logic in comment.
4031
4032 2003-07-11  Matthias Clasen  <maclas@gmx.de>
4033
4034         * gtk/gtkicontheme.c (pixbuf_supports_svg): Use g_strfreev() to free
4035         mime_types.  (#117219, Steve Chaplin)
4036
4037 Tue Jul  8 20:11:04 2003  Owen Taylor  <otaylor@redhat.com>
4038
4039         * gdk/x11/gdkevents-x11.c (get_real_window)
4040         gdk/x11/gdkinput-x11.c (_gdk_input_common_init)
4041         gdk/x11/gdkimage-x11.c (_gdk_windowing_image_init)
4042         gdk/x11/gdkprivate-x11.h (_gdk_windowing_image_init)
4043         Don't assume that all events start with XEventAny - Xkb events
4044         don't! (#105745). So, only do that for core events, and for
4045         non-core events, add a system for registering event types
4046         that start with XEventAny.
4047
4048         * gdk/x11/gdkevents-x11.c (gdk_event_translate):
4049         Check to see if the result of gdk_window_lookup_for_display()
4050         is actually a window.
4051
4052 Fri Jul 11 20:48:14 2003  Kristian Rietveld  <kris@gtk.org>
4053
4054         * gtk/gtktreemodel.c (gtk_tree_path_free): make the path != NULL
4055         check a silent assert, so it follows the g_free() behaviour.
4056
4057 2003-07-11  Matthias Clasen  <maclas@gmx.de>
4058
4059         * gtk/gtkstatusbar.c (gtk_statusbar_init): Center statusbar contents 
4060         vertically.  (#109823, Joe Shaw)
4061
4062 2003-07-11  Morten Welinder  <terra@gnome.org>
4063
4064         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixbuf): Fix memory
4065         access error.  (#69436)
4066
4067 Fri Jul 11 14:32:43 2003  Kristian Rietveld  <kris@gtk.org>
4068
4069         Landing GtkTreeModelFilter and the completion code. (Test program
4070         and documentation will follow next week).
4071
4072         * gtk/gtkcellayout.[ch], gtk/gtkentrycompletion.[ch],
4073         gtk/gtktreemodelfilter.[ch], gtk/gtkentryprivate.h: new files.
4074
4075         * gtkentry.[ch]: added gtk_entry_{get,set}_completion, wrote
4076         necessary code to hook up completion.
4077
4078         * gtktreeviewcolumn.c: made GtkTreeViewColumn implement the new
4079         GtkCellLayout interface.
4080
4081         * gtkmarshalers.list: added BOOLEAN:OBJECT,BOXED.
4082
4083         * gtk/gtk.h, gtk/Makefile.am, po/POTFILES.in: all updated for the new
4084         source files.
4085
4086 Wed Jul  9 19:48:26 2003  Kristian Rietveld  <kris@gtk.org>
4087
4088         Merge from stable.
4089
4090         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): don't
4091         directly return from ->window_at_pointer, but set win_x and win_y
4092         first if needed. (Fixes #110166, reported by Arno Charlet).
4093
4094         * gdk/gdkwindow.c (gdk_window_get_composite_drawable): change
4095         function to accept GdkDrawables and not just GdkWindows. This was
4096         already done in some other functions a while back, but this patch
4097         got lost for some reason.
4098
4099 2003-07-09  Matthias Clasen  <maclas@gmx.de>
4100
4101         * gtk/gtkcontainer.c (gtk_container_focus_sort_tab): Consider the text
4102         direction when sorting children.  (#116540, Soeren Sandmann)
4103
4104 Tue Jul  8 17:36:21 2003  Owen Taylor  <otaylor@redhat.com>
4105
4106         * gdk/x11/gdkasync.[ch] gdk/gdkdnd-x11.c: 
4107         Change _gdk_x11_send_xevent_async() to 
4108         _gdk_x11_send_client_message_async() avoid using Xlib
4109         internals that are different on Solaris. 
4110         (#116917, Morten Welinder)
4111
4112 2003-07-08  Matthias Clasen  <maclas@gmx.de>
4113
4114         * gtk/gtkcontainer.c (gtk_container_remove): Doc addition.
4115         (#116501, Doug Quale)
4116
4117 Tue Jul  8 21:35:22 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4118
4119         * gtk/gtktoggletoolbutton.h: remove strange #define
4120         * gtk/gtktoolbutton.h: fix cut'n'paste error
4121         * gtk/gtktoolbutton.c (gtk_tool_button_init): use instance
4122         private data
4123         * gtk/gtktoolitem.c (gtk_tool_item_class_init): use instance
4124         private data instead of g_new0()
4125         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_init): use
4126         instance private data
4127
4128 Tue Jul  8 21:10:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4129
4130         * gtk/gtkbutton.c (gtk_button_realize): remove GDK_EXPOSURE_MASK
4131         for INPUT_ONLY window
4132         * gtk/gtkmenuitem.c (gtk_menu_item_realize): same
4133         * gtk/gtknotebook.c (gtk_notebook_realize): same
4134         * gtk/gtkexpander.c (gtk_expander_realize): same
4135         * gtk/gtkrange.c (gtk_range_realize): same
4136
4137         Fix #116303
4138
4139 Tue Jul  8 19:57:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4140
4141         * gtk/gtkstyle.c (gtk_default_draw_arrow): remove correction on x
4142         when detail is "menuitem". With the new menu look is isn't needed
4143         anymore.
4144
4145         * gtk/gtktoolitem.c (gtk_tool_item_toolbar_reconfigured): queue a
4146         resize here, so that tool items will get a chance to relayout
4147         themselves based on the toolbar configuration.
4148
4149         change DEFAULT_SPACE_SIZE to 4 instead of 5
4150
4151         * gtk/gtktoolbar.c 
4152         Get rid of "!GTK_BIN (item)->child means separator". Separators
4153         are widgets in their own right
4154
4155         change DEFAULT_SPACE_SIZE to 4 instead of 5
4156         
4157         (get_space_size): remove this function
4158         (toolbar_item_is_homogeneous): new function
4159
4160         * gtk/gtkseparatortoolitem.c
4161         (gtk_separator_tool_item_size_request): new function.
4162
4163 Tue Jul  8 14:10:35 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4164
4165         * gtk/gtktoggletoolbutton.h: use private data, add new
4166         internal function _gtk_toggle_tool_button_get_button()
4167
4168         * gtk/gtktoolbutton.h: move to private data
4169
4170         * gtk/gtkradiotoolbutton.c, gtk/gtktoolbutton.c: updates for new
4171         private data.
4172
4173 Tue Jul  8 12:50:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4174
4175         * gtk/gtktoolbutton.c (gtk_tool_button_get_icon_widget): fix a
4176         type check, (#116947, Krasimir Angelov)
4177
4178         * gtk/gtktoolbar.c: Use new GtkToolItem accessors.
4179         
4180         * gtk/gtktoolitem.[ch]: Use a private struct to hold the instance
4181         data. Not instance private data yet, because of bug 116921.
4182
4183         * gtk/gtktoolitem.h: new accessors:
4184                 gtk_tool_item_get_homogeneous ()
4185                 gtk_tool_item_get_expand ()
4186                 gtk_tool_item_get_pack_end ()
4187                 gtk_tool_item_get_use_drag_window ()
4188
4189 Mon Jul  7 16:50:32 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4190
4191         * gtk/gtkcellrenderertext.c
4192         (gtk_cell_renderer_text_class_init): remove accidentally committed
4193         debugging spew
4194
4195         * gtk/gtktoolbar.c
4196         (gtk_toolbar_paint_space_line): remove this function
4197         (gtk_toolbar_expose): always propagate expose, even if the item is
4198         a separator item
4199
4200         * gtk/gtkseparatortoolitem.c
4201         (gtk_separator_tool_item_expose): moved here from gtktoolbar.c
4202         (get_space_size): new function.
4203         (get_space_style): new function
4204
4205 Sun Jul  6 13:00:20 2003  Owen Taylor  <otaylor@redhat.com>
4206
4207         * gtk/gtkdnd.c (_gtk_drag_source_handle_event)
4208         * gtk/gtkdnd.c (gtk_drag_begin_internal):  Remove use
4209         of GDK_POINTER_MOTION_HINT_MASK.
4210
4211         * gtk/gtkdnd.c (gtk_drag_update_idle): Move updating
4212         of the drag into an idle as a superior form of 
4213         expose compression.
4214
4215         * gtk/gtkdnd.c (gtk_drag_begin_internal): Move default icon
4216         creation here, so that we have an icon at the start
4217         of the drag (e.g., when retrieving the window cache
4218         information.)
4219
4220 Sun Jul  6 17:21:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4221
4222         * docs/widget_geometry.txt: better drawing of GtkMenuItem
4223         * docs/widget_geometry.txt: add notes about GtkMenu
4224         * gtk/gtkstyle.c: remove leftover "#include "gtkhandlebox.h""
4225
4226 Sat Jul  5 10:34:00 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4227
4228         * gtk/gtkmenu.c: add vertical_padding style property.
4229         
4230         * gtk/gtkmenuitem.c: add style properties toggle_spacing,
4231         arrow_spacing and horizontal_padding. Also center separators and
4232         make them a bit taller.
4233
4234         * gtk/*menuitem.c: use new style properties.
4235         
4236         * docs/widget_geometry.txt: Add note about GtkMenuItem
4237
4238         * gtk/gtkstyle.c 
4239         (gtk_default_draw_vline, gtk_default_draw_hline):
4240         fix +/-1 errors. 
4241
4242         (gtk_default_draw_shadow): draw a black border around menus.
4243
4244         * gtk/gtkvseparator, gtk/gtkhseparator.c, gtk/gtkmenuitem.c: fix
4245         calls to gtk_paint_hline() and gtk_paint_vline() (they take x1,
4246         x2 and y1, y2 respectively, not x, width and y, height).
4247
4248 Sat Jul  5 09:55:38 2003  Owen Taylor  <otaylor@redhat.com>
4249
4250         * gdk/x11/gdkdnd-x11.c (precache_target_list): Lookup
4251         all the atoms in the target list at once.
4252
4253         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
4254         Local drag short-circuit.
4255
4256         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion): For the
4257         local case, poke the actions in directly instead of
4258         going through xdnd_set_actions.
4259
4260         * gdk/x11/gdkdnd-x11.c (xdnd_read_actions): Short-circuit
4261         the local case.
4262
4263         * gdk/x11/gdkdnd-x11.c (xdnd_manage_source_filter): Don't
4264         XSelectInput()/add a filter if the drag is local.
4265
4266         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_selection): 
4267         Simplify handling of "XdndSelection".
4268
4269         * gdk/x11/gdkevents-x11.c
4270         (gdk_event_send_client_message_to_all_recurse): Somehow,  
4271         a WM_STATE => _NET_WM_STATE change hand been made here.
4272
4273         * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Free
4274         xatom_names, not atom_names.
4275
4276         * tests/testdnd.c (target_drag_motion): Make the trashcan
4277         open again. (Got lost in deprecation cleanup.)
4278
4279 Sat Jul  5 00:49:32 2003  Owen Taylor  <otaylor@redhat.com>
4280
4281         * gtk/gtkdnd.c (gtk_drag_begin): Move the grabs up
4282         earlier, so we don't get a big pile of uncompressed
4283         motion events before the grab takes effect.
4284
4285         * gtk/gtkdnd.c (gtk_drag_update_icon): Call 
4286         gdk_window_process_all_updates() so that the area
4287         we are dragging over gets a change to redraw.
4288
4289         * gtk/gtkdnd.c (_gtk_drag_dest_handle_event): Use 
4290         gdk_window_get_position(), not gdk_window_get_origin().
4291
4292         * gdk/x11/gdkwindow-x11.[ch] (gdk_window_have_shape_ext)
4293         gdkdisplay-x11.h: use XShapeQueryExtension to 
4294         avoid duplicate XQueryExtension when we actually
4295         use it. Remove unnecessary caching in GdkDisplayX11.
4296
4297 Fri Jul  4 23:49:22 2003  Owen Taylor  <otaylor@redhat.com>
4298
4299         * gdk/x11/gdkasync.[ch] (_gdk_x11_get_window_child_info): 
4300         Function to get a range of information about all the
4301         children of a window in a single pass.
4302
4303         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse)
4304         gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Use
4305         _gdk_x11_get_window_child_info() to greatly reduce
4306         the number of roundtrips.
4307
4308 Fri Jul  4 22:57:18 2003  Owen Taylor  <otaylor@redhat.com>
4309
4310         * gdk/x11/gdkasync.[ch] (_gdk_send_xevent_async): Add
4311         a function to XSendEvent() and call a calback on
4312         failure/success.
4313
4314         * gdk/x11/gdkdnd-x11.c (xdnd_send_xevent): Short-circuit
4315         messages to the same process, use _gdk_send_xevent_async().
4316
4317 Fri Jul  4 22:26:27 2003  Owen Taylor  <otaylor@redhat.com>
4318
4319         * gdk/x11/gdkwindow-x11.[ch] gdkevents-x11.c: Split
4320         toplevel-specific pieces of GdkWindowImplX11 into
4321         a separate GdkToplevelX11 structure.
4322
4323 Fri Jul  4 22:05:09 2003  Owen Taylor  <otaylor@redhat.com>
4324
4325         * gdk/x11/gdkasync.c (struct _SetInputFocusState): Fix
4326         some leftover fields.
4327
4328 Fri Jul  4 15:57:52 2003  Owen Taylor  <otaylor@redhat.com>
4329
4330         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
4331         Use asynchronously _gdk_x11_set_input_focus_safe
4332         to avoid having to trap errors and XSync().
4333
4334         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use
4335         _gdk_x11_set_input_focus_safe() here as well.
4336
4337         * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
4338         Rework handling of property notifies on _NET_WM_STATE
4339         so that we ignore _NET_WM_DESKTOP notifies unless we
4340         really care.
4341
4342         * gdk/x11/gdkimage-x11.c (gdk_image_check_xshm): Use
4343         XShmQueryExtension() rather than XQueryExtension() to
4344         avoid extra rountrip.
4345
4346         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init):
4347         Remove unused call to XGetWindowAttributes()
4348         
4349         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Remove
4350         unused call to XGetKeyboardControl().
4351
4352         * gdk/x11/gdkdisplay-x11.c gdk/gdk.def (gdk_display_flush):
4353         Add (#99571)
4354
4355         * gdk/win32/gdkevents-win32.c gdk/linux-fb/gdkevents-fb.c 
4356         No-op implementations of gdk_display_flush().
4357
4358         * gdk/gdkwindow.c (gdk_window_process_all_updates): Use
4359         gdk_display_flush() rather than gdk_flush() to avoid
4360         XSync().
4361         
4362         * gdk/x11/gdkwindow-x11.c (update_wm_hints)
4363         gdk/x11/gdkwindow-x11.h: Centralize all handling of WM_HINTS here
4364         so that we don't have to get the property back from the server.
4365
4366         * gdk/x11/gdkwindow-x11.c (show_window_internal): Store
4367         the serial of when we map a toplevel to allow optimizing
4368         out notifies on _NET_WM_STATE/_NET_WM_DESKTOP.
4369
4370         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Don't
4371         XTranslateCoordinates() for override-redirect windows.
4372
4373 Fri Jul  4 15:59:27 2003  Owen Taylor  <otaylor@redhat.com>
4374
4375         * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Remove comment
4376         about setting window group after the window is mapped from docs
4377         - nothing the ICCCM forbids that.
4378
4379         * gdk/x11/gdkcursor-x11.c (gdk_display_get_maximal_cursor_size):
4380         Fix g_return_val_if_fail() in void return function.
4381
4382         * configure.in: Fix misplaced comma that was resulting
4383         in XShm always being disabled.
4384
4385 Fri Jul  4 19:55:49 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4386
4387         * tests/stresstest-toolbar: remove this accidentally committed
4388         file.
4389         
4390         * tests/stresstest-toolbar.c: really add this new test
4391
4392 Fri Jul  4 19:06:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4393
4394         * tests/stresstest-toolbar.c: new test for removing items
4395         
4396         * tests/testtoolbar.c: add a popup menu
4397
4398         * gtk/gtkcontainer.c (gtk_container_remove): add hack to avoid
4399           assert widget->parent == container when the container is a
4400           toolbar.
4401
4402         * gtk/gtktoolbar.c (gtk_toolbar_remove_tool_item): Make much
4403         simpler. Also make correct.
4404
4405         * gtk/gtktoolbar.c (gtk_toolbar_button_press): make
4406         popup_context_menu a boolean handled signal.
4407
4408 2003-07-04  Tor Lillqvist  <tml@iki.fi>
4409
4410         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_polygon,
4411         gdk_win32_draw_segments, gdk_win32_draw_lines): We can calculate
4412         the width and height of the bounding rectangle only after the
4413         minumum x and y have been found, and need a separate loop for
4414         it. Thanks to Bruce Hochstetler for providing a sample program
4415         exhibiting the bug.
4416
4417 2003-07-03  Tor Lillqvist  <tml@iki.fi>
4418
4419         * gdk/gdk.def: Add gdk_string_to_compound_text_for_display.
4420         (#116537, Peter Zelezny)
4421
4422 Thu Jul  3 03:13:20 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4423
4424         * gtk/gtkpaned.c (gtk_paned_set_child_property): Insert cast to
4425         fix warning. Assign something to old_value to quiet gcc
4426
4427         * gtk/gtkcalendar.c 
4428         (start_spinning): gtk_timeout_add->g_timeout_add
4429
4430         * gtk/gtkicontheme.c 
4431         (theme_lookup_icon): Make it compile (remove double semicolon)
4432
4433         * gtk/gtktoolbutton.c
4434         (gtk_tool_button_class_init): Long comment about properties.
4435         (gtk_tool_button_class_init): Improve text for "use_underline"
4436         property
4437         (gtk_tool_button_create_menu_proxy): Fix up to use_mnemonic based
4438         on whether the passed-in label has use_mnemonic set
4439         (gtk_tool_button_create_menu_proxy): Split image cloning out in
4440         new function. Make that function also handle image with pixbuf
4441         storage.
4442         (gtk_tool_button_construct_contents): Use gtk_widget_destroy()
4443         instead of gtk_container_remove().
4444         (gtk_tool_button_construct_contents): Fix eliding bug
4445
4446         * gtk/gtktoolbar.c
4447         (gtk_toolbar_finalize): New function. Unref tooltips, pointed out
4448         by Morten Welinder
4449         (gtk_toolbar_button_press): Make popup_context_menu signal provide
4450         coordinates and button number
4451
4452         * tests/testtoolbar.c (main): Add new pixbuf toolbutton
4453
4454         * tests/apple-red.png: new file
4455
4456 Wed Jul  2 18:00:56 2003  Owen Taylor  <otaylor@redhat.com>
4457          
4458         * gtk/gtkicontheme.[ch]: Implement a loader for
4459         named themed icon based on from gnome-desktop library
4460         by Alex Larsson.
4461
4462         * gtk/gtkiconthemeparser.[ch]: .ini file parsing code
4463         from gnome-desktop.
4464
4465         * gtk/gtkiconfactory.[ch]: Add
4466         gtk_icon_source_set/get_icon_name() to allow stock icons
4467         to be based off of named theme icons.
4468
4469         * gtk/gtkiconfactory.c: Rework sources so that the source
4470         is *either* a pixbuf, or a filename, or an icon name,
4471         instead of the pixbuf/filename mix it was before. Put a
4472         workaround for get_pixbuf() so that it can return the
4473         filename pixbuf, e.g, for render_icon().
4474
4475         * gtk/gtkiconfactory.c: Make the default setup use
4476         themed icons, and add builtin icons to the default
4477         icon theme for all the standard pixbufs, so we
4478         don't rely on actually having an icon theme on disk.
4479
4480         * gtk/gtkrc.c: Add support for @"icon-name" to specify
4481         a themed icon for a stock icon source.
4482
4483         * tests/Makefile.am test/testicontheme.c: Add a test
4484         program from gnome-desktop.
4485
4486         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c: Add
4487         Net/IconThemeName / gtk-icon-theme-name setting.
4488
4489         * gtk/gtkiconfactory.c (ensure_cache_up_to_date): Actually
4490         update the icon cache serial so we don't continually
4491         think we are out-of-date.
4492
4493         * gtk/gtkwidget.c: Fix a couple of references in doc comments 
4494         to ::direction_set that should have been to ::direction-changed
4495
4496 Wed Jul  2 14:45:41 2003  Owen Taylor  <otaylor@redhat.com>
4497
4498         * gtk/gtktoolbar.c (gtk_toolbar_realize): Attach the
4499         style to the widget.
4500
4501 Wed Jul  2 15:42:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4502
4503         * gtk/gtk.h: Add new toolbar headers
4504
4505         * tests/testtoolbar.c: new file
4506
4507         * tests/Makefile.am (noinst_PROGRAMS): Add testtoolbar.c
4508
4509         * gtk/gtkexpander.c (gtk_expander_class_init): Make it compile
4510
4511 Tue Jul  1 22:49:25 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4512
4513         * gtk/gtktoolbar.c:
4514         (gtk_toolbar_remove_tool_item): Fix bug where list is changed
4515         inside a for loop (pointed out by Morten Welinder).
4516         (gtk_toolbar_focus_home_or_end): Minor formatting change
4517
4518         Comments from Owen:
4519
4520         * gtk/gtktoolbutton.c: remove copy of elide_underscores(). Use
4521         gtk_toolbar_elide_underscores instead.
4522
4523         * gtk/gtktoolbar.c: rename signal from focus_ends to
4524         focus_home_or_end.
4525         (_gtk_toolbar_elide_underscores): export this as an internal
4526         function.
4527         (gtk_toolbar_move_focus): add comment explaining difference to
4528         gtk_toolbar_focus();
4529         (gtk_toolbar_list_children_in_focus_order): Make TAB_FORWARD and
4530         TAB_BACKWARD focus the right widgets in RTL mode
4531
4532         * gtk/gtktoolbutton.c (gtk_tool_button_new): Change to take
4533         "label" and "icon" parameters
4534
4535         * gtk/gtktoolbutton.[ch]: remove icon_set property.
4536
4537 2003-07-01  Matthias Clasen  <maclas@gmx.de>
4538
4539         * gtk/gtkspinbutton.c (gtk_spin_button_set_digits): Improve docs.
4540         (116364, Morten Welinder) 
4541
4542         * tests/testgtk.c: Use GtkFontButton and GtkColorButton to bring up the
4543         corresponding dialogs.
4544
4545         * gtk/Makefile.am (gtk_public_h_sources): Add gtkfontbutton.h,
4546         gtkcolorbutton.h.  
4547         (gtk_c_sources): Add gtkfontbutton.c, gtkcolorbutton.c. 
4548
4549         * gtk/gtkfontbutton.[hc]: New files containing a font picker widget. 
4550
4551         * gtk/gtkcolorbutton.[hc]: New files containing a color picker widget. 
4552
4553         * gtk/gtk.h: Include gtkexpander.h, gtkfontbutton.h, gtkcolorbutton.h.
4554
4555         * gtk/gtkexpander.c: Small additions to the docs. 
4556
4557 2003-07-01  Tor Lillqvist  <tml@iki.fi>
4558
4559         * gdk/win32/gdkwindow-win32.c (_gdk_windowing_window_get_pointer):
4560         WindowFromPoint() wants screen coordinates (#115422, Tim Evans).
4561
4562 2003-07-01  Matthias Clasen  <maclas@gmx.de>
4563
4564         * configure.in: Check for Xcursor.
4565         
4566         * gdk/x11/gdkcursor-x11.c:
4567         * gdk/gdkdisplay.h: 
4568         * gdk/gdkcursor.h: RGBA cursor support based on Xcursor. New functions:
4569         gdk_cursor_new_from_pixbuf(), gdk_display_supports_cursor_alpha(), 
4570         gdk_display_supports_cursor_color(),
4571         gdk_display_get_default_cursor_size() and 
4572         gdk_display_get_maximal_cursor_size().  (#69436)
4573
4574 2003-06-30  Tor Lillqvist  <tml@iki.fi>
4575
4576         * gdk/win32/gdkdnd-win32.c (find_window_enum_proc): New function,
4577         callback proc for EnumWindows().
4578         (gdk_drag_find_window_for_screen): Actually take the drag_window
4579         argument into account: Instead of using WindowFromPoint(), use
4580         EnumWindows(), to be able to skip the drag_window. (#116320, Tony
4581         M Brown, Herman Bloggs)
4582
4583         * gdk/win32/*.c: Replace gdk_drawable_ref()/unref() and
4584         gdk_window_ref()/unref() calls with g_object_ref()/unref().
4585         Consistently use %p format in debugging output of pointers and
4586         HANDLEs.
4587
4588 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
4589
4590         * gtk/gtkexpander.h: kill some stray characters
4591         breaking the build.
4592
4593 2003-06-30  Mark McLoughlin  <mark@skynet.ie>
4594
4595         Add GtkExpander. See discussion in bug #60553.
4596
4597         * gtk/gtkexpander.[ch]: add.
4598         
4599         * gtk/Makefile.am: build gtk-expander.[ch].
4600         
4601         * docs/widget_geometry.txt: add info on the layout
4602         of GtkExpander.
4603
4604 Mon Jun 30 01:20:19 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4605
4606         * gtkradiotoolbutton.c:         new file
4607         * gtkradiotoolbutton.h:            "
4608         * gtktoggletoolbutton.c:           "
4609         * gtktoggletoolbutton.h:           "
4610         * gtktoolbutton.c:                 "
4611         * gtktoolbutton.h:                 "
4612         * gtktoolitem.c:                   "
4613         * gtktoolitem.h:                   "
4614         * gtktoolbar.c: many changes
4615         * gtktoolbar.h: many changes
4616         * gtkseparatortoolitem.c:       new file
4617         * gtkseparatortoolitem.h           "
4618
4619         New toolbar.
4620         
4621         - Items on a toolbar are now separate widgets, instances of a
4622           subclass of GtkToolItem.
4623
4624         - Items there aren't room for on the toolbar are unmapped, and an
4625           overflow menu with a proxy menu item is added instead.
4626
4627         - The toolbar is keyboard navigatable. Press TAB to focus the
4628           first item, then use arrow keys and Ctrl TAB to move around the
4629           toolbar. TAB moves focus out of the toolbar.
4630
4631         - Bascially all of the old toolbar API is deprecated in favor of
4632           new API in gtktoolbar.h, gtktoolitem.h, gtktoolbutton.h
4633
4634         - The toolbar is backwards compatible with the old toolbar.
4635
4636 2003-06-29  Matthias Clasen  <maclas@gmx.de>
4637
4638         * gtk/gtkwidget.c (gtk_widget_class_init): Remove a duplicate parameter
4639         from docs, some more formatting fixes. 
4640
4641 2003-06-28  Tor Lillqvist  <tml@iki.fi>
4642
4643         Fix for #111028, thanks to J. Ali Harlow, who writes:
4644         I found that the GdkPixmap->GdkImage reference really isn't
4645         important. It's only really there to have somewhere convenient to
4646         store the location of the pixel data in the pixmap and as an easy
4647         way of accessing the dimensions of that data. I have therefore put
4648         together a fix which removes this reference entirely which seems
4649         to solve the problem.
4650
4651         * gdk/win32/gdkpixmap-win32.h (struct _GdkPixmapImplWin32):
4652         Instead of a pointer to a GdkImage, keep a pointer to the pixels
4653         directly.
4654
4655         * gdk/win32/gdkimage-win32.c (_gdk_win32_setup_pixmap_image): Remove.
4656         (_gdk_win32_new_image): New function, replacing the above. Creates
4657         a GdkImage without any associated GdkPixmap.
4658         (gdk_image_new_bitmap, _gdk_image_new_for_depth): Use it instead.
4659
4660         * gdk/win32/gdkprivate-win32.h: Remove from here, too.
4661
4662         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap)
4663         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap)
4664         * gdk/win32/gdkgc-win32.c (_gdk_win32_bitmap_to_hrgn)
4665         * gdk/win32/gdkmain-win32.c (_gdk_win32_drawable_description):
4666         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize,
4667         gdk_pixmap_new, gdk_bitmap_create_from_data, gdk_pixmap_foreign_new)
4668         Corresponding changes.
4669
4670 Thu Jun 26 21:41:16 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4671
4672         * gtk/gtktreeviewcolumn.c
4673         (gtk_tree_view_column_cell_set_cell_data): only set "is_expander"
4674         and "is_expanded" if the new value is different fromt he old one.
4675
4676 Wed Jun 25 18:59:15 BST 2003  Tony Gale <gale@gtk.org>
4677
4678         * docs/faq/gtk-faq.sgml: Fix typos. Update
4679         thread example I missed yesterday.
4680
4681 2003-06-24  Matthias Clasen  <maclas@gmx.de>
4682
4683         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for
4684         shadow_type. 
4685
4686         * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): 
4687         (gtk_widget_class_list_style_properties): Use same parameter names as in  
4688         header (to silence gtk-doc).
4689
4690         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
4691
4692 Tue Jun 24 20:00:45 BST 2003  Tony Gale <gale@gtk.org>
4693
4694         * docs/faq/gtk-faq.sgml: Thread support updates
4695         from Owen. Various suggestions from Steve Chaplin.
4696
4697 2003-03-24  Mohammad DAMT  <mdamt@bisnisweb.com>
4698
4699         * po/id.po: Updated Indonesian translation
4700
4701 2003-06-21  Tor Lillqvist  <tml@iki.fi>
4702
4703         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When
4704         emulating X11's automatic grab on button down, pass owner_events
4705         as FALSE. According to the XLib spec, automatic grabs use True for
4706         owner_events when OwnerGrabButtonMask is selected, and I don't see
4707         the X11 backend doing that. (#82497, #91619, #92835, #107322, #110271)
4708         (find_window_for_pointer_event): Improve debugging output.
4709
4710 2003-06-17  Tor Lillqvist  <tml@iki.fi>
4711
4712         * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin
4713         subdirectory, where libtool 1.5 installs them.
4714
4715         * README.win32: Point to FSF's binary Win32 distribution of
4716         gettext-runtime.
4717
4718 2003-06-17  Matthias Clasen  <maclas@gmx.de>
4719
4720         * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
4721         macros to check for XML catalog contents and path, borrowed from
4722         gtk-doc. 
4723         * configure.in: New option --enable-man to enable regeneration of
4724         man pages from Docbook, if the necessary tools are found.
4725
4726 2003-06-15  Matthias Clasen  <maclas@gmx.de>
4727
4728         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
4729         * gtk/gtknotebook.c (gtk_notebook_class_init): 
4730         * gtk/gtkalignment.c (gtk_alignment_class_init): 
4731         * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties
4732         as 2.4 additions.
4733
4734         * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs 
4735         to the proper place, immediately before the g_signal_new() call.
4736
4737         * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags 
4738         more obvious.  (#115122, Jeff Franks)
4739
4740 2003-06-12  Anders Carlsson  <andersca@codefactory.se>
4741
4742         * gtk/gtkwidget.c: (event_window_is_still_viewable):
4743         Special case pixmaps. (#114880)
4744         
4745 2003-06-12  Matthias Clasen  <maclas@gmx.de>
4746
4747         * gtk/gtkwidget.c: Document child-notify and drag-data-received
4748         signals. Owen, we need to figure out where the best place for
4749         these comments in the source is. I currently put them in front of
4750         the signals enum.
4751
4752 2003-06-11  Matthias Clasen  <maclas@gmx.de>
4753
4754         * gtk/gtkdnd.c (gtk_drag_check_threshold): s/threshhold/threshold/.
4755
4756 Thu Jan 12 01:01:19 2003  Kristian Rietveld  <kris@gtk.org>
4757
4758         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
4759         silly typo fix. s/seperator/separator/. This gets rid of the
4760         assert spam when using TreeView.
4761
4762 Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4763
4764         * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
4765         function for XIM instantiate callback.
4766         * modules/input/gtkimcontextxim.c (xim_info_try_im): New function
4767         where call to XOpenIM() or XRegisterIMInstantiateCallback() is
4768         actually made.
4769         * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
4770         for XIM's destroy callback.
4771         * modules/input/gtkimcontextxim.c (get_im): add a check if info->im 
4772         is set or not - if it's not set, call xim_info_try_im() to try to
4773         initiaize it.
4774         * modules/input/gtkimcontextxim.c (reinitialize_ic): reset
4775         filter_key_release flag of the context.
4776         * modules/input/gtkimcontextxim.c (get_ic_real): removed
4777         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
4778         code from the removed get_ic_real().
4779
4780         For XIM instantiation, destruction and re-instantiation. With
4781         this, Gtk+ apps will be able to connect or reconnect to the XIM,
4782         when it starts after the apps, or when the XIM gets lost and recover.
4783         (#113099, #107782).
4784
4785 Mon Jun 10 01:12:31 2003  Kristian Rietveld  <kris@gtk.org>
4786
4787         Merged from stable.
4788
4789         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size):
4790         check if width is !null, not *width. Doh.
4791
4792 Tue Jun 10 01:09:33 2003  Kristian Rietveld  <kris@gtk.org>
4793
4794         Merged from stable.
4795
4796         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
4797         Remove the weird dx logic, get all cell_area and background_area
4798         calculations right. Not sure what was up with it before. (Fixes
4799         #110989, testcase from Vasco Alexandre da Silva Costa).
4800
4801 Tue Jun 10 00:58:23 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4802
4803         * tests/testgtk.c: Make it compile with C89 compilers
4804
4805 2003-06-10  Matthias Clasen  <maclas@gmx.de>
4806
4807         * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean
4808         property "overwrite".
4809         (gtk_text_view_[gs]et_property): Handle "overwrite".
4810         * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter
4811         and setter for "overwrite" property.  (#110241, Jeroen Zwartepoorte)
4812
4813 2003-06-09  Matthias Clasen  <maclas@gmx.de>
4814
4815         * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child
4816         properties "resize" and "shrink".
4817         (gtk_paned_[gs]et_child_property): Implementations of 
4818         GtkContainer::[gs]et_child_property.  
4819         * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new
4820         paned child properties instead of remove/add hacks.  (#114667, 
4821         Soeren Sandmann) 
4822
4823 Mon Jun  9 16:18:11 2003  Owen Taylor  <otaylor@redhat.com>
4824
4825         * gtk/gtknotebook.c (gtk_notebook_button_press): Back
4826         out event->window test - it wasn't needed because
4827         of the call to get_widget_coordinates().
4828
4829         * gtk/gtknotebook.c (gtk_notebook_button_press): Remove
4830         call to gtk_widget_grab_focus() when not clicking on
4831         any tabs. (Real fix for #114534)
4832
4833 Sun Jun  8 22:03:09 2003  Owen Taylor  <otaylor@redhat.com>
4834
4835         * tests/testdnd.c: Use application/x-rootwindow-drop for
4836         root window drops. (#108670, Alex Larsson)
4837
4838         * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): 
4839         Accept either application/x-rootwin-drop (what GTK+ has always used)
4840         or application/x-rootwindow-drop (what the XDND standard specifies).
4841
4842 Fri Jun  6 11:07:33 2003  Owen Taylor  <otaylor@redhat.com>
4843
4844         * gtk/gtkwidget.c (event_window_still_viewable): 
4845         Before delivering an event to a widget, check that
4846         (if relevant), the event's window is still viewable.
4847         (#105642, Dennis Björklund)
4848
4849         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): 
4850         NULL out private->parent, since after destruction
4851         it might not be valid any more.
4852
4853         * gdk/gdkwindow.c (gdk_window_is_viewable): Fix some
4854         accesses before g_return_val_if_fail(). Treat 
4855         DESTROYED windows as unmapped.
4856
4857 Thu Jun  5 09:28:03 2003  Owen Taylor  <otaylor@redhat.com>
4858
4859         * gtk/gtkentry.c: Recompute unconditionally in
4860         gtk_entry_style_set, and in a new gtk_label_screen_changed().
4861         Protect the guts of recompute_idle_func() with
4862         gtk_widget_has_screen(). (#114040, Morten Welinder) 
4863         Fix FALSE/0 confusion.
4864         
4865 Sun Jun  8 18:27:14 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
4866
4867         * gdk/gdkpixbuf-drawable.c (G8fromRGB565): swap G and B.
4868         Fixes (#114669)
4869
4870 Sun Jun  8 11:27:29 2003  Owen Taylor  <otaylor@redhat.com>
4871
4872         * gtk/gtkviewport.c (viewport_set_adjustment): Fix bug with 
4873         set_adjustment (viewport, NULL);
4874
4875 2003-06-07  Matthias Clasen  <maclas@gmx.de>
4876
4877         * gtk/gtkiconfactory.c (get_default_icons): 
4878         * gtk/stock-icons/stock_{undo,redo,undelete,revert}_rtl_{16,24}.png:
4879         * gtk/stock-icons/Makefile.am: Add rtl variants of undo, redo,
4880         undelete and revert.  (#96633)
4881         
4882 Fri Jun  6 16:25:44 2003  Owen Taylor  <otaylor@redhat.com>
4883
4884         * gtk/gtkviewport.c: Many fixes, along with extensive cleanups and 
4885         refactoring of code to reduce duplication; fixes include:
4886
4887         - gtk_viewport_realize(): Position the window correct from adjustment 
4888         values. (#110737, Michael Natterer)
4889
4890         - Remove some division-by-zero checks in places where there is no 
4891         longer division. (#110737)
4892
4893         - gtk_viewport_class_init: Make the hadjustment/vadjustment properties 
4894         G_PARAM_CONSTRUCT, so that there will always be adjustments, even 
4895         if gtk_viewport_new isn't used (#101135, Thomas Leonard).
4896
4897         - Switch over to encapsulated lazy-creation for hadjustment/
4898         vadjustment; even with the CONSTRUCT property, we need this after
4899         destroy.
4900
4901         - When updating the adjustment, immediate set their values to
4902         match the the current range of the viewport, and update the 
4903         viewport position to match the value of the new adjustments. 
4904         (Part of #1165)
4905
4906 2003-06-06  Tor Lillqvist  <tml@iki.fi>
4907
4908         * gdk/win32/gdkprivate-win32.h: Fix typo.
4909
4910         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Set
4911         graphics_exposures and subwindow_mode, too, even if they aren't
4912         currently used.
4913
4914 Fri Jun  6 23:38:23 2003  Kristian Rietveld  <kris@gtk.org>
4915
4916         Merged from stable.
4917
4918         * gtk/gtktreeview.c (do_expand_collapse),
4919         (expand_collapse_timeout), (cancel_arrow_animation): made
4920         expand_collapse_timeout a wrapper with locks around     
4921         do_expand_collapse, made cancel_arrow_animation use
4922         do_expand_collapse. Fixes threadlock. (Fixes #111286, patch from
4923         Peter Bloomfield).
4924
4925 Fri Jun  6 11:05:45 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
4926
4927         * modules/input/gtkimcontextxim.h (struct _GtkIMContextXIM):
4928         * modules/input/gtkimcontextxim.c (preedit_start_callback,
4929         preedit_draw_callback, preedit_done_callback): Add a 'finalizing' flag 
4930         to keep preedit-[start,changed,end] signals from being called during
4931         finalization (#111861).
4932
4933 2003-06-05  Noah Levitt  <nlevitt@columbia.edu>
4934
4935         * gtk/gtknotebook.c (gtk_notebook_button_press): Ignore button
4936         presses that are not on the tab (#114534).
4937
4938 Thu Jun  5 20:35:40 2003  Owen Taylor  <otaylor@redhat.com>
4939
4940         * demos/Makefile.am: Conditionalize dependencies for
4941         gdk-pixbuf-csource on cross-compilation (#112391, J. Ali Harlowe). 
4942         Buildtest-inline-pixbufs.h in srcdir. Don't try to build 
4943         test-inline-pixbufs.h if we don't have libpng.
4944
4945         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
4946         Add a dependency on gdk-pixbuf.loaders when not 
4947         cross-compiling, remove the dependency on gdk-pixbuf-csource
4948         when not cross compiling.
4949
4950 Thu Jun  5 20:12:51 2003  Owen Taylor  <otaylor@redhat.com>
4951
4952         * gtk/gtkwindow.c (gtk_window_get_default_size): Handle
4953         gtk_window_get_geometry_info() returning NULL.
4954         (#107311, John Finlay)
4955
4956 Thu Jun  5 19:24:33 2003  Owen Taylor  <otaylor@redhat.com>
4957
4958         * gtk/gtktoolbar.c (gtk_toolbar_expose): Subtract off
4959         twice the border width from the width/height, not
4960         1x the border width. (#106336, Rodney Dawes)
4961
4962 Thu Jun  5 15:33:38 2003  Owen Taylor  <otaylor@redhat.com>
4963  
4964         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
4965         If at the end of the buffer, move to the end iter -
4966         parallels behavior of move_iter_to_previous_line.
4967         (#81960, Padraig O'Briain)
4968  
4969 Thu Jun  5 16:12:54 2003  Owen Taylor  <otaylor@redhat.com>
4970
4971         #80023, Yao Zhang, TOKUNAGA Hiroyuki
4972
4973         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations):
4974         Account for the preedit cursor offset if the iter passed
4975         in is at the same place as the insertion cursor.
4976
4977         * gtk/gtktextview.c (gtk_text_view_get_cursor_location):
4978         Encapsulate getting the insertion cursor location.
4979
4980         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location):
4981         Pass the real y/height to the IM context. Take 
4982         text_view->x/yoffset into account.
4983
4984 Thu Jun  5 16:52:54 2003  Owen Taylor  <otaylor@redhat.com>
4985
4986         * gtk/gtktextview.[ch]: Never scroll on focus in
4987         (#81893, Patch from Paolo Maggi)
4988
4989         * gtk/gtktextview.c (gtk_text_view_scroll_[h]pages): 
4990         Scroll to the current cursor location before handling
4991         the action, in case the user just tabbed in
4992         and the cursor is offscreen.
4993
4994 Thu Jun  5 17:20:40 2003  Owen Taylor  <otaylor@redhat.com>
4995          
4996          #107883, Gustavo Giráldez
4997
4998         * gtk/gtktextlayout.c (gtk_text_layout_emit_changed):
4999         Split out the case where we know we changed, and 
5000         already dealt with our cached line being invalidated
5001         from external calls to gtk_text_layout_changed.
5002
5003         * gtk/gtktextlayout.c (gtk_text_layout_changed):
5004         Check if the invalidate yrange intersects our
5005         cached line, and clear it if necessary.
5006
5007 2003-06-05  Tor Lillqvist  <tml@iki.fi>
5008
5009         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle global
5010         filters.
5011
5012 2003-06-05  Matthias Clasen  <maclas@gmx.de>
5013
5014         * gtk/gtktextview.c: Fix for #84668, reported by Torbjrn Andersson:
5015         (gtk_text_view_grab_notify): 
5016         (gtk_text_view_state_changed): Implement these
5017         to unobscure cursor when grab shadowed or insensitised.
5018         (gtk_text_view_unobscure_mouse_cursor): New function to undo the
5019         effect of gtk_text_view_obscure_mouse_cursor(). Code lifted from
5020         gtk_text_view_motion_event().
5021         (gtk_text_view_motion_event): Use gtk_text_view_obscure_mouse_cursor().
5022
5023         * gtk/gtktextview.c (select_all): New keybinding signal for
5024         (un)selecting the whole buffer. Bound to C-a/C-\.  (see #107889)
5025
5026         * gtk/gtkcalendar.c (calendar_timer): 
5027         (stop_spinning): Replace deprecated gtk_timeout_* functions by
5028         their GLib counterparts.  (#114429)
5029
5030         * gtk/gtktreestore.c (gtk_tree_store_new): 
5031         * gtk/gtkliststore.c (gtk_list_store_new): Document restriction on 
5032         types.
5033
5034 Wed Jun  4 19:42:17 2003  Owen Taylor  <otaylor@redhat.com>
5035
5036         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors):
5037         When drawing underlines, join up adjacent runs
5038         where possible, so we don't get changes in 
5039         shaper/font/etc. breaking underlines. (#103662,
5040         Kang Jeong-Hee)
5041
5042 Wed Jun  4 19:22:58 2003  Jonathan Blandford  <jrb@redhat.com>
5043
5044         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_level_find_insert):
5045         Slightly modified patch from Owen Taylor <otaylor@redhat.com> to
5046         improve the speed of inserting rows into an already sorted list,
5047         #109292
5048
5049 Wed Jun  4 19:24:28 2003  Owen Taylor  <otaylor@redhat.com>
5050
5051         * gdk/x11/gdkgc-x11.c gdk/x11/gdkprivate-x11.h: Keep
5052         track of when we have a clip mask set for the GC,
5053         and when we unset it, or switch to a clip region,
5054         immediately call XSetClipMask (..., None) to avoid
5055         Xlib caching stale data. (#111806)
5056
5057         * gtk/gtktextdisplay.c: Don't set a clip mask
5058         when drawing alpha pixmaps; it isn't necessary any more.
5059         (#111806)
5060
5061 Wed Jun  4 18:27:44 2003  Owen Taylor  <otaylor@redhat.com>
5062
5063         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator): 
5064         gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): 
5065         Use GTK_WIDGET_IS_SENSITIVE(), not GTK_WIDGET_SENSITIVE
5066         (#92548, Tim Evans)
5067
5068         * gtk/gtkcheckmenuitem.c (gtk_real_check_menu_item_draw_indicator)
5069         gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator): If
5070         Use state_type = STATE_INSENSITIVE for insensitive menu items.
5071
5072 Wed Jun  4 21:25:35 2003  Kristian Rietveld  <kris@gtk.org>
5073
5074         Merged from stable.
5075
5076         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): use a silent
5077         assert for get_info. (reported by Michael Natterer),
5078         (gtk_tree_view_expand_all_emission_helper),
5079         (gtk_tree_view_expand_all_helper): emit row_expanded for all
5080         expanded rows during an _expand_all operation. (Fixes #111280,
5081         reported by Benjamin Bayart).
5082
5083 Tue Jun  3 18:32:30 2003  Owen Taylor  <otaylor@redhat.com>
5084
5085         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Don't
5086         respond to pings on a root window; prevents infinite
5087         loops if we are selecting for SubstructureNotify on the
5088         root window. (#111945, Sergey V. Udaltsov)
5089
5090 Tue Jun  3 17:39:16 2003  Owen Taylor  <otaylor@redhat.com>
5091
5092         #71597, reported by Morten Welinder
5093
5094         * gdk/gdkpixbuf-drawable.c (rgb888amsb): Fix and simplify
5095         (Patch from Christian Petig)
5096
5097         * gdk/gdkpixbuf-drawable.c (rgb{555,565}{a,}{msb,lsb}):
5098         Major rewrite of 555 and 565 conversion routines:
5099
5100         - Move all the bit shifting into a small block of macros,
5101           eliminating much duplication of complicated arithmetic.
5102         - Get rid of 2-pixels at a time code, which was buggy,
5103           hard to maintain, caused unaligned accesses, and
5104           probably didn't actually perform any better.
5105         - Simplify cases where different data types were
5106           used for the little and big endian cases, use
5107           GUINT16_SWAP_LE_BE() where appropriate.
5108                 
5109 Tue Jun  3 15:05:47 2003  Owen Taylor  <otaylor@redhat.com>
5110
5111         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Remove
5112         bad optimization for src_rowstride == dest_stride.
5113         (Didn't consider the case where we were copying only
5114         partial widths of a wider source buffer)
5115         (#113034, reported by Hans Petter Jansson)
5116
5117 2003-06-03  Michael Natterer  <mitch@gimp.org>
5118
5119         * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):
5120         reenabled button_release events for xinput devices. (#113948)
5121
5122 2003-06-03  Christian Rose  <menthos@menthos.com>
5123
5124         * configure.in: Added "li" to ALL_LINGUAS.
5125
5126 Mon Jun  2 18:58:54 2003  Owen Taylor  <otaylor@redhat.com>
5127
5128         * gtk/gtknotebook.c (gtk_notebook_size_allocate): Don't
5129         map the event window if the notebook isn't mapped. (#113980,
5130         Richard Reich)
5131
5132 2003-06-02  Sven Neumann  <sven@gimp.org>
5133
5134         * gtk/gtkprogress.c (gtk_progress_changed): added a missing cast.
5135
5136         * gdk/gdkrgb.c (gdk_rgb_try_colormap): removed an unused variable.
5137
5138 2003-06-01  Matthias Clasen  <maclas@gmx.de>
5139
5140         * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Add 
5141         Since: 2.4 to the docs.
5142
5143         * gtk/gtkwindow.c (gtk_window_parse_geometry): Add some hints and
5144         an example to the docs.  (#98427)
5145
5146 2003-05-30  Murray Cumming  <murrayc@usa.net>
5147
5148         * gtk/gtkalignment.[h|c]: Added 4-sided padding as properties with
5149         gtk_alignment_get_padding() and gtk_aligment_set_padding(). This
5150         uses the new private data system - see g_type_class_add_private() in
5151         gtk_alignment_class_init() and the use of GTK_ALIGNMENT_GET_PRIVATE().
5152
5153 2003-05-30  Matthias Clasen  <maclas@gmx.de>
5154         
5155         * gtk/gtknotebook.c: Changed guint to GtkNotebookArrow in the
5156         signature of gtk_notebook_draw_arrow() for Solaris builds to go
5157         through.  (#114043, Anand Subramanian)
5158
5159 Thu May 29 18:30:35 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
5160
5161         * modules/input/imipa.c: 
5162         use GETTEXT_PACKAGE to get a translation for "ipa"(#113850).
5163
5164 Thu May 29 18:08:01 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
5165
5166         * gtk/gtkimmodule.c (_gtk_im_module_list):
5167         use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
5168
5169 Thu May 29 09:34:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
5170
5171         * gtk/gtkimmodule.c (_gtk_im_module_list): make "Default"
5172         label of default input method localizable.
5173         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems): 
5174         use translations of input method context names
5175         * modules/input/imam-et.c, modules/input/imcyrillic-translit.c,
5176           modules/input/iminuktitut.c, modules/input/imthai-broken.c,
5177           modules/input/imti-er.c, modules/input/imti-et.c
5178           modules/input/imviqr.c, modules/input/imxim.c
5179         use GETTEXT_PACKAGE instead of "gtk+" for domain name.
5180         (#113850).
5181
5182 Thu May 29 18:23:01 2003  Kristian Rietveld  <kris@gtk.org>
5183
5184         Merged from stable.
5185
5186         * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
5187         grab separate, the user might clear the tree in the focus-in
5188         callback. (Fixes #113086, testcase from Felipe Heidrich).
5189
5190 Thu May 29 18:06:26 2003  Kristian Rietveld  <kris@gtk.org>
5191
5192         Merged from stable.
5193
5194         * gtk/gtktreeview.c (gtk_tree_model_set_model): reset a bunch
5195         of row reference when we unset the model. Also reset
5196         dy and top_row_dy. (Fixes #109289, patch from Owen Taylor).
5197
5198 Thu May 29 17:12:19 2003  Kristian Rietveld  <kris@gtk.org>
5199
5200         Merged from stable.
5201
5202         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): cancel
5203         the current editing, if it exists. (Fixes #108956, reported by
5204         Michael Natterer).
5205
5206 Thu May 29 17:06:09 2003  Kristian Rietveld  <kris@gtk.org>
5207
5208         Merged from stable.
5209
5210         * gtk/gtktreeview.c (check_selection_helper): new function,
5211         (gtk_tree_view_row_deleted): traverse the tree from the
5212         deleted node to see whether the selection changed, instead of
5213         just checking this node. (Fixes #107400, reported by 'Duncan').
5214
5215 Thu May 29 16:31:34 2003  Kristian Rietveld  <kris@gtk.org>
5216
5217         Merged from stable.
5218
5219         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row),
5220         (gtk_tree_view_drag_begin): set the DnD icon in _drag_begin
5221         instead of _maybe_begin_dragging_row, so the icon can be
5222         overridden by apps. (Fixes #104374, patch from Daniel Elstner).
5223
5224 Thu May 29 16:14:04 2003  Kristian Rietveld  <kris@gtk.org>
5225
5226         Merged from stable.
5227
5228         * gtk/gtktreeview.c (gtk_tree_view_start_editing): correct
5229         cell_area x/width for the expander if needed. (Fixes #101748,
5230         reported by Dave Cook and Mariano Suarez-Alvarez).
5231
5232 Thu May 29 16:01:38 2003  Kristian Rietveld  <kris@gtk.org>
5233
5234         Merged from stable.
5235
5236         * gtk/gtktreeview.c (gtk_tree_view_real_set_cursor): check
5237         if tree/node are still the same after _internal_select_node.
5238         (Fixes #92256, reported by edscott).
5239
5240 Thu May 29 15:38:30 2003  Kristian Rietveld  <kris@gtk.org>
5241
5242         Fixes #75745, reported by Richard Hult. Merged from stable.
5243
5244         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): set/unset
5245         GTK_CELL_RENDERER_FOCUSED flag whether the current node is the
5246         cursor or not.
5247
5248         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
5249         if we are rendering a cursor row, and the cell the be
5250         processed has focus, then set the GTK_CELL_RENDERER_FOCUSED
5251         flag (else we unset it).
5252
5253 2003-05-27  Matthias Clasen  <maclas@gmx.de>
5254
5255         * gtk/gtkwindow-decorate.c: 
5256         * gtk/gtktreeprivate.h: 
5257         * gtk/gtkdnd.c: 
5258         * gdk/win32/gdkwindow-win32.h: 
5259         * gdk/linux-fb/gdkprivate-fb.h: 
5260         * gdk/linux-fb/gdkkeyboard-fb.c: Remove dubious bitfields of
5261         unspecified signedness.  (#112919, Morten Welinder)
5262
5263         * gtk/queryimmodules.c (escape_string): 
5264         * gtk/gtktextbtree.c (_gtk_text_btree_get_text): 
5265         * gtk/gtksettings.c (_gtk_settings_parse_convert): 
5266         * gtk/gtkrc.c (gtk_rc_parse_assignment): 
5267         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key): 
5268         * gdk/x11/gdkdisplay-x11.c (escape_for_xmessage): Replace all 
5269         occurances of g_string_new ("") by g_string_new (NULL). (#106975,
5270         Morten Welinder) 
5271
5272 2003-05-27  Tor Lillqvist  <tml@iki.fi>
5273
5274         * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
5275         files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
5276
5277         * gdk/Makefile.am: libgdk-win32-2.0.la depends on
5278         win32/libgdk-win32.la.
5279
5280         * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
5281
5282 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5283
5284         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
5285         scrollbar slider length 21 instead of 7.
5286
5287 2003-05-23  Matthias Clasen  <maclas@gmx.de>
5288
5289         * gtk/gtknotebook.c: Add support for up to four scroll
5290         arrows. Control their display by new style properties
5291         "has_forward_stepper", "has_backward_stepper",
5292         "has_secondary_forward_stepper" and
5293         has_secondary_backward_stepper". (#110540)
5294
5295         * gtk/gtknotebook.h (struct _GtkNotebook): Make in_child and
5296         click_child three bits wide, add
5297         has_{before,after}_{previous,next} fields.
5298
5299         * gtk/gtkcolorsel.c (gtk_color_selection_init): Update color on
5300         focus out of hex_entry.  (#112665)
5301         (hex_focus_out): New signal handler for focus out of hex entry.
5302
5303 Wed May 21 19:01:06 2003  Owen Taylor  <otaylor@redhat.com>
5304
5305         * gtk/gtkwidget.c (gtk_widget_realize): 
5306         g_return_if_fail() if
5307         GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget).
5308         (#107872, Christian Reis)
5309
5310 2003-05-22  Matthias Clasen  <maclas@gmx.de>
5311
5312         * gtk/gtkfilesel.c (gtk_file_selection_create_dir): 
5313         (gtk_file_selection_rename_file): Some keynav improvements for the
5314         "Rename File" and "Create Directory" subdialogs: Enter in entry
5315         activates default, default is "Create"/"Rename", Escape cancels
5316         dialog.  (#113110)
5317         (gtk_file_selection_set_filename): Add a hint about opening 
5318         directories.  (#113175)
5319
5320 2003-05-22  Matthias Clasen  <maclas@gmx.de>
5321
5322         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_update_xft_clip):
5323         Use XftDrawSetClipRectangles(), since we're inside HAVE_XFT2
5324         anyway.  (#113476)
5325
5326 Wed May 21 15:53:14 2003  Owen Taylor  <otaylor@redhat.com>
5327
5328         * gtk/gtkprogress.c (gtk_progress_set_format_string,
5329         gtk_progress_set_show_text): Always queue a resize ... 
5330         we rely on the size-allocate to do the update, plus a 
5331         different format can actually change our size requisition.
5332         (#111052, Vasco Alexandre da Silva Costa)
5333
5334         * gtk/gtkprogress.c (gtk_progress_changed): Track
5335         ::changed as well as ::value_changed, and queue a
5336         resize on ::changed when necessary.
5337
5338         * gtk/gtkprogress.c (gtk_progress_set_adjustment): 
5339         Call gtk_progress_changed() here to update or 
5340         queue a resize as necessary.
5341
5342 Wed May 21 14:06:13 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
5343
5344         * gtk/gtkimcontextsimple.c: added composing rules of
5345         Greek accented letters, patch by Vasilis Vasaitis (#107507)
5346
5347 Wed May 21 13:19:05 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
5348
5349         * gtk/gtkenums.h (enum GtkIMPreeditStyle, GtkIMStatusStyle): 
5350         * modules/input/gtkimcontextxim.c (preedit_style_change, status_style_change):
5351         gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)
5352
5353 Wed May 21 12:10:25 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
5354
5355         * gtk/gtkimcontextsimple.c: 
5356         code that can check the compose table for ascending order,
5357         by Vasilis Vasaitis (#104862).
5358
5359 Wed May 21 12:52:01 2003  Owen Taylor  <otaylor@redhat.com>
5360
5361         * gtk/gtkkeyhash.[ch] (_gtk_key_hash_looku): We need 
5362         to pass the unmasked state to gdk_keymap_translate_keyboard_state() 
5363         to handle the case where a modifier not in the mask
5364         (like Num_Lock) changes the key value, so replace
5365         the masked state with a state/mask pair. (#106913,
5366         Olivier Ripoll)
5367
5368         * gtk/gtkwindow.c gtk/gtkbinding.c: Update to pass
5369         in state/mask pair to _gtk_key_hash_lookup()
5370
5371 Tue May 20 21:58:00 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
5372
5373         * modules/input/gtkimcontextxim.c (xim_info_display_closed):
5374         fix a memory leak, free input context list (#113259).
5375
5376 2003-05-21  Matthias Clasen  <maclas@gmx.de>
5377
5378         * configure.in (all_loaders): Add pcx.
5379
5380         * gtk/gtkcalendar.c: Make calendar controls spin.  (#112540)
5381
5382 Tue May 20 17:27:24 2003  Owen Taylor  <otaylor@redhat.com>
5383
5384         * gtk/gtkimmodule.c (gtk_im_module_init): Silently
5385         accept a missing gtk.immodules file, some people
5386         want to run without one. (#112406, patch from
5387         Arnaud Charlet)
5388
5389 Tue May 20 17:05:31 2003  Owen Taylor  <otaylor@redhat.com>
5390
5391         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix 
5392         height/width confusion (#113370, Xan Lopez)
5393
5394 Tue May 20 15:48:45 2003  Owen Taylor  <otaylor@redhat.com>
5395
5396         * gdk/x11/gdkdnd-x11.c gdk/x11/gdkwindow-x11.c: Comprehensively
5397         zero all unused parts of client messages (Mainly Motif DND
5398         and EWMH). Also, fix a couple places where we were putting
5399         contents into Motif DND messages that didn't belong.
5400         (#113361, EWMH problem reported by Lubos Lunak)
5401
5402         * gtk/gtkselection.c (_gtk_selection_request): Handle the
5403         case where the property type for the multiple atoms is
5404         ATOM_PAIR by doing the conversions ourselve. This is
5405         needed for Xt inter-operation.
5406
5407 2003-05-19 Arafat Medini <lumina@silverpen.de>
5408
5409         * configure.in: Added ar to ALL_LINGUAS
5410
5411 2003-05-19  Matthias Clasen  <maclas@gmx.de>
5412
5413         * gtk/gtksettings.c (gtk_rc_property_parse_border,
5414         gtk_rc_property_parse_color, gtk_rc_property_parse_enum,
5415         gtk_rc_property_parse_flags, gtk_rc_property_parse_requisition):
5416         Add docs.
5417
5418         * gtk/gtkwidget.c (gtk_widget_class_install_style_property, 
5419         gtk_widget_class_install_style_property_parser): Add docs. 
5420
5421 2003-05-17  Matthias Clasen  <maclas@gmx.de>
5422
5423         * tests/prop-editor.c: Add navigation for object properties, so
5424         that you can easily edit the properties of the parent of a widget.
5425         (#113152)
5426
5427 Wed May 14 17:45:32 2003  Owen Taylor  <otaylor@redhat.com>
5428
5429         * gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
5430         Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis 
5431         inconsistency and leave the old name as an aliass (#104873)
5432
5433 Wed May 14 16:40:09 2003  Owen Taylor  <otaylor@redhat.com>
5434
5435         * gtk/gtkframe.c (gtk_frame_set_label_widget): Patch
5436         from Charles Schmidt to add missing notify (#108305)
5437
5438 Wed May 14 16:00:51 2003  Owen Taylor  <otaylor@redhat.com>
5439  
5440         * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail().
5441         (#105500, Morten Welinder.)
5442  
5443 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
5444
5445         * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
5446         instead of gumake for XNFilterEvents event mask(#110493).
5447
5448 2003-05-11  Anders Carlsson  <andersca@codefactory.se>
5449
5450         * gtk/gtkdnd.c (gtk_drag_source_unset_icon): Don't cast a gchar to
5451         a GObject. (#112762)
5452
5453 2003-05-08  Sven Neumann  <sven@gimp.org>
5454
5455         * configure.in: set the HAVE_X11R6 automake conditional to false
5456         if not compiling for X11.
5457
5458 2003-05-08  Matthias Clasen  <maclas@gmx.de>
5459
5460         * gtk/gtkcalendar.[ch] (gtk_calendar_set_display_options): 
5461         (gtk_calendar_get_display_options): New functions.
5462         (gtk_calendar_display_options): Depreate.  (#64567)
5463         (gtk_calendar_class_init): Add boolean properties for the display
5464         options.  (#50949)
5465
5466 Tue May  6 16:50:52 2003  Owen Taylor  <otaylor@redhat.com>
5467
5468         Patch from James Henstridge to update to automake-1.7
5469         (#109542)
5470  
5471         * autogen.sh: update to call newer tools.
5472  
5473         * configure.in: various updates, to use M4 macros to put
5474         variables that change each release at the top.
5475         Use AC_HELP_STRING to format help strings.
5476         Use AC_CONFIG_COMMANDS to generate gdkconfig.h.
5477  
5478         * Makefile.am: require Automake 1.7.  Remove gdk-2.0.pc and
5479         gtk+-2.0.pc on uninstall.  Pass --enable-gtk-doc to configure
5480         during distcheck.
5481  
5482         * docs/reference/*/Makefile.am: simplify to use the gtk-doc.make
5483         makefile fragment.
5484  
5485         * */Makefile.am: don't use STRIP_BEGIN/STRIP_END.
5486         Use BUILT_SOURCES where appropriate.
5487         Build generated files in builddir rather than srcdir.
5488         Fix uninstall and distclean targets to satisfy distcheck.
5489
5490         ===
5491
5492         * gdk/*/Makefile.am: Remove the hacks to get gdkenumtypes.h
5493         built first, since we are now using BUILT_SOURCES.
5494
5495         * gdk/Makefile.am: Remove an outdated comment about gdk_headers.
5496
5497         * demos/gtk-demo/Makefile.am: Fix srcdir != buildd problem
5498         with geninclude.pl.
5499
5500         * configure.in: Update versions to 2.3.0.
5501  
5502 2003-05-06  Tor Lillqvist  <tml@iki.fi>
5503
5504         Fix for #110165 (thanks to Arnaud Charlet):
5505         
5506         * gdk/win32/gdkevents-win32.c (build_keypress_event,
5507         build_keyrelease_event): For unshifted control char, use
5508         lowercase ASCII keyval.
5509         (gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
5510         UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
5511         lowercase keyval. Use build_key_event_state() here, too, instead
5512         of minor code duplication.
5513
5514 2003-05-06  Matthias Clasen  <maclas@gmx.de>
5515
5516         * tests/testmultidisplay.c: Don't include strings.h, it's not
5517         needed anymore.  (#112388)
5518
5519         * examples/menu/itemfactory.c: 
5520         * docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
5521         itemfactory example.
5522
5523 2003-05-05  Matthias Clasen  <maclas@gmx.de>
5524
5525         * gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
5526         icon type to the stock icon type.  (#111735, Dave Bordoley)
5527
5528 2003-05-05  Christian Rose  <menthos@menthos.com>
5529
5530         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
5531         Removed sp, it's replaced by sr@Latn.
5532
5533 Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>
5534
5535         * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
5536         Gonzalo Odiard
5537
5538 Mon Apr 28 17:54:39 2003  Jonathan Blandford  <jrb@redhat.com>
5539
5540         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
5541         data iff the destroy func isn't NULL.
5542
5543 Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>
5544
5545         * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
5546
5547 2003-04-23  Abel Cheung  <maddog@linux.org.hk>
5548
5549         * configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.
5550
5551 Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>
5552
5553         * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
5554         of UTF-8. (#106419, Roozbeh Pournader)
5555
5556 Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>
5557
5558         * configure.in: Only check for XFT2 if we found pango-xft
5559         (#105692, Jon Nall)
5560
5561 Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>
5562
5563         * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
5564         PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
5565
5566 Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>
5567
5568         * docs/faq/gtk-faq.sgml: add note about version converage.
5569
5570 Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>
5571
5572         * gtk/gtksocket.c (activate_key): Fix prototype for
5573         activate_key. (#108927, Jason D. Hildebrand)
5574
5575 Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>
5576
5577         * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
5578         Remove geninclude.pl from CVS and don't dist it either,
5579         it is generated. (#108970, Rich Kinder)
5580
5581 Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>
5582
5583         * gtk/gtkobject.h: Remove a couple of obsolete comments,
5584         fix another comment. (#109737, Britton Kerin)
5585
5586 Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>
5587
5588         * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
5589         the source list, not just it's contents (Patch
5590         from Charles Kerr, #108243)
5591
5592 Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>
5593
5594         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
5595         from Alex Larsson fixing problem with restacking during
5596         DND. (#108671)
5597
5598 Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>
5599
5600         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
5601         Calling XFlush() after ungrabbing, to avoid problems if
5602         the app subsequently blocks on a long-running operation.
5603         (#106520, reported by Rajkumar Siva)
5604
5605 Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>
5606
5607         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
5608         SKIP_TASKBAR/SKIP_PAGER to set of properties we
5609         might set on map. (#110019, problem reported
5610         by Loban Rahman)
5611
5612 Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>
5613
5614         * gdk/gdkevents.c (gdk_event_copy): Fix for the
5615         case when gdk_event_copy() is called on a non-allocated
5616         event. (#109716, reported by Rich Burridge)
5617
5618 Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>
5619
5620         * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
5621         Fix pointer arithmetic on 'void *'. (#108322)
5622
5623 Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>
5624
5625         * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
5626         Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
5627         use of XAddConnectionWatch. Remove --enable-xim config option.
5628         Should fix building on X11R6 (#110523, Albert Chin)
5629
5630 Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>
5631
5632         * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
5633         Patch from Morten Welinder to catch Sun servers with a 
5634         broken implementation of the RENDER extension. (#108309)
5635
5636 Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>
5637
5638         * gdk/x11/gdkwindow-x11.c (set_text_property): Use
5639         gdk_free_compound_text(), not g_free(). (#107643,
5640         Michael Zucchi)
5641
5642 Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>
5643
5644         * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
5645         gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
5646         wrong use of base_finalize. (#105126, Sven Neumann)
5647
5648 Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>
5649
5650         * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
5651         '/' vs. '*' problem in aspect ration computations. (#108237)
5652
5653 Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>
5654
5655         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): 
5656         * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
5657         don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify 
5658         event, so select for both. (#108406, Egmont Koblinger)
5659
5660 Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>
5661
5662         * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
5663         caused by not clearing the scroll_to_path.
5664
5665 2003-04-16  Matthias Clasen  <maclas@gmx.de>
5666
5667         * gtk/gtkstyle.c: Doc additions and fixes.
5668
5669         * gtk/gtktreeviewcolumn.c
5670         (_gtk_tree_view_column_get_neighbor_sizes): Doc fixes.
5671
5672 2003-04-14  Michael Natterer  <mitch@gimp.org>
5673
5674         * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
5675         that the iter is not reordered to its own position. Prevents model
5676         corruption for the case that the store contains only a single item
5677         (fixes bug #108387).
5678
5679         Unrelated:
5680
5681         * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
5682         new list element later so we don't leak it if we decide to return
5683         early.
5684
5685         * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
5686         set selection->tree_view->priv->anchor to NULL after freeing it.
5687
5688 2003-04-13  Matthias Clasen  <maclas@gmx.de>
5689
5690         * gtk/gtktreeviewcolumn.c
5691         (gtk_tree_view_column_cell_get_position): Document. 
5692
5693         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): 
5694         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): 
5695         * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
5696         these as 2.4 additions.
5697
5698 2003-04-09  Matthias Clasen  <maclas@gmx.de>
5699
5700         * INSTALL.in: Fix the real thing.
5701
5702         * INSTALL: Typo fix.
5703
5704 Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>
5705
5706         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
5707         after ungrabbing the server.
5708  
5709         * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
5710         calls to XFlush().
5711
5712         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
5713         Use gdk_x11_display_grab/ungrab.
5714
5715         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize
5716         use_xshm to TRUE so SHM gets used when present.
5717  
5718 2003-04-07  Matthias Clasen  <maclas@gmx.de>
5719
5720         * gtk/gtktextlayout.c (set_para_values): 
5721         * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
5722         David Brigada)
5723
5724         * gtk/gtkcelleditable.c, gtk/gtkfixed.c, gtk/gtktreemodel.c,
5725         gtk/gtktreeselection.c, gtk/gtktreeview.c: Fix numerous
5726         misspellings of possessive "its".  (#110027, Doug Quale)
5727
5728 2003-04-03  Matthias Clasen  <maclas@gmx.de>
5729
5730         * demos/gtk-demo/main.c (demo_find_file): Only use files from the
5731         current directory if it looks like the srcdir.  (#109357)
5732
5733 Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
5734
5735         * gtk/gtkbutton.[ch] (gtk_button_class_init): add property
5736         focus_on_click
5737
5738         * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
5739         navigation not wrap around.
5740
5741 2003-04-02  Matthias Clasen  <maclas@gmx.de>
5742
5743         * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
5744         Return 0 if lower == upper.  (#109155)
5745         (gtk_progress_get_current_percentage): Use
5746         gtk_progress_get_percentage_from_value().
5747
5748 2003-04-01  Matthias Clasen  <maclas@gmx.de>
5749
5750         * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
5751         (#109510, Noah Levitt)
5752
5753 Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>
5754
5755         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
5756         members so Purify won't complain.
5757
5758         * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
5759
5760 2003-03-31  Matthias Clasen  <maclas@gmx.de>
5761
5762         * gtk/gtkwindow.c: Add a new property, role, corresponding to 
5763         gtk_window_[gs]et_role().  (#93904)
5764
5765 Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>
5766
5767         * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
5768         fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>
5769
5770 2003-03-29  Matthias Clasen  <maclas@gmx.de>
5771
5772         * gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
5773         of labels back to normal before reparenting back.  (#102387)
5774
5775         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
5776         a default window title to match the GtkFontSelectionDialog behavior.
5777  
5778         (gtk_color_selection_dialog_new): Don't call
5779         gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)
5780
5781 2003-03-29  Matthias Clasen  <maclas@gmx.de>
5782
5783         Fix for bug #78499:
5784         
5785         * gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
5786         select_lines. 
5787
5788         * gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
5789         select_lines on double/triple click.
5790
5791         * gtk/gtkentry.c (gtk_entry_motion_notify): Implement
5792         select-by-words and select-by-lines behaviour.
5793
5794         Fixes for bug #56248:
5795         
5796         * gtk/gtknotebook.c (stop_scrolling): New function to remove the
5797         timer and queue a redraw. 
5798         (gtk_notebook_grab_notify): 
5799         (gtk_notebook_state_changed): New functions to call stop_scrolling() 
5800         if necessary.   
5801         (gtk_notebook_button_release): Use stop_scrolling().
5802         (gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.
5803
5804         * gtk/gtkrange.c (stop_scrolling): New function to remove the
5805         grab, remove the timer and queue a redraw.
5806         (gtk_range_grab_notify): 
5807         (gtk_range_state_changed): New functions to call stop_scrolling() 
5808         if necessary.   
5809         (gtk_range_button_release): Use stop_scrolling().
5810
5811         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): 
5812         (gtk_spin_button_state_changed): Redraw after stop_spinning.
5813         (gtk_spin_button_stop_spinning): Reset click_child to correct the
5814         drawing of the arrows.
5815         (gtk_spin_button_button_release): Use a local copy of click_child,
5816         since stop_spinning() resets it.
5817
5818         * gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
5819         C-A-PgDown as alternatives to the A-less variants. (This slipped
5820         in accidentally some time ago).  (#97860)
5821
5822 2003-03-26  Sven Neumann  <sven@gimp.org>
5823
5824         * gtk/gtktreeview.c: rewrote the function that does node and arrow
5825         prelighting, queue all redraws from here (Fixes bug #108792).
5826
5827 2003-03-20  Richard Kinder <r_kinder@yahoo.com>
5828
5829         * demos/testpixbuf.c (update_timeout): set error to NULL, not FALSE.
5830         Fixes bug #108778.
5831
5832 2003-03-20  Guntupalli Karunakar <karunakar@freedomink.org>
5833
5834         * configure.in: Added "ml" in ALL_LINGUAS
5835
5836 Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>
5837
5838         * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
5839         G_DISABLE_DEPRECATED.
5840
5841 2003-03-14  Tor Lillqvist  <tml@iki.fi>
5842
5843         * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
5844         GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
5845         DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
5846         multiple monitors can have negative coordinates on some of the
5847         monitors. (partial fix for #99496, Arnaud Charlet)
5848
5849 2003-03-15  Matthias Clasen  <maclas@gmx.de>
5850
5851         * gtk/gtktextview.c: Add a "buffer" property.  (#108353) 
5852
5853 2003-03-13  Sven Neumann  <sven@gimp.org>
5854
5855         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
5856         removed redundant calls to g_object_notify().
5857         (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
5858         bug #108236.
5859
5860         * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
5861         (_gtk_text_iter_get_segment_byte): return 0, not NULL (these
5862         functions return an integer value).
5863
5864 2003-03-13  Tor Lillqvist  <tml@iki.fi>
5865
5866         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
5867         WM_MOUSEMOVE, the test whether we have actually moved (and thus
5868         shouldn't generate an GDK event) moved after the call to
5869         propagate() and translate_mouse_coords(). Otherwise we were
5870         testing wrong values. (#108115, Allin Cottrell)
5871         (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same
5872         way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
5873
5874         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor
5875         is used, must copy the HCURSOR with CopyCursor(), as it is OK to
5876         destroy the GdkCursor after calling gdk_pointer_grab(). Set the
5877         cursor right away with SetCursor(), as we won't get any
5878         WM_SETCURSOR messages while the mouse is captured. 
5879         (gdk_display_pointer_ungrab): Correspondingly, destroy the copy
5880         with DestroyCursor() when no longer used. (#108114, Allin Cottrell)
5881
5882         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
5883         WM_SYSCHAR, return FALSE from the window procedure to prevent the
5884         DefWindowProc from being called. Otherwise Windows would beep,
5885         thinking you are tring to access a (nonexistent) menu when you
5886         press Alt-something. Don't do this for Alt-Space,
5887         though. (#107454, Martyn Russell)
5888
5889         * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
5890
5891 Tue Mar 11 12:01:07 2003  Jonathan Blandford  <jrb@gnome.org>
5892
5893         * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift
5894         [left/right] expands/collapses the tree, #108092
5895
5896 2003-03-09  Tor Lillqvist  <tml@iki.fi>
5897
5898         * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to
5899         compensate for LineTo() not drawing the end pixel. It causes more
5900         harm than benefits, see bug #81895.
5901
5902 2003-03-08  Matthias Clasen  <maclas@gmx.de>
5903
5904         Bug #107664 continued:
5905
5906         * gdk/x11/gdkinputprivate.h: 
5907         * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. 
5908         (_gdk_input_other_event): Return gboolean.
5909         * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. 
5910         (_gdk_input_other_event): Return gboolean.
5911         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean.
5912
5913         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val
5914         gboolean, remove pointless call to _gdk_input_window_none_event.
5915
5916         * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean.
5917         (_gdk_input_window_none_event): Remove.
5918
5919         * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): 
5920         (_gtk_text_iter_get_any_segment): 
5921         (_gtk_text_iter_get_segment_byte): 
5922         (_gtk_text_iter_get_segment_char): 
5923         (_gtk_text_iter_get_text_line): 
5924         (_gtk_text_iter_get_btree): Fix 0/NULL confusion.
5925         * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint.
5926         * gdk/win32/gdkfont-win32.c (gdk_font_equal): 
5927         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): 
5928         (gdk_window_get_origin): 
5929         * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion. 
5930
5931 2003-03-06  Matthias Clasen  <maclas@gmx.de>
5932
5933         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
5934         (#107664, Morten Welinder)
5935
5936         * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): 
5937         * gdk/x11/gdkfont-x11.c (gdk_font_equal): 
5938         * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): 
5939         Fix TRUE/1 and FALSE/0 confusion.  (#107664, Morten Welinder)
5940
5941         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): 
5942         * gtk/gtkeditable.c (gtk_editable_get_chars): 
5943         * gtk/gtkctree.c (gtk_ctree_find_node_ptr): 
5944         * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
5945         (#107648, Morten Welinder)Fix NULL/FALSE confusion
5946         (#107648, Morten Welinder)
5947
5948 2003-03-04  Matthias Clasen  <maclas@gmx.de>
5949
5950         * gtk/gtkobject.h: Add deprecation guards for gtk_object_new ().
5951
5952 Sun Mar  2 23:35:57 2003  Jonathan Blandford  <jrb@gnome.org>
5953
5954         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
5955         handle rtl code.  Thanks to Matthias Clasen for an initial patch
5956         to handle the RTL code.
5957
5958         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
5959
5960         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
5961
5962         * gtk/gtktreeview.c: (invalidate_column),
5963         (invalidate_last_column),
5964         (gtk_tree_view_get_real_requested_width_from_column),
5965         (gtk_tree_view_size_allocate_columns),
5966         (gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
5967         (gtk_tree_view_button_release_drag_column),
5968         (gtk_tree_view_update_current_reorder),
5969         (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
5970         (gtk_tree_view_key_press), (gtk_tree_view_header_focus),
5971         (gtk_tree_view_get_background_xrange),
5972         (gtk_tree_view_get_arrow_xrange),
5973         (gtk_tree_view_is_expander_column),
5974         (gtk_tree_view_set_column_drag_info),
5975         (gtk_tree_view_move_cursor_left_right):
5976         Add RTL support.
5977
5978         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
5979         expand flag.
5980
5981         * gtk/gtktreeviewcolumn.c:
5982         (gtk_tree_view_column_class_init),
5983         (gtk_tree_view_column_set_property),
5984         (gtk_tree_view_column_get_property),
5985         (gtk_tree_view_column_set_expand),
5986         (gtk_tree_view_column_get_expand),
5987         (gtk_tree_view_column_cell_process_action):
5988         Add support for expand flag.  Thanks to Kristian Rietveld for an
5989         initial patch for this.
5990
5991 Fri Feb 28 02:06:17 2003  Jonathan Blandford  <jrb@gnome.org>
5992
5993
5994 2003-03-02  Tor Lillqvist  <tml@iki.fi>
5995
5996         * gdk/gdk.def
5997         * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
5998         Gustin.
5999
6000 2003-03-01  Matthias Clasen  <maclas@gmx.de>
6001
6002         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): 
6003         (gtk_scrolled_window_set_hadjustment): Replace uses of
6004         gtk_object_new by g_object_new.
6005
6006 Thu Feb 27 17:44:24 2003  Manish Singh  <yosh@gimp.org>
6007
6008         * demos/gtk-demo/main.c
6009         * demos/gtk-demo/tree_store.c
6010         * gdk/x11/gdkscreen-x11.c
6011         * gtk/gtkcellrenderertoggle.c
6012         * gtk/gtkcolorsel.c
6013         * gtk/gtkdnd.c
6014         * gtk/gtkeditable.c
6015         * gtk/gtkentry.c
6016         * gtk/gtkmenu.c
6017         * gtk/gtkmenubar.c
6018         * gtk/gtkmenuitem.c
6019         * gtk/gtkmenushell.c
6020         * gtk/gtkrc.c
6021         * gtk/gtksettings.c
6022         * gtk/gtkstyle.c
6023         * gtk/gtktextbuffer.c
6024         * gtk/gtktextview.c
6025         * gtk/gtktreeviewcolumn.c
6026         * tests/testgtk.c
6027         * tests/testtext.c
6028         * tests/testtreeedit.c
6029         * tests/testtreefocus.c
6030         * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
6031
6032 Tue Feb 25 21:55:17 2003  Jonathan Blandford  <jrb@redhat.com>
6033
6034         * gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
6035         code.
6036
6037 2003-02-24  Sven Neumann  <sven@gimp.org>
6038
6039         * gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
6040
6041 2003-02-21  Tomas Ogren  <stric@ing.umu.se>
6042
6043         * docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
6044
6045 2003-02-20  Matthias Clasen  <maclas@gmx.de>
6046
6047         * gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag): 
6048         Check if line_ancestor_parent is NULL.  (#102711, Manuel Clos)
6049
6050         * gtk/gtktextview.c (gtk_text_view_scroll_to_iter): 
6051         (gtk_text_view_update_adjustments): Make sure cursor stays visible
6052         during horizontal scrolling.  (#75270)
6053
6054 2003-02-19  Matthias Clasen  <maclas@gmx.de>
6055
6056         * tests/testdnd.c: Replace gtk_timeout_* by their GLib
6057         counterparts. (#106532)
6058
6059         * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
6060         keys_changed virtual function with the keys_changed signal.
6061         (#106512, Jeff Franks)
6062
6063 2003-02-15  Larry Ewing  <lewing@ximian.com>
6064
6065         * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
6066
6067 2003-02-17  Mohammad DAMT  <mdamt@bisnisweb.com>
6068
6069         * po/id.po: Added Indonesian translation
6070         * configure.in: Added "id" to ALL_LINGUAS
6071
6072 2003-02-14  Matthias Clasen  <maclas@gmx.de>
6073
6074         * gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
6075
6076 2003-02-12  Christian Rose  <menthos@menthos.com>
6077
6078         * configure.in: Added "yi" to ALL_LINGUAS.
6079
6080 2003-02-12  Matthias Clasen  <maclas@gmx.de>
6081
6082         Fix for #82734 and #78216:
6083         
6084         * gtk/gtktextview.c (delete_cb): 
6085         (select_all_cb): New callbacks for context menu items.
6086         (popup_targets_received): Add "Delete" and "Select All" to context
6087         menu, mnemonics and title caps for all items.
6088
6089         * gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
6090         context menu item.
6091         (popup_targets_received): Add "Delete" to context menu, mnemonics
6092         and title caps for all items.
6093
6094 2003-02-09  Tor Lillqvist  <tml@iki.fi>
6095
6096         * gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
6097         GetDriveType() to recognize removable drives (in order to avoid
6098         hanging if trying to access an empty floppy drive), instead of
6099         hardcoding A: and B: (#105654).
6100
6101 2003-02-09  Matthias Clasen  <maclas@gmx.de>
6102
6103         * gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in 
6104         names.  (#57680)
6105
6106 2003-02-09  Christian Rose  <menthos@menthos.com>
6107
6108         * configure.in: Removed "en@IPA.po" from ALL_LINGUAS.
6109
6110 Fri Feb  7 04:49:46 2003  Tim Janik  <timj@gtk.org>
6111
6112         * gtk/gtkobject.c: remove quark_user_data usage in
6113         gtk_object_{g|s}et_user_data(). fixes get_user_data()
6114         returning NULL for user_data set through property interface.
6115
6116         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
6117         warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
6118         need to be a programming error (in case of loaded data), (b) it breaks
6119         with 2.0 behaviour where extra magic could be used to create empty
6120         images. don't attempt to retrieve pixbufs from NULL extra_data.
6121
6122 2003-02-06  Matthias Clasen  <maclas@gmx.de>
6123
6124         * gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
6125         a GdkVisual *, not a GdkVisual **.  (#105243)
6126
6127         * gtk/gtkclist.c: 
6128         * gtk/gtkctree.c: 
6129         * gtk/gtkcontainer.c: 
6130         * gtk/gtkdnd.c: 
6131         * gtk/gtkentry.c: 
6132         * gtk/gtklist.c:
6133         * gtk/gtkmenu.c:
6134         * gtk/gtkmenuitem.c:
6135         * gtk/gtknotebook.c:
6136         * gtk/gtkselection.c:
6137         * gtk/gtkspinbutton.c:
6138         * gtk/gtktext.c:
6139         * gtk/gtktextview.c:
6140         * gtk/gtktooltips.c:
6141         * gtk/gtktreeview.c:
6142         * gtk/gtkwindow.c: Replace uses of gtk_timeout_* and gtk_idle_* by
6143         their non-deprecated GLib counterparts.
6144         
6145         * gtk/gtkmain.h: Fully deprecate gtk_timeout_* and gtk_idle_*.
6146         
6147 Sun Feb  2 16:45:57 GMT 2003  Tony Gale <gale@gtk.org>
6148
6149         * docs/tutorial/gtk-tut.sgml: cleanups from
6150         Sebastian Rittau (#104832)
6151
6152 2003-02-01  Tor Lillqvist  <tml@iki.fi>
6153
6154         Merge from stable:
6155
6156         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_foreign_new_for_display,
6157         gdk_pixmap_lookup, gdk_pixmap_lookup_for_display): Implement.
6158         (#104108, Naofumi Yasufuku)
6159
6160         * gdk/gdk.def: Export the above. Export
6161         gdk_screen_get_system_visual, noticed by Ed Woods.
6162
6163 Fri Jan 31 17:45:22 2003  Manish Singh  <yosh@gimp.org>
6164
6165         * demos/pixbuf-demo.c
6166         * demos/testpixbuf.c
6167         * demos/gtk-demo/pixbufs.c: remove deprecated gtk_timeout_* usage.
6168
6169 Fri Jan 31 17:33:00 2003  Manish Singh  <yosh@gimp.org>
6170                                                                                 
6171         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set_state
6172         on the tab_label before unparenting it, in case the unparent
6173         drops the refcount to 0.
6174
6175 2003-02-01  Matthias Clasen  <maclas@gmx.de>
6176
6177         * gtk/gtkiconfactory.h: Use GDK_MULTIHEAD_SAFE like all other gtk
6178         headers. Sorry about gtk_selection_clear, Yosh.
6179
6180 Thu Jan 30 17:16:05 2003  Manish Singh  <yosh@gimp.org>
6181
6182         * gtk/gtkselection.h: declare gtk_selection_clear in GTK_COMPILATION
6183         too, for gtkwidget.c. Remember people, when introducing new
6184         deprecations, make sure internal code isn't using it, or if so,
6185         reorganize appropriately like I've done in other places.
6186
6187         * tests/testtext.c: don't use deprecated gtk_timeout_* stuff.
6188
6189 2003-01-31  Matthias Clasen  <maclas@gmx.de>
6190
6191         * gtk/gtkselection.h: 
6192         * gtk/gtkselection.c (gtk_selection_clear): Deprecate.  (#85683)
6193
6194         * gdk/gdkpixbuf.h: 
6195         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): 
6196         (gdk_pixbuf_render_to_drawable_alpha): Deprecate.  (#60582)
6197
6198         * gtk/gtkcolorsel.h:
6199         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
6200         Deprecate.  (#98167)
6201
6202         * gtk/gtkpaned.h: Deprecate gtk_paned_computed_position(). (#97077)
6203
6204         * gtk/gtkmain.h: Deprecate the gtk_timeout_*, gtk_idle_*
6205         and gtk_input_* functions.  (#71596)
6206         
6207         * gtk/gtkentry.c (gtk_entry_move_cursor): 
6208         * gtk/gtklabel.c (gtk_label_move_cursor): Handle
6209         GTK_MOVEMENT_HORIZONTAL_PAGES in switches.
6210
6211         * gdk/gdk.h: Deprecate gdk_wcstombs() and gdk_mbstowcs().  (#79803)
6212
6213         * gtk/gtkitemfactory.h: 
6214         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Deprecate. 
6215         (#69244)
6216
6217 Thu Jan 30 23:48:30 2003  Kristian Rietveld  <kris@gtk.org>
6218
6219         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_count_special_cell):
6220         only count the special cell if it is also visible,
6221         (_gtk_tree_view_column_get_neighbor_sizes): only take the width into
6222         account from visible cells,
6223         (gtk_tree_view_column_cell_get_position): likewise, (Reported and
6224         testcase provided by Vasco Alexandre da Silva Costa, via IRC,
6225         tracking bug was #104563).
6226         
6227 Thu Jan 30 23:46:15 2003  Kristian Rietveld  <kris@gtk.org>
6228
6229         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
6230         subtract expander space and focus line space from the extra space
6231         we are about the allocate. (Fixes #104635).
6232
6233 Thu Jan 30 23:42:03 2003  Kristian Rietveld  <kris@gtk.org>
6234
6235         * gtk/gtkstyle.c (apply_affine_on_point): fix rouding error
6236         (Fixes #96242, patch from Soeren Sandmann).
6237
6238 Thu Jan 30 16:54:29 2003  Owen Taylor  <otaylor@redhat.com>
6239
6240         * gtk/gtknotebook.c: Patch from Soeren Sandmann
6241         to update the states of the tab label child
6242         widgets to match the state of the tabs. 
6243         (#93389, Reported by Tommi Komulainen)
6244
6245 Thu Jan 30 16:30:54 2003  Owen Taylor  <otaylor@redhat.com>
6246
6247         * Makefile.am (EXTRA_DIST): Remove gtk+.spec.in from
6248         EXTRA_DIST, and from dist rules. (#102231)
6249
6250 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
6251
6252         * gtk/gtktoolbar.c (set_child_packing_and_visibility): New helper
6253         function that sets the icon's and label's packing options and
6254         visibility based on toolbar->style.
6255
6256         (gtk_toolbar_internal_insert_element):
6257         (gtk_real_toolbar_style_changed): Make use of
6258         set_child_packing_and_visibility() to clean up the code and get
6259         the packing right for icon-only/text-only toolbars. (#104679)
6260
6261         (get_first_child): Remove, and use gtk_bin_get_child() instead.
6262
6263 2003-01-30  Matthias Clasen  <maclas@gmx.de>
6264
6265         * gtk/gtktextview.c: Replace PAGE_HORIZONTALLY_HACK_VALUE by
6266         GTK_MOVEMENT_HORIZONTAL_PAGES.  (#68947)
6267
6268         * gtk/gtkenums.h: Add GTK_MOVEMENT_HORIZONTAL_PAGES to GtkMovementStep.
6269         
6270 Thu Jan 30 16:01:29 2003  Owen Taylor  <otaylor@redhat.com>
6271
6272         * gdk/gdkrgb.c (gdk_rgb_try_colormap): Remove the 
6273         attempt-to-allocate then free code. To handle multiple
6274         people allocating colors at the same time, we need
6275         to just go ahead and try. (#102213, Shivram U)
6276         
6277 2003-01-30  Daniel Elstner  <daniel.elstner@gmx.net>
6278
6279         * gtk/gtkcolorsel.c (palette_paint): Explicitely draw an opaque
6280         rectangle using the background color rather than relying on
6281         gdk_window_clear_area(), so that the palette works properly with
6282         pixmap themes. (#101732)
6283
6284         * demos/gtk-demo/colorsel.c: Install an "expose_event" handler
6285         to fill the drawing area in the background color.
6286
6287 Wed Jan 29 14:11:21 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>
6288
6289         * modules/input/gtkimcontextxim.c (choose_better_style): fix a memory
6290         initialization error for selecting input style (#103549).
6291
6292 Wed Jan 29 17:02:41 2003  Owen Taylor  <otaylor@redhat.com>
6293
6294         * gdk/gdkkeyuni.c (get_decimal_char): Make the 
6295         translation of GDK_KP_Decimal dependent on LC_NUMERIC.
6296         (#101225)
6297
6298 Wed Jan 29 15:43:56 2003  Owen Taylor  <otaylor@redhat.com>
6299
6300         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
6301         Make up from the menu bar go to the end of the submenu.
6302         (#96114, Ian Peters.)
6303
6304         * gtk/gtkmenuitem.c (gtk_menu_item_mnemonic_activate): 
6305         Only do the select-but-not-activate stuff if the
6306         menu is already active. Otherwise, just activate.
6307         (#101690, Arvind Samptur)
6308
6309 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
6310
6311         * autogen.sh (have_automake): Fix version in complaint
6312         message about automake. (#104366, Rich Burridge)
6313
6314 Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>
6315
6316         * configure.in: Remove SOEXT stuff; it doesn't work portably.
6317
6318 Mon Jan 27 22:45:15 2003  Kristian Rietveld  <kris@gtk.org>
6319
6320         * gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if
6321         we appended/prepended, send the rows_reordered signal to the 
6322         correct level ... (Reported by Matthew Tuck).
6323
6324 Mon Jan 27 22:43:11 2003  Kristian Rietveld  <kris@gtk.org>
6325
6326         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): don't just bail
6327         out if the level only has one item, recurse over the child if there
6328         is one. (Fixes #100458, reported by Gaël Le Mignot).
6329
6330 Mon Jan 27 22:41:26 2003  Kristian Rietveld  <kris@gtk.org>
6331
6332         * gtk/gtktreeview.c (gtk_tree_view_set_model),
6333         (gtk_tree_view_search_equal_func): make TreeView search handle
6334         all types which are transformable by GValue. (Fixes #99803, reported
6335         by Muktha Narayan).
6336
6337 Mon Jan 27 22:39:25 2003  Kristian Rietveld  <kris@gtk.org>
6338
6339         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_sort_column_id):
6340         *really* handle unsetting the ID. Slightly modified patch from
6341         Soeren Sandmann. Fixes #87556, reported by Jarek Dukat.
6342
6343 Mon Jan 27 22:33:43 2003  Kristian Rietveld  <kris@gtk.org>
6344
6345         Fixes the total GtkTreeSortable mess, and #83195, reported by
6346         Jarek Dukat
6347
6348         * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id),
6349         (gtk_tree_store_set_sort_column_id), (gtk_tree_store_set_sort_func),
6350         (gtk_tree_store_set_default_sort_func): use the constant
6351         GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID instead of -1, make functions
6352         work as advertised by the documentation.
6353
6354         * gtk/gtklistore.c (gtk_list_store_get_sort_column_id),
6355         (gtk_list_store_set_sort_column_id), (gtk_list_store_set_sort_func),
6356         (gtk_list_store_set_default_sort_func): likewise.
6357
6358         * gtk/gtktreemodelsort.c (gtk_tree_model_set_sort_column_id),
6359         (gtk_tree_model_set_sort_func),
6360         (gtk_tree_model_sort_set_default_sort_func): make functions work
6361         as advertised by the documentation.
6362
6363 Mon Jan 27 22:31:56 2003  Kristian Rietveld  <kris@gtk.org>
6364
6365         * gtk/gtktreeview.c (gtk_tree_view_button_press): update focus_column
6366         before we decide if we edit. (fixes #100973, reported by Dave Cook).
6367
6368 Mon Jan 27 22:29:30 2003  Kristian Rietveld  <kris@gtk.org>
6369
6370         Bug report and test case from Paolo Maggi via IRC.
6371
6372         * gtk/gtkliststore.c (gtk_list_store_swap): update tail if needed,
6373         (gtk_list_store_move): update tail if needed.
6374
6375 Mon Jan 27 16:19:59 2003  Owen Taylor  <otaylor@redhat.com>
6376
6377         * gtk/gtksocket.c (gtk_socket_filter_func): event->any.window
6378         might be NULL. Use gtk_widget_get_display (widget) 
6379         (#102860, Thomas Leonard)
6380
6381 Mon Jan 27 15:58:31 2003  Owen Taylor  <otaylor@redhat.com>
6382
6383         * configure.in: Fix --without-modules/--disable-modules
6384         confusion that was causing --disable-modules not to work.
6385         (#102865, Akira Tagoh)
6386
6387         * configure.in: Fix problem with plain --with-xinput
6388         (#104266, Akira Tagoh)
6389
6390 2003-01-24  Sebastian Rittau  <srittau@jroger.in-berlin.de>
6391
6392         * docs/tutorial/gtk-tut.sgml: Fix a few typos, introduced by my last
6393         patch.
6394
6395 Fri Jan 24 17:06:41 GMT 2003  Tony Gale <gale@gtk.org>
6396
6397         * docs/tutorial/gtk-tut.sgml: Remove duplicate copy of tictactoe.h
6398
6399 Thu Jan 23 21:15:29 GMT 2003  Tony Gale <gale@gtk.org>
6400
6401         * docs/faq/gtk-faq.sgml: Learn to spell Library
6402
6403 Thu Jan 23 20:56:56 GMT 2003  Tony Gale <gale@gtk.org>
6404         * Sebastian Rittau  <srittau@jroger.in-berlin.de>:
6405
6406            docs/tutorial/gtk-tut.sgml: Adopted chapter 21.3 "Creating a
6407            Composite widget" to modern standards. (I.e. use gobject instead of
6408            glib, derive from GtkTable instead of GtkVBox.) Bugzilla #103869.
6409
6410         * docs/tutorial/gtk-tut.sgml, examples/tictactoe: Fixup tic-tac-toe
6411         code in Appendix C to reflect above changes.
6412
6413         * examples/rangewidgets/rangewidgets.c: From Roger Leigh
6414         auto resize on page size change
6415
6416 2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>
6417
6418         * gtk/gtktoolbar.c (gtk_toolbar_hide_all): Override hide_all
6419         in addition to show_all in order to keep them symmetric. (#102201)
6420
6421 Wed Jan 22 14:18:46 2003  Manish Singh  <yosh@gimp.org>
6422
6423         * gdk/x11/gdkevents-x11.c (translate_key_event): add a "return" at
6424         the end of the function, so there is a statement following the "out"
6425         label in all cases (fixes #101961)
6426
6427 2003-01-22  Christian Rose  <menthos@menthos.com>
6428
6429         * configure.in: Added "mn" to ALL_LINGUAS.
6430
6431 Wed Jan 15 17:02:18 2003  Owen Taylor  <otaylor@redhat.com>
6432  
6433         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
6434         Fix off-by-one error on the backward iteration loop,
6435         that was causing the wrong range to be redrawn.
6436         (at least part of #72734)
6437         
6438 2003-01-21  Matthias Clasen  <maclas@gmx.de>
6439
6440         * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
6441         vadjustment value after changing its bounds.  (fixes #101963 and 
6442         #73562)
6443
6444         * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid 
6445         unnecessary roundtrip failures.  (#93500)
6446
6447 2003-01-19  Tor Lillqvist  <tml@iki.fi>
6448
6449         Merge from stable:
6450         
6451         Fix for #103614 and some other problems with GtkFileSelection on
6452         Windows:
6453                 
6454         * gtk/fnmatch.c (get_char): Need to use g_unichar_tolower(), not
6455         g_ascii_tolower(). Windows file names are case-insensitive for all
6456         Unicode letters.
6457
6458         * gtk/gtkfilesel.c: Instead of checking for G_OS_WIN32 or
6459         G_WITH_CYGWIN, check G_PLATFORM_WIN32. Move inclusion of gtkintl.h
6460         earlier, as it includes config.h unconditionally, and gtkprivate.h
6461         redefines GTK_LOCALEDIR.
6462         (struct _CompletionDirSent): Ifdef out the fields not used on
6463         Windows.
6464         (compare_utf8_filenames, compare_sys_filenames): Need different
6465         comparison implementation for UTF-8 file names and system locale
6466         file names on Win32. Cannot simply use g_ascii_strcasecmp(), but
6467         need to casefold all Unicode letters.
6468         (cmpl_completion_matches, open_dir, correct_parent): Ifdef out
6469         variables not used on Win32 to avoid warnings about unused
6470         variables.
6471         (open_ref_dir): Use g_path_skip_root() to skip past potential
6472         drive letter in front of the leading (back)slash.
6473         (open_new_dir): Ifdef out use of CompletionDirSent fields not
6474         there on Win32.
6475         (correct_parent): Bypass inode check also on Cygwin.
6476
6477         Fix bug noticed by Alex Shaduri: Tooltips and other
6478         GDK_WINDOW_TEMP windows were activated. This looked very odd, and
6479         was a regression from earlier versions.
6480         
6481         * gdk/win32/gdkwindow-win32.c (show_window_internal): Fine-tune
6482         behaviour. Don't ever activate GDK_WINDOW_TEMP windows.
6483         (gdk_window_move, gdk_window_resize): Add debug logging.
6484
6485         * gdk/win32/gdkevents-win32.c (gdk_event_translate): When we get a
6486         WM_SIZE message for a non-visible (withdrawn) window, don't clear
6487         the GDK_WINDOW_STATE_WITHDRAWN bit. The window is still withdrawn
6488         even if its size changes.
6489
6490 2003-01-16  Matthias Clasen  <maclas@gmx.de>
6491
6492         * gtk/gtktextlayout.c (gtk_text_layout_get_cursor_locations): Typo fixes.
6493         (totally_invisible_line): Fix an incorrect optimization which
6494         caused invisible paragraphs to be occasionally misrendered.
6495
6496 Wed Jan 15 15:55:47 2003  Owen Taylor  <otaylor@redhat.com>
6497
6498         * gtk/gtksettings.c: Set the double click speed from
6499         XSETTINGS when creating a new GtkSettings object
6500         as well as when getting a notify. (#103601, reported
6501         by Louis Garcia)
6502
6503 Wed Jan 15 14:56:09 2003  Owen Taylor  <otaylor@redhat.com>
6504  
6505         * gtk/gtknotebook.c (gtk_notebook_size_allocate): 
6506         Show/hide the notebook event window as necessary,
6507         we weren't previously keeping the visibility updated
6508         properly.  (#103599)
6509  
6510 2003-01-15  Matthias Clasen  <maclas@gmx.de>
6511
6512         * examples/menu/itemfactory.c: 
6513         * docs/tutorial/gtk-tut.sgml: Add a <StockItem> to the itemfactory
6514         example.  (#103211)
6515
6516 2002-12-29  Murray Cumming  <murrayc@usa.net>
6517
6518         Fixes #102168.
6519
6520         * gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
6521         Actually implement the GtkTreeDragSource::row_draggable virtual 
6522         function in GtkListStore and GtkTreeStore instead of just checking 
6523         whether it's implemented at all. This means that DnD isn't broken by
6524         gtkmm's virtual function wrappers. The alternative would be to
6525         hard-code the TRUE return value into gtkmm's wrappers, but that's 
6526         part of GTK+'s implementation, not it's API.
6527
6528 Tue Jan 14 23:42:29 2003  Kristian Rietveld  <kris@gtk.org>
6529
6530         * gtk/gtktreeview.c: fix compiler warning.
6531
6532 Tue Jan 14 23:29:00 2003  Kristian Rietveld  <kris@gtk.org>
6533
6534         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
6535         make sure exposed pixbufs are clipped to the exposed area before
6536         drawing, which is a slight speedup. (#102379, patch from Soeren
6537         Sandmann).
6538
6539 Tue Jan 14 23:26:41 2003  Kristian Rietveld  <kris@gtk.org>
6540
6541         * gtk/gtktreeview.c (validate_visible_area): silly typo fix,
6542         only free scroll_to_path when the complete tree has been validated.
6543         This makes sure that we scrolled to the correct path.
6544
6545 Tue Jan 14 23:25:32 2003  Kristian Rietveld  <kris@gtk.org>
6546
6547         * gtk/gtktreeview.c (gtk_tree_view_style_set): update the
6548         background of widget->window and bin->window. (Fixes #96650, reported
6549         by Dave Camp).
6550
6551 Tue Jan 14 23:24:02 2003  Kristian Rietveld  <kris@gtk.org>
6552
6553         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): process
6554         updates before scrolling, avoiding a "selection streak". (Fixes
6555         #101235, patch from Soeren Sandmann).
6556
6557 Tue Jan 14 23:22:13 2003  Kristian Rietveld  <kris@gtk.org>
6558
6559         * gtk/gtktreeview.c (validate_visible_area): actually put values
6560         in the requisition using gtk_widget_size_request. (Fixes #100172,
6561         reported by Kjartan Maraas).
6562
6563 Tue Jan 14 23:19:45 2003  Kristian Rietveld  <kris@gtk.org>
6564
6565         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): cancel the
6566         arrow animation timeout before we actually reorder the rbtree. If
6567         we don't do this we can get stuck arrows,
6568         (cancel_arrow_animation): new function. (Fixes #93629, part 2,
6569         reported and testcase provided by Hans Petter Jansson).
6570
6571 Tue Jan 14 23:18:21 2003  Kristian Rietveld  <kris@gtk.org>
6572
6573         * gtk/gtktreeselection.c (gtk_tree_selection_real_modify_range):
6574         anchor_path should be start_path, not end_path. (Fixes #102618,
6575         patch from Carlos Garnacho Parro).
6576
6577 Tue Jan 14 23:16:15 2003  Kristian Rietveld  <kris@gtk.org>
6578
6579         * gtk/gtkliststore.c (gtk_list_store_move): also update the tail,
6580         only correct new_pos if we don't move to the head/tail.
6581
6582 Tue Jan 14 23:11:55 2003  Kristian Rietveld  <kris@gtk.org>
6583
6584         * gtk/gtktreestore.c (gtk_tree_store_swap): take the path from
6585         the parent_iter if depth >= 1, so we send the reordered signal to
6586         the correct level, remove debugging printfs which I forgot the remove
6587         earlier (2.2.0 shipped with this, oops). (Fixes #103198, Reported and
6588         testcase provided by Matthew Tuck).
6589
6590 Tue Jan 14 20:58:44 2003  Kristian Rietveld  <kris@gtk.org>
6591
6592         * gtk/gtktreeview.c (invalite_last_column): split out actual column
6593         invalidation into invalidate_column(),
6594         (gtk_tree_view_size_allocate_columns): invalidate column if the
6595         new width is larger than the old width.
6596         (fixes #102890, reported by Alex Duggan).
6597
6598 2003-01-14  Matthias Clasen  <maclas@gmx.de>
6599
6600         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Skip
6601         invisible chars for GTK_MOVEMENT_LOGICAL_POSITIONS and
6602         GTK_MOVEMENT_WORDS.
6603
6604         * gtk/gtktextiter.c,
6605         gtk/gtktextiter.h: Add some variant movement functions which
6606         skip invisible chars, and do some cleanups.
6607
6608 2003-01-12  Tor Lillqvist  <tml@iki.fi>
6609
6610         Merge from stable:
6611                 
6612         * gtk/gtkmain.c: Move inclusion of config.h and gtkintl.h earlier,
6613         as gtkprivate.h redefines GTK_LOCALEDIR on Win32, for run-time
6614         lookup.
6615
6616         * gdk/Makefile.am (libgdk_win32_2_0_la_DEPENDENCIES): Depend on
6617         gdk.def.
6618
6619         * gdk/gdk.def
6620         * gtk/gtk.def: Add some missing entries. Thanks to Kenichi SUTO.
6621
6622         * gtk-zip.sh.in (DEVZIP): Add bin/{gtk-query-immodules-2.0,
6623         gtk-demo}.exe and share/gtk-2.0.
6624
6625         * gdk/win32/gdkwindow-win32.c (gdk_window_set_skip_taskbar_hint):
6626         Implement by setting or clearing the WS_EX_TOOLWINDOW extended
6627         window style.
6628         (gdk_window_set_type_hint): Add all cases to the switch (not all
6629         do anything, though). Handle GDK_WINDOW_TYPE_HINT_TOOLBAR by
6630         calling gdk_window_set_skip_taskbar_hint(). This means that GTK
6631         won't know that the skip_taskbar hint is on for the window, is
6632         this bad?
6633
6634 Wed Jan  8 18:43:03 2003  Manish Singh  <yosh@gimp.org>
6635
6636         * gdk/x11/gdkdisplay-x11.c: #include <stdlib.h> for putenv,
6637         <string.h> for strlen.
6638
6639         * gdk/x11/gdkscreen-x11.c: #include <stdlib.h> for getenv,
6640         <string.h> for strrchr.
6641
6642         * tests/testgtk.c (create_saved_position): "x" and "y" properties
6643         for widgets no longer exist, use gtk_window_move instead.
6644
6645         * test/testtextbuffer.c (check_get_set_text): cast strlen to
6646         int for g_error.
6647
6648 2003-01-08  Matthias Clasen  <maclas@gmx.de>
6649
6650         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix display of
6651         the selection in the presence of invisible segments.
6652
6653 2003-01-07  Matthias Clasen  <maclas@gmx.de>
6654
6655         * gtk/gtktextview.c (gtk_text_view_class_init): Bind C-/ and C-\
6656         to "select all" and "unselect all".  (#102065)
6657
6658         * gtk/gtktextview.h (struct _GtkTextView): Add a comment that
6659         the just_selected_element is unused.
6660
6661         * gtk/gtktextview.c (extend_selection): New helper function to
6662         find the range that should be added to the selection. 
6663         (selection_motion_event_handler): 
6664         (gtk_text_view_start_selection_drag): 
6665         (gtk_text_view_end_selection_drag): 
6666         (selection_motion_event_handler): 
6667         (selection_scan_timeout): Support select-by-words/lines.
6668         (gtk_text_view_button_press_event): Start a selection drag on
6669         double/triple clicks.  (#78499)
6670
6671 2003-01-06  Matthias Clasen  <maclas@gmx.de>
6672
6673         Implement a utility function proposed in #102534:
6674         
6675         * gtk/gtktextbtree.h: 
6676         * gtk/gtktextbtree.c (_gtk_text_btree_select_range): New function.
6677         (_gtk_text_btree_place_cursor): Now a simple wrapper around
6678         _gtk_text_btree_select_range().   
6679
6680         * gtk/gtktextbuffer.h: 
6681         * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): New function.
6682         (gtk_text_buffer_place_cursor): Now a simple wrapper around
6683         gtk_text_buffer_select_range(). 
6684
6685 2003-01-05  Havoc Pennington  <hp@pobox.com>
6686
6687         * configure.in: fix a stray bracket that was breaking the build
6688
6689 2003-01-05  Tor Lillqvist  <tml@iki.fi>
6690
6691         * gtk-zip.sh.in: Use correct DLL and import library names, with
6692         GTK_API_VERSION in name, not GTK_MAJOR_VERSION.GTK_MINOR_VERSION.
6693         (DEVZIP): Add gdk-pixbuf-query-loaders.exe.
6694
6695         * configure.in: Improve check for dimm.h.
6696
6697         * configure.in: Set SOEXT to 'so' on Unix, 'dll' on Win32. Used in
6698         gdk-pixbuf/Makefile.am.
6699
6700         * gdk-pixbuf/makefile.mingw.in
6701         * gdk-pixbuf/pixops/makefile.mingw.in
6702         * gdk/makefile.mingw.in
6703         * gdk/win32/makefile.mingw.in
6704         * gtk/makefile.mingw.in: Remove. Not maintained anyway.
6705
6706         * gdk-pixbuf/Makefile.am
6707         * gdk-pixbuf/pixops/Makefile.am
6708         * gdk/Makefile.am
6709         * gdk/win32/Makefile.am
6710         * gtk/Makefile.am
6711         * configure.in: Remove makefile.mingw{,.in} from here, too.
6712         
6713         * README.win32: Updates. Don't mention the now removed
6714         makefile.mingw files.
6715
6716         * gdk/gdk.def
6717         * gtk/gtk.def: Add a couple of missing entries.
6718
6719         * gdk/gdkkeynames.c: Include <string.h> for strcmp() and memcpy().
6720
6721         * gdk/win32/gdkevents-win32.c: Move dimm.h header clash workaround
6722         earlier.
6723
6724         * gdk/win32/rc/Makefile.am: Add hack to help
6725         build/win32/lt-compile-resource decide which kind of libtool
6726         object file to produce.
6727
6728 2003-01-05  Matthias Clasen  <maclas@gmx.de>
6729
6730         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Make
6731         C-Down step through the sequence of paragraph ends (old behaviour
6732         included paragraph starts).  (#80340, patch by Narayana Pattipati)
6733
6734         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_first_toggle):
6735         Check for a tag toggle at the start iterator before calling
6736         gtk_text_iter_forward_to_tag_toggle().  (#102090, patch by Daniel 
6737         Elstner)
6738
6739 2003-01-04  Matthias Clasen  <maclas@gmx.de>
6740
6741         * gtk/gtkfilesel.h (struct _GtkFileSelection): Add /*< public >*/
6742         and /*< private >*/ as appropriate.  (#97211)
6743
6744 2003-01-04  Tor Lillqvist  <tml@iki.fi>
6745
6746         * Makefile.am (EXTRA_DIST): Don't distribute gtk-zip.sh, but do
6747         distribute gtk-zip.sh.in.
6748
6749         * gtk-zip.sh.in (DEVZIP): Add gdk-pixbuf-csource.exe and .1.
6750
6751 2003-01-03  Havoc Pennington  <hp@pobox.com>
6752
6753         * docs/Makefile.am (EXTRA_DIST): put it in EXTRA_DIST
6754
6755         * docs/text_widget_internals.txt: add a file documenting some of
6756         the text widget internals
6757
6758 2003-01-02  Matthias Clasen  <maclas@gmx.de>
6759
6760         * gtk/gtkwindow.c (gtk_window_get_focus): Document that it may
6761         return NULL.  (#102069)
6762
6763 2003-01-01  Matthias Clasen  <maclas@gmx.de>
6764
6765         * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
6766         a main() in the library is obviously bad. 
6767
6768 2002-12-27  Matthias Clasen  <maclas@gmx.de>
6769
6770         * gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
6771         cursor at drop point.  (#72384)
6772         (gtk_text_view_size_allocate): Update the horizontal adjustment
6773         value.  (#75694)
6774
6775 2002-12-25  Matthias Clasen  <maclas@gmx.de>
6776
6777         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
6778         selection wrt. to empty lines.  (#90435, #90582, #91619)
6779
6780         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
6781         Keep the cursor on screen.  (#96929)
6782
6783 2002-12-24  Matthias Clasen  <maclas@gmx.de>
6784
6785         * gtk/gtktextbuffer.c (paste_from_buffer): 
6786         (clipboard_text_received): Let the user action span the insertion
6787         and the deletion of the old selection.  (#82844)
6788
6789 2002-12-23  Matthias Clasen  <maclas@gmx.de>
6790
6791         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
6792         Don't call gtk_text_iter_backward_sentence_start() if
6793         count is zero.  (#99115)
6794
6795         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
6796         move_cursor() even if the cursor hasn't moved, since it has the
6797         side effect of canceling the selection.  (#81395, #98537, #98333)
6798
6799 2002-12-22  Matthias Clasen  <maclas@gmx.de>
6800
6801         * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
6802         with empty ranges.  (fixes #101564 and #80637)
6803
6804 2002-12-21  Tor Lillqvist  <tml@iki.fi>
6805
6806         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
6807         sets the window style and extended window style, and adjusts the
6808         width and height to take the window decorations into account
6809         earlier. The adjusted width and height used to be ignored. Remove
6810         the local x, y, width and height variables, no need to further
6811         confuse the code by having local copies. (Partial fix, I hope, for
6812         #101588)
6813
6814         (gdk_window_move): When moving top-level windows, take title bar
6815         and border width into account, offsetting the coordinates before
6816         calling SetWindowPos().
6817
6818         (gdk_window_set_decorations, gdk_window_set_functions):
6819         Reimplement, taking into account the peculiar semantics of
6820         GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)
6821
6822         (gdk_window_get_decorations): Implement. (#98981)
6823         
6824         (gdk_window_set_type_hint): When setting
6825         GDK_WINDOW_TYPE_HINT_MENU, call gdk_window_set_decorations().
6826         (#79036)
6827
6828         * gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
6829
6830 2002-12-21  Matthias Clasen  <maclas@gmx.de>
6831
6832         * gtk/gtktextview.c (gtk_text_view_set_background): New static
6833         function to set the background of all windows.
6834         (gtk_text_view_style_set): Use gtk_text_view_set_background().
6835         (gtk_text_view_state_changed): New function; change background
6836         according to state.  (#88126)
6837
6838 2002-12-21  Havoc Pennington  <hp@pobox.com>
6839
6840         * gtk/gtktextview.c (gtk_text_view_move_visually): fix the documentation
6841