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