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