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