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