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