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