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