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