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