]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
gtk/gtk.symbols new function to get an action's accel_closure (Fixes
[~andy/gtk] / ChangeLog.pre-2-8
1 2005-06-10  Michael Natterer  <mitch@imendio.com>
2
3         * gtk/gtk.symbols
4         * gtk/gtkaction.[ch] (gtk_action_get_accel_closure): new function
5         to get an action's accel_closure (Fixes #141750 and #148106).
6
7 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
8
9         * gdk/gen-keyname-table.pl: Generate N_() calls for
10         translatable key names.
11
12         * gdk/keynames.txt: Mark some key names as translatable.
13         
14         * gdk/keyname-table.h: Regenerated.
15
16         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): Add
17         some context to the msg ids for keyboard modifiers and
18         key names.
19         (_gtk_accel_label_class_get_accelerator_label): Try to
20         translate key names.  (#300224, Christian Rose)
21
22 2005-06-10  Federico Mena Quintero  <federico@ximian.com>
23
24         Merged from gtk-2-6:
25
26         Fixes #162358:
27
28         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't return
29         immediately if we are in CREATE_FOLDER mode, so that we can fill
30         the entry with the newly-selected folder.
31         (gtk_file_chooser_default_set_property): Warn against turning on
32         multiple selection for CREATE_FOLDER mode, or about setting that
33         action while multiple selection is on.
34         (update_chooser_entry): Change the entry's contents as well if we
35         are in CREATE_FOLDER mode.  If nothing is selected, clear the
36         chooser entry.
37         (trap_activate_cb): Don't trap enter/space if modifiers are
38         pressed.  This lets one use Ctrl-space to toggle rows in multiple
39         selection mode.
40         (gtk_file_chooser_default_should_respond): Clean up the if-chain
41         mess of special cases by using an array to determine what to do.
42         Also, for the save-entry case in CREATE_FOLDER mode, actually fix
43         the bug where the file chooser would switch to an existing folder
44         rather than confirming with it, and create the folder ourselves.
45         (error_creating_folder_over_existing_file_dialog): New function.
46
47         * gtk/gtkfilechooserentry.c (check_completion_callback): Only
48         insert the common prefix if we are in an "open" mode.  Use a
49         helper function.
50         (append_common_prefix): New helper function; code moved over from
51         check_completion_callback().
52         (find_common_prefix): New helper function.
53         (gtk_file_chooser_entry_focus): Append the common prefix if the
54         user requests it explicitly.
55
56 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
57
58         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand): 
59         * gtk/gtktoolbar.c (gtk_toolbar_get_show_arrow): 
60         * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): 
61         * gtk/gtkstock.c (gtk_stock_set_translate_func): 
62         * gtk/gtkspinbutton.c (gtk_spin_button_get_adjustment): 
63         * gtk/gtkscrolledwindow.h: 
64         * gtk/gtkmenushell.c (gtk_menu_shell_get_take_focus): 
65
66         * gtk/gtkiconview.c (gtk_icon_view_set_margin): 
67         * gtk/gtkicontheme.c (gtk_icon_info_load_icon): 
68         * gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
69
70 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
71
72         * gdk/x11/gdkwindow-x11.c: Small markup fixes.
73
74         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
75         (#306212, Steve Chaplin, docs provided by Billy Biggs)
76
77         * gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small 
78         cleanup.  (#305539, Paolo Borelli)
79
80 2005-06-09  Rodrigo Moya <rodrigo@novell.com>
81
82         * configure.in: added cairo to list of $GTK_PACKAGES.
83
84 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
85
86         * gdk/x11/gdkdnd-x11.c (motif_drop_start, xdnd_drop_filter): Update
87         the user time on the window when a drop happens.  (#169364, Alexander
88         Hunziker, patch by Elijah Newren)
89
90         * gdk/x11/gdkwindow-x11.c: Small markup fixes.
91
92         * gtk/gtk.symbols: 
93         * gtk/gtkiconview.h: 
94         * gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function
95         to scroll to a path.  (#306838, Jonathan Blandford)
96
97 2005-06-08  Matthias Clasen  <mclasen@redhat.com>
98
99         * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Scroll to the
100         item.  (#306839, Jonathan Blandford)
101
102         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): Check for
103         negative before appending the index, to avoid double error
104         message.  (#306393, Morten Welinder)
105
106         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
107         Don't crash if search_window is NULL.  (#304914, Victor Osadci,
108         testcase by Olaf Vitters)
109
110         * gtk/gtkimage.c: Make the file property readable.  
111         (#170674, Lorenzo Gil Sanchez)
112
113 2005-06-08  Matthias Clasen  <mclasen@redhat.com>
114
115         * gtk/gtkfilesystem.c (gtk_file_info_get_display_key): Use
116         g_utf8_collate_key_for_filename().
117
118 2005-06-07  Kjartan Maraas  <kmaraas@gnome.org>
119
120         * gtk/gtkfilechooserbutton.c: (update_label_and_image):
121         Merge leak fix from stable. Bug 306754.
122
123 2005-06-05  Tor Lillqvist  <tml@novell.com>
124
125         * gdk/win32/gdkscreen-win32.c
126         (_gdk_windowing_substitute_screen_number): Return NULL unless
127         screen number is zero. We have only one screen on Win32.
128         (gdk_screen_make_display_name): Call gdk_display_get_name() and
129         return that.
130         
131         * modules/engines/Makefile.am
132         * modules/input/Makefile.am: Decide whether to build the
133         ms-windows theme engine based on the GDK backend, not based on
134         platform. (I.e., if building for Cygwin with the X11 backend, we
135         shouldn't build the ms-windows engine, but if building for Cygwin
136         but with the Win32 backend, we should.) Ditto for the IME
137         (Windows) input module. (#305832)
138
139 2005-06-04  Tor Lillqvist  <tml@novell.com>
140
141         * gdk/win32/gdkcursor-win32.c
142         * gdk/win32/gdkwindow-win32.c
143         * gdk/win32/gdkprivate-win32.h: Support full-colour cursors.
144         Support cursors with alpha on XP. Use code in common with the
145         support for alpha icons that already was present. (#306101, Tim
146         Evans)
147
148         * modules/engines/ms-windows/msw_style.c: Render insensitive icons
149         in a way that more closely matches Windows. (#305986, Tim Evans).
150
151         * modules/engines/ms-windows/Makefile.am (LDADDS): Link with
152         gdk-pixbuf.
153
154 2005-06-03  Dom Lachowicz <cinamod@hotmail.com>
155
156         * modules/engines/ms-windows/msw_style.c: Re-sync with gtk-wimp
157         * modules/engines/ms-windows/xp_theme.c: Ditto
158         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
159
160 Thu May 26 16:43:27 2005 Manish Singh  <yosh@gimp.org>
161
162         * gtk/gtkentrycompletion.h: Add declarations for
163         gtk_entry_completion_{get,set}_popup_single_match.
164
165 2005-05-26  Matthias Clasen  <mclasen@redhat.com>
166
167         * gtk/gtk.symbols: 
168         * gtk/gtkentrycompletion.c: Add a property to suppress the
169         popup for single matches.  (#154711)
170
171         * gtk/gtkentry.c (gtk_entry_completion_timeout): Respect it here.
172
173         * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action): 
174         Use it here.
175
176         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Queue the 
177         redisplay after modifying the tag in the btree, otherwise 
178         we end up showing the old tags until the next redraw comes 
179         around.   (#143537, Gary Kramlich, Peter Wainwright)
180
181         * gtk/gtkcombobox.c (gtk_combo_box_list_auto_scroll): Make 
182         autoscrolling work at the bottom of the screen.
183
184 2005-05-26  Maciej Katafiasz  <email@mathrick.org>
185
186         * docs/reference/gtk/tmpl/gtkentry.sgml:
187         Point to GtkTextView instead of GtkText. Fixes bug #305535
188
189 2005-05-26  Sven Neumann  <sven@gimp.org>
190
191         * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): use a less
192         aggressive PNG compression level (bug #305340).
193
194 2005-05-26  Tor Lillqvist  <tml@novell.com>
195
196         * gdk/win32/gdkdrawable-win32.c (_gdk_win32_blit): If blitting
197         from the root window, take the multi-monitor offset into
198         account. (#305511)
199
200 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
201
202         * demos/gtk-demo/appwindow.c (do_appwindow): Set the window
203         icon by name.
204
205         * gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading): 
206         Remove another C99ism.
207
208         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw the 
209         background of rows insensitive when the treeview is insensitive.
210         (pointed out by Billy Biggs)
211
212         * demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste
213         and DND, and clipboard persistency.
214
215         * gtk/gtkselection.c (gtk_target_list_add_image_targets): 
216         Make sure png comes first, otherwise dnd may use bmp by
217         default, loosing transparency.
218
219 2005-05-25  Michael Natterer  <mitch@imendio.com>
220
221         * gtk/gtktextview.c (blink_cb): block the text_layout's "changed"
222         handler when changing cursor visibility because it would expose
223         the whole paragraph where the cursor is. Instead, expose the
224         cursors' areas manually. (#173047).
225
226         (text_window_invalidate_cursors): new function which exposes the
227         cursors.
228
229         * gtk/gtkstyle.c (draw_insertion_cursor): added comment that the
230         same cursor size calculation is in text_window_invalidate_cursors().
231
232 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
233
234         * demos/gtk-demo/editable_cells.c (create_items_model): Also
235         demonstrate GtkCellRendererProgress.
236
237         * demos/gtk-demo/Makefile.am (demos): 
238         * demos/gtk-demo/combobox.c: Add a demo showing combo box 
239         variations.
240
241         * demos/gtk-demo/Makefile.am (demos): 
242         * demos/gtk-demo/pickers.c: Add a demo showing all picker widgets.
243
244 2005-05-24  Matthias Clasen  <mclasen@redhat.com>
245
246         * demos/gtk-demo/iconview.c (do_iconview): Fix a typo.
247
248 2005-05-24  Tor Lillqvist  <tml@novell.com>
249
250         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Handle
251         gtk-alternative-button-order (setting it to TRUE).
252
253 2005-05-23  Matthias Clasen  <mclasen@redhat.com>
254
255         * gtk/gtktreeview.c (gtk_tree_view_search_init): Remove
256         an unused variable.  (#305130, Jaap A. Haitsma)
257
258         * gtk/gtkfilechooserdefault.c (filter_create): Don't grab
259         the focus away from the file list when operating the filter
260         combo with the pointer.  (#304844, Sven Neumann)
261
262 2005-05-23  Tor Lillqvist  <tml@novell.com>
263
264         * gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
265         GDK_Menu. (#172383, Ivan Wong)
266
267         * gdk/win32/gdkkeys-win32.c (handle_dead): If the keysym isn't one
268         of the special cases this function takes care of, use it as
269         such. This takes care of for instance the Bengali Virama, see bug
270         #165723.
271
272 2005-05-20  Matthias Clasen  <mclasen@redhat.com>
273
274         * gtk/gtkimcontextsimple.c (check_table): Avoid a possible
275         buffer overrun.  (#142444, Leonard Michlmayr)
276
277         * gtk/gtkfilesystem.c: Remove C99-isms (#304879, 
278         Kazuki IWAMOTO)
279
280 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
281
282         * gtk/gtkfilechooser.c (gtk_file_chooser_remove_shortcut_folder_uri): 
283         Use the correct function to conver the uri to a path.  (#304565,
284         Ismael Juma)
285
286         * gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
287         Cancel button properly.  (#304234, Sven Neumann)
288
289 2005-05-18  Anders Carlsson  <andersca@imendio.com>
290
291         * gtk/gtktextview.c: (gtk_text_view_flush_scroll),
292         (gtk_text_view_update_adjustments), (gtk_text_view_value_changed):
293         * gtk/gtktextview.h:
294         If the horizontal adjustment changes because of a change in the
295         layout width, then do a complete redraw. This is because there
296         might be right-aligned or centered text that needs to be redrawn.
297
298 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
299         
300         * gtk/gtkwidget.c (gtk_widget_add_events): Try harder to set
301         the event masks of descendent windows.  (#169821, Tommi Komulainen)
302
303         * gtk/gtktreeview.c (gtk_tree_view_get_drop_column) 
304         (gtk_tree_view_set_column_drag_info): Fix some errors in the
305         handling of drop columns.  (#143355, John Finlay)
306
307         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
308         Remove the no longer needed workaround.
309
310         * gtk/gtkwidget.c (widget_add_child_draw_rectangle): Only collect
311         allocations of mapped children.
312
313         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
314         Add a bug reference.
315
316 2005-05-18  Tor Lillqvist  <tml@novell.com>
317
318         * gdk/win32/gdkevents-win32.c
319         * gdk/win32/gdkkeys-win32.c
320         * gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in
321         lParam of WM_KEY* messages to distinguish between left and right
322         Control and Alt keys. Unfortunately, the right Shift key doesnt
323         set KF_EXTENDED, so to distinguish between left and right Shift
324         keys, check the scan code. (#304584)
325
326 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
327
328         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Warn if
329         length overflows.  (#161520, Ian Wienand)
330
331         * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
332         parameter names to make gtk-doc happy.
333
334         * gtk/gtkscale.c (gtk_scale_class_init): Fix the default
335         values of draw-value and value-pos to be the values we
336         actually use in _init. (#304547, Mikael Hallendal)
337
338         * gtk/gtkcellrendererpixbuf.c: Support named icons in
339         cells by adding a icon-name property. (#165777, Anders
340         Carlsson)
341
342         * gtk/gtk.symbols:
343         * gtk/gtktoolbutton.h: 
344         * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name) 
345         (gtk_tool_button_get_icon_name): Support named icons in 
346         tool buttons by adding a icon-name property. (#116577, 
347         Christian Neumair)
348
349         * gtk/gtk.symbols: 
350         * gtk/gtkdnd.h: 
351         * gtk/gtkdnd.c (gtk_drag_source_set_icon_name) 
352         (gtk_drag_set_icon_name): New functions to support themed 
353         drag icons.  (#116577, Christian Neumair)
354
355 2005-05-17  Owen Taylor  <otaylor@redhat.com>
356
357         * gdk/x11/gdkdrawable-x11.c (gdk_x11_ref_cairo_surface): 
358         Update to changed cairo interface.
359
360         * gdk/x11/gdkdrawable-x11.[ch]:
361         Add _gdk_x11_drawable_update_size()
362         
363         * gdk/x11/gdkwindow-x11.c (gdk_window_resize) 
364         (gdk_window_move_resize)
365         * gdk/x11/gdkevents-x11.c (gdk_event_translate): 
366         Call _gdk_x11_drawable_update_size().
367
368 2005-05-17  Matthias Clasen  <mclasen@redhat.com>
369
370         * gtk/gtktextview.c (cursor_blinks): Don't blink the cursor
371         if the text view is not editable.  
372
373         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Keep
374         the popup posted if the button is released over the cellview.
375         This matches the behaviour of other combo box implementations.  
376         (#171378)
377         
378         * gdk/gdkwindow.c (gdk_window_set_bg_pattern): Adjust offsets
379         when recursing.  (#153682, Felipe Heidrich)
380
381 2005-05-16  Matthias Clasen  <mclasen@redhat.com>
382
383         * gtk/gtkscale.c (gtk_scale_class_init): Don't bind GDK_Page_Up 
384         and GDK_Page_Down twice.  (#168333, Hazael Maldonado Torres)
385
386         * gtk/gtkentry.c (cursor_blinks): Don't blink the cursor if 
387         the entry is not editable.  (#304171, Nikos Kouremenos)
388         
389         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_constructor): 
390         Make sure the action of the button and the dialog are in sync,
391         when the dialog is provided by the app.  (#303987, David A Knight)
392
393         * gdk/gdkpango.c (gdk_pango_renderer_get_default): Fix a typo
394         in the docs.  (#303940, Masao Mutoh)
395
396         * configure.in (GTK_DOC_CHECK): Check for gtk-doc 1.4.
397
398         * gtk/gtktoggleaction.c (connect_proxy): Be more careful when
399         casting.  (#304089, Philip Langdale)
400
401         * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Only shrink
402         the label if we need to.  (#169390, Felix Riemann)
403
404 Sat May 14 00:07:46 2005  Manish Singh  <yosh@gimp.org>
405
406         * gdk/gdkdraw.c
407         * gdk/gdkpango.c: #include gdkcairo.h for gdk_cairo_create()
408         declaration.
409
410         * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): actually
411         call gdk_cairo_set_source_color() with a color.
412
413         * gtk/gtkimage.c (gtk_image_expose): remove unused stock_id variable.
414
415         * tests/testiconview.c (main): cast args of drag functions to the
416         appropriate type.
417
418 2005-05-13  Owen Taylor  <otaylor@redhat.com>
419
420         * gdk/x11/gdkdrawable-x11.c: Update for cairo-xlib API change.
421
422         * gdk/x11/gdkpixmap-x11.[ch] gdk/gdk.symbols: Export 
423         gdk_pixmap_impl_x11_get_type(), needed in gdkdrawable-x11.c.
424         
425 2005-05-11  Owen Taylor  <otaylor@redhat.com>
426
427         * tests/testgtk.c (on_alpha_window_expose): Fix to use
428         gdk_cairo_create(). (create_alpha_window): Hook up "response"
429         to close the window.
430
431 2005-05-11  Owen Taylor  <otaylor@redhat.com>
432
433         * gtk/gtkcolorbutton.c: Use a GtkAlignment rather than a GtkDrawingArea
434         to draw the swatch in to avoid having an extraneous window.
435         
436         * gtk/gtkcolorsel.c (color_sample_draw_sample): Actually se tthe
437         color when !has_opacity.
438
439 2005-05-10  Owen Taylor  <otaylor@redhat.com>
440
441         * gdk/gdkcairo.[ch] gdk/gdkcolor.[ch] gdk/Makefile.am: Add source
442         files for Cairo convenience functionality.
443
444         * gdk/gdkcairo.h (gdk_cairo_rectangle, gdk_cairo_region): Add a
445         convenience functions to add GdkRectangle, GdkRegion to a cairo path.
446
447         * gdk/gdkwindow.c gdk/gdkgc.c gtk/gtkcolorsel.c gtk/gtkiconview.c 
448         gtk/gtkstyle.c: Use gdk_cairo_rectangle/region().
449
450         * gdk/gdkcairo.[ch] gdk/gdkdrawable.h gdk/gdkdraw.c: Rename
451         gdk_drawable_create_cairo_context() to gdk_cairo_create().
452
453         * gdk/gdkcairo.c gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c:
454         Rename gdk_pixbuf_set_as_cairo_source() to 
455         gdk_cairo_set_source_pixbuf().
456
457         * gdk/gdkdraw.c gdk/gdkpango.c gtk/gtkcolorsel.c gtk/gtkhruler.c
458         gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkstyle.c gtk/gtkvruler.c:
459         Adjust for renames.
460
461         * gdk/gdk.symbols: Update.
462
463         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): Fix 
464         coordinate system problem that was causing the wrong portions
465         to be invalidated.
466
467         * gtk/gtkcellrenderer.c (gtk_cell_renderer_render)
468         gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render)
469         gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render)
470         gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render)
471         gtk/gtkcellview.c (gtk_cell_view_expose)
472         gtk/gtkdnd.c (gtk_drag_highlight_expose)
473         gtk/gtkentry.c (gtk_entry_draw_text) 
474         gtk/gtktextview.c (text_window_invalidate_rect): Some cairoization.
475
476         * gtk/gtkcalendar.[ch]: Beat into something roughly resembling
477         GTK+ style ... use instance-private data and standard names for
478         private structure, etc. Move function docs inline.
479
480         * gtk/gtkcalendar.[ch]: Switch to drawing everything in
481         expose. Switch drawing to Cairo.
482
483         * gtk/gtkcalendar.c (gtk_calendar_freeze): Deprecate
484         gtk_calendar_freeze/thaw
485
486 2005-05-10  Tor Lillqvist  <tml@novell.com>
487
488         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Check
489         that GDK_IS_SCREEN(screen) (like the X11 backend does), not screen
490         == gdk_screen_get_default(), as that might return NULL when this
491         function is called.
492
493 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
494
495         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Flip the
496         padding in RTL mode.  (#303572, Maciej Katafiasz)
497
498 2005-05-09  Owen Taylor  <otaylor@redhat.com>
499
500         * gdk/gdkrgb.c (gdk_rgb_convert_0888_br, gdk_rgb_convert_8880_br): 
501         Fill in unused bits so they can be used for the depth-32 target case.
502         Rewrite so that that gives a marginal speedup rather than a
503         marginal slowdown. (on x86)
504
505         * gdk/gdkscreen.h gdk/x11/gdkscreen-x11.[ch] gdk/x11/gdkvisual-x11.c:
506         Add gdk_screen_get_rgba_colormap/visual to get a visual for
507         windows with an alpha channel, if one exists.
508
509         * gdk/win32/gdkscreen-win32.c gdk/linux-fb/gdkscreen-fb.c:
510         Stub out gdk_screen_get_rgba_colormap/visual.
511
512         * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): computation of
513         "unused" wasn't right for depth == 32, since it depended on
514         shifting by 32.
515
516         * gdk/gdkrgb.c: Fill in alpha bits with 1s. (Based on patch from
517         Keith Packard,
518         http://mail.gnome.org/archives/gtk-devel-list/2004-June/msg00080.html)
519
520         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
521         Implement again, without using Xft.
522
523         * tests/testgtk.c: Add a test for windows with an alpha channel.
524
525 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
526
527         * autogen.sh: Revert accidental commit.
528
529 2005-05-08  Matthias Clasen  <mclasen@redhat.com>
530
531         * gdk/gdkcolor.c (gdk_cairo_set_source_color): 
532         * gdk/gdkimage.h: 
533         * gdk/gdkdraw.c: 
534         * gdk/gdkcolor.h: 
535         * gdk/gdkcursor.h: 
536         * gdk/x11/gdkcolor-x11.c: Small documentation additions.
537
538 2005-05-07  Matthias Clasen  <mclasen@redhat.com>
539
540         * gtk/gtkscrolledwindow.h: 
541         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_hscrollbar): 
542         (gtk_scrolled_window_get_cscrollbar): Change the return 
543         type to GtkWidget*, proposed by Owen Taylor. 
544
545         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_width_mm) 
546         (gdk_screen_get_height_mm): Fix typos in the docs.  (#303389,
547         Masao Mutoh)
548
549 2005-05-07  Matthias Clasen <mclasen@redhat.com>
550
551         * gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted
552         by Owen Taylor.
553
554 2005-05-07  Owen Taylor  <otaylor@redhat.com>
555
556         * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
557         the background color.
558
559 2005-05-07  Owen Taylor  <otaylor@redhat.com>
560
561         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h (gdk_pixbuf_set_as_cairo_source): 
562         Change prototype to match cairo_set_source_surface().
563
564         * gdk/gdkdraw.c gdk/gdkgc.c gdk/gdkpixbuf-render.c gdk/gdkwindow.c
565         gtk/gtkhsv.c tests/testcairo.c.
566
567 2005-05-06  Federico Mena Quintero  <federico@ximian.com>
568
569         Merged from gtk-2-6:
570
571         * gtk/gtkfilesystemunix.c (fill_in_mime_type): Don't fill the mime
572         types if this is an AFS directory.
573         (fill_in_names): If we are in an AFS directory, set the MIME type
574         blindly to "x-directory/normal".
575
576 2005-05-06  Matthias Clasen  <mclasen@redhat.com>
577
578         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Always
579         initialize child-visible to FALSE, otherwise we may end up
580         with the wrong page visible initially.  (#302283, Patrik Fimml)
581
582         * gtk/gtktreeview.c (gtk_tree_view_draw_arrow): Make expanders
583         appear insensitive in insensitive treeviews. 
584
585 2005-05-05  Matthias Clasen  <mclasen@redhat.com>
586
587         * gtk/gtktoolbar.c: Fix a typo in the docs.  (#303024, 
588         Morten Welinder)
589
590 2005-05-06  Matthias Clasen  <mclasen@redhat.com>
591
592         * gtk/gtk.symbols:
593         * gtk/gtkiconview.[hc]: Add DND support similar to the DND
594         support in the tree view.  (#150270)
595
596 2005-05-05  Matthias Clasen  <mclasen@redhat.com>
597
598         * gtk/gtktreednd.h: 
599         * gtk/gtkwidget.h: Small cleanups.
600
601         * gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
602         a typo.
603
604 2005-05-04  Owen Taylor  <otaylor@redhat.com>
605
606         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
607         in focus tracking when we move between has_pointer_focus and 
608         has_focus_window directly. (#109246, Billy Biggs, Niko Tyni 
609         and others)
610
611         * gdk/x11/gdkevents-x11.c: Also fix some confusion that could
612         happen in the case of no window manager + keyboard grabs, by
613         moving to a more consistent model of when we pay attention to
614         mode=NotifyGrab/NotifyUngrab events.
615         
616         * docs/focus_tracking.txt: Extensive writeup about how to track
617         focus under X11.
618
619 Wed May  4 13:21:41 2005  Søren Sandmann  <sandmann@redhat.com>
620
621         * tests/testcairo.c (draw): Replace cairo_show_surface() uses with
622         cairo_set_source_surface()/cairo_paint();
623
624 2005-05-04  Tor Lillqvist  <tml@novell.com>
625
626         * gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap)
627         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values,
628         _gdk_win32_gc_new, _gdk_windowing_gc_set_clip_region,
629         gdk_win32_hdc_get): Minor fixes to make Win32 backend compile
630         again.
631
632 2005-05-03  Matthias Clasen  <mclasen@redhat.com>
633
634         * gtk/gtkfilesystem.c: 
635         * gtk/gtkcelleditable.c: 
636         * gtk/gtktreemodel.c: Avoid getting the interface struct
637         twice in the same function.  (#300513, Billy Biggs)
638
639         * gtk/gtkscrolledwindow.h:
640         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar): 
641         * gtk/gtk.symbols: Add getters for the scrollbars.  (#167181,
642         Billy Biggs)    
643
644         * gtk/gtkdialog.h: 
645         * gtk/gtkdialog.c (gtk_dialog_get_response_for_widget): 
646         Make this function public.  (#170748, Morten Welinder)
647
648 2005-05-02  Federico Mena Quintero  <federico@ximian.com>
649
650         Merged from gtk-2-6:
651
652         Fixes #301068:
653
654         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add fields
655         to store struct stat for /afs and /net, and boolean fields to say
656         whether these are valid.
657         (struct _GtkFileFolderUnix): Added a boolean is_network_dir field.
658         (gtk_file_system_unix_get_folder): Fill in the is_network_dir
659         field of the folder structure.
660         (fill_in_names): If the folder is a network directory, create a
661         fake struct stat for its entries.
662         (fill_in_stats): Don't stat() the children of network directories.
663
664         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): If the mtime
665         is 0, use "Unknown" for the cell's displayed text.
666
667 2005-04-28  Owen Taylor  <otaylor@redhat.com>
668
669         * gtk/gtkwidget.c: Add a draw-border style property to allow
670         themes to draw outside the widget's allocation.
671
672         * gdk/gdkwindow.c gtk/gtkstyle.c: Remove some save/restore pairs
673         that were working around the clip-leakage bug in Cairo.
674
675         * gtk/gtkstyle.c: Use cairo_fill_preserve() rathe than
676         save/fill/restore.
677
678         * gdk/gdkgc.c gdk/gdkinternals.h: Add _gdk_gc_update_context()
679         That updates a Cairo context to match a GC.
680
681         * gdk/gdkdraw.c: Use _gdk_gc_update_context() to add support
682         for tiles/stipples/clipping to gdk_draw_glyphs(), 
683         gdk_draw_trapezoids().
684
685         * gdk/gdkpango.c: Use _gdk_gc_update_context() instead of internal
686         implementation of stipples. Use one cairo_t across the entire
687         drawing operation. Replace cairo_matrix_create() with 
688         stack-allocated matrices.
689
690         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c 
691         gdk/win32/gdkgc-win32.c: Save various aspects of the 
692         GC state (fill, tile, stipple, foreground, background, clip region)
693         in instance-private-data for future use. Add getters.
694         Get rid of _gdk_windowing_gc_get_foreground() function implemented 
695         by the backends.
696
697         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c
698         gdk/win32/gdkgc-win32.c gdk/linux-fb/gdkgc-fb.c: Add
699         _gdk_gc_init() to do initial setup of the GC from values;
700         fixes some problems from drawable redirection.
701
702         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c
703         gdk/win32/gdkgc-win32.c gdk/linux-fb/gdkgc-fb.c: Move 
704         gdk_gc_copy() and gdk_gc_set_clip_{region,rectangle}() into 
705         the generic code, add _gdk_windowing_gc_copy(), 
706         _gdk_windowing_gc_set_clip_region() to do backend specific
707         stuff.
708
709         * gdk/x11/{gdkprivate-x11.h,gdkgc-x11.c.c,gdkdrawable-x11.c}
710         gdk/win32/{gdkprivate-win32.h,gdkgc-x11.c.c,gdkdrawable-x11.c}
711         gdk/linux-fb/{gdkprivate-fb.h,gdkgc-fb.c.c,gdkdrawable-fb.c}:
712         Don't duplicate state that now is stored by the generic code.
713
714         * gdk/gdk.symbols Update
715
716 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
717
718         * tests/testiconview.c: Test cell renderers.
719
720         * gtk/gtk.symbols: Add new functions.
721
722         * gtk/gtkiconview.[hc]: Implement GtkCellLayout and use
723         cell renderers for drawing and editing. (#148144, #160242)
724
725 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
726
727         * gtk/gtkcellrenderertext.c (get_size): Return a sufficient
728         width for cases where pango_layout_get_pixel_extents() returns
729         a rectangle with nonzero x. 
730
731         * gtk/gtkselection.c: Small doc fixes.
732
733         * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus): 
734         (gtk_menu_shell_get_take_focus): Fix up the docs a bit.
735
736 2005-05-02  Michael Natterer  <mitch@imendio.com>
737
738         * gtk/gtkmain.c (do_post_parse_initialization): return silently if
739         "gtk_initialized" is TRUE. Re-enables calling GTK's init functions
740         multiple times when using gtk_get_option_group(), just as one can
741         call gtk_init() multiple times without doing any harm.
742
743 2005-05-01  Matthias Clasen  <mclasen@redhat.com>
744
745         * gtk/gtktextview.c (gtk_text_view_expose_event): Propagate
746         the event to unanchored children in the text window.  
747         (#302494, Stephen Kennedy)
748
749 2005-04-30  Tor Lillqvist  <tml@novell.com>
750
751         * gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Take
752         multi-monitor offset into account. (#302525)
753
754 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
755
756         * gtk/gtkradioaction.c: Make the docs build.  (#302230,
757         Ali Akcaagac)
758
759         * gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this
760         function, instead show the bin_window when it is created.
761
762         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't 
763         grab focus to unrealized widgets.  (#302240, Philip Langdale)
764
765         * gtk/gtktreeview.c (gtk_tree_view_state_changed): Set
766         background upon state changes.  (#301651, Billy Biggs)
767         (gtk_tree_view_get_path_at_pos): Take RTL into account
768         when iterating over the columns.  (#302163)
769         
770         * configure.in: Check for nm.
771
772         * gtk/Makefile.am: Use $(NM), not nm directly. (#301299, 
773         Nguyen Thai Ngoc Duy)
774
775         * gtk/gtkiconview.c (gtk_icon_view_move_cursor_start_end): Use
776         the internal unselect_all function, since we need the unselection
777         to happen even in browse mode.  (#300995, Mathias Hasselmann)
778
779         * gtk/gtkuimanager.c (update_node): Use g_object_notify() instead
780         of triggering a ::notify by re-setting the property.  (#300982,
781         Sven Neumann)
782
783         * gtk/gtkaction.c (connect_proxy): Use gtk_action_sync_tooltip().
784
785         * gtk/gtkiconview.c (gtk_icon_view_scroll_to_item): Also
786         scroll horizontally when necessary, and keep the northwest
787         corner of the item visible.  (#300913, Mathias Hasselmann)
788
789         * tests/testiconview.c: Add some more tests.
790
791         * gtk/gtkiconview.c (gtk_icon_view_select_path): Don't crash
792         if the path does not point to a row in the model.  (#300909,
793         Mathias Hasselmann)
794         (gtk_icon_view_rows_reordered): Re-layout here.  (#301009, 
795         Mathias Hasselmann)
796
797         * tests/testtext.c: Add some more attribute tests.
798
799         * gtk/gtktexttag.c (gtk_text_tag_class_init): Correct the documentation
800         of the rise property. String change, but it is more important to
801         be correct than to be translated.  (#301740)
802
803 2005-04-25  Tor Lillqvist  <tml@novell.com>
804
805         * gtk/gtkfilesystemwin32.c
806         (gtk_file_system_win32_volume_get_display_name): Get volume name
807         also on Win9x. (#301798, Daniel Atallah)
808         (canonicalize_filename): Add explicit braces to silence compiler
809         warning.
810
811 2005-04-22  Tor Lillqvist  <tml@novell.com>
812
813         * gtk/gtkmain.c: Initailize gettext before use. Calling
814         bindtextdomain() and bind_textdomain_codeset() in
815         do_post_parse_initialization() is too late. Put the calls in a new
816         function gettext_initialization(), and call that from
817         gtk_init_with_args() and gtk_parse_args(). Fixes #170948 for
818         GTK+'s part, but the same problem occurs also at least in
819         atk. Thanks to Robert Ögren, Daniel Atallah and Kevin Stange.
820
821 2005-04-19  Ivan, Wong Yat Cheung  <email@ivanwong.info>
822
823         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Match
824         character height instead of cell height. Fix #301228.
825
826 2005-04-18  Federico Mena Quintero  <federico@ximian.com>
827
828         Merged from gtk-2-6:
829
830         * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): Remove
831         obsolete assertion that the selected row can't be a volume; this
832         is handled by the "removable" column now.  Fixes #301017.
833
834 2005-04-18  Owen Taylor  <otaylor@redhat.com>
835
836         * gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c
837         * gdk/gdkcolor.c gdk/gdkwindow.c gdk/gdkpixbuf-render.c
838         gdk/gdkpango.c tests/testcairo.c: Update to new Cairo API for
839         setting color and opacity. (#301066, Vincent Noel)
840  
841 2005-04-15  Federico Mena Quintero  <federico@ximian.com>
842
843         Merged from gtk-2-6:
844
845         * gtk/gtkfilechooserdefault.c (pending_select_paths_process):
846         Patch from Christian Neumair <chris@gnome-de.org>; only select the
847         first row if we are in OPEN mode.  The only other case we were
848         letting pass through was SELECT_FOLDER, but selecting the first
849         row when changing folders confuses people when folders are
850         actually being selected.  Fixes #171885.
851
852 2005-04-13  Matthias Clasen  <mclasen@redhat.com>
853
854         * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): 
855         Revert the fix for #169870, adjust the documentation instead. 
856
857         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
858         Revert the fix for #170727.     
859
860 2005-04-11  Ivan, Wong Yat Cheung  <email@ivanwong.info>
861
862         Fix #300218:
863
864         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
865         C99ism.
866
867         * gtk/updateiconcache.c: Guard inclusion of unistd.h and
868         utime.h.
869
870 2005-04-09  Matthias Clasen  <mclasen@redhat.com>
871
872         * gdk/x11/gdkinput-xfree.c:
873         * gdk/x11/gdkinput-none.c:
874         * gdk/gtk.symbols: Some more fixes necessary to 
875         make building with gcc 4 work.
876
877         Add 16x16 versions of the zoom icons and of 
878         GTK_STOCK_INDEX. Some of the images were taken from 
879         the hicolor icon theme, and were originally created 
880         by Jakub Steiner and Tuomas Kuosmanen.  (#167515, 
881         Vincent Noel)
882         
883         * gtk/stock-icons/stock_index_16.png:
884         * gtk/stock-icons/stock_zoom_1_16.png:
885         * gtk/stock-icons/stock_zoom_fit_16.png:
886         * gtk/stock-icons/stock_zoom_in_16.png:
887         * gtk/stock-icons/stock_zoom_out_16.png: New images.
888         
889         * gtk/stock-icons/Makefile.am: Add the new images. 
890
891         * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): 
892         Don't display too many broken images.  (#169870, Roman
893         Kagan, patch by Ivan Wong)
894
895         * gtk/gtkwidget.c (gtk_widget_unparent): Remove debugging
896         output.  (#300013, Tommi Komulainen)
897
898 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
899
900         * gtk/gtkimage.c (gtk_image_expose, gtk_image_calc_size): 
901         If a stock_id is unknown, display the missing image. (#169870,
902         Steven Walter)
903
904         * gtk/gtkiconcache.c (icon_name_hash): Use the same function 
905         as in updateiconcache.c.  (spotted by Morten Welinder)
906
907 2005-04-08  Carl Worth  <cworth@cworth.org>
908
909         * gdk/gdkpango.c: (emboss_context): Simplify matrix manipulation
910         now that cairo exposes the cairo_matrix_t structure.
911         
912         * gdk/gdkpixbuf-render.c: (gdk_pixbuf_set_as_cairo_source): Track
913         cairo API change in signedness of data argument.
914
915 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
916
917         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make this
918         work when called from gtk_combo_box_destroy().  (#172999,
919         Christian Persch)
920
921 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
922
923         Fix double-click to autosize treeview columns. This was
924         probably broken since 2.2 ! (#169675)
925         
926         * gtk/gtktreeview.c (gtk_tree_view_button_press): Leave the
927         "user-resized" state of the column on a double-click to
928         autosize.
929         (gtk_tree_view_button_press, gtk_tree_view_motion_resize_column): 
930         Enter the "user-resized" state of the column only if a drag
931         actually changes the column width, not on any click.
932
933 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
934
935         * gtk/gtkmenu.c (gtk_menu_paint): Allow setting background
936         images on menus.  (#169532, Benjamin Otte)
937         
938         * gtk/updateiconcache.c (write_card16, write_card32): Avoid
939         unaligned access.  (#172947)
940
941         * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): 
942         Consistently use the term "Bookmarks" in the UI.  (#166906,
943         Sebastian Bacher)
944
945         Some fixes from Morten Welinder (#172947):
946         
947         * gtk/updateiconcache.c (icon_name_hash): Make this compiler- 
948         and platform-independent.
949         (is_cache_up_to_date): Don't compare mtimes is a stat call failed.
950         (build_cache): Error out if a stat fails.  
951
952 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
953
954         * gtk/gtktreeview.c (gtk_tree_view_set_expander_column): Add 
955         a hint about hiding expanders.
956
957         * gtk/updateiconcache.c (is_cache_up_to_date): Return 
958         TRUE if the cache is newer than the directory.  (#172852,
959         Jacob Kroon)
960
961         * configure.in: Replace an explicit pkg-config by 
962         $PKG_CONFIG.  (#168074, Hans-Wolfgang Loidl)
963         
964         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
965         Ignore regions which fall completely outside the line.  
966         (#165862, Felipe Heidrich)
967
968 2005-04-06  Matthias Clasen  <mclasen@redhat.com>
969
970         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document
971         -1 as possible value.  
972         (gtk_tree_view_enable_model_drag_source) 
973         (gtk_tree_view_enable_model_drag_dest): Pass the target list 
974         to the underlying dnd implementation, otherwise we miss the 
975         target info in the drag-data-received signal.  (#164085, Jorn
976         Baayen)
977
978 2005-04-06  Matthias Clasen  <mclasen@redhat.com>
979
980         * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column) 
981         (gtk_tree_view_bin_expose): Avoid a few unnecessary calls
982         to gdk_window_get_pointer(). (#168015, Billy Biggs)
983
984         * po/.cvsignore, po-properties/.cvsignore: Remove
985         Makefile.in.in.  (#171092, Stepan Kasal)
986
987         * gtk/gtkrc.c (gtk_rc_parse_style): Don't modify 
988         scanner->value, copy it first.  (#165693, Tommi Komulainen)
989
990 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
991
992         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_grab_focus): 
993         * gtk/gtkcombobox.c (gtk_combo_box_grab_focus): Implement
994         grab_focus for GtkComboBox and GtkComboBoxEntry.  (#171912,
995         Gustavo Carneiro)
996
997         * gtk/gtkicontheme.c: Store icon caches along with the
998         mtimes of the toplevel directories. The previous
999         mechanism of a hashtable-per-theme caused duplicate icon
1000         caches for the same toplevel directory to be created.  
1001         (#170030)
1002
1003 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
1004
1005         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): 
1006         Fix a typo in a warning.
1007
1008         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
1009         the license and credits buttons from being affected by 
1010         gtk_widget_show_all().  (#172724)
1011
1012 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
1013
1014         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): Keep a 
1015         reference to the item.  (#167920, Hazael Maldonado Torres)
1016
1017         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Add some
1018         more docs on interactive search.
1019
1020 2005-04-05  Tor Lillqvist  <tml@novell.com>
1021
1022         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Handle 16 colour
1023         display mode. For some reason, in this mode GetDeviceCaps(BITSPIXEL)
1024         returns 1 (but GetDeviceCaps(NUMCOLORS) does return 16). (#143415)
1025
1026         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Don't force
1027         24bpp GdkVisual on 32bpp displays. (#140706)
1028
1029 Mon Apr  4 19:13:23 2005  Jonathan Blandford  <jrb@redhat.com>
1030
1031         Fix for #172319, Tristan Van Berkom:
1032         
1033         * gtk/gtktreeview.c (gtk_tree_view_expand_all): change to use
1034         gtk_tree_view_real_expand_row() instead of doing this by hand.
1035
1036 2005-04-04  Johan Dahlin  <johan@gnome.org>
1037
1038         * gtk/gtktextbuffer.c: (gtk_text_buffer_class_init),
1039         (gtk_text_buffer_set_property), (gtk_text_buffer_get_property),
1040         (gtk_text_buffer_set_text): Add GtkTextBuffer::text (#172631)
1041
1042 Mon Apr  4 14:33:55 2005  Manish Singh  <yosh@gimp.org>
1043
1044         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text):
1045         cast combo->priv->entry to GTK_ENTRY()
1046
1047         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
1048         cast completion->priv->tree_view to GTK_TREE_VIEW()
1049
1050 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
1051
1052         * gtk/gtktextbuffer.c: Some trivial doc fixes.
1053
1054         * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve 
1055         the wording of the doc comment.  (#172422, Vincent Untz)
1056
1057 2005-04-04  Owen Taylor  <otaylor@redhat.com>
1058
1059         * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
1060         drawing to Cairo. Also always draw the entire triangle instead
1061         of just drawing the center for prelight. (Fixes inconsistent
1062         drawing in GtkTreeView.)
1063
1064 2005-04-04  Johan Dahlin  <johan@gnome.org>
1065
1066         * gtk/gtk.symbols: Remove symbols accidentally added.
1067         * gtk/gtkentryprivate.h: Add boolean property popup_set_width
1068         * gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init):
1069         Use object_class instead of gobject_class
1070
1071 Mon Apr  4 12:14:35 2005  Søren Sandmann  <sandmann@redhat.com>
1072
1073         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): Translate x, y into
1074         widget coordinates instead of root coordinates. Patch from Jorn
1075         Baayen. (#172236)
1076
1077 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
1078
1079         * gtk/gtktoolbar.c: Add a tooltips property.
1080
1081         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init): 
1082         * gtk/gtkruler.c (gtk_ruler_class_init): Add docs.
1083
1084         * gtk/gtktoggletoolbutton.c: Add an active property.
1085
1086 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
1087
1088         Allow completion popups to be wider than the entry. (#131916, 
1089         Ross Burton)
1090         
1091         * gtk/gtkentrycompletion.[hc]: Add a boolean popup-set-width property.
1092
1093         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
1094         Don't force the popup to have the same width as the entry if 
1095         popup-set-width is FALSE.
1096
1097         * gtk/gtk.symbols: Add new functions.
1098
1099 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
1100
1101         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
1102         Use gtk_accel_map_change_entry(), so that reusing the same
1103         action name works.  (#170727, Paolo Borelli)
1104
1105 2005-04-04  Tor Lillqvist  <tml@novell.com>
1106
1107         * gdk/win32/gdkmain.c (_gdk_win32_cf_to_string): New debugging
1108         function, to log a clipboard format name symbolically.
1109         (_gdk_win32_data_to_string): Also new, to log random data bytes.
1110
1111         Implement delayed rendering on Win32, specifically for transfering
1112         images through the clipboard from GTK+ apps to other
1113         apps (#168173, implementation by Ivan Wong):
1114
1115         * gdk/win32/gdkevents-win32.c (gdk_event_translate): 
1116         Handle WM_RENDERFORMAT.
1117
1118         * gdk/win32/gdkprivate-win32.h
1119         * gdk/win32/gdkglobals-win32.c: Add _format_atom_table,
1120         _delayed_rendering_data and _image_bmp.
1121
1122         * gdk/win32/gdkmain-win32.c: Initialize _image_bmp.
1123
1124         * gdk/win32/gdkproperty-win32.c (gdk_property_change):
1125         Accept formats other than GDK_TARGET_STRING or _utf8_string, and
1126         assume they are handled through delayed rendering.
1127
1128         * gdk/win32/gdkselection-win32.c (gdk_selection_convert):
1129         Return all available formats (including those registered by GTK+
1130         apps) on request_targets.
1131         (gdk_selection_property_get): We should append a zero byte like
1132         X11 does.
1133         (gdk_win32_selection_add_targets): New function, for
1134         gtkselection's use. Win32 requires that the clipboard owner
1135         registers all valid formats even if the owner wants delayed
1136         rendering.
1137         (_gdk_win32_selection_convert_to_dib): New function. Convert
1138         images to DIB using gdk-pixbuf.
1139
1140         * gdk/win32/gdkwin32.h: Declare gdk_win32_selection_add_targets().
1141
1142         * gtk/gtkselection.c (gtk_selection_add_target,
1143         gtk_selection_add_targets): Call gdk_win32_selection_add_targets()
1144         to register target formats.
1145
1146         * gdk/gdk.symbols: Add gdk_win32_selection_add_targets().
1147
1148 2005-04-03  Hans Breuer  <hans@breuer.org>
1149
1150         [merged from gtk-2-6 branch]
1151         * gdk/win32/gdkdrawable-win32.c : let dash_offset shift the start of
1152         the line pattern not the start of the line. Fixes bug #171641.
1153
1154         * gtk/makefile.msc.in : follow .symbols changes
1155
1156         * gdk/win32/gdkwindow-win32.c : declare and resolve GetAncestor()
1157         dynamically. (It is not available in _WIN_VER <= 0x0400)
1158
1159         * gdk/win32/makefile.msc : removed gdkpango-win32.obj
1160
1161         * gtk/gtkhsv.c gtk/gtkstyle.c : use G_PI instead of M_PI
1162
1163         [also applied to gtk-2-6 branch]
1164         * gdk/makefile.msc gdk-pixbuf/makefile.msc : handle gdk*alias.def
1165
1166         * gdk/makefile.msc.in : add gtkmnemonichash.obj
1167
1168         * test/testgtk.c(set_parent_signal) : use g_message instead of
1169         g_print to keep the 'testgtk --bench=all' output clean
1170
1171 2005-04-03  Matthias Clasen  <mclasen@redhat.com>
1172
1173         * gtk/gtkruler.c: Add a "metric" property.
1174
1175         * gtk/gtkradiomenuitem.c: Add a "group" property like
1176         the one found in radio buttons.
1177
1178         * gtk/gtkradiobutton.c (gtk_radio_button_class_init): Fix
1179         a typo in the docs.
1180         (gtk_radio_button_set_group): Add change notification.
1181
1182 2005-04-01  Matthias Clasen  <mclasen@redhat.com>
1183
1184         * gtk/gtkselection.c: Move documentation inline, document
1185         if add_target functions append or prepend.  (#172350, 
1186         Jon-Kare Hellan)
1187
1188 2005-04-01  Matthias Clasen  <mclasen@redhat.com>
1189
1190         Make gtk_combo_box_get_active_text do the right thing for
1191         GtkComboBoxEntry (#171373, Robert Staudinger)
1192         
1193         * gtk/gtkcombobox.h: Add a get_active_text vfunc.
1194         
1195         * gtk/gtkcombobox.c (gtk_combo_box_real_get_active_text): And
1196         implement it here.
1197
1198         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text): 
1199         Implement get_active_text by always returning the content of 
1200         the entry.
1201
1202 2005-03-31  Sven Neumann  <sven@gimp.org>
1203
1204         Merged from gtk-2-6:
1205
1206         * gtk/gtkbutton.c
1207         * gtk/gtkiconview.c: fixed gtk-doc comments.
1208
1209 2005-03-31  Michael Natterer  <mitch@gimp.org>
1210
1211         Allow to pop up menus without grabbing the keyboard. Useful for
1212         stuff like virtual keyboards. Fixes bug #159890
1213
1214         * gtk/gtk.symbols
1215         * gtk/gtkmenushell.[ch]: added boolean property "take-focus"
1216         and public API gtk_menu_shell_set/get_take_focus().
1217
1218         * gtk/gtkmenu.c (gtk_menu_popup)
1219         (popup_grab_on_window): don't grab the keyboard if take_focus
1220         is FALSE.
1221
1222         * gtk/gtkmenuitem.c (_gtk_menu_item_popup_submen): propagate the
1223         parent menu_shell's take_focus property to the submenu which is
1224         about to be popped up.
1225
1226 2005-03-30  Federico Mena Quintero  <federico@ximian.com>
1227
1228         Merged from gtk-2-6:
1229
1230         Fix #170755:
1231
1232         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Only stop editing
1233         if the row which changed is the same as the row being edited.
1234
1235 2005-03-30  Matthias Clasen  <mclasen@redhat.com>
1236
1237         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
1238         Make enable_search control only typeahead, not C-f.  (#170435,
1239         Sven Neumann)
1240         (gtk_tree_view_start_interactive_search): Pass keybinding == TRUE.
1241
1242         * gdk/gdkpixbuf.h: Include cairo.h
1243
1244         * gtk/gtkclipboard.c (gtk_clipboard_set_can_store): 
1245         Don't accept n_targets == -1.
1246         (clipboard_unset): unref the old_data, not the
1247         user_data which we have just cleared.  (#172038, Sven
1248         Neumann)
1249
1250         * gtk/gtkcombobox.c (gtk_combo_box_popup): Don't 
1251         segfault if somebody tries to popup an unrealized
1252         combo box.  (#172031, Felipe Heidrich)
1253
1254 2005-03-30  Tor Lillqvist  <tml@novell.com>
1255
1256         * gdk/win32/gdkevents-win32.c (build_pointer_event_state): The
1257         state field should represent the state before the event, like on
1258         X11. (#169753)
1259         (gdk_event_translate): Fix event filter handling. If an event
1260         filter (global, client message filter, of window-specific) returns
1261         GDK_FILTER_CONTINUE, continue as if nothing happened. If it
1262         returns GDK_FILTER_REMOVE or GDK_FILTER_TRANSLATE, return TRUE
1263         from gdk_event_translate() which means that DefWindowProc() will
1264         not be called.
1265         (gdk_event_translate): Fix client message handling. Append a
1266         GDK_CLIENT_EVENT unless there is a filter that matches and returns
1267         something other than GDK_FILTER_CONTINUE. (#135552)
1268
1269 2005-03-29  Matthias Clasen  <mclasen@redhat.com>
1270
1271         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_visible_func): 
1272         Document the need to refilter if parameters of the visibility function
1273         change.  (#169516, Olivier Sessink)     
1274
1275 Mon Mar 28 15:13:42 2005  Søren Sandmann  <sandmann@redhat.com>
1276
1277         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
1278         invalidate areas that are covered by mapped input-output child
1279         windows. Bug 141380.
1280
1281 2005-03-28  Jeroen Zwartepoorte  <jeroen.zwartepoorte@gmail.com>
1282
1283         * gtk/gtkfilechooserdefault.c: (update_preview_widget_visibility): Make
1284         the preview label ellipsize so the dialog layout stays constant.
1285         (#171398)
1286
1287 2005-03-28  Matthias Clasen  <mclasen@redhat.com>
1288
1289         * gtk/gtktreeview.c (gtk_tree_view_key_press): Don't pop up
1290         the context menu of the search entry if it is not visible.
1291         (#169534, Billy Biggs)
1292
1293 2005-03-27  Tor Lillqvist  <tml@novell.com>
1294
1295         * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
1296         after all, and in fact necessary with HEAD libtool.
1297
1298 2005-03-26  Matthias Clasen  <mclasen@redhat.com>
1299
1300         * gtk/*.c: 
1301         * gdk/gdkdisplaymanager.c: 
1302         Use canonical names for g_object_notify() as well. 
1303
1304 2005-03-24  Tor Lillqvist  <tml@novell.com>
1305
1306         * configure.in (GTK_EXTRA_CFLAGS): Include the -mms-bitfields flag
1307         in GTK_EXTRA_CFLAGS on Win32, so that it gets included in the
1308         gtk+-2.0.pc file and automatically used by dependents. MSVC users
1309         who use pkg-config will have to manually edit it out from
1310         gtk+-2.0.pc, sorry. Maybe pkg-config should be enhanced to support
1311         some kind of conditionals in .pc files?
1312
1313 2005-03-23  Matthias Clasen  <mclasen@redhat.com>
1314
1315         * gtk/gtkfilechooserbutton.c (update_combo_box): Remove
1316         a call whose result was unused and leaked.  (#170776,
1317         Kjartan Maraas)
1318
1319         Some cleanups to the GtkDialog code:  (#170746, 
1320         Morten Welinder)
1321         * gtk/gtkdialog.c (action_widget_activated): Simplify,
1322         use _gtk_dialog_get_response_for_widget.
1323         (gtk_dialog_add_action_widget): Use the correct signal
1324         id for non-buttons.
1325         (gtk_dialog_set_response_sensitive): 
1326         (gtk_dialog_set_default_response): Use get_response_data.
1327         (gtk_dialog_run): Don't disconnect the signals if the
1328         dialog was destroyed while running.
1329
1330 Tue Mar 22 14:16:31 2005  Manish Singh  <yosh@gimp.org>
1331
1332         * gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label):
1333         Use g_return_if_fail, not g_return_val_if_fail.
1334
1335 2005-03-22  Matthias Clasen  <mclasen@redhat.com>
1336
1337         Implement bookmark renaming  (#136216, Sean Middleditch)
1338         
1339         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Add 
1340         get_bookmark_label and set_bookmark_label vfuncs.
1341
1342         * gtk/gtkfilesystem.h:
1343         * gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label): 
1344         (gtk_file_system_get_bookmark_label): Wrappers for the
1345         vfuncs.
1346
1347         * gtk/gtk.symbols: Add new exported symbols.
1348
1349         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_set_bookmark_label): 
1350         (gtk_file_system_unix_get_bookmark_label): Implementations
1351         for the Unix backend.
1352
1353         * gtk/gtkfilechooserdefault.c: Add a context menu to
1354         the bookmarks pane, and allow to rename bookmarks.
1355
1356 2005-03-22  Matthias Clasen  <mclasen@redhat.com>
1357
1358         * gtk/gtkpathbar.c (gtk_path_bar_unmap): 
1359         * gtk/gtkspinbutton.c (gtk_spin_button_unmap): 
1360         * gtk/gtknotebook.c (gtk_notebook_unmap): 
1361         * gtk/gtkrange.c (gtk_range_unmap): Stop scrolling when
1362         the widget is unmapped.  (#168791, Ryan Lortie)
1363
1364 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
1365
1366         * gtk/gtkprivate.h: Define macros GTK_PARAM_READABLE,
1367         GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE which are like
1368         their G_ counterparts, but also mark the name, nick
1369         and blurb as static.
1370
1371         * gtk/*.c: Mark param spec strings as static, using
1372         the new macros.
1373
1374         * gtk/gtkspinbutton.h: Fix a typo.
1375
1376 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
1377
1378         * gtk/gtkcellrendererprogress.c: 
1379         * gtk/gtkcellrendererpixbuf.c: 
1380         * gtk/gtkcellrenderercombo.c: 
1381         * gtk/gtkcellrenderer.c: 
1382         * gtk/gtkcalendar.c: 
1383         * gtk/gtkbutton.c: 
1384         * gtk/gtkbox.c: 
1385         * gtk/gtkbbox.c: 
1386         * gtk/gtkaspectframe.c: 
1387         * gtk/gtkarrow.c: 
1388         * gtk/gtkalignment.c: 
1389         * gtk/gtkactiongroup.c: 
1390         * gtk/gtkaction.c:
1391         * gtk/gtkaccellabel.c: 
1392         * gtk/gtkaboutdialog.c: Mark param spec strings as static.
1393
1394         * gdk/gdkpango.c (gdk_pango_renderer_class_init): 
1395         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): Mark
1396         param spec strings as static.
1397
1398 2005-03-21  Tor Lillqvist  <tml@novell.com>
1399
1400         * modules/engines/ms-windows/*.c: Silence gcc warnings (unused
1401         variables, unhandled enum value in switch). Use g_object_unref()
1402         instead of deprecated gdk_gc_unref() and gdk_drawable_unref().
1403
1404         * modules/engines/ms-windows/xp_theme.c (xp_theme_map_gtk_state): 
1405         Add missing "case" keyword.
1406
1407         * modules/engines/ms-windows/Makefile.am: Link with -lgdi32
1408         explicitly.
1409
1410 2005-03-20  Tor Lillqvist  <tml@novell.com>
1411
1412         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Return the
1413         Terminal Services session number, window station name (always
1414         "WinSta0" in interactive processes), and desktop name (typically
1415         "Default"), concatenated with backslash separators.
1416         (gdk_display_open): Accept only NULL or the string
1417         gdk_display_get_name() returns as display name.
1418
1419 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
1420
1421         Make PLT-reduction work with gcc4, and don't include
1422         everything in gdkalias.h:
1423         
1424         * gtk/grk.symbols: Group symbols by header and source file.
1425         * gtk/makegtkalias.pl: Protect definitions by the same 
1426         preprocessor symbols used to guard the headers. Move
1427         the alias declarations to a separate file which is 
1428         produced when calling makegtkalias.pl -def
1429         * gdk/Makefile.am (gtkaliasdef.c): Add a rule to generate 
1430         this file.
1431         * gtk/*.c: Include gtkalias.h after the other headers, 
1432         include gtkaliasdef.c at the bottom.
1433         * gtk/*.h: Small cleanups.
1434
1435 Fri Mar 18 23:59:49 2005  Soeren Sandmann  <sandmann@redhat.com>
1436
1437         * gtk/gtkmenutoolbutton.c (arrow_button_button_press_event_cb):
1438         Make right-clicks not pop up the menu.
1439
1440 2005-03-18  Owen Taylor  <otaylor@redhat.com>
1441
1442         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_finish): 
1443         Call cairo_surface_finish()
1444
1445         * gdk/gdkinternals.c gdk/x11/gdkdrawable-x11.c: Remoev
1446         _gdk_windowing_set_surface_device_offset().
1447
1448 2005-03-18  Tor Lillqvist  <tml@novell.com>
1449
1450         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
1451         WM_MOUSEMOVE, don't check if this process owns the active
1452         window. This makes cross-application widget embedding work better.
1453         On WM_MOVE, don't bother checking for window visibility.
1454
1455         * gdk/win32/gdkim-win32.c: Remove bogus empty doc comment. Remove
1456         unused variables. Add some casts to silence gcc.
1457
1458 2005-02-24  Owen Taylor  <otaylor@redhat.com>
1459
1460         * gdk/gdkwindow.c: Use cairo_set_device_offset().
1461
1462         * gdk/win32/gdkdrawable-win32.[ch] gdk/win32/gdkwindow-win32.c
1463         gdk/win32/gdkpixmap-win32.c: 
1464         Add_gdk_win32_drawable_acquire/release_dc() to get a DC for the 
1465         drawable. Add _gdk_drawable_win32_finish() to clean up resources
1466         when a drawable is destroyed.
1467
1468         * gdk/win32/gdkgc-win32.c gdk/win32/gdkdrawable-win32.c
1469         (blit_from_pixmap) gdk/win32/gdkprivate-win32.h : Use 
1470         acquire/release_dc when getting a DC to use with a GC or for 
1471         blitting from a pixmap.
1472
1473         * gdk/win32/gdkdrawable-win32.[ch]: Implement ref_cairo_surface()
1474
1475         * gdk/win32/gdkpango-win32.c gdk/win32/gdkdrawable-win32.c Makefile.am:
1476         Remove gdk_screen_get_pango_context(), draw_glyph[_transformed]
1477         implementations.
1478
1479         * gdk/win32/gdkdrawable-win32.c: Remove 
1480         gdk_draw_rectangle_alpha_libgtk_only()
1481
1482 2005-03-17  Owen Taylor  <otaylor@redhat.com>
1483
1484         * gdk/gdkpango.c: Fix get_stipple_surface to actually work, set
1485         EXTEND_REPEAT on the stipple pattern.
1486
1487 2005-03-17  Matthias Clasen  <mclasen@redhat.com>
1488
1489         * gtk/gtklabel.c (gtk_label_set_markup): Fix formatting
1490         in example in the docs.  (#170611, Jianfei Wang)
1491
1492         * gtk/gtkiconview.c (gtk_icon_view_size_allocate): Clamp
1493         adjustment values on resize.  (#170567, Tomislav Jonjic)
1494
1495         * gtk/gtkicontheme.c (theme_lookup_icon): Don't crash
1496         if there is no cache.  (#170652, Diego Gonzalez)
1497         
1498         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
1499         Make inline completion insert the prefix at the
1500         right spot.  (#170146, Doug Quale)
1501
1502 2005-03-17  Tor Lillqvist  <tml@novell.com>
1503
1504         * gdk/gdkkeynames.c: gdk_key is a typedef, not a struct tag.
1505
1506 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
1507
1508         * gtk/gtkprogressbar.c (gtk_progress_bar_get_ellipsize): 
1509         Typo fix in the docs.
1510         
1511         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_set_arrow_tooltip): 
1512         Typo fix in the docs.
1513
1514         * gtk/gtkiconview.c (gtk_icon_view_set_columns) 
1515         (gtk_icon_view_get_columns, gtk_icon_view_set_item_width) 
1516         (gtk_icon_view_get_item_width, gtk_icon_view_set_spacing) 
1517         (gtk_icon_view_get_spacing, gtk_icon_view_set_row_spacing) 
1518         (gtk_icon_view_set_column_spacing) 
1519         (gtk_icon_view_get_row_spacing, gtk_icon_view_get_margin) 
1520         (gtk_icon_view_set_margin): Add docs.
1521         
1522         * gtk/gtkcellview.c (gtk_cell_view_get_displayed_row): 
1523         Add docs.
1524
1525 2005-03-15  Owen Taylor  <otaylor@redhat.com>
1526
1527         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkpixmap.c gdk/gdkwindow.c 
1528         gdk/x11/gdkdrawable-x11.c gdk/x11/gdkpixmap-x11.c gdk/x11/gdkwindow-x11.c
1529         gdk/gdkinternals.h: Switch set_cairo_target() virtual function to
1530         ref_cairo_surface()
1531
1532         * gdk/gdkdrawable.h gdk/gdkdraw.h: Switch set_cairo_target() virtual
1533         function to create_cairo_context()
1534
1535         * gdk/gdkwindow.c: Clear double buffer pixmaps with Cairo.
1536
1537         * gdk/x11/gdkwindow-x11.c: Keep all components in GdkWindowObject.bg_color,
1538         not just the pixel.
1539
1540         * tests/testcairo.c: Update for create_cairo_context()
1541
1542         * gdk/gdkdraw.c (gdk_draw_trapezoids, gdk_draw_glyphs[_transformed]):
1543         Reimplement in terms of Cairo, bypass the vtable entries.
1544
1545         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkdisplay-x11.[ch]
1546         gdk/x11/gdkgc-x11.c gdk/x11/gdkpango-x11.c
1547         gdk/x11/gdkprivate-x11.h gdk/x11/Makefile.am: Remove
1548         implementation of draw_trapezoids / draw_glyphs[_transformed].
1549
1550         * gdk/gdkpango.c: Switch GdkPangoRenderer to use Cairo
1551
1552         * gdk/gdkpango.c gdk/x11/gdkpango-x11.c: Move
1553         gdk_pango_context_get_for_screen() into the backend independent code.
1554
1555         * gdk/x11/gdkdrawable-x11.[ch]: Remove Xft use, use RENDER directly
1556         for drawing images.
1557
1558         * gdk/gdkdrawable.h gdk/x11/gdkdrawable-x11.c: Remove
1559         gdk_draw_rectangle_alpha_libgtk_only.
1560
1561         * gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c: Add 
1562         gdk_pixbuf_set_as_cairo_source()
1563
1564         * gdk/gdk.symbols: Update
1565
1566         * gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkruler.[ch]
1567         gtk/gtk[hv]ruler.c: Convert to Cairo rendering.
1568
1569         * gtk/gtkstyle.c (gtk_default_draw_check, gtk_default_draw_focus,
1570         gtk_default_draw_option): Switch to Cairo. Simplify the checkbutton,
1571         radio button style for now to get something more scalable.
1572
1573         *  gtk/gtksettings.c: #if 0 out the code to use PangoXft for hinting/
1574         antialiasing/dpi settings.
1575
1576 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
1577
1578         * demos/gtk-demo/editable_cells.c: Also demonstrate
1579         GtkCellRenderer::editing-started and separators.
1580
1581 Tue Mar 15 20:34:33 2005  Manish Singh  <yosh@gimp.org>
1582
1583         * gdk/x11/gdkinput-xfree.c: #include gdkaliasdef.c here too.
1584
1585 2005-03-15  Matthias Clasen  <mclasen@redhat.com>
1586
1587         Make PLT-reduction work with gcc4, and don't include
1588         everything in gdkalias.h:
1589
1590         * gdk/gdk.symbols: Group symbols by header and source file.
1591         * gdk/makegdkalias.pl: Protect definitions by the same
1592         preprocessor symbols used to guard the headers. Move
1593         the alias declarations to a separate file which is
1594         produced when calling makegdkalias.pl -def
1595         * gdk/Makefile.am (gdkaliasdef.c): Add a rule to generate this
1596         file.
1597         * gdk/*.c, gdk/x11/*.c: Include gdkalias.h after the other
1598         headers, include gdkaliasdef.c at the bottom.
1599
1600 2005-03-16  Tor Lillqvist  <tml@novell.com>
1601
1602         * gdk/win32/gdkdisplay-win32.c (_win32_on_clipboard_change): Print
1603         debugging output only if asked for, not always.
1604
1605         * gdk/win32/*.c: Use the %+d%+d format for coordinate pairs in
1606         debugging printout instead of +%d+%d. Misc other additions and
1607         cosmetic improvements to debugging printouts. Use API_CALL() and
1608         GDI_CALL() macros in more places.
1609
1610         * gdk/win32/gdkwindow-win32.c (gdk_window_move, gdk_window_resize,
1611         gdk_window_move_resize): To detect child windows, check whether
1612         the real parent is not the desktop window, instead of relying on
1613         the GDK window type being GDK_WINDOW_CHILD. Foreign GtkPlug
1614         windows have a GDK window type GDK_WINDOW_FOREIGN, but are still
1615         de facto child windows.
1616
1617         * gdk/win32/gdkprivate-win32.h
1618         * gdk/win32/*.c: Drop global variable _gdk_root_window, just call
1619         GetDesktopWindow(). Rename the GdkWindow* _gdk_parent_root to
1620         _gdk_root.
1621
1622         * gdk/win32/gdkwindow-win32.h (GdkWindowImplWin32): Add
1623         toplevel_window_type field.
1624
1625         * gdk/win32/gdkwindow-win32.c: As there is only one root window in
1626         GDK on Win32, we can compare directly to _gdk_root instead of
1627         checking the window type.
1628         (gdk_window_reparent): When reparenting a child of the desktop
1629         clear out the window decorations. Correspondingly, when
1630         reparenting to the desktop, add decorations. As in the X11
1631         backend, save the window type of a toplevel window when
1632         reparenting, in case it is reparented back to toplevel.
1633
1634 2005-03-15  Matthias Clasen  <mclasen@redhat.com>
1635
1636         * gtk/gtkradioaction.c (gtk_radio_action_get_group): Add an
1637         example for manually setting up a group of actions.
1638
1639         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
1640         Document that inline completion requires text-column to be set.
1641         (gtk_entry_completion_compute_prefix): Return NULL if text-column
1642         is not set.
1643
1644         * gtk/gtkentry.c (check_completion_callback): Call 
1645         gtk_entry_completion_complete() before inserting the prefix,
1646         otherwise the prefix may depend on (random) state of the
1647         filter model.  
1648
1649 2005-03-15  Anders Carlsson  <andersca@imendio.com>
1650
1651         * docs/iconcache.txt:
1652         Update spec.
1653         
1654         * gtk/gtkiconcache.c: (find_image_offset),
1655         (_gtk_icon_cache_get_icon_flags), (_gtk_icon_cache_add_icons),
1656         (_gtk_icon_cache_get_icon), (_gtk_icon_cache_get_icon_data):
1657         * gtk/gtkiconcache.h:
1658         Update to be able to fetch pixbuf data and icon metadata.
1659         
1660         * gtk/gtkicontheme.c: (theme_lookup_icon), (gtk_icon_info_free),
1661         (icon_info_ensure_scale_and_pixbuf):
1662         Use new cache functions.
1663         
1664         * gtk/updateiconcache.c: (foreach_remove_func), (load_icon_data),
1665         (maybe_cache_image_data), (scan_directory), (write_pixdata),
1666         (get_image_meta_data_size), (get_image_pixel_data_size),
1667         (get_image_data_size), (get_single_node_size), (get_bucket_size),
1668         (write_bucket), (main):
1669         Update to write pixbuf data as well as information from .icon
1670         files.
1671         
1672 2005-03-15  Tor Lillqvist  <tml@novell.com>
1673
1674         * gdk/win32/gdkmain-win32.c (_gdk_win32_key_to_string): New
1675         debugging function. As GetKeyNameText() returns a localized key
1676         name we need to convert it to UTF-8.
1677
1678         * gdk/win32/gdkprivate-win32.h: Declare it.
1679
1680         * gdk/win32/gdkevents-win32.c: Use it.
1681
1682         * gdk/win32/gdkwindow-win32.c (gdk_window_new_internal): Fix
1683         handling of children of foreign windows. They should be child
1684         windows from Windows's perspective, even if they are toplevel GDK
1685         windows.
1686
1687 2005-03-13  Ivan, Wong Yat Cheung  <email@ivanwong.info>
1688
1689         * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): A further fix
1690         for big window support. Now also the test in testgtk works.
1691
1692 2005-03-11  Matthias Clasen  <mclasen@redhat.com>
1693
1694         * gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
1695         style changes.  (#169334, Yury Puzis)
1696
1697         * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
1698         the doc comments.  (#169967, Masao Mutoh)
1699
1700 2005-03-12  Ivan, Wong Yat Cheung  <email@ivanwong.info>
1701
1702         Big window fix for Win32. Big windows are still emulated within
1703         16-bit coordinate limits, though. Big windows now work on NT-based
1704         Windows. (#169989)
1705
1706         * gdk/win32/gdkgc-win32.c (_gdk_win32_gdkregion_to_hrgn): Use
1707         32-bit coordinates.
1708
1709         * gdk/win32/gdkgeometry-win32.c: Largely rewrite.
1710
1711         * gdk/win32/gdkwindow-win32.c: Minor related changes.
1712         
1713 2005-03-10  Matthias Clasen  <mclasen@redhat.com>
1714
1715         * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): 
1716         Fix a doc typo.  (#169873, Johan Dahlin)
1717
1718         * gtk/gtkdialog.c (gtk_dialog_map): Don't
1719         try to focus the default_widget if there is 
1720         none.  (#169881, Thomas Leonard)
1721
1722 Wed Mar  9 19:20:44 2005  Manish Singh  <yosh@gimp.org>
1723
1724         * configure.in: Remove inadvertent gail references, require
1725         Pango 1.9.0
1726
1727 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
1728
1729         * configure.in: Require GLib 2.7.0
1730
1731 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
1732
1733         * gtk/gtkwidget.h (struct _GtkWidget): Typo fixes in comments.
1734         (#169728, Morten Welinder, Owen Taylor)
1735
1736         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo
1737         in the docs.  (#169729, Morten Welinder)
1738
1739         * gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
1740
1741         * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize 
1742         when the model is unset.  (#169528, Tomislav Jonjic)
1743
1744 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
1745
1746         * gtk/gtkviewport.c (gtk_viewport_class_init): 
1747         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): 
1748         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_class_init): 
1749         * gtk/gtktipsquery.c (gtk_tips_query_class_init): 
1750         * gtk/gtktext.c (gtk_text_class_init): 
1751         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): 
1752         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): 
1753         * gtk/gtktoggleaction.c (gtk_toggle_action_class_init): 
1754         * gtk/gtkoptionmenu.c (gtk_option_menu_class_init): 
1755         * gtk/gtkoldeditable.c (gtk_old_editable_class_init): 
1756         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): 
1757         * gtk/gtktoolbutton.c (gtk_tool_button_class_init): 
1758         * gtk/gtktoolitem.c (gtk_tool_item_class_init): 
1759         * gtk/gtkimage.c (gtk_image_class_init): 
1760         * gtk/gtkruler.c (gtk_ruler_class_init): 
1761         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
1762         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): 
1763         * gtk/gtkprogress.c (gtk_progress_class_init): 
1764         * gtk/gtkmenu.c (gtk_menu_class_init): 
1765         * gtk/gtkscale.c (gtk_scale_class_init): 
1766         * gtk/gtkpaned.c (gtk_paned_class_init): 
1767         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
1768         * gtk/gtkfontbutton.c (gtk_font_button_class_init): 
1769         * gtk/gtkfontsel.c (gtk_font_selection_class_init): 
1770         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
1771         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
1772         * gtk/gtkcurve.c (gtk_curve_class_init): 
1773         * gtk/gtkcombo.c (gtk_combo_class_init): 
1774         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
1775         * gtk/gtkcolorbutton.c (gtk_color_button_class_init): 
1776         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): 
1777         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): 
1778         * gtk/gtkcheckbutton.c (gtk_check_button_class_init): 
1779         * gtk/gtktogglebutton.c (gtk_toggle_button_class_init): 
1780         * gtk/gtkcellview.c (gtk_cell_view_class_init): 
1781         * gtk/gtktoolbar.c (gtk_toolbar_class_init): 
1782         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): 
1783         * gtk/gtkclist.c (gtk_clist_class_init): 
1784         * gtk/gtkctree.c (gtk_ctree_class_init): 
1785         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): 
1786         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
1787         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
1788         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_class_init): 
1789         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
1790         * gtk/gtkbbox.c (gtk_button_box_class_init): 
1791         * gtk/gtktable.c (gtk_table_class_init): 
1792         * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): 
1793         * gtk/gtkframe.c (gtk_frame_class_init): 
1794         * gtk/gtkaction.c (gtk_action_class_init): 
1795         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): 
1796         * gtk/gtkaboutdialog.c (gtk_about_dialog_class_init): 
1797         * gtk/gtkdialog.c (gtk_dialog_class_init): More of the same.
1798
1799 2005-03-08  Matthias Clasen  <mclasen@redhat.com>
1800
1801         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): 
1802         * gtk/gtkrange.c (gtk_range_class_init): 
1803         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init): 
1804         * gtk/gtktexttag.c (gtk_text_tag_class_init): 
1805         * gtk/gtktextview.c (gtk_text_view_class_init): 
1806         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): 
1807         * gtk/gtknotebook.c (gtk_notebook_class_init): 
1808         * gtk/gtkentry.c (gtk_entry_class_init): 
1809         * gtk/gtkexpander.c (gtk_expander_class_init): 
1810         * gtk/gtkarrow.c (gtk_arrow_class_init): 
1811         * gtk/gtkalignment.c (gtk_alignment_class_init): 
1812         * gtk/gtkbutton.c (gtk_button_class_init): 
1813         * gtk/gtklabel.c (gtk_label_class_init): 
1814         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): 
1815         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
1816         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
1817         * gtk/gtktreeview.c (gtk_tree_view_class_init): 
1818         * gtk/gtkbox.c (gtk_box_class_init): 
1819         * gtk/gtkwindow.c (gtk_window_class_init, gtk_window_class_init): 
1820         * gtk/gtkcontainer.c (gtk_container_class_init): 
1821         * gtk/gtkwidget.c (gtk_widget_class_init): 
1822         * gtk/gtkobject.c (gtk_object_class_init): Use canonical names
1823         when registering param specs.
1824
1825         * demos/gtk-demo/editable_cells.c: Use GtkCellRendererCombo
1826         (#169607, Mark McLoughlin)
1827         
1828         * gtk/gtk.symbols: Add the new attributes here, too.
1829
1830         * gtk/gtkwidget.h: 
1831         * gtk/gtktreeview.h: 
1832         * gtk/gtktreeviewcolumn.h: 
1833         * gtk/gtktextbuffer.h: 
1834         * gtk/gtkobject.h: 
1835         * gtk/gtkfilechooserdialog.h: 
1836         * gtk/gtkdialog.h: 
1837         * gtk/gtkcontainer.h: 
1838         * gtk/gtkcelllayout.h: 
1839         * gtk/gtkaboutdialog.h: Use G_GNUC_NULL_TERMINATED where
1840         appropriate.  (#165682, Marc Meissner)
1841
1842 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
1843
1844         Convert the gdk keyval-keyname tables to a big string
1845         + offsets. (#168901)
1846         
1847         * gdk/gen-keyname-table.pl: Perl script inspired by
1848         pango/tools/gen-color-table.pl to create the 
1849         gdk_keys_by_keyval and gdk_keys_by_name tables as lists
1850         of offsets pointing into a big const string.
1851         
1852         * gdk/keynames.txt: List of keyval-keyname pairs.
1853         * gdk/keyname-table.h: Generated tables.
1854
1855         * gdk/gdkkeynames.c: Include keyname-table.h and don't
1856         generate the inverse table at runtime.
1857
1858 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
1859
1860         * gtk/gtkstyle.c: Document which parameters may be NULL.  
1861         (#166855, Frank Naumann)
1862
1863 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
1864
1865         * AUTHORS: Add original authors of incorporated software.
1866
1867 Thu Mar  3 16:59:44 2005  Manish Singh  <yosh@gimp.org>
1868
1869         * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
1870
1871 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
1872
1873         * gtk/gtksettings.c (gtk_settings_get_property): 
1874         * gtk/gtkrc.c (gtk_rc_parse_assignment): Don't leak 
1875         the values here.  (#169047, Philip Langdale)
1876
1877         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
1878         Don't warn if a stock icon cannot be found.  (#168830,
1879         Sven Neumann)
1880
1881 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
1882
1883         * gtk/gtkwidget.c (gtk_widget_reparent_subwindows): 
1884         Avoid warnings if gtk_widget_reparent() is called at
1885         unusual times.  (#168966, Christian Persch)
1886
1887 Tue Mar  1 14:04:08 2005  Manish Singh  <yosh@gimp.org>
1888
1889         * gdk/x11/gdkproperty-x11.c (virtual_atom_check_init): Cast to avoid
1890         const warnings on data structure seeding.
1891
1892 Tue Mar  1 13:53:56 2005  Manish Singh  <yosh@gimp.org>
1893
1894         * gtk/xdgmime/xdgmime.[ch]: revert previous change, maintain ABI.
1895
1896 2005-03-01  Matthias Clasen  <mclasen@redhat.com>
1897
1898         * gtk/gtkmenutoolbutton.c (button_state_changed_cb): 
1899         Fix prelighting.  (#157392, Vincent Noel, patch by
1900         Christian Persch)
1901
1902         * gtk/gtkicontheme.c (theme_lookup_icon): Make 
1903         icon data caching work again.  (#168851, Alexander Larsson)
1904
1905         * gdk-pixbuf/gdk-pixbuf.c:
1906         * gdk-pixbuf/gdk-pixbuf-features.h.in:
1907         Revert the previous change, since it breaks
1908         bin compat.
1909
1910 2005-03-01  Matthias Clasen  <mclasen@redhat.com>
1911
1912         * gdk/gdkkeyuni.c
1913         * gdk/gdkpixbuf-drawable.c
1914         * gdk/gdkrgb.c
1915         * gdk/x11/gdkdnd-x11.c
1916         * gdk/x11/gdkevents-x11.c
1917         * gdk/x11/gdkproperty-x11.c
1918         * gdk/x11/gdkvisual-x11.c
1919         * gdk-pixbuf/gdk-pixbuf.c
1920         * gdk-pixbuf/gdk-pixbuf-features.h.in
1921         * gtk/gtkaction.c
1922         * gtk/gtkbindings.c
1923         * gtk/gtkcolorbutton.c
1924         * gtk/gtkcombo.c
1925         * gtk/gtkcontainer.c
1926         * gtk/gtkfilechooserdefault.c
1927         * gtk/gtkfilesel.c
1928         * gtk/gtkgamma.c
1929         * gtk/gtkiconview.c
1930         * gtk/gtkinputdialog.c
1931         * gtk/gtkitemfactory.c
1932         * gtk/gtkmenu.c
1933         * gtk/gtktextview.c
1934         * gtk/gtktooltips.c
1935         * gtk/gtktreedatalist.c
1936         * gtk/gtkuimanager.c
1937         * gtk/tree_minus.xpm
1938         * gtk/tree_plus.xpm
1939         * gtk/xdgmime/xdgmime.c
1940         * gtk/xdgmime/xdgmime.h: 
1941         Move constant data to .rodata.
1942
1943 2005-02-27  Matthias Clasen  <mclasen@redhat.com>
1944
1945         * gtk/gtkaction.c (connect_proxy): Improve the handling
1946         of buttons as action proxys.  (#165534, Milosz Derezynski)
1947
1948         * gtk/gtklabel.c (gtk_label_size_request): Fix a typo.
1949         (#168646, Vincent Untz)
1950
1951         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
1952         Unset "focus-on-click" for the save folder combo.  (#168688,
1953         Sven Neumann)
1954
1955 2005-02-25  Matthias Clasen  <mclasen@redhat.com>
1956
1957         * demos/testpixbuf.c (main): Remove a C++ comment.  (#168531, 
1958         Paul Cornett)
1959
1960         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a 
1961         path here.  (#168443, Morten Welinder)
1962
1963 2005-02-24  Robert Ögren  <gtk@roboros.com>
1964
1965         Implement better handling of Wintab tablet context overlap on
1966         Win32. (#167298)
1967
1968         * gdk/win32/gdkinput-win32.c (_gdk_input_set_tablet_active): New
1969         function that brings any tablet contexts to the top of the overlap
1970         order.
1971         * gdk/win32/gdkinput-win32.h: Declare _gdk_input_set_tablet_active ()
1972         * gdk/win32/gdkevents-win32.c (gdk_event_translate):
1973         Call _gdk_input_set_tablet_active when a window is activated (on
1974         WM_ACTIVATE)
1975
1976 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
1977
1978         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_path): 
1979         Don't leak parent_path.  (#168435, Morten Welinder)
1980
1981 Thu Feb 24 14:20:16 2005  Søren Sandmann  <sandmann@redhat.com>
1982
1983         * gtk/gtkstyle.c: Add
1984
1985         g_return_if_fail (style->depth == gdk_drawable_get_depth(window));
1986
1987         all over the place.
1988
1989 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
1990
1991         * gtk/gtkcombobox.c: Consistently use gtk_tree_row_reference_valid().
1992         (gtk_combo_box_model_row_deleted): Update the displayed row in 
1993         the cell_view.  (#167842, Gustavo Carneiro)
1994
1995 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
1996
1997         Fix #167259, reported by  Christian Persch:
1998         
1999         * gtk/gtkwidget.c (gtk_widget_unparent): Unmap the reparented 
2000         widget, even if we avoid the unrealizing. 
2001         (gtk_widget_reparent_subwindows): Make reparenting work for
2002         !NO_WINDOW widgets which have other windows which are siblings
2003         of widget->window (as e.g. GtkSpinButton).
2004
2005 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
2006
2007         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
2008         Don't emit a warning if a parent node is filtered out. (#164726,
2009         Olivier Sessink)
2010
2011 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
2012
2013         * gtk/gtklabel.c (gtk_label_style_set): Revert the last 
2014         change, since gtk_widget_set_style_internal() already
2015         queues a resize.
2016
2017 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
2018
2019         * gtk/gtklabel.c (gtk_label_style_set): Queue a resize, since
2020         fonts may have changed.  (#164128, Phil Blundell)
2021
2022         * gtk/gtkaboutdialog.c (gtk_about_dialog_init) 
2023         (gtk_about_dialog_new): Move initialization code from _new to 
2024         _init.  (#168249, Murray Cumming) 
2025
2026 Wed Feb 23 17:34:01 2005  Jonathan Blandford  <jrb@redhat.com>
2027
2028         * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
2029         jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
2030         widgets.
2031
2032 2005-02-23  Tor Lillqvist  <tml@novell.com>
2033
2034         * gdk/win32/gdkkeys-win32.c (update_keymap): Workaround for bug in
2035         MapVirtualKey(VK_DIVIDE, 0) in some Windows versions. (#142998)
2036
2037 Tue Feb 22 13:49:09 2005  Manish Singh  <yosh@gimp.org>
2038
2039         * gtk/updateiconcache.c: #include <config.h>
2040
2041 2005-02-22  Federico Mena Quintero  <federico@ximian.com>
2042
2043         Merged from gtk-2-6:
2044
2045         Fix #164940, patch by Ben Maurer and Tommi Komulainen.
2046
2047         * gdk/gdkrgb.c (gdk_rgb_convert_565_d): Constify the "dmp" variable.
2048         (gdk_rgb_convert_565_d): Likewise.
2049         (DM_565): Made a static const precomputed array to avoid
2050         allocating it at runtime.
2051         (gdk_rgb_preprocess_dm_565): #ifdef out.
2052
2053 2005-02-20  Matthias Clasen  <mclasen@redhat.com>
2054
2055         * gtk/gtkwindow.c: 
2056         * gtk/gtkclipboard.c: Fix links to freedesktop.org specs
2057         in the documentation.
2058
2059         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
2060         Set have_render_with_trapezoids to GDK_YES when we have 
2061         a new enough Render extension.  (#167965,Billy Biggs) 
2062
2063         * gtk/gtkwindow.c (gtk_window_present): Use the timestamp of
2064         the last user interaction when focusing the window.  (#166379, 
2065         Elijah Newren)
2066
2067 Thu Feb 17 14:58:16 2005  Manish Singh  <yosh@gimp.org>
2068
2069         * gtk/gtkuimanager.c (start_element_handler): make sure expand
2070         is initialized, cast to GTK_SEPARATOR_TOOL_ITEM.
2071
2072 Thu Feb 17 14:52:57 2005  Manish Singh  <yosh@gimp.org>
2073
2074         * gtk/gtkcombobox.c: Pass gtk_widget_get_toplevel() a GTK_WIDGET.
2075
2076 2005-02-16  Matthias Clasen  <mclasen@redhat.com>
2077
2078         * docs/iconcache.txt: Add some information about the
2079         icon cache format (since I can't locate it at freedesktop.org)
2080
2081         Fixes for #143829, Tommi Komulainen, Christian Persch:
2082         
2083         * gtk/gtktreeview.c (gtk_tree_view_destroy): Remove the
2084         typeselect_flush_timeout when destroying the widgets
2085         it is operating on.  
2086         (gtk_tree_view_ensure_interactive_directory): Add the 
2087         popup to the window group of the toplevel it belongs to.
2088
2089         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget) 
2090         (gtk_combo_box_popup): Do the same here. 
2091
2092 2005-02-14  Matthias Clasen  <mclasen@redhat.com>
2093
2094         * configure.in: Kill --enable-ansi  (#164394)
2095
2096 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
2097
2098         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Stop scrolling 
2099         when the pathbar goes away.  (#167094, Rodney Dawes)
2100         (change_icon_theme): Use GTK_ICON_SIZE_MENU here as 
2101         well  (Vincent Noel)
2102
2103 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
2104
2105         Support vertical menubars  (#166632): 
2106         
2107         * gtk/gtkenums.h (GtkPackDirection): New enumeration for pack 
2108         directions, with values for left-to-right, right-to-left, 
2109         top-to-bottom and bottom-to-top.
2110
2111         * gtk/gtk.symbols: 
2112         * gtk/gtkmenubar.h: 
2113         * gtk/gtkmenubar.c: Add two properties, pack-direction and
2114         child-pack-direction, which specify how children and 
2115         grandchildren of a menubar are packed, with getters and setters. 
2116
2117         * gtk/gtkmenubar.c (gtk_menu_bar_set_property): 
2118         (gtk_menu_bar_get_property): Implement set_property and get_property.
2119
2120         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): 
2121         (gtk_menu_bar_size_allocate): Take pack direction into account.
2122
2123         * gtk/gtkmenubar.c (gtk_menu_bar_move_current): Implement 
2124         move_current here move all the menubar-specific direction 
2125         tweaking from the generic menushell implementation here.
2126
2127         * gtk/gtkmenu.c (gtk_menu_move_current): Move  menu-specific 
2128         direction tweaking from the generic menushell implementation here.
2129
2130         * gtk/gtkmenuitem.c (gtk_menu_item_size_request): 
2131         (gtk_menu_bar_size_allocate): Take pack direction into account.
2132
2133         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_size_request) 
2134         (gtk_image_menu_item_size_allocate): 
2135         (gtk_image_menu_item_toggle_size_request): Take child pack 
2136         direction into account and pack the image vertically if
2137         necessary.
2138
2139         * gtk/gtkmenushell.c (gtk_menu_shell_real_select_item):
2140         Set the submenu direction to left-right for menuitems in 
2141         vertical menubars.
2142         (gtk_real_menu_shell_move_current): Simplify by moving
2143         direction tweaking to menu- and menubar-specific 
2144         implementations. Take pack direction into account when
2145         doing fallbacks.
2146
2147         * tests/testmenubars.c: Test menubars in various packing
2148         direction combinations.
2149
2150         * tests/Makefile.am (noinst_PROGRAMS): Add testmenubars.
2151
2152 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
2153
2154         Complete the fix for #165770, Vincent Noel:
2155         
2156         * gtk/gtkfilechooserbutton.c (FALLBACK_ICON_SIZE): Make the
2157         fallback size be 16, to be equal to the default for
2158         GTK_ICON_SIZE_MENU (in gtkiconfactory.c:init_icon_sizes()).
2159         (gtk_file_chooser_button_init):
2160         (change_icon_theme): Use GTK_ICON_SIZE_MENU instead of
2161         GTK_ICON_SIZE_SMALL_TOOLBAR. 
2162
2163 2005-02-09  Matthias Clasen  <mclasen@redhat.com>
2164
2165         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Fix RTL
2166         keynav for going from menubar to menu.
2167
2168 2005-02-08  Christian Rose  <menthos@menthos.com>
2169
2170         * configure.in: Added "xh" to ALL_LINGUAS.
2171
2172 2005-02-08  Matthias Clasen  <mclasen@redhat.com>
2173
2174         * gtk/gtkuimanager.c (start_element_handler): Accept 
2175         the "expand" attribute and set a flag in the node if it
2176         is set to "true".
2177         (update_node): If the expand flag is set, make separator
2178         toolitems non-drawn and expanding.  (#166489, Christian Persch)
2179
2180 2005-02-05  Hans Breuer  <hans@breuer.org>
2181
2182         * gdk/makefile.msc gdk/win32/makefile.msc gtk/makefile.msc.in :
2183         build with Cairo dependency. The patch to acually use Cairo
2184         on win32 will be on gtk-devel-list soon.
2185         * tests/makefile.msc : add testcairo building
2186
2187         * gtk/stock-icons/makefile.msc : split command line into two to
2188         work with the shells default
2189
2190 Fri Feb  4 14:16:31 2005  Manish Singh  <yosh@gimp.org>
2191
2192         * gtk/gtkaccelgroup.c (substitute_underscores): remove unused
2193         function.
2194
2195         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
2196         Add some extra parens for bitop order of operations disambiguiation.
2197
2198         * gtk/gtkstock.c: Fix const confusion, make our own copy of the 
2199         domain when setting a translate function.
2200
2201         * tests/testcombo.c: removed unused variable.
2202
2203 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
2204
2205         * gtk/gtkstock.c (gtk_stock_lookup): Handle item->translation_domain
2206         being NULL.  (#166179, Diego Gonzalez)
2207
2208 2005-02-04  Owen Taylor  <otaylor@redhat.com>
2209
2210         * configure.in: Revert gtk_binary_version to 2.4.0. Fix
2211         up comment to talk only about backwards compat, not
2212         forward/backwards compat. (#166293, reported by Vincent Noel)
2213
2214 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
2215
2216         * gtk/gtkpaned.c (gtk_paned_compute_position): Work better
2217         when there is not enough space. This avoids a nasty size
2218         allocation loop in the file chooser.  (#154007, reported 
2219         by Milosz Derezynski, patch by Robert Ögren)
2220
2221 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
2222
2223         * gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious
2224         selection of RTL direction if the widget does not have 
2225         focus.  (#164125, Frederic Crozat)
2226
2227 Thu Feb  3 19:15:55 2005  Manish Singh  <yosh@gimp.org>
2228
2229         * gdk/x11/gdkdrawable-x11.c: #include cairo-xlib.h
2230
2231 2005-02-03  Owen Taylor  <otaylor@redhat.com>
2232
2233         * gdk/gdkdrawable.[ch] gdkpixmap.c gdkwindow.c: Add
2234         gdk_drawable_set_cairo_target().
2235
2236         * tests/testtreeflow.c (enum): Use grand not rand as a variable
2237         name because one of the cairo headers is pulling in stdlib.h.
2238
2239         * tests/testcairo.c tests/Makefile.am: Add a simple cairo based
2240         example.
2241
2242         * configure.in: Bump release to 2.7.0, gtk_binary_version to 2.7.0.
2243
2244         * Require libpangocairo for all backends.
2245
2246 2005-02-03  Tor Lillqvist  <tml@novell.com>
2247
2248         * modules/input/gtkimcontextime.c (get_pango_attr_list): Use the
2249         wide character version of ImmGetCompositionString() here,
2250         too. (#165278, Takuro Ashie)
2251
2252 2005-02-03  Matthias Clasen  <mclasen@redhat.com>
2253
2254         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): Don't do
2255         one roundtrip per motion event.  (#166173, pointed out
2256         by Chris Lee, patch by Søren Sandmann)
2257
2258         * gtk/gtk.symbols: 
2259         * gtk/gtkstock.h: 
2260         * gtk/gtkstock.c (gtk_stock_set_translate_func): 
2261         New function which allows to change the function used for
2262         translation stock labels, on a per-domain basis. Use this
2263         functionality to switch the GTK+ stock items to use Q_()
2264         prefixed msgids.  (#166179, Funda Wang)
2265         
2266         * gdk/gdkkeynames.c: Make the gdk_key array const (#166075,
2267         Tommi Komulainen)
2268
2269 2005-02-02  Federico Mena Quintero  <federico@ximian.com>
2270
2271         Merged from gtk-2-6:
2272
2273         * gtk/gtkfilechooserdefault.c (pending_select_paths_process):
2274         Don't select the first row if the chooser is not mapped.  This
2275         happens when it's acting on behalf of GtkFileChooserButton.  Also,
2276         don't select the first row if we are in SAVE or CREATE_FOLDER
2277         modes --- I had missed that (see the ChangeLog entry from
2278         2005-01-18).  Fixes #165264.
2279
2280 2005-02-02  Tor Lillqvist  <tml@novell.com>
2281
2282         Implement lazy extended input initialization on Win32, by Robert
2283         Ögren. Fixes #163163, possibly #162334. Lazy initialization would
2284         be a good idea in any case even if it didn't fix any visible
2285         problems, though.
2286
2287         The Wacom tablet driver seems to get confused if Wintab is
2288         initialized but no window is shown before the process exits. This
2289         is the case for some GIMP plug-ins, for instance. 
2290
2291         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Made
2292         non-static (and renamed).
2293         (_gdk_input_init): Don't call _gdk_input_wintab_init_check().
2294
2295         * gdk/win32/gdkinput-win32.h: Declare _gdk_input_wintab_init_check().
2296
2297         * gdk/win32/gdkinput.c (gdk_devices_list,
2298         gdk_display_list_devices, gdk_input_set_extension_events): Call
2299         _gdk_input_wintab_init_check() here instead.
2300
2301 2005-02-02  Ivan, Wong Yat Cheung  <email@ivanwong.info>
2302
2303         * gdk/win32/gdkselection.c: Use a FIFO list for storing GdkSelProp
2304         of a single window so that gtk_clipboard_request_contents() can be
2305         called inside a GtkClipboardReceivedFunc(). (#163844)
2306
2307 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
2308
2309         * gtk/gtkicontheme.c (gtk_icon_theme_init): Look for icons
2310         in XDG_DATA_DIRS/pixmaps.  (#165950, Thomas Zajic)
2311
2312         * gtk/gtkwindow.c (gtk_window_set_icon_name): Set info->icon_list
2313         to NULL after freeing it.  (#165800, Damon Chaplin)
2314
2315 2005-02-01  Michael Natterer  <mitch@gimp.org>
2316
2317         * configure.in: depend on stable pango-1.8, not unstable 1.7
2318
2319 2005-02-01  Federico Mena Quintero  <federico@ximian.com>
2320
2321         Merged from gtk-2-6:
2322
2323         * gtk/gtkfilechooserdefault.c
2324         (browse_files_model_finished_loading_cb): Don't
2325         g_assert_not_reached() if we are in any other state.  Another code
2326         path may have triggered a folder reload.  Fixes #165556.
2327
2328 2005-02-01  Federico Mena Quintero  <federico@ximian.com>
2329
2330         Merged from gtk-2-6:
2331
2332         Fix #165770:
2333
2334         * gtk/gtkfilechooserdefault.c (FALLBACK_ICON_SIZE): Make the
2335         fallback size be 16, to be equal to the default for
2336         GTK_ICON_SIZE_MENU (in gtkiconfactory.c:init_icon_sizes()).
2337         (change_icon_theme): Use GTK_ICON_SIZE_MENU instead of
2338         GTK_ICON_SIZE_SMALL_TOOLBAR.
2339
2340 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
2341
2342         * */*.c: Fix many instances of "the the" in docs and
2343         comments.  (#165815, Masao Mutoh)
2344
2345         * gtk/updateiconcache.c (main): Add a --quiet option.
2346
2347 2005-02-01  Tor Lillqvist  <tml@novell.com>
2348
2349         * gdk/win32/gdkkeys-win32.c (handle_special, set_shift_vks,
2350         reset_after_dead, handle_dead): New functions, code blocks
2351         refactored out of update_keymap(). No functionality change.
2352
2353         (update_keymap): Use ToUnicodeEx() when available (on NT-based
2354         Windows) instead of ToAsciiEx(). Makes keyboard input work in
2355         Unicode-only input locales that don't have any ANSI codepage, for
2356         instance Hindi and Bengali. Use _gdk_input_codepage only on
2357         Win9x. (#165723)
2358
2359         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
2360         WM_INPUTLANGCHANGE, use GetLocaleInfo() instead of
2361         TranslateCharsetInfo() to get the input locale's corresponding
2362         codepage, if any.
2363
2364 2005-01-31  Matthias Clasen  <mclasen@redhat.com>
2365
2366         * modules/input/gtkimcontextxim.c: Use NULL, not 0 to terminate 
2367         NULL-terminated va lists.  (#165683)
2368
2369 2005-01-29  Matthias Clasen  <mclasen@redhat.com>
2370
2371         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_set_draw): 
2372         Typo fix.  (#165581, Masao Mutoh)
2373
2374 Thu Jan 27 14:25:45 2005  Manish Singh  <yosh@gimp.org>
2375
2376         * README.cvs-commits: update ancient IRC info.
2377
2378 2005-01-27  Federico Mena Quintero  <federico@ximian.com>
2379
2380         Merged from gtk-2-6:
2381
2382         * gtk/gtkfilechooserdefault.c
2383         (gtk_file_chooser_default_select_path): Oops, don't assert that we
2384         can't reach the end of the function; this happens if we are still
2385         loading but don't need a path change.  Fixes #165213.
2386
2387 2005-01-27  Matthias Clasen  <mclasen@redhat.com>
2388
2389         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
2390         Make wrapping work in RTL mode.  
2391
2392         * gtk/gtkaboutdialog.c: Some visual tweaks to the about dialog,
2393         obey HIG spacing a bit more, add a hand cursor when over the
2394         link button.  (#163979, Jorn Baayen)
2395
2396 2005-01-26  Matthias Clasen  <mclasen@redhat.com>
2397
2398         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
2399         Don't allow -1 as minimum-key-length.
2400         (gtk_entry_completion_set_model): Add missing notification.
2401         (gtk_entry_completion_set_minimum_key_length): Add missing
2402         notification, allow setting minimum-key-length to 0.  (#165194,
2403         Vincent Ladeuil)
2404
2405 2005-01-26  Matthias Clasen  <mclasen@redhat.com>
2406
2407         * gtk/gtkaboutdialog.c (display_license_dialog): Make sure
2408         the license dialog is initially displayed without a horizontal
2409         scrollbar.  
2410         (gtk_about_dialog_class_init): Document the fact that the 
2411         license text is not wrapped.  (#165012, Christian Rose)
2412
2413 2005-01-25  Matthias Clasen  <mclasen@redhat.com>
2414
2415         * gtk/gtkbutton.c (gtk_button_set_image): Fix docs.  (#165180,
2416         Jeff Franks)
2417
2418         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Fix 
2419         docs.  (#165163, Jeff Franks)
2420         
2421         * gtk/gtkimage.c (gtk_image_get_property): Use the correct setter
2422         for a string GValue.  (#165203, Damon Chaplin)
2423
2424 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
2425
2426         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): 
2427         Initialize user_time from DESKTOP_STARTUP_ID.  (#165131,
2428         Elijah Newren)
2429
2430 2005-01-24  Federico Mena Quintero  <federico@ximian.com>
2431
2432         * gtk/gtkfilechooserdefault.c: Removed leftover comments.
2433
2434 2005-01-24  Federico Mena Quintero  <federico@ximian.com>
2435
2436         Merged from gtk-2-6:
2437
2438         Fix #147785 and clean up the loading code:
2439
2440         * gtk/gtkfilechooserdefault.c (LoadState): Make the set of states
2441         be EMPTY, PRELOAD, LOADING, FINISHED.
2442         (gtk_file_chooser_default_init): Start in the LOAD_EMPTY state.
2443         (struct _GtkFileChooserDefault): Added a pending_select_paths
2444         field.
2445         (load_remove_timer): Add the new states.
2446         (load_setup_timer): Likewise.
2447         (load_timeout_cb): Likewise.  Switch to the LOAD_LOADING state.
2448         (browse_files_model_finished_loading_cb): Switch to the
2449         LOAD_FINISHED state.
2450         (enum PendingOp): Removed.
2451         (struct _GtkFileChooserDefault): Removed the pending_op and
2452         pending_select_path fields.
2453         (pending_select_paths_free): New utility function.
2454         (pending_select_paths_add): New utility function.
2455         (gtk_file_chooser_default_finalize): Call
2456         pending_select_paths_free().
2457         (pending_op_queue): Removed.
2458         (pending_op_process): Removed.
2459         (pending_select_paths_process): New function.
2460         (browse_files_model_finished_loading_cb): Call
2461         pending_select_paths_process().
2462         (center_selected_row_foreach_cb): Handle multiple selection by
2463         only centering the first row.
2464         (get_is_file_filtered): Constify.
2465         (gtk_file_chooser_default_select_path): Queue into a list of paths
2466         to select if we are not finished loading.
2467         (show_and_select_paths): New utility function.
2468         (up_folder_handler): Use pending_select_paths_add().
2469         (gtk_file_chooser_default_should_respond): Do not call
2470         pending_op_queue(); free the pending_selected_paths instead.
2471         (gtk_file_chooser_default_initial_focus): Don't queue a pending
2472         operation, and don't select the first row unconditionally --- this
2473         will happen when the folder is done loading.
2474         (shortcuts_row_activated_cb): Free the pending_select_paths.
2475         (pending_select_paths_store_selection): New utility function.
2476         (gtk_file_chooser_default_map): Call
2477         pending_select_paths_store_selection() to save the selection
2478         before reloading the folder.
2479         (select_func): Umm?  Call gtk_tree_selection_select_iter().  Don't
2480         move the cursor here; it will be done when processing the pending paths.
2481
2482         * tests/testfilechooser.c (main): Add a button to the command
2483         window to unmap and remap the file chooser.
2484
2485 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
2486
2487         * docs/tutorial/gtk-tut.sgml:
2488         * docs/tutorial/gtk_tut.sgml:
2489         * docs/reference/gtk/tmpl/gtkliststore.sgml:
2490         * gtk/gtkactiongroup.c:
2491         * gtk/gtksizegroup.c:
2492         * gtk/gtksizegroup.h:
2493         * gtk/gtktogglebutton.c: Replace "effect" by "affect" where
2494         appropriate.  (#165108, Dan Winship)
2495
2496 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
2497
2498         * gtk/gtkwidget.c (gtk_widget_class_init): Document 
2499         GtkWidget::style-set.  (#164222, Alex Graveley)
2500         
2501 2005-01-22  Matthias Clasen  <mclasen@redhat.com>
2502
2503         * gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full): 
2504         Remove the accidentally added prototype for this unimplemented 
2505         function.  (#164893, Jeff Franks)
2506
2507         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): Avoid spurious
2508         drags.  (#164884)
2509
2510 2005-01-23  Tor Lillqvist  <tml@novell.com>
2511
2512         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle Greek tonos
2513         dead accent key. (#164859, reported and fix verified by Daniel
2514         Atallah.)
2515
2516         * gtk/gtkimcontextsimple.c (gtk_compose_seqs): Handle
2517         GDK_Greek_accentdieresis (tonos and dialytika) combining with iota
2518         and upsilon.
2519
2520         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_volume_get_display_name): 
2521         Don't call GetVolumeInformation() for network drives. They might
2522         be disconnected, and calling GetVolumeInformation() will then
2523         cause long delays. (#164448, reported by Dave Neary.) It seems to
2524         be very hard to reliably find out whether a network drive is
2525         connected or not, so it's easier to just not try getting the
2526         volume name for them. See the bug report for discussion.
2527
2528         Make volume name display formats translatable.
2529
2530         Fix for #163702, from Ivan Wong: 
2531         
2532         * gdk/win32/gdkprivate-win32.h 
2533         * gdk/win32/gdkglobals-win32.c: New flag _ignore_destroy_clipboard.
2534         
2535         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle
2536         WM_DESTROYCLIPBOARD. Unless _ignore_destroy_clipboard, generate a
2537         GDK_SELECTION_CLEAR event.
2538
2539         * gdk/win32/gdkselection-win32.c
2540         (gdk_selection_owner_set_for_display): Set _ignore_destroy_clipboard
2541         when emptying the clipboard ourselves.
2542
2543         (gdk_selection_send_notify_for_display): Remove the artifical
2544         GDK_SELECTION_CLEAR event generation.
2545
2546 2005-01-21  Matthias Clasen  <mclasen@redhat.com>
2547
2548         * gtk/gtkwidget.c (gtk_widget_get_accessible): More details
2549         provided by Bill Haneman.
2550
2551 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
2552
2553         * gtk/gtkwidget.c (gtk_widget_get_accessible): Add docs.  (#164725,
2554         George Kraft IV)
2555
2556         * gtk/gtkdialog.c (gtk_dialog_map): Don't loop forever
2557         here, even if the only focusable widgets are labels.
2558
2559 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
2560
2561         Support tinting in GtkCellRendererPixbuf (#162903, Jorn Baayen):
2562         
2563         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init) 
2564         Add a follow-state property which when TRUE causes the pixbuf
2565         to be tinted according to state.
2566
2567         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
2568         Use follow-state and colorize the pixbuf when appropriate.      
2569         
2570 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
2571
2572         Support wrapping in GtkCellRendererText  (#163608):
2573         
2574         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
2575         Add wrap-mode and wrap-width properties which cause a 
2576         text cell to break to a specified width when set.
2577
2578         * gtk/gtkcellrenderertext.c (get_layout): Use wrap-mode
2579         and wrap-width when they are set.
2580
2581 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
2582
2583         * gtk/gtkmodules.c (load_module): Don't reverse the order
2584         of modules when putting them in gtk_modules.  (#162676, Dennis
2585         Cranston, patch by Remus Draica)
2586
2587         * gtk/gtktreeview.c (gtk_tree_view_search_move): Don't crash 
2588         if the tree is empty.  (#164669, Priit Laes)
2589
2590 Wed Jan 19 18:57:02 2005  Manish Singh  <yosh@gimp.org>
2591
2592         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): Call
2593         GDK_DISPLAY_XDISPLAY with a display, not a window. Clean up the
2594         function a bit too.
2595
2596 Wed Jan 19 17:17:31 2005  Manish Singh  <yosh@gimp.org>
2597
2598         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): Squash
2599         strict aliasing warning in _NET_VIRTUAL_ROOTS code.
2600
2601 2005-01-19  Tor Lillqvist  <tml@novell.com>
2602
2603         * gdk/win32/gdkkeys-win32.c (update_keymap,
2604         gdk_keymap_translate_keyboard_state): Handle keyboards with
2605         ShiftLock (and not CapsLock) correctly. (#161814)
2606
2607 2005-01-19  Matthias Clasen  <mclasen@redhat.com>
2608
2609         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond):
2610         In save mode, don't return paths containing nonexisting 
2611         directories.  (#162443, Jean Marie Favreau)
2612
2613         * gtk/gtkobject.c (gtk_object_add_arg_type): Use GLib limit 
2614         macros to avoid sparse warnings. Pointed out by Kjartan Maraas.
2615
2616         * gdk/x11/gdkdisplay-x11.c: Precache the _NET_VIRTUAL_ROOTS
2617         atom.
2618
2619         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): 
2620         Support _NET_VIRTUAL_ROOTS.  (#163910, Carsten Haitzler)
2621         
2622         * gdk/gdk.symbols: 
2623         * gdk/x11/gdkx.h: 
2624         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_get_user_time): 
2625         Add a function to obtain the last user interaction 
2626         time.  (#163119, Elijah Newren)
2627
2628 Tue Jan 18 13:56:09 2005  Manish Singh  <yosh@gimp.org>
2629
2630         * gtk/gtkfilechooserdefault.c (pending_op_queue): Actually assign
2631         PENDING_OP_NONE.
2632
2633 Tue Jan 18 13:46:46 2005  Manish Singh  <yosh@gimp.org>
2634
2635         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids):
2636         disambiguate nested if/else.
2637
2638 2005-01-18  Federico Mena Quintero  <federico@ximian.com>
2639
2640         Merged from gtk-2-6:
2641
2642         * gtk/gtkfilechooserdefault.c (pending_op_queue): Don't queue an
2643         operation to select the first file if we are in SAVE or
2644         CREATE_FOLDER modes.  Executing that operation would overwrite the
2645         contents of the save-name entry.
2646
2647 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
2648
2649         * gdk/gdkdisplay.h: 
2650         * gdk/x11/gdkwindow-x11.c (gdk_display_warp_pointer): 
2651         * gdk/win32/gdkwindow-win32.c (gdk_display_warp_pointer): Add
2652         pointer warping to GDK.  (#160437)
2653
2654         * gtk/gtkcolorsel.c (key_press): Use gdk_display_warp_pointer.
2655
2656 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
2657
2658         * gtk/gtkstyle.c (gtk_default_draw_check) 
2659         (gtk_default_draw_option, gtk_default_draw_handle): Add some
2660         more NULL checks, patch by Michael Natterer.
2661
2662 Tue Jan 18 10:55:47 2005  Søren Sandmann  <sandmann@redhat.com>
2663
2664         * gtk/gtkstyle.c (gtk_default_draw_handle): Check for NULL detail
2665         and NULL widget.
2666
2667         * gtk/gtkstyle.c (gtk_default_draw_box): Check for NULL detail and
2668         NULL widget.  (#164477, Michael Natterer)
2669
2670 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
2671
2672         Avoid X errors when running against servers which
2673         implement XRender < 0.4.  (#164427, Albert Chin)
2674         
2675         * gdk/x11/gdkprivate-x11.h:
2676         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
2677         New function to check for trapezoid support in XRender.
2678         (gdk_x11_draw_trapezoids, _gdk_x11_drawable_draw_xtrapezoids): 
2679         Use it here.
2680         
2681         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a 
2682         separate have_render_with_trapezoids field.
2683
2684         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize it.
2685
2686 2005-01-17  Matthias Clasen  <mclasen@redhat.com>
2687
2688         * gtk/gtkiconview.c: Remove debug output. (#164376, Jens Finke)
2689
2690 Mon Jan 17 16:44:36 2005  Jonathan Blandford  <jrb@redhat.com>
2691
2692         * docs/Makefile.am (EXTRA_DIST): add tree-column-sizing.png to
2693         dist.
2694
2695 2005-01-17  Matthias Clasen  <mclasen@redhat.com>
2696
2697         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmarks): Save
2698         and restore the selected row in the bookmark list and the
2699         save folder combo.  (#164290)
2700
2701 2005-01-16  Matthias Clasen  <mclasen@redhat.com>
2702
2703         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend):
2704         Fix argument order in docs.  
2705
2706 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
2707
2708         * gtk/gtktextview.c (gtk_text_view_check_keymap_direction): 
2709         * gtk/gtkentry.c (gtk_entry_create_layout): Prefer LTR over RTL 
2710         if the keymap is neutral.  (#164125, Phil Blundell)
2711
2712 2005-01-14  Matthias Clasen  <mclasen@redhat.com>
2713
2714         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Allow to
2715         reset the property to its default value -1. 
2716         (gtk_tree_view_get_search_column): Return the default value in
2717         the g_return_val_if_fail() check.  (#163864, Richard Hult)
2718
2719         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_value): 
2720         Add a translator hint.  (#163889)
2721
2722         * configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it
2723         is an enum value, not a define. Pointed out by Tommi Komulainen.
2724         * gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
2725
2726 2005-01-13  Matthias Clasen  <mclasen@redhat.com>
2727
2728         * configure.in: Check for nl_langinfo()
2729         * gtk/gtkcalendar.c (gtk_calendar_init): Use nl_langinfo() when it's
2730         available to determine first day of week   (#163842, Vincent Untz)
2731
2732         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Add hints about 
2733         the lifecycle of widgets.  (#159503, Christian Persch)
2734
2735         * demos/gtk-demo/main.c (create_text): Use monospace for the 
2736         source code view.  (#163526, Theerud Lawtrakul)
2737
2738         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic
2739         for the Credits button to avoid duplicate.  (#163465, Tim-Philipp 
2740         Müller)
2741         
2742         * configure.in: Add an OS_LINUX conditional.
2743
2744         * gdk/Makefile.am (TESTS):
2745         * gdk-pixbuf/Makefile.am (TESTS):
2746         * gtk/Makefile.am (TESTS): Only run abicheck on Linux.  (#163917,
2747         Roger Leigh)
2748
2749 2005-01-13  Matthias Clasen <mclasen@redhat.com>
2750
2751         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
2752         (gtk_tree_view_set_headers_clickable): Make the headers-visible
2753         property readwrite instead of just writable, and remove the
2754         g_return_if_fail check that there is a model when setting this
2755         property. Also improve the blurb.  (#163851, Richard Hult)
2756
2757 2005-01-12  Owen Taylor <otaylor@redhat.com>
2758
2759         * configure.in: Remove GLIB_DIVERT_BEFORE_HELP() on
2760         initialization of gdktarget, that was causing it to be
2761         evaluated before host was set. Simplify --with-gdktarget help
2762         message.
2763
2764         * gtk/Makefile.am: Use grep | head -n 1 instead of grep -m 1 
2765         which doesn't work with slightly older versions of GNU grep 
2766         in install-libtool-import-lib rule.
2767         
2768 2005-01-12  Tor Lillqvist  <tlillqvist@novell.com>
2769
2770         Fix for #162790, by Iwan Wong:
2771         
2772         * gdk/win32/gdkdrawable-win32.c: Implement dashed lines
2773         correctly. Simplify the interface to render_line_horizontal() and
2774         render_line_vertical(). Need to draw lines "manually" also on
2775         NT-based Windowses if we have a dash offset or are drawing
2776         double-dashed lines.
2777
2778         * gdk/win32/gdkprivate-win32.h: Keep also the dash offset,
2779         double-dash flag, and a brush for the background colour (used by
2780         the odd dashes in the double-dash line style) in the GdkGCWin32
2781         struct.
2782
2783         * gdk/win32/gdkgc-win32.c: Set up above new fields.
2784
2785 2005-01-10  Federico Mena Quintero  <federico@ximian.com>
2786
2787         Fix #162617.
2788
2789         * gtk/gtkfilesystemunix.c (STAT_NEEDED_MASK): Take out
2790         GTK_FILE_INFO_IS_HIDDEN; we don't need to stat() to know this.
2791         (gtk_file_system_unix_get_folder): Make error reporting more
2792         accurate.  Don't bail out if we can't read the directory.
2793         (fill_in_stats): Don't return an error; just assume we don't have
2794         stat info for this folder's files.
2795         (fill_in_names): Don't create the hash table for the names if we
2796         can't open the directory.
2797         (gtk_file_folder_unix_list_children): Don't emit the
2798         "finished-loading" signal --- we don't do asynchronous loads, so
2799         we are always finished loading.
2800         (gtk_file_folder_unix_get_info): Use helper functions; handle the
2801         case where we can't stat '/'.
2802         (get_icon_type_from_path): Don't call fill_in_stats() here; only
2803         use the info we have.
2804         (fill_in_mime_type): Don't return an error.  Don't do anything if
2805         we don't have the stat info.
2806
2807 2005-01-10  Owen Taylor  <otaylor@redhat.com>
2808
2809         * Makefile.am (EXTRA_DIST): Adding missing ChangeLog.pre*
2810         to EXTRA_DIST.
2811
2812 2005-01-10  Matthias Clasen  <mclasen@redhat.com>
2813
2814         * gtk/gtkaccelgroup.c (gtk_accel_group_class_init): Document
2815         signals.  (#163319, Murray Cumming)
2816
2817 2005-01-09  Tor Lillqvist  <tlillqvist@novell.com>
2818
2819         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Set current
2820         cursor also when changing the cursor of a window that is the first
2821         ancestor of the window containing the pointer that has a cursor
2822         defined. (#163035, Ivan Wong)
2823
2824 2005-01-09  Anders Carlsson <andersca@gnome.org>
2825
2826         * gtk/gtkcellrenderertext.c: (get_size):
2827         * gtk/gtklabel.c: (gtk_label_size_request):
2828         * gtk/gtkprogressbar.c: (gtk_progress_bar_size_request):
2829         Don't pass NULL to pango_context_get_metrics. Use 
2830         pango_context_get_language instead, which is way faster.
2831         
2832 2005-01-08  Matthias Clasen  <mclasen@redhat.com>
2833
2834         * configure.in: Bump version
2835
2836         * === Released 2.6.1 ===
2837         
2838         * gdk-pixbuf-2.0.pc.in: Require gmodule-no-export-2.0
2839
2840 2005-01-07  Tor Lillqvist  <tml@iki.fi>
2841
2842         * gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
2843         Fix braino. (#163232, Arnaud Charlet)
2844
2845 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
2846
2847         * gtk/gtkiconview.c: Make markup_column work, and fix some
2848         layout issues when either icon or text is missing.  (#163065)
2849
2850 2005-01-06  Federico Mena Quintero  <federico@ximian.com>
2851
2852         * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): Add an
2853         "Open _Location" item.  Fixes #148839.
2854
2855 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
2856
2857         * README.in: Fix a typo.  (#163128, kentaro fukuchi)
2858
2859 2005-01-06  James M. Cape  <jcape@ignore-your.tv>
2860
2861         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new)
2862         (gtk_file_chooser_button_new_with_backend): Use default title if
2863         NULL is passed.
2864
2865         * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: Make examples
2866         match API.
2867
2868 2005-01-05  Federico Mena Quintero  <federico@ximian.com>
2869
2870         Fix #161409:
2871
2872         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue
2873         a pending operation to select the first row.
2874
2875 2005-01-05  Federico Mena Quintero  <federico@ximian.com>
2876
2877         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't call
2878         button_data_free() explicitly; the button is weak-reffed and the
2879         callback will free the button data.  Fixes #163010.
2880         (_gtk_path_bar_set_path): Don't ref/sink the button.  And for the
2881         failure case, call gtk_widget_destroy() on it.
2882
2883         * gtk/gtkfilechooserdefault.c (check_is_folder): Use
2884         gtk_file_system_get_folder() again (see the ChangeLog entry from
2885         2004-08-25).  We can't first get the parent folder and then
2886         request the info for the path in question, as the parent folder
2887         may not be readable.  See bug #162617.
2888         (gtk_file_chooser_default_set_current_folder): Assert that the
2889         passed-in path is not null.
2890         (shortcuts_find_current_folder): Likewise.
2891         (shortcuts_add_current_folder): Likewise.
2892         (set_list_model): Likewise.
2893         (gtk_file_chooser_default_map): Only reload the current folder if
2894         it exists.
2895         (bookmarks_check_add_sensitivity): Check for the current folder
2896         being NULL.
2897         (browse_files_select_first_row): Don't set the cursor if there is
2898         no model loaded.
2899
2900 2005-01-05  Matthias Clasen  <mclasen@redhat.com>
2901
2902         * gtk/gtkfilechooserdefault.c: Don't construct errors from 
2903         the GTK_FILE_SYSTEM_ERROR domain. Partial fix for #162911.
2904         (get_file_info, check_is_folder): Translate errors from
2905         the filesystem into the GTK_FILE_CHOOSER_ERROR domain. Rest
2906         of the fix for #162911, noticed by Murray Cumming.
2907
2908 Wed Jan  5 11:42:49 2005  Søren Sandmann  <sandmann@redhat.com>
2909
2910         * gtk/gtkviewport.c (gtk_viewport_realize):
2911         * gtk/gtktextview.c ((text_window_realize): Set the background of
2912         the windows to None instead of adding EXPOSURE_MASK, as suggested
2913         by Owen in #162112.
2914
2915         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Update 
2916         the user time when receiving a WM_DELETE message.  (#162980, 
2917         Elijah Newren)
2918         
2919 Tue Jan  4 16:52:14 2005  Jonathan Blandford  <jrb@redhat.com>
2920
2921         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event):
2922         only reorder on button 1, part of #141937
2923
2924 Tue Jan  4 11:36:43 2005  Søren Sandmann  <sandmann@redhat.com>
2925
2926         Bug 162112.
2927         
2928         * gtk/gtktextview.c (text_window_realize): Add GDK_EXPOSURE_MASK
2929         to win->window's event_mask
2930
2931         * gtk/gtkviewport.c (gtk_viewport_realize): Add GDK_EXPOSURE_MASK
2932         to viewport->view_window.
2933
2934 2005-01-04  Matthias Clasen  <mclasen@redhat.com>
2935
2936         * demos/testpixbuf.c (main): Remove the size_prepared callback,
2937         to test incremental display.
2938         (new_testrgb_window): Return the drawing area, not the window,
2939         since we want to queue draws on the drawing area.
2940
2941 2005-01-03  Matthias Clasen  <mclasen@redhat.com>
2942
2943         * examples/*: Re-extract.
2944
2945         * docs/tutorial/gtk-tut.sgml: Small corrections.
2946         
2947         * docs/tutorial/gtk-tut.sgml: Some updates for the drawing
2948         section.  (#161414, Robert Ancell)
2949
2950         * docs/tutorial/gtk-tut.sgml: Make it build.
2951
2952         * gtk/gtkdialog.c (gtk_dialog_run): Some clarification
2953         regarding modality.  (#112903, Dave Bordoley)
2954
2955         * gtk/gtkfixed.c (gtk_fixed_set_has_window): 
2956         Add a little motivation.  (#145556, Tommi Komulainen)
2957
2958         * docs/tutorial/gtk-tut.sgml: Clarify section on 
2959         g_signal_connect_swapped.   (#120543, David Bourguignon)
2960
2961         Make gtk_icon_theme_load_icon() work independent of
2962         icon factory initialization.  (#162791, Tristan Van Berkom)
2963         
2964         * gtk/gtkiconfactory.[hc]: Rename ensure_default_icons to
2965         _gtk_icon_factory_ensure_default_icons, and make it non-static.
2966
2967         * gtk/gtkicontheme.c (find_builtin_icon): ..and call it here.
2968
2969 2005-01-02  Matthias Clasen  <mclasen@redhat.com>
2970
2971         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_remove_shortcut_folder): 
2972         Don't add a shortcut here.  (#162752, Tor Lillqvist)
2973
2974 2005-01-02  Tor Lillqvist  <tml@iki.fi>
2975
2976         * gtk/Makefile.am (libgtk_target_ldflags): Add -lole32, needed for
2977         CoTaskMemFree in get_special_folder() below.
2978
2979         * gtk/gtkfilesystem.h: Implement case-insensitive path compare on
2980         Win32 using _gtk_file_system_win32_path_compare().
2981
2982         * gtk/gtk.symbols: Add _gtk_file_system_win32_path_compare.
2983
2984         * gtk/gtkfilechooserbutton.c (model_add_special)
2985         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Use
2986         _gtk_file_system_win32_get_desktop() to get correct Desktop folder
2987         on Win32. (#144003)
2988
2989         * gtk/gtkfilesystemwin32.c: Remove unnecessary includes. Do
2990         consider all drives "mounted", including floppies. Trying to
2991         inspect the contents of a nonexistent floppy will cause errors
2992         later that are handled normally, no need to avoid them
2993         completely. Keep the drive type in the GtkFileSystemVolume.
2994         Support UNC paths. (#161797, #137874) Fix error message
2995         capitalizations as in gtkfilesystemunix.c.
2996
2997         (gtk_file_system_win32_init): Start one timeout per
2998         GtkFileSystemWin32.
2999
3000         (gtk_file_system_win32_finalize): Remove the timeout.
3001
3002         (get_special_folder): Copied from GLib.
3003
3004         (_gtk_file_system_win32_get_desktop): New function, uses
3005         get_special_folder().
3006
3007         (gtk_file_system_win32_list_volumes): Don't start a timeout at
3008         each call to this function. Don't assume A: and B: are floppies.
3009
3010         (gtk_file_system_win32_get_volume_for_path): Don't assume all
3011         volumes are drive roots, i.e. support share roots of UNC paths
3012         (\\server\share).
3013
3014         (gtk_file_system_win32_get_folder): Don't assume errno is set
3015         after g_file_test() returns FALSE. It isn't on Win32 (and even on
3016         Unix I don't think one should assume anything about errno after
3017         g_file_test()).
3018
3019         (gtk_file_system_win32_volume_get_is_mounted): Always return TRUE.
3020
3021         (gtk_file_system_win32_volume_get_display_name): Don't call
3022         GetVolumeInformation() on drives A: or B: if they are removable,
3023         as they might then be floppies, causing an unnecessary
3024         delay. (#157820)
3025
3026         (gtk_file_system_win32_volume_render_icon): Use network icon for
3027         unrecognized drive types.
3028
3029         (canonicalize_filename, gtk_file_system_win32_parse): Don't get
3030         confused by UNC paths.
3031
3032         (bookmarks_serialize): Use _gtk_file_system_win32_path_compare()
3033         for case-insensitive UTF-8 path comparison.
3034
3035         (extract_icon): Use SHGetFileInfo() which is faster than
3036         ExtractAssociatedIcon(). Icon extraction is still slow, though,
3037         needs work.
3038
3039         (win32_pseudo_mime_lookup): Don't use the same icon for all
3040         shortcuts or executables. Cache only other file type icons.
3041
3042         (gtk_file_system_win32_render_icon): Use network stock icon for
3043         remote drives and UNC server share roots. Compare home directory
3044         case-insensitively. Do lookup icons also for executable files,
3045         after all, it's these files that can have individual icons in the
3046         first place. Yes, it can be slow. Needs work.
3047
3048         (filename_is_drive_root): Require also the slash after the colon.
3049
3050         (filename_is_server_share): New function.
3051
3052         (_gtk_file_system_win32_path_compare): New function, does
3053         case-folded UTF-8 comparison.
3054
3055         * gtk/gtkfilesystemwin32.h: Declare
3056         _gtk_file_system_win32_path_compare().
3057
3058 2005-01-01  Matthias Clasen  <mclasen@redhat.com>
3059
3060         * gtk/gtkbutton.c (gtk_button_set_image): Allow unsetting the
3061         custom image by passing NULL.
3062         (gtk_button_init): Initialize image_is_stock to TRUE, fixing
3063         a problem with changing stock labels.  (#162273, Marcin 
3064         Krzyzanowski)
3065
3066 2005-01-01  Tor Lillqvist  <tml@iki.fi>
3067
3068         * gtk/gtkmodules.c (get_module_path)
3069         * gtk/gtkrc.c (gtk_rc_make_default_dir, gtk_rc_get_im_module_file,
3070         gtk_rc_get_theme_dir, gtk_rc_add_initial_default_files): With
3071         g_getenv() now returning UTF-8 on Win32, no need to call
3072         g_locale_to_utf8().
3073
3074 2004-12-31  Matthias Clasen  <mclasen@redhat.com>
3075
3076         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval) 
3077         (_gtk_key_hash_lookup): Don't sort a list of values as if
3078         it was a list of entries. This fixes crashes during mnemonic
3079         activation in the presence of multiple keymaps. (#162488, 
3080         Christian Persch)
3081
3082 2004-12-30  Matthias Clasen  <mclasen@redhat.com>
3083
3084         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Fix
3085         state propagation when making an insensitive combo box sensitive
3086         again.  (#162524, Carlos Garnacho Parro)
3087
3088         * gtk/gtkfilechooserdefault.c: Use secondary text for error 
3089         dialogs.
3090
3091         * gtk/gtkfilesystemunix.c: Clean up some cases of errno handling
3092         (#162496, noted by Tor Lillqvist), and use g_filename_display_name()
3093         for error messages. Also mark some error messages for translation,
3094         fix capitalization of error messages.
3095
3096         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property): 
3097         Use g_value_get_boolean() for ellipsize_set.  (#162447, 
3098         Brian Tarricone)
3099
3100 2004-12-30  Tor Lillqvist  <tml@iki.fi>
3101
3102         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use /usr/share/pixmaps
3103         only on Unix.
3104
3105 2004-12-28  Matthias Clasen  <mclasen@redhat.com>
3106
3107         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Inherit
3108         submenu direction from the parent menu.
3109
3110         * gtk/gtkmenushell.c (gtk_menu_shell_select_submenu_first): 
3111         Return a boolean indicating whether an item in the submenu
3112         was selected.
3113         (gtk_real_menu_shell_move_current): When going in child 
3114         direction, don't get stuck at completely insensitive 
3115         submenus.  (#162055, Billy Biggs)       
3116
3117 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
3118
3119         Make the clipboard image API more robust (#162357, 
3120         Torsten Schoenfeld):
3121         
3122         * gtk/gtkclipboard.c (clipboard_image_received_func): Don't
3123         ref the pixbuf if it is NULL.
3124
3125         * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): 
3126         NULL-terminate the varargs in the call to 
3127         gdk_pixbuf_save_to_buffer(). 
3128         (gtk_selection_data_get_pixbuf): Only use a pixbuf loader 
3129         if there is data to load.
3130
3131 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
3132
3133         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
3134         Set x_root and y_root in button and motion events from 
3135         extended input devices.  (#148715, Robert Ögren)
3136
3137         * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a 
3138         typo.  (#162339, Alessio Dessi)
3139
3140         * gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
3141         properties as new since 2.4.  (#156101, Billy Biggs)
3142
3143         * configure.in: Add a warning about the linux-fb 
3144         target.  (#155488, Zeeshan Ali)
3145
3146         * gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
3147         Torsten Schoenfeld)
3148
3149 2004-12-26  Matthias Clasen  <mclasen@redhat.com>
3150
3151         * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): 
3152         Typo fix.  (#162219, Masao Mutoh)
3153         (gtk_file_chooser_set_preview_widget_active): 
3154         Another typo.  (#162218, Masao Mutoh)
3155
3156 2004-12-23  Matthias Clasen  <mclasen@redhat.com>
3157
3158         * gtk/gtkliststore.c (gtk_list_store_iter_children): 
3159         Return TRUE if there are children.  (#162134, Iñigo Serna,
3160         patch by John Finlay)
3161
3162         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): 
3163         Transfer state from the button to the cell view to get
3164         prelighting right.  (#156327, Ricardo Veguilla)
3165
3166 Wed Dec 22 14:22:19 2004  Søren Sandmann  <sandmann@redhat.com>
3167
3168         * tests/testtoolbar.c (timeout_cb): Add sensitivity-changing
3169         timeout. Written by Christian Persch.
3170
3171 Wed Dec 22 14:14:02 2004  Søren Sandmann  <sandmann@redhat.com>
3172
3173         Bug #161561
3174         
3175         * gdk/x11/gdkwindow-x11.c (tmp_{re,un}set_bg): Only set/reset the
3176         background for windows that get expose events. 
3177
3178         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Remove
3179         hack to repaint !expose windows.
3180
3181 Wed Dec 22 11:35:41 2004  Søren Sandmann  <sandmann@redhat.com>
3182
3183         Bug #147497, make menu items activate immediately when you release
3184         the button.
3185         
3186         * gtk/gtkmenu.c (gtk_menu_enter_notify, menu_motion_notify): Make
3187         items activate immediately.
3188
3189         * gtk/gtkmenu.c (definitely_within_item): New function
3190         * gtk/gtkmenu.c (check_threshold): New function
3191
3192 2004-12-22  Matthias Clasen  <mclasen@redhat.com>
3193
3194         * gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to
3195         null the mnemonic_menu when unsetting a mnemonic, reported
3196         by Owen Taylor.
3197
3198 2004-12-21  Matthias Clasen  <mclasen@redhat.com>
3199
3200         * gtk/gtkliststore.c (generate_order): Generate the order the
3201         way it is supposed to be, order[new_pos] == old_pos.
3202         (gtk_list_store_reorder): Invert the order before using it.
3203
3204 2004-12-22  Matthias Clasen  <mclasen@redhat.com>
3205
3206         Fix sorting of list stores.  (#161886, Marcin Krzyzanowski)
3207
3208         * gtk/gtkliststore.c (generate_order): Generate the order the
3209         way it is supposed to be, order[new_pos] == old_pos.
3210         (gtk_list_store_reorder): Invert the order before using it.
3211
3212         * gtk/gtkiconview.c (gtk_icon_view_rows_reordered): Adapt to the
3213         list store fix.
3214
3215 Wed Dec 22 01:24:01 2004  Jonathan Blandford  <jrb@redhat.com>
3216
3217         * gtk/queryimmodules.c (main): print out the version and binary
3218         name in the header comment.  Problem reported by Seth Nickell.
3219
3220 2004-12-20  Matthias Clasen  <mclasen@redhat.com>
3221
3222         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a
3223         root path to gtk_tree_model_rows_reordered().  (#161720,
3224         Marcin Krzyzanowski)
3225
3226         * gtk/gtkactiongroup.c (gtk_action_group_translate_string): Don't 
3227         translate NULL messages.  (#161789, Morten Welinder)
3228
3229         * gtk/gtkmessagedialog.c (setup_primary_label_font): Don't show
3230         the secondary label on show_all().  (#161707, Christian Persch)
3231
3232 2004-12-19  Tor Lillqvist  <tml@iki.fi>
3233
3234         * gdk/win32/gdkdnd-win32.c (resolve_link, gdk_dropfiles_filter):
3235         Use wide character API when available. Use UTF-8 for filenames.
3236
3237         * gdk/win32/gdkselection-win32.c (_gdk_dropfiles_store): Include
3238         the string's trailing zero byte in the property's length, just for
3239         safety.
3240
3241 2004-12-18  Matthias Clasen  <mclasen@redhat.com>
3242
3243         * gtk/gtkfilechooserentry.c (check_completion_callback) 
3244         (load_directory_callback): Add missing GDK_THREADS_ENTER/LEAVE.
3245
3246         * gtk/gtkfilechooserdefault.c (edited_idle_cb) 
3247         (shortcuts_drag_outside_idle_cb): Add missing 
3248         GDK_THREADS_ENTER/LEAVE.  (#161604)
3249         
3250         * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): 
3251         (list_select_func): Don't call gtk_file_info_get_is_folder()
3252         on NULL. 
3253
3254         * gtk/gtkaboutdialog.c (gtk_about_dialog_get_logo_icon_name): 
3255         (gtk_about_dialog_init): Add missing initializations.  (#161646,
3256         Torsten Schoenfeld)
3257