]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Add the little stars. (#319985, Bastien Nocera)
[~andy/gtk] / ChangeLog.pre-2-10
1 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
2
3         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little 
4         stars.  (#319985, Bastien Nocera)
5
6         * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
7         FALSE, so we don't flush repeatedly.  (#319151, Alexander Larsson)
8
9 2005-10-26  Michael Natterer  <mitch@imendio.com>
10
11         Fix bug #319974:
12
13         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
14         make sure that setting any of pixbuf/stock-id/icon-name resets the
15         others because they are mutually exclusive, and that unsetting any
16         of them only resets the pixbuf and nothing else. Also added
17         some missing g_object_notify().
18
19         (gtk_cell_renderer_pixbuf_get_property): simplified calls to
20         g_value_set_object().
21
22         (gtk_cell_renderer_pixbuf_create_stock_pixbuf)
23         (gtk_cell_renderer_pixbuf_create_named_icon_pixbuf): added
24         g_object_notify ("pixbuf").
25
26 2005-10-27  Matthias Clasen  <mclasen@redhat.com>
27
28         * gtk/gtktreeview.c (gtk_tree_view_button_press): Be more 
29         careful about initializing cell_area.  (#319382, Tommi
30         Komulainen)
31
32         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat
33         Ctrl-PageUp/PageDown.  (#318670, Christian Neumair)
34
35         * demos/gtk-demo/clipboard.c (paste_received): Only set the
36         text if it is not NULL.  (#319930, Thomas Klausner)
37
38         * gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the
39         loader before trying to get the pixbuf.  (#319930, Thomas Klausner)
40
41 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
42
43         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
44         * gtk/gtkthemes.c (gtk_theme_engine_load): 
45         * gtk/gtkimmodule.c (gtk_im_module_load): Use G_MODULE_BIND_LAZY
46         when dlopening modules.  (#319557, Laszlo Peter)
47
48 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
49
50         * gtk/gtktextbtree.c (gtk_text_btree_resolve_bidi): Only use text
51         segments when determining text direction.  (#319065, Tommi Komulainen)
52
53         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't crash
54         on duplicate destroy.  (#318953, Gustavo Carneiro)
55
56         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog): 
57         Point out that destroy-with-parent is a bad idea for the dialog
58         passed to this function.  (#318943, Christian Persch)
59
60         * */Makefile.am: use $(GLIB_MKENUMS) instead of 
61         glib-mkenums.  (#318582, Damien Carbery)
62
63         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
64         docs.  (#317682, Christian Neumair)
65
66         * gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
67         seem to affect the placement of the data in the readonly 
68         section, and causes problems with some compilers.  (#317844)
69
70 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
71
72         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
73         Fix some issues with background drawing in RTL.  (#318781,
74         Eric Cazeaux)
75
76         * tests/Makefile.am:
77         * tests/testentrycompletion.c: Apply a patch by Christian
78         Persch to add property editors.
79
80         * gtk/gtkstatusicon.c: Emit activate on single-click,
81         not on double-click, change proposed by Milosz Derezynski.
82
83 2005-10-25  Kristian Rietveld  <kris@gtk.org>
84
85         Fixes #311955, reported by Markku Vire; and a lot more.
86
87         * gtk/gtktreemodelfilter.c: Made this thing work correctly.
88         Levels can now have invisible nodes cached, functions have been
89         rewritten/refactored to take this into account; also the logic in
90         some functions has been corrected.
91         
92         Each referenced node now references all visible children or a single
93         invisible child, in order to be able to monitor all changes in the
94         child model required for correct operation.
95
96         When a virtual root is set, all nodes on the virtual root level are
97         referenced.
98
99         At last, a bunch of random bug fixes and comment updates.
100
101 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
102
103         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
104         more docs.  (#319722, Paolo Borelli)
105
106         * gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the 
107         initialization of screen_x11->xft_rgba more explicit.  (#319627,
108         Bogdan Nicula)
109
110         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
111         in a blurb.  (#319499, Francisco Javier F. Serrador)
112
113 2005-10-24  Matthias Clasen  <mclasen@redhat.com>
114
115         Add settings to hide the input method and Unicode control character
116         submenus in the context menus of GtkEntry and GtkTextView.  
117         
118         * gdk/x11/gdkevents-x11.c: Map GTK+ settings to X settings.
119         
120         * gtk/gtksettings.c (gtk_settings_class_init): Declare GTK+ settings here.
121
122         * gtk/gtktextview.c (popup_targets_received): 
123         * gtk/gtkentry.c (popup_targets_received): Use the settings here.
124
125 2005-10-24  Kristian Rietveld  <kris@gtk.org>
126
127         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): emitting
128         row-has-child-toggled when the level is not in the cache does not
129         make sense.  (This bug probably crept in during the early stages
130         of GtkTreeModelSort when there wasn't a correct row-has-child-toggled
131         implementation yet),
132         (gtk_tree_model_sort_real_unref_node): only get the child iter
133         when we will actually also use it.
134
135 2005-10-22  Michael Natterer  <mitch@imendio.com>
136
137         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the
138         widget being realized, in addition to being visible, to avoid
139         running into precondition check in gtk_tree_view_get_cell_area().
140         (approved by Kris).
141
142 2005-10-22  Dom Lachowicz <cinamod@hotmail.com>
143
144         * modules/engines/ms-windows/msw_style.c (setup_msw_rc_style): 
145         Experimentally, scrollbar steppers can shrink to 8 pixels on 
146         Win32. Reflect that in the theme.
147         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally,
148         there is a 1-pixel border between a scrollbar and its child
149         in ScrolledWindows on Win32. Reflect that in the theme.
150         
151 2005-10-20  Matthias Clasen  <mclasen@redhat.com>
152
153         * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
154         for the selection window.  (#318806, Alex Larsson)
155
156 2005-10-18  Federico Mena Quintero  <federico@ximian.com>
157
158         Fixes bug #317999:
159
160         * tests/autotestfilechooser.c
161         (test_button_folder_states_for_action): Test that we have either
162         $cwd or the explicitly-set folder.
163         (test_reload_sequence): Likewise.
164
165         * gtk/gtkfilechooserdefault.c
166         (gtk_file_chooser_default_get_current_folder): If our reload_state
167         is RELOAD_EMPTY, return a GtkFilePath corresponding to $cwd.
168
169 2005-10-14  Tor Lillqvist  <tml@novell.com>
170
171         * gdk/win32/gdkdisplay-win32.c: Remove the clipboard viewer code.
172         It didn't really do anything useful, and was just confusing and
173         incomplete. Comments claimed we don't do delayed rendering, but in
174         fact we do, for images. (The delayed rendering code has other
175         problems, though, see #168173.) The clipboard viewer code was
176         probably even buggy (the WM_CHANGECBCHAIN handled didn't propagate
177         the message when necessary). It was just test code, it said so in
178         a comment. Add something similar back later if necessary.
179
180         (_win32_on_clipboard_change,
181         _gdk_win32_register_clipboard_notification): Remove.
182
183         (gdk_display_supports_selection_notification,
184         gdk_display_request_selection_notification): Always just return
185         FALSE. We didn't generate any GDK_OWNER_CHANGE events anywhere.
186
187 2005-10-13  Tor Lillqvist  <tml@novell.com>
188
189         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't treat
190         Alt-Enter specially. It does not have any special meaning and
191         should be passed on to the application. (#318378, Tim Evans)
192
193 2005-10-13  Tor Lillqvist  <tml@novell.com>
194
195         Set visual depth to 24 for 32 bits-per-pixel devices on
196         Win32. This allows gdk_drawable_real_draw_pixbuf() to use the
197         optimized composite_0888() function rather than the slower image
198         dithering functions to draw pixbufs (#313993, John Ehresman)
199
200         * gdk/win32/gdkimage-win32.c (_gdk_win32_new_image): Use
201         _gdk_windowing_get_bits_for_depth() to initialize
202         GdkImage::bits_per_pixel.
203         (_gdk_windowing_get_bits_for_depth): Return 32 bits for depth 24.
204
205         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use
206         _gdk_windowing_get_bits_for_depth() to initialize
207         BITMAPINFOHEADER::biBitCount.
208
209         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Set
210         GdkVisual::depth to 24 even if GetDeviceCaps(BITSPIXEL) returns
211         32.
212
213 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
214
215         * demos/gtk-demo/appwindow.c: (about_cb):
216           use PACKAGE_VERSION,bump year (#318654)
217
218 2005-10-11  Matthias Clasen  <mclasen@redhat.com>
219
220         * gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off 
221         toggle here with the matching on toggle if it immediately follows. 
222         This is a common case, and handling it here prevents quadratic blowup 
223         in cleanup_line() below.  (#317125)
224
225         * gtk/gtktextsegment.h: 
226         * gtk/gtktextsegment.c (_gtk_char_segment_new_from_two_strings): Pass
227         the character counts into this function instead of computing them
228         again.
229
230 2005-10-10  Tommi Komulainen  <tommi.komulainen@iki.fi>
231
232         * gtk/gtkfilechooser.h (GtkFileChooserError): Add ALREADY_EXISTS error
233         code.
234         * gtk/gtkfilechooserdefault.c
235         (gtk_file_chooser_default_add_shortcut_folder): Return an error code
236         when the shortcut already exists in the sidebar.  (#147521)
237
238 2005-10-09  Matthias Clasen  <mclasen@redhat.com>
239
240         * tests/testcombo.c: Demonstrate how to use custom widgets in
241         a GtkComboBox.  
242
243 2005-10-07  Federico Mena Quintero  <federico@ximian.com>
244
245         Fixes bug #317999:
246
247         * tests/autotestfilechooser.c (test_reload_sequence): Ensure that
248         the the result of gtk_file_chooser_get_folder() is NULL or
249         non-NULL at the right times.  Log the tests.
250         (test_button_folder_states): New test for the initial states of
251         the current folder in GtkFileChooserButton.
252         (main): Test that the number of warnings/errors/critical errors is
253         zero.
254
255         * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder):
256         Clarify the documentation on when this can return NULL.
257         (gtk_file_chooser_get_current_folder_uri): Likewise.
258
259         * gtk/gtkfilechooserbutton.c (struct
260         _GtkFileChooserButtonPrivate): Added a folder_has_been_set flag;
261         we use it to keep track of whether a folder has been set.
262         (gtk_file_chooser_button_map):  Implement.  If no folder has been
263         loaded before, we at least try to load $cwd here.
264         (gtk_file_chooser_button_constructor): If the construct-time
265         dialog already has a folder set, turn on our folder_has_been_set
266         flag.
267         (dialog_current_folder_changed_cb): Turn on our
268         folder_has_been_set flag.
269
270 2005-10-07  Michael Natterer  <mitch@gimp.org>
271
272         * gtk/gtkfilechooserdefault.c: remove some explicit #defines of
273         PROFILE_FILE_CHOOSER because they break compilation after the
274         removal of <unistd.h>.
275
276 2005-10-07   Matthias Clasen  <mclasen@redhat.com>
277
278         * gtk/gtkfilechooserdefault.c: Properly fix the unistd.h include
279         by moving it out of the profiling ifdef.
280
281         * gtk/gtkfilechooserdefault.c: Remove a redundant (and
282         unconditional) include of unistd.h  (#318211, Kazuki Iwamoto)
283
284         * gtk/gtktexttag.c (gtk_text_attributes_ref): Use
285         g_return_val_if_fail(), not g_return_if_fail().  (#318412,
286         Kazuki Iwamoto)
287
288 2005-10-06  Matthias Clasen  <mclasen@redhat.com> 
289                 
290         * gtk/gtk.symbols:
291         * gtk/gtktextbuffer.h:
292         * gtk/gtktextbuffer.c: Add a readonly has-selection property
293         with a getter.  (#318161, Paolo Borelli)
294
295 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
296
297         * README.in: Start collecting release notes for 2.10.
298
299         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory
300         leak fix, since the assertion failures were traced to 
301         an xchat bug.  (#314696)
302         
303         * gtk/gtkstyle.c (gtk_style_detach):
304         (gtk_style_attach):  Documentation improvements.
305         (gtk_style_detach): Assert that the attach_count is > 0.
306
307 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
308
309         * gtk/gtkfilechooserdefault.c (switch_to_shortcut): Take a
310         shortcut position, not a ShortcutsIndex, to make the function more
311         generic.
312         (home_folder_handler): Pass the resolved index to
313         switch_to_shortcut(), rather than just SHORTCUTS_HOME.
314         (desktop_folder_handler): Likewise for SHORTCUTS_DESKTOP.
315         (gtk_file_chooser_default_class_init): Add a "quick-bookmark"
316         binding signal, and bind it to Alt-1, Alt-2. ..., Alt-0.  These
317         make the respective key switch to the first, second, ..., tenth
318         bookmark.
319         (quick_bookmark_handler): Implement.
320
321 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
322
323         * gtk/gtkpathbar.c (get_dir_name): Don't special-case Home and
324         Desktop; just use their real names on the file system for the
325         user-visible names.
326
327         * gtk/gtkfilechooserdefault.c
328         (gtk_file_chooser_default_class_init): Add a "desktop-folder"
329         binding signal, and bind it to M-d by default.
330         (desktop_folder_handler): Implement the default handler.
331         (home_folder_handler): Use a helper function.
332         (switch_to_shortcut): New helper function.
333         (shortcuts_append_home): Don't special-case the name of "Home";
334         just use the folder name.
335
336 2005-10-04  Tor Lillqvist  <tml@novell.com>
337
338         * gtk/gtkcalendar.c (gtk_calendar_init): Make it compile without
339         HAVE__NL_TIME_FIRST_WEEKDAY. (#317910, Mathias Hasselmann)
340
341 2005-10-04  Matthias Clasen  <mclasen@redhat.com>
342
343         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
344         from yesterday, since it leads to assertion failures.  (#317879,
345         Sebastian Bacher)
346
347 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
348
349         * gtk/gtkcalendar.c (gtk_calendar_init): Call 
350         calendar_compute_days() after setting priv->week_start.
351
352 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
353
354         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Unref the style when
355         removing it from the hash table.  (#314696, Benjamin Berg)
356
357 2005-10-01  Tor Lillqvist  <tml@novell.com>
358
359         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap): In case
360         BitBlt() fails with ERROR_INVALID_HANDLE, the most probable cause
361         is that the the desktop isn't visible because the session has been
362         switched, the screen is locked, or a terminal server session
363         disconnected, so no error message necessary. (#137796)
364
365         It is of course remotely possible that BitBlt() failing with
366         ERROR_INVALID_HANDLE might also be caused by some other
367         problem. We could strive for perfection and track whether the
368         desktop is visible by using WTSRegisterSessionNotification() and
369         handling WM_WTSESSION_CHANGE. I think that's overdoing it just for
370         this issue, though. If we would track desktop visibility, we
371         should then avoid even trying to update the display at all while
372         the desktop isn't visible.
373
374 2005-09-30  Matthias Clasen  <mclasen@redhat.com>
375
376         * gtk/gtkcalendar.c (gtk_calendar_init): Another attempt
377         to correct the calculations for the first week day. We may
378         just have to remove this code if too many locales turn out 
379         to have broken data. 
380
381         * gtk/gtkimage.c (gtk_image_expose): Don't leak pixbuf in
382         some cases.  (#317611, Tommi Komulainen)
383
384         * gtk/gtksocket-x11.c (_gtk_socket_windowing_size_request):
385         Prevent overflow when storing size hints in an unsigned
386         short variable. Tracked down by Ray Strode and Søren Sandmann.
387
388 2005-09-29  Matthias Clasen  <mclasen@redhat.com>
389
390         * gtk/gtkbutton.c (gtk_button_set_image): Check arguments.  (#317491,
391         Paolo Borelli)
392
393         * gtk/gtkpaned.c (gtk_paned_grab_notify): Stop drags when being
394         grab shadowed.  (#317332)
395
396 2005-09-29  Tor Lillqvist  <tml@novell.com>
397
398         * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test.
399
400 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
401
402         * tests/autotestfilechooser.c (test_reload_sequence): Oops, return
403         if the unmap test fails.
404         (test_reload_sequence): Use gtk_widget_show_now() instead of
405         gtk_widget_show() for the dialog.
406         Thanks to Tim Janik for noticing these.
407
408 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
409
410         * tests/testcellrenderertext.c: New file with a set of tests for
411         GtkCellRendererText.  The idea is to run a text renderer through
412         most of its interesting property values to see that it works
413         correctly.
414
415         * tests/Makefile.am: Added testcellrenderertext.
416
417         * gtk/gtkfilechooserdefault.c (load_set_model): Mark the
418         entry/exit of this function for profiling.
419         (gtk_file_chooser_default_style_set): Mark the start/end of the
420         calls to the parent class and the the signal emission for profiling.
421
422 2005-09-29  Tor Lillqvist  <tml@novell.com>
423
424         * gtk/gtkmain.c (_gtk_get_localedir): The locale directory is
425         passed to bindtextdomain() which isn't UTF-8-aware, so convert to
426         system codepage using g_win32_locale_filename_from_utf8().
427         (#317457, Kazuki Iwamoto)
428
429 2005-09-28  Matthias Clasen  <mclasen@redhat.com>
430
431         * gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms 
432         here. (#317039, Paolo Borelli)
433
434         * gtk/gtktexttag.h: 
435         * gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
436         to make this function work as boxed copy function.  (#317455,
437         Gustavo Carneiro)
438
439         * gtk/gtkclipboard.c (request_image_received_func): Don't unref
440         NULL.  (#316828, Tor Lillqvist)
441
442 2005-09-28  Tor Lillqvist  <tml@novell.com>
443
444         * modules/input/imime.c: Include <config.h>. (#317444, Kazuki
445         Iwamoto)
446
447 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
448
449         Don't reload the current folder unnecessarily on ::map().
450
451         * gtk/gtkfilechooserprivate.h (ReloadState): New enum to represent
452         the reloading state.
453         (struct _GtkFileChooserDefault): Added a "reload_state" field.
454
455         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
456         Initialize impl->reload_state.
457         (gtk_file_chooser_default_map): Check the impl->reload_state; load
458         a default folder if no folder has been set, or reload the current
459         one only if we had been unmapped first.
460         (gtk_file_chooser_default_update_current_folder): Set the
461         reload_state to RELOAD_HAS_FOLDER.
462         (gtk_file_chooser_default_unmap): Implement, and set the
463         reload_state to RELOAD_WAS_UNMAPPED.
464         (shortcuts_model_create): Don't call shortcuts_add_bookmarks()
465         here; they'll get (re)loaded on ::map() anyway.
466
467         * gtk/gtkfilechooserwidget.c
468         (gtk_file_chooser_widget_constructor): Don't set a default folder here.
469
470         * tests/autotestfilechooser.c (test_action_widgets): Don't take in
471         a dialog; build it ourselves.
472         (test_reload): New test to ensure that we don't load the default
473         folder more than once, and that we reload it when
474         unmapping/remapping.
475         (get_impl_from_dialog): New utility function.
476         (test_widgets_for_current_action): Use get_impl_from_dialog().
477
478 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
479
480         * gtk/gtkfilechooserdefault.c
481         (gtk_file_chooser_default_constructor): Mark the entry/exit of
482         this function for profiling.
483         (check_icon_theme): Likewise.
484         (change_icon_theme): Likewise.
485         (settings_notify_cb): Likewise.
486         (gtk_file_chooser_default_screen_changed): Likewise.
487         (update_chooser_entry): If the selection is empty, clear the file
488         name entry only if we are in CREATE_FOLDER mode.  In SAVE mode,
489         nothing will be selected when the user starts typeahead in the
490         treeview, and we don't want to clear the file name entry in that
491         case --- the user could be typing-ahead to look for a folder name.
492         Fixes bug #308332, patch by Jürg Billeter.
493
494 2005-09-27  Matthias Clasen  <mclasen@redhat.com>
495
496         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
497         Pop below the entry if there's more free space below the entry
498         than above.  (#316948, Tommi Komulainen)
499
500 2005-09-26  Federico Mena Quintero  <federico@ximian.com>
501
502         Do not create the save mode-specific widgets in the open modes, so
503         that we don't carry their baggage around.
504
505         * gtk/gtkfilechooserdefault.c
506         (gtk_file_chooser_default_constructor): Don't create the
507         save_widgets here.
508         (save_widgets_create): Set the impl->save_widgets directly here,
509         instead of passing the widgets back to the caller.  Also, pack
510         them into the impl's box.
511         (update_appearance): Create or destroy the save widgets as
512         appropriate.  Set the action of the save_file_name_entry here.
513         (shortcuts_add_current_folder): Set the active item in the
514         save_folder_combo only if it exists.
515         (gtk_file_chooser_default_set_property): Don't set the action of
516         the save_file_name_entry here.
517         (gtk_file_chooser_default_update_current_folder): Set the base
518         folder of the save_file_name_entry only if the entry exists.
519         (shortcuts_drag_data_received_cb): Cast the selection_data->data
520         to (const char *) since that's what shortcuts_drop_uris() expects.
521         (file_list_drag_data_received_cb): Likewise, for
522         g_uri_list_extract_uris().
523
524 2005-09-26  Tor Lillqvist  <tml@novell.com>
525
526         * gdk/win32/gdkwindow-win32.c (gdk_window_shape_combine_mask): Set
527         the shaped flag here, too. (#316871)
528         (gdk_window_shape_combine_region): Currently unimplemented, so
529         don't do anything to the shaped flag here.
530
531 2005-09-26  Matthias Clasen  <mclasen@redhat.com>
532
533         Fix #316871, reported by Dan Winship:
534         
535         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a shaped flag.
536
537         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask) 
538         (gdk_window_shape_combine_region): Set it here.
539
540         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
541         remove the child area for shaped windows.
542
543 2005-09-23  Matthias Clasen  <mclasen@redhat.com>
544
545         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize):
546         Don't leak expander pixbufs.  (#316946, Tommi Komulainen)
547
548 2005-09-22  Michael Natterer  <mitch@imendio.com>
549
550         Renamed GtkCellRendererKeys to GtkCellRendererAccel to be
551         consistent with GTK+ terminology:
552
553         * gtk/gtkcellrendererkeys.[ch]
554         * tests/testkeys.c: removed...
555
556         * gtk/gtkcellrendereraccel.[ch]
557         * tests/testaccel.c: ...and added.
558
559         * gtk/Makefile.am
560         * gtk/gtk.h
561         * gtk/gtk.symbols
562         * tests/Makefile.am: changed accordingly.
563
564 2005-09-22  Matthias Clasen  <mclasen@redhat.com>
565
566         * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
567         for the grab-broken-event signal, noticed by Damon Chaplin.
568
569 2005-09-21  Tor Lillqvist  <tml@novell.com>
570
571         * gdk/win32/gdkselection-win32.c (gdk_selection_convert,
572         gdk_text_property_to_text_list_for_display,
573         gdk_text_property_to_utf8_list_for_display,
574         gdk_win32_selection_add_targets,
575         _gdk_win32_selection_convert_to_dib): Free return value from
576         gdk_atom_name().
577         (gdk_text_property_to_text_list_for_display): Drop GError variable
578         that isn't actually used after being set.
579
580 2005-09-20  Johan Dahlin  <jdahlin@async.com.br>
581
582         * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in 
583         documentation.
584
585 2005-09-20  Tor Lillqvist  <tml@novell.com>
586
587         * gdk/win32/gdkselection-win32.c
588         (gdk_selection_owner_get_for_display): Do return the correct owner
589         for CLIPBOARD (i.e., the owner of the Windows Clipboard, if it is
590         a window GDK knows about). The reason to return NULL seems to have
591         gone when in the fix for bug #163702 the artificial
592         GDK_SELECTION_CLEAR event generation was removed from
593         gdk_selection_send_notify_for_display(). Fixes bug #316552.
594
595 2005-09-20  Matthias Clasen  <mclasen@redhat.com>
596
597         Avoid unnecessary XkbGetState() calls and XkbStateNotify
598         events.  (#151555, Søren Sandmann)
599
600         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Use 
601         XkbSelectEventDetails() to select XkbStateNotify events
602         for only the state we care about.
603
604         * gdk/x11/gdkprivate-x11.h:
605         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_state_changed): Pass
606         the event into the function and update the keymap state from
607         the state information contained in the event. Adjust all callers.
608         
609 2005-09-19  Matthias Clasen  <mclasen@redhat.com>
610
611         * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
612         in multiple places to avoid segfaults if the index is out of range.  
613         (#316422, Guillaume Cottenceau)
614         (gtk_icon_view_set_drag_dest_item): 
615         (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
616         #316424, Guillaume Cottenceau)
617
618 2005-09-18  Hans Breuer  <hans@breuer.org>
619
620         * gtk/gtktrayicon-win32.c : now handling events by hard-coded 
621         g_signal_emit_by_name() - will break when gtkstatusicon.c changes.
622
623 2005-09-18  Hans Breuer  <hans@breuer.org>
624
625         * gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
626         _gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
627         * gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
628         the icon and is blinking with teststatusicon. More to come ...
629
630 2005-09-18  Hans Breuer  <hans@breuer.org>
631
632         * gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
633         cause gtkprogressbar.c has #include <config.h> conditionally; less
634         noise from generated gtk.def
635         * gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
636         
637         * gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
638         For me it works as well as the *NIX implemenation, that is not at all.
639
640         * gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
641
642         * gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
643         only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
644         back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
645         again - if compiled properly.
646
647         * tests/teststatusicon.c : don't use GNOME icons for testing, but icons
648         already coming with Gtk+. Makes it compile on win32.
649
650 2005-09-18  Guilherme de S. Pastore  <gpastore@cvs.gnome.org>
651
652         * README.cvs-commits: fixed some tiny typos
653
654 2005-09-16  Tor Lillqvist  <tml@novell.com>
655
656         * modules/engines/ms-windows/msw_style.c (draw_extension,
657         draw_box_gap): Check whether the widget actually is a GtkNotebook
658         before treating it as such. Drop some unneeded local variables,
659         use parameter with same information instead. (#316412)
660
661 2005-09-15  Federico Mena Quintero  <federico@ximian.com>
662
663         * tests/autotestfilechooser.c: Start a set of automated tests for
664         the file chooser.  The only test in there right now doesn't pass
665         yet.  It specifies the intended behavior of the first optimization
666         of a series which I'll do on the file chooser (see
667         http://primates.ximian.com/~federico/news-2005-09.html#14 for the
668         details of this optimization).
669
670         * tests/Makefile.am: Added autotestfilechooser.c.
671
672         * gtk/gtkfilechooserprivate.h (struct
673         _GtkFileChooserDialogPrivate): Move all the file chooser's private
674         structures to here, so that they can be accessed by
675         tests/autotestfilechooser.c:  _GtkFileChooserDialogPrivate,
676         _GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault.
677
678         * gtk/gtkfilechooserdialog.c: See above.
679
680         * gtk/gtkfilechooserwidget.c: See above.
681
682         * gtk/gtkfilechooserdefault.c: See above.
683
684 Thu Sep 15 15:27:55 2005  Tim Janik  <timj@imendio.com>
685
686         * gtk/gtkwindow.c: 
687         gtk_window_map_event(): new function to work around lost unmap requests.
688         fixes bug #316180.
689
690 2005-09-14  Federico Mena Quintero  <federico@ximian.com>
691
692         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Add
693         an easy-to-find profiling marker when starting to create a file
694         chooser.
695         (browse_files_model_finished_loading_cb): Likewise, for when the
696         chooser is finished loading.
697
698 2005-09-14  Tristan Van Berkom <tvb@cvs.gnome.org>
699
700         * gtk/gtkcolorbutton.c: Check "color" argument in 
701         gtk_color_button_set_color ()
702
703 2005-09-14  Matthias Clasen  <mclasen@redhat.com>
704
705         * gtk/gtklabel.c (gtk_label_get_type): 
706         * gtk/gtkbutton.c (gtk_button_get_type): 
707         * gtk/gtkwindow.c (gtk_window_group_get_type): No point in 
708         using a mem chunk for window groups, buttons, labels.
709
710         * gtk/updateiconcache.c (foreach_remove_func): Fix
711         a use-after-free bug.  (#316256, Alexander Nedotsukov)
712
713 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
714
715         * gtk/*.c: Various cleanups.  (#315360, Kjartan Maraas)
716
717         * gdk/*.c: Various cleanups.  (#315359, Kjartan Maraas)
718         
719 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
720
721         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
722         Let GDK_Return pass through in some more cases.
723
724         * gtk/gtkentry.c (gtk_entry_key_press): Reset the im context before
725         activating the entry. 
726
727         * gtk/gtkiconview.c (gtk_icon_view_class_init):
728         (gtk_icon_view_get_dest_item_at_pos):  Fix typos in the 
729         docs.  (#316008, #316027, #316121, Guillaume Cottenceau)
730
731         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
732         (#316001, Guillaume Cottenceau)
733
734         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Fix a copy-and-paste
735         mistake in the docs.  (#315993, Guillaume Cottenceau)
736
737         * tests/testentrycompletion.c (create_simple_completion_model): Add
738         some strings containing multibyte characters.
739
740         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
741         Fix prefix insertion for multibyte characters.  (#316095,
742         Tommi Komulainen)
743
744         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): 
745         * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): Silently
746         return NULL if the widget is not realized.  (#316023,
747         Guillaume Cottenceau)
748
749 2005-09-11  Matthias Clasen  <mclasen@redhat.com>
750
751         * gdk/gdk.symbols: 
752         * gdk/gdkproperty.h: 
753         * gdk/x11/gdkproperty-x11.c (gdk_atom_intern_static_string): 
754         New function to avoid pointless strdups when creating atoms
755         from static strings.  
756
757         * gdk/x11/*.c:
758         * gtk/*.c:  Use gdk_atom_intern_static_string() where 
759         appropriate.
760
761 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
762
763         * gtk/gtkcellrendererkeys.h: 
764         * gtk/gtkcellrendererkeys.c: Add a cell renderer for displaying
765         and editing accelerators, a port of EggCellRendererKeys .
766
767         * gtk/gtk.symbols:
768         * gtk/gtk.h:
769         * gtk/Makefile.am: Add the keys cell renderer.
770
771         * tests/Makefile.am: 
772         * tests/testkeys.c: Test GtkCellRendererKeys
773
774 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
775
776         Make it possible to determine if a key event is for a
777         modifier key:
778         
779         * gdk/x11/gdkprivate-x11.h: 
780         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier): 
781         New function to determine if a keycode is mapped to a modifier.
782         (get_xkb): Get the modmap.
783
784         * gdk/x11/gdkevents-x11.c (translate_key_event): Set the 
785         is_modifier bit by calling _gdk_keymap_key_is_modifier().
786
787         * gdk/gdkevents.h (struct _GdkEventKey): Add an is_modifier
788         bit.
789
790 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
791
792         * gdk/gdkpixbuf-drawable.c (convert_real_slow): Remove an 
793         unused variable, noticed by Kjartan Maraas.
794
795 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
796
797         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): 
798         Make drag reordering work properly for columns other than the
799         first.  (#315054, Dan Winship)
800         
801         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Handle 
802         invalid fontnames better. (#136926, Michael R. Walton)
803         
804         Stop cursor blinking in non-editable regions of a text view.
805         (#311508, Torbjörn Andersson)
806         
807         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): 
808         (cursor_blinks): Take editability into account when deciding
809         whether the cursor blinks.
810         (gtk_text_view_button_release_event): 
811         (gtk_text_view_move_cursor_internal): Update cursor blinking here.
812
813         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
814         Use connect_after to connect to the focus_out event. This
815         ensures that the entry has already stopped blinking by the time
816         we emit the edited signal.  (#315229, Thomas Leonard)
817
818         * tests/testgtk.c: Use GDK_MOD1_MASK, not GDK_ALT_MASK.
819
820         * gtk/gtkwindow.c (gtk_window_parse_geometry): Don't set
821         unsigned ints to -1.  (#315481, Kjartan Maraas)
822
823         * gtk/gtkcalendar.c (gtk_calendar_init): first_weekday is relative
824         to week_1stday, not to Sunday. Gotta love the ISO 14652 guys...
825         (#314473, Stanislav Brabec)
826
827 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
828
829         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
830         memory handling.  (#314975, Torsten Schoenfeld)
831
832         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
833         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
834         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
835         * gtk/gtklabel.c (gtk_label_class_init): 
836         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
837         Stylistic improvements and clarifications for some blurbs. 
838         (#315520, Clytie Siddall)
839
840 2005-09-09  Tor Lillqvist  <tml@novell.com>
841
842         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the
843         display name. There is only one GdkDisplay on Win32, and
844         constructing the display name isn't entirely trivial, so cacheing
845         is probably worth it. For instance GIMP calls this function a lot.
846         (gdk_display_open): Call gdk_display_get_name() to prime the
847         cached name.
848         (gdk_display_get_n_screens, gdk_display_get_screen,
849         gdk_display_get_default_screen): Verify parameter correctness like
850         the X11 backend does.
851
852         * gdk/win32/gdkscreen-win32.c (gdk_screen_make_display_name):
853         Return a freshly allocated string, as the API specifies. Fixes a
854         heap corruption problem that caused random errors and crashes in
855         GIMP, for instance.
856
857 2005-09-07  Matthias Clasen  <mclasen@redhat.com>
858
859         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
860         Make C-u commit and restart hex input if we are already in a
861         hex sequence.
862
863 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
864
865         * gdk/x11/gdkkeys-x11.c (update_modmap): Make the modmap reflexive.
866         (_gdk_keymap_add_virtual_modifiers): Don't add both Alt and Meta
867         if they are mapped to the same modifier.
868
869         * gtk/Makefile.am: Rename gtkstatusicon-x11.c and gtktrayicon.c
870         to gtkstatusicon.c and gtktrayicon-x11.c
871
872         * gtk/gtkaccelgroup.c: Include Super, Hyper and Meta in the
873         default accel mod mask.
874
875         * gtk/gtkaccelgroup.c (gtk_accelerator_parse): 
876         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
877         Don't use GDK_ALT_MASK.
878
879         * gdk/gdktypes.h: No need to introduce GDK_ALT_MASK
880
881 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
882
883         Add support for extra virtual modifiers:  (#85780, Owen Taylor)
884         
885         * tests/testgtk.c (create_key_lookup): Add tests for extra virtual
886         modifiers.
887
888         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Try to match both against
889         Mod2 - Mod5 and against Super, Hyper, Meta.
890
891         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
892         * gtk/gtkaccelgroup.c (gtk_accelerator_parse) 
893         (gtk_accelerator_name): Support Super, Hyper Meta and Mod2 - Mod5.
894
895         * gdk/x11/gdkkeys-x11.c (struct _GdkKeymapX11): Add a 
896         modmap to maintain the information which X modifiers map to
897         virtual modifiers.
898         (get_xkb): Set up the modmap from the XKB tables.
899         (update_keymaps): Set up the modmap from the information returned
900         by XGetModifierMapping in the non-XKB case.
901
902         * gdk/x11/gdkprivate-x11.h: 
903         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_add_virtual_modifiers): New 
904         function to set the virtual modifiers in the state.
905
906         * gdk/x11/gdkevents-x11.c (translate_key_event): Call 
907         _gdk_keymap_add_virtual_modifiers here.
908
909         * gdk/gdktypes.h (GdkModifierType): Add bits for virtual Super, 
910         Hyper and Meta modifiers. Also add GDK_ALT_MASK as an alias
911         for GDK_MOD1_MASK.
912
913 2005-09-05  Matthias Clasen  <mclasen@redhat.com>
914
915         * gtk/gtkaction.c (connect_proxy): Set the label of a button
916         if it has no child.  (#315253, John Finlay)
917
918 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
919
920         * gtkimcontextsimple.h: Add a modifiers_dropped bit
921
922 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
923
924         * gtk/gtkentry.c (gtk_entry_destroy): Disconnect idle handlers
925         on destroy to avoid problems when they are called on a destroyed
926         widget.  (#315135, John Cupitt)
927         
928         * gtk/gtkentry.c (gtk_entry_class_init):
929         * gtk/gtktextview.c (gtk_text_view_class_init): Add bindings
930         for Ctrl-Shift-A to unselect all.  (#309301, Kathy Fernandes)
931
932         * gtk/gtkimcontextsimple.c: Rework the Unicode hex input
933         code. Now we only steal a single key combination, Ctrl-Shift-U,
934         instead of sixteen. 
935         A hex Unicode sequence must be started with Ctrl-Shift-U, followed
936         by a sequence of hex digits entered with Ctrl-Shift still held.
937         Releasing one of the modifiers or pressing space while the modifiers
938         are still held commits the character. It is possible to erase
939         digits using backspace.
940         As an extension to the above, we also allow to start the sequence
941         with Ctrl-Shift-U, then release the modifiers before typing any
942         digits, and enter the digits without modifiers.
943         (#82011, Owen Taylor)
944         
945 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
946
947         * gtk/gtkmain.c (gtk_get_event_widget): If the window is destroyed,
948         we still need to deliver the destroy event.  (#314980, Chris Lahey)
949
950         * gtk/gtktextview.c (gtk_text_view_key_press_event): Reset 
951         im context before committing \n or \t.
952
953 2005-09-02  Alexander Larsson  <alexl@redhat.com>
954
955         * gtk/gtkfilechooserdefault.c: (shortcuts_add_volumes),
956         (shortcuts_activate_volume):
957         Handle base_path being null in the rest of the cases (#310270)
958
959 2005-09-02  Tor Lillqvist  <tml@novell.com>
960
961         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Keep track of
962         cursor position also in root window coordinates. Prune out
963         superfluous WM_MOUSEMOVE events even earlier, based on root window
964         coordinates. Windows sends WM_MOUSEMOVE messages after a new
965         window has ben mapped below the cursor even if the mouse doesn't
966         move. We used to generate GDK_MOTION_NOTIFY in these cases. This
967         confused at least gtk_menu_motion_notify(). (#314995)
968
969         * gtk/gtkintl.h: No need to include config.h here. It caused
970         warnings about GTK_LOCALEDIR being redefined on Win32 when
971         compiling files where gtkintl.h is included after gtkprivate.h
972         (which #undefines and re-#defines GTK_LOCALEDIR on Win32).
973
974         * gtk/gtkplug.c: Include config.h.
975
976 2005-09-01  Matthias Clasen  <mclasen@redhat.com>
977
978         * gtk/gtkfilesystemunix.c: Pass statbufs down to 
979         xdg_mime_get_mime_type_for_file() where possible, to avoid
980         useless re-stating.  
981         
982         * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
983         typo.  (#314921, Guillaume Cottenceau)
984
985         * gdk/*.c: Intern some more strings.
986         * gtk/gtkintl.h: 
987         * gtk/*.c: Define an I_() macro and use it instead of the 
988         bulky g_intern_static_string().
989
990 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
991
992         * gtk/gtkbindings.c (binding_signal_new): Intern the signal name
993         instead of copying it.
994
995         * gtk/gtktypeutils.c (gtk_identifier_get_type): Some more string interning.
996
997         * gtk/*.c: Also intern static strings passed to 
998         g_object_set_data().
999
1000         * gdk/Makefile.am: 
1001         * gtk/Makefile.am: Intern type names in code generated by 
1002         glib-mkenums, too.
1003
1004         * gtk/*.c: 
1005         * gdk/x11/*.c: 
1006         * gdk/*.c: Intern type names before registering the type to avoid 
1007         unnecessary copies.
1008
1009         * configure.in: Require GLib 2.9.0
1010
1011 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
1012
1013         * gtk/gtktoolbar.c: Undeprecate gtk_toolbar_set_icon_size(),
1014         and add icon-size and icon-size-set properties.  (#314172)      
1015
1016         * gtk/gtkwindow.c (gtk_window_set_transient_for): Inherit window
1017         groups across transient parents.  (#312918, Christian Persch)
1018
1019         * gtk/gtktreemodel.c: Some documentation fixes.  (#314882,
1020         Guillaume Cottenceau)
1021
1022         * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): 
1023         Fix a typo in the docs.  (#314878, Guillaume Cottenceau)
1024
1025 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
1026
1027         * gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
1028         make C-/ select all and C-\ unselect all.  (#309301,
1029         Kathy Fernandez)
1030
1031         * gtk/gtkimcontextsimple.c: Change the compose sequence for
1032         soft hyphen to be multi_key-minus-minus-space, and add
1033         compose sequences multi_key-minus-minus-period and 
1034         multi_key-minus-minus-minus for en dash and em dash.
1035         (#172653, Christian Lohmaier)
1036
1037         * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
1038         code.  (#313946, Christian Persch)
1039
1040         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
1041         fix for the default value of the "ui" property.
1042
1043 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
1044
1045         * gtk/gtk.symbols: 
1046         * gtk/gtkselection.h:
1047         * gtk/gtkselection.c: Add functions which look for text, image
1048         or uri targets in an array of atoms.   (#314089, Mark Wielaard)
1049
1050         * gtk/gtk.symbols: 
1051         * gtk/gtkselection.h:
1052         * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): 
1053         Add a function to check wether targets include uri.  
1054         (#314092, Mark Wielaard)
1055         
1056         * gtk/gtk.symbols: 
1057         * gtk/gtkwindow.h: 
1058         * gtk/gtkwindow.c: Add a deletable property with getter
1059         and setter, to control the close button in the window 
1060         frame.  (#59718, Havoc Pennington)
1061
1062 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
1063
1064         * gtk/gtkrc.key.emacs: Add C-n/C-p/C-f/C-b as alternatives
1065         to the arrow keys for menu navigation.  (#162825, Carl Worth)
1066
1067         * gtk/gtkentry.c, gtk/gtktextview.c: More typo fixes
1068
1069         * gtk/gtksocket-x11.c, gtk/gtkstatusicon-x11.c: Fix typos.
1070
1071         * gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock): 
1072         * gtk/gtkimage.c (gtk_image_new_from_stock): Don't
1073         refer to nonexisting stock ids.
1074
1075         * gtk/gtktextview.c (popup_targets_received): 
1076         * gtk/gtkentry.c (popup_targets_received): Construct
1077         the "Select All" menuitem from stock.
1078
1079         * gtk/stock-icons/stock_select_all_{16,24}.png:
1080         * gtk/stock-icons/Makefile.am: 
1081         * gtk/gtkiconfactory.c:
1082         * gtk/gtkstock.h: 
1083         * gtk/gtkstock.c: Add a "Select All" stock item.  (#78545,
1084         Calum Benson)
1085
1086         * gtk/gtktrayicon.c: Add a pointer to the spec.
1087
1088         * gtk/gtkstatusicon-x11.c: Add docs.
1089
1090         * gtk/gtkstatusicon.h: Fix a typo.
1091
1092         Add a cross-platform "tray icon" API, by
1093         porting EggStatusIcon/EggTrayIcon (#105101)
1094         
1095         * gtk/gtkstatusicon.h: A GtkStatusIcon is an object which
1096         displays an icon in a notification area.
1097
1098         * gtk/gtkstatusicon-x11.c: GtkStatusIcon implementation for
1099         X11, using GtkTrayIcon.
1100
1101         * gtk/gtktrayicon.h: 
1102         * gtk/gtktrayicon.c: An implementation of the freedesktop.org
1103         system tray specification, not public API.
1104
1105         * gtk/gtk.symbols: Add new exported functions.
1106
1107         * gtk/gtk.h: Include gtkstatusicon.h.
1108
1109         * gtk/Makefile.am: Add new files.
1110
1111         * tests/Makefile.am:
1112         * tests/teststatusicon.c: Test for GtkStatusIcon.
1113
1114 2005-08-29  Christopher Aillon  <caillon@redhat.com>
1115
1116         * gtk/gtkstock.c: Add builtin GtkStockItems for GTK_STOCK_CONNECT
1117         and GTK_STOCK_DISCONNECT
1118         
1119 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
1120
1121         * gtk/gtksocket-x11.c (_gtk_socket_windowing_embed_notify): 
1122         Use XFixesChangeSaveSet if available.  (#314682)
1123
1124         * gtk/gtkmenu.c (gtk_menu_grab_notify):  Only cancel if the menu
1125         was active.  (#314298, Christian Persch, analysis by Mark McLoughlin)
1126
1127 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
1128
1129         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): Remove an
1130         accidentally leftover duplicate pixbuf creation.  (#314700,
1131         Kjartan Maraas)
1132
1133         * gtk/gtksettings.c (settings_update_cursor_theme): Don't 
1134         leak the cursor theme name.  (#314693, Kjartan Maraas)
1135
1136         * gdk/x11/gdkasync.c (_gdk_x11_get_window_child_info): Free 
1137         state.children in all cases.  (#313862, Kjartan Maraas)
1138
1139 2005-08-28  Matthias Clasen  <mclasen@redhat.com>
1140
1141         * po/POTFILES.in, po-properties/POTFILES.in:
1142         Add gdk/gdkscreen.c
1143
1144 2005-08-27  Matthias Clasen  <mclasen@redhat.com>
1145
1146         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Fix the default
1147         value of the ui property. (#314532, Yong Wang)
1148
1149         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
1150         when G_MAXLONG is passed as length.  
1151
1152 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
1153
1154         * gtk/updateiconcache.c: Add a separate --ignore-theme-index option
1155         to avoid overloading --force.  (JP Rosevaar)
1156
1157 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
1158
1159         * configure.in: Bump version to 2.9.0
1160
1161         * gdk/gdk.symbols: 
1162         * gdk/gdkscreen.h: 
1163         * gdk/gdkscreen.c: Make the GdkScreen font options api
1164         public, and add properties GdkScreen::font-options and
1165         GdkScreen::resolution.  (#314004)
1166
1167         * gdk/gdkpango.c:
1168         * gtk/gtksettings.c:
1169         * gtk/gtkwidget.c: Adjust all callers.
1170         
1171         * gdk/gdkintl.h: Simplify and use glib/gi18n-lib.h.
1172         * gdk/gdkpango.c: Include gdkintl.h, not gtkintl.h.
1173         * gdk/gdkscreen.c: Include gdkintl.h.
1174
1175         * gtk/gtkicontheme.c (theme_lookup_icon): Avoid an uninitialized
1176         variable warning, pointed out by Colin Walters. (#314585)
1177
1178 2005-08-26  Tor Lillqvist  <tml@novell.com>
1179
1180         * gtk/gtkfilesystemwin32.c: Remove some ifdeffed out debugging
1181         printouts.
1182         (gtk_file_system_win32_parse): Don't mishandle UNC paths. (#314519)
1183
1184 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
1185
1186         * gtk/gtkcalendar.c (gtk_calendar_init): Fix the calculation
1187         of week_start.  (#314473, JP Rosevaar)
1188
1189 2005-08-25  Thomas Fitzsimmons  <fitzsim@redhat.com>
1190
1191         * gtk/gtkfilesystemmodel.c (idle_finished_loading_cb): Acquire GDK
1192         lock.  (#314533, Thomas Fitzsimmons)
1193
1194 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
1195
1196         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Handle
1197         NULL gracefully.  (#314523, Ed Catmur)
1198
1199 2005-08-25  Owen Taylor  <otaylor@redhat.com>
1200
1201         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): 
1202         Handle theme == NULL.
1203
1204 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
1205
1206         * gtk/gtkmenutoolbutton.c (menu_position_func): Take widget
1207         y offset into account when positioning the popup.  (#314470,
1208         Christian Persch)
1209
1210 2005-08-25  Owen Taylor  <otaylor@redhat.com>
1211
1212         * gdk/gdkscreen.c (gdk_screen_get_type): Use gdk_screen_init
1213         as instance_init, not base_init! (#314452, Fix from Frederic
1214         Crozat, reported by Joe Marcus Clarke). Trivial cleanup: use -1.
1215         rather than 1 for a negative flag value.
1216
1217 2005-08-24  Owen Taylor  <otaylor@redhat.com>
1218
1219         * gdk/gdkpango.c (draw_error_underline): Add a note about
1220         cut-and-paste between here and Pango.
1221
1222 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
1223
1224         * === Released 2.8.2 ===
1225
1226         * gtk/gtkclipboard.c (request_image_received_func): Use the correct
1227         callback for image/gif, and also try image/bmp.  (#314086,  Mark 
1228         Wielaard)
1229
1230         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon): 
1231         Use gnome-dev-harddisk for volumes, not gnome-fs-blockdev.  (#314382,
1232         Sebastien Bacher)
1233         
1234         * NEWS: Updates
1235
1236         * gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font
1237         and cursor settings get propagated down to the screen initially.
1238         Pointed out by Frederic Crozat.
1239
1240         * gtk/gtkicontheme.c (ensure_valid_themes): Don't try to send a client
1241         message if the screen is NULL. Noticed by Kjartan Maraas.
1242
1243 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
1244
1245         * Bump version
1246
1247         * === Released 2.8.1 ===
1248
1249         * NEWS: Updates
1250         
1251 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
1252
1253         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_visible): Protect
1254         against lazy filterers which return values other than TRUE or
1255         FALSE from their visible func.  (#314335)
1256
1257 2005-08-23  Owen Taylor  <otaylor@redhat.com>
1258
1259         Fix for #314004, reported by Michael Reinsch:
1260
1261         * gdk/gdk.symbols:
1262         * gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only()
1263         Add gdk_screen_get/set_resolution_libgtk_only()
1264
1265         * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set
1266         the options for the screen on the newly created context.
1267
1268         * gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c: 
1269         Move font options and dpi code from gtkwidget.c to gtksettings.c, set
1270         the font options on the screen.
1271
1272         * gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get
1273         the font options from the screen and set them on the context.
1274
1275 2005-08-23  Kristian Rietveld  <kris@gtk.org>
1276
1277         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't
1278         bother inserting new rows in a level with a zero refcount and
1279         immediately free the level. (Fixes #312350, reported by Markku Vire).
1280
1281 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
1282
1283         * gtk/updateiconcache.c: Complain when there is no index.theme file
1284         in the specified directory, unless --force is used. Also add an
1285         --index-only option to create caches without image data.
1286
1287         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Fix a
1288         C99ism.  (#314262, Robert Jeff Mitchell)
1289         
1290 2005-08-22  Manish Singh  <yosh@gimp.org>
1291
1292         * gtk/gtkicontheme.h: add declaration for _gtk_icon_theme_check_reload.
1293
1294         * gtk/gtkwindow.c: remove declaration of gtk_window_read_rcfiles.
1295
1296 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
1297
1298         * gtk/gtkwindow.c (gtk_window_client_event): 
1299         * gtk/gtkicontheme.c (ensure_valid_themes) 
1300         (_gtk_icon_theme_check_reload): Implement a clientmessage based
1301         scheme for makeing sure that all GTK+ applications notice if an
1302         icon theme has been updated. This should prevent multiple versions
1303         of an icon theme cache to be mapped in memory at the same time,
1304         which can cause excessive memory consumption.  (#313156, Chris 
1305         Lahey)
1306
1307 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
1308
1309         * gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note
1310         regarding icon theme changes.
1311
1312         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning
1313         pixbufs which are backed by the mmapped memory of an icon cache,
1314         increase the refcount of the icon cache, so that the memory is not
1315         munmapped away underneath the pixbuf upon icon theme changes.  
1316         (#314170, Kjartan Maraas)
1317
1318         * docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order 
1319         to link against Xext.  (#314062)
1320
1321         * gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
1322         overruns.  (#314081, Hans Breuer)
1323
1324 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
1325
1326         * gtk/gtkentry.c (gtk_entry_get_layout): Clarify that the
1327         returned layout must not be modified.
1328
1329 Sat Aug 20 16:12:14 2005  Jonathan Blandford  <jrb@redhat.com>
1330
1331         * gtk/gtktreeview.c (gtk_tree_view_set_model): clear
1332         scroll_to_path if the model changes.
1333
1334         * gtk/gtkiconview.c: (gtk_icon_view_destroy),
1335         (gtk_icon_view_size_allocate), (gtk_icon_view_set_cursor),
1336         (gtk_icon_view_scroll_to_path): Handle scrolling to a path before
1337         we're realized, #312798
1338         (gtk_icon_view_set_model): clear scroll_to_path if the model
1339         changes.
1340
1341 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
1342
1343         * gtk/gtkrange.c (gtk_range_adjustment_changed) 
1344         (gtk_range_adjustment_value_changed):  Don't queue a draw
1345         if the layout has not changed.  (#313991, Benjamin Berg)
1346
1347 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
1348
1349         * gtk/gtktreeitem.c: Remove duplicate lines.  (#313344,
1350         Benoit Carpentier)
1351
1352         * modules/engines/ms-windows/msw_style.c (setup_system_styles): 
1353         Fix a typo. 
1354
1355         * gtk/gtkfilechooserbutton.c (change_icon_theme) 
1356         (model_add_special, model_add_special, model_add_volumes):
1357         Handle pixbuf being NULL without warnings. Also, don't
1358         leak pixbuf references when the icon theme is changed.
1359
1360         * gtk/gtkmain.c (gtk_get_event_widget): Don't access
1361         the user data on destroyed windows, since at best
1362         it can be a stale pointer.  (#313953, Robin Green)      
1363
1364 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
1365
1366         * gtk/gtkhsv.c (paint_triangle): Avoid a buffer overrun.  
1367         (#313900, Sebastien Bacher)
1368
1369         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Return
1370         FALSE if the tree is empty.  (#313891, Guillaume Cottenceau)
1371
1372         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display) 
1373         (xdnd_read_actions, get_client_window_at_coords_recurse): 
1374         Free data returned from XGetWindowProperty. 
1375
1376         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window) 
1377         Free data returned from XGetWindowProperty.  (313867, Kjartan
1378         Maraas)
1379         
1380         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free
1381         children in all cases.  (#313862, Kjartan Maraas)
1382
1383         * gtk/gtkicontheme.c (theme_lookup_icon): Store GtkIconData structs 
1384         in the per-directory hash, even if they come from the icon cache. 
1385         We tried to avoid that before, but as a result leaked icon data
1386         structs.  (#313852, Kjartan Maraas)
1387
1388 2005-08-18  Matthias Clasen  <mclasen@redhat.com>
1389
1390         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_destroy): Disconnect
1391         signal handlers on destroy, not on finalize.  (#313759, Brett Atoms)
1392
1393 2005-08-15  Owen Taylor  <otaylor@redhat.com>
1394
1395         * configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
1396         files for x11/xext. (Jonas Bonn)
1397
1398 2005-08-15  Tor Lillqvist  <tml@novell.com>
1399
1400         * gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
1401         inside GTK_NOTE.
1402
1403 2005-08-15  Owen Taylor  <otaylor@redhat.com>
1404
1405         * configure.in: Fix have_base_pc / have_base_x_pc typo.
1406
1407         * gdk/x11/gdkdrawable-x11.c gtk/gtksettings.c: Remove panoxft.h includes.
1408         (#313417, James Andrewartha)
1409
1410         * configure.in: Add fontconfig to X_PACKAGES, since we use it for
1411         FcNameConstant(). (More of #313417)
1412
1413 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
1414
1415         * gtk/gtkfilechooserdefault.c: When using gtk_dialog_run() for
1416         modal dialogs, make sure to inherit the window group from 
1417         the parent, since we don't inherit window groups across
1418         transient parents currently.  (#312918, Christian Persch)
1419
1420         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): 
1421         * gtk/gtkdialog.c (gtk_dialog_run): Slight update to the docs. 
1422
1423         * gtk/gtkiconview.c (gtk_icon_view_select_path) 
1424         (gtk_icon_view_scroll_to_path): Handle paths of depth 0
1425         gracefully.  (#312796, Jonathan Blandford)
1426
1427         * tests/testtoolbar.c: Add some more tests for menu placement.
1428
1429         * gtk/gtkmenutoolbutton.c (menu_position_func): 
1430         * gtk/gtktoolbar.c (menu_position_func): Improve positioning
1431         of toolbutton menus and of the overflow menu.  (#312937, 
1432         #153870, Christian Persch, Paolo Borelli)
1433
1434 2005-08-15  Tor Lillqvist  <tml@novell.com>
1435
1436         * gtk/updateiconcache.c: Use g_path_get_dirname() instead of
1437         the nonportable <libgen.h> and dirname().
1438
1439 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
1440
1441         * gtk/gtksizegroup.c: Use object data to mark widgets and
1442         groups as visited, so that we avoid constant extra list
1443         traversals. Also allocate quarks in class_init.  (#311618,
1444         Michael Natterer)
1445
1446         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon): Correct the 
1447         download location for the hicolor icon theme. (#313475, Olexiy 
1448         Avramchenko)
1449
1450         * gtk/gtkicontheme.c: Remove debug spew. 
1451
1452 2005-08-15  Owen Taylor  <otaylor@redhat.com>
1453
1454         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap): 
1455         * gdk/win32/gdkwindow-win32.c (gdk_window_set_back_pixmap): 
1456         * gdk/x11/gdkwindow-x11.c (gdk_window_set_back_pixmap):
1457         Handle pixmap == NULL when checking for a colormap.
1458         (Allin Cottrell).
1459
1460 2005-08-14  Matthias Clasen  <mclasen@redhat.com>
1461
1462         * gtk/updateiconcache.c: Store only one copy of the pixel data
1463         for symlinked icons. To achieve this, maintain a hashtable 
1464         mapping pathnames to pixel data, and share the pixel data for
1465         all symlinks resolving to the same pathname. When writing out
1466         the image data, write out the pixel data only the first time
1467         it is met, and store the offset pointing to the first copy
1468         for use in all later cases.
1469         This reduces the size of the Bluecurve icon cache from 40
1470         to 13MB. (#312972)
1471