]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
initialize the inconsistent field in the private structure,
[~andy/gtk] / ChangeLog.pre-2-10
1 2006-01-13  Kristian Rietveld  <kris@imendio.com>
2
3         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_init):
4         initialize the inconsistent field in the private structure,
5         (gtk_cell_renderer_toggle_class_init),
6         (gtk_cell_renderer_toggle_{set,get}_property),
7         (gtk_cell_renderer_toggle_get_size): introduce a indicator-size
8         property.
9
10 2006-01-13  Michael Natterer  <mitch@imendio.com>
11
12         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row)
13         (gtk_tree_view_real_collapse_row): don't animate the expander
14         arrows if gtk-enable-animations is FALSE (bug #142582).
15
16 2006-01-12  Matthias Clasen  <mclasen@redhat.com>
17
18         * gtk/gtknotebook.c: Replace hardcoded values for tab-overlap and
19         tab-curvature with style properties.  (#325282, Alexander Nedotsukov)
20
21         * gtk/gtktextview.c (gtk_text_view_commit_text) 
22         (gtk_text_view_delete_from_cursor, gtk_text_view_backspace): 
23         Reset the virtual cursor position.  (#326003, Evert Verhellen)
24
25         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add some docs
26         about RGBA windows. (#326486, Benjamin Otte)
27
28 2006-01-12  Michael Natterer  <mitch@imendio.com>
29
30         * gdk/gdkimage.c (scratch_image_info_for_depth): connect to the
31         display's "closed" signal and free the cached scratch images upon
32         display closing (bug #85715).
33
34 2006-01-12  Michael Natterer  <mitch@imendio.com>
35
36         * gtk/gtkexpander.c (gtk_expander_set_expanded): skip the
37         animation if the gtk-enable-animations setting is FALSE
38         (bug #142582).
39
40 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
41
42         * gtk/gtklabel.c: Fix a C99ism (#326658, Kazuki Iwamoto)
43
44 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
45
46         * gtk/gtklabel.c: Add some notify batching, always
47         emit notify after setting the new value.
48
49         * gtk/gtkmessagedialog.c: Add properties.  (#311254,
50         Johan Dahlin)
51         (gtk_message_dialog_new): Remove some redundant code, pointed
52         out by Gustavo Carneiro.
53
54         * gdk/x11/gdkwindow-x11.c (create_moveresize_window): Clean
55         up properly if the grab fails.
56         (finish_drag): Don't leak a reference to moveresize_window
57         here.
58
59 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
60
61         * gdk/x11/gdkevents-x11.c: Fix string offsets.
62
63         Allow falling back to another icon theme before 
64         hicolor.   (#325546, Rodney Dawes)
65         
66         * gtk/gtksettings.c: Add a gtk-fallback-icon-theme setting.
67
68         * gdk/x11/gdkevents-x11.c: Map it to the XSetting Net/FallbackIconTheme.
69         
70         * gtk/gtkicontheme.c: Consult the fallback icon theme before
71         looking in hicolor. 
72
73 2006-01-10  Matthias Clasen  <mclasen@redhat.com>
74
75         * tests/testgtk.c: Add an expander example.
76
77         * gtk/gtkcalendar.c (gtk_calendar_focus_out): Queue a draw
78         when losing the focus.  (#326064, Andrew Conkling)
79
80         * gtk/gtkimmulticontext.c: 
81         * gtk/gtkhsv.c: 
82         * gtk/gtkhandlebox.c: Convert to use instance private data.
83
84         * gtk/gtk.h: Remove duplicate include.  (#326429, 
85         Benoît Carpentier)
86
87         * gtk/gtkpaned.c: Convert to use instance private data.
88
89 2006-01-10  Michael Natterer  <mitch@imendio.com>
90
91         * gdk/gdkpango.c (on_renderer_display_closed): disconnect from the
92         right object ("closed" is emitted by the display, not the screen).
93         (bug #85715)
94
95 2006-01-10  Anders Carlsson  <andersca@imendio.com>
96
97         * gdk/quartz/gdkproperty-quartz.c:
98         (ensure_atom_tables):
99         (intern_atom_internal):
100         (gdk_atom_intern):
101         (gdk_atom_intern_static_string):
102         (gdk_atom_name):
103         Implement local-only atoms.
104
105 2006-01-09  Matthias Clasen  <mclasen@redhat.com>
106
107         * gdk/gdkgc.c (gc_get_foreground): Correct a warning.
108         (#326341, Benoît Carpentier)
109
110         * gtk/gtk.symbols:
111         * gtk/gtkwindow.h:
112         * gtk/gtkwindow.c (gtk_window_get_group): Make this function
113         public API.  (#307099, Todd Berman)
114
115         * gtk/gtkmenu.c: 
116         * gtk/gtkmain.c: 
117         * gtk/gtkentrycompletion.c: 
118         * gtk/gtkcombo.c: 
119         * gtk/gtkcombobox.c: Update all callers.
120
121         * gtk/gtkentry.c (paste_received):  Make GtkEntryCompletion
122         complete on pastes at the end.  (#165714, Christian Neumair)
123
124         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): 
125         Prevent the first row being focused on map.  (#137351,
126         Niklas Knutsson)
127
128 2006-01-09  Johan Dahlin  <jdahlin@async.com.br>
129
130         * gtk/gtk.symbols:
131         * gtk/gtkeditable.h:
132         * gtk/gtksizegroup.c: (gtk_size_group_get_widgets):
133         * gtk/gtksizegroup.h:
134         (struct _GtkSizeGroup): 
135
136         Add gtk_size_group_get_widgets, fixes #326324.
137         Also mark all fields of GtkSizeGroup as private
138
139 2006-01-09  Matthias Clasen  <mclasen@redhat.com>
140
141         * gtk/gtktextlayout.c (gtk_text_layout_finalize): Don't
142         leak preedit_string and preedit_attrs.  (#322332, Paolo
143         Borelli)
144
145         * gtk/gtk.symbols:
146         * gtk/gtkaction.h: 
147         * gtk/gtkaction.c (gtk_widget_get_action): New function to
148         get the action for a proxy.  (#326288)
149
150         * gtk/gtkaction.c: Go back to the old key for attaching the
151         action to the proxy.  (#326288, Diego González)
152
153 2006-01-08  Matthias Clasen  <mclasen@redhat.com>
154
155         * gtk/gtkactiongroup.c (dgettext_swapped): Don't translate
156         empty strings.  (#326200, Christian Stimming)
157
158 2006-01-08  Matthias Clasen  <mclasen@redhat.com>
159
160         * gtk/gtkentry.[hc]: 
161         * gtk/gtklabel.[hc]: Shrink the private structs of these a bit.
162
163         * gtk/gtklabel.c (get_layout_location): Fix label alignment 
164         when width-chars is set.  (#326098, Benjamin Otte)
165
166         * gdk/gdkregion-generic.c (miRegionCopy): Fix this for the 
167         single-rectangle case.  (#326127, Benjamin Berg)
168         (gdk_region_copy): Use miRegionCopy() here.
169
170 2006-01-07  Matthias Clasen  <mclasen@redhat.com>
171
172         Fix actiongroup-action interaction that relied on 
173         actions connecting to notify on themselves:
174         
175         * gtk/gtkaction.[hc]: Factor out the code updating the
176         visibility/sensitivity of proxies into _gtk_action_sync_visible()
177         and _gtk_action_sync_sensible().
178
179         * gtk/gtkactiongroup.c: Call the new functions when the
180         group visibility/sensitivity changes. 
181
182 2006-01-06  Matthias Clasen  <mclasen@redhat.com>
183
184         * gtk/gtkactiongroup.c (gtk_action_group_set_sensitive) 
185         (gtk_action_group_set_visible): Add missing property change
186         notification.
187
188 2006-01-06  Matthias Clasen  <mclasen@redhat.com>
189
190         * gtk/gtkfilechooserbutton.c (model_add_special): Just use the
191         directory name for the home dir.  (#325817, Federico Mena Quintero)
192         
193         * gtk/gtktexttag.c (gtk_text_attributes_new): Initialize editable 
194         to TRUE. 
195         (gtk_text_tag_class_init): The default value for the direction 
196         property is GTK_TEXT_DIR_NONE. Add notes about the initial values 
197         of the font and language properties.
198
199         * gtk/gtktoolbutton.c (gtk_tool_button_class_init): Make clicked
200         an action signal.  (#325782, Martyn Russell)
201
202         * gtk/gtkviewport.c (viewport_set_adjustment): Disconnect from
203         the old adjustments signals.  (#325869, Jorn Baayen)
204
205 2006-01-06  Hans Breuer  <hans@breuer.org>
206
207         * tests/makefile.msc : added a bunch of tests
208         * tests/testcellrenderertext.c : use g_snprintf()
209         * tests/testfilechooserbutton.c : don't include unistd.h twice.
210         Removed the unconditional one and added direct.h for G_OS_WIN32
211         
212 2006-01-05  Hans Breuer  <hans@breuer.org>
213
214         * gdk/makefile.msc : also recurse into win32 for ::clean
215         * gtk/makefile.msc.in : create gtkbuiltincache.h (most code
216         to simulate links) and file renames
217
218 2006-01-05  Johan Dahlin  <jdahlin@async.com.br>
219
220         * gtk/gtkprogressbar.c: Set minimum for activity-step property to 0
221         instead of -G_MAXUINT.
222         
223 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
224
225         * gtk/gtkwindow.c: Only connect to the event if we have
226         a frame, since the handler is only relevant in that case.
227
228         * gtk/gtkaction.c (connect_proxy, disconnect_proxy): 
229         Use a weak reference rather than the destroy signal to track 
230         proxies going away.
231
232         * gtk/gtkbindings.c (binding_signal_new): Revert the last change.
233
234         * gtk/gtkaction.c (gtk_action_sync_property): 
235         (gtk_action_sync_stock_id): Removed.
236
237 2006-01-05  Rodrigo Moya <rodrigo@novell.com>
238
239         * gtk/gtkbindings.c (binding_signal_new): allocate correct amount for
240         signal and arguments.
241
242 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
243
244         * gtk/gtklabel.c (gtk_label_grab_focus): Don't return a value from
245         a void function.
246
247 2006-01-04  Matthias Clasen  <mclasen@redhat.com>
248
249         * gtk/gtkbindings.h (struct _GtkBindingSignal): Revert questionable
250         changes.
251         
252         * gtk/gtkbindings.c: Use the slice allocator and allocate signal
253         and arguments in one block.
254
255         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Don't return
256         a list of NULLs.  (#325723, Steve Chaplin)
257
258 2006-01-04  Rodrigo Moya <rodrigo@novell.com>
259
260         * gtk/gtkbindings.c (binding_signal_new): guard against multiplying
261         by -1 (when n_args is 0).
262
263 2006-01-04  Michael Natterer  <mitch@imendio.com>
264
265         * gtk/gtkmenutoolbutton.c
266         (gtk_menu_tool_button_set_menu)
267         (gtk_menu_tool_button_destroy): use gtk_menu_attach_to_widget()
268         and gtk_menu_detach() instead of reffing/unreffing the menu
269         manually. Also fixes brokenness on screen change (bug #85715).
270
271 2006-01-04  Matthias Clasen  <mclasen@redhat.com>
272
273         * gtk/gtkaccelmap.c: 
274         * gtk/gtkactiongroup.c: 
275         * gtk/gtkdialog.c: 
276         * gtk/gtkfilesystemunix.c: 
277         * gtk/gtkgc.c: 
278         * gtk/gtkkeyhash.c: 
279         * gtk/gtkplug.c: 
280         * gtk/gtktextiter.c: 
281         * gtk/gtktextlayout.c: 
282         * gtk/gtkuimanager.c: 
283         * gtk/gtkwidget.c: 
284         * gtk/gtkwindow.c: 
285         * gtk/gtkxembed.c: Use the slice allocator for many small 
286         allocations.
287
288         * gtk/gtkcolorsel.c: 
289         * gtk/gtktreeview.c: Use IPN.
290
291         * gtk/gtkwidget.c: Remove an unused field from the AccelPath 
292         struct.
293
294 2006-01-04  Tor Lillqvist  <tml@novell.com>
295
296         * gtk-zip.sh.in: Include also the gtk20-properties message catalogs.
297
298 2006-01-03  Matthias Clasen  <mclasen@redhat.com>
299         
300         * gtk/gtkdnd.c: Make it compile
301
302         * gtk/gtkdnd.c (gtk_drag_begin_internal): Call gtk_drag_update
303         for non-motion events.  (#325443, Peter Harvey)
304
305         * gtk/gtkaction.c: Avoid connecting to notify on our own
306         properties. 
307
308 2006-01-02  Matthias Clasen  <mclasen@redhat.com>
309
310         * gtk/gtkentry.c (gtk_entry_delete_from_cursor): When deleting
311         words, delete preceding whitespace as well.  (#325358,  Akkana Peck)
312
313 2006-01-02  Anders Carlsson  <andersca@imendio.com>
314
315         * gdk/quartz/GdkQuartzWindow.c:
316         (-[GdkQuartzWindow canBecomeMainWindow]):
317         (-[GdkQuartzWindow canBecomeKeyWindow]):
318         Have these return TRUE
319         
320         * gdk/quartz/gdkevents-quartz.c:
321         (pointer_grab_internal):
322         Remove FIXME
323         
324         (find_child_window_by_point_helper):
325         Fix bug in offset calculation
326         
327         (find_window_for_event):
328         Use grab window toplevel when a grab is in effect
329         
330         (gdk_event_translate):
331         Don't call _gdk_event_button_generate on mouse up
332         
333         * gdk/quartz/gdkgc-quartz.c:
334         (_gdk_quartz_gc_new):
335         Fix indentation
336         
337         * gdk/quartz/gdkwindow-quartz.c:
338         (gdk_window_new):
339         Make TEMP windows borderless
340         
341         (gdk_window_hide):
342         Hide window
343         
344         (gdk_window_get_origin):
345         Implement
346         
347 2006-01-02  Tor Lillqvist  <tml@novell.com>
348
349         * gdk/win32/gdkwindow-win32.c
350         (gdk_window_impl_win32_get_visible_region): Make identical to the
351         X11 implementation. (#322264, John Ehresman)
352
353         * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): Get the
354         invalidated region from ScrollWindowEx() instead of an incorrect
355         attempt to calculate it ourselves. Fix by John Ehresman. (#323666)
356
357         * gdkevents-win32.c: Make _gdk_win32_hrgn_to_region() non-static.
358
359         * gdkprivate-win32.h: Declare it.
360
361 2005-12-31  Matthias Clasen  <mclasen@redhat.com>
362
363         * gtk/gtkaction.c: 
364         * gtk/gtkentry.c: Connect to notify instead of multiple
365         detailed signals.
366
367 2005-12-30  Matthias Clasen  <mclasen@redhat.com>
368
369         * gdk/gdk.symbols: 
370         * gdk/gdkcairo.h: 
371         * gdk/gdkcairo.c: Add gdk_cairo_set_source_pixmap.  (#318805,
372         Alexander Larsson)
373
374         * gdk/gdkdisplaymanager.c (gdk_display_manager_set_property): Call
375         gdk_display_manager_set_default_display() to change the default
376         display.  (#153623, Stefan Kost)
377
378         * gtk/gtkmessagedialog.c (gtk_message_dialog_init):
379          (setup_type): Alert dialogs should not have titles and should 
380         not be displayed in the taskbar.  (#310443, Carlos Garnacho Parro,
381         Dennis Cranston)
382
383 2005-12-29  Matthias Clasen  <mclasen@redhat.com>
384
385         * gtk/gtkliststore.c: 
386         * gtk/gtktreestore.c: Always call the get_path and get_iter
387         implementations directly, rather than the current mixture whith
388         some calls going through the GtkTreeModel interface.
389
390         * gtk/gtktreemodelsort.c: 
391         * gtk/gtkliststore.c: 
392         * gtk/gtktreestore.c: Remove excessive g_return_if_fail() checks
393         in static functions.
394         
395         * gtk/gtktreedatalist.c: Use the slice allocater for 
396         GtkTreeDataSortHeader.
397
398         * gtk/gtktreedatalist.h: 
399         * gtk/gtktreedatalist.c (_gtk_tree_data_list_set_header): New function.
400
401         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): 
402         * gtk/gtkliststore.c (gtk_list_store_set_sort_func): 
403         * gtk/gtktreestore.c (gtk_tree_store_set_sort_func): Use it here.
404
405 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
406
407         * gtk/gtkbindings.h (GtkBindingSignal): 
408         * gtk/gtkbindings.c (binding_signal_new): Make the
409         args a flexible array inside the struct, and allocate them
410         together.
411
412 Wed Dec 28 00:45:46 2005  Tim Janik  <timj@gtk.org>
413
414         * gtk/gtkctree.c (row_delete): delete GtkCTreeRow as GtkCTreeRow, not
415         clist rows which crashes in gslice later on.
416
417 2005-12-27  Federico Mena Quintero  <federico@ximian.com>
418
419         * gtk/gtkfilefilter.c (gtk_file_filter_filter): In the case for
420         FILTER_RULE_PIXBUF_FORMATS, check that filter_info->mime_type is
421         not NULL.  Fixes bug #317687.
422
423 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
424
425         * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
426         (gdk_screen_get_setting): Avoid relocations for the settings
427         map.
428
429         * gdk/x11/gdkproperty-x11.c: Avoid relocations for the list
430         of standard atoms.
431
432         * gtk/gtkbindings.c (gtk_binding_set_new): Avoid copying
433         the set_name by interning it.
434
435 2005-12-26  Matthias Clasen  <mclasen@redhat.com>
436
437         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Precache atoms
438         before calling gdk_window_new().
439
440         * gtk/gtktextbtree.c: Use the slice allocator for some other small
441         auxiliary structures as well.
442
443         * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
444         docs.  (#324996)
445
446         * gtk/gtktextbtree.c (gtk_text_btree_get_tag_info) 
447         (gtk_text_btree_remove_tag_info): Use the slice allocator for 
448         tag info.
449
450         * README.in: Mention the stripping of (_F) suffixes.
451
452         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of 
453         the form "(_<single character>)", since this is the preferred way
454         for some languages to indicate accelerators.  (#323956, Yang Hong)
455
456         * gtk/gtklabel.c (gtk_label_class_init): Add a gtk-label-select-on-focus
457         setting.
458         (gtk_label_grab_focus): And use it here to select the contents of
459         the label when appropriate.
460         (gtk_label_class_init): Use the same keybindings for select all/
461         unselect all as GtkEntry and GtkTextView.
462
463         * gtk/gtkdialog.c (gtk_dialog_map): When looking for the initial
464         focus, avoid leaving a selection in a label.
465
466 2005-12-25  Matthias Clasen  <mclasen@redhat.com>
467
468         * gtk/gtkwindow.c: Documentation fixes.  (#324815, 
469         Ross Burton)
470
471         * configure.in: Require GLib 2.9.2
472
473 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
474
475         * gdk/gdkregion-generic.c: 
476         * gdk/gdkpolyreg-generic.c: 
477         * gdk/gdkregion.h: 
478         * gdk/gdkrectangle.c: Inline docs, use g_assert(), avoid 
479         extra allocation for rectangular regions.
480
481 Thu Dec 22 18:53:14 2005  Tim Janik  <timj@gtk.org>
482
483         * gtk/gtkobject.[hc]: renamed GUnowned to GInitiallyUnowned.
484
485 Thu Dec 22 17:55:11 2005  Tim Janik  <timj@gtk.org>
486
487         * gtk/gtkobject.h: parent type fixups in structure declarations.
488
489 Thu Dec 22 16:01:27 2005  Tim Janik  <timj@imendio.com>
490
491         * gtk/gtkobject.c: derive GtkObject from GUnowned,
492         so it initially has a floating reference count.
493         gtk_object_class_init(): installa floating flag handler with
494         libgobject, so for GtkObjects the flag is stored as GTK_FLOATING
495         in the ->flags member.
496
497         * tests/floatingtest.c: test floating flag uses.
498
499 2005-12-21  Matthias Clasen  <mclasen@redhat.com>
500
501         * gdk/gdkregion-generic.c: Use the slice allocator
502         for regions. Still todo: avoid extra allocations for
503         the single-rectangle case.
504
505         * gtk/gtksettings.c (gtk_settings_class_init): Update
506         class_n_properties after installing color-hash, since
507         other classes install settings, too.
508
509         * gtk/gtkctree.c: 
510         * gtk/gtkclist.c: Fix some mistakes in the conversion
511         from mem chunks to slice allocator.
512
513         * gtk/gtkiconview.c (adjust_wrap_width): Adjust the 
514         wrap-width also if an explicit item width is set.  
515         (#322475, Alex Graveley)
516         
517 2005-12-20  Matthias Clasen  <mclasen@redhat.com>
518
519         * gtk/gtkiconview.c (gtk_icon_view_button_press): Reset 
520         pressed_button to -1 after handling a double click, so that
521         motion events occurring between here and the release event
522         don't trigger DND.  (#324588, Dave Andreoli)
523
524 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
525
526         * gtk/gtkcellrenderer.c: 
527         * gtk/gtkselection.c: 
528         * gtk/gtkcalendar.c: 
529         * gtk/gtkitemfactory.c: 
530         * gdk/gtkcombo.c: 
531         * gdk/gdkpixbuf-render.c: Documentation updates
532
533         * gtk/gtktreemodel.c: 
534         * gtk/gtkplug.c: 
535         * gtk/gtkwindow.c: Documentation fixes.
536
537 2005-12-19  Michael Natterer  <mitch@imendio.com>
538
539         * gtk/gtkentry.c: implement boolean property "truncate-multiline"
540         which, when enabled, truncates multi-line pastes or drops to their
541         first line. Fixes bug #322252.
542
543         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): enable
544         truncate-multiline here.
545
546 2005-12-17  Matthias Clasen  <mclasen@redhat.com>
547
548         * gtk/gtksettings.c (get_color_hash): Don't crash if
549         there is no color scheme.  (#324429, Diego Gonzalez)
550
551 2005-12-16  Matthias Clasen  <mclasen@redhat.com>
552
553         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
554         * gtk/gtkimmodule.c (gtk_im_module_load): 
555         * gtk/gtkthemes.c (gtk_theme_engine_load): 
556         * gtk/gtkmodules.c (find_module): Use G_MODULE_BIND_LAZY when
557         opening modules.
558
559         * gtk/gtksettings.[hc]: Rework the way the color scheme setting
560         is inherited. Now the overriding is done on a per-color basis,
561         rather than for the setting as a whole. This has the effect
562         that themes can declare defaults for all the symbolic colors they
563         use by specifying a value for the gtk-color-scheme setting in 
564         their rc file, while still allowing the XSetting to override
565         "standard" symbolic colors. The hash table is now available
566         through the color-hash property.
567         
568         * gtk/gtkrc.c: Use the new color-hash property.
569         
570 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
571
572         * gtk/gtkcontainer.c (_gtk_container_focus_sort): Skip unrealized
573         children when doing focus sorting.  (#323995, Dan Winship)
574
575 2005-12-14  Rodney Dawes  <dobey@novell.com>
576
577         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon):
578         Default to "drive-harddisk" and then fall back to gnome-dev-harddisk
579         (get_icon_for_mime_type): Look up the mime type icons according to the
580         Icon Naming Specification and then fall back to the gnome-mime- prefix
581         for the mime type icons
582
583         Fixes #323655
584         
585 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
586
587         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Warn if the icon
588         cannot be loaded.  (#323504, Kjartan Maraas)
589
590         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add docs 
591         for the row-activated signal.  (#324044, Davyd Madeley)
592
593 2005-12-14  Michael Natterer  <mitch@imendio.com>
594
595         * tests/test-images/valid_jpeg_progressive_test: new test image.
596
597 Tue Dec 13 09:47:20 2005  Tim Janik  <timj@gtk.org>
598
599         * README.in: added a link to the floating reference docs in the
600         2.10 release NEWS section.
601
602 2005-12-12  Matthias Clasen  <mclasen@redhat.com>
603
604         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index): 
605         Speed this function up, using the fact that visibility is 
606         constant across segments. (#321548, Paolo Borelli)
607
608         * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): 
609         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Speed up
610         stepping backwards.  (#320638, Larry Ewing, Paolo Borelli)
611
612         * gtk/gtkicontheme.c (ensure_valid_themes): Only broadcast
613         _GTK_LOAD_ICONTHEMES if we detect a real theme change, not
614         upon initial theme load.  (#323876, Peter Lund)
615
616         * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
617         the size-changed signal correctly.  (#323848, Murray Cumming)
618
619         * gtk/gtkmarshalers.list: Add necessary marshaller.
620
621         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't
622         fall thru to the wrong window types.  (#323843)
623
624         Make the gtk-color-scheme setting work.
625         
626         * gtk/gtksettings.h: 
627         * gtk/gtksettings.c (_gtk_settings_get_color_hash): Add a getter
628         that takes care of initializing the color hash if it is not 
629         already there.  
630
631         * gtk/gtkrc.c (gtk_rc_color_scheme_changed, gtk_rc_context_get): 
632         And use it here.        
633
634 2005-12-10  Matthias Clasen  <mclasen@redhat.com>
635
636         * gdk/gdk.c (gdk_parse_args): Warn if parsing fails,
637         not if it succeeds. 
638
639 2005-12-09  Matthias Clasen  <mclasen@redhat.com>
640
641         * gtk/gtkselection.c (gtk_selection_data_get_uris): Don't
642         leak list[0].  (#323629, Markku Vire)
643
644         * gtk/gtktextbuffer.c (paste_from_buffer): Unref the buffer
645         when freeing the RequestData.  (#323577)
646
647 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
648
649         * demos/gtk-demo/iconview_edit.c (set_cell_color): Don't
650         leak text.
651
652         * gtk/gtktoolbutton.c (clone_image_menu_size): Fix a 
653         variable name clash.  (#323475, Ross Burton)
654
655 2005-12-07  Ross Burton  <ross@burtonini.com>
656
657         * docs/reference/gtk/tmpl/gtkenums.sgml:
658         * gtk/gtktoolbutton.c:
659         If the toolbar mode is ICONS and there is no icon set then show
660         the label, and vice versa (#322019)
661
662 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
663
664         * gtk/gtktoolbutton.c (clone_image_menu_size): Fix a 
665         variable name clash.  (#323475, Ross Burton)
666
667         * gtk/gtktreeview.c (gtk_tree_view_key_press): Use the correct
668         window when synthesizing the key event.  (#323077,
669         Sadrul Habib Chowdhury)
670         
671         (gtk_tree_view_search_key_press_event): Also listen for
672         GDK_ISO_Left_Tab.  (#323077, Sadrul Habib Chowdhury)
673
674         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler): 
675         Only scroll if we have focus.  (#316310, Paolo Borelli)
676
677         * gtk/gtkfilesystemunix.c (cb_fill_in_mime_type): Fix a C99ism,
678         spotted by Crispin Flowerday.
679
680 2005-12-06  Behdad Esfahbod  <behdad@gnome.org>
681
682         * gtk/gtksettings.c (settings_update_font_options): Turn metrics
683         hinting on (part of #307196)
684
685 2005-12-06  Matthias Clasen  <mclasen@redhat.com>
686
687         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_reset): Don't
688         commit from reset, it upstets GtkTextView.
689
690         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Be more
691         careful when turning blinking on and off.
692         (gtk_text_view_focus_out_event): Make the cursor really invisible
693         when the focus goes away.  (#323087, Sadrul Habib Chowdhury)
694         (cursor_blinks): Check the gtk-cursor-blink setting first.
695
696         * gtk/gtktreeview.c (gtk_tree_view_key_press): Fix refcounting
697         issues with new_event and its window.
698
699         * gtk/gtkmenu.c (gtk_menu_attach_to_widget): Accept NULL
700         as a detach func.  (#323386, Jorn Baayen)
701
702         * gtk/gtkcalendar.c: Avoid conflict with win32 headers in
703         the libdate routines.  (#323045, Kazuki Iwamoto)
704
705         * gdk/gdk.c (gdk_parse_args): 
706         * gtk/gtkmain.c (gtk_parse_args): Don't ignore errors
707         from g_option_context_parse(). 
708
709 Tue Dec  6 11:37:59 2005  Tim Janik  <timj@gtk.org>
710
711         * gdk/gdkevents.c (gdk_event_new): fix missing hash table 
712         initialization.
713
714 Tue Dec  6 10:32:17 2005  Tim Janik  <timj@gtk.org>
715
716         * gtk/gtkstatusbar.c: ported memchunk uses to g_slice, so the code
717         compiles again.
718
719 2005-12-05  Federico Mena Quintero  <federico@ximian.com>
720
721         * gtk/gtkfilechooserdefault.c (trap_activate_cb): "event->state &
722         modifiers", not "event->state && modifiers".  Patch by Sadrul
723         Habib Chowdhury <imadil@gmail.com>.  Fixes bug #323073.
724
725 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
726
727         * gtk/gtkwidget.c: 
728         * gtk/gtkuimanager.c: 
729         * gtk/gtktreedatalist.c: 
730         * gtk/gtktext.c: 
731         * gtk/gtkmain.c: 
732         * gtk/gtkitemfactory.c: 
733         * gtk/gtkseparator.[hc]:
734         * gtk/gtkclist.[hc]: 
735         * gtk/gtkctree.c:
736         * gtk/gtkgc.c: Use g_slice instead of mem chunks.
737
738 2005-12-05  Michael Natterer  <mitch@imendio.com>
739
740         * gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
741         "timeout-initial", "timeout-repeat", "color-scheme" and
742         "enable-animations" to X settings.
743
744 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
745
746         * gdk/gdkevents.c: 
747         * gdk/gdkcolor.c: Use g_slice instead of mem chunks.
748
749         * gtk/gtktreeview.c (gtk_tree_view_key_press): Free new_event
750         after sending it to the search entry.  (#323209, Crispin Flowerday)
751
752         * README.in: Add a note about GTK_FLOATING.
753
754         * gtk/gtkobject.h (GTK_OBJECT_FLOATING): Use g_object_is_floating.
755
756 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
757
758         * gtk/gtktoolbutton.c (clone_image_menu_size): Don't leak
759         a pixbuf.  (#323024, Paolo Borelli)
760
761 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
762
763         * gtk/gtkfilesystemunix.c (get_icon_for_mime_type): Don't crash
764         if mime_type is NULL.  (#322998, Sadrul Habib Chowdhury)
765
766 2005-12-02  Michael Natterer  <mitch@imendio.com>
767
768         * gtk/gtkmenu.c: applied modified patch from maemo-gtk which
769         adds a "horizontal-padding" style property. Fixes bug #323036.
770
771 2005-12-01  Michael Natterer  <mitch@imendio.com>
772
773         Merged modified patch from maemo-gtk that allows to disable
774         toolbar animations. Addresses bug #142582.
775
776         * gtk/gtksettings.c: added boolean property "gtk-enable-animations".
777         (patch from Christian Neumair)
778
779         * gtk/gtktoolbar.c: don't animate toolbar changes if the settings
780         property is FALSE. Replaced the individual "notify::foo"
781         connections to GtkSettings by a single "notify" callback and
782         dispatch internally.
783
784 2005-12-01  Michael Natterer  <mitch@imendio.com>
785
786         * gtk/gtkmenu.c (gtk_menu_class_init): removed redundant
787         assignment of widget_class->motion_notify_event.
788
789 2005-11-29  Matthias Clasen  <mclasen@redhat.com>
790
791         * gtk/gtktoggleaction.c (gtk_toggle_action_class_init): Add 
792         an active property.  (#322673, Jorn Baayen)
793
794         Properly handle model changes in GtkTreeSelection: (#322569,
795         Milosz Derezynski)
796         
797         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): 
798         Get a reference to the model, and stop the iteration if the model
799         of the treeview is changed on the way.
800
801         * gtk/gtktreeprivate.h: 
802         * gtk/gtktreeselection.c (_gtk_tree_selection_emit_changed): New 
803         private function to emit the GtkTreeSelection::changed signal.
804
805         * gtk/gtktreeview.c (gtk_tree_view_set_model): Call 
806         _gtk_tree_selection_emit_changed() when the model changes.
807
808 2005-11-28  Federico Mena Quintero  <federico@ximian.com>
809
810         Fixes the critical warnings from bug #317999, thus fixing the bug
811         completely:
812
813         * gtk/gtkfilechooserdefault.c
814         (gtk_file_chooser_default_get_paths): In SELECT_FOLDER mode,
815         use _gtk_file_chooser_get_current_folder_path() instead of fetching the
816         impl->current_folder directly.  The latter may be null if we are
817         in RELOAD_NONE state.
818
819 2005-11-28  Federico Mena Quintero  <federico@ximian.com>
820
821         Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):
822
823         * gtk/gtkfilechooserdefault.c (up_folder_handler): Don't add the
824         current_folder to the pending select paths here; the path bar will
825         give it to us now.
826         (path_bar_clicked): Add the child_path to the pending select paths
827         here.
828         (show_and_select_paths): Don't filter out folders.
829         (show_and_select_paths): Don't take separate arguments for
830         only_one_path and multiple paths.
831
832         * tests/autotestfilechooser.c (test_folder_switch_and_filters):
833         New test about preserving the filters when we change folders.
834
835 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
836
837         * gtk/gtkscale.c (_gtk_scale_format_value): Insert an LRM, to prevent
838         -20 to come out as 20- in RTL locales.  (#322571, Tze'ela Hebron)
839
840         * gtk/gtkaction.c (gtk_action_sync_button_stock_id) 
841         (connect_proxy): Buttons use the label property for stock ids.  (#322565,
842         Milosz Derezynski)
843
844         * gtk/gtkiconview.c (update_text_cell, update_pixbuf_cell): Correctly
845         handle the cell list and indices into it.  (#321856)
846
847 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
848
849         * gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
850         the timeout is done.  (#322291, Jean-Yves Lefort)
851
852 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
853
854         * gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
855         F2 work for renaming bookmarks.  (#320822, Jaap A. Haitsma, patch
856         by Paolo Borelli)
857
858 2005-11-28  Tor Lillqvist  <tml@novell.com>
859
860         * gdk/win32/gdkwindow-win32.c (gdk_window_set_urgency_hint):
861         Implement the conditional use of FlashWindowEx() properly for MSVC
862         compilations. The code was confusingly assuming that if compiled
863         with a "new" compiler, it will only be run on "new" Windows
864         versions. We want it to run on "old" versions, too, even if
865         compiled with a "new" compiler. There are two orthogonal issues:
866         whether the compiler defines the necessary API in its headers, and
867         whether it is present at run-time. (#318077)
868
869         * gtk/gtkcalendar.c (gtk_calendar_init): Use GetLocaleInfo() on
870         Windows to get the localized weekday and month names. strftime()
871         in the Microsoft C library returns strings in the default codepage
872         for the locale of the process, not the system codepage. Thus
873         g_locale_to_utf8() isn't useable on the return value from
874         strftime(). (#322603)
875
876 2005-11-27  Matthias Clasen  <mclasen@redhat.com>
877
878         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup): 
879         Fix an example.  (#322493, Elie De Brauwer)
880         
881         Fix two memory handling problems in GtkTreeView: (#322350, 
882         Søren Sandmann)
883         
884         * gtk/gtktreeview.c (gtk_tree_view_destroy) 
885         (gtk_tree_view_set_model): Remove all references to nodes in
886         the old model.
887         (gtk_tree_view_real_collapse_row): Unmark expanded_collapsed_node
888         before removing the children.
889
890         * gtk/gtkcolorbutton.c (gtk_color_button_init): Don't leak a 
891         PangoLayout here.  (#322505, Paolo Borelli)
892
893 2005-11-27  Tor Lillqvist  <tml@novell.com>
894
895         Once again rework Win32 window decoration code. Doesn't break
896         #104514. The dialogs in gtk-demo now have the same decorations and
897         behaviour as on X11. Tried to fix #322516 but it seems very hard
898         to make the trivial sample program there behave as expected. OTOH,
899         simply moving the gtk_window_decorate() call in the #322516 sample
900         program after the call to gtk_widget_show() helps...
901             
902         * gdk/win32/gdkwindow-win32.c (set_or_clear_style_bits): Revert to
903         the correct semantics. Each call to gdk_window_set_decorations()
904         which calls this function is supposed to affect all decorations.
905
906         (decorate_based_on_hints): New function, looks at both geometry
907         hints and type hint and sets window decorations based on
908         that. Consolidate code from gdk_window_set_geometry_hints() and
909         gdk_window_set_type_hint() here.
910
911         (gdk_window_set_geometry_hints, gdk_window_set_type_hint): Call
912         decorate_based_on_hints().
913
914 2005-11-25  Dom Lachowicz <cinamod@hotmail.com>
915
916         * modules/engines/ms-windows/*.[ch]: Merge with gtk-wimp's CVS.
917         Includes improved menu icon spacing, [+]/[-] expander drawing,
918         status-bar gippie drawing, and notebook tab drawing.
919         
920 2005-11-24  Michael Natterer  <mitch@imendio.com>
921
922         * gtk/gtktoolbar.h (struct _GtkToolbar): changed two private guint
923         that used to hold signal handler IDs to two guint of padding.
924
925         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): added them as
926         gulong here.
927
928         (gtk_toolbar_screen_changed): changed accordingly.
929
930 Wed Nov 23 18:55:47 2005  Tim Janik  <timj@imendio.com>
931
932         * gtk/gtkobject.[hc]: deprecated floating/sink API and implemented it
933         in terms of the GObject floating/sink API.
934
935         * gtk/gtkaboutdialog.c:
936         * gtk/gtkaction.c:
937         * gtk/gtkcellview.c:
938         * gtk/gtkclist.c:
939         * gtk/gtkcolorsel.c:
940         * gtk/gtkcombobox.c:
941         * gtk/gtkfilechooserdefault.c:
942         * gtk/gtkiconview.c:
943         * gtk/gtkinvisible.c:
944         * gtk/gtkitemfactory.c:
945         * gtk/gtklayout.c:
946         * gtk/gtkmenu.c:
947         * gtk/gtkmenutoolbutton.c:
948         * gtk/gtknotebook.c:
949         * gtk/gtkprogress.c:
950         * gtk/gtkrange.c:
951         * gtk/gtkspinbutton.c:
952         * gtk/gtkstatusicon.c:
953         * gtk/gtktext.c:
954         * gtk/gtktextview.c:
955         * gtk/gtktoolbar.c:
956         * gtk/gtktoolbutton.c:
957         * gtk/gtktoolitem.c:
958         * gtk/gtktreeitem.c:
959         * gtk/gtktreeview.c:
960         * gtk/gtktreeviewcolumn.c:
961         * gtk/gtkuimanager.c:
962         * gtk/gtkviewport.c:
963         * gtk/gtkwidget.c:
964         * gtk/gtkwindow.c:
965         ported to use GObject's g_object_ref_sink().
966
967         * gtk/gtkcolorsel.c:
968         * gtk/gtkfilechooserdefault.c:
969         * gtk/gtkaboutdialog.c:
970         fixed compiler warnings.
971
972 2005-11-23  Matthias Clasen  <mclasen@redhat.com>
973
974         * gtk/gtksettings.c (gtk_settings_class_init): Add some docs
975         about gtk-color-scheme.
976
977 2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
978
979         * configure.in (enable_explicit_deps): Fix typo when checking
980         libtool config deplibs_check_method. Moreover, enable explicit
981         deps if we get anything other than pass_all from libtool. (part of
982         #318750)
983
984 2005-11-23  Matthias Clasen  <mclasen@redhat.com>
985
986         * gtk/updateiconcache.c (write_csource): Don't create a big
987         string, since Visual C++ doesn't like strings longer than 64k. 
988         (#322238, Kazuki IWAMOTO
989
990         * gtk/gtkentry.c: Include gtkimcontextsimple.h  (#322235,
991         Kazuki IWAMOTO)
992
993 2005-11-23  Michael Natterer  <mitch@imendio.com>
994
995         * gtk/gtkrc.c (gtk_rc_reset_widgets): don't leak all toplevel
996         windows on other screens (correctly remove all temporary
997         references).
998
999 2005-11-23  Michael Natterer  <mitch@imendio.com>
1000
1001         Added symbolic themable colors. Patch is a merged version of
1002         proposals from Matthias and maemo-gtk. Fixes bug #114355.
1003
1004         * configure.in: require glib >= 2.9.1 for refcountable hashtables.
1005
1006         * gtk/gtksettings.c: added property "color-scheme" which is a
1007         string defining colors like "foreground:black\nbackground:grey".
1008         Automatically provide a name->GdkColor hash table mapping for the
1009         color scheme.
1010
1011         * gtk/gtkrc.[ch]: added list of color hashes that works like the
1012         list of icon factories. Append the color scheme hash from
1013         GtkSettings if it exists. Extended gtkrc syntax to allow defining
1014         and referencing of logical colors. Also allow to modulate colors
1015         in gtkrc by using arbitrary expressions of mix(), shade(),
1016         lighter() and darker(). Added internal function
1017         _gtk_rc_style_get_color_hashes().
1018
1019         * gtk/gtkstyle.[ch]: keep a private list of color hashes around.
1020         Get the list from _gtk_rc_style_get_color_hashes(). Export
1021         internal function _gtk_style_shade() (used by above color
1022         expressions). Added public API gtk_style_lookup_color() which
1023         looks up a logical color by name.
1024
1025         * gtk/gtk.symbols: add gtk_style_lookup_color
1026
1027         * tests/testgtkrc: use symbolic colors for making
1028         the scrollbars red.
1029
1030 2005-11-22  Michael Natterer  <mitch@imendio.com>
1031
1032         Made button-press timeouts which work like key repeat timeouts
1033         configurable. Addresses bug #142582:
1034
1035         * gtk/gtksettings.c: added properties "gtk-timeout-initial" and
1036         "gtk-timeout-repeat" which defalt to 200/20 (ms).
1037
1038         Use the values from GtkSettings instead of hardcoding them
1039         (the repeat value is either taken as-is for fast repeat or
1040         multiplied by 5 for slow repeat). Changed all places to use these
1041         two standard initial/repeat timings:
1042
1043         * gtk/gtkcalendar.c (unchanged 200/20)
1044         * gtk/gtknotebook.c (unchanged 200/100)
1045         * gtk/gtkpathbar.c (changed from 300/150 to 200/100)
1046         * gtk/gtkrange.c (changed from 250/100 to 200/100)
1047         * gtk/gtkspinbutton.c (unchanged 200/20)
1048
1049 2005-11-21  Anders Carlsson  <andersca@imendio.com>
1050
1051         * configure.in:
1052         * gtk/Makefile.am:
1053         * gdk/Makefile.am:
1054         * gdk/quartz/*:
1055         Add quartz backend.
1056         
1057         * docs/tools/Makefile.am:
1058         Only build docshooter when the X11 backend is used.
1059         
1060         * gtk/gtkplug-stub.c:
1061         Include gtkplug.h here.
1062         
1063         * gtk/gtksocket-stub.c:
1064         Include gtksocket.h here.
1065         
1066 2005-11-21  Matthias Clasen  <mclasen@redhat.com>
1067
1068         * gtk/gtkinputdialog.c: Convert GtkInputDialog to 
1069         g_type_class_add_private.
1070
1071         * gtk/gtksocket.c: Convert GtkSocket to g_type_class_add_private.
1072
1073         * gtk/gtkmenu.c: Convert GtkMenu to g_type_class_add_private.
1074
1075         * gtk/gtk.symbols:
1076         * gtk/gtkcombobox.[hc]: Add a tearoff-title property,
1077         with getter and setter.  (#316482, Olexiy Avramchenko)
1078
1079         * tests/testcombo.c (main): Test gtk_combo_box_set_title
1080
1081         * gtk/gtkpathbar.c: Merge remaining fixes from the 2.8 branch,
1082         pointed out by Michael Natterer.
1083
1084         Fix for bug #321542, Benedikt Meurer:
1085         
1086         * gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
1087         Emit notify::active.
1088         
1089         (gtk_combo_box_child_show, gtk_combo_box_child_hide): Use
1090         g_signal_emit, not g_signal_emit_by_name.
1091
1092 2005-11-18  Matthias Clasen  <mclasen@redhat.com>
1093
1094         Fix crashes in connection with pathbar scrolling (#321560,
1095         Bogdan Nicula)
1096         
1097         * gtk/gtkpathbar.c (gtk_path_bar_update_slider_buttons): 
1098         Stop scrolling when desensitising slider buttons.
1099         (gtk_path_bar_scroll_timeout, gtk_path_bar_slider_button_press): 
1100         And use it here.  
1101
1102         * gtk/gtkpathbar.h (struct _GtkPathBar): Add a separate
1103         scrolling_down flag.
1104
1105 2005-11-18  Matthias Clasen  <mclasen@redhat.com>
1106
1107         * gtk/gtkpathbar.c (button_clicked_cb): Fix a C99ism.
1108         (#321777, Jens Granseuer)
1109
1110         * gtk/gtkaction.c (disconnect_proxy): Disconnect the
1111         sync callback for the visibility property.  (#321761,
1112         Philip Langdale)
1113
1114         Turn off input methods in invisible entries, since
1115         they are confusing.  (#317002, James Su)
1116         
1117         * gtk/gtkentry.c (gtk_entry_set_visibility): Toggle input
1118         methods if visibility changes.
1119         (popup_targets_received): Don't show the input method
1120         menu if the entry is invisible.  
1121
1122 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
1123
1124         * README.in: Add a note about range arrow sensitivity.
1125
1126         * perf/treeview.c: const correctness fixes
1127         found by Arjan van de Ven and gcc.
1128
1129 2005-11-16  Michael Natterer  <mitch@imendio.com>
1130
1131         * gtk/gtkimage.c (animation_timeout): call
1132         gtk_window_process_updates() so the animation keeps running even
1133         if the main loop is busy with sources that eat a lot of cpu with
1134         high priority. Fixes bug #321444.
1135
1136         (gtk_image_new_from_animation): document the fact that the
1137         animation will stop running if the main loop is busy with sources
1138         that have priorities higher than G_PRIORITY_DEFAULT.
1139
1140         * tests/testimage.c: added test case that shows an animation even
1141         though a cpu-eating idle function is running.
1142
1143 2005-11-16  Michael Natterer  <mitch@imendio.com>
1144
1145         * gdk/x11/gdkevents-x11.c (_gdk_events_uninit): new internal
1146         function which destroys the display's event source. Also removes
1147         the source from the global display_sources list and unrefs it.
1148
1149         * gdk/x11/gdkprivate-x11.h: declare the function.
1150
1151         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose): call it
1152         instead of half-destroying the source here.
1153
1154 2005-11-15  Matthias Clasen  <mclasen@redhat.com>
1155
1156         * gtk/gtktreestore.c (gtk_tree_store_move): Fix a memory
1157         leak.  (#321032, Peter Zelezny)
1158
1159 2005-11-15  Michael Natterer  <mitch@imendio.com>
1160
1161         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): destroy
1162         display->xid_ht as late as possible (right before XCloseDisplay)
1163         because it still needs to be around when the display's screens are
1164         finalized. (#85715)
1165
1166 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
1167
1168         * gtk/gtkselection.c (gtk_selection_data_set_uris): Don't
1169         leak result.  (#321441, Tommi Komulainen)
1170
1171 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
1172
1173         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes):
1174         Don't crash if there is no builtin icon.
1175
1176 2005-11-14  Michael Natterer  <mitch@imendio.com>
1177
1178         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_set_property):
1179         removed redundant calls to g_object_notify().
1180
1181 2005-11-13  Matthias Clasen  <mclasen@redhat.com>
1182
1183         * gdk/gdkcolor.c (gdk_color_parse): Documentation 
1184         improvements.  (#321338)
1185
1186         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Make
1187         limit an inclusive boundary.  (#321299)
1188
1189 2005-11-12  Michael Natterer  <mitch@imendio.com>
1190
1191         * gtk/Makefile.am: fixed icon rules so gtkbuiltincache.h is only
1192         rebuilt if needed.
1193
1194 2005-11-12  Dom Lachowicz <cinamod@hotmail.com>
1195
1196         * modules/engines/ms-windows/msw_style.c: Bug #313627. Make win32 
1197         theme's handling of toolbars, handleboxes, and menubars more in-line
1198         with Microsoft's IE style.
1199         * modules/engines/ms-windows/*.c: Indentation cleanups
1200         
1201 2005-11-12  Matthias Clasen  <mclasen@redhat.com>
1202
1203         Make builtin icons work in gtk_window_set_icon_name() 
1204         (#321046, Maxim Udushlivy)
1205
1206         * gtk/gtkicontheme.c (insert_theme): Always insert the default
1207         theme.
1208         (ensure_valid_themes): Call _gtk_icon_theme_ensure_builtin_cache()
1209         from here.
1210         (theme_lookup_icon, find_builtin_icon): ...and not from here.
1211         (gtk_icon_theme_lookup_icon): Remove an unncessary assert.
1212         (gtk_icon_theme_get_icon_sizes): Also check builtin icons.
1213
1214 2005-11-12  Tor Lillqvist  <tml@novell.com>
1215
1216         * gtk/gtkfilesystemwin32.c (filename_get_info): Don't hide
1217         dotfiles, no such convention on Win32. Just hide files with the
1218         hidden attribute. (#314627)
1219
1220 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
1221
1222         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Do not
1223         check whether the path is a folder.  It is useful to bookmark
1224         files as well (e.g. todo.txt), and this will also help
1225         performance.
1226         (shortcuts_add_bookmark_from_path): Likewise.
1227         (shortcuts_activate_iter): Change folders or select files, as
1228         appropriate.
1229
1230 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
1231
1232         * tests/autotestfilechooser.c (main): Use
1233         g_log_set_default_handler() instead of explicitly setting a
1234         handler for each domain.
1235
1236         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Only get
1237         the base path of the volume if it is mounted.
1238
1239 2005-11-11  Michael Natterer  <mitch@imendio.com>
1240
1241         Added per-stepper API for GtkRange's stepper sensitivity as
1242         discussed in bug #321056:
1243
1244         * gtk/gtkenums.h: added GtkSensitivityType which can be
1245         { AUTO, ON, OFF }.
1246
1247         * gtk/gtkrange.[ch]: added properties "lower-stepper-sensitivity"
1248         and "upper-stepper-sensitivity" and public getters/setters for
1249         them. Changed stepper drawing to honor the new properties.
1250
1251         * gtk/gtk.symbols: added the new symbols.
1252
1253 2005-11-10  Matthias Clasen  <mclasen@redhat.com>
1254
1255         * gtk/gtkcombobox.c: Add show-popup and hide-popup signals and
1256         emit them when the popup is shown or hidden.  (#162531, Tommi
1257         Komulainen)
1258
1259         * tests/testcombo.c: Add an example of popuplating a combobox
1260         on click.
1261
1262         * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another
1263         erroneous semicolon.
1264
1265         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
1266         semicolon. 
1267
1268         Don't corrupt odd keymaps (#316638, Kean Johnston)
1269         
1270         * gdk/x11/gdkkeys-x11.c (set_symbol): Auxiliary function to
1271         handle frobbing keymaps with odd numbers of syms/code.
1272         
1273         * gdk/x11/gdkkeys-x11.c (update_keymaps): Use set_symbol() to 
1274         frob the keymap.
1275
1276         Improve navigation to parent folders.  (#318444, Andrei Yurkevich)
1277         
1278         * gtk/gtkpathbar.[hc]: Add a child_path argument to
1279         the path_clicked signal.
1280         * gtk/gtkfilechooserdefault.c (path_bar_clicked): Select the
1281         child_path, if it is provided.
1282         * gtk/marshalers.list (path_bar_clicked): Add the necessary
1283         glue.
1284
1285         * gtk/gtkmenu.c: Fix some compiler warnings. (#321141,
1286         Kjartan Maraas)
1287         
1288         * gtk/gtk.symbols: 
1289         * gtk/gtktreeview.h: 
1290         * gtk/gtktreeview.c: Implement a getter for headers-clickable.
1291         (#163851, Richard Hult)
1292
1293 2005-11-10  Michael Natterer  <mitch@imendio.com>
1294
1295         Applied patch from maemo-gtk that addresses many issues wrt
1296         display migration and display closing (bug #85715).
1297
1298         * gdk/gdkdisplay.c (gdk_display_dispose): don't just set the
1299         default display to NULL when it's closed. Instead set the most
1300         recently opened display as new default (if one exists).
1301
1302         * gdk/gdkpango.c (on_renderer_display_closed): fixed signature
1303         of this callback.
1304
1305         * gdk/gdkscreen.c (gdk_screen_dispose): check if the GCs still
1306         exist before unrefing them.
1307
1308         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): if the screen
1309         is closed, allow destruction of the root window.
1310
1311         * gdk/x11/gdkdisplay-x11.c: moved some stuff from finalize() to
1312         dispose(), free stuff that was leaked before.
1313
1314         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_uninit_screen): check if
1315         the xsettings_client still exists before destroying it.
1316
1317         * gdk/x11/gdkkeys-x11.c: added finalization and free the allocated
1318         X resources.
1319
1320         * gdk/x11/gdkpixmap-x11.c: moved stuff from finalize() to new
1321         dispose() implementation.
1322
1323         * gdk/x11/gdkscreen-x11.c: moved stuff from finalize() to
1324         dispose() and check if it still exists before unrefing it. Set
1325         their pointers to NULL/None *after* upchaining in dispose(),
1326         because X11 implementations of members of the parent class still
1327         need them for their own destruction.
1328
1329         * gdk/x11/gdkvisual-x11.c: removed finalize() implementation which
1330         was g_error()ing when finalizing a visual.
1331
1332         * gtk/gtkclipboard.c (gtk_clipboard_finalize): don't use
1333         get_clipboard_widget() because it would create the widget if it
1334         doesn't exist. Use g_object_get_data() directly instead.
1335
1336         * gtk/gtktextdisplay.c (on_renderer_display_closed): fixed signature
1337         of this callback.
1338
1339 2005-11-10  Simos Xenitellis  <simos@gnome.org>
1340
1341         * configure.in: Added Tatar (tt) to ALL_LINGUAS.
1342
1343 Wed Nov  9 16:29:42 2005  Tim Janik  <timj@imendio.com>
1344
1345         * gtk/gtkrange.c: patch from maemo-gtk that changes GtkRange
1346         to render its arrows insensitive when the adjustment is in
1347         its min or max position. this makes range arrow behaviour 
1348         consistent with spin button behaviour. (#321056)
1349
1350 2005-11-09  Tor Lillqvist  <tml@novell.com>
1351
1352         * gdk/gdkinternals.h
1353         * gdk/gdk.c (gdk_debug_keys[]): Add new GDK_DEBUG_DRAW flag to
1354         the GdkDebugFlag enum.
1355
1356         * gdk/win32/gdkdrawable-win32.c: Use DRAW to trigger GDK_NOTEs in
1357         this file instead of MISC. Now asking for MISC will give mainly
1358         window manipulation debugging output with the Win32 backend.
1359
1360 2005-11-09  Tor Lillqvist  <tml@novell.com>
1361
1362         * gdk/win32/gdkwindow-win32.c: Remove unnecessary includes.
1363
1364         (_gdk_win32_get_adjusted_client_rect): Remove this two-line
1365         function which was used only in one place.
1366
1367         (get_outer_rect): Use _gdk_win32_adjust_client_rect().
1368
1369         (gdk_window_set_geometry_hints): If we have identical minimum and
1370         maximum size hints, remove the resize and maximize
1371         decorations/functions. (#104514)
1372
1373         If we have a maximum size hint, remove the maximize
1374         decoration/function but ensure the resize decoration/function is
1375         available. Otherwise ensure both resize and maximize
1376         decorations/functions are there.
1377
1378         (set_or_clear_style_bits): Factored out common code from
1379         gdk_window_set_decorations() and gdk_window_set_functions(). 
1380
1381         Hack the window style setting once more: Only touch the window
1382         style bits corresponding to the GdkWMDecoration or GdkWMFunction
1383         parameter bitmasks. Hopefully this finally is the correct thing to
1384         do. We used to clear all other bits than those that were being
1385         set, or set all other bits than those that were being cleared.
1386
1387         Take into account that adding or removing decorations leaves the
1388         window's outer size unchanged, i.e., the client area's size and
1389         position change. This is apparently not what we want, so change
1390         also the window's (outer) position and size appropriately so that
1391         the client area's position and size stay constant.
1392
1393         gtk-demo's color selector dialog is now non-resizable like on X11
1394         (I tested with metacity in GNOME). Torn off menus are shrinkable
1395         vertically but have a maximum size, and are not maximizable or
1396         minimizable, like on X11.
1397
1398         (gdk_window_set_decorations, gdk_window_set_functions): Let
1399         set_or_clear_decorations() do most of the job.
1400
1401         * gdk/win32/gdkprivate-win32.h: Remove declaration of
1402         _gdk_win32_get_adjusted_client_rect().
1403
1404 2005-11-09  Tor Lillqvist  <tml@novell.com>
1405
1406         * gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32)
1407         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_init,
1408         gdk_window_get_type_hint, gdk_window_get_type_hint): Store the
1409         type hint. Implement gdk_window_get_type_hint() by just returning
1410         the hint stored.
1411
1412 2005-11-09  Tor Lillqvist  <tml@novell.com>
1413
1414         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
1415         Remove code that has been permanently ifdeffed out for two years.
1416
1417 2005-11-08  Matthias Clasen  <mclasen@redhat.com>
1418
1419         * gdk/gdkgc.c (gdk_gc_finalize): Unref tile and stipple when
1420         finalizing a gc.  (#320789, Nickolay V. Shmyrev)
1421
1422         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Ignore
1423         icons if they would make the request large enough to cause
1424         Xlib to loose the connection.  (#320909, Claudio Saavedra)
1425
1426 2005-11-08  Michael Natterer  <mitch@imendio.com>
1427
1428         * gdk/gdk.symbols
1429         * gdk/gdkwindow.h
1430         * gdk/x11/gdkwindow-x11.c: added gdk_window_get_type_hint() (patch
1431         extracted from maemo-gtk). Fixes bug #320872.
1432
1433 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
1434
1435         * gtk/gtkfilechooserdefault.c (shortcuts_reorder): Don't
1436         looks the bookmark label when reordering.  (#320720, Jeremy Cook)
1437
1438         * gtk/gtkpathbar.[hc]: Set focus-on-click to FALSE for all buttons.
1439         Don't grab focus when a slider button is pressed, instead, use
1440         a bit in the pathbar struct to determine whether to scroll up
1441         or down.  (#314486, Carlos Garnacho)
1442
1443         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): 
1444         Don't popup the completions if the focus has already been
1445         moved somewhere else.  (#319914, Christian Persch)
1446
1447         * gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured): 
1448         Raise the drag_window after reconfiguring the 
1449         toolbar.  (#320803, Christian Persch)
1450
1451         * gtk/gtk.symbols: 
1452         * gtk/gtkfilechooserbutton.h: 
1453         * gtk/gtkfilechooserbutton.c: Add a focus-on-click property
1454         with setter and getter.  (#318945, Christian Persch)
1455         
1456 Mon Nov  7 16:15:16 2005  Tim Janik  <timj@imendio.com>
1457
1458         * configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present.
1459
1460 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
1461
1462         * configure.in: Adjust to the stock icon changes.
1463         
1464 2005-11-07  Tor Lillqvist  <tml@novell.com>
1465
1466         * gdk/win32/gdkcursor-win32.c (pixbuf_to_hbitmaps_normal):
1467         Correct the calculation of maskstride. (#320152, Peter Zelezny)
1468         
1469 2005-11-06  Michael Natterer  <mitch@imendio.com>
1470
1471         * gtk/Makefile.am (icons): fixed rule to actually create the
1472         symlinks, erroring out if anything goes wrong.
1473
1474 2005-11-06  Tor Lillqvist  <tml@novell.com>
1475
1476         * gtk/updateiconcache.c (build_cache): Can't rename a file if the
1477         target exists on Win32. First rename the target temporarily, then
1478         if the renaming of the source to target fails, restore the
1479         original name for the target.
1480
1481         * gtk/Makefile.am: Use EXEEXT in the dependency on gtk-update-icon-cache.
1482
1483 2005-11-06  Tor Lillqvist  <tml@novell.com>
1484
1485         (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap,
1486         like pixbuf_to_hbitmaps_normal().
1487         (_gdk_win32_pixbuf_to_hicon_supports_alpha): Check
1488         G_WIN32_IS_NT_BASED() first, so we can pretend being on Win9x by
1489         setting the G_WIN32_PRETEND_WIN9X environment variable.
1490         
1491 2005-11-06  Tor Lillqvist  <tml@novell.com>
1492
1493         Make icon masks work on Win98 (#320152, Peter Zelezny)
1494
1495         * gdk/win32/gdkcursor-win32.c (create_color_bitmap): Take also a
1496         parameter for the depth of the bitmap, so that this function can
1497         be used to create 1-bit bitmaps, too.
1498         (pixbuf_to_hbitmaps_normal): Create an 1-bit bitmap for the mask,
1499         and initialize it properly.
1500
1501 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
1502
1503         Store builtin stock icons in an icon cache, instead of
1504         populating a hash table with pixbufs at startup, to save both
1505         memory and startup time.
1506
1507         * gtk/stock-icons/*: Reorganize the icons in a directory structure
1508         suitable for gtk-update-icon-cache, and rename them to match the
1509         stock ids.
1510
1511         * gtk/gtkiconcache.[hc]: Support non-mmapped icon caches, and
1512         add _gtk_icon_cache_has_icon_in_directory().
1513
1514         * gtk/updateiconcache.c: Support a --source <VARIABLE> argument
1515         to store the contents of the icon cache in a C header.
1516
1517         * gtk/gtkbuiltincache.h: Generated private header which contains 
1518         the icon cache for the builtin icons.
1519
1520         * gtk/gtkicontheme.c: Create a GtkIconCache for the builtin
1521         icons, and use that in addition to the hash table whenever
1522         builtin icons are searched.
1523
1524         * gtk/gtkiconfactory.c: Add GTK_ICON_SOURCE_STATIC_ICON_NAME and
1525         use it for static stock ids. 
1526         (get_default_icons): Don't add the builtin
1527         icons to the icon theme, just register the stock ids.
1528         (render_fallback_image): Take the fallback image out of the
1529         builtin icon cache.
1530         
1531         * gtk/Makefile.am: Remove stock-icons from SUBDIRS and add 
1532         the necessary machinery to rebuild gtkbuiltincache.h.
1533
1534 2005-11-04  Michael Natterer  <mitch@imendio.com>
1535
1536         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): applied patch
1537         from maemo-gtk that changes the mtime check for rc files from
1538         '>' to '!=', otherwise theme changes go unnoticed when turning
1539         back the clock (Tommi Komulainen).
1540
1541 2005-11-04  Tor Lillqvist  <tml@novell.com>
1542
1543         * gtk/gtkstatusicon.c (gtk_status_icon_set_tooltip): Plug memory
1544         leak on Win32.
1545
1546 2005-11-03  Tor Lillqvist  <tml@novell.com>
1547
1548         * gdk/win32/gdkcursor-win32.c: As there is only one GdkDisplay in
1549         the Win32 backend, check that GdkDisplay* parameters are equal to
1550         _gdk_display instead of using the unnecessarily general
1551         GDK_IS_DISPLAY().
1552
1553         (pixbuf_to_hbitmaps_alpha_winxp): Rename the variables for the
1554         color bitmap to have "color" in their name, for similarity with
1555         pixbuf_to_hbitmaps_normal(). Create a color bitmap for the mask,
1556         too, instead of creating a b&w bitmap with CreateBitmap(). Set up
1557         the mask bitmap's contents, ones for those pixels in the color
1558         bitmap where the alpha is zero, zero for other pixels. We used to
1559         use an uninitialized mask bitmap! This meant that icons and
1560         cursors created presumably worked more or less by accident.
1561         Totally blank icons with zero alpha everywhere (as used by
1562         gtktrayicon.c) definitely did not work as expected.
1563
1564         * gtk/Makefile.am: Include gtkstatusicon.c on all platforms.
1565
1566         * gtk/gtkstatusicon.c: Implement for Win32. Use code from
1567         gtktrayicon-win32.c as applicable. (gtktrayicon-win32.c is not
1568         necessary and can be removed from CVS. It has never been mentioned
1569         in gtk/Makefile.am.) No tray icon widget, GtkImage or GtkTooltips
1570         are used on Win32. One label widget is used (but never shown) as
1571         gtk_widget_render_icon() needs a widget.
1572
1573         Ifdefs used as necessary in several places. It might be cleaner to
1574         split out the backend-specific parts to separate files, or at
1575         least collect them into separate blocks in the file.
1576
1577         (wndproc): New function. Window procedure to monitor mouse events
1578         in the system tray icon. Call gtk_status_icon_button_press() as
1579         needed.
1580         (create_tray_observer): New function. Creates a hidden window that
1581         only serves as a tray icon message observer.
1582
1583         * tests/teststatusicon.c (icon_activated): Position the dialog
1584         with GTK_WIN_POS_CENTER.
1585         (do_quit): New function, hide and unref the GtkStatusIcon, and
1586         call gtk_main_quit().
1587         (popup_menu): Add a Quit menu item that calls do_quit().
1588         
1589 2005-11-02  Tor Lillqvist  <tml@novell.com>
1590
1591         * gdk/win32/gdkcolor-win32.c
1592         * gdk/win32/gdkscreen-win32.c
1593         * gdk/win32/gdkwindow-win32.c: Whitespace consistency
1594         fixes. Remove superfluous test for GdkWindow* parameters being
1595         non-NULL. Testing GDK_IS_WINDOW() is enough. As there is only one
1596         GdkScreen and one GdkDisplay in the Win32 backend, use those
1597         variables instead of the getter functions. For GdkDisplay* and
1598         GdkScreen* parameters, check that they are equal to the
1599         corresponding singleton variables instead of the more general
1600         GDK_IS_DISPLAY() or GDK_IS_SCREEN().
1601
1602 2005-11-02  Matthias Clasen  <mclasen@redhat.com>
1603
1604         * gtk/gtktextview.c: Remove some g_return_if_fail() from
1605         static functions, replace some others by g_assert().
1606         
1607         * gtk/gtktextview.c (selection_motion_event_handler) 
1608         (gtk_text_view_start_selection_drag): Keep track of the original
1609         selection boundaries during a drag selection, in order to correctly
1610         decide when to extend or shrink the selection.  (#320167,
1611         reported by Arvind S N, patch by Paolo Borelli)
1612
1613         * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): 
1614         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Replace
1615         manual offset calculations by g_utf8_offset_to_pointer().
1616         (#320360, Paolo Borelli)
1617
1618 Tue Nov  1 16:18:24 2005  Tim Janik  <timj@imendio.com>
1619
1620         * gtk/gtkrbtree.[hc]: get rid of GAllocator usage, allocate and free 
1621         nodes via the g_slice_*() API.
1622         _gtk_rbtree_new(): fixed wrong node allocation via g_new().
1623
1624 2005-11-01  Tor Lillqvist  <tml@novell.com>
1625
1626         * gdk/win32/gdkprivate-win32.h
1627         * gdk/win32/gdkglobals-win32.c
1628         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Add more
1629         pre-interned GdkAtoms and pre-registered clipboard formats. Sort
1630         their declarations, definitions and assignments into a more
1631         logical and consistent order.
1632
1633         * gdk/win32/gdkmain-win32.c (_gdk_win32_cf_to_string): Include the
1634         CF_ prefix for the predefined clipboard format names. Put quotes
1635         around registered format names to distinguish them.
1636         
1637         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Return
1638         immediately with a warning if the property type is STRING, TEXT,
1639         COMPOUND_TEXT or SAVE_TARGETS, as these are X11-specific that we
1640         should never pretend to handle on Win32. Handle only UTF8_STRING
1641         here, other formats with delayed rendering. Use \uc1 instead of
1642         \uc0 when generating Rich Text Format for easier testability on
1643         XP, where WordPad misinterprets \uc0 encoded characters. Add more
1644         GDK_NOTE debugging output for Clipboard operations.
1645
1646         * gdk/win32/gdkselection-win32.c: Debugging printout improvements.
1647         (gdk_selection_convert): Don't pretent to handle STRING, just
1648         UTF8_STRING. Streamline error handling, don't unnecessarily have a
1649         GError which then isn't used for anything anyway if it gets set.
1650         (gdk_win32_selection_add_targets): Skip also STRING, TEXT,
1651         COMPOUND_TEXT and SAVE_TARGETS in addition to UTF8_STRING.
1652
1653         * config.h.win32.in: Sync with what configure produces.
1654
1655         * configure.in: Don't look for X_PACKAGES unless building for
1656         x11. (#313986, John Ehresman)
1657
1658 2005-10-28  Erdal Ronahi  <erdal.ronahi@gmail.com>
1659
1660         * configure.in: Added ku (Kurdish) to ALL_LINGUAS
1661                         Wondered why there was no ku there before??
1662
1663 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
1664
1665         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Add the popup
1666         window to the toplevels window group.  (#319912, Christian Persch)
1667
1668 2005-10-28  Kristian Rietveld  <kris@gtk.org>
1669
1670         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix
1671         stupid thinko.
1672
1673 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
1674
1675         * gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
1676         drag cursors.  (#319200, Federico Mena Quintero)
1677
1678         * gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle
1679         Shift-G to go to the previous match, like firefox.  (#320061, Christian 
1680         Neumair)
1681
1682         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_build_level): Fix a
1683         C99ism.  (#320000, Kazuki Iwamoto)
1684
1685         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little 
1686         stars.  (#319985, Bastien Nocera)
1687
1688         * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
1689         FALSE, so we don't flush repeatedly.  (#319151, Alexander Larsson)
1690
1691 2005-10-26  Michael Natterer  <mitch@imendio.com>
1692
1693         Fix bug #319974:
1694
1695         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
1696         make sure that setting any of pixbuf/stock-id/icon-name resets the
1697         others because they are mutually exclusive, and that unsetting any
1698         of them only resets the pixbuf and nothing else. Also added
1699         some missing g_object_notify().
1700
1701         (gtk_cell_renderer_pixbuf_get_property): simplified calls to
1702         g_value_set_object().
1703
1704         (gtk_cell_renderer_pixbuf_create_stock_pixbuf)
1705         (gtk_cell_renderer_pixbuf_create_named_icon_pixbuf): added
1706         g_object_notify ("pixbuf").
1707
1708 2005-10-27  Matthias Clasen  <mclasen@redhat.com>
1709
1710         * gtk/gtktreeview.c (gtk_tree_view_button_press): Be more 
1711         careful about initializing cell_area.  (#319382, Tommi
1712         Komulainen)
1713
1714         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat
1715         Ctrl-PageUp/PageDown.  (#318670, Christian Neumair)
1716
1717         * demos/gtk-demo/clipboard.c (paste_received): Only set the
1718         text if it is not NULL.  (#319930, Thomas Klausner)
1719
1720         * gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the
1721         loader before trying to get the pixbuf.  (#319930, Thomas Klausner)
1722
1723 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
1724
1725         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
1726         * gtk/gtkthemes.c (gtk_theme_engine_load): 
1727         * gtk/gtkimmodule.c (gtk_im_module_load): Use G_MODULE_BIND_LAZY
1728         when dlopening modules.  (#319557, Laszlo Peter)
1729
1730 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
1731
1732         * gtk/gtktextbtree.c (gtk_text_btree_resolve_bidi): Only use text
1733         segments when determining text direction.  (#319065, Tommi Komulainen)
1734
1735         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't crash
1736         on duplicate destroy.  (#318953, Gustavo Carneiro)
1737
1738         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog): 
1739         Point out that destroy-with-parent is a bad idea for the dialog
1740         passed to this function.  (#318943, Christian Persch)
1741
1742         * */Makefile.am: use $(GLIB_MKENUMS) instead of 
1743         glib-mkenums.  (#318582, Damien Carbery)
1744
1745         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
1746         docs.  (#317682, Christian Neumair)
1747
1748         * gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
1749         seem to affect the placement of the data in the readonly 
1750         section, and causes problems with some compilers.  (#317844)
1751
1752 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
1753
1754         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
1755         Fix some issues with background drawing in RTL.  (#318781,
1756         Eric Cazeaux)
1757
1758         * tests/Makefile.am:
1759         * tests/testentrycompletion.c: Apply a patch by Christian
1760         Persch to add property editors.
1761
1762         * gtk/gtkstatusicon.c: Emit activate on single-click,
1763         not on double-click, change proposed by Milosz Derezynski.
1764
1765 2005-10-25  Kristian Rietveld  <kris@gtk.org>
1766
1767         Fixes #311955, reported by Markku Vire; and a lot more.
1768
1769         * gtk/gtktreemodelfilter.c: Made this thing work correctly.
1770         Levels can now have invisible nodes cached, functions have been
1771         rewritten/refactored to take this into account; also the logic in
1772         some functions has been corrected.
1773         
1774         Each referenced node now references all visible children or a single
1775         invisible child, in order to be able to monitor all changes in the
1776         child model required for correct operation.
1777
1778         When a virtual root is set, all nodes on the virtual root level are
1779         referenced.
1780
1781         At last, a bunch of random bug fixes and comment updates.
1782
1783 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
1784
1785         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
1786         more docs.  (#319722, Paolo Borelli)
1787
1788         * gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the 
1789         initialization of screen_x11->xft_rgba more explicit.  (#319627,
1790         Bogdan Nicula)
1791
1792         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
1793         in a blurb.  (#319499, Francisco Javier F. Serrador)
1794
1795 2005-10-24  Matthias Clasen  <mclasen@redhat.com>
1796
1797         Add settings to hide the input method and Unicode control character
1798         submenus in the context menus of GtkEntry and GtkTextView.  
1799         
1800         * gdk/x11/gdkevents-x11.c: Map GTK+ settings to X settings.
1801         
1802         * gtk/gtksettings.c (gtk_settings_class_init): Declare GTK+ settings here.
1803
1804         * gtk/gtktextview.c (popup_targets_received): 
1805         * gtk/gtkentry.c (popup_targets_received): Use the settings here.
1806
1807 2005-10-24  Kristian Rietveld  <kris@gtk.org>
1808
1809         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): emitting
1810         row-has-child-toggled when the level is not in the cache does not
1811         make sense.  (This bug probably crept in during the early stages
1812         of GtkTreeModelSort when there wasn't a correct row-has-child-toggled
1813         implementation yet),
1814         (gtk_tree_model_sort_real_unref_node): only get the child iter
1815         when we will actually also use it.
1816
1817 2005-10-22  Michael Natterer  <mitch@imendio.com>
1818
1819         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the
1820         widget being realized, in addition to being visible, to avoid
1821         running into precondition check in gtk_tree_view_get_cell_area().
1822         (approved by Kris).
1823
1824 2005-10-22  Dom Lachowicz <cinamod@hotmail.com>
1825
1826         * modules/engines/ms-windows/msw_style.c (setup_msw_rc_style): 
1827         Experimentally, scrollbar steppers can shrink to 8 pixels on 
1828         Win32. Reflect that in the theme.
1829         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally,
1830         there is a 1-pixel border between a scrollbar and its child
1831         in ScrolledWindows on Win32. Reflect that in the theme.
1832         
1833 2005-10-20  Matthias Clasen  <mclasen@redhat.com>
1834
1835         * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
1836         for the selection window.  (#318806, Alex Larsson)
1837
1838 2005-10-18  Federico Mena Quintero  <federico@ximian.com>
1839
1840         Fixes bug #317999:
1841
1842         * tests/autotestfilechooser.c
1843         (test_button_folder_states_for_action): Test that we have either
1844         $cwd or the explicitly-set folder.
1845         (test_reload_sequence): Likewise.
1846
1847         * gtk/gtkfilechooserdefault.c
1848         (gtk_file_chooser_default_get_current_folder): If our reload_state
1849         is RELOAD_EMPTY, return a GtkFilePath corresponding to $cwd.
1850
1851 2005-10-14  Tor Lillqvist  <tml@novell.com>
1852
1853         * gdk/win32/gdkdisplay-win32.c: Remove the clipboard viewer code.
1854         It didn't really do anything useful, and was just confusing and
1855         incomplete. Comments claimed we don't do delayed rendering, but in
1856         fact we do, for images. (The delayed rendering code has other
1857         problems, though, see #168173.) The clipboard viewer code was
1858         probably even buggy (the WM_CHANGECBCHAIN handled didn't propagate
1859         the message when necessary). It was just test code, it said so in
1860         a comment. Add something similar back later if necessary.
1861
1862         (_win32_on_clipboard_change,
1863         _gdk_win32_register_clipboard_notification): Remove.
1864
1865         (gdk_display_supports_selection_notification,
1866         gdk_display_request_selection_notification): Always just return
1867         FALSE. We didn't generate any GDK_OWNER_CHANGE events anywhere.
1868
1869 2005-10-13  Tor Lillqvist  <tml@novell.com>
1870
1871         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't treat
1872         Alt-Enter specially. It does not have any special meaning and
1873         should be passed on to the application. (#318378, Tim Evans)
1874
1875 2005-10-13  Tor Lillqvist  <tml@novell.com>
1876
1877         Set visual depth to 24 for 32 bits-per-pixel devices on
1878         Win32. This allows gdk_drawable_real_draw_pixbuf() to use the
1879         optimized composite_0888() function rather than the slower image
1880         dithering functions to draw pixbufs (#313993, John Ehresman)
1881
1882         * gdk/win32/gdkimage-win32.c (_gdk_win32_new_image): Use
1883         _gdk_windowing_get_bits_for_depth() to initialize
1884         GdkImage::bits_per_pixel.
1885         (_gdk_windowing_get_bits_for_depth): Return 32 bits for depth 24.
1886
1887         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use
1888         _gdk_windowing_get_bits_for_depth() to initialize
1889         BITMAPINFOHEADER::biBitCount.
1890
1891         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Set
1892         GdkVisual::depth to 24 even if GetDeviceCaps(BITSPIXEL) returns
1893         32.
1894
1895 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1896
1897         * demos/gtk-demo/appwindow.c: (about_cb):
1898           use PACKAGE_VERSION,bump year (#318654)
1899
1900 2005-10-11  Matthias Clasen  <mclasen@redhat.com>
1901
1902         * gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off 
1903         toggle here with the matching on toggle if it immediately follows. 
1904         This is a common case, and handling it here prevents quadratic blowup 
1905         in cleanup_line() below.  (#317125)
1906
1907         * gtk/gtktextsegment.h: 
1908         * gtk/gtktextsegment.c (_gtk_char_segment_new_from_two_strings): Pass
1909         the character counts into this function instead of computing them
1910         again.
1911
1912 2005-10-10  Tommi Komulainen  <tommi.komulainen@iki.fi>
1913
1914         * gtk/gtkfilechooser.h (GtkFileChooserError): Add ALREADY_EXISTS error
1915         code.
1916         * gtk/gtkfilechooserdefault.c
1917         (gtk_file_chooser_default_add_shortcut_folder): Return an error code
1918         when the shortcut already exists in the sidebar.  (#147521)
1919
1920 2005-10-09  Matthias Clasen  <mclasen@redhat.com>
1921
1922         * tests/testcombo.c: Demonstrate how to use custom widgets in
1923         a GtkComboBox.  
1924
1925 2005-10-07  Federico Mena Quintero  <federico@ximian.com>
1926
1927         Fixes bug #317999:
1928
1929         * tests/autotestfilechooser.c (test_reload_sequence): Ensure that
1930         the the result of gtk_file_chooser_get_folder() is NULL or
1931         non-NULL at the right times.  Log the tests.
1932         (test_button_folder_states): New test for the initial states of
1933         the current folder in GtkFileChooserButton.
1934         (main): Test that the number of warnings/errors/critical errors is
1935         zero.
1936
1937         * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder):
1938         Clarify the documentation on when this can return NULL.
1939         (gtk_file_chooser_get_current_folder_uri): Likewise.
1940
1941         * gtk/gtkfilechooserbutton.c (struct
1942         _GtkFileChooserButtonPrivate): Added a folder_has_been_set flag;
1943         we use it to keep track of whether a folder has been set.
1944         (gtk_file_chooser_button_map):  Implement.  If no folder has been
1945         loaded before, we at least try to load $cwd here.
1946         (gtk_file_chooser_button_constructor): If the construct-time
1947         dialog already has a folder set, turn on our folder_has_been_set
1948         flag.
1949         (dialog_current_folder_changed_cb): Turn on our
1950         folder_has_been_set flag.
1951
1952 2005-10-07  Michael Natterer  <mitch@gimp.org>
1953
1954         * gtk/gtkfilechooserdefault.c: remove some explicit #defines of
1955         PROFILE_FILE_CHOOSER because they break compilation after the
1956         removal of <unistd.h>.
1957
1958 2005-10-07   Matthias Clasen  <mclasen@redhat.com>
1959
1960         * gtk/gtkfilechooserdefault.c: Properly fix the unistd.h include
1961         by moving it out of the profiling ifdef.
1962
1963         * gtk/gtkfilechooserdefault.c: Remove a redundant (and
1964         unconditional) include of unistd.h  (#318211, Kazuki Iwamoto)
1965
1966         * gtk/gtktexttag.c (gtk_text_attributes_ref): Use
1967         g_return_val_if_fail(), not g_return_if_fail().  (#318412,
1968         Kazuki Iwamoto)
1969
1970 2005-10-06  Matthias Clasen  <mclasen@redhat.com> 
1971                 
1972         * gtk/gtk.symbols:
1973         * gtk/gtktextbuffer.h:
1974         * gtk/gtktextbuffer.c: Add a readonly has-selection property
1975         with a getter.  (#318161, Paolo Borelli)
1976
1977 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
1978
1979         * README.in: Start collecting release notes for 2.10.
1980
1981         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory
1982         leak fix, since the assertion failures were traced to 
1983         an xchat bug.  (#314696)
1984         
1985         * gtk/gtkstyle.c (gtk_style_detach):
1986         (gtk_style_attach):  Documentation improvements.
1987         (gtk_style_detach): Assert that the attach_count is > 0.
1988
1989 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
1990
1991         * gtk/gtkfilechooserdefault.c (switch_to_shortcut): Take a
1992         shortcut position, not a ShortcutsIndex, to make the function more
1993         generic.
1994         (home_folder_handler): Pass the resolved index to
1995         switch_to_shortcut(), rather than just SHORTCUTS_HOME.
1996         (desktop_folder_handler): Likewise for SHORTCUTS_DESKTOP.
1997         (gtk_file_chooser_default_class_init): Add a "quick-bookmark"
1998         binding signal, and bind it to Alt-1, Alt-2. ..., Alt-0.  These
1999         make the respective key switch to the first, second, ..., tenth
2000         bookmark.
2001         (quick_bookmark_handler): Implement.
2002
2003 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
2004
2005         * gtk/gtkpathbar.c (get_dir_name): Don't special-case Home and
2006         Desktop; just use their real names on the file system for the
2007         user-visible names.
2008
2009         * gtk/gtkfilechooserdefault.c
2010         (gtk_file_chooser_default_class_init): Add a "desktop-folder"
2011         binding signal, and bind it to M-d by default.
2012         (desktop_folder_handler): Implement the default handler.
2013         (home_folder_handler): Use a helper function.
2014         (switch_to_shortcut): New helper function.
2015         (shortcuts_append_home): Don't special-case the name of "Home";
2016         just use the folder name.
2017
2018 2005-10-04  Tor Lillqvist  <tml@novell.com>
2019
2020         * gtk/gtkcalendar.c (gtk_calendar_init): Make it compile without
2021         HAVE__NL_TIME_FIRST_WEEKDAY. (#317910, Mathias Hasselmann)
2022
2023 2005-10-04  Matthias Clasen  <mclasen@redhat.com>
2024
2025         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
2026         from yesterday, since it leads to assertion failures.  (#317879,
2027         Sebastian Bacher)
2028
2029 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
2030
2031         * gtk/gtkcalendar.c (gtk_calendar_init): Call 
2032         calendar_compute_days() after setting priv->week_start.
2033
2034 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
2035
2036         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Unref the style when
2037         removing it from the hash table.  (#314696, Benjamin Berg)
2038
2039 2005-10-01  Tor Lillqvist  <tml@novell.com>
2040
2041         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap): In case
2042         BitBlt() fails with ERROR_INVALID_HANDLE, the most probable cause
2043         is that the the desktop isn't visible because the session has been
2044         switched, the screen is locked, or a terminal server session
2045         disconnected, so no error message necessary. (#137796)
2046
2047         It is of course remotely possible that BitBlt() failing with
2048         ERROR_INVALID_HANDLE might also be caused by some other
2049         problem. We could strive for perfection and track whether the
2050         desktop is visible by using WTSRegisterSessionNotification() and
2051         handling WM_WTSESSION_CHANGE. I think that's overdoing it just for
2052         this issue, though. If we would track desktop visibility, we
2053         should then avoid even trying to update the display at all while
2054         the desktop isn't visible.
2055
2056 2005-09-30  Matthias Clasen  <mclasen@redhat.com>
2057
2058         * gtk/gtkcalendar.c (gtk_calendar_init): Another attempt
2059         to correct the calculations for the first week day. We may
2060         just have to remove this code if too many locales turn out 
2061         to have broken data. 
2062
2063         * gtk/gtkimage.c (gtk_image_expose): Don't leak pixbuf in
2064         some cases.  (#317611, Tommi Komulainen)
2065
2066         * gtk/gtksocket-x11.c (_gtk_socket_windowing_size_request):
2067         Prevent overflow when storing size hints in an unsigned
2068         short variable. Tracked down by Ray Strode and Søren Sandmann.
2069
2070 2005-09-29  Matthias Clasen  <mclasen@redhat.com>
2071
2072         * gtk/gtkbutton.c (gtk_button_set_image): Check arguments.  (#317491,
2073         Paolo Borelli)
2074
2075         * gtk/gtkpaned.c (gtk_paned_grab_notify): Stop drags when being
2076         grab shadowed.  (#317332)
2077
2078 2005-09-29  Tor Lillqvist  <tml@novell.com>
2079
2080         * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test.
2081
2082 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
2083
2084         * tests/autotestfilechooser.c (test_reload_sequence): Oops, return
2085         if the unmap test fails.
2086         (test_reload_sequence): Use gtk_widget_show_now() instead of
2087         gtk_widget_show() for the dialog.
2088         Thanks to Tim Janik for noticing these.
2089
2090 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
2091
2092         * tests/testcellrenderertext.c: New file with a set of tests for
2093         GtkCellRendererText.  The idea is to run a text renderer through
2094         most of its interesting property values to see that it works
2095         correctly.
2096
2097         * tests/Makefile.am: Added testcellrenderertext.
2098
2099         * gtk/gtkfilechooserdefault.c (load_set_model): Mark the
2100         entry/exit of this function for profiling.
2101         (gtk_file_chooser_default_style_set): Mark the start/end of the
2102         calls to the parent class and the the signal emission for profiling.
2103
2104 2005-09-29  Tor Lillqvist  <tml@novell.com>
2105
2106         * gtk/gtkmain.c (_gtk_get_localedir): The locale directory is
2107         passed to bindtextdomain() which isn't UTF-8-aware, so convert to
2108         system codepage using g_win32_locale_filename_from_utf8().
2109         (#317457, Kazuki Iwamoto)
2110
2111 2005-09-28  Matthias Clasen  <mclasen@redhat.com>
2112
2113         * gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms 
2114         here. (#317039, Paolo Borelli)
2115
2116         * gtk/gtktexttag.h: 
2117         * gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
2118         to make this function work as boxed copy function.  (#317455,
2119         Gustavo Carneiro)
2120
2121         * gtk/gtkclipboard.c (request_image_received_func): Don't unref
2122         NULL.  (#316828, Tor Lillqvist)
2123
2124 2005-09-28  Tor Lillqvist  <tml@novell.com>
2125
2126         * modules/input/imime.c: Include <config.h>. (#317444, Kazuki
2127         Iwamoto)
2128
2129 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
2130
2131         Don't reload the current folder unnecessarily on ::map().
2132
2133         * gtk/gtkfilechooserprivate.h (ReloadState): New enum to represent
2134         the reloading state.
2135         (struct _GtkFileChooserDefault): Added a "reload_state" field.
2136
2137         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
2138         Initialize impl->reload_state.
2139         (gtk_file_chooser_default_map): Check the impl->reload_state; load
2140         a default folder if no folder has been set, or reload the current
2141         one only if we had been unmapped first.
2142         (gtk_file_chooser_default_update_current_folder): Set the
2143         reload_state to RELOAD_HAS_FOLDER.
2144         (gtk_file_chooser_default_unmap): Implement, and set the
2145         reload_state to RELOAD_WAS_UNMAPPED.
2146         (shortcuts_model_create): Don't call shortcuts_add_bookmarks()
2147         here; they'll get (re)loaded on ::map() anyway.
2148
2149         * gtk/gtkfilechooserwidget.c
2150         (gtk_file_chooser_widget_constructor): Don't set a default folder here.
2151
2152         * tests/autotestfilechooser.c (test_action_widgets): Don't take in
2153         a dialog; build it ourselves.
2154         (test_reload): New test to ensure that we don't load the default
2155         folder more than once, and that we reload it when
2156         unmapping/remapping.
2157         (get_impl_from_dialog): New utility function.
2158         (test_widgets_for_current_action): Use get_impl_from_dialog().
2159
2160 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
2161
2162         * gtk/gtkfilechooserdefault.c
2163         (gtk_file_chooser_default_constructor): Mark the entry/exit of
2164         this function for profiling.
2165         (check_icon_theme): Likewise.
2166         (change_icon_theme): Likewise.
2167         (settings_notify_cb): Likewise.
2168         (gtk_file_chooser_default_screen_changed): Likewise.
2169         (update_chooser_entry): If the selection is empty, clear the file
2170         name entry only if we are in CREATE_FOLDER mode.  In SAVE mode,
2171         nothing will be selected when the user starts typeahead in the
2172         treeview, and we don't want to clear the file name entry in that
2173         case --- the user could be typing-ahead to look for a folder name.
2174         Fixes bug #308332, patch by Jürg Billeter.
2175
2176 2005-09-27  Matthias Clasen  <mclasen@redhat.com>
2177
2178         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
2179         Pop below the entry if there's more free space below the entry
2180         than above.  (#316948, Tommi Komulainen)
2181
2182 2005-09-26  Federico Mena Quintero  <federico@ximian.com>
2183
2184         Do not create the save mode-specific widgets in the open modes, so
2185         that we don't carry their baggage around.
2186
2187         * gtk/gtkfilechooserdefault.c
2188         (gtk_file_chooser_default_constructor): Don't create the
2189         save_widgets here.
2190         (save_widgets_create): Set the impl->save_widgets directly here,
2191         instead of passing the widgets back to the caller.  Also, pack
2192         them into the impl's box.
2193         (update_appearance): Create or destroy the save widgets as
2194         appropriate.  Set the action of the save_file_name_entry here.
2195         (shortcuts_add_current_folder): Set the active item in the
2196         save_folder_combo only if it exists.
2197         (gtk_file_chooser_default_set_property): Don't set the action of
2198         the save_file_name_entry here.
2199         (gtk_file_chooser_default_update_current_folder): Set the base
2200         folder of the save_file_name_entry only if the entry exists.
2201         (shortcuts_drag_data_received_cb): Cast the selection_data->data
2202         to (const char *) since that's what shortcuts_drop_uris() expects.
2203         (file_list_drag_data_received_cb): Likewise, for
2204         g_uri_list_extract_uris().
2205
2206 2005-09-26  Tor Lillqvist  <tml@novell.com>
2207
2208         * gdk/win32/gdkwindow-win32.c (gdk_window_shape_combine_mask): Set
2209         the shaped flag here, too. (#316871)
2210         (gdk_window_shape_combine_region): Currently unimplemented, so
2211         don't do anything to the shaped flag here.
2212
2213 2005-09-26  Matthias Clasen  <mclasen@redhat.com>
2214
2215         Fix #316871, reported by Dan Winship:
2216         
2217         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a shaped flag.
2218
2219         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask) 
2220         (gdk_window_shape_combine_region): Set it here.
2221
2222         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
2223         remove the child area for shaped windows.
2224
2225 2005-09-23  Matthias Clasen  <mclasen@redhat.com>
2226
2227         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize):
2228         Don't leak expander pixbufs.  (#316946, Tommi Komulainen)
2229
2230 2005-09-22  Michael Natterer  <mitch@imendio.com>
2231
2232         Renamed GtkCellRendererKeys to GtkCellRendererAccel to be
2233         consistent with GTK+ terminology:
2234
2235         * gtk/gtkcellrendererkeys.[ch]
2236         * tests/testkeys.c: removed...
2237
2238         * gtk/gtkcellrendereraccel.[ch]
2239         * tests/testaccel.c: ...and added.
2240
2241         * gtk/Makefile.am
2242         * gtk/gtk.h
2243         * gtk/gtk.symbols
2244         * tests/Makefile.am: changed accordingly.
2245
2246 2005-09-22  Matthias Clasen  <mclasen@redhat.com>
2247
2248         * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
2249         for the grab-broken-event signal, noticed by Damon Chaplin.
2250
2251 2005-09-21  Tor Lillqvist  <tml@novell.com>
2252
2253         * gdk/win32/gdkselection-win32.c (gdk_selection_convert,
2254         gdk_text_property_to_text_list_for_display,
2255         gdk_text_property_to_utf8_list_for_display,
2256         gdk_win32_selection_add_targets,
2257         _gdk_win32_selection_convert_to_dib): Free return value from
2258         gdk_atom_name().
2259         (gdk_text_property_to_text_list_for_display): Drop GError variable
2260         that isn't actually used after being set.
2261
2262 2005-09-20  Johan Dahlin  <jdahlin@async.com.br>
2263
2264         * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in 
2265         documentation.
2266
2267 2005-09-20  Tor Lillqvist  <tml@novell.com>
2268
2269         * gdk/win32/gdkselection-win32.c
2270         (gdk_selection_owner_get_for_display): Do return the correct owner
2271         for CLIPBOARD (i.e., the owner of the Windows Clipboard, if it is
2272         a window GDK knows about). The reason to return NULL seems to have
2273         gone when in the fix for bug #163702 the artificial
2274         GDK_SELECTION_CLEAR event generation was removed from
2275         gdk_selection_send_notify_for_display(). Fixes bug #316552.
2276
2277 2005-09-20  Matthias Clasen  <mclasen@redhat.com>
2278
2279         Avoid unnecessary XkbGetState() calls and XkbStateNotify
2280         events.  (#151555, Søren Sandmann)
2281
2282         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Use 
2283         XkbSelectEventDetails() to select XkbStateNotify events
2284         for only the state we care about.
2285
2286         * gdk/x11/gdkprivate-x11.h:
2287         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_state_changed): Pass
2288         the event into the function and update the keymap state from
2289         the state information contained in the event. Adjust all callers.
2290         
2291 2005-09-19  Matthias Clasen  <mclasen@redhat.com>
2292
2293         * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
2294         in multiple places to avoid segfaults if the index is out of range.  
2295         (#316422, Guillaume Cottenceau)
2296         (gtk_icon_view_set_drag_dest_item): 
2297         (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
2298         #316424, Guillaume Cottenceau)
2299
2300 2005-09-18  Hans Breuer  <hans@breuer.org>
2301
2302         * gtk/gtktrayicon-win32.c : now handling events by hard-coded 
2303         g_signal_emit_by_name() - will break when gtkstatusicon.c changes.
2304
2305 2005-09-18  Hans Breuer  <hans@breuer.org>
2306
2307         * gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
2308         _gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
2309         * gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
2310         the icon and is blinking with teststatusicon. More to come ...
2311
2312 2005-09-18  Hans Breuer  <hans@breuer.org>
2313
2314         * gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
2315         cause gtkprogressbar.c has #include <config.h> conditionally; less
2316         noise from generated gtk.def
2317         * gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
2318         
2319         * gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
2320         For me it works as well as the *NIX implemenation, that is not at all.
2321
2322         * gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
2323
2324         * gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
2325         only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
2326         back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
2327         again - if compiled properly.
2328
2329         * tests/teststatusicon.c : don't use GNOME icons for testing, but icons
2330         already coming with Gtk+. Makes it compile on win32.
2331
2332 2005-09-18  Guilherme de S. Pastore  <gpastore@cvs.gnome.org>
2333
2334         * README.cvs-commits: fixed some tiny typos
2335
2336 2005-09-16  Tor Lillqvist  <tml@novell.com>
2337
2338         * modules/engines/ms-windows/msw_style.c (draw_extension,
2339         draw_box_gap): Check whether the widget actually is a GtkNotebook
2340         before treating it as such. Drop some unneeded local variables,
2341         use parameter with same information instead. (#316412)
2342
2343 2005-09-15  Federico Mena Quintero  <federico@ximian.com>
2344
2345         * tests/autotestfilechooser.c: Start a set of automated tests for
2346         the file chooser.  The only test in there right now doesn't pass
2347         yet.  It specifies the intended behavior of the first optimization
2348         of a series which I'll do on the file chooser (see
2349         http://primates.ximian.com/~federico/news-2005-09.html#14 for the
2350         details of this optimization).
2351
2352         * tests/Makefile.am: Added autotestfilechooser.c.
2353
2354         * gtk/gtkfilechooserprivate.h (struct
2355         _GtkFileChooserDialogPrivate): Move all the file chooser's private
2356         structures to here, so that they can be accessed by
2357         tests/autotestfilechooser.c:  _GtkFileChooserDialogPrivate,
2358         _GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault.
2359
2360         * gtk/gtkfilechooserdialog.c: See above.
2361
2362         * gtk/gtkfilechooserwidget.c: See above.
2363
2364         * gtk/gtkfilechooserdefault.c: See above.
2365
2366 Thu Sep 15 15:27:55 2005  Tim Janik  <timj@imendio.com>
2367
2368         * gtk/gtkwindow.c: 
2369         gtk_window_map_event(): new function to work around lost unmap requests.
2370         fixes bug #316180.
2371
2372 2005-09-14  Federico Mena Quintero  <federico@ximian.com>
2373
2374         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Add
2375         an easy-to-find profiling marker when starting to create a file
2376         chooser.
2377         (browse_files_model_finished_loading_cb): Likewise, for when the
2378         chooser is finished loading.
2379
2380 2005-09-14  Tristan Van Berkom <tvb@cvs.gnome.org>
2381
2382         * gtk/gtkcolorbutton.c: Check "color" argument in 
2383         gtk_color_button_set_color ()
2384
2385 2005-09-14  Matthias Clasen  <mclasen@redhat.com>
2386
2387         * gtk/gtklabel.c (gtk_label_get_type): 
2388         * gtk/gtkbutton.c (gtk_button_get_type): 
2389         * gtk/gtkwindow.c (gtk_window_group_get_type): No point in 
2390         using a mem chunk for window groups, buttons, labels.
2391
2392         * gtk/updateiconcache.c (foreach_remove_func): Fix
2393         a use-after-free bug.  (#316256, Alexander Nedotsukov)
2394
2395 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
2396
2397         * gtk/*.c: Various cleanups.  (#315360, Kjartan Maraas)
2398
2399         * gdk/*.c: Various cleanups.  (#315359, Kjartan Maraas)
2400         
2401 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
2402
2403         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
2404         Let GDK_Return pass through in some more cases.
2405
2406         * gtk/gtkentry.c (gtk_entry_key_press): Reset the im context before
2407         activating the entry. 
2408
2409         * gtk/gtkiconview.c (gtk_icon_view_class_init):
2410         (gtk_icon_view_get_dest_item_at_pos):  Fix typos in the 
2411         docs.  (#316008, #316027, #316121, Guillaume Cottenceau)
2412
2413         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
2414         (#316001, Guillaume Cottenceau)
2415
2416         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Fix a copy-and-paste
2417         mistake in the docs.  (#315993, Guillaume Cottenceau)
2418
2419         * tests/testentrycompletion.c (create_simple_completion_model): Add
2420         some strings containing multibyte characters.
2421
2422         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
2423         Fix prefix insertion for multibyte characters.  (#316095,
2424         Tommi Komulainen)
2425
2426         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): 
2427         * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): Silently
2428         return NULL if the widget is not realized.  (#316023,
2429         Guillaume Cottenceau)
2430
2431 2005-09-11  Matthias Clasen  <mclasen@redhat.com>
2432
2433         * gdk/gdk.symbols: 
2434         * gdk/gdkproperty.h: 
2435         * gdk/x11/gdkproperty-x11.c (gdk_atom_intern_static_string): 
2436         New function to avoid pointless strdups when creating atoms
2437         from static strings.  
2438
2439         * gdk/x11/*.c:
2440         * gtk/*.c:  Use gdk_atom_intern_static_string() where 
2441         appropriate.
2442
2443 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
2444
2445         * gtk/gtkcellrendererkeys.h: 
2446         * gtk/gtkcellrendererkeys.c: Add a cell renderer for displaying
2447         and editing accelerators, a port of EggCellRendererKeys .
2448
2449         * gtk/gtk.symbols:
2450         * gtk/gtk.h:
2451         * gtk/Makefile.am: Add the keys cell renderer.
2452
2453         * tests/Makefile.am: 
2454         * tests/testkeys.c: Test GtkCellRendererKeys
2455
2456 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
2457
2458         Make it possible to determine if a key event is for a
2459         modifier key:
2460         
2461         * gdk/x11/gdkprivate-x11.h: 
2462         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier): 
2463         New function to determine if a keycode is mapped to a modifier.
2464         (get_xkb): Get the modmap.
2465
2466         * gdk/x11/gdkevents-x11.c (translate_key_event): Set the 
2467         is_modifier bit by calling _gdk_keymap_key_is_modifier().
2468
2469         * gdk/gdkevents.h (struct _GdkEventKey): Add an is_modifier
2470         bit.
2471
2472 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
2473
2474         * gdk/gdkpixbuf-drawable.c (convert_real_slow): Remove an 
2475         unused variable, noticed by Kjartan Maraas.
2476
2477 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
2478
2479         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): 
2480         Make drag reordering work properly for columns other than the
2481         first.  (#315054, Dan Winship)
2482         
2483         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Handle 
2484         invalid fontnames better. (#136926, Michael R. Walton)
2485         
2486         Stop cursor blinking in non-editable regions of a text view.
2487         (#311508, Torbjörn Andersson)
2488         
2489         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): 
2490         (cursor_blinks): Take editability into account when deciding
2491         whether the cursor blinks.
2492         (gtk_text_view_button_release_event): 
2493         (gtk_text_view_move_cursor_internal): Update cursor blinking here.
2494
2495         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
2496         Use connect_after to connect to the focus_out event. This
2497         ensures that the entry has already stopped blinking by the time
2498         we emit the edited signal.  (#315229, Thomas Leonard)
2499
2500         * tests/testgtk.c: Use GDK_MOD1_MASK, not GDK_ALT_MASK.
2501
2502         * gtk/gtkwindow.c (gtk_window_parse_geometry): Don't set
2503         unsigned ints to -1.  (#315481, Kjartan Maraas)
2504
2505         * gtk/gtkcalendar.c (gtk_calendar_init): first_weekday is relative
2506         to week_1stday, not to Sunday. Gotta love the ISO 14652 guys...
2507         (#314473, Stanislav Brabec)
2508
2509 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
2510
2511         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
2512         memory handling.  (#314975, Torsten Schoenfeld)
2513
2514         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
2515         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
2516         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
2517         * gtk/gtklabel.c (gtk_label_class_init): 
2518         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
2519         Stylistic improvements and clarifications for some blurbs. 
2520         (#315520, Clytie Siddall)
2521
2522 2005-09-09  Tor Lillqvist  <tml@novell.com>
2523
2524         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the
2525         display name. There is only one GdkDisplay on Win32, and
2526         constructing the display name isn't entirely trivial, so cacheing
2527         is probably worth it. For instance GIMP calls this function a lot.
2528         (gdk_display_open): Call gdk_display_get_name() to prime the
2529         cached name.
2530         (gdk_display_get_n_screens, gdk_display_get_screen,
2531         gdk_display_get_default_screen): Verify parameter correctness like
2532         the X11 backend does.
2533
2534         * gdk/win32/gdkscreen-win32.c (gdk_screen_make_display_name):
2535         Return a freshly allocated string, as the API specifies. Fixes a
2536         heap corruption problem that caused random errors and crashes in
2537         GIMP, for instance.
2538
2539 2005-09-07  Matthias Clasen  <mclasen@redhat.com>
2540
2541         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
2542         Make C-u commit and restart hex input if we are already in a
2543         hex sequence.
2544
2545 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
2546
2547         * gdk/x11/gdkkeys-x11.c (update_modmap): Make the modmap reflexive.
2548         (_gdk_keymap_add_virtual_modifiers): Don't add both Alt and Meta
2549         if they are mapped to the same modifier.
2550
2551         * gtk/Makefile.am: Rename gtkstatusicon-x11.c and gtktrayicon.c
2552         to gtkstatusicon.c and gtktrayicon-x11.c
2553
2554         * gtk/gtkaccelgroup.c: Include Super, Hyper and Meta in the
2555         default accel mod mask.
2556
2557         * gtk/gtkaccelgroup.c (gtk_accelerator_parse): 
2558         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
2559         Don't use GDK_ALT_MASK.
2560
2561         * gdk/gdktypes.h: No need to introduce GDK_ALT_MASK
2562
2563 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
2564
2565         Add support for extra virtual modifiers:  (#85780, Owen Taylor)
2566         
2567         * tests/testgtk.c (create_key_lookup): Add tests for extra virtual
2568         modifiers.
2569
2570         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Try to match both against
2571         Mod2 - Mod5 and against Super, Hyper, Meta.
2572
2573         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
2574         * gtk/gtkaccelgroup.c (gtk_accelerator_parse) 
2575         (gtk_accelerator_name): Support Super, Hyper Meta and Mod2 - Mod5.
2576
2577         * gdk/x11/gdkkeys-x11.c (struct _GdkKeymapX11): Add a 
2578         modmap to maintain the information which X modifiers map to
2579         virtual modifiers.
2580         (get_xkb): Set up the modmap from the XKB tables.
2581         (update_keymaps): Set up the modmap from the information returned
2582         by XGetModifierMapping in the non-XKB case.
2583
2584         * gdk/x11/gdkprivate-x11.h: 
2585         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_add_virtual_modifiers): New 
2586         function to set the virtual modifiers in the state.
2587
2588         * gdk/x11/gdkevents-x11.c (translate_key_event): Call 
2589         _gdk_keymap_add_virtual_modifiers here.
2590
2591         * gdk/gdktypes.h (GdkModifierType): Add bits for virtual Super, 
2592         Hyper and Meta modifiers. Also add GDK_ALT_MASK as an alias
2593         for GDK_MOD1_MASK.
2594
2595 2005-09-05  Matthias Clasen  <mclasen@redhat.com>
2596
2597         * gtk/gtkaction.c (connect_proxy): Set the label of a button
2598         if it has no child.  (#315253, John Finlay)
2599
2600 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
2601
2602         * gtkimcontextsimple.h: Add a modifiers_dropped bit
2603
2604 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
2605
2606         * gtk/gtkentry.c (gtk_entry_destroy): Disconnect idle handlers
2607         on destroy to avoid problems when they are called on a destroyed
2608         widget.  (#315135, John Cupitt)
2609         
2610         * gtk/gtkentry.c (gtk_entry_class_init):
2611         * gtk/gtktextview.c (gtk_text_view_class_init): Add bindings
2612         for Ctrl-Shift-A to unselect all.  (#309301, Kathy Fernandes)
2613
2614         * gtk/gtkimcontextsimple.c: Rework the Unicode hex input
2615         code. Now we only steal a single key combination, Ctrl-Shift-U,
2616         instead of sixteen. 
2617         A hex Unicode sequence must be started with Ctrl-Shift-U, followed
2618         by a sequence of hex digits entered with Ctrl-Shift still held.
2619         Releasing one of the modifiers or pressing space while the modifiers
2620         are still held commits the character. It is possible to erase
2621         digits using backspace.
2622         As an extension to the above, we also allow to start the sequence
2623         with Ctrl-Shift-U, then release the modifiers before typing any
2624         digits, and enter the digits without modifiers.
2625         (#82011, Owen Taylor)
2626         
2627 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
2628
2629         * gtk/gtkmain.c (gtk_get_event_widget): If the window is destroyed,
2630         we still need to deliver the destroy event.  (#314980, Chris Lahey)
2631
2632         * gtk/gtktextview.c (gtk_text_view_key_press_event): Reset 
2633         im context before committing \n or \t.
2634
2635 2005-09-02  Alexander Larsson  <alexl@redhat.com>
2636
2637         * gtk/gtkfilechooserdefault.c: (shortcuts_add_volumes),
2638         (shortcuts_activate_volume):
2639         Handle base_path being null in the rest of the cases (#310270)
2640
2641 2005-09-02  Tor Lillqvist  <tml@novell.com>
2642
2643         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Keep track of
2644         cursor position also in root window coordinates. Prune out
2645         superfluous WM_MOUSEMOVE events even earlier, based on root window
2646         coordinates. Windows sends WM_MOUSEMOVE messages after a new
2647         window has ben mapped below the cursor even if the mouse doesn't
2648         move. We used to generate GDK_MOTION_NOTIFY in these cases. This
2649         confused at least gtk_menu_motion_notify(). (#314995)
2650
2651         * gtk/gtkintl.h: No need to include config.h here. It caused
2652         warnings about GTK_LOCALEDIR being redefined on Win32 when
2653         compiling files where gtkintl.h is included after gtkprivate.h
2654         (which #undefines and re-#defines GTK_LOCALEDIR on Win32).
2655
2656         * gtk/gtkplug.c: Include config.h.
2657
2658 2005-09-01  Matthias Clasen  <mclasen@redhat.com>
2659
2660         * gtk/gtkfilesystemunix.c: Pass statbufs down to 
2661         xdg_mime_get_mime_type_for_file() where possible, to avoid
2662         useless re-stating.  
2663         
2664         * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
2665         typo.  (#314921, Guillaume Cottenceau)
2666
2667         * gdk/*.c: Intern some more strings.
2668         * gtk/gtkintl.h: 
2669         * gtk/*.c: Define an I_() macro and use it instead of the 
2670         bulky g_intern_static_string().
2671
2672 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
2673
2674         * gtk/gtkbindings.c (binding_signal_new): Intern the signal name
2675         instead of copying it.
2676
2677         * gtk/gtktypeutils.c (gtk_identifier_get_type): Some more string interning.
2678
2679         * gtk/*.c: Also intern static strings passed to 
2680         g_object_set_data().
2681
2682         * gdk/Makefile.am: 
2683         * gtk/Makefile.am: Intern type names in code generated by 
2684         glib-mkenums, too.
2685
2686         * gtk/*.c: 
2687         * gdk/x11/*.c: 
2688         * gdk/*.c: Intern type names before registering the type to avoid 
2689         unnecessary copies.
2690
2691         * configure.in: Require GLib 2.9.0
2692
2693 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
2694
2695         * gtk/gtktoolbar.c: Undeprecate gtk_toolbar_set_icon_size(),
2696         and add icon-size and icon-size-set properties.  (#314172)      
2697
2698         * gtk/gtkwindow.c (gtk_window_set_transient_for): Inherit window
2699         groups across transient parents.  (#312918, Christian Persch)
2700
2701         * gtk/gtktreemodel.c: Some documentation fixes.  (#314882,
2702         Guillaume Cottenceau)
2703
2704         * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): 
2705         Fix a typo in the docs.  (#314878, Guillaume Cottenceau)
2706
2707 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
2708
2709         * gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
2710         make C-/ select all and C-\ unselect all.  (#309301,
2711         Kathy Fernandez)
2712
2713         * gtk/gtkimcontextsimple.c: Change the compose sequence for
2714         soft hyphen to be multi_key-minus-minus-space, and add
2715         compose sequences multi_key-minus-minus-period and 
2716         multi_key-minus-minus-minus for en dash and em dash.
2717         (#172653, Christian Lohmaier)
2718
2719         * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
2720         code.  (#313946, Christian Persch)
2721
2722         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
2723         fix for the default value of the "ui" property.
2724
2725 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
2726
2727         * gtk/gtk.symbols: 
2728         * gtk/gtkselection.h:
2729         * gtk/gtkselection.c: Add functions which look for text, image
2730         or uri targets in an array of atoms.   (#314089, Mark Wielaard)
2731
2732         * gtk/gtk.symbols: 
2733         * gtk/gtkselection.h:
2734         * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): 
2735         Add a function to check wether targets include uri.  
2736         (#314092, Mark Wielaard)
2737         
2738         * gtk/gtk.symbols: 
2739         * gtk/gtkwindow.h: 
2740         * gtk/gtkwindow.c: Add a deletable property with getter
2741         and setter, to control the close button in the window 
2742         frame.  (#59718, Havoc Pennington)
2743
2744 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
2745
2746         * gtk/gtkrc.key.emacs: Add C-n/C-p/C-f/C-b as alternatives
2747         to the arrow keys for menu navigation.  (#162825, Carl Worth)
2748
2749         * gtk/gtkentry.c, gtk/gtktextview.c: More typo fixes
2750
2751         * gtk/gtksocket-x11.c, gtk/gtkstatusicon-x11.c: Fix typos.
2752
2753         * gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock): 
2754         * gtk/gtkimage.c (gtk_image_new_from_stock): Don't
2755         refer to nonexisting stock ids.
2756
2757         * gtk/gtktextview.c (popup_targets_received): 
2758         * gtk/gtkentry.c (popup_targets_received): Construct
2759         the "Select All" menuitem from stock.
2760
2761         * gtk/stock-icons/stock_select_all_{16,24}.png:
2762         * gtk/stock-icons/Makefile.am: 
2763         * gtk/gtkiconfactory.c:
2764         * gtk/gtkstock.h: 
2765         * gtk/gtkstock.c: Add a "Select All" stock item.  (#78545,
2766         Calum Benson)
2767
2768         * gtk/gtktrayicon.c: Add a pointer to the spec.
2769
2770         * gtk/gtkstatusicon-x11.c: Add docs.
2771
2772         * gtk/gtkstatusicon.h: Fix a typo.
2773
2774         Add a cross-platform "tray icon" API, by
2775         porting EggStatusIcon/EggTrayIcon (#105101)
2776         
2777         * gtk/gtkstatusicon.h: A GtkStatusIcon is an object which
2778         displays an icon in a notification area.
2779
2780         * gtk/gtkstatusicon-x11.c: GtkStatusIcon implementation for
2781         X11, using GtkTrayIcon.
2782
2783         * gtk/gtktrayicon.h: 
2784         * gtk/gtktrayicon.c: An implementation of the freedesktop.org
2785         system tray specification, not public API.
2786
2787         * gtk/gtk.symbols: Add new exported functions.
2788
2789         * gtk/gtk.h: Include gtkstatusicon.h.
2790
2791         * gtk/Makefile.am: Add new files.
2792
2793         * tests/Makefile.am:
2794         * tests/teststatusicon.c: Test for GtkStatusIcon.
2795
2796 2005-08-29  Christopher Aillon  <caillon@redhat.com>
2797
2798         * gtk/gtkstock.c: Add builtin GtkStockItems for GTK_STOCK_CONNECT
2799         and GTK_STOCK_DISCONNECT
2800         
2801 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
2802
2803         * gtk/gtksocket-x11.c (_gtk_socket_windowing_embed_notify): 
2804         Use XFixesChangeSaveSet if available.  (#314682)
2805
2806         * gtk/gtkmenu.c (gtk_menu_grab_notify):  Only cancel if the menu
2807         was active.  (#314298, Christian Persch, analysis by Mark McLoughlin)
2808
2809 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
2810
2811         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): Remove an
2812         accidentally leftover duplicate pixbuf creation.  (#314700,
2813         Kjartan Maraas)
2814
2815         * gtk/gtksettings.c (settings_update_cursor_theme): Don't 
2816         leak the cursor theme name.  (#314693, Kjartan Maraas)
2817
2818         * gdk/x11/gdkasync.c (_gdk_x11_get_window_child_info): Free 
2819         state.children in all cases.  (#313862, Kjartan Maraas)
2820
2821 2005-08-28  Matthias Clasen  <mclasen@redhat.com>
2822
2823         * po/POTFILES.in, po-properties/POTFILES.in:
2824         Add gdk/gdkscreen.c
2825
2826 2005-08-27  Matthias Clasen  <mclasen@redhat.com>
2827
2828         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Fix the default
2829         value of the ui property. (#314532, Yong Wang)
2830
2831         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
2832         when G_MAXLONG is passed as length.  
2833
2834 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
2835
2836         * gtk/updateiconcache.c: Add a separate --ignore-theme-index option
2837         to avoid overloading --force.  (JP Rosevaar)
2838
2839 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
2840
2841         * configure.in: Bump version to 2.9.0
2842
2843         * gdk/gdk.symbols: 
2844         * gdk/gdkscreen.h: 
2845         * gdk/gdkscreen.c: Make the GdkScreen font options api
2846         public, and add properties GdkScreen::font-options and
2847         GdkScreen::resolution.  (#314004)
2848
2849         * gdk/gdkpango.c:
2850         * gtk/gtksettings.c:
2851         * gtk/gtkwidget.c: Adjust all callers.
2852         
2853         * gdk/gdkintl.h: Simplify and use glib/gi18n-lib.h.
2854         * gdk/gdkpango.c: Include gdkintl.h, not gtkintl.h.
2855         * gdk/gdkscreen.c: Include gdkintl.h.
2856
2857         * gtk/gtkicontheme.c (theme_lookup_icon): Avoid an uninitialized
2858         variable warning, pointed out by Colin Walters. (#314585)
2859
2860 2005-08-26  Tor Lillqvist  <tml@novell.com>
2861
2862         * gtk/gtkfilesystemwin32.c: Remove some ifdeffed out debugging
2863         printouts.
2864         (gtk_file_system_win32_parse): Don't mishandle UNC paths. (#314519)
2865
2866 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
2867
2868         * gtk/gtkcalendar.c (gtk_calendar_init): Fix the calculation
2869         of week_start.  (#314473, JP Rosevaar)
2870
2871 2005-08-25  Thomas Fitzsimmons  <fitzsim@redhat.com>
2872
2873         * gtk/gtkfilesystemmodel.c (idle_finished_loading_cb): Acquire GDK
2874         lock.  (#314533, Thomas Fitzsimmons)
2875
2876 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
2877
2878         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Handle
2879         NULL gracefully.  (#314523, Ed Catmur)
2880
2881 2005-08-25  Owen Taylor  <otaylor@redhat.com>
2882
2883         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): 
2884         Handle theme == NULL.
2885
2886 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
2887
2888         * gtk/gtkmenutoolbutton.c (menu_position_func): Take widget
2889         y offset into account when positioning the popup.  (#314470,
2890         Christian Persch)
2891
2892 2005-08-25  Owen Taylor  <otaylor@redhat.com>
2893
2894         * gdk/gdkscreen.c (gdk_screen_get_type): Use gdk_screen_init
2895         as instance_init, not base_init! (#314452, Fix from Frederic
2896         Crozat, reported by Joe Marcus Clarke). Trivial cleanup: use -1.
2897         rather than 1 for a negative flag value.
2898
2899 2005-08-24  Owen Taylor  <otaylor@redhat.com>
2900
2901         * gdk/gdkpango.c (draw_error_underline): Add a note about
2902         cut-and-paste between here and Pango.
2903
2904 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
2905
2906         * === Released 2.8.2 ===
2907
2908         * gtk/gtkclipboard.c (request_image_received_func): Use the correct
2909         callback for image/gif, and also try image/bmp.  (#314086,  Mark 
2910         Wielaard)
2911
2912         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon): 
2913         Use gnome-dev-harddisk for volumes, not gnome-fs-blockdev.  (#314382,
2914         Sebastien Bacher)
2915         
2916         * NEWS: Updates
2917
2918         * gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font
2919         and cursor settings get propagated down to the screen initially.
2920         Pointed out by Frederic Crozat.
2921
2922         * gtk/gtkicontheme.c (ensure_valid_themes): Don't try to send a client
2923         message if the screen is NULL. Noticed by Kjartan Maraas.
2924
2925 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
2926
2927         * Bump version
2928
2929         * === Released 2.8.1 ===
2930
2931         * NEWS: Updates
2932         
2933 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
2934
2935         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_visible): Protect
2936         against lazy filterers which return values other than TRUE or
2937         FALSE from their visible func.  (#314335)
2938
2939 2005-08-23  Owen Taylor  <otaylor@redhat.com>
2940
2941         Fix for #314004, reported by Michael Reinsch:
2942
2943         * gdk/gdk.symbols:
2944         * gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only()
2945         Add gdk_screen_get/set_resolution_libgtk_only()
2946
2947         * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set
2948         the options for the screen on the newly created context.
2949
2950         * gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c: 
2951         Move font options and dpi code from gtkwidget.c to gtksettings.c, set
2952         the font options on the screen.
2953
2954         * gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get
2955         the font options from the screen and set them on the context.
2956
2957 2005-08-23  Kristian Rietveld  <kris@gtk.org>
2958
2959         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't
2960         bother inserting new rows in a level with a zero refcount and
2961         immediately free the level. (Fixes #312350, reported by Markku Vire).
2962
2963 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
2964
2965         * gtk/updateiconcache.c: Complain when there is no index.theme file
2966         in the specified directory, unless --force is used. Also add an
2967         --index-only option to create caches without image data.
2968
2969         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Fix a
2970         C99ism.  (#314262, Robert Jeff Mitchell)
2971         
2972 2005-08-22  Manish Singh  <yosh@gimp.org>
2973
2974         * gtk/gtkicontheme.h: add declaration for _gtk_icon_theme_check_reload.
2975
2976         * gtk/gtkwindow.c: remove declaration of gtk_window_read_rcfiles.
2977
2978 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
2979
2980         * gtk/gtkwindow.c (gtk_window_client_event): 
2981         * gtk/gtkicontheme.c (ensure_valid_themes) 
2982         (_gtk_icon_theme_check_reload): Implement a clientmessage based
2983         scheme for makeing sure that all GTK+ applications notice if an
2984         icon theme has been updated. This should prevent multiple versions
2985         of an icon theme cache to be mapped in memory at the same time,
2986         which can cause excessive memory consumption.  (#313156, Chris 
2987         Lahey)
2988
2989 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
2990
2991         * gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note
2992         regarding icon theme changes.
2993
2994         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning
2995         pixbufs which are backed by the mmapped memory of an icon cache,
2996         increase the refcount of the icon cache, so that the memory is not
2997         munmapped away underneath the pixbuf upon icon theme changes.  
2998         (#314170, Kjartan Maraas)
2999
3000         * docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order 
3001         to link against Xext.  (#314062)
3002
3003         * gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
3004         overruns.  (#314081, Hans Breuer)
3005
3006 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
3007
3008         * gtk/gtkentry.c (gtk_entry_get_layout): Clarify that the
3009         returned layout must not be modified.
3010
3011 Sat Aug 20 16:12:14 2005  Jonathan Blandford  <jrb@redhat.com>
3012
3013         * gtk/gtktreeview.c (gtk_tree_view_set_model): clear
3014         scroll_to_path if the model changes.
3015
3016         * gtk/gtkiconview.c: (gtk_icon_view_destroy),
3017         (gtk_icon_view_size_allocate), (gtk_icon_view_set_cursor),
3018         (gtk_icon_view_scroll_to_path): Handle scrolling to a path before
3019         we're realized, #312798
3020         (gtk_icon_view_set_model): clear scroll_to_path if the model
3021         changes.
3022
3023 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
3024
3025         * gtk/gtkrange.c (gtk_range_adjustment_changed) 
3026         (gtk_range_adjustment_value_changed):  Don't queue a draw
3027         if the layout has not changed.  (#313991, Benjamin Berg)
3028
3029 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
3030
3031         * gtk/gtktreeitem.c: Remove duplicate lines.  (#313344,
3032         Benoit Carpentier)
3033
3034         * modules/engines/ms-windows/msw_style.c (setup_system_styles): 
3035         Fix a typo. 
3036
3037         * gtk/gtkfilechooserbutton.c (change_icon_theme) 
3038         (model_add_special, model_add_special, model_add_volumes):
3039         Handle pixbuf being NULL without warnings. Also, don't
3040         leak pixbuf references when the icon theme is changed.
3041
3042         * gtk/gtkmain.c (gtk_get_event_widget): Don't access
3043         the user data on destroyed windows, since at best
3044         it can be a stale pointer.  (#313953, Robin Green)      
3045
3046 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
3047
3048         * gtk/gtkhsv.c (paint_triangle): Avoid a buffer overrun.  
3049         (#313900, Sebastien Bacher)
3050
3051         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Return
3052         FALSE if the tree is empty.  (#313891, Guillaume Cottenceau)
3053
3054         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display) 
3055         (xdnd_read_actions, get_client_window_at_coords_recurse): 
3056         Free data returned from XGetWindowProperty. 
3057
3058         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window) 
3059         Free data returned from XGetWindowProperty.  (313867, Kjartan
3060         Maraas)
3061         
3062         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free
3063         children in all cases.  (#313862, Kjartan Maraas)
3064
3065         * gtk/gtkicontheme.c (theme_lookup_icon): Store GtkIconData structs 
3066         in the per-directory hash, even if they come from the icon cache. 
3067         We tried to avoid that before, but as a result leaked icon data
3068         structs.  (#313852, Kjartan Maraas)
3069
3070 2005-08-18  Matthias Clasen  <mclasen@redhat.com>
3071
3072         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_destroy): Disconnect
3073         signal handlers on destroy, not on finalize.  (#313759, Brett Atoms)
3074
3075 2005-08-15  Owen Taylor  <otaylor@redhat.com>
3076
3077         * configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
3078         files for x11/xext. (Jonas Bonn)
3079
3080 2005-08-15  Tor Lillqvist  <tml@novell.com>
3081
3082         * gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
3083         inside GTK_NOTE.
3084
3085 2005-08-15  Owen Taylor  <otaylor@redhat.com>
3086
3087         * configure.in: Fix have_base_pc / have_base_x_pc typo.
3088
3089         * gdk/x11/gdkdrawable-x11.c gtk/gtksettings.c: Remove panoxft.h includes.
3090         (#313417, James Andrewartha)
3091
3092         * configure.in: Add fontconfig to X_PACKAGES, since we use it for
3093         FcNameConstant(). (More of #313417)
3094
3095 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
3096
3097         * gtk/gtkfilechooserdefault.c: When using gtk_dialog_run() for
3098         modal dialogs, make sure to inherit the window group from 
3099         the parent, since we don't inherit window groups across
3100         transient parents currently.  (#312918, Christian Persch)
3101
3102         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): 
3103         * gtk/gtkdialog.c (gtk_dialog_run): Slight update to the docs. 
3104
3105         * gtk/gtkiconview.c (gtk_icon_view_select_path) 
3106         (gtk_icon_view_scroll_to_path): Handle paths of depth 0
3107         gracefully.  (#312796, Jonathan Blandford)
3108
3109         * tests/testtoolbar.c: Add some more tests for menu placement.
3110
3111         * gtk/gtkmenutoolbutton.c (menu_position_func): 
3112         * gtk/gtktoolbar.c (menu_position_func): Improve positioning
3113         of toolbutton menus and of the overflow menu.  (#312937, 
3114         #153870, Christian Persch, Paolo Borelli)
3115
3116 2005-08-15  Tor Lillqvist  <tml@novell.com>
3117
3118         * gtk/updateiconcache.c: Use g_path_get_dirname() instead of
3119         the nonportable <libgen.h> and dirname().
3120
3121 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
3122
3123         * gtk/gtksizegroup.c: Use object data to mark widgets and
3124         groups as visited, so that we avoid constant extra list
3125         traversals. Also allocate quarks in class_init.  (#311618,
3126         Michael Natterer)
3127
3128         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon): Correct the 
3129         download location for the hicolor icon theme. (#313475, Olexiy 
3130         Avramchenko)
3131
3132         * gtk/gtkicontheme.c: Remove debug spew. 
3133
3134 2005-08-15  Owen Taylor  <otaylor@redhat.com>
3135
3136         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap): 
3137         * gdk/win32/gdkwindow-win32.c (gdk_window_set_back_pixmap): 
3138         * gdk/x11/gdkwindow-x11.c (gdk_window_set_back_pixmap):
3139         Handle pixmap == NULL when checking for a colormap.
3140         (Allin Cottrell).
3141
3142 2005-08-14  Matthias Clasen  <mclasen@redhat.com>
3143
3144         * gtk/updateiconcache.c: Store only one copy of the pixel data
3145         for symlinked icons. To achieve this, maintain a hashtable 
3146         mapping pathnames to pixel data, and share the pixel data for
3147         all symlinks resolving to the same pathname. When writing out
3148         the image data, write out the pixel data only the first time
3149         it is met, and store the offset pointing to the first copy
3150         for use in all later cases.
3151         This reduces the size of the Bluecurve icon cache from 40
3152         to 13MB. (#312972)
3153