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