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