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