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