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