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