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