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