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