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