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