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