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