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