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