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