]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
Tighten up ABI checking a bit
[~andy/gtk] / ChangeLog.pre-2-8
1 2005-08-07  Matthias Clasen  <mclasen@redhat.com>
2
3         * gdk/gdk.symbols: Add the gdk_display variable.
4
5         * gdk/abicheck.sh:
6         * gtk/abicheck.sh: Also check exported variables.
7
8 Fri Aug  5 16:54:19 2005  Søren Sandmann  <sandmann@redhat.com>
9
10         * gtk/gtkmenutoolbutton.c
11         (gtk_menu_tool_button_construct_contents): Set the relief of the
12         arrow button to the value returned by
13         gtk_tool_item_get_relief_style(). Patch from Benjamin Berg.
14         Bug 312695.
15
16 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
17
18         * configure.in: Re-added "te" to ALL_LINGUAS after
19         correcting the problem.
20
21 2005-08-04  Matthias Clasen  <mclasen@redhat.com>
22
23         * configure.in: Require cairo 0.6
24
25 2005-08-04  Christian Persch  <chpe@cvs.gnome.org>
26
27         * configure.in: Remove "te" since it breaks the build.
28
29 2005-08-04  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
30
31         * configure.in: Added "te" to ALL_LINGUAS.
32
33 2005-08-04  Tor Lillqvist  <tml@novell.com>
34
35         * gtk-zip.sh.in: Reflect the change of the default theme's name to
36         "Raleigh". Include the MS-Windows theme's gtkrc file. Include the
37         theme engine DLLs.
38
39 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
40
41         * configure.in: Bump version
42
43         * === Released 2.7.5 ===
44
45         * configure.in: Bump version
46
47         * NEWS: Updates
48
49 2005-08-01  Matthias Clasen  <mclasen@redhat.com>
50
51         * gtk/gtkfixed.c (gtk_fixed_put): Fix a typo, spotted by
52         David Odin.
53
54         * gtk/Makefile.am (install-data-local): 
55         * gtk/gtksettings.c (gtk_settings_class_init): Rename the 
56         default theme to "Raleigh".  (#312254, Thomas Wood)
57
58         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Create the icon window
59         with the correct dimensions.  (#312256, Mike Morrison)
60
61         * gtk/gtktextbuffer.h: 
62         * gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED here
63         as well.
64
65         * gtk/gtkuimanager.c (update_node): Update tooltips when 
66         reconnecting toolitems.  (#312173, Alex Graveley)
67
68         * gdk/x11/gdkxftdefaults.c: Define the hint styles to make
69         building against fc < 2.2.92 work.  (#311839, Damien Carbery)
70
71         * gdk/x11/gdkevents-x11.c (gdk_check_wm_desktop_changed): Make
72         tracking the on_all_desktops state work better.
73
74         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_move_to_current_desktop): 
75         Don't do anything if the window is on all desktops.  (#311803,
76         Elijah Newren)
77
78 2005-08-01  Dom Lachowicz <cinamod@hotmail.com>
79
80         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Part of #168326
81
82 2005-08-01  Matthias Clasen  <mclasen@redhat.com>
83
84         * gtk/gtkclipboard.c (gtk_clipboard_set_image) 
85         (gtk_clipboard_set_text): Don't leak atom names.  (#311933,
86         Peter Zelezny)
87
88         * gtk/gtkmain.c (do_post_parse_initialization): Call
89         gettext_initialization() here as well.  (#311612, Dan Winship)
90
91 2005-08-01  Tor Lillqvist  <tml@novell.com>
92
93         * gdk/win32/gdkwindow-win32.c (gdk_window_set_urgency_hint):
94         Implement using FlashWindowEx(). (#309423)
95
96 2005-07-30  Hans Breuer  <hans@breuer.org>
97
98         * gtk/makefile.msc.in tests/makefile.msc : updated
99
100 2005-07-30  Johan Dahlin  <jdahlin@async.com.br>
101
102         * gtk/gtkctree.c (gtk_ctree_class_init): Do not use | 
103         G_PARAM_STATIC_NAME in the type field, makes subclassing possible.
104
105 2005-07-29  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
106
107         * docs/reference/gtk/migrating-GtkAction.sgml: Declaring the 
108         GtkActionEntry arrays static const. Fixes #301612.
109
110 2005-07-29  J. Ali Harlow  <ali@juiblex.co.uk>
111
112         * gtk/Makefile.am: Include gtkwin32embed.h in EXTRA_DIST
113         unconditionally. Fixes #311972.
114
115 2005-07-28  Federico Mena Quintero  <federico@ximian.com>
116
117         * perf/README: Update for the new API of the profiler.
118
119         * perf/gtkwidgetprofiler.[ch]: New files with a widget profiler
120         object.  This is the old content of timers.[ch] turned into a nice
121         object, with signals for creation and reporting.  The profiler
122         needs to maintain some state when reusing the widget, so it's
123         useful to turn it into a real object.
124
125         Break down timing show_all into GTK_WIDGET_PROFILER_REPORT_MAP and
126         GTK_WIDGET_PROFILER_REPORT_EXPOSE.
127
128         * perf/main.c: Refactor to use GtkWidgetProfiler.
129
130         * perf/appwindow.c (content_area_new): Make this just create a
131         notebook, instead of a complex arrangement of panes.
132
133         * perf/widgets.h: New header file for all the "create a widget"
134         utility functions.
135
136         * perf/treeview.c: New file.  Moved the tree view part from
137         appwindow.c over to here; GtkTreeView really needs its own tests.
138         (tree_view_new): Set the shadow type to IN.
139
140         * perf/textview.c: Likewise moved over from appwindow.c, but for
141         GtkTextView.
142         (text_view_new): Set the shadow type to IN.
143
144         * perf/Makefile.am (testperf_SOURCES): Add the new source files;
145         remove appwindow.h and timers.[ch].
146
147         * perf/timers.[ch]: Removed.
148
149         * perf/appwindow.h: Removed.
150
151 2005-07-29  Tor Lillqvist  <tml@novell.com>
152
153         * gdk/win32/gdkevents-win32.c: Remove ifdeffed out code relating
154         to the gdk-ping message. Use the global _gdk_display instead of
155         calling gdk_display_get_default() or gdk_drawable_get_display()
156         which would return _gdk_display anyway.
157         (append_event, apply_filters, gdk_event_translate): Drop any
158         GdkDisplay parameter as we only have one display anyway. Use
159         _gdk_display where needed.
160         (gdk_event_apply_filters): Delete, move the code into its only
161         caller, apply_filters().
162         (generate_button_event): Factor out code from two places in
163         gdk_event_translate().
164         (gdk_event_translate): Call generate_button_event() in place of
165         inline code.
166
167         * gdk/win32/gdkevents-win32.c (generate_grab_broken_event): New
168         static function to generate and append the GDK_GRAB_BROKEN events.
169         (gdk_pointer_grab, gdk_keyboard_grab): Generate grab broken events
170         when overriding a grab inside the application, like in the X11
171         backend. Final bits of the fix for #107320, hopefully.
172         (print_event): Handle also GDK_SETTING, GDK_OWNER_CHANGE and
173         GDK_GRAB_BROKEN events.
174         (gdk_event_translate): Call generate_grab_broken_event() in place
175         of inline code.
176         
177         * gdk/win32/gdkdrawable-win32.c (blit_inside_drawable): Rename
178         from blit_inside_window(), as it now does blitting inside a
179         bitmap, too. No code change, still just call BitBlt().
180         (_gdk_win32_blit): Check for source equalling destination
181         first. (#169508, #131977) 
182         Do away with the superfluous local draw_impl variable, the
183         parameter to this function is already a GdkDrawableImplWin32*, no
184         need to copy and cast it.
185
186 2005-07-28  Robert Ögren  <gtk@roboros.com>
187
188         Avoid spurious core pointer events when the tablet pen is lifted.
189         (#167000)
190
191         * gdk/win32/gdkinput-win32.c (set_ignore_core): New static function,
192         handles delayed unsetting of _gdk_input_ignore_core.
193         (_gdk_input_other_event): Call set_ignore_core instead of setting
194         _gdk_input_ignore_core directly.
195
196 2005-07-28  Dom Lachowicz <cinamod@hotmail.com>
197
198         * modules/engines/ms-windows/*: Re-sync with gtk-wimp CVS. Notable
199         changes include: menu/toolbars have a gradient applied to them; better
200         handling of menu/toolbar shadows, tracking theme settings;
201         sliders/scales now use XP theming; status bar grippies drawn properly;
202         convincing toolbar grippies are drawn for the Win2k theme; notebook
203         tabs now have that orange stripe across their top; a host of scrollbar
204         bugs are fixed
205         
206 2005-07-27  Tor Lillqvist  <tml@novell.com>
207
208         * gdk/win32/gdkmain-win32.c (_gdk_win32_psstyle_to_string): Handle
209         PS_ALTERNATE, too.
210
211         * gdk/win32/gdkmain-win32.c (gdk_screen_get_height_mm): Fix for
212         multi-monitor cases. (#311677, Tim Evans)
213
214 2005-07-26  Owen Taylor  <otaylor@redhat.com>
215
216         * gtk/gtknotebook.c (gtk_notebook_page_allocate): Fix to be
217         monotonic in the original size (#308145, Morten Welinder)
218
219 2005-07-26  Elijah Newren  <newren@gmail.com>
220
221         Revert part of patch from #166379; don't have gtk_window_present()
222         change a window's desktop, but rather leave it up to the WM.
223         (#311653)
224         
225         * gtk/gtkwindow.c (gtk_window_present_with_time): Don't change a
226         window's workspace
227
228 2005-07-26  Tor Lillqvist  <tml@novell.com>
229
230         * gtk/gtkplug-win32.c: Declare GetAncestor() and define GA_PARENT
231         if missing (MSVC6). (#311633)
232
233 2005-07-26  Federico Mena Quintero  <federico@ximian.com>
234
235         * perf/: New directory with the start of a framework for testing
236         performance in GTK+.
237
238         * Makefile.am (SRC_SUBDIRS): Added the perf directory.
239
240         * configure.in (AC_OUTPUT): Generate perf/Makefile.
241
242 2005-07-26  Matthias Clasen  <mclasen@redhat.com>
243
244         * gtk/gtkfilechooserdefault.c: Fix up includes on Win32.  
245         (#311630, Kazuki Iwamoto)
246
247         * gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to 
248         the list of keysyms to ignore for composition, since
249         AltGr keys produce it in some keyboard layouts.  (#307283)
250
251         * gtk/gtkwidget.h: 
252         * gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from
253         gtk_widget_new as well, pointed out by Kjartan Maraas.
254
255 2005-07-25  Matthias Clasen  <mclasen@redhat.com>
256
257         * gtk/gtkhsv.c (paint_triangle): Pad out the full width, in 
258         an attempt to work around bug #311225. 
259
260         * gtk/gtktreemodelsort.c: Trivial doc fixes.
261
262         * gtk/gtktreesortable.c: Talk about comparison functions, not
263         sort functions in some places.  (#311398, Fabrice Bauzac)
264
265         * gtk/gtk.symbols: 
266         * gtk/gtkobject.[hc]: 
267         * gtk/gtkfilechooserdialog.[hc] 
268         * gtk/gtkdialog.[hc]: Remove the G_GNUC_NULL_TERMINATED marker
269         from a number of varargs functions where we allow to omit the
270         varargs completely.  (#311465, Callum McKenzie)
271
272 2005-07-22  Matthias Clasen  <mclasen@redhat.com>
273
274         * === Released 2.7.4 === 
275
276         * NEWS: Updates
277
278         * gtk/gtkmessagedialog.c (gtk_message_dialog_format_secondary_markup): 
279         Point out escaping oversight.  (#311260, Owen Taylor)
280
281 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
282
283         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): Cleanup
284         a possible resize idle.  (#311141, Robert Ögren)
285
286         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_changed): 
287         (gtk_tree_model_sort_sort_level): Ref the level while using it,
288         otherwise it may get nuked by gtk_tree_model_sort_increment_stamp.
289         (gtk_tree_model_sort_row_deleted): Don't leak the root level 
290         here.  (#300089, James Bramford, Markku Vire)
291
292 2005-07-21  Federico Mena Quintero  <federico@ximian.com>
293
294         * gtk/gtkfilechooser.c (gtk_file_chooser_set_filename): Clarify
295         the usage of this function.
296         (gtk_file_chooser_set_uri): Likewise.
297         (gtk_file_chooser_set_current_name): Likewise.
298
299         * gtk/gtkfilechooserdefault.c (set_file_system_backend):
300         Instrument this function for profiling as well.
301         (gtk_file_chooser_default_init): Likewise; just to have a marker
302         of where instance initialization begins.
303
304 2005-07-21  Owen Taylor  <otaylor@redhat.com>
305
306         * gtk/gtkwidget.c (update_pango_context): Fix a couple of leaks.
307
308 2005-07-21  Christian Rose  <menthos@menthos.com>
309
310         * configure.in: Added "hy" to ALL_LINGUAS.
311
312 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
313
314         * NEWS: Updates
315
316         * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Be
317         a bit more careful to not shrink the label to a negative
318         width.  (#311175, Thomas Vander Stichele)
319
320         * gtk/gtk.symbols: mark gtk_socket_steal as deprecated.
321
322         * configure.in: Bump the cairo requirement.
323
324 2005-07-19  Owen Taylor  <otaylor@redhat.com>
325
326         * gtk/gtksettings.c gtk/gtkwidget.c: Change machinery for
327         following font rendering xsettings to set cairo font
328         options on PangoContext
329
330         * gdk/x11/gdkxftdefaults.c gdk/x11/gdkevents-x11.c gdkscreen-x11.h
331         gdkprivate-x11.h: Get default values for rendering options
332         (such as antialiasing, dpi) from the Xft resources for the
333         display, borrowing a bit of code from Xft.
334
335         * gtk/gtksettings.c (gtk_settings_class_init): Fix docs for
336         values of gtk-xft-hintstyle.
337
338 2005-07-21  Tor Lillqvist  <tml@novell.com>
339
340         Make GtkPlug/Socket cross-platform: Add Win32 implementation,
341         splice out X11 implementation to separate files. (#58541)
342             
343         * gtk/gtk.symbols: Make GtkPlug/Socket API available with all
344         backends.
345
346         * gtk/Makefile.am: Changes to build GtkPlug/Socket with all
347         backends.
348
349         * gtk/gtksocket.c
350         * gtk/gtkplug.c: Splice out backend-dependend parts to separate
351         files, see below.
352
353         * gtk/gtksocketprivate.h
354         * gtk/gtkplugprivate.h: New files. Declare the backend-specific
355         functions, and the private backend-independent functions they call
356         back to.
357
358         * gtk/gtksocket-stub.c
359         * gtk/gtkplug-stub.c
360         * gtk/gtksocket-x11.c
361         * gtk/gtkplug-x11.c
362         * gtk/gtksocket-win32.c
363         * gtk/gtkplug-win32.c
364         * gtk/gtkwin32embed.h
365         * gtk/gtkwin32embed.c: New files, containing the backend-specific
366         parts of GtkPlug/Socket.
367
368         * gtk/gtkxembed.h
369         * gtk/gtkxembed.c (_gtk_xembed_message_name): New function, used
370         in error messages and debugging output.
371         
372         * gtk/gtkwindow.c (gtk_window_show): No need for ifdef, can now
373         use GTK_IS_PLUG() with all backends.
374
375         * tests/testsocket_common.c: Make it work on Win32, too.
376
377 2005-07-21  Tor Lillqvist  <tml@novell.com>
378
379         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Use
380         wide-char API when available. (#311079, Peter Zelezny)
381
382 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
383
384         * gtk/gtkwidget.c (gtk_widget_modify_bg, gtk_widget_modify_base): 
385         Add hints on how to handle "no window" widgets.  (#136347)
386
387 2005-07-20  Keith Packard  <keithp@keithp.com>
388
389         * gdk/x11/gdkdrawable-x11.c: (gdk_x11_ref_cairo_surface):
390
391         Follow change in cairo API to add Screen* to
392         cairo_xlib_create_surface_for_bitmap
393
394 2005-07-20  Matthias Clasen  <mclasen@redhat.com>
395
396         * gtk/gtkicontheme.c (load_svg_at_size): Explicitly use the 
397         svg loader, if available. This should help with the fact that
398         svg is not reliably sniffable with the current gdk-pixbuf sniffing
399         code. 
400
401         * gtk/gtkstyle.c (gtk_default_draw_expander): Make sure expanded
402         expanders are not fuzzy.  (#310172, reported by Alexander Larsson,
403         patch by Owen Taylor)
404
405         * gtk/gtkdnd.c (gtk_drag_begin_internal): Don't fail if we
406         can't get a keyboard grab.  (#168351)
407
408         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_[sg]et_property):
409         Add GTK_FILE_CHOOSER_PROP_DO_OVERWRITE_CONFIRMATION. 
410
411 2005-07-19  Federico Mena Quintero  <federico@ximian.com>
412
413         * gtk/gtkfilechooserdefault.c: Added a few utility functions for
414         profiling; instrument the code, make it conditional.
415
416 2005-07-19  Kristian Rietveld  <kris@gtk.org>
417
418         * gtk/gtkentry.c (gtk_entry_move_forward_word): don't iterate
419         past the end of the string, so pango_layout_get_cursor_pos() won't
420         complain. (#309211, Tommi Komulainen).
421
422 2005-07-19  Tor Lillqvist  <tml@novell.com>
423
424         * gtk/gtkmain.c (check_sizeof_GtkWindow, check_sizeof_GtkBox):
425         Don't bother mentioning the -fnative-struct (used by GCC 2) switch
426         in the error message any longer.
427
428 2005-07-18  Matthias Clasen  <mclasen@redhat.com>
429
430         * gdk/gdkpixbuf-render.c: Small formatting fixes in doc comments. 
431
432         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted) 
433         (gtk_combo_box_model_row_inserted): Remove useless calls
434         to gtk_tree_row_reference_inserted/deleted, since we
435         don't use manual row references here. 
436
437         * gtk/gtkmain.c (gtk_parse_args, gtk_init_with_args): Call
438         gettext_initialization before checking gtk_initialized, otherwise
439         there are scenarios where it is not called at all. For an
440         example, see tests/testfilechooserbutton.c.  (#310323, 
441         Arkady L. Shane)
442
443 2005-07-18  Tor Lillqvist  <tml@novell.com>
444
445         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get): Be sure to remove
446         any possible leftover clipping region in the DC if we don't want
447         any clipping. Thanks to Robert Ögren. (#309823)
448
449         * configure.in (GDK_EXTRA_LIBS): [Win32] Bypass libtool, use
450         -Wl,-luuid. This avoids a libtool warning as libuuid is static.
451
452 2005-07-18  Matthias Clasen  <mclasen@redhat.com>
453
454         * gtk/gtkcombobox.c (gtk_combo_box_set_focus_on_click): Propagate
455         the focus-on-click value to the button.  (#310543, Christian Persch)
456
457         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a note
458         about the need to handle expose events. We really need a chapter
459         on the GTK+ drawing model that we can refer to here... (#310765,
460         Steve Chaplin)
461
462 2005-07-16  Tor Lillqvist  <tml@novell.com>
463
464         * configure.in (GDK_EXTRA_LIBS): [Win32] Put -luuid back, it is
465         needed in case one builds without the ie55 stuff. (#310582)
466
467 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
468         
469         * configure.in: Bump version
470
471         * === Released 2.7.3 ===
472         
473         * gdk/gdkdraw.c (gdk_draw_drawable): Add better docs.  
474         (#310192, Owen Taylor)
475
476 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
477
478         * NEWS: Updates
479
480         * gtk/gtkentry.c (gtk_entry_move_forward_word): 
481         (gtk_entry_move_backward_word): Don't treat whitespace as
482         words for keynav, pointed out by Owen Taylor.
483
484 2005-07-15  Federico Mena Quintero  <federico@ximian.com>
485
486         * gtk/gtkfilechooserdefault.c
487         (should_respond_after_confirm_overwrite): Take the parent folder
488         path instead of the display name, to avoid doing duplicated work
489         in gtk_file_chooser_default_should_respond().
490
491 2005-07-15  Federico Mena Quintero  <federico@ximian.com>
492
493         * gtk/gtkfilechooserdefault.c
494         (confirm_dialog_should_accept_filename): Take the display name of
495         the folder as well so that we can present a better message.  Use a
496         stock cancel button, "_Replace", and GTK_STOCK_SAVE_AS.
497         (gtk_file_chooser_default_should_respond): Pass the file part and
498         folder display name directly to the function above.  Oops, only do
499         the confirmation dialog if the file exists.
500
501 2005-07-15  Federico Mena Quintero  <federico@ximian.com>
502
503         * gtk/gtkfilechooserdefault.c
504         (confirm_dialog_should_accept_filename): Use header capitalization
505         for the buttons, per the HIG.
506
507         * gtk/gtk.symbols: Add the new functions.
508
509         * tests/testfilechooser.c (confirm_overwrite_cb): Add a test for
510         the confirm-overwrite signal.
511
512         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Remove the
513         stub documentation for the "confirm-overwrite" signal.
514         (gtk_file_chooser_set_do_overwrite_confirmation): Add "Since: 2.8"
515         to the docs.
516         (gtk_file_chooser_get_do_overwrite_confirmation): Likewise.
517
518 2005-07-14  Federico Mena Quintero  <federico@ximian.com>
519
520         Add overwrite confirmation for SAVE mode.  Fixes bug #152850:
521
522         * gtk/gtkfilechooser.h: Add prototypes for
523         gtk_file_chooser_set/get_do_overwrite_confirmation().
524         (GtkFileChooserConfirmation): New enum for the result of the
525         "confirm-overwrite" signal.
526
527         * gtk/gtkmarshalers.list: Add ENUM:VOID.
528
529         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add a
530         "do-overwrite-confirmation" boolean property.
531         (gtk_file_chooser_set_do_overwrite_confirmation): Implement.
532         (gtk_file_chooser_get_do_overwrite_confirmation): Implement.
533         (confirm_overwrite_accumulator): New accumulator for the signal.
534
535         * gtk/gtkfilechooserutils.h (GtkFileChooserProp): Add
536         GTK_FILE_CHOOSER_PROP_DO_OVERWRITE_CONFIRMATION.
537
538         * gtk/gtkfilechooserutils.c
539         (_gtk_file_chooser_install_properties): Override the
540         do-overwrite-confirmation property.
541
542         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserIface): Add a
543         confirm_overwrite signal to the vtable.
544
545         * gtk/gtkfilechooserdefault.c
546         (gtk_file_chooser_default_set_property): Handle the new property.
547         (gtk_file_chooser_default_get_property): Likewise.
548         (get_selected_file_info_from_file_list): New helper function; code
549         taken from list_selection_changed().
550         (list_selection_changed): Use get_selected_file_info_from_file_list().
551         (should_respond_after_confirm_overwrite): New function.
552         (gtk_file_chooser_default_should_respond): Confirm when necessary.
553
554 2005-07-14  Matthias Clasen  <mclasen@redhat.com>
555
556         * gtk/gtk.symbols: Add new exported symbols.
557
558 2005-07-14  Tor Lillqvist  <tml@novell.com>
559
560         * gtk/gtkfilesystemwin32.c (filename_get_info): Implement getting
561         the MIME type of a file. Look it up in the Registry. Bug reported
562         by Hans Oesterholt.
563
564 2005-07-14  Tor Lillqvist  <tml@novell.com>
565
566         * configure.in (GDK_EXTRA_LIBS): Don't need -luuid on Win32. It
567         was some leftover, and in fact occasionally caused issues with
568         libtool as it made its way into the libgdk-win32-2.0.la file and
569         that way into the .la files of all libraries that depend on
570         GDK. (This happened only when building from CVS and not using a
571         full "make install" which would run the sanitize-la.sh script.)
572
573 2005-07-14  Matthias Clasen  <mclasen@redhat.com>
574
575         * gdk/x11/gdkevents-x11.c (set_screen_from_root): Don't assert if 
576         the xrootwin is invalid.  (#309997, Barbie LeVille)
577         (gdk_event_translate): Ignore events with an invalid root field.
578
579         * configure.in: Set interface age to 0.
580
581         * gtk/gtkimmodule.h: Move G_BEGIN_DECLS to the right spot, noticed
582         by Akira Tagoh.
583
584 2005-07-14  Kristian Rietveld  <kris@gtk.org>
585
586         * gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_queue_resize): new
587         function (fixes #169961, reported by Morten Welinder).
588
589 2005-07-14  Kristian Rietveld  <kris@gtk.org>
590
591         * gtk/gtktreeview.[ch] (gtk_tree_view_get_visible_range): new
592         function. (fixes #105252, suggestion from Mikael Hallendal).
593
594 2005-07-13  Manish Singh  <yosh@gimp.org>
595
596         * demos/gtk-demo/iconview_edit.c: remove unused variable.
597
598 2005-07-13  Kristian Rietveld  <kris@gtk.org>
599
600         * gtk/gtktreemodel.[ch] (gtk_tree_row_reference_get_model): new
601         function. (#160879, Stefan Kost).
602
603 2005-07-13  Kristian Rietveld  <kris@gtk.org>
604
605         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): paint a flat box
606         on the area the treeview got allocated extra vertically (fixes
607         #142063, reported by Brian Bober).
608
609         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
610         make this function calculate real_cell_area and real_background_area
611         correctly. (fixes #309249, reported by Bernd Demian).
612
613 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
614
615         * gtk/gtkcalendar.c (calendar_realize_arrows): Fix an 
616         unintentional case of width-for-height... (#310133, Luis Villa)
617
618 2005-07-13  Kristian Rietveld  <kris@gtk.org>
619
620         * gtk/gtktreeview.c (gtk_tree_view_new_column_width): let's take
621         the MIN of width and max_width here, not width and max_width != -1.
622         (fixes #144480, reported by Mikael Magnusson).
623
624 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
625
626         * gtk/gtkicontheme.c (load_themes): Don't keep the caches
627         for unthemed directories in a separate list, instead append
628         them at the end of the dir_mtimes list, so that we can check
629         them for staleness like the other caches.  (#310221, Mark 
630         McLoughlin)
631
632         * configure.in: Check that we have a new enough Cairo.
633
634 2005-07-13  Robert Ögren  <gtk@roboros.com>
635
636         Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
637         on Windows. (#167004, thanks to "pnohant" for testing)
638
639         Code cleanup: Remove the unused and unmaintained code for using a
640         non-system tablet context (USE_SYSCONTEXT ifdef:s), suggested
641         by Tor Lillqvist.
642
643         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Handle
644         tablet drivers that don't support WTI_DDCTXS/WTI_DSCTXS gracefully.
645         Sligthly reorganize and simplify the code to support this.
646         (_gdk_input_wintab_init_check, _gdk_input_other_event): Remove
647         USE_SYSCONTEXT ifdef:s and the code for the case it was not defined.
648         (gdk_input_window_find_within): Removed.
649
650 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
651
652         * gdk/win32/bdfcursor.c: Add Copyright/License information.
653         
654 2005-07-13  Kristian Rietveld  <kris@gtk.org>
655
656         * gtk/gtktreeview.c (validate_row): when !separator, don't add
657         the focus_line_width to width/height (happens in
658         _column_cell_get_size), but do add the vertical-separator to height,
659         we weren't taking this into account before.
660
661         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
662         take vertical-separator into account. (#309137, Ross Burton).
663
664 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
665
666         * tests/treestoretest.c: 
667         * tests/testxinerama.c: 
668         * tests/testtreeview.c: 
669         * tests/testtreefocus.c: 
670         * tests/testtreeflow.c:
671         * tests/testtreeedit.c: 
672         * tests/testtreecolumns.c: 
673         * tests/testtext.c: 
674         * tests/testtextbuffer.c: 
675         * tests/testspinbutton.c: 
676         * tests/testsocket_common.c: 
677         * tests/testsocket_child.c: 
678         * tests/testsocket.c: 
679         * tests/testmultiscreen.c: 
680         * tests/testmultidisplay.c: 
681         * tests/testmerge.c: 
682         * tests/testmenus.c: 
683         * tests/testmenubars.c: 
684         * tests/testicontheme.c: 
685         * tests/testfilechooser.c: 
686         * tests/testentrycompletion.c: 
687         * tests/testdnd.c: 
688         * tests/testcombochange.c: 
689         * tests/testactions.c: 
690         * tests/testcombo.c: 
691         * tests/simple.c: 
692         * gtk/gtktextutil.c: 
693         * gtk/gtktexttypes.h: 
694         * gtk/gtktexttypes.c: 
695         * gtk/gtktexttagprivate.h: 
696         * gtk/gtktextsegment.h: 
697         * gtk/gtktextiterprivate.h: 
698         * gtk/gtktextchildprivate.h: 
699         * gtk/gtktextbtree.h: Add Copyright/License information.
700
701         * gtk/gtkicontheme.c (gtk_icon_theme_get_default) 
702         (gtk_icon_theme_get_for_screen): Add a warning about
703         unreffing icon themes.  (#310163, Rodney Dawes)
704
705 2005-07-13  Kristian Rietveld  <kris@gtk.org>
706
707         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): quit
708         maintaining the iter on every iteration, only get the iter when
709         we are about to call the foreach_func. Gives us a 10x speedup,
710         since maintaining iters is a lot more expensive than maintaining
711         paths. We lose a bit of sanity checking though. Thanks go to
712         Billy Biggs for pointing this out.
713
714 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
715
716         * tests/testcairo.c (draw): Fix the same confusion here, too.
717
718         * gdk/gdkgc.c (make_stipple_tile_surface): Fix 
719         cairo_content_t <-> cairo_format_t confusion.  (#310086,
720         Carlos Garnacho Parro)
721
722         * gtk/gtkfilesystemunix.c 
723         (gtk_file_system_unix_volume_get_display_name): Follow
724         the Nautilus change and rename "Filesystem" to "File System",
725         string change.  (#310047, Vincent Noel)
726         
727 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
728
729         * demos/gtk-demo/iconview.c: Rename this demo.
730
731         * demos/gtk-demo/iconview_edit.c: Add a demo for icon view
732         editing and drag-and-drop.
733
734         * demos/gtk-demo/geninclude.pl.in: Accept dashes in demo titles.
735
736 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
737
738         * gtk/theme-bits/decompose-bits.c: 
739         * gtk/gtkfilechooserembed.c: 
740         * gtk/gtktextmarkprivate.h: 
741         * gtk/gtktexttagtable.h: 
742         * gtk/gtktexttagtable.c: 
743         * gtk/gtkrc.key.emacs: Add Copyright/License information.
744
745         * gdk/linux-fb/gdkrender-fb.c: 
746         * gdk/linux-fb/gdkpango-fb.c: 
747         * gdk/linux-fb/gdkdrawable-fb2.c: 
748         * gdk/linux-fb/gdkgc-fb.c: 
749         * gdk/linux-fb/gdkfbswitch.c: Add Copyright/License information.
750
751         * gdk/gdkwindow.h: 
752         * gdk/gdkvisual.h: 
753         * gdk/gdkselection.h: 
754         * gdk/gdkselection.c: 
755         * gdk/gdkregion.h: 
756         * gdk/gdkproperty.h: 
757         * gdk/gdkpixmap.h: 
758         * gdk/gdkpixbuf.h: 
759         * gdk/gdkkeyuni.c: 
760         * gdk/gdkintl.h: 
761         * gdk/gdkinput.h: 
762         * gdk/gdkimage.h: 
763         * gdk/gdkgc.h: 
764         * gdk/gdkfont.h: 
765         * gdk/gdkevents.h: 
766         * gdk/gdkdnd.h: 
767         * gdk/gdkcursor.h: 
768         * gdk/gdkcolor.h: Add Copyright/License information.
769
770 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
771
772         * modules/input/imm-extra.h: Add Copyright/License information.
773
774 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
775
776         * gtk/gtktexttag.c (gtk_text_tag_class_init) 
777         (gtk_text_tag_set_property): Remove the runtime warning about 
778         the invisible property, add a warning about possible remaining
779         problems to the documentation of the property.  (#66194)
780
781         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Don't
782         ever go unconditionally to the buffer ends; that doesn't work
783         if the initial or final portion of the buffer are invisible.
784
785 2005-07-11  Kristian Rietveld  <kris@gtk.org>
786
787         * gtk/gtktreeview.c (gtk_tree_view_class_init): add binding entry
788         for ctrl + backspace (move focus to parent without affecting
789         selection),
790         (gtk_tree_view_real_select_cursor_parent): implement ctrl+backspace
791         and simplify the function a bit. (#309296, Kathy Fernandes).
792
793 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
794
795         Make gtk_window_present() move the window to the current
796         desktop, instead of letting the WM change the current
797         desktop to where the window is.  (#166379, Elijah Newren)
798         
799         * gdk/gdk.symbols: 
800         * gdk/x11/gdkx.h: 
801         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_move_to_current_desktop): 
802         New function to move a window to the current desktop.
803         
804         * gtk/gtkwindow.c (gtk_window_present_with_time): Move the
805         window to the current desktop before giving it focus.  
806
807 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
808
809         When dragging text, use a drag icon showing the (ellipsized)
810         text that is being dragged: (#161132, Kevin Duffus, patch
811         by Carlos Garnacho Parro)
812         
813         * gtk/gtktextutil.h: 
814         * gtk/gtktextutil.c (_gtk_text_util_create_drag_icon): Add
815         a function to create a pixmap for use when dragging text.
816
817         * gtk/gtktextview.c (gtk_text_view_start_selection_dnd): 
818         * gtk/gtklabel.c (gtk_label_motion): 
819         * gtk/gtkentry.c (gtk_entry_motion_notify): Use a drag icon
820         showing the text being dragged.  
821
822 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
823
824         * gtk/gtkentry.c (gtk_entry_move_forward_word) 
825         (gtk_entry_move_backward_word): Match the text view change
826         to allow selecting whitespace with double-click.
827
828         * gtk/gtktextview.c (extend_selection): Make double-clicking
829         between words select whitespace.  (#309860, Mike Miller, patch
830         by Paolo Borelli)
831
832         * gtk/gtkiconview.c: Documentation improvements.  (#309946, 
833         Torsten Schoenfeld)
834
835 2005-07-10  Kristian Rietveld  <kris@gtk.org>
836
837         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): remove
838         unneeded check for negative window_y.
839
840 2005-07-10  Kristian Rietveld  <kris@gtk.org>
841
842         * gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): also move
843         to the next match when ctrl+g is pressed. (#156657, Matt T. Proud).
844
845 2005-07-10  Kristian Rietveld  <kris@gtk.org>
846
847         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): rework
848         function to make page up/down behave the same as in GtkTextView.
849         (Fixes #101220, Owen Taylor).
850
851 2005-07-09  Kristian Rietveld  <kris@gtk.org>
852
853         Fix #305737, patch from Tomislav Jonjic. This makes the
854         gtk_tree_store_insert* family of functions emit row_has_child_toggled
855         when needed (they didn't do that before).
856
857         * gtk/gtktreestore.c (gtk_tree_store_insert): emit
858         row_has_child_toggled when needed,
859         (gtk_tree_store_insert_before): fix a possible memleak,
860         emit row_has_child_toggled when needed,
861         (gtk_tree_store_insert_after): ditto.
862
863 2005-07-09  Kristian Rietveld  <kris@gtk.org>
864
865         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): when
866         open_all is TRUE, traverse the newly built tree to emit
867         row_expanded for the subitems. (rev 1.444, patch in #172319
868         broke this). Fixes #305582, reported by Billy Biggs.
869
870 2005-07-09  Tor Lillqvist  <tml@novell.com>
871
872         * configure.in: Look for windres on Win32. Drop build/* from
873         AC_CONFIG_FILES.
874
875         * Makefile.am: Drop build from SUBDIRS. 
876
877         * gdk/win32/rc/Makefile.am
878         * gdk/Makefile.am
879         * gtk/Makefile.am: Don't use the scripts in build/win32 to compile
880         the rc files into resource object files. (This means we lose the
881         build number increment magic, but I doubt it was that useful
882         anyway.) Instead use windres directly. To pass a normal .o file
883         produced by windres through libtool, which would want a .lo file,
884         pass it directly to the linker using a -Wl option.
885
886         * gdk/win32/rc/gdk.rc.in
887         * gtk/gtk-win32.rc.in: Replace BUILDNUMBER with 0.
888
889 2005-07-08  Kristian Rietveld  <kris@gtk.org>
890
891         Fixes #165034, reported by Jorn Baayen.
892
893         * gtk/gtkrbtree.[ch] (_gtk_rbtree_set_fixed_height): add a
894         mark_valid parameter (so we can mark all nodes as valid when we
895         are setting them to the fixed height).
896
897         * gtk/gtktreeview.c (initialized_fixed_height_mode): mark all
898         nodes as valid when setting the fixed height,
899         (do_validate_rows): update call to _set_fixed_height,
900         (gtk_tree_view_row_inserted): mark node as valid when fixed
901         height mode is enabled and a height has been set,
902         (gtk_tree_view_build_tree): if fixed height mode is enabled,
903         mark new nodes as valid in addition to setting the height.
904
905 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
906
907         * configure.in: Bump version
908         
909         * === Released 2.7.2 ===
910
911         * NEWS: Updates
912
913         * gtk/gtkcelllayout.c (gtk_cell_layout_pack_start): 
914         (gtk_cell_layout_pack_end): Add a note about reusing cell
915         renderers.
916
917         * gtk/gtkdnd.c (gtk_drag_update_cursor): Pass a GdkDragAction to
918         gtk_drag_get_cursor.  (#309784, Sebastien Bacher)
919
920 2005-07-08  Tor Lillqvist  <tml@novell.com>
921
922         * gtk/gtkfilesel.c: Use g_get_host_name().
923
924 2005-07-07  Matthias Clasen  <mclasen@redhat.com>
925
926         * configure.in: Add -DHPPEX -DSHMLINK to CFLAGS for HP-UX.  
927         (#162979, Paul Cornett)
928
929         * gtk/gtkhscale.c (gtk_hscale_new_with_range): 
930         (gtk_vscale_new_with_range): Add some additional docs on 
931         precision here too.  (#309238, Steve Chaplin)
932
933         * gdk/x11/gdkmain-x11.c (generate_grab_broken_event): Don't
934         generate events on destroyed windows.
935
936         Implement Drag-and-Drop to the file list.  (#145121, Sven Neumann)
937         
938         * gtk/gtkfilechooserdefault.c (file_list_drag_data_received_cb) 
939         (file_list_drag_drop_cb, file_list_drag_motion_cb): New functions
940         to handle drag-and-drop on the file list.
941         (create_file_list): Set up drag-and-drop handlers on the file list.
942
943 2005-07-07  Matthias Clasen  <mclasen@redhat.com>
944
945         Fix #157787, reported by Jonathan Blandford: 
946         
947         * gtk/gtkfilechooserdefault.c 
948         (gtk_file_chooser_default_set_current_folder): Don't leave a 
949         "trail" behind when set_current_folder is called explicitly.
950         (gtk_file_chooser_default_update_current_folder): New function
951         that is called to update the current folder in response to
952         user actions.
953
954         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Add a boolean
955         keep_trail argument, and don't leave a "trail" behind unless
956         it is set.
957
958 2005-07-06  Manish Singh  <yosh@gimp.org>
959
960         * demos/gtk-demo/menus.c: change_orientation() should return void,
961         remove unused variable in do_menus().
962
963 2005-07-06  Tor Lillqvist  <tml@novell.com>
964
965         * gdk/win32/gdkcursor-win32.c
966         (gdk_win32_icon_to_pixbuf_libgtk_only): Don't create the GdkPixbuf
967         until we know that we have something to put in it.
968
969 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
970
971         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Add some
972         additional docs on precision.  (#309238, Steve Chaplin)
973
974         * modules/input/imime.c: Fix includes.  (#309462, Kazuki IWAMOTO)
975
976 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
977
978         * doc/tools/widgets.c: Actually generate a file-button
979         image.
980
981 2005-07-06  Tor Lillqvist  <tml@novell.com>
982
983         * gdk/win32/gdkcursor-win32.c: Add comment about the current named
984         cursor implementation, and what it maybe really should do.
985         (gdk_win32_icon_to_pixbuf_libgtk_only): New function, code moved
986         here from gtk/gtkfilesystemwin32.c:extract_icon().
987         (gdk_cursor_get_image): Use
988         gdk_win32_icon_to_pixbuf_libgtk_only().
989
990         * gdk/gdk.symbols
991         * gdk/win32/gdkwin32.h: Declare gdk_win32_icon_to_pixbuf_libgtk_only().
992
993         * gtk/gtkfilesystemwin32.c (extract_icon): Use
994         gdk_win32_icon_to_pixbuf_libgtk_only().
995
996 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
997
998         * gtk/gtkmenu.c (gtk_menu_grab_notify): Take window
999         groups into account.  (#309473, Diego Gonzalez)
1000
1001         * gtk/gtkwindow.[hc]: Add a non-exported function to
1002         get the grab widget of a window group.
1003
1004 2005-07-05  Kristian Rietveld  <kris@gtk.org>
1005
1006         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): in the
1007         'main' expose loop, add back the calls to _set_cell_data
1008         removed earlier. (#309221, Matthias Clasen).
1009
1010 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
1011
1012         * demos/gtk-demo/menus.c: Demonstrate vertical menubars.
1013
1014         * gtk/gtk.symbols:
1015         * gtk/gtkaboutdialog.[hc]: Add a wrap-license property
1016         with getter and setter.  (#165012, Christian Rose,
1017         based on a patch by Christian Persch)
1018
1019 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
1020
1021         * gdk/Makefile.am: Distribute the keyname-table.h header 
1022         and the files that are used to construct it.  (#309421,
1023         J. Ali Harlow)
1024
1025 2005-07-04  Matthias Clasen  <mclasen@redhat.com>
1026
1027         * gtk/gtkmenubar.c (gtk_menu_bar_set_pack_direction) 
1028         (gtk_menu_bar_set_child_pack_direction): Queue a resize
1029         on the contained menuitems as well.  
1030
1031         * demos/gtk-demo/appwindow.c: Break some overlong lines. 
1032
1033 2005-07-03  Hans Breuer  <hans@breuer.org>
1034
1035         * **/makefile.msc[.in] : updated
1036         * gtk/gtkiconcache.c : <io.h> for open()
1037         * gtk/gtkstyle.c : use G_PI instead of M_PI
1038
1039         * gdk/win32/gdkcursor-win32.c : implement gdk_cursor_new_from_name()
1040         by mapping the lower case win32 api name to the respective cursor.
1041         E.g. pass "wait" to get the IDC_WAIT cursor. Also allows to load
1042         cursors from named resources in the executable.
1043         (gdk_cursor_get_image) : just return NULL for now.
1044
1045         * gdk/win32/gdkgeometry-win32.c : implement gdk_window_move_region()
1046         by delegation to ScollWindowEx(), untested.
1047
1048         * gdk/win32/gdkwindow-win32.c : stub for gdk_window_set_urgency_hint()
1049
1050 2005-07-03  Matthias Clasen  <mclasen@redhat.com>
1051
1052         * gtk/gtkimagemenuitem.c: Hmm, when committing my vertical
1053         menubar patch, I forgot the GtkImageMenuItem changes. And I
1054         managed to do 2 releases without noticing that...
1055
1056         * gtk/gtksettings.c (gtk_settings_class_init): Correct the 
1057         blurb for the icon-sizes setting. String change.  
1058         (#309355, Benjamin Berg)
1059
1060 2005-07-01  Matthias Clasen  <mclasen@redhat.com>
1061
1062         * configure.in: Bump version.
1063
1064         * === Released 2.7.1 ===
1065         
1066         * NEWS: Updates
1067
1068 2005-07-01  Matthias Clasen  <mclasen@redhat.com>
1069
1070         * gtk/gtkfilesel.c (cmpl_init_state): Prevent an infinite
1071         loop when G_FILENAME_ENCODING is invalid.  (#309280, Padraig Brady)
1072
1073 Thu Jun 30 14:17:24 2005  Manish Singh  <yosh@gimp.org>
1074
1075         * gdk/x11/gdkprivate-x11.h: declare _gdk_xgrab_check_button_event.
1076
1077         * gtk/gtkbutton.c: fix signature of gtk_button_grab_broken.
1078
1079 2005-06-30  Matthias Clasen  <mclasen@redhat.com>
1080
1081         * gdk/x11/gdkvisual-x11.c (gdk_visual_decompose_mask): Avoid
1082         infinite loop if a mask is zero.  (#309222, David Saxton)
1083
1084         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_fetch_child): 
1085         Clarify the code, gcc 4 complains about predecrement in MAX().
1086
1087         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): Don't
1088         prematurely unregister callbacks. 
1089
1090         * NEWS: Updates
1091
1092 2005-06-29  Matthias Clasen  <mclasen@redhat.com>
1093
1094         * gtk/gtkbutton.c (gtk_button_grab_broken): Handle broken
1095         grabs.
1096
1097         * gtk/gtkrange.c (gtk_range_grab_broken): Handle broken 
1098         grabs.
1099
1100         * gdk/gdkevents.h: Add a boolean to specify wether the broken
1101         grab was implicit.
1102
1103         * gdk/x11/gdkdisplay-x11.c (gdk_display_pointer_is_grabbed): 
1104         As the documentation states, don't return TRUE for
1105         implicit grabs.
1106
1107         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add
1108         a boolean field to store wether a pointer grab is implicit.
1109
1110         * gdk/x11/gdkmain-x11.c (_gdk_xgrab_check_button_event): 
1111         Track implicit grabs.
1112
1113         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Call
1114         _gdk_xgrab_check_button_event for button events.
1115
1116 2005-06-28  Matthias Clasen  <mclasen@redhat.com>
1117
1118         * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size2): 
1119         Make sure that cell boxes are always completely inside
1120         the item area. 
1121
1122 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
1123
1124         * demos/gtk-demo/main.c (create_tree): Make the list of
1125         demos scrollable.
1126
1127         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
1128         Fix positioning at the end of the line for lines ending
1129         in invisible characters.
1130         (gtk_text_layout_get_line_display): Set display->layout 
1131         to a PangoLayout, even for totally invisible lines. 
1132
1133         * gtk/gtkmenushell.c (gtk_menu_shell_grab_broken): Ignore
1134         GrabBroken events which are caused by overgrabbing inside
1135         the application; menus rely on these for their operation.
1136         
1137         * gdk/gdkevents.h (struct _GdkEventGrabBroken): Add a 
1138         grab_window field.
1139
1140         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Set
1141         grab_window to NULL when generating GrabBroken events for
1142         WM_KILLFOCUS messages.
1143
1144         * gdk/x11/gdkmain-x11.c (_gdk_xgrab_check_unmap) 
1145         (_gdk_xgrab_check_destroy): Set grab_window to NULL when
1146         generating GrabBroken events when the grab window becomes
1147         unviewable or is destroyed.
1148
1149         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab, gdk_keyboard_grab): 
1150         Generate GrabBroken events when overriding a grab inside
1151         the application. In this case, set grab_window to the new
1152         grab_window.
1153         
1154 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
1155
1156         * gtk/gtkbutton.c (gtk_real_button_activate): Continue
1157         to activate even if we can't grab the keyboard.
1158         (gtk_button_finish_activate): Only ungrab when we have
1159         a keyboard grab.  (#172998, William Jon McCann)
1160
1161 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
1162
1163         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): 
1164         Avoid a segfault. (#309054)
1165
1166 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
1167
1168         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add
1169         fields for grab timestamps.
1170
1171         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab, gdk_keyboard_grab): 
1172         Store grab timestamps when grabbing.
1173         
1174         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard_ungrab) 
1175         (gdk_display_pointer_ungrab): Don't unset the grab_window
1176         if the timestamps indicate that the ungrab will fails.
1177
1178         * gtk/gtkmenu.c (gtk_menu_grab_notify): Cancel menus when 
1179         they are grab-shadowed by something thats not a 
1180         submenu.  (#145416, Euan MacGregor)
1181
1182 2005-06-27  Owen Taylor  <otaylor@redhat.com>
1183
1184         * gtk/gtk[hv]ruler.c (gtk_[hv]ruler_draw_ticks): 
1185         Fix indentation.
1186
1187 2005-06-27  Kjartan Maraas  <kmaraas@gnome.org>
1188
1189         * gtk/gtkhruler.c: (gtk_hruler_draw_ticks): Fix leaks
1190         * gtk/gtkvruler.c: (gtk_vruler_draw_ticks): Same
1191         Closes bug #308953.
1192
1193 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
1194
1195         * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Use
1196         GMappedFile.
1197
1198         * configure.in: Require GLib 2.7.1
1199
1200 2005-06-26  Matthias Clasen  <mclasen@redhat.com>
1201
1202         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): 
1203         Unregister XIM callbacks here.  (#309054)
1204
1205         * modules/input/gtkimcontextxim.h: Small cleanup.
1206
1207         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
1208         scroll offset when drawing the box.  (#308834, Tom von 
1209         Schwerdtner)
1210
1211 2005-06-26  Tor Lillqvist  <tml@novell.com>
1212
1213         * gdk/Makefile.am
1214         * gtk/Makefile.am: Current GNU tools do understand the PRIVATE
1215         keyword, so no need to remove those entries from the import
1216         library. libtool installs the .dll.a import library itself, so no
1217         need to do it here. Install the .def file.
1218
1219 Sun Jun 26 00:04:36 2005  Manish Singh  <yosh@gimp.org>
1220
1221         * gdk/gdkevents.c (gdk_event_get_time, gdk_event_get_state): add
1222         GDK_GRAB_BROKEN to the switch cases.
1223
1224         * gtk/gtkmenushell.c (gtk_menu_shell_grab_broken): remove unused
1225         variables.
1226
1227         * gtk/gtkpaned.c (gtk_paned_grab_broken): return TRUE.
1228
1229 2005-06-26  Matthias Clasen  <mclasen@redhat.com>
1230
1231         * gtk/gtktreeview.c (gtk_tree_view_grab_broken): Stop column
1232         header drag operations if the grab is broken.
1233
1234         * gtk/gtkhsv.c (gtk_hsv_grab_broken): Stop the drag if
1235         the grab is broken.
1236
1237         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't do 
1238         explicitly ungrab pointer and keyboard. We're unmapping
1239         the grab window anyway. 
1240         (gtk_combo_box_popup): Handle grab failures.
1241
1242 2005-06-25  Matthias Clasen  <mclasen@redhat.com>
1243
1244         * gdk/x11/gdkmain-x11.c (gdk_keyboard_grab, gdk_pointer_grab):
1245         Don't emit grab-broken for overgrabbing, until we figure
1246         out how to do that without breaking the menu code.
1247
1248 2005-06-25  Matthias Clasen  <mclasen@redhat.com>
1249
1250         Add a GrabBroken event to GDK, and a grab-broken-event
1251         signal to GtkWidget.  (#107320, Simon Cooke, initial patch 
1252         by John Ehresman)
1253
1254         * gdk/gdkevents.h: Add a GDK_GRAB_BROKEN event type,
1255         define a GdkEventGrabBroken event struct.
1256
1257         * gdk/win32/gdkevents-win32.c (gdk_event_translate): 
1258         Generate GrabBroken events in response to WM_KILLFOCUS.
1259
1260         * gdk/x11/gdkmain-x11.c: Generate GrabBroken events
1261         when a grab is broken by the window becoming unviewable,
1262         or by another grab from the same client.
1263         
1264         * gtk/gtkwidget.h (GtkWidgetClass): Add grab_broken_event.
1265
1266         * gtk/gtkwidget.c (gtk_widget_event_internal): Translate
1267         GrabBroken events into grab_broken_event signals.
1268
1269         * gtk/gtkmain.c (gtk_main_do_event): Propagate GrabBroken
1270         events.
1271
1272         * gtk/gtkmenushell.c (gtk_menu_shell_grab_broken): Deactivate
1273         the menu when the grab is broken.
1274
1275         * gtk/gtkcolorsel.c (gtk_color_selection_grab_broken): Stop 
1276         the color picker if the grab is broken.
1277
1278         * gtk/gtkpaned.c (gtk_paned_grab_broken): Stop the drag if
1279         the grab is broken.
1280
1281 2005-06-25  Matthias Clasen  <mclasen@redhat.com>
1282
1283         Add some new stock items.  (#166480, Kristof Vansant)
1284         
1285         * gtk/stock-icons/stock_fullscreen_16.png: 
1286         * gtk/stock-icons/stock_fullscreen_24.png: 
1287         * gtk/stock-icons/stock_leave_fullscreen_16.png: 
1288         * gtk/stock-icons/stock_leave_fullscreen_24.png: 
1289         * gtk/stock-icons/stock_info_16.png: 
1290         * gtk/stock-icons/stock_info_24.png: New icons.
1291
1292         * gtk/stock-icons/Makefile.am: Add new icons.
1293
1294         * gtk/gtkstock.h: Define names for the new icons.
1295
1296         * gtk/gtkstock.c (builtin_items): Register new stock items.
1297         
1298         * gtk/gtkiconfactory.c (get_default_icons): Register new 
1299         stock icons.
1300
1301 2005-06-24  Owen Taylor  <otaylor@redhat.com>
1302
1303         * gdk/gdkrgb.c (gdk_rgb_select_conv): Fix up selection of
1304         conversion functions for MSB machines: convert_0888[_br]
1305         now work on bytes so are endian independent. 
1306         (Reported by David Zeuthen)
1307
1308 2005-06-24  Matthias Clasen  <mclasen@redhat.com>
1309
1310         * gtk/gtktextview.c (gtk_text_view_scroll_hpages): Don't
1311         jump to the next line if we are at the end of the line.  
1312         (gtk_text_view_move_cursor_internal): Make movement by
1313         paragraphs up/down symmetric.  (#307055, Behnam Esfahbod)
1314
1315 2005-06-23  Tor Lillqvist  <tml@novell.com>
1316
1317         Improve and simplify line segment rendering on Win32, especially
1318         the implementation of GDK_CAP_NOT_LAST, and dashed lines. Fixes
1319         bugs #306396 and #308413.
1320
1321         * gdk/win32/gdkprivate-win32.h (GdkGCWin32): Save the GdkGC's
1322         line_style, cap_style and join_style as such in the
1323         GdkGCWin32. Don't need to keep the pen_double_dash flag, we can
1324         check the line_style.
1325
1326         * gdk/win32/gdkgc-win32.c (fixup_pen): New internal function. Sets
1327         up the GDI pen type, style, end cap and join attributes to use
1328         based on the pen width, GDK line style, end cap style, and join
1329         style.
1330
1331         For a narrow (zero-width) GDK pen with the GDK_CAP_NOT_LAST end
1332         cap style, which typically are used for XOR drawing where it is
1333         essential that the last pixel is not drawn, use a GDI cosmetic
1334         pen. Only for a cosmetic pen does GDI not draw the last pixel. I
1335         deduced this by experimetation, the documentation is rather vague.
1336
1337         For other GDK pens use a geometric GDI pen. If the width is 0 or 1
1338         and the GDK end cap style is GDK_CAP_BUTT, and the line style is
1339         GDK_LINE_SOLID, use PS_ENDCAP_ROUND. This ensures that also
1340         single-pixel length lines are drawn. (For sngle-pixel width lines
1341         roundness as such is of course irrelevant.) For dashed lines, use
1342         PS_ENDCAP_FLAT.
1343
1344         For wide lines use PS_ENDCAP_FLAT, _ROUND or _SQUARE,
1345         respectively, for GDK_CAP_BUTT, GDK_CAP_ROUND and GDK_CAP_PROJECTING.
1346
1347         For one pixel on-off dashed lines, use PS_ALTERNATE, it seems to
1348         work better than PS_USERSTYLE. For other dashed lines, use
1349         PS_USERSTYLE and the dashes as set by the user (or the default
1350         four-pixel on-off style).
1351
1352         (gdk_win32_gc_values_to_win32values, gdk_win32_gc_set_dashes):
1353         Call fixup_pen() to do the pen settings after modifying some of
1354         the GDK GC attributes that affect pens.
1355
1356         * gdk/win32/gdkdrawable-win32.c (render_line_horizontal,
1357         render_line_vertical, draw_segments): Check GdkGCWin32::line_style
1358         instead of the the removed pen_double_dash member. Don't use
1359         PATCOPY unconditionally in the PatBlt() call, use a raster op
1360         code that depends on the GC function in use.
1361
1362         (draw_rectangle, draw_segments, draw_lines): Be more careful in
1363         deciding when to do the manual dash rendering.
1364
1365         (draw_segments): Don't do any manual "last point" drawing at
1366         all. The above changes takes care of narrow line segments being
1367         drawn correctly in most cases, at least on NT-based Windows.
1368
1369 2005-06-23  Matthias Clasen  <mclasen@redhat.com>
1370
1371         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): 
1372         Fix an error in the cache timeout logic.  (#166601, Morten
1373         Welinder)
1374
1375         * gtk/gtktreeview.c (gtk_tree_view_key_press): Change the
1376         keynav for header reordering and resizing to Alt-arrows and
1377         Shift-Alt-arrows, following a proposal by the keynav 
1378         authority. (#308666, Calum Benson)
1379
1380         * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Remove
1381         a leftover debugging envvar.  
1382
1383 2005-06-23  Owen Taylor  <otaylor@redhat.com>
1384
1385         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Fix the
1386         big endian case for 3-channel source. (Reported by
1387         David Zeuthen)
1388
1389 2005-06-23  Matthias Clasen  <mclasen@redhat.com>
1390
1391         * gtk/gtkbutton.c (gtk_button_construct_child): Don't
1392         trigger warnings if there are extra references to the
1393         hbox.  (#308677, Dan Winship)
1394
1395         * gtk/gtkfilesystemunix.c (bookmark_list_write): Use
1396         g_file_set_contents().  (#308722, Morten Welinder)
1397
1398 2005-06-22  Matthias Clasen  <mclasen@redhat.com>
1399
1400         * gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the
1401         time field in the event.  (#308573, Morten Welinder)
1402
1403         * gtk/gtkfilesystemunix.c: Remove gratitious differences
1404         between the stable branch and HEAD, which sneaked in with
1405         the bookmark renaming.  
1406
1407 2005-06-22  Kjartan Maraas  <kmaraas@gnome.org>
1408
1409         * gtk/gtkhsv.c: (gtk_hsv_expose): Don't leak the cairo context
1410         Closes bug #308581.
1411
1412 2005-06-21  Matthias Clasen  <mclasen@redhat.com>
1413
1414         * gtk/gtkarrow.c:
1415         * gtk/gtkimage.c:
1416         * gtk/gtklabel.c:
1417         * gtk/gtkpixmap.c: Modify all of the GtkMisc widgets to round down
1418         on centering calculations to match the behaviour of other parts
1419         of GTK+. (#307419, Ryan Lortie)
1420
1421 2005-06-21  Matthias Clasen  <mclasen@redhat.com>
1422
1423         * gtk/gtkdnd.c (gtk_drag_source_set): Connect to 
1424         button-release-event as well, to handle touchscreen 
1425         scenarios better.  (#171490, Markku Vire)
1426
1427         * gtk/*.h: Trivial cleanups. (#169647, #303455, 
1428         Fabricio Barros Cabral, Benoit Carpentier)
1429
1430         * gdk/gdk.symbols: 
1431         * gdk/gdkwindow.h: 
1432         * gdk/x11/gdkgeometry-x11.c (gdk_window_move_region): New
1433         function which can be used to implement scrolling in 
1434         non-window widgets.  (#135165, Søren Sandmann)
1435
1436 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
1437
1438         * gtk/gtkiconcache.c: Handle MAP_FAILED.  (#308449, Georg
1439         Schwarz)
1440
1441 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
1442
1443         * configure.in: Bump version number.
1444
1445         * === Released 2.7.0 ===
1446
1447 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
1448
1449         * gtk/gtk.symbols:
1450         * gtk/gtkwindow.h:
1451         * gtk/gtkwindow.c (gtk_window_present_with_time): Variant of
1452         gtk_window_present which takes a timestamp.  (#166379, Elijah Newren)
1453
1454 2005-06-19  Matthias Clasen  <mclasen@redhat.com>
1455         
1456         * gtk/gtk.symbols: Add a forgotten symbol
1457
1458         * NEWS: Updates
1459
1460 2005-06-19  Kristian Rietveld  <kris@gtk.org>
1461
1462         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a
1463         check which avoids processing updates on bin_window and scrolling
1464         if the node is already visible. (#170600, Billy Biggs).
1465
1466 2005-06-19  Kristian Rietveld  <kris@gtk.org>
1467
1468         * gtk/gtktreeview.c (validate_visible_area): only keep the
1469         row at the same position if the full row is visible. (#304623,
1470         Jorn Baayen).
1471
1472 2005-06-19  Kristian Rietveld  <kris@gtk.org>
1473
1474         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set dy to zero
1475         if treeview's height is smaller than the current page_size (just
1476         like we do elsewhere).
1477
1478 2005-06-19  Kristian Rietveld  <kris@gtk.org>
1479
1480         Make mousewheel scrolling possible in typeahead mode, suggestion
1481         from Reinout van Schouwen (#307898).
1482
1483         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
1484         connect treeview search window to scroll_event signal,
1485         (gtk_tree_view_search_scroll_event): implement.
1486
1487 2005-06-19  Kristian Rietveld  <kris@gtk.org>
1488
1489         * gtk/gtktreeview.c (gtk_tree_view_search_button_press_event): pass
1490         the event on to treeview, so it has a change of selecting a row, etc.
1491         (#169677, Kirk Bridger).
1492
1493 2005-06-19  Kristian Rietveld  <kris@gtk.org>
1494
1495         This commit includes a fix for #169463, Stefan Kost.
1496
1497         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_get_size):
1498         when cell_area is set, return cell_area width/height as width/height,
1499         so the focus rectangle will be drawn correctly.
1500
1501         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): drop unneeded get
1502         of focus-line-width property,
1503         (validate_row): take focus_line_width into account.
1504
1505         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
1506         also take focus_line_width into account when calculating the cell_area
1507         y and height (before, we only took it into account when calculating
1508         x and width).
1509
1510 2005-06-19  Matthias Clasen  <mclasen@redhat.com>
1511
1512         * gtk/gtk.symbols:
1513         * gtk/gtksizegroup.[hc]: Add an ignore-hidden property
1514         with getter and setter.  (#171612, Christian Neumair)
1515
1516 2005-06-18  Matthias Clasen  <mclasen@redhat.com>
1517
1518         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Make this 
1519         work for inserting before/after an existing menuitem or
1520         toolitem.  (#155946, Christian Persch)
1521
1522         * tests/testmerge.c (delayed_toggle_dynamic): Test the 
1523         "insert after" functionality of gtk_ui_manager_add_ui.
1524
1525         * gtk/gtkuimanager.c: Allow to construct menu tool buttons.
1526         (#300678, Sven Neumann)
1527         
1528         * demos/gtk-demo/appwindow.c: Demonstrate menu tool buttons
1529         constructed with GtkUIManager.
1530
1531         * gtk/gtk.symbols: 
1532         * gtk/gtkimage.h: 
1533         * gtk/gtkimage.c (gtk_image_clear): Make this function
1534         public.  (#64792, Havoc Pennington)
1535
1536 2005-06-18  Kristian Rietveld  <kris@gtk.org>
1537
1538         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): undo merging
1539         of the separate loop setting cell data with cell drawing loop
1540         (introduced in revision 1.280), since this breaks focus handling
1541         wrt special cells.
1542
1543 Sat Jun 18 04:22:51 2005  Manish Singh  <yosh@gimp.org>
1544
1545         * gdk/gdkcursor.h: remove GDK_CURSOR and GDK_IS_CURSOR, instance
1546         checks don't work on boxed types.
1547
1548         * gdk/x11/gdkcursor-x11.c: 
1549         * gdk/gdkcursor.c: make return_if_fail checks != NULL instead of
1550         GDK_IS_CURSOR.
1551         
1552 Sat Jun 18 04:21:58 2005  Manish Singh  <yosh@gimp.org>
1553
1554         * gtk/gtktreeview.c (do_presize_handler): remove unused variable
1555         height_old.
1556
1557 2005-06-18  Matthias Clasen  <mclasen@redhat.com>
1558
1559         * gtk/gtkcellrenderertoggle.c:
1560         * gtk/gtktextview.c:
1561         * gtk/gtktreeview.c: Typo fixes in comments.
1562
1563         * gtk/gtkpaned.c (gtk_paned_add): Barf if more than
1564         2 children are added.  (#308111, Morten Welinder)
1565
1566         * gtk/gtkcalendar.c (gtk_calendar_init): _NL_FIRST_WEEKDAY is
1567         1-based.  (#163842, Pierre Ossman)
1568
1569 2005-06-17  Kristian Rietveld  <kris@gtk.org>
1570
1571         Fix #160281, testcase from Peter Bloomfield.
1572
1573         * gtk/gtktreeview.c (do_presize_handler): always size request
1574         and update adjustments in fixed height mode,
1575         (gtk_tree_view_build_tree): if a fixed height is set, set this
1576         height on newly added nodes.
1577
1578 2005-06-17  Tor Lillqvist  <tml@novell.com>
1579
1580         * gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Set the actions
1581         and suggested_action fields in the GdkDragContext to
1582         GDK_ACTION_COPY. Otherwise apps that check the suggested_action
1583         field, like eog, won't accept dropped files.
1584
1585 2005-06-17  Matthias Clasen  <mclasen@redhat.com>
1586
1587         Support the ICCCM urgency hint.  (#61858, Havoc Pennington)
1588         
1589         * gtk/gtk.symbols: 
1590         * gtk/gtkwindow.[hc]: Add a GtkWindow::urgency-hint property
1591         with getter and setter.
1592
1593         * gdk/gdk.symbols: 
1594         * gdk/gdkwindow.h: 
1595         * gdk/x11/gdkwindow-x11.c (gdk_window_set_urgency_hint): 
1596         Add a setter for the urgency hint.
1597
1598         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Store
1599         urgency hint here.
1600
1601         * gdk/x11/gdkwindow-x11.c (update_wm_hints): Set the urgency
1602         hint in the WM_HINTS property when appropriate.
1603
1604 2005-06-17  Matthias Clasen  <mclasen@redhat.com>
1605
1606         * gdk/gdkcursor.h: Define GDK_IS_CURSOR() and GDK_CURSOR().
1607
1608         * gdk/x11/gdkcursor-x11.c: 
1609         * gdk/gdkcursor.c: Improve some return_if_fail checks,
1610         and add the missing non-Xcursor fallback for 
1611         _gdk_x11_cursor_update_theme(), noticed by Jeroen 
1612         Zwartepoorte.
1613
1614         * gtk/gtkbutton.c (gtk_button_class_init): Document
1615         several button signals as not useful.
1616
1617         * gtk/gtkentrycompletion.c (gtk_entry_completion_complete): 
1618         Resize the popup if necessary.  (#308076, Vincent Noel)
1619
1620         * gtk/gtkwindow.c (gtk_window_real_set_focus): Queue a
1621         draw on the old and new focus widgets, if their defaultness
1622         changes.  (#305607, Billy Biggs)
1623
1624 2005-06-17  Kristian Rietveld  <kris@gtk.org>
1625
1626         * gtk/gtktreeview.c (validate_visible_area): make sure the row
1627         above 'above_path' is always in a validated state, so it does
1628         not mess up scrolling. (#303319, testcase from Billy Biggs).
1629
1630 2005-06-17  Matthias Clasen  <mclasen@redhat.com>
1631
1632         * gdk/x11/gdkprivate-x11.h: 
1633         * gdk/x11/gdkcursor-x11.c: Handle cursor theme changes
1634         for cached cursors which are not associated with a window
1635         at the time of the theme change, by storing a serial
1636         number in each cursor, and updating the theme_serial 
1637         counter whenever the cursor theme changes.
1638         
1639         * gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme): 
1640         Private function to update a cursor to the current
1641         cursor theme if necessary.
1642
1643         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
1644         * gdk/x11/gdkwindow-x11.c (gdk_window_set_cursor): Call
1645         _gdk_x11_cursor_update_theme() here.
1646
1647 2005-06-17  Owen Taylor  <otaylor@redhat.com>
1648
1649         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Fix
1650         #if G_BYTE_ORDER == GDK_LSB_FIRST.
1651
1652 2005-06-17  Kristian Rietveld  <kris@gtk.org>
1653
1654         * gtk/gtktreeview.c (validate_visible_area): don't try to update
1655         the top_row rowref ourselves here, but just have _dy_to_top_row()
1656         do it,
1657         (gtk_tree_view_scroll_to_cell): handle scrolling via
1658         validate_visible_area() if the treeview is not visible or needs
1659         reallocation. (#165246, Nickolay V. Shmyrev).
1660
1661 2005-06-17  Kristian Rietveld  <kris@gtk.org>
1662
1663         Fixes #307914 (Alexander Larsson), fixing some breakage caused
1664         by my previous commit.
1665
1666         * gtk/gtktreeview.c (validate_visible_area): force dy to be zero
1667         when it fits on a single page,
1668         (scroll_sync_handler): same here.
1669
1670 Thu Jun 16 15:33:42 2005  Manish Singh  <yosh@gimp.org>
1671
1672         * gdk/x11/gdkcursor-x11.c (update_cursor): remove unused variable.
1673
1674         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_get_cursor): use
1675         g_return_val_if_fail.
1676
1677         * gtk/gtkdnd.c (gtk_drag_get_cursor): initialize hot_x and hot_y
1678         for all cases.
1679
1680         * gtk/gtkfilechooserdefault.c (button_new): gtk_button_set_image
1681         takes a GtkWidget, not a GtkImage.
1682
1683 2005-06-16  Matthias Clasen  <mclasen@redhat.com>
1684
1685         * gtk/gtkfilechooserdefault.c (button_new): Simplify
1686         the code and respect the show-button-images setting.
1687         (#307941, Vincent Noel)
1688
1689         * gtk/gtkdnd.c: Update the RGBA cursor if an
1690         icon is set after the cursor has been constructed.
1691         Also handle repeated setting of icons correctly.
1692
1693 2005-06-16  Matthias Clasen  <mclasen@redhat.com>
1694
1695         * gtk/gtkbutton.c (gtk_button_set_image): Add some more
1696         docs.  (#307818, Christian Persch)
1697
1698 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
1699
1700         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
1701         Initialize all fields of the expose event.  (#151693,
1702         Jim Evins)
1703
1704 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
1705
1706         * gdk/x11/gdkcursor-x11.c (gdk_cursor_get_image): Get
1707         red and blue in place.
1708
1709         * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
1710         formatting, pointed out by Kjartan Maraas.
1711
1712         * gtk/gtksettings.c: Add two new settings, 
1713         gtk-cursor-theme-name and gtk-cursor-theme-size to
1714         control the cursor theme.
1715
1716         * gdk/x11/gdkevents-x11.c: Add two new X settings,
1717         Gtk/CursorThemeName and Gtk/CursorThemeSize, and map
1718         these to the gtk settings.
1719
1720         * tests/testgtk.c (create_cursors): Add a cursor theme
1721         testcase.
1722
1723         * gdk/x11/gdkwindow-x11.[hc]: Keep a reference to the 
1724         GdkCursor and add a private getter for it, so that we can 
1725         update the cursor when the cursor theme changes.
1726         
1727         * gdk/gdk.symbols: 
1728         * gdk/x11/gdkx.h: 
1729         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): 
1730         New function to change the cursor theme.
1731
1732         * gdk/x11/gdkwindow-x11.c: Remove a lot of pointless
1733         g_return_if_fail() non-NULL checks.
1734
1735 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
1736
1737         * gdk/abicheck.sh: Use uniq to filter out duplicates.
1738         * gdk/gdk.symbols: Fix a define.
1739
1740 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1741
1742         * gtk/gtkwindow.c (gtk_window_parse_geometry):
1743         Fix up the example.  (#307699, Michal Suchanek)
1744
1745 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1746
1747         * gtk/gtkcalendar.c: Update num_marked_dates as we
1748         used to do.  (#307689, Thorsten Schoenfeld)
1749  
1750 2005-06-14  Federico Mena Quintero  <federico@ximian.com>
1751
1752         Merged from gtk-2-6:
1753
1754         Fix #302087:
1755
1756         * gtk/gtkfilechooserdefault.c (list_selection_changed): Emit
1757         "selection-changed" and do the normal housekeeping even if we are
1758         in SAVE mode and there is nothing selected.  We didn't emit that
1759         signal if we were in SAVE mode and unselect_all() got called.
1760         (gtk_file_chooser_default_unselect_all): Call
1761         pending_select_paths_free() so that we cancel any asynchronous
1762         selections.
1763         (gtk_file_chooser_default_set_current_name): Likewise.
1764
1765 2005-06-14  Federico Mena Quintero  <federico@ximian.com>
1766
1767         Merged from gtk-2-6:
1768
1769         Fixes #307640:
1770
1771         * gtk/gtkfilechooserdefault.c
1772         (gtk_file_chooser_default_should_respond): Oops, I broke SAVE
1773         mode.  If the parent path is a folder, only create a subfolder if
1774         we are in CREATE_FOLDER mode; if we are in SAVE mode, just return
1775         and respond.  Also, pick up the case where the user types
1776         "dirname/" instead of "dirname".
1777         (check_save_entry): Make the return type void.  Add some return
1778         parameters so that we can do more thorough checking.
1779         (gtk_file_chooser_default_get_paths): If the file part is empty
1780         and we are in SAVE mode, return an empty selection.
1781
1782 2005-06-15  Kristian Rietveld  <kris@gtk.org>
1783
1784         Patch for #163214 (reported by Tommi Komulainen) and fixes some
1785         other scrolling/validation related bugs along the why.
1786
1787         * gtk/gtktreeview.c (gtk_tree_view_size_request): run
1788         do_validate_rows once and don't queue a size request there,
1789         (gtk_tree_view_size_allocate): don't update vadj value without
1790         reason, sync top_row/dy after the window sizes and adjustments
1791         are in sync again,
1792         (validate_visible_area): always update dy when scrolling,
1793         manually set top_row here after changing the vadj (don't depend
1794         on _adjustment_changed and top_row/dy sync to do this), since we
1795         now always set top_row here correctly, we can always free
1796         scroll_to_path at the end which avoids infinite expose loops,
1797         (do_validate_rows): add queue_resize boolean, remove top_row/dy
1798         sync here, we cannot do it safely at this place since the
1799         window sizes and adjustments are out of sync,
1800         (validate_rows), (validate_rows_handler): update call to
1801         do_validate_rows().
1802
1803 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1804
1805         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_name): Add a 
1806         stub for the no-Xcursor case. (noticed by Luis Villa)
1807
1808         Use named cursors for the DND cursors, the names are "dnd-none",
1809         "dnd-copy", "dnd-link", "dnd-move" and "dnd-ask". Also use an RGBA 
1810         cursor instead of cursor+window when possible. This saves 
1811         roundtrips during the drag operation, and makes translucent icons 
1812         possible.
1813         
1814         * gtk/gtkdndcursors.h: New file, containing inlined pixbufs
1815         for the default dnd cursors.
1816
1817         * gtk/gtkdnd.c (struct _GtkDragSourceInfo): Store the cursors
1818         used during the drag here, also store the icon pixbuf here. 
1819
1820         * gtk/gtkdnd.c (drag_cursors): Store the cursor names here. Also
1821         switch the default cursors from xbm to inlined pixbufs. 
1822
1823         * gtk/gtkdnd.c (gtk_drag_get_cursor): This function now takes the
1824         GtkDragSourceInfo as well, since it has to composite the 
1825         drag-specific cursors. The cursors combined from the image of
1826         the themed cursor and the icon_pixbuf stored in the info.
1827
1828         * gtk/gtkdnd.c (gtk_drag_begin_internal): Don't set the default
1829         icon if there is an icon_pixbuf, which will be composited into
1830         the cursor later.
1831
1832         * gtk/gtkdnd.c (set_icon_stock_pixbuf): If appropriate, store
1833         the pixbuf in the info struct for later compositing into the
1834         cursor instead of creating an icon window.
1835         
1836         * gtk/gtkdnd.c (gtk_drag_drop_finished): If we used an
1837         RGBA cursor for the drag, and need to display the cancel
1838         animation, construct the icon window here.
1839
1840         * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Unref the 
1841         drag-specific cursors and the icon_pixbuf when done with
1842         the drag.
1843
1844 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1845
1846         * gtk/gtkcolorsel.c (make_picker_cursor): Use a named cursor
1847         with the name "color-picker", when available.
1848
1849         * gdk/gdk.symbols: 
1850         * gdk/gdkcursor.h: 
1851         * gdk/x11/gdkcursor-x11.c (gdk_cursor_get_image) 
1852         (gdk_cursor_new_from_name): New functions to construct named
1853         cursors and to get the image used for a cursor.  
1854
1855 2005-06-13  Matthias Clasen  <mclasen@redhat.com>
1856
1857         * gtk/gtkpathbar.[hc]: Rework the way in which rerooting of the
1858         path bar is done, implementing the following principles:
1859         (#137289, patch by Benjamin Otte)
1860         
1861         1. Re-root only if $HOME is an ancestor of the current path.
1862
1863         2. When re-rooting, make sure the Left arrow appears in the path 
1864         bar, so that you can navigate up from $HOME to /.  In that case, 
1865         make sure the Right arrow doesn't appear if the sub-hierarchy from 
1866         $HOME to the cwd fits in the window.
1867
1868         3. Make sure that hitting Alt-Up takes you always one folder up, 
1869         even when the path bar is re-rooted.
1870
1871         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
1872         Try harder not to modify readonly strings. (#307541, Torsten Schoenfeld)
1873
1874         * gtk/gtkfilechooserbutton.c (model_update_current_folder): 
1875         Free the data of the row before overwriting it.  (#307490,
1876         Kjartan Maraas)
1877
1878 2005-06-13  Kjartan Maraas  <kmaraas@gnome.org>
1879
1880         * gtk/gtkcalendar.c: (calendar_paint_arrow): Don't
1881         leak the cairo context. Closes bug #307426.
1882
1883 2005-06-13  Matthias Clasen  <mclasen@redhat.com>
1884
1885         Make invisible text work a bit better (#66194, patch by
1886         Jeroen Zwartepoorte)
1887         
1888         * gtk/gtk.symbols:
1889         * gtk/gtktextiter.[hc]: Add function to move by
1890         visible lines.
1891
1892         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): 
1893         Skip invisible text when moving by paragraphs.
1894
1895         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_visually): 
1896         Skip invisible lines here too.
1897
1898 2005-06-12  Matthias Clasen  <mclasen@redhat.com>
1899
1900         * gtk/gtkselection.c (gtk_target_list_add_image_targets): 
1901         Don't leak the format names.  (#307190, Morten Welinder)
1902
1903 2005-06-12  Kjartan Maraas  <kmaraas@gnome.org>
1904
1905         * gdk/x11/gdkasync.c: (send_event_handler): Plug
1906         a leak. Closes bug #307281.
1907
1908 2005-06-12  Matthias Clasen  <mclasen@redhat.com>
1909
1910         * gtk/gtkcalendar.c (calendar_paint_header): 
1911         (gtk_calendar_size_request): Allow localization of the
1912         format in which the year is displayed.  (#135451, Paisa 
1913         Seeluangsawat)
1914
1915         * gdk/*.h: Cleanup.  (#169648, Fabricio Barros Cabral)
1916
1917         * gdk/gdkcairo.c: Small doc additions.
1918
1919         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): 
1920         Check start_button_mask before starting a drag.  (#149058, 
1921         Andreas Volz)
1922
1923         * gtk/gtkfilesystemunix.c: Support .hidden files.  (#129170,
1924         Sayamindu Dasgupta, patch by Jan Arne Petersen)
1925
1926 2005-06-11  Matthias Clasen  <mclasen@redhat.com>
1927
1928         * NEWS: Updates.
1929
1930         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): More docs
1931         provided by Owen Taylor.
1932
1933         * gtk/gtk.symbols: 
1934         * gtk/gtkiconview.h: 
1935         * gtk/gtkiconview.c (gtk_icon_view_get_visible_range): 
1936         Add a function to determine what parts of the model are
1937         visible.  (#306726, Jonathan Blandford)
1938
1939         * gtk/gtkfilesystemunix.c (create_file_info): Treat backup
1940         files the same way as hidden files, to be closer to what
1941         Nautilus does.  (#136196, Sean Middleditch)
1942
1943 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1944
1945         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
1946         Don't modify strings returned from gettext().
1947
1948 Fri Jun 10 19:06:03 2005  Manish Singh  <yosh@gimp.org>
1949
1950         * gtk/gtktextdisplay.c (render_para): don't use deprecated
1951         gdk_gc_unref function.
1952
1953 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1954
1955         Allow setting paragraph background.  (#81045, Gustavo
1956         Carneiro, patch by Jeroen Zwartepoorte)
1957         
1958         * gtk/gtktextlayout.c (set_para_values): Propagate 
1959         pg_bg_color to the display struct.
1960         (gtk_text_layout_free_line_display): Free it here.
1961
1962         * gtk/gtktextdisplay.c (render_para): If pg_bg_color
1963         is set, draw a rectangle in that color behind
1964         the paragraph.
1965
1966         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add 
1967         paragraph-background, paragraph-background-gdk and
1968         paragraph-background-set properties.
1969         (set_pg_bg_color): A setter for paragraph-background.
1970
1971         * gtk/gtktextlayout.h (struct _GtkTextLineDisplay): Add
1972         pg_bg_color.
1973
1974         * gtk/gtktexttag.h (struct _GtkTextAttributes): Add
1975         pg_bg_color.
1976         (struct _GtkTextTag): Add pg_bg_color_set.
1977
1978 2005-06-10  Kjartan Maraas  <kmaraas@gnome.org>
1979
1980         * gdk/gdkcairo.c: (gdk_cairo_set_source_pixbuf): Destroy the
1981         cairo surface when done with it. Plugs a fairly large leak in
1982         some cases.
1983         ==6014== 1999824 (115640 direct, 1884184 indirect) bytes in
1984         826 blocks are definitely lost in loss record 25239 of 25250
1985         Like this from nautilus.
1986
1987 2005-06-10  Michael Natterer  <mitch@imendio.com>
1988
1989         * gtk/gtk.symbols
1990         * gtk/gtkaction.[ch] (gtk_action_get_accel_closure): new function
1991         to get an action's accel_closure (Fixes #141750 and #148106).
1992
1993 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1994
1995         * gdk/gen-keyname-table.pl: Generate N_() calls for
1996         translatable key names.
1997
1998         * gdk/keynames.txt: Mark some key names as translatable.
1999         
2000         * gdk/keyname-table.h: Regenerated.
2001
2002         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): Add
2003         some context to the msg ids for keyboard modifiers and
2004         key names.
2005         (_gtk_accel_label_class_get_accelerator_label): Try to
2006         translate key names.  (#300224, Christian Rose)
2007
2008 2005-06-10  Federico Mena Quintero  <federico@ximian.com>
2009
2010         Merged from gtk-2-6:
2011
2012         Fixes #162358:
2013
2014         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't return
2015         immediately if we are in CREATE_FOLDER mode, so that we can fill
2016         the entry with the newly-selected folder.
2017         (gtk_file_chooser_default_set_property): Warn against turning on
2018         multiple selection for CREATE_FOLDER mode, or about setting that
2019         action while multiple selection is on.
2020         (update_chooser_entry): Change the entry's contents as well if we
2021         are in CREATE_FOLDER mode.  If nothing is selected, clear the
2022         chooser entry.
2023         (trap_activate_cb): Don't trap enter/space if modifiers are
2024         pressed.  This lets one use Ctrl-space to toggle rows in multiple
2025         selection mode.
2026         (gtk_file_chooser_default_should_respond): Clean up the if-chain
2027         mess of special cases by using an array to determine what to do.
2028         Also, for the save-entry case in CREATE_FOLDER mode, actually fix
2029         the bug where the file chooser would switch to an existing folder
2030         rather than confirming with it, and create the folder ourselves.
2031         (error_creating_folder_over_existing_file_dialog): New function.
2032
2033         * gtk/gtkfilechooserentry.c (check_completion_callback): Only
2034         insert the common prefix if we are in an "open" mode.  Use a
2035         helper function.
2036         (append_common_prefix): New helper function; code moved over from
2037         check_completion_callback().
2038         (find_common_prefix): New helper function.
2039         (gtk_file_chooser_entry_focus): Append the common prefix if the
2040         user requests it explicitly.
2041
2042 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
2043
2044         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand): 
2045         * gtk/gtktoolbar.c (gtk_toolbar_get_show_arrow): 
2046         * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): 
2047         * gtk/gtkstock.c (gtk_stock_set_translate_func): 
2048         * gtk/gtkspinbutton.c (gtk_spin_button_get_adjustment): 
2049         * gtk/gtkscrolledwindow.h: 
2050         * gtk/gtkmenushell.c (gtk_menu_shell_get_take_focus): 
2051
2052         * gtk/gtkiconview.c (gtk_icon_view_set_margin): 
2053         * gtk/gtkicontheme.c (gtk_icon_info_load_icon): 
2054         * gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
2055
2056 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
2057
2058         * gdk/x11/gdkwindow-x11.c: Small markup fixes.
2059
2060         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
2061         (#306212, Steve Chaplin, docs provided by Billy Biggs)
2062
2063         * gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small 
2064         cleanup.  (#305539, Paolo Borelli)
2065
2066 2005-06-09  Rodrigo Moya <rodrigo@novell.com>
2067
2068         * configure.in: added cairo to list of $GTK_PACKAGES.
2069
2070 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
2071
2072         * gdk/x11/gdkdnd-x11.c (motif_drop_start, xdnd_drop_filter): Update
2073         the user time on the window when a drop happens.  (#169364, Alexander
2074         Hunziker, patch by Elijah Newren)
2075
2076         * gdk/x11/gdkwindow-x11.c: Small markup fixes.
2077
2078         * gtk/gtk.symbols: 
2079         * gtk/gtkiconview.h: 
2080         * gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function
2081         to scroll to a path.  (#306838, Jonathan Blandford)
2082
2083 2005-06-08  Matthias Clasen  <mclasen@redhat.com>
2084
2085         * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Scroll to the
2086         item.  (#306839, Jonathan Blandford)
2087
2088         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): Check for
2089         negative before appending the index, to avoid double error
2090         message.  (#306393, Morten Welinder)
2091
2092         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
2093         Don't crash if search_window is NULL.  (#304914, Victor Osadci,
2094         testcase by Olaf Vitters)
2095
2096         * gtk/gtkimage.c: Make the file property readable.  
2097         (#170674, Lorenzo Gil Sanchez)
2098
2099         
2100 2005-06-08  Matthias Clasen  <mclasen@redhat.com>
2101
2102         * gtk/gtkfilesystem.c (gtk_file_info_get_display_key): Use
2103         g_utf8_collate_key_for_filename().
2104
2105 2005-06-07  Kjartan Maraas  <kmaraas@gnome.org>
2106
2107         * gtk/gtkfilechooserbutton.c: (update_label_and_image):
2108         Merge leak fix from stable. Bug 306754.
2109
2110 2005-06-05  Tor Lillqvist  <tml@novell.com>
2111
2112         * gdk/win32/gdkscreen-win32.c
2113         (_gdk_windowing_substitute_screen_number): Return NULL unless
2114         screen number is zero. We have only one screen on Win32.
2115         (gdk_screen_make_display_name): Call gdk_display_get_name() and
2116         return that.
2117         
2118         * modules/engines/Makefile.am
2119         * modules/input/Makefile.am: Decide whether to build the
2120         ms-windows theme engine based on the GDK backend, not based on
2121         platform. (I.e., if building for Cygwin with the X11 backend, we
2122         shouldn't build the ms-windows engine, but if building for Cygwin
2123         but with the Win32 backend, we should.) Ditto for the IME
2124         (Windows) input module. (#305832)
2125
2126 2005-06-04  Tor Lillqvist  <tml@novell.com>
2127
2128         * gdk/win32/gdkcursor-win32.c
2129         * gdk/win32/gdkwindow-win32.c
2130         * gdk/win32/gdkprivate-win32.h: Support full-colour cursors.
2131         Support cursors with alpha on XP. Use code in common with the
2132         support for alpha icons that already was present. (#306101, Tim
2133         Evans)
2134
2135         * modules/engines/ms-windows/msw_style.c: Render insensitive icons
2136         in a way that more closely matches Windows. (#305986, Tim Evans).
2137
2138         * modules/engines/ms-windows/Makefile.am (LDADDS): Link with
2139         gdk-pixbuf.
2140
2141 2005-06-03  Dom Lachowicz <cinamod@hotmail.com>
2142
2143         * modules/engines/ms-windows/msw_style.c: Re-sync with gtk-wimp
2144         * modules/engines/ms-windows/xp_theme.c: Ditto
2145         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
2146
2147 Thu May 26 16:43:27 2005 Manish Singh  <yosh@gimp.org>
2148
2149         * gtk/gtkentrycompletion.h: Add declarations for
2150         gtk_entry_completion_{get,set}_popup_single_match.
2151
2152 2005-05-26  Matthias Clasen  <mclasen@redhat.com>
2153
2154         * gtk/gtk.symbols: 
2155         * gtk/gtkentrycompletion.c: Add a property to suppress the
2156         popup for single matches.  (#154711)
2157
2158         * gtk/gtkentry.c (gtk_entry_completion_timeout): Respect it here.
2159
2160         * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action): 
2161         Use it here.
2162
2163         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Queue the 
2164         redisplay after modifying the tag in the btree, otherwise 
2165         we end up showing the old tags until the next redraw comes 
2166         around.   (#143537, Gary Kramlich, Peter Wainwright)
2167
2168         * gtk/gtkcombobox.c (gtk_combo_box_list_auto_scroll): Make 
2169         autoscrolling work at the bottom of the screen.
2170
2171 2005-05-26  Maciej Katafiasz  <email@mathrick.org>
2172
2173         * docs/reference/gtk/tmpl/gtkentry.sgml:
2174         Point to GtkTextView instead of GtkText. Fixes bug #305535
2175
2176 2005-05-26  Sven Neumann  <sven@gimp.org>
2177
2178         * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): use a less
2179         aggressive PNG compression level (bug #305340).
2180
2181 2005-05-26  Tor Lillqvist  <tml@novell.com>
2182
2183         * gdk/win32/gdkdrawable-win32.c (_gdk_win32_blit): If blitting
2184         from the root window, take the multi-monitor offset into
2185         account. (#305511)
2186
2187 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
2188
2189         * demos/gtk-demo/appwindow.c (do_appwindow): Set the window
2190         icon by name.
2191
2192         * gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading): 
2193         Remove another C99ism.
2194
2195         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw the 
2196         background of rows insensitive when the treeview is insensitive.
2197         (pointed out by Billy Biggs)
2198
2199         * demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste
2200         and DND, and clipboard persistency.
2201
2202         * gtk/gtkselection.c (gtk_target_list_add_image_targets): 
2203         Make sure png comes first, otherwise dnd may use bmp by
2204         default, loosing transparency.
2205
2206 2005-05-25  Michael Natterer  <mitch@imendio.com>
2207
2208         * gtk/gtktextview.c (blink_cb): block the text_layout's "changed"
2209         handler when changing cursor visibility because it would expose
2210         the whole paragraph where the cursor is. Instead, expose the
2211         cursors' areas manually. (#173047).
2212
2213         (text_window_invalidate_cursors): new function which exposes the
2214         cursors.
2215
2216         * gtk/gtkstyle.c (draw_insertion_cursor): added comment that the
2217         same cursor size calculation is in text_window_invalidate_cursors().
2218
2219 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
2220
2221         * demos/gtk-demo/editable_cells.c (create_items_model): Also
2222         demonstrate GtkCellRendererProgress.
2223
2224         * demos/gtk-demo/Makefile.am (demos): 
2225         * demos/gtk-demo/combobox.c: Add a demo showing combo box 
2226         variations.
2227
2228         * demos/gtk-demo/Makefile.am (demos): 
2229         * demos/gtk-demo/pickers.c: Add a demo showing all picker widgets.
2230
2231 2005-05-24  Matthias Clasen  <mclasen@redhat.com>
2232
2233         * demos/gtk-demo/iconview.c (do_iconview): Fix a typo.
2234
2235 2005-05-24  Tor Lillqvist  <tml@novell.com>
2236
2237         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Handle
2238         gtk-alternative-button-order (setting it to TRUE).
2239
2240 2005-05-23  Matthias Clasen  <mclasen@redhat.com>
2241
2242         * gtk/gtktreeview.c (gtk_tree_view_search_init): Remove
2243         an unused variable.  (#305130, Jaap A. Haitsma)
2244
2245         * gtk/gtkfilechooserdefault.c (filter_create): Don't grab
2246         the focus away from the file list when operating the filter
2247         combo with the pointer.  (#304844, Sven Neumann)
2248
2249 2005-05-23  Tor Lillqvist  <tml@novell.com>
2250
2251         * gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
2252         GDK_Menu. (#172383, Ivan Wong)
2253
2254         * gdk/win32/gdkkeys-win32.c (handle_dead): If the keysym isn't one
2255         of the special cases this function takes care of, use it as
2256         such. This takes care of for instance the Bengali Virama, see bug
2257         #165723.
2258
2259 2005-05-20  Matthias Clasen  <mclasen@redhat.com>
2260
2261         * gtk/gtkimcontextsimple.c (check_table): Avoid a possible
2262         buffer overrun.  (#142444, Leonard Michlmayr)
2263
2264         * gtk/gtkfilesystem.c: Remove C99-isms (#304879, 
2265         Kazuki IWAMOTO)
2266
2267 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
2268
2269         * gtk/gtkfilechooser.c (gtk_file_chooser_remove_shortcut_folder_uri): 
2270         Use the correct function to conver the uri to a path.  (#304565,
2271         Ismael Juma)
2272
2273         * gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
2274         Cancel button properly.  (#304234, Sven Neumann)
2275
2276 2005-05-18  Anders Carlsson  <andersca@imendio.com>
2277
2278         * gtk/gtktextview.c: (gtk_text_view_flush_scroll),
2279         (gtk_text_view_update_adjustments), (gtk_text_view_value_changed):
2280         * gtk/gtktextview.h:
2281         If the horizontal adjustment changes because of a change in the
2282         layout width, then do a complete redraw. This is because there
2283         might be right-aligned or centered text that needs to be redrawn.
2284
2285 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
2286         
2287         * gtk/gtkwidget.c (gtk_widget_add_events): Try harder to set
2288         the event masks of descendent windows.  (#169821, Tommi Komulainen)
2289
2290         * gtk/gtktreeview.c (gtk_tree_view_get_drop_column) 
2291         (gtk_tree_view_set_column_drag_info): Fix some errors in the
2292         handling of drop columns.  (#143355, John Finlay)
2293
2294         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
2295         Remove the no longer needed workaround.
2296
2297         * gtk/gtkwidget.c (widget_add_child_draw_rectangle): Only collect
2298         allocations of mapped children.
2299
2300         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
2301         Add a bug reference.
2302
2303 2005-05-18  Tor Lillqvist  <tml@novell.com>
2304
2305         * gdk/win32/gdkevents-win32.c
2306         * gdk/win32/gdkkeys-win32.c
2307         * gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in
2308         lParam of WM_KEY* messages to distinguish between left and right
2309         Control and Alt keys. Unfortunately, the right Shift key doesnt
2310         set KF_EXTENDED, so to distinguish between left and right Shift
2311         keys, check the scan code. (#304584)
2312
2313 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
2314
2315         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Warn if
2316         length overflows.  (#161520, Ian Wienand)
2317
2318         * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
2319         parameter names to make gtk-doc happy.
2320
2321         * gtk/gtkscale.c (gtk_scale_class_init): Fix the default
2322         values of draw-value and value-pos to be the values we
2323         actually use in _init. (#304547, Mikael Hallendal)
2324
2325         * gtk/gtkcellrendererpixbuf.c: Support named icons in
2326         cells by adding a icon-name property. (#165777, Anders
2327         Carlsson)
2328
2329         * gtk/gtk.symbols:
2330         * gtk/gtktoolbutton.h: 
2331         * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name) 
2332         (gtk_tool_button_get_icon_name): Support named icons in 
2333         tool buttons by adding a icon-name property. (#116577, 
2334         Christian Neumair)
2335
2336         * gtk/gtk.symbols: 
2337         * gtk/gtkdnd.h: 
2338         * gtk/gtkdnd.c (gtk_drag_source_set_icon_name) 
2339         (gtk_drag_set_icon_name): New functions to support themed 
2340         drag icons.  (#116577, Christian Neumair)
2341
2342 2005-05-17  Owen Taylor  <otaylor@redhat.com>
2343
2344         * gdk/x11/gdkdrawable-x11.c (gdk_x11_ref_cairo_surface): 
2345         Update to changed cairo interface.
2346
2347         * gdk/x11/gdkdrawable-x11.[ch]:
2348         Add _gdk_x11_drawable_update_size()
2349         
2350         * gdk/x11/gdkwindow-x11.c (gdk_window_resize) 
2351         (gdk_window_move_resize)
2352         * gdk/x11/gdkevents-x11.c (gdk_event_translate): 
2353         Call _gdk_x11_drawable_update_size().
2354
2355 2005-05-17  Matthias Clasen  <mclasen@redhat.com>
2356
2357         * gtk/gtktextview.c (cursor_blinks): Don't blink the cursor
2358         if the text view is not editable.  
2359
2360         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Keep
2361         the popup posted if the button is released over the cellview.
2362         This matches the behaviour of other combo box implementations.  
2363         (#171378)
2364         
2365         * gdk/gdkwindow.c (gdk_window_set_bg_pattern): Adjust offsets
2366         when recursing.  (#153682, Felipe Heidrich)
2367
2368 2005-05-16  Matthias Clasen  <mclasen@redhat.com>
2369
2370         * gtk/gtkscale.c (gtk_scale_class_init): Don't bind GDK_Page_Up 
2371         and GDK_Page_Down twice.  (#168333, Hazael Maldonado Torres)
2372
2373         * gtk/gtkentry.c (cursor_blinks): Don't blink the cursor if 
2374         the entry is not editable.  (#304171, Nikos Kouremenos)
2375         
2376         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_constructor): 
2377         Make sure the action of the button and the dialog are in sync,
2378         when the dialog is provided by the app.  (#303987, David A Knight)
2379
2380         * gdk/gdkpango.c (gdk_pango_renderer_get_default): Fix a typo
2381         in the docs.  (#303940, Masao Mutoh)
2382
2383         * configure.in (GTK_DOC_CHECK): Check for gtk-doc 1.4.
2384
2385         * gtk/gtktoggleaction.c (connect_proxy): Be more careful when
2386         casting.  (#304089, Philip Langdale)
2387
2388         * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Only shrink
2389         the label if we need to.  (#169390, Felix Riemann)
2390
2391 Sat May 14 00:07:46 2005  Manish Singh  <yosh@gimp.org>
2392
2393         * gdk/gdkdraw.c
2394         * gdk/gdkpango.c: #include gdkcairo.h for gdk_cairo_create()
2395         declaration.
2396
2397         * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): actually
2398         call gdk_cairo_set_source_color() with a color.
2399
2400         * gtk/gtkimage.c (gtk_image_expose): remove unused stock_id variable.
2401
2402         * tests/testiconview.c (main): cast args of drag functions to the
2403         appropriate type.
2404
2405 2005-05-13  Owen Taylor  <otaylor@redhat.com>
2406
2407         * gdk/x11/gdkdrawable-x11.c: Update for cairo-xlib API change.
2408
2409         * gdk/x11/gdkpixmap-x11.[ch] gdk/gdk.symbols: Export 
2410         gdk_pixmap_impl_x11_get_type(), needed in gdkdrawable-x11.c.
2411         
2412 2005-05-11  Owen Taylor  <otaylor@redhat.com>
2413
2414         * tests/testgtk.c (on_alpha_window_expose): Fix to use
2415         gdk_cairo_create(). (create_alpha_window): Hook up "response"
2416         to close the window.
2417
2418 2005-05-11  Owen Taylor  <otaylor@redhat.com>
2419
2420         * gtk/gtkcolorbutton.c: Use a GtkAlignment rather than a GtkDrawingArea
2421         to draw the swatch in to avoid having an extraneous window.
2422         
2423         * gtk/gtkcolorsel.c (color_sample_draw_sample): Actually se tthe
2424         color when !has_opacity.
2425
2426 2005-05-10  Owen Taylor  <otaylor@redhat.com>
2427
2428         * gdk/gdkcairo.[ch] gdk/gdkcolor.[ch] gdk/Makefile.am: Add source
2429         files for Cairo convenience functionality.
2430
2431         * gdk/gdkcairo.h (gdk_cairo_rectangle, gdk_cairo_region): Add a
2432         convenience functions to add GdkRectangle, GdkRegion to a cairo path.
2433
2434         * gdk/gdkwindow.c gdk/gdkgc.c gtk/gtkcolorsel.c gtk/gtkiconview.c 
2435         gtk/gtkstyle.c: Use gdk_cairo_rectangle/region().
2436
2437         * gdk/gdkcairo.[ch] gdk/gdkdrawable.h gdk/gdkdraw.c: Rename
2438         gdk_drawable_create_cairo_context() to gdk_cairo_create().
2439
2440         * gdk/gdkcairo.c gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c:
2441         Rename gdk_pixbuf_set_as_cairo_source() to 
2442         gdk_cairo_set_source_pixbuf().
2443
2444         * gdk/gdkdraw.c gdk/gdkpango.c gtk/gtkcolorsel.c gtk/gtkhruler.c
2445         gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkstyle.c gtk/gtkvruler.c:
2446         Adjust for renames.
2447
2448         * gdk/gdk.symbols: Update.
2449
2450         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): Fix 
2451         coordinate system problem that was causing the wrong portions
2452         to be invalidated.
2453
2454         * gtk/gtkcellrenderer.c (gtk_cell_renderer_render)
2455         gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render)
2456         gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render)
2457         gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render)
2458         gtk/gtkcellview.c (gtk_cell_view_expose)
2459         gtk/gtkdnd.c (gtk_drag_highlight_expose)
2460         gtk/gtkentry.c (gtk_entry_draw_text) 
2461         gtk/gtktextview.c (text_window_invalidate_rect): Some cairoization.
2462
2463         * gtk/gtkcalendar.[ch]: Beat into something roughly resembling
2464         GTK+ style ... use instance-private data and standard names for
2465         private structure, etc. Move function docs inline.
2466
2467         * gtk/gtkcalendar.[ch]: Switch to drawing everything in
2468         expose. Switch drawing to Cairo.
2469
2470         * gtk/gtkcalendar.c (gtk_calendar_freeze): Deprecate
2471         gtk_calendar_freeze/thaw
2472
2473 2005-05-10  Tor Lillqvist  <tml@novell.com>
2474
2475         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Check
2476         that GDK_IS_SCREEN(screen) (like the X11 backend does), not screen
2477         == gdk_screen_get_default(), as that might return NULL when this
2478         function is called.
2479
2480 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
2481
2482         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Flip the
2483         padding in RTL mode.  (#303572, Maciej Katafiasz)
2484
2485 2005-05-09  Owen Taylor  <otaylor@redhat.com>
2486
2487         * gdk/gdkrgb.c (gdk_rgb_convert_0888_br, gdk_rgb_convert_8880_br): 
2488         Fill in unused bits so they can be used for the depth-32 target case.
2489         Rewrite so that that gives a marginal speedup rather than a
2490         marginal slowdown. (on x86)
2491
2492         * gdk/gdkscreen.h gdk/x11/gdkscreen-x11.[ch] gdk/x11/gdkvisual-x11.c:
2493         Add gdk_screen_get_rgba_colormap/visual to get a visual for
2494         windows with an alpha channel, if one exists.
2495
2496         * gdk/win32/gdkscreen-win32.c gdk/linux-fb/gdkscreen-fb.c:
2497         Stub out gdk_screen_get_rgba_colormap/visual.
2498
2499         * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): computation of
2500         "unused" wasn't right for depth == 32, since it depended on
2501         shifting by 32.
2502
2503         * gdk/gdkrgb.c: Fill in alpha bits with 1s. (Based on patch from
2504         Keith Packard,
2505         http://mail.gnome.org/archives/gtk-devel-list/2004-June/msg00080.html)
2506
2507         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
2508         Implement again, without using Xft.
2509
2510         * tests/testgtk.c: Add a test for windows with an alpha channel.
2511
2512 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
2513
2514         * autogen.sh: Revert accidental commit.
2515
2516 2005-05-08  Matthias Clasen  <mclasen@redhat.com>
2517
2518         * gdk/gdkcolor.c (gdk_cairo_set_source_color): 
2519         * gdk/gdkimage.h: 
2520         * gdk/gdkdraw.c: 
2521         * gdk/gdkcolor.h: 
2522         * gdk/gdkcursor.h: 
2523         * gdk/x11/gdkcolor-x11.c: Small documentation additions.
2524
2525 2005-05-07  Matthias Clasen  <mclasen@redhat.com>
2526
2527         * gtk/gtkscrolledwindow.h: 
2528         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_hscrollbar): 
2529         (gtk_scrolled_window_get_cscrollbar): Change the return 
2530         type to GtkWidget*, proposed by Owen Taylor. 
2531
2532         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_width_mm) 
2533         (gdk_screen_get_height_mm): Fix typos in the docs.  (#303389,
2534         Masao Mutoh)
2535
2536 2005-05-07  Matthias Clasen <mclasen@redhat.com>
2537
2538         * gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted
2539         by Owen Taylor.
2540
2541 2005-05-07  Owen Taylor  <otaylor@redhat.com>
2542
2543         * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
2544         the background color.
2545
2546 2005-05-07  Owen Taylor  <otaylor@redhat.com>
2547
2548         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h (gdk_pixbuf_set_as_cairo_source): 
2549         Change prototype to match cairo_set_source_surface().
2550
2551         * gdk/gdkdraw.c gdk/gdkgc.c gdk/gdkpixbuf-render.c gdk/gdkwindow.c
2552         gtk/gtkhsv.c tests/testcairo.c.
2553
2554 2005-05-06  Federico Mena Quintero  <federico@ximian.com>
2555
2556         Merged from gtk-2-6:
2557
2558         * gtk/gtkfilesystemunix.c (fill_in_mime_type): Don't fill the mime
2559         types if this is an AFS directory.
2560         (fill_in_names): If we are in an AFS directory, set the MIME type
2561         blindly to "x-directory/normal".
2562
2563 2005-05-06  Matthias Clasen  <mclasen@redhat.com>
2564
2565         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Always
2566         initialize child-visible to FALSE, otherwise we may end up
2567         with the wrong page visible initially.  (#302283, Patrik Fimml)
2568
2569         * gtk/gtktreeview.c (gtk_tree_view_draw_arrow): Make expanders
2570         appear insensitive in insensitive treeviews. 
2571
2572 2005-05-05  Matthias Clasen  <mclasen@redhat.com>
2573
2574         * gtk/gtktoolbar.c: Fix a typo in the docs.  (#303024, 
2575         Morten Welinder)
2576
2577 2005-05-06  Matthias Clasen  <mclasen@redhat.com>
2578
2579         * gtk/gtk.symbols:
2580         * gtk/gtkiconview.[hc]: Add DND support similar to the DND
2581         support in the tree view.  (#150270)
2582
2583 2005-05-05  Matthias Clasen  <mclasen@redhat.com>
2584
2585         * gtk/gtktreednd.h: 
2586         * gtk/gtkwidget.h: Small cleanups.
2587
2588         * gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
2589         a typo.
2590
2591 2005-05-04  Owen Taylor  <otaylor@redhat.com>
2592
2593         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
2594         in focus tracking when we move between has_pointer_focus and 
2595         has_focus_window directly. (#109246, Billy Biggs, Niko Tyni 
2596         and others)
2597
2598         * gdk/x11/gdkevents-x11.c: Also fix some confusion that could
2599         happen in the case of no window manager + keyboard grabs, by
2600         moving to a more consistent model of when we pay attention to
2601         mode=NotifyGrab/NotifyUngrab events.
2602         
2603         * docs/focus_tracking.txt: Extensive writeup about how to track
2604         focus under X11.
2605
2606 Wed May  4 13:21:41 2005  Søren Sandmann  <sandmann@redhat.com>
2607
2608         * tests/testcairo.c (draw): Replace cairo_show_surface() uses with
2609         cairo_set_source_surface()/cairo_paint();
2610
2611 2005-05-04  Tor Lillqvist  <tml@novell.com>
2612
2613         * gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap)
2614         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values,
2615         _gdk_win32_gc_new, _gdk_windowing_gc_set_clip_region,
2616         gdk_win32_hdc_get): Minor fixes to make Win32 backend compile
2617         again.
2618
2619 2005-05-03  Matthias Clasen  <mclasen@redhat.com>
2620
2621         * gtk/gtkfilesystem.c: 
2622         * gtk/gtkcelleditable.c: 
2623         * gtk/gtktreemodel.c: Avoid getting the interface struct
2624         twice in the same function.  (#300513, Billy Biggs)
2625
2626         * gtk/gtkscrolledwindow.h:
2627         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar): 
2628         * gtk/gtk.symbols: Add getters for the scrollbars.  (#167181,
2629         Billy Biggs)    
2630
2631         * gtk/gtkdialog.h: 
2632         * gtk/gtkdialog.c (gtk_dialog_get_response_for_widget): 
2633         Make this function public.  (#170748, Morten Welinder)
2634
2635 2005-05-02  Federico Mena Quintero  <federico@ximian.com>
2636
2637         Merged from gtk-2-6:
2638
2639         Fixes #301068:
2640
2641         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add fields
2642         to store struct stat for /afs and /net, and boolean fields to say
2643         whether these are valid.
2644         (struct _GtkFileFolderUnix): Added a boolean is_network_dir field.
2645         (gtk_file_system_unix_get_folder): Fill in the is_network_dir
2646         field of the folder structure.
2647         (fill_in_names): If the folder is a network directory, create a
2648         fake struct stat for its entries.
2649         (fill_in_stats): Don't stat() the children of network directories.
2650
2651         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): If the mtime
2652         is 0, use "Unknown" for the cell's displayed text.
2653
2654 2005-04-28  Owen Taylor  <otaylor@redhat.com>
2655
2656         * gtk/gtkwidget.c: Add a draw-border style property to allow
2657         themes to draw outside the widget's allocation.
2658
2659         * gdk/gdkwindow.c gtk/gtkstyle.c: Remove some save/restore pairs
2660         that were working around the clip-leakage bug in Cairo.
2661
2662         * gtk/gtkstyle.c: Use cairo_fill_preserve() rathe than
2663         save/fill/restore.
2664
2665         * gdk/gdkgc.c gdk/gdkinternals.h: Add _gdk_gc_update_context()
2666         That updates a Cairo context to match a GC.
2667
2668         * gdk/gdkdraw.c: Use _gdk_gc_update_context() to add support
2669         for tiles/stipples/clipping to gdk_draw_glyphs(), 
2670         gdk_draw_trapezoids().
2671
2672         * gdk/gdkpango.c: Use _gdk_gc_update_context() instead of internal
2673         implementation of stipples. Use one cairo_t across the entire
2674         drawing operation. Replace cairo_matrix_create() with 
2675         stack-allocated matrices.
2676
2677         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c 
2678         gdk/win32/gdkgc-win32.c: Save various aspects of the 
2679         GC state (fill, tile, stipple, foreground, background, clip region)
2680         in instance-private-data for future use. Add getters.
2681         Get rid of _gdk_windowing_gc_get_foreground() function implemented 
2682         by the backends.
2683
2684         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c
2685         gdk/win32/gdkgc-win32.c gdk/linux-fb/gdkgc-fb.c: Add
2686         _gdk_gc_init() to do initial setup of the GC from values;
2687         fixes some problems from drawable redirection.
2688
2689         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c
2690         gdk/win32/gdkgc-win32.c gdk/linux-fb/gdkgc-fb.c: Move 
2691         gdk_gc_copy() and gdk_gc_set_clip_{region,rectangle}() into 
2692         the generic code, add _gdk_windowing_gc_copy(), 
2693         _gdk_windowing_gc_set_clip_region() to do backend specific
2694         stuff.
2695
2696         * gdk/x11/{gdkprivate-x11.h,gdkgc-x11.c.c,gdkdrawable-x11.c}
2697         gdk/win32/{gdkprivate-win32.h,gdkgc-x11.c.c,gdkdrawable-x11.c}
2698         gdk/linux-fb/{gdkprivate-fb.h,gdkgc-fb.c.c,gdkdrawable-fb.c}:
2699         Don't duplicate state that now is stored by the generic code.
2700
2701         * gdk/gdk.symbols Update
2702
2703 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
2704
2705         * tests/testiconview.c: Test cell renderers.
2706
2707         * gtk/gtk.symbols: Add new functions.
2708
2709         * gtk/gtkiconview.[hc]: Implement GtkCellLayout and use
2710         cell renderers for drawing and editing. (#148144, #160242)
2711
2712 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
2713
2714         * gtk/gtkcellrenderertext.c (get_size): Return a sufficient
2715         width for cases where pango_layout_get_pixel_extents() returns
2716         a rectangle with nonzero x. 
2717
2718         * gtk/gtkselection.c: Small doc fixes.
2719
2720         * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus): 
2721         (gtk_menu_shell_get_take_focus): Fix up the docs a bit.
2722
2723 2005-05-02  Michael Natterer  <mitch@imendio.com>
2724
2725         * gtk/gtkmain.c (do_post_parse_initialization): return silently if
2726         "gtk_initialized" is TRUE. Re-enables calling GTK's init functions
2727         multiple times when using gtk_get_option_group(), just as one can
2728         call gtk_init() multiple times without doing any harm.
2729
2730 2005-05-01  Matthias Clasen  <mclasen@redhat.com>
2731
2732         * gtk/gtktextview.c (gtk_text_view_expose_event): Propagate
2733         the event to unanchored children in the text window.  
2734         (#302494, Stephen Kennedy)
2735
2736 2005-04-30  Tor Lillqvist  <tml@novell.com>
2737
2738         * gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Take
2739         multi-monitor offset into account. (#302525)
2740
2741 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
2742
2743         * gtk/gtkradioaction.c: Make the docs build.  (#302230,
2744         Ali Akcaagac)
2745
2746         * gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this
2747         function, instead show the bin_window when it is created.
2748
2749         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't 
2750         grab focus to unrealized widgets.  (#302240, Philip Langdale)
2751
2752         * gtk/gtktreeview.c (gtk_tree_view_state_changed): Set
2753         background upon state changes.  (#301651, Billy Biggs)
2754         (gtk_tree_view_get_path_at_pos): Take RTL into account
2755         when iterating over the columns.  (#302163)
2756         
2757         * configure.in: Check for nm.
2758
2759         * gtk/Makefile.am: Use $(NM), not nm directly. (#301299, 
2760         Nguyen Thai Ngoc Duy)
2761
2762         * gtk/gtkiconview.c (gtk_icon_view_move_cursor_start_end): Use
2763         the internal unselect_all function, since we need the unselection
2764         to happen even in browse mode.  (#300995, Mathias Hasselmann)
2765
2766         * gtk/gtkuimanager.c (update_node): Use g_object_notify() instead
2767         of triggering a ::notify by re-setting the property.  (#300982,
2768         Sven Neumann)
2769
2770         * gtk/gtkaction.c (connect_proxy): Use gtk_action_sync_tooltip().
2771
2772         * gtk/gtkiconview.c (gtk_icon_view_scroll_to_item): Also
2773         scroll horizontally when necessary, and keep the northwest
2774         corner of the item visible.  (#300913, Mathias Hasselmann)
2775
2776         * tests/testiconview.c: Add some more tests.
2777
2778         * gtk/gtkiconview.c (gtk_icon_view_select_path): Don't crash
2779         if the path does not point to a row in the model.  (#300909,
2780         Mathias Hasselmann)
2781         (gtk_icon_view_rows_reordered): Re-layout here.  (#301009, 
2782         Mathias Hasselmann)
2783
2784         * tests/testtext.c: Add some more attribute tests.
2785
2786         * gtk/gtktexttag.c (gtk_text_tag_class_init): Correct the documentation
2787         of the rise property. String change, but it is more important to
2788         be correct than to be translated.  (#301740)
2789
2790 2005-04-25  Tor Lillqvist  <tml@novell.com>
2791
2792         * gtk/gtkfilesystemwin32.c
2793         (gtk_file_system_win32_volume_get_display_name): Get volume name
2794         also on Win9x. (#301798, Daniel Atallah)
2795         (canonicalize_filename): Add explicit braces to silence compiler
2796         warning.
2797
2798 2005-04-22  Tor Lillqvist  <tml@novell.com>
2799
2800         * gtk/gtkmain.c: Initailize gettext before use. Calling
2801         bindtextdomain() and bind_textdomain_codeset() in
2802         do_post_parse_initialization() is too late. Put the calls in a new
2803         function gettext_initialization(), and call that from
2804         gtk_init_with_args() and gtk_parse_args(). Fixes #170948 for
2805         GTK+'s part, but the same problem occurs also at least in
2806         atk. Thanks to Robert Ögren, Daniel Atallah and Kevin Stange.
2807
2808 2005-04-19  Ivan, Wong Yat Cheung  <email@ivanwong.info>
2809
2810         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Match
2811         character height instead of cell height. Fix #301228.
2812
2813 2005-04-18  Federico Mena Quintero  <federico@ximian.com>
2814
2815         Merged from gtk-2-6:
2816
2817         * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): Remove
2818         obsolete assertion that the selected row can't be a volume; this
2819         is handled by the "removable" column now.  Fixes #301017.
2820
2821 2005-04-18  Owen Taylor  <otaylor@redhat.com>
2822
2823         * gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c
2824         * gdk/gdkcolor.c gdk/gdkwindow.c gdk/gdkpixbuf-render.c
2825         gdk/gdkpango.c tests/testcairo.c: Update to new Cairo API for
2826         setting color and opacity. (#301066, Vincent Noel)
2827  
2828 2005-04-15  Federico Mena Quintero  <federico@ximian.com>
2829
2830         Merged from gtk-2-6:
2831
2832         * gtk/gtkfilechooserdefault.c (pending_select_paths_process):
2833         Patch from Christian Neumair <chris@gnome-de.org>; only select the
2834         first row if we are in OPEN mode.  The only other case we were
2835         letting pass through was SELECT_FOLDER, but selecting the first
2836         row when changing folders confuses people when folders are
2837         actually being selected.  Fixes #171885.
2838
2839 2005-04-13  Matthias Clasen  <mclasen@redhat.com>
2840
2841         * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): 
2842         Revert the fix for #169870, adjust the documentation instead. 
2843
2844         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
2845         Revert the fix for #170727.     
2846
2847 2005-04-11  Ivan, Wong Yat Cheung  <email@ivanwong.info>
2848
2849         Fix #300218:
2850
2851         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
2852         C99ism.
2853
2854         * gtk/updateiconcache.c: Guard inclusion of unistd.h and
2855         utime.h.
2856
2857 2005-04-09  Matthias Clasen  <mclasen@redhat.com>
2858
2859         * gdk/x11/gdkinput-xfree.c:
2860         * gdk/x11/gdkinput-none.c:
2861         * gdk/gtk.symbols: Some more fixes necessary to 
2862         make building with gcc 4 work.
2863
2864         Add 16x16 versions of the zoom icons and of 
2865         GTK_STOCK_INDEX. Some of the images were taken from 
2866         the hicolor icon theme, and were originally created 
2867         by Jakub Steiner and Tuomas Kuosmanen.  (#167515, 
2868         Vincent Noel)
2869         
2870         * gtk/stock-icons/stock_index_16.png:
2871         * gtk/stock-icons/stock_zoom_1_16.png:
2872         * gtk/stock-icons/stock_zoom_fit_16.png:
2873         * gtk/stock-icons/stock_zoom_in_16.png:
2874         * gtk/stock-icons/stock_zoom_out_16.png: New images.
2875         
2876         * gtk/stock-icons/Makefile.am: Add the new images. 
2877
2878         * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): 
2879         Don't display too many broken images.  (#169870, Roman
2880         Kagan, patch by Ivan Wong)
2881
2882         * gtk/gtkwidget.c (gtk_widget_unparent): Remove debugging
2883         output.  (#300013, Tommi Komulainen)
2884
2885 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
2886
2887         * gtk/gtkimage.c (gtk_image_expose, gtk_image_calc_size): 
2888         If a stock_id is unknown, display the missing image. (#169870,
2889         Steven Walter)
2890
2891         * gtk/gtkiconcache.c (icon_name_hash): Use the same function 
2892         as in updateiconcache.c.  (spotted by Morten Welinder)
2893
2894 2005-04-08  Carl Worth  <cworth@cworth.org>
2895
2896         * gdk/gdkpango.c: (emboss_context): Simplify matrix manipulation
2897         now that cairo exposes the cairo_matrix_t structure.
2898         
2899         * gdk/gdkpixbuf-render.c: (gdk_pixbuf_set_as_cairo_source): Track
2900         cairo API change in signedness of data argument.
2901
2902 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
2903
2904         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make this
2905         work when called from gtk_combo_box_destroy().  (#172999,
2906         Christian Persch)
2907
2908 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
2909
2910         Fix double-click to autosize treeview columns. This was
2911         probably broken since 2.2 ! (#169675)
2912         
2913         * gtk/gtktreeview.c (gtk_tree_view_button_press): Leave the
2914         "user-resized" state of the column on a double-click to
2915         autosize.
2916         (gtk_tree_view_button_press, gtk_tree_view_motion_resize_column): 
2917         Enter the "user-resized" state of the column only if a drag
2918         actually changes the column width, not on any click.
2919
2920 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
2921
2922         * gtk/gtkmenu.c (gtk_menu_paint): Allow setting background
2923         images on menus.  (#169532, Benjamin Otte)
2924         
2925         * gtk/updateiconcache.c (write_card16, write_card32): Avoid
2926         unaligned access.  (#172947)
2927
2928         * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): 
2929         Consistently use the term "Bookmarks" in the UI.  (#166906,
2930         Sebastian Bacher)
2931
2932         Some fixes from Morten Welinder (#172947):
2933         
2934         * gtk/updateiconcache.c (icon_name_hash): Make this compiler- 
2935         and platform-independent.
2936         (is_cache_up_to_date): Don't compare mtimes is a stat call failed.
2937         (build_cache): Error out if a stat fails.  
2938
2939 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
2940
2941         * gtk/gtktreeview.c (gtk_tree_view_set_expander_column): Add 
2942         a hint about hiding expanders.
2943
2944         * gtk/updateiconcache.c (is_cache_up_to_date): Return 
2945         TRUE if the cache is newer than the directory.  (#172852,
2946         Jacob Kroon)
2947
2948         * configure.in: Replace an explicit pkg-config by 
2949         $PKG_CONFIG.  (#168074, Hans-Wolfgang Loidl)
2950         
2951         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
2952         Ignore regions which fall completely outside the line.  
2953         (#165862, Felipe Heidrich)
2954
2955 2005-04-06  Matthias Clasen  <mclasen@redhat.com>
2956
2957         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document
2958         -1 as possible value.  
2959         (gtk_tree_view_enable_model_drag_source) 
2960         (gtk_tree_view_enable_model_drag_dest): Pass the target list 
2961         to the underlying dnd implementation, otherwise we miss the 
2962         target info in the drag-data-received signal.  (#164085, Jorn
2963         Baayen)
2964
2965 2005-04-06  Matthias Clasen  <mclasen@redhat.com>
2966
2967         * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column) 
2968         (gtk_tree_view_bin_expose): Avoid a few unnecessary calls
2969         to gdk_window_get_pointer(). (#168015, Billy Biggs)
2970
2971         * po/.cvsignore, po-properties/.cvsignore: Remove
2972         Makefile.in.in.  (#171092, Stepan Kasal)
2973
2974         * gtk/gtkrc.c (gtk_rc_parse_style): Don't modify 
2975         scanner->value, copy it first.  (#165693, Tommi Komulainen)
2976
2977 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
2978
2979         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_grab_focus): 
2980         * gtk/gtkcombobox.c (gtk_combo_box_grab_focus): Implement
2981         grab_focus for GtkComboBox and GtkComboBoxEntry.  (#171912,
2982         Gustavo Carneiro)
2983
2984         * gtk/gtkicontheme.c: Store icon caches along with the
2985         mtimes of the toplevel directories. The previous
2986         mechanism of a hashtable-per-theme caused duplicate icon
2987         caches for the same toplevel directory to be created.  
2988         (#170030)
2989
2990 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
2991
2992         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): 
2993         Fix a typo in a warning.
2994
2995         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
2996         the license and credits buttons from being affected by 
2997         gtk_widget_show_all().  (#172724)
2998
2999 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
3000
3001         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): Keep a 
3002         reference to the item.  (#167920, Hazael Maldonado Torres)
3003
3004         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Add some
3005         more docs on interactive search.
3006
3007 2005-04-05  Tor Lillqvist  <tml@novell.com>
3008
3009         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Handle 16 colour
3010         display mode. For some reason, in this mode GetDeviceCaps(BITSPIXEL)
3011         returns 1 (but GetDeviceCaps(NUMCOLORS) does return 16). (#143415)
3012
3013         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Don't force
3014         24bpp GdkVisual on 32bpp displays. (#140706)
3015
3016 Mon Apr  4 19:13:23 2005  Jonathan Blandford  <jrb@redhat.com>
3017
3018         Fix for #172319, Tristan Van Berkom:
3019         
3020         * gtk/gtktreeview.c (gtk_tree_view_expand_all): change to use
3021         gtk_tree_view_real_expand_row() instead of doing this by hand.
3022
3023 2005-04-04  Johan Dahlin  <johan@gnome.org>
3024
3025         * gtk/gtktextbuffer.c: (gtk_text_buffer_class_init),
3026         (gtk_text_buffer_set_property), (gtk_text_buffer_get_property),
3027         (gtk_text_buffer_set_text): Add GtkTextBuffer::text (#172631)
3028
3029 Mon Apr  4 14:33:55 2005  Manish Singh  <yosh@gimp.org>
3030
3031         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text):
3032         cast combo->priv->entry to GTK_ENTRY()
3033
3034         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
3035         cast completion->priv->tree_view to GTK_TREE_VIEW()
3036
3037 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
3038
3039         * gtk/gtktextbuffer.c: Some trivial doc fixes.
3040
3041         * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve 
3042         the wording of the doc comment.  (#172422, Vincent Untz)
3043
3044 2005-04-04  Owen Taylor  <otaylor@redhat.com>
3045
3046         * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
3047         drawing to Cairo. Also always draw the entire triangle instead
3048         of just drawing the center for prelight. (Fixes inconsistent
3049         drawing in GtkTreeView.)
3050
3051 2005-04-04  Johan Dahlin  <johan@gnome.org>
3052
3053         * gtk/gtk.symbols: Remove symbols accidentally added.
3054         * gtk/gtkentryprivate.h: Add boolean property popup_set_width
3055         * gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init):
3056         Use object_class instead of gobject_class
3057
3058 Mon Apr  4 12:14:35 2005  Søren Sandmann  <sandmann@redhat.com>
3059
3060         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): Translate x, y into
3061         widget coordinates instead of root coordinates. Patch from Jorn
3062         Baayen. (#172236)
3063
3064 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
3065
3066         * gtk/gtktoolbar.c: Add a tooltips property.
3067
3068         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init): 
3069         * gtk/gtkruler.c (gtk_ruler_class_init): Add docs.
3070
3071         * gtk/gtktoggletoolbutton.c: Add an active property.
3072
3073 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
3074
3075         Allow completion popups to be wider than the entry. (#131916, 
3076         Ross Burton)
3077         
3078         * gtk/gtkentrycompletion.[hc]: Add a boolean popup-set-width property.
3079
3080         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
3081         Don't force the popup to have the same width as the entry if 
3082         popup-set-width is FALSE.
3083
3084         * gtk/gtk.symbols: Add new functions.
3085
3086 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
3087
3088         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
3089         Use gtk_accel_map_change_entry(), so that reusing the same
3090         action name works.  (#170727, Paolo Borelli)
3091
3092 2005-04-04  Tor Lillqvist  <tml@novell.com>
3093
3094         * gdk/win32/gdkmain.c (_gdk_win32_cf_to_string): New debugging
3095         function, to log a clipboard format name symbolically.
3096         (_gdk_win32_data_to_string): Also new, to log random data bytes.
3097
3098         Implement delayed rendering on Win32, specifically for transfering
3099         images through the clipboard from GTK+ apps to other
3100         apps (#168173, implementation by Ivan Wong):
3101
3102         * gdk/win32/gdkevents-win32.c (gdk_event_translate): 
3103         Handle WM_RENDERFORMAT.
3104
3105         * gdk/win32/gdkprivate-win32.h
3106         * gdk/win32/gdkglobals-win32.c: Add _format_atom_table,
3107         _delayed_rendering_data and _image_bmp.
3108
3109         * gdk/win32/gdkmain-win32.c: Initialize _image_bmp.
3110
3111         * gdk/win32/gdkproperty-win32.c (gdk_property_change):
3112         Accept formats other than GDK_TARGET_STRING or _utf8_string, and
3113         assume they are handled through delayed rendering.
3114
3115         * gdk/win32/gdkselection-win32.c (gdk_selection_convert):
3116         Return all available formats (including those registered by GTK+
3117         apps) on request_targets.
3118         (gdk_selection_property_get): We should append a zero byte like
3119         X11 does.
3120         (gdk_win32_selection_add_targets): New function, for
3121         gtkselection's use. Win32 requires that the clipboard owner
3122         registers all valid formats even if the owner wants delayed
3123         rendering.
3124         (_gdk_win32_selection_convert_to_dib): New function. Convert
3125         images to DIB using gdk-pixbuf.
3126
3127         * gdk/win32/gdkwin32.h: Declare gdk_win32_selection_add_targets().
3128
3129         * gtk/gtkselection.c (gtk_selection_add_target,
3130         gtk_selection_add_targets): Call gdk_win32_selection_add_targets()
3131         to register target formats.
3132
3133         * gdk/gdk.symbols: Add gdk_win32_selection_add_targets().
3134
3135 2005-04-03  Hans Breuer  <hans@breuer.org>
3136
3137         [merged from gtk-2-6 branch]
3138         * gdk/win32/gdkdrawable-win32.c : let dash_offset shift the start of
3139         the line pattern not the start of the line. Fixes bug #171641.
3140
3141         * gtk/makefile.msc.in : follow .symbols changes
3142
3143         * gdk/win32/gdkwindow-win32.c : declare and resolve GetAncestor()
3144         dynamically. (It is not available in _WIN_VER <= 0x0400)
3145
3146         * gdk/win32/makefile.msc : removed gdkpango-win32.obj
3147
3148         * gtk/gtkhsv.c gtk/gtkstyle.c : use G_PI instead of M_PI
3149
3150         [also applied to gtk-2-6 branch]
3151         * gdk/makefile.msc gdk-pixbuf/makefile.msc : handle gdk*alias.def
3152
3153         * gdk/makefile.msc.in : add gtkmnemonichash.obj
3154
3155         * test/testgtk.c(set_parent_signal) : use g_message instead of
3156         g_print to keep the 'testgtk --bench=all' output clean
3157
3158 2005-04-03  Matthias Clasen  <mclasen@redhat.com>
3159
3160         * gtk/gtkruler.c: Add a "metric" property.
3161
3162         * gtk/gtkradiomenuitem.c: Add a "group" property like
3163         the one found in radio buttons.
3164
3165         * gtk/gtkradiobutton.c (gtk_radio_button_class_init): Fix
3166         a typo in the docs.
3167         (gtk_radio_button_set_group): Add change notification.
3168         
3169 2005-04-01  Matthias Clasen  <mclasen@redhat.com>
3170
3171         * gtk/gtkselection.c: Move documentation inline, document
3172         if add_target functions append or prepend.  (#172350, 
3173         Jon-Kare Hellan)
3174
3175 2005-04-01  Matthias Clasen  <mclasen@redhat.com>
3176
3177         Make gtk_combo_box_get_active_text do the right thing for
3178         GtkComboBoxEntry (#171373, Robert Staudinger)
3179         
3180         * gtk/gtkcombobox.h: Add a get_active_text vfunc.
3181         
3182         * gtk/gtkcombobox.c (gtk_combo_box_real_get_active_text): And
3183         implement it here.
3184
3185         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text): 
3186         Implement get_active_text by always returning the content of 
3187         the entry.
3188
3189 2005-03-31  Sven Neumann  <sven@gimp.org>
3190
3191         Merged from gtk-2-6:
3192
3193         * gtk/gtkbutton.c
3194         * gtk/gtkiconview.c: fixed gtk-doc comments.
3195
3196 2005-03-31  Michael Natterer  <mitch@gimp.org>
3197
3198         Allow to pop up menus without grabbing the keyboard. Useful for
3199         stuff like virtual keyboards. Fixes bug #159890
3200
3201         * gtk/gtk.symbols
3202         * gtk/gtkmenushell.[ch]: added boolean property "take-focus"
3203         and public API gtk_menu_shell_set/get_take_focus().
3204
3205         * gtk/gtkmenu.c (gtk_menu_popup)
3206         (popup_grab_on_window): don't grab the keyboard if take_focus
3207         is FALSE.
3208
3209         * gtk/gtkmenuitem.c (_gtk_menu_item_popup_submen): propagate the
3210         parent menu_shell's take_focus property to the submenu which is
3211         about to be popped up.
3212
3213 2005-03-30  Federico Mena Quintero  <federico@ximian.com>
3214
3215         Merged from gtk-2-6:
3216
3217         Fix #170755:
3218
3219         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Only stop editing
3220         if the row which changed is the same as the row being edited.
3221
3222 2005-03-30  Matthias Clasen  <mclasen@redhat.com>
3223
3224         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
3225         Make enable_search control only typeahead, not C-f.  (#170435,
3226         Sven Neumann)
3227         (gtk_tree_view_start_interactive_search): Pass keybinding == TRUE.
3228
3229         * gdk/gdkpixbuf.h: Include cairo.h
3230
3231         * gtk/gtkclipboard.c (gtk_clipboard_set_can_store): 
3232         Don't accept n_targets == -1.
3233         (clipboard_unset): unref the old_data, not the
3234         user_data which we have just cleared.  (#172038, Sven
3235         Neumann)
3236
3237         * gtk/gtkcombobox.c (gtk_combo_box_popup): Don't 
3238         segfault if somebody tries to popup an unrealized
3239         combo box.  (#172031, Felipe Heidrich)
3240
3241 2005-03-30  Tor Lillqvist  <tml@novell.com>
3242
3243         * gdk/win32/gdkevents-win32.c (build_pointer_event_state): The
3244         state field should represent the state before the event, like on
3245         X11. (#169753)
3246         (gdk_event_translate): Fix event filter handling. If an event
3247         filter (global, client message filter, of window-specific) returns
3248         GDK_FILTER_CONTINUE, continue as if nothing happened. If it
3249         returns GDK_FILTER_REMOVE or GDK_FILTER_TRANSLATE, return TRUE
3250         from gdk_event_translate() which means that DefWindowProc() will
3251         not be called.
3252         (gdk_event_translate): Fix client message handling. Append a
3253         GDK_CLIENT_EVENT unless there is a filter that matches and returns
3254         something other than GDK_FILTER_CONTINUE. (#135552)
3255
3256 2005-03-29  Matthias Clasen  <mclasen@redhat.com>
3257
3258         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_visible_func): 
3259         Document the need to refilter if parameters of the visibility function
3260         change.  (#169516, Olivier Sessink)     
3261
3262 Mon Mar 28 15:13:42 2005  Søren Sandmann  <sandmann@redhat.com>
3263
3264         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
3265         invalidate areas that are covered by mapped input-output child
3266         windows. Bug 141380.
3267
3268 2005-03-28  Jeroen Zwartepoorte  <jeroen.zwartepoorte@gmail.com>
3269
3270         * gtk/gtkfilechooserdefault.c: (update_preview_widget_visibility): Make
3271         the preview label ellipsize so the dialog layout stays constant.
3272         (#171398)
3273
3274 2005-03-28  Matthias Clasen  <mclasen@redhat.com>
3275
3276         * gtk/gtktreeview.c (gtk_tree_view_key_press): Don't pop up
3277         the context menu of the search entry if it is not visible.
3278         (#169534, Billy Biggs)
3279
3280 2005-03-27  Tor Lillqvist  <tml@novell.com>
3281
3282         * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
3283         after all, and in fact necessary with HEAD libtool.
3284
3285 2005-03-26  Matthias Clasen  <mclasen@redhat.com>
3286
3287         * gtk/*.c: 
3288         * gdk/gdkdisplaymanager.c: 
3289         Use canonical names for g_object_notify() as well. 
3290
3291 2005-03-24  Tor Lillqvist  <tml@novell.com>
3292
3293         * configure.in (GTK_EXTRA_CFLAGS): Include the -mms-bitfields flag
3294         in GTK_EXTRA_CFLAGS on Win32, so that it gets included in the
3295         gtk+-2.0.pc file and automatically used by dependents. MSVC users
3296         who use pkg-config will have to manually edit it out from
3297         gtk+-2.0.pc, sorry. Maybe pkg-config should be enhanced to support
3298         some kind of conditionals in .pc files?
3299
3300 2005-03-23  Matthias Clasen  <mclasen@redhat.com>
3301
3302         * gtk/gtkfilechooserbutton.c (update_combo_box): Remove
3303         a call whose result was unused and leaked.  (#170776,
3304         Kjartan Maraas)
3305
3306         Some cleanups to the GtkDialog code:  (#170746, 
3307         Morten Welinder)
3308         * gtk/gtkdialog.c (action_widget_activated): Simplify,
3309         use _gtk_dialog_get_response_for_widget.
3310         (gtk_dialog_add_action_widget): Use the correct signal
3311         id for non-buttons.
3312         (gtk_dialog_set_response_sensitive): 
3313         (gtk_dialog_set_default_response): Use get_response_data.
3314         (gtk_dialog_run): Don't disconnect the signals if the
3315         dialog was destroyed while running.
3316
3317 Tue Mar 22 14:16:31 2005  Manish Singh  <yosh@gimp.org>
3318
3319         * gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label):
3320         Use g_return_if_fail, not g_return_val_if_fail.
3321
3322 2005-03-22  Matthias Clasen  <mclasen@redhat.com>
3323
3324         Implement bookmark renaming  (#136216, Sean Middleditch)
3325         
3326         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Add 
3327         get_bookmark_label and set_bookmark_label vfuncs.
3328
3329         * gtk/gtkfilesystem.h:
3330         * gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label): 
3331         (gtk_file_system_get_bookmark_label): Wrappers for the
3332         vfuncs.
3333
3334         * gtk/gtk.symbols: Add new exported symbols.
3335
3336         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_set_bookmark_label): 
3337         (gtk_file_system_unix_get_bookmark_label): Implementations
3338         for the Unix backend.
3339
3340         * gtk/gtkfilechooserdefault.c: Add a context menu to
3341         the bookmarks pane, and allow to rename bookmarks.
3342
3343 2005-03-22  Matthias Clasen  <mclasen@redhat.com>
3344
3345         * gtk/gtkpathbar.c (gtk_path_bar_unmap): 
3346         * gtk/gtkspinbutton.c (gtk_spin_button_unmap): 
3347         * gtk/gtknotebook.c (gtk_notebook_unmap): 
3348         * gtk/gtkrange.c (gtk_range_unmap): Stop scrolling when
3349         the widget is unmapped.  (#168791, Ryan Lortie)
3350
3351 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
3352
3353         * gtk/gtkprivate.h: Define macros GTK_PARAM_READABLE,
3354         GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE which are like
3355         their G_ counterparts, but also mark the name, nick
3356         and blurb as static.
3357
3358         * gtk/*.c: Mark param spec strings as static, using
3359         the new macros.
3360
3361         * gtk/gtkspinbutton.h: Fix a typo.
3362
3363 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
3364
3365         * gtk/gtkcellrendererprogress.c: 
3366         * gtk/gtkcellrendererpixbuf.c: 
3367         * gtk/gtkcellrenderercombo.c: 
3368         * gtk/gtkcellrenderer.c: 
3369         * gtk/gtkcalendar.c: 
3370         * gtk/gtkbutton.c: 
3371         * gtk/gtkbox.c: 
3372         * gtk/gtkbbox.c: 
3373         * gtk/gtkaspectframe.c: 
3374         * gtk/gtkarrow.c: 
3375         * gtk/gtkalignment.c: 
3376         * gtk/gtkactiongroup.c: 
3377         * gtk/gtkaction.c:
3378         * gtk/gtkaccellabel.c: 
3379         * gtk/gtkaboutdialog.c: Mark param spec strings as static.
3380
3381         * gdk/gdkpango.c (gdk_pango_renderer_class_init): 
3382         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): Mark
3383         param spec strings as static.
3384
3385 2005-03-21  Tor Lillqvist  <tml@novell.com>
3386
3387         * modules/engines/ms-windows/*.c: Silence gcc warnings (unused
3388         variables, unhandled enum value in switch). Use g_object_unref()
3389         instead of deprecated gdk_gc_unref() and gdk_drawable_unref().
3390
3391         * modules/engines/ms-windows/xp_theme.c (xp_theme_map_gtk_state): 
3392         Add missing "case" keyword.
3393
3394         * modules/engines/ms-windows/Makefile.am: Link with -lgdi32
3395         explicitly.
3396
3397 2005-03-20  Tor Lillqvist  <tml@novell.com>
3398
3399         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Return the
3400         Terminal Services session number, window station name (always
3401         "WinSta0" in interactive processes), and desktop name (typically
3402         "Default"), concatenated with backslash separators.
3403         (gdk_display_open): Accept only NULL or the string
3404         gdk_display_get_name() returns as display name.
3405
3406 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
3407
3408         Make PLT-reduction work with gcc4, and don't include
3409         everything in gdkalias.h:
3410         
3411         * gtk/grk.symbols: Group symbols by header and source file.
3412         * gtk/makegtkalias.pl: Protect definitions by the same 
3413         preprocessor symbols used to guard the headers. Move
3414         the alias declarations to a separate file which is 
3415         produced when calling makegtkalias.pl -def
3416         * gdk/Makefile.am (gtkaliasdef.c): Add a rule to generate 
3417         this file.
3418         * gtk/*.c: Include gtkalias.h after the other headers, 
3419         include gtkaliasdef.c at the bottom.
3420         * gtk/*.h: Small cleanups.
3421
3422 Fri Mar 18 23:59:49 2005  Soeren Sandmann  <sandmann@redhat.com>
3423
3424         * gtk/gtkmenutoolbutton.c (arrow_button_button_press_event_cb):
3425         Make right-clicks not pop up the menu.
3426
3427 2005-03-18  Owen Taylor  <otaylor@redhat.com>
3428
3429         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_finish): 
3430         Call cairo_surface_finish()
3431
3432         * gdk/gdkinternals.c gdk/x11/gdkdrawable-x11.c: Remoev
3433         _gdk_windowing_set_surface_device_offset().
3434
3435 2005-03-18  Tor Lillqvist  <tml@novell.com>
3436
3437         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
3438         WM_MOUSEMOVE, don't check if this process owns the active
3439         window. This makes cross-application widget embedding work better.
3440         On WM_MOVE, don't bother checking for window visibility.
3441
3442         * gdk/win32/gdkim-win32.c: Remove bogus empty doc comment. Remove
3443         unused variables. Add some casts to silence gcc.
3444
3445 2005-02-24  Owen Taylor  <otaylor@redhat.com>
3446
3447         * gdk/gdkwindow.c: Use cairo_set_device_offset().
3448
3449         * gdk/win32/gdkdrawable-win32.[ch] gdk/win32/gdkwindow-win32.c
3450         gdk/win32/gdkpixmap-win32.c: 
3451         Add_gdk_win32_drawable_acquire/release_dc() to get a DC for the 
3452         drawable. Add _gdk_drawable_win32_finish() to clean up resources
3453         when a drawable is destroyed.
3454
3455         * gdk/win32/gdkgc-win32.c gdk/win32/gdkdrawable-win32.c
3456         (blit_from_pixmap) gdk/win32/gdkprivate-win32.h : Use 
3457         acquire/release_dc when getting a DC to use with a GC or for 
3458         blitting from a pixmap.
3459
3460         * gdk/win32/gdkdrawable-win32.[ch]: Implement ref_cairo_surface()
3461
3462         * gdk/win32/gdkpango-win32.c gdk/win32/gdkdrawable-win32.c Makefile.am:
3463         Remove gdk_screen_get_pango_context(), draw_glyph[_transformed]
3464         implementations.
3465
3466         * gdk/win32/gdkdrawable-win32.c: Remove 
3467         gdk_draw_rectangle_alpha_libgtk_only()
3468
3469 2005-03-17  Owen Taylor  <otaylor@redhat.com>
3470
3471         * gdk/gdkpango.c: Fix get_stipple_surface to actually work, set
3472         EXTEND_REPEAT on the stipple pattern.
3473
3474 2005-03-17  Matthias Clasen  <mclasen@redhat.com>
3475
3476         * gtk/gtklabel.c (gtk_label_set_markup): Fix formatting
3477         in example in the docs.  (#170611, Jianfei Wang)
3478
3479         * gtk/gtkiconview.c (gtk_icon_view_size_allocate): Clamp
3480         adjustment values on resize.  (#170567, Tomislav Jonjic)
3481
3482         * gtk/gtkicontheme.c (theme_lookup_icon): Don't crash
3483         if there is no cache.  (#170652, Diego Gonzalez)
3484         
3485         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
3486         Make inline completion insert the prefix at the
3487         right spot.  (#170146, Doug Quale)
3488
3489 2005-03-17  Tor Lillqvist  <tml@novell.com>
3490
3491         * gdk/gdkkeynames.c: gdk_key is a typedef, not a struct tag.
3492
3493 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
3494
3495         * gtk/gtkprogressbar.c (gtk_progress_bar_get_ellipsize): 
3496         Typo fix in the docs.
3497         
3498         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_set_arrow_tooltip): 
3499         Typo fix in the docs.
3500
3501         * gtk/gtkiconview.c (gtk_icon_view_set_columns) 
3502         (gtk_icon_view_get_columns, gtk_icon_view_set_item_width) 
3503         (gtk_icon_view_get_item_width, gtk_icon_view_set_spacing) 
3504         (gtk_icon_view_get_spacing, gtk_icon_view_set_row_spacing) 
3505         (gtk_icon_view_set_column_spacing) 
3506         (gtk_icon_view_get_row_spacing, gtk_icon_view_get_margin) 
3507         (gtk_icon_view_set_margin): Add docs.
3508         
3509         * gtk/gtkcellview.c (gtk_cell_view_get_displayed_row): 
3510         Add docs.
3511
3512 2005-03-15  Owen Taylor  <otaylor@redhat.com>
3513
3514         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkpixmap.c gdk/gdkwindow.c 
3515         gdk/x11/gdkdrawable-x11.c gdk/x11/gdkpixmap-x11.c gdk/x11/gdkwindow-x11.c
3516         gdk/gdkinternals.h: Switch set_cairo_target() virtual function to
3517         ref_cairo_surface()
3518
3519         * gdk/gdkdrawable.h gdk/gdkdraw.h: Switch set_cairo_target() virtual
3520         function to create_cairo_context()
3521
3522         * gdk/gdkwindow.c: Clear double buffer pixmaps with Cairo.
3523
3524         * gdk/x11/gdkwindow-x11.c: Keep all components in GdkWindowObject.bg_color,
3525         not just the pixel.
3526
3527         * tests/testcairo.c: Update for create_cairo_context()
3528
3529         * gdk/gdkdraw.c (gdk_draw_trapezoids, gdk_draw_glyphs[_transformed]):
3530         Reimplement in terms of Cairo, bypass the vtable entries.
3531
3532         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkdisplay-x11.[ch]
3533         gdk/x11/gdkgc-x11.c gdk/x11/gdkpango-x11.c
3534         gdk/x11/gdkprivate-x11.h gdk/x11/Makefile.am: Remove
3535         implementation of draw_trapezoids / draw_glyphs[_transformed].
3536
3537         * gdk/gdkpango.c: Switch GdkPangoRenderer to use Cairo
3538
3539         * gdk/gdkpango.c gdk/x11/gdkpango-x11.c: Move
3540         gdk_pango_context_get_for_screen() into the backend independent code.
3541
3542         * gdk/x11/gdkdrawable-x11.[ch]: Remove Xft use, use RENDER directly
3543         for drawing images.
3544
3545         * gdk/gdkdrawable.h gdk/x11/gdkdrawable-x11.c: Remove
3546         gdk_draw_rectangle_alpha_libgtk_only.
3547
3548         * gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c: Add 
3549         gdk_pixbuf_set_as_cairo_source()
3550
3551         * gdk/gdk.symbols: Update
3552
3553         * gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkruler.[ch]
3554         gtk/gtk[hv]ruler.c: Convert to Cairo rendering.
3555
3556         * gtk/gtkstyle.c (gtk_default_draw_check, gtk_default_draw_focus,
3557         gtk_default_draw_option): Switch to Cairo. Simplify the checkbutton,
3558         radio button style for now to get something more scalable.
3559
3560         *  gtk/gtksettings.c: #if 0 out the code to use PangoXft for hinting/
3561         antialiasing/dpi settings.
3562
3563 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
3564
3565         * demos/gtk-demo/editable_cells.c: Also demonstrate
3566         GtkCellRenderer::editing-started and separators.
3567
3568 Tue Mar 15 20:34:33 2005  Manish Singh  <yosh@gimp.org>
3569
3570         * gdk/x11/gdkinput-xfree.c: #include gdkaliasdef.c here too.
3571
3572 2005-03-15  Matthias Clasen  <mclasen@redhat.com>
3573
3574         Make PLT-reduction work with gcc4, and don't include
3575         everything in gdkalias.h:
3576
3577         * gdk/gdk.symbols: Group symbols by header and source file.
3578         * gdk/makegdkalias.pl: Protect definitions by the same
3579         preprocessor symbols used to guard the headers. Move
3580         the alias declarations to a separate file which is
3581         produced when calling makegdkalias.pl -def
3582         * gdk/Makefile.am (gdkaliasdef.c): Add a rule to generate this
3583         file.
3584         * gdk/*.c, gdk/x11/*.c: Include gdkalias.h after the other
3585         headers, include gdkaliasdef.c at the bottom.
3586
3587 2005-03-16  Tor Lillqvist  <tml@novell.com>
3588
3589         * gdk/win32/gdkdisplay-win32.c (_win32_on_clipboard_change): Print
3590         debugging output only if asked for, not always.
3591
3592         * gdk/win32/*.c: Use the %+d%+d format for coordinate pairs in
3593         debugging printout instead of +%d+%d. Misc other additions and
3594         cosmetic improvements to debugging printouts. Use API_CALL() and
3595         GDI_CALL() macros in more places.
3596
3597         * gdk/win32/gdkwindow-win32.c (gdk_window_move, gdk_window_resize,
3598         gdk_window_move_resize): To detect child windows, check whether
3599         the real parent is not the desktop window, instead of relying on
3600         the GDK window type being GDK_WINDOW_CHILD. Foreign GtkPlug
3601         windows have a GDK window type GDK_WINDOW_FOREIGN, but are still
3602         de facto child windows.
3603
3604         * gdk/win32/gdkprivate-win32.h
3605         * gdk/win32/*.c: Drop global variable _gdk_root_window, just call
3606         GetDesktopWindow(). Rename the GdkWindow* _gdk_parent_root to
3607         _gdk_root.
3608
3609         * gdk/win32/gdkwindow-win32.h (GdkWindowImplWin32): Add
3610         toplevel_window_type field.
3611
3612         * gdk/win32/gdkwindow-win32.c: As there is only one root window in
3613         GDK on Win32, we can compare directly to _gdk_root instead of
3614         checking the window type.
3615         (gdk_window_reparent): When reparenting a child of the desktop
3616         clear out the window decorations. Correspondingly, when
3617         reparenting to the desktop, add decorations. As in the X11
3618         backend, save the window type of a toplevel window when
3619         reparenting, in case it is reparented back to toplevel.
3620
3621 2005-03-15  Matthias Clasen  <mclasen@redhat.com>
3622
3623         * gtk/gtkradioaction.c (gtk_radio_action_get_group): Add an
3624         example for manually setting up a group of actions.
3625
3626         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
3627         Document that inline completion requires text-column to be set.
3628         (gtk_entry_completion_compute_prefix): Return NULL if text-column
3629         is not set.
3630
3631         * gtk/gtkentry.c (check_completion_callback): Call 
3632         gtk_entry_completion_complete() before inserting the prefix,
3633         otherwise the prefix may depend on (random) state of the
3634         filter model.  
3635
3636 2005-03-15  Anders Carlsson  <andersca@imendio.com>
3637
3638         * docs/iconcache.txt:
3639         Update spec.
3640         
3641         * gtk/gtkiconcache.c: (find_image_offset),
3642         (_gtk_icon_cache_get_icon_flags), (_gtk_icon_cache_add_icons),
3643         (_gtk_icon_cache_get_icon), (_gtk_icon_cache_get_icon_data):
3644         * gtk/gtkiconcache.h:
3645         Update to be able to fetch pixbuf data and icon metadata.
3646         
3647         * gtk/gtkicontheme.c: (theme_lookup_icon), (gtk_icon_info_free),
3648         (icon_info_ensure_scale_and_pixbuf):
3649         Use new cache functions.
3650         
3651         * gtk/updateiconcache.c: (foreach_remove_func), (load_icon_data),
3652         (maybe_cache_image_data), (scan_directory), (write_pixdata),
3653         (get_image_meta_data_size), (get_image_pixel_data_size),
3654         (get_image_data_size), (get_single_node_size), (get_bucket_size),
3655         (write_bucket), (main):
3656         Update to write pixbuf data as well as information from .icon
3657         files.
3658         
3659 2005-03-15  Tor Lillqvist  <tml@novell.com>
3660
3661         * gdk/win32/gdkmain-win32.c (_gdk_win32_key_to_string): New
3662         debugging function. As GetKeyNameText() returns a localized key
3663         name we need to convert it to UTF-8.
3664
3665         * gdk/win32/gdkprivate-win32.h: Declare it.
3666
3667         * gdk/win32/gdkevents-win32.c: Use it.
3668
3669         * gdk/win32/gdkwindow-win32.c (gdk_window_new_internal): Fix
3670         handling of children of foreign windows. They should be child
3671         windows from Windows's perspective, even if they are toplevel GDK
3672         windows.
3673
3674 2005-03-13  Ivan, Wong Yat Cheung  <email@ivanwong.info>
3675
3676         * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): A further fix
3677         for big window support. Now also the test in testgtk works.
3678
3679 2005-03-11  Matthias Clasen  <mclasen@redhat.com>
3680
3681         * gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
3682         style changes.  (#169334, Yury Puzis)
3683
3684         * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
3685         the doc comments.  (#169967, Masao Mutoh)
3686
3687 2005-03-12  Ivan, Wong Yat Cheung  <email@ivanwong.info>
3688
3689         Big window fix for Win32. Big windows are still emulated within
3690         16-bit coordinate limits, though. Big windows now work on NT-based
3691         Windows. (#169989)
3692
3693         * gdk/win32/gdkgc-win32.c (_gdk_win32_gdkregion_to_hrgn): Use
3694         32-bit coordinates.
3695
3696         * gdk/win32/gdkgeometry-win32.c: Largely rewrite.
3697
3698         * gdk/win32/gdkwindow-win32.c: Minor related changes.
3699         
3700 2005-03-10  Matthias Clasen  <mclasen@redhat.com>
3701
3702         * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): 
3703         Fix a doc typo.  (#169873, Johan Dahlin)
3704
3705         * gtk/gtkdialog.c (gtk_dialog_map): Don't
3706         try to focus the default_widget if there is 
3707         none.  (#169881, Thomas Leonard)
3708
3709 Wed Mar  9 19:20:44 2005  Manish Singh  <yosh@gimp.org>
3710
3711         * configure.in: Remove inadvertent gail references, require
3712         Pango 1.9.0
3713
3714 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
3715
3716         * configure.in: Require GLib 2.7.0
3717
3718 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
3719
3720         * gtk/gtkwidget.h (struct _GtkWidget): Typo fixes in comments.
3721         (#169728, Morten Welinder, Owen Taylor)
3722
3723         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo
3724         in the docs.  (#169729, Morten Welinder)
3725
3726         * gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
3727
3728         * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize 
3729         when the model is unset.  (#169528, Tomislav Jonjic)
3730
3731 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
3732
3733         * gtk/gtkviewport.c (gtk_viewport_class_init): 
3734         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): 
3735         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_class_init): 
3736         * gtk/gtktipsquery.c (gtk_tips_query_class_init): 
3737         * gtk/gtktext.c (gtk_text_class_init): 
3738         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): 
3739         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): 
3740         * gtk/gtktoggleaction.c (gtk_toggle_action_class_init): 
3741         * gtk/gtkoptionmenu.c (gtk_option_menu_class_init): 
3742         * gtk/gtkoldeditable.c (gtk_old_editable_class_init): 
3743         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): 
3744         * gtk/gtktoolbutton.c (gtk_tool_button_class_init): 
3745         * gtk/gtktoolitem.c (gtk_tool_item_class_init): 
3746         * gtk/gtkimage.c (gtk_image_class_init): 
3747         * gtk/gtkruler.c (gtk_ruler_class_init): 
3748         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
3749         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): 
3750         * gtk/gtkprogress.c (gtk_progress_class_init): 
3751         * gtk/gtkmenu.c (gtk_menu_class_init): 
3752         * gtk/gtkscale.c (gtk_scale_class_init): 
3753         * gtk/gtkpaned.c (gtk_paned_class_init): 
3754         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
3755         * gtk/gtkfontbutton.c (gtk_font_button_class_init): 
3756         * gtk/gtkfontsel.c (gtk_font_selection_class_init): 
3757         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
3758         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
3759         * gtk/gtkcurve.c (gtk_curve_class_init): 
3760         * gtk/gtkcombo.c (gtk_combo_class_init): 
3761         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
3762         * gtk/gtkcolorbutton.c (gtk_color_button_class_init): 
3763         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): 
3764         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): 
3765         * gtk/gtkcheckbutton.c (gtk_check_button_class_init): 
3766         * gtk/gtktogglebutton.c (gtk_toggle_button_class_init): 
3767         * gtk/gtkcellview.c (gtk_cell_view_class_init): 
3768         * gtk/gtktoolbar.c (gtk_toolbar_class_init): 
3769         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): 
3770         * gtk/gtkclist.c (gtk_clist_class_init): 
3771         * gtk/gtkctree.c (gtk_ctree_class_init): 
3772         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): 
3773         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
3774         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
3775         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_class_init): 
3776         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
3777         * gtk/gtkbbox.c (gtk_button_box_class_init): 
3778         * gtk/gtktable.c (gtk_table_class_init): 
3779         * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): 
3780         * gtk/gtkframe.c (gtk_frame_class_init): 
3781         * gtk/gtkaction.c (gtk_action_class_init): 
3782         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): 
3783         * gtk/gtkaboutdialog.c (gtk_about_dialog_class_init): 
3784         * gtk/gtkdialog.c (gtk_dialog_class_init): More of the same.
3785
3786 2005-03-08  Matthias Clasen  <mclasen@redhat.com>
3787
3788         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): 
3789         * gtk/gtkrange.c (gtk_range_class_init): 
3790         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init): 
3791         * gtk/gtktexttag.c (gtk_text_tag_class_init): 
3792         * gtk/gtktextview.c (gtk_text_view_class_init): 
3793         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): 
3794         * gtk/gtknotebook.c (gtk_notebook_class_init): 
3795         * gtk/gtkentry.c (gtk_entry_class_init): 
3796         * gtk/gtkexpander.c (gtk_expander_class_init): 
3797         * gtk/gtkarrow.c (gtk_arrow_class_init): 
3798         * gtk/gtkalignment.c (gtk_alignment_class_init): 
3799         * gtk/gtkbutton.c (gtk_button_class_init): 
3800         * gtk/gtklabel.c (gtk_label_class_init): 
3801         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): 
3802         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
3803         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
3804         * gtk/gtktreeview.c (gtk_tree_view_class_init): 
3805         * gtk/gtkbox.c (gtk_box_class_init): 
3806         * gtk/gtkwindow.c (gtk_window_class_init, gtk_window_class_init): 
3807         * gtk/gtkcontainer.c (gtk_container_class_init): 
3808         * gtk/gtkwidget.c (gtk_widget_class_init): 
3809         * gtk/gtkobject.c (gtk_object_class_init): Use canonical names
3810         when registering param specs.
3811
3812         * demos/gtk-demo/editable_cells.c: Use GtkCellRendererCombo
3813         (#169607, Mark McLoughlin)
3814         
3815         * gtk/gtk.symbols: Add the new attributes here, too.
3816
3817         * gtk/gtkwidget.h: 
3818         * gtk/gtktreeview.h: 
3819         * gtk/gtktreeviewcolumn.h: 
3820         * gtk/gtktextbuffer.h: 
3821         * gtk/gtkobject.h: 
3822         * gtk/gtkfilechooserdialog.h: 
3823         * gtk/gtkdialog.h: 
3824         * gtk/gtkcontainer.h: 
3825         * gtk/gtkcelllayout.h: 
3826         * gtk/gtkaboutdialog.h: Use G_GNUC_NULL_TERMINATED where
3827         appropriate.  (#165682, Marc Meissner)
3828
3829 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
3830
3831         Convert the gdk keyval-keyname tables to a big string
3832         + offsets. (#168901)
3833         
3834         * gdk/gen-keyname-table.pl: Perl script inspired by
3835         pango/tools/gen-color-table.pl to create the 
3836         gdk_keys_by_keyval and gdk_keys_by_name tables as lists
3837         of offsets pointing into a big const string.
3838         
3839         * gdk/keynames.txt: List of keyval-keyname pairs.
3840         * gdk/keyname-table.h: Generated tables.
3841
3842         * gdk/gdkkeynames.c: Include keyname-table.h and don't
3843         generate the inverse table at runtime.
3844
3845 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
3846
3847         * gtk/gtkstyle.c: Document which parameters may be NULL.  
3848         (#166855, Frank Naumann)
3849
3850 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
3851
3852         * AUTHORS: Add original authors of incorporated software.
3853
3854 Thu Mar  3 16:59:44 2005  Manish Singh  <yosh@gimp.org>
3855
3856         * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
3857
3858 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
3859
3860         * gtk/gtksettings.c (gtk_settings_get_property): 
3861         * gtk/gtkrc.c (gtk_rc_parse_assignment): Don't leak 
3862         the values here.  (#169047, Philip Langdale)
3863
3864         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
3865         Don't warn if a stock icon cannot be found.  (#168830,
3866         Sven Neumann)
3867
3868 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
3869
3870         * gtk/gtkwidget.c (gtk_widget_reparent_subwindows): 
3871         Avoid warnings if gtk_widget_reparent() is called at
3872         unusual times.  (#168966, Christian Persch)
3873
3874 Tue Mar  1 14:04:08 2005  Manish Singh  <yosh@gimp.org>
3875
3876         * gdk/x11/gdkproperty-x11.c (virtual_atom_check_init): Cast to avoid
3877         const warnings on data structure seeding.
3878
3879 Tue Mar  1 13:53:56 2005  Manish Singh  <yosh@gimp.org>
3880
3881         * gtk/xdgmime/xdgmime.[ch]: revert previous change, maintain ABI.
3882
3883 2005-03-01  Matthias Clasen  <mclasen@redhat.com>
3884
3885         * gtk/gtkmenutoolbutton.c (button_state_changed_cb): 
3886         Fix prelighting.  (#157392, Vincent Noel, patch by
3887         Christian Persch)
3888
3889         * gtk/gtkicontheme.c (theme_lookup_icon): Make 
3890         icon data caching work again.  (#168851, Alexander Larsson)
3891
3892         * gdk-pixbuf/gdk-pixbuf.c:
3893         * gdk-pixbuf/gdk-pixbuf-features.h.in:
3894         Revert the previous change, since it breaks
3895         bin compat.
3896
3897 2005-03-01  Matthias Clasen  <mclasen@redhat.com>
3898
3899         * gdk/gdkkeyuni.c
3900         * gdk/gdkpixbuf-drawable.c
3901         * gdk/gdkrgb.c
3902         * gdk/x11/gdkdnd-x11.c
3903         * gdk/x11/gdkevents-x11.c
3904         * gdk/x11/gdkproperty-x11.c
3905         * gdk/x11/gdkvisual-x11.c
3906         * gdk-pixbuf/gdk-pixbuf.c
3907         * gdk-pixbuf/gdk-pixbuf-features.h.in
3908         * gtk/gtkaction.c
3909         * gtk/gtkbindings.c
3910         * gtk/gtkcolorbutton.c
3911         * gtk/gtkcombo.c
3912         * gtk/gtkcontainer.c
3913         * gtk/gtkfilechooserdefault.c
3914         * gtk/gtkfilesel.c
3915         * gtk/gtkgamma.c
3916         * gtk/gtkiconview.c
3917         * gtk/gtkinputdialog.c
3918         * gtk/gtkitemfactory.c
3919         * gtk/gtkmenu.c
3920         * gtk/gtktextview.c
3921         * gtk/gtktooltips.c
3922         * gtk/gtktreedatalist.c
3923         * gtk/gtkuimanager.c
3924         * gtk/tree_minus.xpm
3925         * gtk/tree_plus.xpm
3926         * gtk/xdgmime/xdgmime.c
3927         * gtk/xdgmime/xdgmime.h: 
3928         Move constant data to .rodata.
3929
3930 2005-02-27  Matthias Clasen  <mclasen@redhat.com>
3931
3932         * gtk/gtkaction.c (connect_proxy): Improve the handling
3933         of buttons as action proxys.  (#165534, Milosz Derezynski)
3934
3935         * gtk/gtklabel.c (gtk_label_size_request): Fix a typo.
3936         (#168646, Vincent Untz)
3937
3938         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
3939         Unset "focus-on-click" for the save folder combo.  (#168688,
3940         Sven Neumann)
3941
3942 2005-02-25  Matthias Clasen  <mclasen@redhat.com>
3943
3944         * demos/testpixbuf.c (main): Remove a C++ comment.  (#168531, 
3945         Paul Cornett)
3946
3947         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a 
3948         path here.  (#168443, Morten Welinder)
3949
3950 2005-02-24  Robert Ögren  <gtk@roboros.com>
3951
3952         Implement better handling of Wintab tablet context overlap on
3953         Win32. (#167298)
3954
3955         * gdk/win32/gdkinput-win32.c (_gdk_input_set_tablet_active): New
3956         function that brings any tablet contexts to the top of the overlap
3957         order.
3958         * gdk/win32/gdkinput-win32.h: Declare _gdk_input_set_tablet_active ()
3959         * gdk/win32/gdkevents-win32.c (gdk_event_translate):
3960         Call _gdk_input_set_tablet_active when a window is activated (on
3961         WM_ACTIVATE)
3962
3963 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3964
3965         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_path): 
3966         Don't leak parent_path.  (#168435, Morten Welinder)
3967
3968 Thu Feb 24 14:20:16 2005  Søren Sandmann  <sandmann@redhat.com>
3969
3970         * gtk/gtkstyle.c: Add
3971
3972         g_return_if_fail (style->depth == gdk_drawable_get_depth(window));
3973
3974         all over the place.
3975
3976 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3977
3978         * gtk/gtkcombobox.c: Consistently use gtk_tree_row_reference_valid().
3979         (gtk_combo_box_model_row_deleted): Update the displayed row in 
3980         the cell_view.  (#167842, Gustavo Carneiro)
3981
3982 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3983
3984         Fix #167259, reported by  Christian Persch:
3985         
3986         * gtk/gtkwidget.c (gtk_widget_unparent): Unmap the reparented 
3987         widget, even if we avoid the unrealizing. 
3988         (gtk_widget_reparent_subwindows): Make reparenting work for
3989         !NO_WINDOW widgets which have other windows which are siblings
3990         of widget->window (as e.g. GtkSpinButton).
3991
3992 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3993
3994         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
3995         Don't emit a warning if a parent node is filtered out. (#164726,
3996         Olivier Sessink)
3997
3998 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
3999
4000         * gtk/gtklabel.c (gtk_label_style_set): Revert the last 
4001         change, since gtk_widget_set_style_internal() already
4002         queues a resize.
4003
4004 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
4005
4006         * gtk/gtklabel.c (gtk_label_style_set): Queue a resize, since
4007         fonts may have changed.  (#164128, Phil Blundell)
4008
4009         * gtk/gtkaboutdialog.c (gtk_about_dialog_init) 
4010         (gtk_about_dialog_new): Move initialization code from _new to 
4011         _init.  (#168249, Murray Cumming) 
4012
4013 Wed Feb 23 17:34:01 2005  Jonathan Blandford  <jrb@redhat.com>
4014
4015         * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
4016         jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
4017         widgets.
4018
4019 2005-02-23  Tor Lillqvist  <tml@novell.com>
4020
4021         * gdk/win32/gdkkeys-win32.c (update_keymap): Workaround for bug in
4022         MapVirtualKey(VK_DIVIDE, 0) in some Windows versions. (#142998)
4023
4024 Tue Feb 22 13:49:09 2005  Manish Singh  <yosh@gimp.org>
4025
4026         * gtk/updateiconcache.c: #include <config.h>
4027
4028 2005-02-22  Federico Mena Quintero  <federico@ximian.com>
4029
4030         Merged from gtk-2-6:
4031
4032         Fix #164940, patch by Ben Maurer and Tommi Komulainen.
4033
4034         * gdk/gdkrgb.c (gdk_rgb_convert_565_d): Constify the "dmp" variable.
4035         (gdk_rgb_convert_565_d): Likewise.
4036         (DM_565): Made a static const precomputed array to avoid
4037         allocating it at runtime.
4038         (gdk_rgb_preprocess_dm_565): #ifdef out.
4039
4040 2005-02-20  Matthias Clasen  <mclasen@redhat.com>
4041
4042         * gtk/gtkwindow.c: 
4043         * gtk/gtkclipboard.c: Fix links to freedesktop.org specs
4044         in the documentation.
4045
4046         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
4047         Set have_render_with_trapezoids to GDK_YES when we have 
4048         a new enough Render extension.  (#167965,Billy Biggs) 
4049
4050         * gtk/gtkwindow.c (gtk_window_present): Use the timestamp of
4051         the last user interaction when focusing the window.  (#166379, 
4052         Elijah Newren)
4053
4054 Thu Feb 17 14:58:16 2005  Manish Singh  <yosh@gimp.org>
4055
4056         * gtk/gtkuimanager.c (start_element_handler): make sure expand
4057         is initialized, cast to GTK_SEPARATOR_TOOL_ITEM.
4058
4059 Thu Feb 17 14:52:57 2005  Manish Singh  <yosh@gimp.org>
4060
4061         * gtk/gtkcombobox.c: Pass gtk_widget_get_toplevel() a GTK_WIDGET.
4062
4063 2005-02-16  Matthias Clasen  <mclasen@redhat.com>
4064
4065         * docs/iconcache.txt: Add some information about the
4066         icon cache format (since I can't locate it at freedesktop.org)
4067
4068         Fixes for #143829, Tommi Komulainen, Christian Persch:
4069         
4070         * gtk/gtktreeview.c (gtk_tree_view_destroy): Remove the
4071         typeselect_flush_timeout when destroying the widgets
4072         it is operating on.  
4073         (gtk_tree_view_ensure_interactive_directory): Add the 
4074         popup to the window group of the toplevel it belongs to.
4075
4076         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget) 
4077         (gtk_combo_box_popup): Do the same here. 
4078
4079 2005-02-14  Matthias Clasen  <mclasen@redhat.com>
4080
4081         * configure.in: Kill --enable-ansi  (#164394)
4082
4083 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
4084
4085         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Stop scrolling 
4086         when the pathbar goes away.  (#167094, Rodney Dawes)
4087         (change_icon_theme): Use GTK_ICON_SIZE_MENU here as 
4088         well  (Vincent Noel)
4089
4090 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
4091
4092         Support vertical menubars  (#166632): 
4093         
4094         * gtk/gtkenums.h (GtkPackDirection): New enumeration for pack 
4095         directions, with values for left-to-right, right-to-left, 
4096         top-to-bottom and bottom-to-top.
4097
4098         * gtk/gtk.symbols: 
4099         * gtk/gtkmenubar.h: 
4100         * gtk/gtkmenubar.c: Add two properties, pack-direction and
4101         child-pack-direction, which specify how children and 
4102         grandchildren of a menubar are packed, with getters and setters. 
4103
4104         * gtk/gtkmenubar.c (gtk_menu_bar_set_property): 
4105         (gtk_menu_bar_get_property): Implement set_property and get_property.
4106
4107         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): 
4108         (gtk_menu_bar_size_allocate): Take pack direction into account.
4109
4110         * gtk/gtkmenubar.c (gtk_menu_bar_move_current): Implement 
4111         move_current here move all the menubar-specific direction 
4112         tweaking from the generic menushell implementation here.
4113
4114         * gtk/gtkmenu.c (gtk_menu_move_current): Move  menu-specific 
4115         direction tweaking from the generic menushell implementation here.
4116
4117         * gtk/gtkmenuitem.c (gtk_menu_item_size_request): 
4118         (gtk_menu_bar_size_allocate): Take pack direction into account.
4119
4120         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_size_request) 
4121         (gtk_image_menu_item_size_allocate): 
4122         (gtk_image_menu_item_toggle_size_request): Take child pack 
4123         direction into account and pack the image vertically if
4124         necessary.
4125
4126         * gtk/gtkmenushell.c (gtk_menu_shell_real_select_item):
4127         Set the submenu direction to left-right for menuitems in 
4128         vertical menubars.
4129         (gtk_real_menu_shell_move_current): Simplify by moving
4130         direction tweaking to menu- and menubar-specific 
4131         implementations. Take pack direction into account when
4132         doing fallbacks.
4133
4134         * tests/testmenubars.c: Test menubars in various packing
4135         direction combinations.
4136
4137         * tests/Makefile.am (noinst_PROGRAMS): Add testmenubars.
4138
4139 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
4140
4141         Complete the fix for #165770, Vincent Noel:
4142         
4143         * gtk/gtkfilechooserbutton.c (FALLBACK_ICON_SIZE): Make the
4144         fallback size be 16, to be equal to the default for
4145         GTK_ICON_SIZE_MENU (in gtkiconfactory.c:init_icon_sizes()).
4146         (gtk_file_chooser_button_init):
4147         (change_icon_theme): Use GTK_ICON_SIZE_MENU instead of
4148         GTK_ICON_SIZE_SMALL_TOOLBAR. 
4149
4150 2005-02-09  Matthias Clasen  <mclasen@redhat.com>
4151
4152         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Fix RTL
4153         keynav for going from menubar to menu.
4154
4155 2005-02-08  Christian Rose  <menthos@menthos.com>
4156
4157         * configure.in: Added "xh" to ALL_LINGUAS.
4158
4159 2005-02-08  Matthias Clasen  <mclasen@redhat.com>
4160
4161         * gtk/gtkuimanager.c (start_element_handler): Accept 
4162         the "expand" attribute and set a flag in the node if it
4163         is set to "true".
4164         (update_node): If the expand flag is set, make separator
4165         toolitems non-drawn and expanding.  (#166489, Christian Persch)
4166
4167 2005-02-05  Hans Breuer  <hans@breuer.org>
4168
4169         * gdk/makefile.msc gdk/win32/makefile.msc gtk/makefile.msc.in :
4170         build with Cairo dependency. The patch to acually use Cairo
4171         on win32 will be on gtk-devel-list soon.
4172         * tests/makefile.msc : add testcairo building
4173
4174         * gtk/stock-icons/makefile.msc : split command line into two to
4175         work with the shells default
4176
4177 Fri Feb  4 14:16:31 2005  Manish Singh  <yosh@gimp.org>
4178
4179         * gtk/gtkaccelgroup.c (substitute_underscores): remove unused
4180         function.
4181
4182         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
4183         Add some extra parens for bitop order of operations disambiguiation.
4184
4185         * gtk/gtkstock.c: Fix const confusion, make our own copy of the 
4186         domain when setting a translate function.
4187
4188         * tests/testcombo.c: removed unused variable.
4189
4190 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
4191
4192         * gtk/gtkstock.c (gtk_stock_lookup): Handle item->translation_domain
4193         being NULL.  (#166179, Diego Gonzalez)
4194
4195 2005-02-04  Owen Taylor  <otaylor@redhat.com>
4196
4197         * configure.in: Revert gtk_binary_version to 2.4.0. Fix
4198         up comment to talk only about backwards compat, not
4199         forward/backwards compat. (#166293, reported by Vincent Noel)
4200
4201 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
4202
4203         * gtk/gtkpaned.c (gtk_paned_compute_position): Work better
4204         when there is not enough space. This avoids a nasty size
4205         allocation loop in the file chooser.  (#154007, reported 
4206         by Milosz Derezynski, patch by Robert Ögren)
4207
4208 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
4209
4210         * gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious
4211         selection of RTL direction if the widget does not have 
4212         focus.  (#164125, Frederic Crozat)
4213
4214 Thu Feb  3 19:15:55 2005  Manish Singh  <yosh@gimp.org>
4215
4216         * gdk/x11/gdkdrawable-x11.c: #include cairo-xlib.h
4217
4218 2005-02-03  Owen Taylor  <otaylor@redhat.com>
4219
4220         * gdk/gdkdrawable.[ch] gdkpixmap.c gdkwindow.c: Add
4221         gdk_drawable_set_cairo_target().
4222
4223         * tests/testtreeflow.c (enum): Use grand not rand as a variable
4224         name because one of the cairo headers is pulling in stdlib.h.
4225
4226         * tests/testcairo.c tests/Makefile.am: Add a simple cairo based
4227         example.
4228
4229         * configure.in: Bump release to 2.7.0, gtk_binary_version to 2.7.0.
4230
4231         * Require libpangocairo for all backends.
4232
4233 2005-02-03  Tor Lillqvist  <tml@novell.com>
4234
4235         * modules/input/gtkimcontextime.c (get_pango_attr_list): Use the
4236         wide character version of ImmGetCompositionString() here,
4237         too. (#165278, Takuro Ashie)
4238
4239 2005-02-03  Matthias Clasen  <mclasen@redhat.com>
4240
4241         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): Don't do
4242         one roundtrip per motion event.  (#166173, pointed out
4243         by Chris Lee, patch by Søren Sandmann)
4244
4245         * gtk/gtk.symbols: 
4246         * gtk/gtkstock.h: 
4247         * gtk/gtkstock.c (gtk_stock_set_translate_func): 
4248         New function which allows to change the function used for
4249         translation stock labels, on a per-domain basis. Use this
4250         functionality to switch the GTK+ stock items to use Q_()
4251         prefixed msgids.  (#166179, Funda Wang)
4252         
4253         * gdk/gdkkeynames.c: Make the gdk_key array const (#166075,
4254         Tommi Komulainen)
4255
4256 2005-02-02  Federico Mena Quintero  <federico@ximian.com>
4257
4258         Merged from gtk-2-6:
4259
4260         * gtk/gtkfilechooserdefault.c (pending_select_paths_process):
4261         Don't select the first row if the chooser is not mapped.  This
4262         happens when it's acting on behalf of GtkFileChooserButton.  Also,
4263         don't select the first row if we are in SAVE or CREATE_FOLDER
4264         modes --- I had missed that (see the ChangeLog entry from
4265         2005-01-18).  Fixes #165264.
4266
4267 2005-02-02  Tor Lillqvist  <tml@novell.com>
4268
4269         Implement lazy extended input initialization on Win32, by Robert
4270         Ögren. Fixes #163163, possibly #162334. Lazy initialization would
4271         be a good idea in any case even if it didn't fix any visible
4272         problems, though.
4273
4274         The Wacom tablet driver seems to get confused if Wintab is
4275         initialized but no window is shown before the process exits. This
4276         is the case for some GIMP plug-ins, for instance. 
4277
4278         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Made
4279         non-static (and renamed).
4280         (_gdk_input_init): Don't call _gdk_input_wintab_init_check().
4281
4282         * gdk/win32/gdkinput-win32.h: Declare _gdk_input_wintab_init_check().
4283
4284         * gdk/win32/gdkinput.c (gdk_devices_list,
4285         gdk_display_list_devices, gdk_input_set_extension_events): Call
4286         _gdk_input_wintab_init_check() here instead.
4287
4288 2005-02-02  Ivan, Wong Yat Cheung  <email@ivanwong.info>
4289
4290         * gdk/win32/gdkselection.c: Use a FIFO list for storing GdkSelProp
4291         of a single window so that gtk_clipboard_request_contents() can be
4292         called inside a GtkClipboardReceivedFunc(). (#163844)
4293
4294 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
4295
4296         * gtk/gtkicontheme.c (gtk_icon_theme_init): Look for icons
4297         in XDG_DATA_DIRS/pixmaps.  (#165950, Thomas Zajic)
4298
4299         * gtk/gtkwindow.c (gtk_window_set_icon_name): Set info->icon_list
4300         to NULL after freeing it.  (#165800, Damon Chaplin)
4301
4302 2005-02-01  Michael Natterer  <mitch@gimp.org>
4303
4304         * configure.in: depend on stable pango-1.8, not unstable 1.7
4305
4306 2005-02-01  Federico Mena Quintero  <federico@ximian.com>
4307
4308         Merged from gtk-2-6:
4309
4310         * gtk/gtkfilechooserdefault.c
4311         (browse_files_model_finished_loading_cb): Don't
4312         g_assert_not_reached() if we are in any other state.  Another code
4313         path may have triggered a folder reload.  Fixes #165556.
4314
4315 2005-02-01  Federico Mena Quintero  <federico@ximian.com>
4316
4317         Merged from gtk-2-6:
4318
4319         Fix #165770:
4320
4321         * gtk/gtkfilechooserdefault.c (FALLBACK_ICON_SIZE): Make the
4322         fallback size be 16, to be equal to the default for
4323         GTK_ICON_SIZE_MENU (in gtkiconfactory.c:init_icon_sizes()).
4324         (change_icon_theme): Use GTK_ICON_SIZE_MENU instead of
4325         GTK_ICON_SIZE_SMALL_TOOLBAR.
4326
4327 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
4328
4329         * */*.c: Fix many instances of "the the" in docs and
4330         comments.  (#165815, Masao Mutoh)
4331
4332         * gtk/updateiconcache.c (main): Add a --quiet option.
4333
4334 2005-02-01  Tor Lillqvist  <tml@novell.com>
4335
4336         * gdk/win32/gdkkeys-win32.c (handle_special, set_shift_vks,
4337         reset_after_dead, handle_dead): New functions, code blocks
4338         refactored out of update_keymap(). No functionality change.
4339
4340         (update_keymap): Use ToUnicodeEx() when available (on NT-based
4341         Windows) instead of ToAsciiEx(). Makes keyboard input work in
4342         Unicode-only input locales that don't have any ANSI codepage, for
4343         instance Hindi and Bengali. Use _gdk_input_codepage only on
4344         Win9x. (#165723)
4345
4346         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
4347         WM_INPUTLANGCHANGE, use GetLocaleInfo() instead of
4348         TranslateCharsetInfo() to get the input locale's corresponding
4349         codepage, if any.
4350
4351 2005-01-31  Matthias Clasen  <mclasen@redhat.com>
4352
4353         * modules/input/gtkimcontextxim.c: Use NULL, not 0 to terminate 
4354         NULL-terminated va lists.  (#165683)
4355
4356 2005-01-29  Matthias Clasen  <mclasen@redhat.com>
4357
4358         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_set_draw): 
4359         Typo fix.  (#165581, Masao Mutoh)
4360
4361 Thu Jan 27 14:25:45 2005  Manish Singh  <yosh@gimp.org>
4362
4363         * README.cvs-commits: update ancient IRC info.
4364
4365 2005-01-27  Federico Mena Quintero  <federico@ximian.com>
4366
4367         Merged from gtk-2-6:
4368
4369         * gtk/gtkfilechooserdefault.c
4370         (gtk_file_chooser_default_select_path): Oops, don't assert that we
4371         can't reach the end of the function; this happens if we are still
4372         loading but don't need a path change.  Fixes #165213.
4373
4374 2005-01-27  Matthias Clasen  <mclasen@redhat.com>
4375
4376         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
4377         Make wrapping work in RTL mode.  
4378
4379         * gtk/gtkaboutdialog.c: Some visual tweaks to the about dialog,
4380         obey HIG spacing a bit more, add a hand cursor when over the
4381         link button.  (#163979, Jorn Baayen)
4382
4383 2005-01-26  Matthias Clasen  <mclasen@redhat.com>
4384
4385         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
4386         Don't allow -1 as minimum-key-length.
4387         (gtk_entry_completion_set_model): Add missing notification.
4388         (gtk_entry_completion_set_minimum_key_length): Add missing
4389         notification, allow setting minimum-key-length to 0.  (#165194,
4390         Vincent Ladeuil)
4391
4392 2005-01-26  Matthias Clasen  <mclasen@redhat.com>
4393
4394         * gtk/gtkaboutdialog.c (display_license_dialog): Make sure
4395         the license dialog is initially displayed without a horizontal
4396         scrollbar.  
4397         (gtk_about_dialog_class_init): Document the fact that the 
4398         license text is not wrapped.  (#165012, Christian Rose)
4399
4400 2005-01-25  Matthias Clasen  <mclasen@redhat.com>
4401
4402         * gtk/gtkbutton.c (gtk_button_set_image): Fix docs.  (#165180,
4403         Jeff Franks)
4404
4405         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Fix 
4406         docs.  (#165163, Jeff Franks)
4407         
4408         * gtk/gtkimage.c (gtk_image_get_property): Use the correct setter
4409         for a string GValue.  (#165203, Damon Chaplin)
4410
4411 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
4412
4413         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): 
4414         Initialize user_time from DESKTOP_STARTUP_ID.  (#165131,
4415         Elijah Newren)
4416
4417 2005-01-24  Federico Mena Quintero  <federico@ximian.com>
4418
4419         * gtk/gtkfilechooserdefault.c: Removed leftover comments.
4420
4421 2005-01-24  Federico Mena Quintero  <federico@ximian.com>
4422
4423         Merged from gtk-2-6:
4424
4425         Fix #147785 and clean up the loading code:
4426
4427         * gtk/gtkfilechooserdefault.c (LoadState): Make the set of states
4428         be EMPTY, PRELOAD, LOADING, FINISHED.
4429         (gtk_file_chooser_default_init): Start in the LOAD_EMPTY state.
4430         (struct _GtkFileChooserDefault): Added a pending_select_paths
4431         field.
4432         (load_remove_timer): Add the new states.
4433         (load_setup_timer): Likewise.
4434         (load_timeout_cb): Likewise.  Switch to the LOAD_LOADING state.
4435         (browse_files_model_finished_loading_cb): Switch to the
4436         LOAD_FINISHED state.
4437         (enum PendingOp): Removed.
4438         (struct _GtkFileChooserDefault): Removed the pending_op and
4439         pending_select_path fields.
4440         (pending_select_paths_free): New utility function.
4441         (pending_select_paths_add): New utility function.
4442         (gtk_file_chooser_default_finalize): Call
4443         pending_select_paths_free().
4444         (pending_op_queue): Removed.
4445         (pending_op_process): Removed.
4446         (pending_select_paths_process): New function.
4447         (browse_files_model_finished_loading_cb): Call
4448         pending_select_paths_process().
4449         (center_selected_row_foreach_cb): Handle multiple selection by
4450         only centering the first row.
4451         (get_is_file_filtered): Constify.
4452         (gtk_file_chooser_default_select_path): Queue into a list of paths
4453         to select if we are not finished loading.
4454         (show_and_select_paths): New utility function.
4455         (up_folder_handler): Use pending_select_paths_add().
4456         (gtk_file_chooser_default_should_respond): Do not call
4457         pending_op_queue(); free the pending_selected_paths instead.
4458         (gtk_file_chooser_default_initial_focus): Don't queue a pending
4459         operation, and don't select the first row unconditionally --- this
4460         will happen when the folder is done loading.
4461         (shortcuts_row_activated_cb): Free the pending_select_paths.
4462         (pending_select_paths_store_selection): New utility function.
4463         (gtk_file_chooser_default_map): Call
4464         pending_select_paths_store_selection() to save the selection
4465         before reloading the folder.
4466         (select_func): Umm?  Call gtk_tree_selection_select_iter().  Don't
4467         move the cursor here; it will be done when processing the pending paths.
4468
4469         * tests/testfilechooser.c (main): Add a button to the command
4470         window to unmap and remap the file chooser.
4471
4472 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
4473
4474         * docs/tutorial/gtk-tut.sgml:
4475         * docs/tutorial/gtk_tut.sgml:
4476         * docs/reference/gtk/tmpl/gtkliststore.sgml:
4477         * gtk/gtkactiongroup.c:
4478         * gtk/gtksizegroup.c:
4479         * gtk/gtksizegroup.h:
4480         * gtk/gtktogglebutton.c: Replace "effect" by "affect" where
4481         appropriate.  (#165108, Dan Winship)
4482
4483 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
4484
4485         * gtk/gtkwidget.c (gtk_widget_class_init): Document 
4486         GtkWidget::style-set.  (#164222, Alex Graveley)
4487         
4488 2005-01-22  Matthias Clasen  <mclasen@redhat.com>
4489
4490         * gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full): 
4491         Remove the accidentally added prototype for this unimplemented 
4492         function.  (#164893, Jeff Franks)
4493
4494         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): Avoid spurious
4495         drags.  (#164884)
4496
4497 2005-01-23  Tor Lillqvist  <tml@novell.com>
4498
4499         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle Greek tonos
4500         dead accent key. (#164859, reported and fix verified by Daniel
4501         Atallah.)
4502
4503         * gtk/gtkimcontextsimple.c (gtk_compose_seqs): Handle
4504         GDK_Greek_accentdieresis (tonos and dialytika) combining with iota
4505         and upsilon.
4506
4507         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_volume_get_display_name): 
4508         Don't call GetVolumeInformation() for network drives. They might
4509         be disconnected, and calling GetVolumeInformation() will then
4510         cause long delays. (#164448, reported by Dave Neary.) It seems to
4511         be very hard to reliably find out whether a network drive is
4512         connected or not, so it's easier to just not try getting the
4513         volume name for them. See the bug report for discussion.
4514
4515         Make volume name display formats translatable.
4516
4517         Fix for #163702, from Ivan Wong: 
4518         
4519         * gdk/win32/gdkprivate-win32.h 
4520         * gdk/win32/gdkglobals-win32.c: New flag _ignore_destroy_clipboard.
4521         
4522         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle
4523         WM_DESTROYCLIPBOARD. Unless _ignore_destroy_clipboard, generate a
4524         GDK_SELECTION_CLEAR event.
4525
4526         * gdk/win32/gdkselection-win32.c
4527         (gdk_selection_owner_set_for_display): Set _ignore_destroy_clipboard
4528         when emptying the clipboard ourselves.
4529
4530         (gdk_selection_send_notify_for_display): Remove the artifical
4531         GDK_SELECTION_CLEAR event generation.
4532
4533 2005-01-21  Matthias Clasen  <mclasen@redhat.com>
4534
4535         * gtk/gtkwidget.c (gtk_widget_get_accessible): More details
4536         provided by Bill Haneman.
4537
4538 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
4539
4540         * gtk/gtkwidget.c (gtk_widget_get_accessible): Add docs.  (#164725,
4541         George Kraft IV)
4542
4543         * gtk/gtkdialog.c (gtk_dialog_map): Don't loop forever
4544         here, even if the only focusable widgets are labels.
4545
4546 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
4547
4548         Support tinting in GtkCellRendererPixbuf (#162903, Jorn Baayen):
4549         
4550         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init) 
4551         Add a follow-state property which when TRUE causes the pixbuf
4552         to be tinted according to state.
4553
4554         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
4555         Use follow-state and colorize the pixbuf when appropriate.      
4556         
4557 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
4558
4559         Support wrapping in GtkCellRendererText  (#163608):
4560         
4561         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
4562         Add wrap-mode and wrap-width properties which cause a 
4563         text cell to break to a specified width when set.
4564
4565         * gtk/gtkcellrenderertext.c (get_layout): Use wrap-mode
4566         and wrap-width when they are set.
4567
4568 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
4569
4570         * gtk/gtkmodules.c (load_module): Don't reverse the order
4571         of modules when putting them in gtk_modules.  (#162676, Dennis
4572         Cranston, patch by Remus Draica)
4573
4574         * gtk/gtktreeview.c (gtk_tree_view_search_move): Don't crash 
4575         if the tree is empty.  (#164669, Priit Laes)
4576
4577 Wed Jan 19 18:57:02 2005  Manish Singh  <yosh@gimp.org>
4578
4579         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): Call
4580         GDK_DISPLAY_XDISPLAY with a display, not a window. Clean up the
4581         function a bit too.
4582
4583 Wed Jan 19 17:17:31 2005  Manish Singh  <yosh@gimp.org>
4584
4585         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): Squash
4586         strict aliasing warning in _NET_VIRTUAL_ROOTS code.
4587
4588 2005-01-19  Tor Lillqvist  <tml@novell.com>
4589
4590         * gdk/win32/gdkkeys-win32.c (update_keymap,
4591         gdk_keymap_translate_keyboard_state): Handle keyboards with
4592         ShiftLock (and not CapsLock) correctly. (#161814)
4593
4594 2005-01-19  Matthias Clasen  <mclasen@redhat.com>
4595
4596         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond):
4597         In save mode, don't return paths containing nonexisting 
4598         directories.  (#162443, Jean Marie Favreau)
4599
4600         * gtk/gtkobject.c (gtk_object_add_arg_type): Use GLib limit 
4601         macros to avoid sparse warnings. Pointed out by Kjartan Maraas.
4602
4603         * gdk/x11/gdkdisplay-x11.c: Precache the _NET_VIRTUAL_ROOTS
4604         atom.
4605
4606         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): 
4607         Support _NET_VIRTUAL_ROOTS.  (#163910, Carsten Haitzler)
4608         
4609         * gdk/gdk.symbols: 
4610         * gdk/x11/gdkx.h: 
4611         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_get_user_time): 
4612         Add a function to obtain the last user interaction 
4613         time.  (#163119, Elijah Newren)
4614
4615 Tue Jan 18 13:56:09 2005  Manish Singh  <yosh@gimp.org>
4616
4617         * gtk/gtkfilechooserdefault.c (pending_op_queue): Actually assign
4618         PENDING_OP_NONE.
4619
4620 Tue Jan 18 13:46:46 2005  Manish Singh  <yosh@gimp.org>
4621
4622         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids):
4623         disambiguate nested if/else.
4624
4625 2005-01-18  Federico Mena Quintero  <federico@ximian.com>
4626
4627         Merged from gtk-2-6:
4628
4629         * gtk/gtkfilechooserdefault.c (pending_op_queue): Don't queue an
4630         operation to select the first file if we are in SAVE or
4631         CREATE_FOLDER modes.  Executing that operation would overwrite the
4632         contents of the save-name entry.
4633
4634 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
4635
4636         * gdk/gdkdisplay.h: 
4637         * gdk/x11/gdkwindow-x11.c (gdk_display_warp_pointer): 
4638         * gdk/win32/gdkwindow-win32.c (gdk_display_warp_pointer): Add
4639         pointer warping to GDK.  (#160437)
4640
4641         * gtk/gtkcolorsel.c (key_press): Use gdk_display_warp_pointer.
4642
4643 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
4644
4645         * gtk/gtkstyle.c (gtk_default_draw_check) 
4646         (gtk_default_draw_option, gtk_default_draw_handle): Add some
4647         more NULL checks, patch by Michael Natterer.
4648
4649 Tue Jan 18 10:55:47 2005  Søren Sandmann  <sandmann@redhat.com>
4650
4651         * gtk/gtkstyle.c (gtk_default_draw_handle): Check for NULL detail
4652         and NULL widget.
4653
4654         * gtk/gtkstyle.c (gtk_default_draw_box): Check for NULL detail and
4655         NULL widget.  (#164477, Michael Natterer)
4656
4657 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
4658
4659         Avoid X errors when running against servers which
4660         implement XRender < 0.4.  (#164427, Albert Chin)
4661         
4662         * gdk/x11/gdkprivate-x11.h:
4663         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
4664         New function to check for trapezoid support in XRender.
4665         (gdk_x11_draw_trapezoids, _gdk_x11_drawable_draw_xtrapezoids): 
4666         Use it here.
4667         
4668         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a 
4669         separate have_render_with_trapezoids field.
4670
4671         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize it.
4672
4673 2005-01-17  Matthias Clasen  <mclasen@redhat.com>
4674
4675         * gtk/gtkiconview.c: Remove debug output. (#164376, Jens Finke)
4676
4677 Mon Jan 17 16:44:36 2005  Jonathan Blandford  <jrb@redhat.com>
4678
4679         * docs/Makefile.am (EXTRA_DIST): add tree-column-sizing.png to
4680         dist.
4681
4682 2005-01-17  Matthias Clasen  <mclasen@redhat.com>
4683
4684         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmarks): Save
4685         and restore the selected row in the bookmark list and the
4686         save folder combo.  (#164290)
4687
4688 2005-01-16  Matthias Clasen  <mclasen@redhat.com>
4689
4690         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend):
4691         Fix argument order in docs.  
4692
4693 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
4694
4695         * gtk/gtktextview.c (gtk_text_view_check_keymap_direction): 
4696         * gtk/gtkentry.c (gtk_entry_create_layout): Prefer LTR over RTL 
4697         if the keymap is neutral.  (#164125, Phil Blundell)
4698
4699 2005-01-14  Matthias Clasen  <mclasen@redhat.com>
4700
4701         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Allow to
4702         reset the property to its default value -1. 
4703         (gtk_tree_view_get_search_column): Return the default value in
4704         the g_return_val_if_fail() check.  (#163864, Richard Hult)
4705
4706         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_value): 
4707         Add a translator hint.  (#163889)
4708
4709         * configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it
4710         is an enum value, not a define. Pointed out by Tommi Komulainen.
4711         * gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
4712
4713 2005-01-13  Matthias Clasen  <mclasen@redhat.com>
4714
4715         * configure.in: Check for nl_langinfo()
4716         * gtk/gtkcalendar.c (gtk_calendar_init): Use nl_langinfo() when it's
4717         available to determine first day of week   (#163842, Vincent Untz)
4718
4719         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Add hints about 
4720         the lifecycle of widgets.  (#159503, Christian Persch)
4721
4722         * demos/gtk-demo/main.c (create_text): Use monospace for the 
4723         source code view.  (#163526, Theerud Lawtrakul)
4724
4725         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic
4726         for the Credits button to avoid duplicate.  (#163465, Tim-Philipp 
4727         Müller)
4728         
4729         * configure.in: Add an OS_LINUX conditional.
4730
4731         * gdk/Makefile.am (TESTS):
4732         * gdk-pixbuf/Makefile.am (TESTS):
4733         * gtk/Makefile.am (TESTS): Only run abicheck on Linux.  (#163917,
4734         Roger Leigh)
4735
4736 2005-01-13  Matthias Clasen <mclasen@redhat.com>
4737
4738         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
4739         (gtk_tree_view_set_headers_clickable): Make the headers-visible
4740         property readwrite instead of just writable, and remove the
4741         g_return_if_fail check that there is a model when setting this
4742         property. Also improve the blurb.  (#163851, Richard Hult)
4743
4744 2005-01-12  Owen Taylor <otaylor@redhat.com>
4745
4746         * configure.in: Remove GLIB_DIVERT_BEFORE_HELP() on
4747         initialization of gdktarget, that was causing it to be
4748         evaluated before host was set. Simplify --with-gdktarget help
4749         message.
4750
4751         * gtk/Makefile.am: Use grep | head -n 1 instead of grep -m 1 
4752         which doesn't work with slightly older versions of GNU grep 
4753         in install-libtool-import-lib rule.
4754         
4755 2005-01-12  Tor Lillqvist  <tlillqvist@novell.com>
4756
4757         Fix for #162790, by Iwan Wong:
4758         
4759         * gdk/win32/gdkdrawable-win32.c: Implement dashed lines
4760         correctly. Simplify the interface to render_line_horizontal() and
4761         render_line_vertical(). Need to draw lines "manually" also on
4762         NT-based Windowses if we have a dash offset or are drawing
4763         double-dashed lines.
4764
4765         * gdk/win32/gdkprivate-win32.h: Keep also the dash offset,
4766         double-dash flag, and a brush for the background colour (used by
4767         the odd dashes in the double-dash line style) in the GdkGCWin32
4768         struct.
4769
4770         * gdk/win32/gdkgc-win32.c: Set up above new fields.
4771
4772 2005-01-10  Federico Mena Quintero  <federico@ximian.com>
4773
4774         Fix #162617.
4775
4776         * gtk/gtkfilesystemunix.c (STAT_NEEDED_MASK): Take out
4777         GTK_FILE_INFO_IS_HIDDEN; we don't need to stat() to know this.
4778         (gtk_file_system_unix_get_folder): Make error reporting more
4779         accurate.  Don't bail out if we can't read the directory.
4780         (fill_in_stats): Don't return an error; just assume we don't have
4781         stat info for this folder's files.
4782         (fill_in_names): Don't create the hash table for the names if we
4783         can't open the directory.
4784         (gtk_file_folder_unix_list_children): Don't emit the
4785         "finished-loading" signal --- we don't do asynchronous loads, so
4786         we are always finished loading.
4787         (gtk_file_folder_unix_get_info): Use helper functions; handle the
4788         case where we can't stat '/'.
4789         (get_icon_type_from_path): Don't call fill_in_stats() here; only
4790         use the info we have.
4791         (fill_in_mime_type): Don't return an error.  Don't do anything if
4792         we don't have the stat info.
4793
4794 2005-01-10  Owen Taylor  <otaylor@redhat.com>
4795
4796         * Makefile.am (EXTRA_DIST): Adding missing ChangeLog.pre*
4797         to EXTRA_DIST.
4798
4799 2005-01-10  Matthias Clasen  <mclasen@redhat.com>
4800
4801         * gtk/gtkaccelgroup.c (gtk_accel_group_class_init): Document
4802         signals.  (#163319, Murray Cumming)
4803
4804 2005-01-09  Tor Lillqvist  <tlillqvist@novell.com>
4805
4806         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Set current
4807         cursor also when changing the cursor of a window that is the first
4808         ancestor of the window containing the pointer that has a cursor
4809         defined. (#163035, Ivan Wong)
4810
4811 2005-01-09  Anders Carlsson <andersca@gnome.org>
4812
4813         * gtk/gtkcellrenderertext.c: (get_size):
4814         * gtk/gtklabel.c: (gtk_label_size_request):
4815         * gtk/gtkprogressbar.c: (gtk_progress_bar_size_request):
4816         Don't pass NULL to pango_context_get_metrics. Use 
4817         pango_context_get_language instead, which is way faster.
4818         
4819 2005-01-08  Matthias Clasen  <mclasen@redhat.com>
4820
4821         * configure.in: Bump version
4822
4823         * === Released 2.6.1 ===
4824         
4825         * gdk-pixbuf-2.0.pc.in: Require gmodule-no-export-2.0
4826
4827 2005-01-07  Tor Lillqvist  <tml@iki.fi>
4828
4829         * gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
4830         Fix braino. (#163232, Arnaud Charlet)
4831
4832 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
4833
4834         * gtk/gtkiconview.c: Make markup_column work, and fix some
4835         layout issues when either icon or text is missing.  (#163065)
4836
4837 2005-01-06  Federico Mena Quintero  <federico@ximian.com>
4838
4839         * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): Add an
4840         "Open _Location" item.  Fixes #148839.
4841
4842 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
4843
4844         * README.in: Fix a typo.  (#163128, kentaro fukuchi)
4845
4846 2005-01-06  James M. Cape  <jcape@ignore-your.tv>
4847
4848         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new)
4849         (gtk_file_chooser_button_new_with_backend): Use default title if
4850         NULL is passed.
4851
4852         * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: Make examples
4853         match API.
4854
4855 2005-01-05  Federico Mena Quintero  <federico@ximian.com>
4856
4857         Fix #161409:
4858
4859         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue
4860         a pending operation to select the first row.
4861
4862 2005-01-05  Federico Mena Quintero  <federico@ximian.com>
4863
4864         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't call
4865         button_data_free() explicitly; the button is weak-reffed and the
4866         callback will free the button data.  Fixes #163010.
4867         (_gtk_path_bar_set_path): Don't ref/sink the button.  And for the
4868         failure case, call gtk_widget_destroy() on it.
4869
4870         * gtk/gtkfilechooserdefault.c (check_is_folder): Use
4871         gtk_file_system_get_folder() again (see the ChangeLog entry from
4872         2004-08-25).  We can't first get the parent folder and then
4873         request the info for the path in question, as the parent folder
4874         may not be readable.  See bug #162617.
4875         (gtk_file_chooser_default_set_current_folder): Assert that the
4876         passed-in path is not null.
4877         (shortcuts_find_current_folder): Likewise.
4878         (shortcuts_add_current_folder): Likewise.
4879         (set_list_model): Likewise.
4880         (gtk_file_chooser_default_map): Only reload the current folder if
4881         it exists.
4882         (bookmarks_check_add_sensitivity): Check for the current folder
4883         being NULL.
4884         (browse_files_select_first_row): Don't set the cursor if there is
4885         no model loaded.
4886
4887 2005-01-05  Matthias Clasen  <mclasen@redhat.com>
4888
4889         * gtk/gtkfilechooserdefault.c: Don't construct errors from 
4890         the GTK_FILE_SYSTEM_ERROR domain. Partial fix for #162911.
4891         (get_file_info, check_is_folder): Translate errors from
4892         the filesystem into the GTK_FILE_CHOOSER_ERROR domain. Rest
4893         of the fix for #162911, noticed by Murray Cumming.
4894
4895 Wed Jan  5 11:42:49 2005  Søren Sandmann  <sandmann@redhat.com>
4896
4897         * gtk/gtkviewport.c (gtk_viewport_realize):
4898         * gtk/gtktextview.c ((text_window_realize): Set the background of
4899         the windows to None instead of adding EXPOSURE_MASK, as suggested
4900         by Owen in #162112.
4901
4902         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Update 
4903         the user time when receiving a WM_DELETE message.  (#162980, 
4904         Elijah Newren)
4905         
4906 Tue Jan  4 16:52:14 2005  Jonathan Blandford  <jrb@redhat.com>
4907
4908         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event):
4909         only reorder on button 1, part of #141937
4910
4911 Tue Jan  4 11:36:43 2005  Søren Sandmann  <sandmann@redhat.com>
4912
4913         Bug 162112.
4914         
4915         * gtk/gtktextview.c (text_window_realize): Add GDK_EXPOSURE_MASK
4916         to win->window's event_mask
4917
4918         * gtk/gtkviewport.c (gtk_viewport_realize): Add GDK_EXPOSURE_MASK
4919         to viewport->view_window.
4920
4921 2005-01-04  Matthias Clasen  <mclasen@redhat.com>
4922
4923         * demos/testpixbuf.c (main): Remove the size_prepared callback,
4924         to test incremental display.
4925         (new_testrgb_window): Return the drawing area, not the window,
4926         since we want to queue draws on the drawing area.
4927
4928 2005-01-03  Matthias Clasen  <mclasen@redhat.com>
4929
4930         * examples/*: Re-extract.
4931
4932         * docs/tutorial/gtk-tut.sgml: Small corrections.
4933         
4934         * docs/tutorial/gtk-tut.sgml: Some updates for the drawing
4935         section.  (#161414, Robert Ancell)
4936
4937         * docs/tutorial/gtk-tut.sgml: Make it build.
4938
4939         * gtk/gtkdialog.c (gtk_dialog_run): Some clarification
4940         regarding modality.  (#112903, Dave Bordoley)
4941
4942         * gtk/gtkfixed.c (gtk_fixed_set_has_window): 
4943         Add a little motivation.  (#145556, Tommi Komulainen)
4944
4945         * docs/tutorial/gtk-tut.sgml: Clarify section on 
4946         g_signal_connect_swapped.   (#120543, David Bourguignon)
4947
4948         Make gtk_icon_theme_load_icon() work independent of
4949         icon factory initialization.  (#162791, Tristan Van Berkom)
4950         
4951         * gtk/gtkiconfactory.[hc]: Rename ensure_default_icons to
4952         _gtk_icon_factory_ensure_default_icons, and make it non-static.
4953
4954         * gtk/gtkicontheme.c (find_builtin_icon): ..and call it here.
4955
4956 2005-01-02  Matthias Clasen  <mclasen@redhat.com>
4957
4958         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_remove_shortcut_folder): 
4959         Don't add a shortcut here.  (#162752, Tor Lillqvist)
4960
4961 2005-01-02  Tor Lillqvist  <tml@iki.fi>
4962
4963         * gtk/Makefile.am (libgtk_target_ldflags): Add -lole32, needed for
4964         CoTaskMemFree in get_special_folder() below.
4965
4966         * gtk/gtkfilesystem.h: Implement case-insensitive path compare on
4967         Win32 using _gtk_file_system_win32_path_compare().
4968
4969         * gtk/gtk.symbols: Add _gtk_file_system_win32_path_compare.
4970
4971         * gtk/gtkfilechooserbutton.c (model_add_special)
4972         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Use
4973         _gtk_file_system_win32_get_desktop() to get correct Desktop folder
4974         on Win32. (#144003)
4975
4976         * gtk/gtkfilesystemwin32.c: Remove unnecessary includes. Do
4977         consider all drives "mounted", including floppies. Trying to
4978         inspect the contents of a nonexistent floppy will cause errors
4979         later that are handled normally, no need to avoid them
4980         completely. Keep the drive type in the GtkFileSystemVolume.
4981         Support UNC paths. (#161797, #137874) Fix error message
4982         capitalizations as in gtkfilesystemunix.c.
4983
4984         (gtk_file_system_win32_init): Start one timeout per
4985         GtkFileSystemWin32.
4986
4987         (gtk_file_system_win32_finalize): Remove the timeout.
4988
4989         (get_special_folder): Copied from GLib.
4990
4991         (_gtk_file_system_win32_get_desktop): New function, uses
4992         get_special_folder().
4993
4994         (gtk_file_system_win32_list_volumes): Don't start a timeout at
4995         each call to this function. Don't assume A: and B: are floppies.
4996
4997         (gtk_file_system_win32_get_volume_for_path): Don't assume all
4998         volumes are drive roots, i.e. support share roots of UNC paths
4999         (\\server\share).
5000
5001         (gtk_file_system_win32_get_folder): Don't assume errno is set
5002         after g_file_test() returns FALSE. It isn't on Win32 (and even on
5003         Unix I don't think one should assume anything about errno after
5004         g_file_test()).
5005
5006         (gtk_file_system_win32_volume_get_is_mounted): Always return TRUE.
5007
5008         (gtk_file_system_win32_volume_get_display_name): Don't call
5009         GetVolumeInformation() on drives A: or B: if they are removable,
5010         as they might then be floppies, causing an unnecessary
5011         delay. (#157820)
5012
5013         (gtk_file_system_win32_volume_render_icon): Use network icon for
5014         unrecognized drive types.
5015
5016         (canonicalize_filename, gtk_file_system_win32_parse): Don't get
5017         confused by UNC paths.
5018
5019         (bookmarks_serialize): Use _gtk_file_system_win32_path_compare()
5020         for case-insensitive UTF-8 path comparison.
5021
5022         (extract_icon): Use SHGetFileInfo() which is faster than
5023         ExtractAssociatedIcon(). Icon extraction is still slow, though,
5024         needs work.
5025
5026         (win32_pseudo_mime_lookup): Don't use the same icon for all
5027         shortcuts or executables. Cache only other file type icons.
5028
5029         (gtk_file_system_win32_render_icon): Use network stock icon for
5030         remote drives and UNC server share roots. Compare home directory
5031         case-insensitively. Do lookup icons also for executable files,
5032         after all, it's these files that can have individual icons in the
5033         first place. Yes, it can be slow. Needs work.
5034
5035         (filename_is_drive_root): Require also the slash after the colon.
5036
5037         (filename_is_server_share): New function.
5038
5039         (_gtk_file_system_win32_path_compare): New function, does
5040         case-folded UTF-8 comparison.
5041
5042         * gtk/gtkfilesystemwin32.h: Declare
5043         _gtk_file_system_win32_path_compare().
5044
5045 2005-01-01  Matthias Clasen  <mclasen@redhat.com>
5046
5047         * gtk/gtkbutton.c (gtk_button_set_image): Allow unsetting the
5048         custom image by passing NULL.
5049         (gtk_button_init): Initialize image_is_stock to TRUE, fixing
5050         a problem with changing stock labels.  (#162273, Marcin 
5051         Krzyzanowski)
5052
5053 2005-01-01  Tor Lillqvist  <tml@iki.fi>
5054
5055         * gtk/gtkmodules.c (get_module_path)
5056         * gtk/gtkrc.c (gtk_rc_make_default_dir, gtk_rc_get_im_module_file,
5057         gtk_rc_get_theme_dir, gtk_rc_add_initial_default_files): With
5058         g_getenv() now returning UTF-8 on Win32, no need to call
5059         g_locale_to_utf8().
5060
5061 2004-12-31  Matthias Clasen  <mclasen@redhat.com>
5062
5063         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval) 
5064         (_gtk_key_hash_lookup): Don't sort a list of values as if
5065         it was a list of entries. This fixes crashes during mnemonic
5066         activation in the presence of multiple keymaps. (#162488, 
5067         Christian Persch)
5068
5069 2004-12-30  Matthias Clasen  <mclasen@redhat.com>
5070
5071         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Fix
5072         state propagation when making an insensitive combo box sensitive
5073         again.  (#162524, Carlos Garnacho Parro)
5074
5075         * gtk/gtkfilechooserdefault.c: Use secondary text for error 
5076         dialogs.
5077
5078         * gtk/gtkfilesystemunix.c: Clean up some cases of errno handling
5079         (#162496, noted by Tor Lillqvist), and use g_filename_display_name()
5080         for error messages. Also mark some error messages for translation,
5081         fix capitalization of error messages.
5082
5083         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property): 
5084         Use g_value_get_boolean() for ellipsize_set.  (#162447, 
5085         Brian Tarricone)
5086
5087 2004-12-30  Tor Lillqvist  <tml@iki.fi>
5088
5089         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use /usr/share/pixmaps
5090         only on Unix.
5091
5092 2004-12-28  Matthias Clasen  <mclasen@redhat.com>
5093
5094         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Inherit
5095         submenu direction from the parent menu.
5096
5097         * gtk/gtkmenushell.c (gtk_menu_shell_select_submenu_first): 
5098         Return a boolean indicating whether an item in the submenu
5099         was selected.
5100         (gtk_real_menu_shell_move_current): When going in child 
5101         direction, don't get stuck at completely insensitive 
5102         submenus.  (#162055, Billy Biggs)       
5103
5104 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
5105
5106         Make the clipboard image API more robust (#162357, 
5107         Torsten Schoenfeld):
5108         
5109         * gtk/gtkclipboard.c (clipboard_image_received_func): Don't
5110         ref the pixbuf if it is NULL.
5111
5112         * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): 
5113         NULL-terminate the varargs in the call to 
5114         gdk_pixbuf_save_to_buffer(). 
5115         (gtk_selection_data_get_pixbuf): Only use a pixbuf loader 
5116         if there is data to load.
5117
5118 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
5119
5120         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
5121         Set x_root and y_root in button and motion events from 
5122         extended input devices.  (#148715, Robert Ögren)
5123
5124         * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a 
5125         typo.  (#162339, Alessio Dessi)
5126
5127         * gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
5128         properties as new since 2.4.  (#156101, Billy Biggs)
5129
5130         * configure.in: Add a warning about the linux-fb 
5131         target.  (#155488, Zeeshan Ali)
5132
5133         * gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
5134         Torsten Schoenfeld)
5135
5136 2004-12-26  Matthias Clasen  <mclasen@redhat.com>
5137
5138         * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): 
5139         Typo fix.  (#162219, Masao Mutoh)
5140         (gtk_file_chooser_set_preview_widget_active): 
5141         Another typo.  (#162218, Masao Mutoh)
5142
5143 2004-12-23  Matthias Clasen  <mclasen@redhat.com>
5144
5145         * gtk/gtkliststore.c (gtk_list_store_iter_children): 
5146         Return TRUE if there are children.  (#162134, Iñigo Serna,
5147         patch by John Finlay)
5148
5149         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): 
5150         Transfer state from the button to the cell view to get
5151         prelighting right.  (#156327, Ricardo Veguilla)
5152
5153 Wed Dec 22 14:22:19 2004  Søren Sandmann  <sandmann@redhat.com>
5154
5155         * tests/testtoolbar.c (timeout_cb): Add sensitivity-changing
5156         timeout. Written by Christian Persch.
5157
5158 Wed Dec 22 14:14:02 2004  Søren Sandmann  <sandmann@redhat.com>
5159
5160         Bug #161561
5161         
5162         * gdk/x11/gdkwindow-x11.c (tmp_{re,un}set_bg): Only set/reset the
5163         background for windows that get expose events. 
5164
5165         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Remove
5166         hack to repaint !expose windows.
5167
5168 Wed Dec 22 11:35:41 2004  Søren Sandmann  <sandmann@redhat.com>
5169
5170         Bug #147497, make menu items activate immediately when you release
5171         the button.
5172         
5173         * gtk/gtkmenu.c (gtk_menu_enter_notify, menu_motion_notify): Make
5174         items activate immediately.
5175
5176         * gtk/gtkmenu.c (definitely_within_item): New function
5177         * gtk/gtkmenu.c (check_threshold): New function
5178
5179 2004-12-22  Matthias Clasen  <mclasen@redhat.com>
5180
5181         * gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to
5182         null the mnemonic_menu when unsetting a mnemonic, reported
5183         by Owen Taylor.
5184
5185 2004-12-21  Matthias Clasen  <mclasen@redhat.com>
5186
5187         * gtk/gtkliststore.c (generate_order): Generate the order the
5188         way it is supposed to be, order[new_pos] == old_pos.
5189         (gtk_list_store_reorder): Invert the order before using it.
5190
5191 2004-12-22  Matthias Clasen  <mclasen@redhat.com>
5192
5193         Fix sorting of list stores.  (#161886, Marcin Krzyzanowski)
5194
5195         * gtk/gtkliststore.c (generate_order): Generate the order the
5196         way it is supposed to be, order[new_pos] == old_pos.
5197         (gtk_list_store_reorder): Invert the order before using it.
5198
5199         * gtk/gtkiconview.c (gtk_icon_view_rows_reordered): Adapt to the
5200         list store fix.
5201
5202 Wed Dec 22 01:24:01 2004  Jonathan Blandford  <jrb@redhat.com>
5203
5204         * gtk/queryimmodules.c (main): print out the version and binary
5205         name in the header comment.  Problem reported by Seth Nickell.
5206
5207 2004-12-20  Matthias Clasen  <mclasen@redhat.com>
5208
5209         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a
5210         root path to gtk_tree_model_rows_reordered().  (#161720,
5211         Marcin Krzyzanowski)
5212
5213         * gtk/gtkactiongroup.c (gtk_action_group_translate_string): Don't 
5214         translate NULL messages.  (#161789, Morten Welinder)
5215
5216         * gtk/gtkmessagedialog.c (setup_primary_label_font): Don't show
5217         the secondary label on show_all().  (#161707, Christian Persch)
5218
5219 2004-12-19  Tor Lillqvist  <tml@iki.fi>
5220
5221         * gdk/win32/gdkdnd-win32.c (resolve_link, gdk_dropfiles_filter):
5222         Use wide character API when available. Use UTF-8 for filenames.
5223
5224         * gdk/win32/gdkselection-win32.c (_gdk_dropfiles_store): Include
5225         the string's trailing zero byte in the property's length, just for
5226         safety.
5227
5228 2004-12-18  Matthias Clasen  <mclasen@redhat.com>
5229
5230         * gtk/gtkfilechooserentry.c (check_completion_callback) 
5231         (load_directory_callback): Add missing GDK_THREADS_ENTER/LEAVE.
5232
5233         * gtk/gtkfilechooserdefault.c (edited_idle_cb) 
5234         (shortcuts_drag_outside_idle_cb): Add missing 
5235         GDK_THREADS_ENTER/LEAVE.  (#161604)
5236         
5237         * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): 
5238         (list_select_func): Don't call gtk_file_info_get_is_folder()
5239         on NULL. 
5240
5241         * gtk/gtkaboutdialog.c (gtk_about_dialog_get_logo_icon_name): 
5242         (gtk_about_dialog_init): Add missing initializations.  (#161646,
5243         Torsten Schoenfeld)
5244