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