]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Merge of the GTK+ asynchronous file chooser branch. Please see the
[~andy/gtk] / ChangeLog.pre-2-10
1 2006-05-01  Kristian Rietveld  <kris@imendio.com>
2
3         Merge of the GTK+ asynchronous file chooser branch.  Please see
4         the kris-asynch-branch for more detailed ChangeLog entries.
5
6         * configure.in: increase binary version to 2.9.0.
7
8         * gtk.symbols:
9         * gtkfilechooser.c:
10         * gtkfilechooserbutton.c:
11         * gtkfilechooserdefault.c:
12         * gtkfilechooserdialog.c:
13         * gtkfilechooserembed.c:
14         * gtkfilechooserembed.h:
15         * gtkfilechooserentry.c:
16         * gtkfilechooserentry.h:
17         * gtkfilechooserprivate.h:
18         * gtkfilesystem.c:
19         * gtkfilesystem.h:
20         * gtkfilesystemmodel.c:
21         * gtkfilesystemmodel.h:
22         * gtkfilesystemunix.c:
23         * gtkpathbar.c:
24         * gtkpathbar.h:
25         Merge from kris-async-branch.
26
27 2006-05-01  Matthias Clasen  <mclasen@dhcp83-48.boston.redhat.com>
28
29         * NEWS: Updates
30
31 2006-04-30  Matthias Clasen  <mclasen@localhost.localdomain>
32
33         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Document
34         GtkTreeModel signals.
35
36 2006-04-19  Michael Emmel  <mike.emmel@gmail.com>
37
38         * gdk/directfb/gdkdrawable-directfb.c: removed all subtracting one on
39         clipping
40
41 2006-04-30  Kristian Rietveld  <kris@imendio.com>
42
43         Fix for #340200, spotted by Torsten Schoenfeld.
44
45         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): fix up logic
46         calculating the level indentation,
47         (gtk_tree_view_start_editing): remove code calculating the
48         level indentation, since _get_cell_area() takes care of this for us.
49
50 2006-04-30  Matthias Clasen  <mclasen@localhost.localdomain>
51
52         Fix problems with setting symbolic colors from rc files.
53         (#338345, Benjamin Berg)
54         
55         * gtk/gtkrc.c (gtk_rc_settings_changed, gtk_rc_font_name_changed) 
56         (gtk_rc_color_hash_changed, gtk_rc_reparse_all_for_settings): Don't
57         freeze notification for settings changes while parsing; instead
58         manually avoid recursion, and update the color hashes.
59
60 2006-04-30  Matthias Clasen  <mclasen@localhost.localdomain>
61
62         * gtk/gtksettings.c (gtk_settings_class_init): Change the default
63         value of the gtk-color-scheme setting to "".
64
65         * gtk/gtkprinteroption.c: 
66         * gtk/gtkprinteroptionwidget.c: 
67         * gtk/gtkprintunixdialog.c: Improve the print dialog layout,
68         mark some more strings for translation.  (#340139, Christian Persch)
69
70         * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Fix the definition
71         of the ::size-changed signal, and improve its documentation.
72         (#340112, Christian Persch)
73
74 2006-04-29  Behdad Esfahbod  <behdad@gnome.org>
75
76         * gtk/gtkwidget.c (gtk_widget_create_pango_layout)
77         (gtk_widget_get/create_pango_context): Change colormap to font map in
78         docs. (#340093)
79
80 2006-04-29  Matthias Clasen  <mclasen@redhat.com>
81
82         * gtk/gtk.symbols: 
83         * gtk/gtkstatusicon.h: 
84         * gtk/gtkstatusicon.c (gtk_status_icon_position_menu): Add a menu
85         position function for use with popups on status icons.  (#334573, 
86         Christian Persch)
87
88         * gtk/gtkwidget.c (gtk_widget_is_composited): Fix a C99ism.  (#340055,
89         Kazuki Iwamoto)
90
91 2006-04-28  Matthias Clasen  <mclasen@redhat.com>
92
93         * gtk/gtkcellrenderertext.c (get_size): Use _static variants when
94         copying and merging short-lived Pango layouts. (#340033, Morten Welinder)
95
96 2006-04-28  Behdad Esfahbod  <behdad@gnome.org>
97
98         * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
99         docs. (#340063)
100
101 2006-04-28  Matthias Clasen  <mclasen@redhat.com>
102
103         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force
104         the standard DND icon if the user has a custom DND source.  
105         (#339522, Joe Wreschnig)
106
107 2006-04-28  Michael Natterer  <mitch@imendio.com>
108
109         * gtk/gtktextbuffer.c (create_clipboard_contents_buffer): keep a
110         reference to the source buffer while the clipboard contents buffer
111         exists, because it is needed for serializing the contents buffer.
112         Makes copying from the contents buffer possible even after the
113         resp. text view is destroyed (for example when there is a
114         clipboard manager running on app exit) (bug #339195).
115
116 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
117
118         * gdk/gdkpango.c (gdk_pango_renderer_draw_glyphs): Cast to double
119         before dividing by PANGO_SCALE. (#334582)
120
121 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
122
123         * gtk/gtkentry.c (popup_position_func): Improve positioning
124         of the menu when popped up by keynav.  (#334987, Christian
125         Persch)
126
127         * gtk/gtkdnd.c (gtk_drag_set_icon_window): Handle the case
128         of being called after the drag is cancelled.  (#339224, 
129         Benjamin Otte)
130
131         * gdk/x11/gdkscreen-x11.c (_gdk_x11_screen_process_owner_change):
132         Use XFixes only if it is available.  (#339839, Marko Anastasov)
133
134 2006-04-26  Federico Mena Quintero  <federico@novell.com>
135
136         * gtk/gtkdialog.c (gtk_dialog_close): Don't make this conditional
137         on having a GTK_RESPONSE_CANCEL button -> end the idiocy.  Fixes
138         bug #101293.
139
140 2006-04-26  Kristian Rietveld  <kris@imendio.com>
141
142         * gtk/gtktreeview.c (node_is_visible): new function,
143         (validate_visible_area): when a node is validated, only queue a
144         redraw for that node, not for the entire widget (a redraw for the
145         entire widget is only needed when the sizes change, and
146         _queue_resize() will take care of that),
147         (do_validate_rows): do not queue a redraw, redraws are only needed
148         for changes in the visible area and validate_visible_area() takes
149         care of that,
150         (gtk_tree_view_row_inserted): for fixed height mode, only queue
151         a resize and redraw if the node is visible, else no redraw is needed.
152
153 2006-04-26  Kristian Rietveld  <kris@imendio.com>
154
155         If this new "row-ending-details" property is turned on, more
156         detailed "details" will be passed to the theme engine for drawing
157         the background, drop indicator and focus rectangle.  Requirement is
158         that the theme engine supports these details. (#333760).
159
160         * gtk/gtktreeview.c (gtk_tree_view_class_init): add row-ending-details
161         style property,
162         (gtk_tree_view_bin_expose): pass more detailed detail to
163         gtk_paint_flat_box() if the property is turned on,
164         (gtk_tree_view_bin_expose): likewise for the drop indicator,
165         (gtk_tree_view_bin_expose): likewise for the focus rectangle.
166
167 2006-04-26  Kristian Rietveld  <kris@imendio.com>
168
169         New "show-expanders" and "level-indentation" properties, which can
170         be used for customizing the tree view.  (For example to do
171         grouping as demonstrated in the test application).
172         Discussion in #80869.
173
174         * gtk/gtktreeprivate.h: add level_indentation field.
175
176         * gtk/gtktreeview.c (gtk_tree_view_class_init),
177         (gtk_tree_view_init), (gtk_tree_view_set_property),
178         (gtk_tree_view_get_property): add the properties to the object,
179         (gtk_tree_view_button_press), (do_prelight),
180         (gtk_tree_view_bin_expose), (validate_row),
181         (gtk_tree_view_discover_dirty_iter), (gtk_tree_view_get_cell_area),
182         (gtk_tree_view_create_row_drag_icon): take the new properties
183         into account,
184         (gtk_tree_view_start_editing): fix cell placement code.
185
186         * tests/testgrouping.c: new test application, showing how to
187         implement grouping.
188
189         * tests/Makefile.am: updated.
190
191 2006-04-25  Matthias Clasen  <mclasen@redhat.com>
192
193         * gdk/gdk.symbols: Add gdk_screen_is_composited
194
195         * gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add docs.
196
197         * gtk/gtkprintoperation.c: Add docs.
198
199 Tue Apr 25 10:25:28 2006  Søren Sandmann  <sandmann@redhat.com>
200
201         * tests/testgtk.c (create_alpha_window): Create 'composited' label.
202
203         * tests/testgtk.c (on_composited_changed): New function, change
204         the label to say whether the screen is composited or not.
205
206         * gtk/gtkwindow.c (gtk_window_on_composited_changed): When
207         composited status change, invalidate the window and propagate the signal;.
208
209         * gtk/gtkwindow.c (gtk_window_map): Set the appropriate type hint
210         if reset_type_hint is TRUE.
211
212         * gtk/gtkwindow.c (gtk_window_set_type_hint): If hint is one of
213         the old hints, store a shadow copy in the public window->type_hint
214         bitfield, otherwise set this field to normal. Set the private
215         field to the type hint.
216
217         * gtk/gtkwindow.c (gtk_window_init): Initialize priv->type_hint. 
218
219         * gtk/gtkwindow.c (struct _GtkWindowPrivate): New field
220         "reset_type_hint" indicating whether the type hint needs to be
221         reset. New field type_hint containing a GdkWindowTypeHint.
222
223         * gtk/gtkwidget.c (propagate_composited_changed): New function to
224         propagate changes in composited status.
225         (gtk_widget_class_init): Add composited_changed signal.
226         
227         * gtk/gtkwidget.h (struct _GtkWidgetClass): New signal composited-changed.
228
229         * gtk/gtkwidget.c (gtk_widget_is_composited): New function.
230
231         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Set transient for.
232
233         * gtk/gtktooltips.c (gtk_tooltips_force_window): Set the type hint
234
235         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Compute whether
236         the item belongs to a menubar. Set the type_hint appropriately
237         depending on the outcome.
238
239         * gtk/gtkmenu.c (gtk_menu_position): Set the default type hint here.
240
241         * gtk/gtkmenu.c (gtk_menu_attach_to_widget): connect to hierarchy
242         changed on the attach widget.
243
244         * gtk/gtkmenu.c (attach_widget_hierarchy_changed): New function to
245         set the transient_for property for menus.
246
247         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Set the appropriate type hint.
248
249         * gtk/gtkcombo.c (gtk_combo_popup_list): Make the popup window
250         transient for the toplevel.
251
252         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Set
253         transient-for, for the popup window.
254
255         * gdk/x11/gdkwindow-x11.c (gdk_window_get_type_hint): Support for
256         new window types.
257
258         * gdk/x11/gdkwindow-x11.c (gdk_window_set_type_hint): Add support
259         for new window types.
260
261         * gdk/x11/gdkscreen-x11.c (_gdk_x11_screen_process_owner_change):
262         New function called whenever the compositing manager comes and goes.
263
264         * gdk/x11/gdkscreen-x11.c (gdk_screen_is_composited): New function.
265
266         * gdk/x11/gdkscreen-x11.c
267         (_gdk_x11_screen_request_cm_notification, make_cm_atom,
268         check_is_composited): New functions
269
270         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Call
271         _gdk_x11_screen_process_owner_change when an
272         XFixesSelectionNotifyEvent is received.
273
274         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Call
275         _gdk_x11_screen_request_cm_notification() on all screens.
276
277         * gdk/quartz/gdkscreen-quartz.c (gdk_screen_is_composited): Dummy
278         implementation. 
279
280         * gdk/gdkscreen.c (gdk_screen_class_init): New signal,
281         'composited-changed'.
282
283         * gdk/gdkwindow.h: Add new EWMH window types.
284
285         * gdk/win32/gdkscreen-win32.c (gdk_screen_is_composited) 
286
287 2006-04-25  Matthias Clasen  <mclasen@redhat.com>
288         
289         * modules/printbackends/cups/gtkprintbackendcups.c: 
290         Add some more translatable PPD option names.
291
292 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
293
294         * po/POTFILES.in:
295         * po-properties/POTFILES.in: Updates
296
297         * gtk/paper_names.c: Declare PaperInfo here.
298
299         * gtk/gen-paper-names.c: Add a prefix to gettext msgids.
300
301         * gtk/paper_names_offsets.c: Regenerated.
302         
303         * gtk/gtkpapersize.c (gtk_paper_size_get_display_name):
304         Use g_strip_context() to strip the prefix.
305
306 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
307         
308         * gtk/gtkfontbutton.c: Small doc fixes.
309
310         * gtk/gtkprintunixdialog.h: 
311         * gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
312
313         * gtk/gtkprintsettings.h (GtkPageRange): Declare in a way grokked by gtk-doc.
314
315         * gdk/gdkregion-generic.c: Documentation fixes.
316
317         * gdk/directfb/gdkmain-directfb.c: Make the comment not look like
318         a doc comment.
319
320         * gtk/gtkprintunixdialog.c: Add docs.
321
322         * gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix.
323
324 2006-04-24  Alexander Larsson  <alexl@redhat.com>
325
326         * gtk/gtkprinter.c:
327         Don't ref the backend since the backend owns the printer.
328
329 2006-04-24  Alexander Larsson  <alexl@redhat.com>
330
331         * gtk/gtkpagesetupunixdialog.c (update_combo_sensitivity_from_printers):
332         Remove spew.
333
334 2006-04-24  Alexander Larsson  <alexl@redhat.com>
335
336         * gtk/gtkprintunixdialog.c (create_page_setup_page):
337         Even/Odd Pages -> Even/Odd Sheets
338
339 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
340
341         * gtk/gtk.symbols:
342         * gtk/gtkprintoperation.c (gtk_print_operation_run_async): Refactor the
343         gtk_print_operation_run() code and add an _async version.
344
345         * gtk/gtkprintoperation-private.h:
346         * gtk/gtkprintoperation-unix.c
347         (_gtk_print_operation_platform_backend_run_dialog_async)
348         (gtk_print_run_page_setup_dialog_async): Variants of the run functions
349         which don't call gtk_dialog_run(), but only show the dialog and return,
350         and handle the response in a signal handler.
351
352         * gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog_async) 
353         (_gtk_print_operation_platform_backend_run_dialog_async): Implement these 
354         by calling the sync versions.
355
356         * gtk/gtkprintoperation-unix.c: Cleanups.
357
358         * gtk/gtkpagesetupunixdialog.c (gtk_page_setup_unix_dialog_get_page_setup):
359         Remove redundant code.
360
361         * gtk/Makefile.am: Install gtkprintjob.h as Unix-specific print API.
362
363         * gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog): 
364         Return a copy of the original page setup if the dialog was canceled.
365
366 2006-04-24  Alexander Larsson  <alexl@redhat.com>
367
368         * gtk/gtkprintjob.h:
369         Declare GtkPrintJob.
370         
371         * gtk/gtkprintunixdialog.c: (gtk_print_unix_dialog_get_settings):
372         Change g_return_if_fail to g_return_val_if_fail.
373
374 2006-04-24  Alexander Larsson  <alexl@redhat.com>
375
376         * configure.in:
377         Check for cairo-pdf.h.
378         Check for cairo-ps.h on non-win32.
379
380 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
381
382         * gtk/gtkclipboard.h: 
383         * gtk/gtkprinter.c: 
384         * gtk/gtkprintsettings.h: 
385         * gtk/gtkprintsettings.c: Match parameter names with the headers.
386
387         * gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog): 
388         Add docs.
389
390         * gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize): 
391         * gtk/gtkstatusicon.c (gtk_status_icon_get_storage_type): 
392         * gtk/gtktreeview.c (gtk_tree_view_set_search_position_func): 
393         * gtk/gtktreeview.c (gtk_tree_view_get_headers_clickable): 
394         * gtk/gtkcellrendererspin.c (gtk_cell_renderer_spin_new): 
395         * gtk/gtkmenu.c (gtk_menu_get_for_attach_widget): Fix the docs.
396
397         * gtk/gtkprinter.h: Don't declare GtkPrintJob here.
398         * gtk/gtkprinter-private.h: Instead include gtkprintjob.h.
399
400 2006-04-23  Matthias Clasen  <mclasen@redhat.com>
401
402         * gtk/gtkprinter-private.h: 
403         * gtk/gtkprintbackend.h: 
404         * gtk/gtkprinter.[hc]: 
405         * gtk/gtkprintjob.[hc]: Use g types, add documentation, and some
406         stylistic fixups.
407
408         * gtk/gtkaboutdialog.c (activate_url): Avoid a compiler warning.
409
410         * gtk/gtkpapersize.[hc]: Use g types, add documentation.
411
412         * gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_get_settings): 
413         Use g_return_val_if_fail in non-void functions.
414
415         * gtk/Makefile.am: Add gtkprintutils.[hc]
416
417         * gtk/gtkprintutils.[hc]: New files, move the unit conversion
418         functions here.
419
420         * gtk/gtkpagesetupunixdialog.c: 
421         * gtk/gtkprintsettings.c: 
422         * gtk/gtkpagesetup.c: 
423         * gtk/gtkpapersize.c: Replace all static copies of to_mm/from_mm
424         by the copies in gtkprintutils.c.
425
426         * gtk/gtkpagesetup.[hc]: Use g types, add documentation.
427
428         * gtk/gtkprintsettings.c: More documentation
429
430 2006-04-22  Tor Lillqvist  <tml@novell.com>
431
432         * gtk/Makefile.am (gtk_private_h_sources): Small workaround for
433         weird bug in some versions of Automake at least on Windows.
434
435 2006-04-21  Alexander Larsson  <alexl@redhat.com>
436
437         Merge the gtk-printing branch.
438         For more detailed ChangeLog entries, see the branch.
439         
440         * .cvsignore:
441         * Makefile.am:
442         * configure.in:
443         * docs/tools/widgets.c:
444         * gtk+-unix-print-2.0.pc.in:
445         * gtk/Makefile.am:
446         * gtk/gen-paper-names.c:
447         * gtk/gtk.h:
448         * gtk/gtk.symbols:
449         * gtk/gtkenums.h:
450         * gtk/gtkiconfactory.c:
451         * gtk/gtkmarshalers.list:
452         * gtk/gtkpagesetup.[ch]:
453         * gtk/gtkpagesetupunixdialog.[ch]:
454         * gtk/gtkpapersize.[ch]:
455         * gtk/gtkprint-win32.[ch]:
456         * gtk/gtkprintbackend.[ch]:
457         * gtk/gtkprintcontext.[ch]:
458         * gtk/gtkprinter-private.h:
459         * gtk/gtkprinter.[ch]:
460         * gtk/gtkprinteroption.[ch]:
461         * gtk/gtkprinteroptionset.[ch]:
462         * gtk/gtkprinteroptionwidget.[ch]:
463         * gtk/gtkprintjob.[ch]:
464         * gtk/gtkprintoperation-private.h:
465         * gtk/gtkprintoperation-unix.c:
466         * gtk/gtkprintoperation-win32.c:
467         * gtk/gtkprintoperation.[ch]:
468         * gtk/gtkprintsettings.[ch]:
469         * gtk/gtkprintunixdialog.[ch]:
470         * gtk/paper_names.c:
471         * gtk/paper_names_offsets.c:
472         Platform independent printing API and implementations
473         for unix and windows.
474
475         * gtk/gtkstock.h:
476         * gtk/stock-icons/24/gtk-orientation-landscape.png:
477         * gtk/stock-icons/24/gtk-orientation-portrait.png:
478         * gtk/stock-icons/24/gtk-orientation-reverse-landscape.png:
479         Add stock icons for page orientation.
480         
481         * modules/Makefile.am:
482         * modules/printbackends/Makefile.am:
483         * modules/printbackends/cups/Makefile.am:
484         * modules/printbackends/cups/gtkcupsutils.[ch]:
485         * modules/printbackends/cups/gtkprintbackendcups.[ch]:
486         * modules/printbackends/cups/gtkprintercups.[ch]:
487
488         Cups printing backend for unix.
489         
490         * modules/printbackends/lpr/Makefile.am:
491         * modules/printbackends/lpr/gtkprintbackendlpr.[ch]:
492         lpr printing backend for unix.
493         
494         * modules/printbackends/pdf/Makefile.am:
495         * modules/printbackends/pdf/gtkprintbackendpdf.[ch]:
496         print-to-pdf printing backend for unix.
497         
498         * tests/.cvsignore:
499         * tests/Makefile.am:
500         * tests/print-editor.c:
501         Test application for printing.
502
503         * gdk/gdk.symbols:
504         * gdk/win32/gdkevents-win32.c:
505         * gdk/win32/gdkwin32.h:
506         Add gdk_win32_set_modal_dialog_libgtk_only so that we can pump the
507         mainloop while displaying a win32 common dialog.
508
509         * gdk/directfb/Makefile.am:
510         Whitespace cleanup.
511         
512 2006-04-20  Paolo Borelli  <pborelli@katamail.com>
513
514         * gtk/gtkcombobox.c: plug small leak (#339132)
515         * tests/testcombo.c: ditto
516
517 2006-04-19  Michael Emmel  <mike.emmel@gmail.com>
518
519         * gdk/directfb/gdkdrawable-directfb.c: fixed off by one error in
520         clip patch from (#330824)
521
522 2006-04-19  Murray Cumming  <murrayc@murrayc.com>
523
524         * gtk/gtkfilechooserbutton.c: _GtkFileChooserButtonPrivate:
525         Added has_title flag so we can remember whether a title has 
526         been set.
527         (gtk_file_chooser_button_constructor): If no title has been
528         set then set it to the default title. This means that the 
529         default title will be used if the dialog was instantiated with 
530         g_object_new(), without using the gtk_file_chooser_button_new() 
531         convenience function. This helps language bindings.
532         (gtk_file_chooser_button_set_property): Set has_title when 
533         setting the title.
534
535 2006-04-19  Tor Lillqvist  <tml@novell.com>
536
537         * gdk/win32/gdkkeys-win32.c (handle_special): Map VK_NUMPAD[0-9]
538         to GDK_KP_[0-9]. (#337562)
539
540 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
541
542         * gtk/gtkrc.c: Allocate pixmap_path dynamically, rather than
543         using a fixed array of size 128.
544
545         * gtk/gtkiconcache.c: Apply a patch by Paolo Borelli to factor
546         out a strip_suffix() function and save some memory.  (#338307)
547
548 2006-04-18  Carlos Garnacho  <carlosg@gnome.org>
549
550         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): removed wrong
551         condition check that caused tab labels not to be drawn under certain
552         circumstances. Bug #338734.
553
554 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
555
556         * configure.in: Remove obsolete entry for no_NO
557         * po-properties/no.po: And the translation
558         * po/no.po: And the translation.
559
560 2006-04-17  Matthias Clasen  <mclasen@redhat.com>
561
562         * demos/gtk-demo/colorsel.c (expose_event_callback): Small formatting
563         fix.
564
565 2006-04-17  Christian Persch  <chpe@cvs.gnome.org>
566
567         * gtk/gtkdnd.c: (gtk_drag_dest_set), (gtk_drag_dest_set_proxy): Fix
568         UMR in gtk_drag_dest_motion. Bug #338725.
569
570 2006-04-17  Matthias Clasen  <mclasen@redhat.com>
571
572         * gtk/gtksettings.c (gtk_settings_class_init): 
573         * gtk/gtkentry.c (gtk_entry_class_init): Fix typos
574         in property blurbs.  (#338772, Clytie Siddall)
575
576 2006-04-16  Richard Hult  <richard@imendio.com>
577
578         * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check 
579         for source being a window.
580
581         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_get_pointer):
582         Don't assert on window not being the root window.
583
584 2006-04-16  Richard Hult  <richard@imendio.com>
585
586         * gdk/quartz/gdkdrawable-quartz.c: Remove leading cairo/ in include.
587
588 2006-04-16  Matthias Clasen <mclasen@redhat.com>
589
590         * gdk/x11/gdkwindow-x11.c (set_initial_hints ): Avoid a
591         possible array overrun.  (Coverity)
592
593         * gtk/gtkcalendar.c (gtk_calendar_key_press): Avoid a
594         possible array overrun.  (Coverity)
595
596         * gtk/gtktextbuffer.c (_gtk_text_buffer_remove_all_tags):
597         Avoid a NULL dereference.  (Coverity)
598
599 2006-04-15  Matthias Clasen <mclasen@redhat.com>
600
601         * gtk/gtkrecentmanager.c: Make filename_warning() static,
602         and use caseless matching when looking for file:/.  
603         (#336772, Morten Welinder)
604
605 2006-04-13  Anders Carlsson  <andersca@imendio.com>
606
607         * gdk/quartz/gdkevents-quartz.c:
608         (synthesize_enter_event):
609         (synthesize_leave_event):
610         (synthesize_crossing_events):
611         Take grabs into account.
612
613         (find_window_for_event):
614         Only return grabbed window when owner_events is FALSE.
615
616 2006-04-13  Matthias Clasen  <mclasen@redhat.com>
617
618         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Reorganize slightly
619         to avoid a possible NULL dereference.  (Coverity)
620
621 2006-04-12  Matthias Clasen  <mclasen@redhat.com>
622
623         * gtk/gtktreeview.c (gtk_tree_view_get_arrow_xrange): Don't
624         allow passing NULL for x1 or x2, adjust callers.
625
626         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): 
627         Reorganize to avoid a possible NULL pointer dereference.  (Coverity)
628
629         * gtk/gtknotebook.c (gtk_notebook_page_allocate): Reorganize
630         to avoid a possible NULL dereference.  (Coverity)
631
632         * gdk/x11/gdkimage-x11.c (gdk_image_new_bitmap): Handle
633         closed displays correctly.  (Coverity)
634
635         * contrib/gdk-pixbuf-xlib/Makefile.am:
636         * modules/engines/pixbuf/Makefile.am
637         * gdk-pixbuf/Makefile.am: Build fixes for Cygwin.  (#338262)
638
639         * gdk/x11/gdkselection-x11.c (make_list): Make this work
640         for list == NULL.  (Coverity)
641
642         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_entries_for_keycode): 
643         Rearrange the code a bit.
644
645         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange): 
646         Handle _gtk_text_line_get_data() returning NULL in all
647         cases.  (Coverity)
648
649         * gtk/gtkuimanager.c: Make find_menu_position and
650         find_toolbar_position void.  (#338100)
651
652 2006-04-12  Anders Carlsson  <andersca@imendio.com>
653
654         * gdk/quartz/gdkkeys-quartz.c:
655         Handle page up and page down.
656
657 2006-04-12  Anders Carlsson  <andersca@imendio.com>
658
659         * gdk/quartz/gdkdrawable-quartz.c:
660         (_gdk_quartz_drawable_release_context):
661         Don't flush if we're inside a begin_paint/end_paint pair.
662         
663         * gdk/quartz/gdkwindow-quartz.c:
664         (gdk_window_impl_quartz_end_paint):
665         Free clip region here.
666
667 2006-04-12  Matthias Clasen  <mclasen@redhat.com>
668
669         * gtk/gtkuimanager.c (start_element_handler): Don't pass
670         a negative value as string length to get_child_node().  (Coverity)
671
672         * gtk/gtkicontheme.c (insert_theme): Handle dirs == NULL
673         gracefully.  (Coverity)
674
675         * gtk/gtknotebook.c (gtk_notebook_remove): Silently do nothing
676         if the widget is not a child.  (Coverity)
677
678 2006-04-11  Matthias Clasen  <mclasen@redhat.com>
679
680         * gdk/x11/gdkkeys-x11.c (get_xkb): Return early in error
681         cases.  (Coverity)
682
683         * gtk/gtktextview.c (selection_motion_event_handler): Remove
684         some unused variables.
685
686         * gtk/gtktreeview.c ((gtk_tree_view_search_position_func): Apply
687         a patch from David Trowbridge to improve the positioning of the
688         search popup.  (#338047)
689
690 2006-04-11  Emmanuele Bassi  <ebassi@cvs.gnome.org>
691
692         * gtk/gtkrecentmanager.c (gtk_recent_manager_init)
693         (gtk_recent_manager_new): Remove the unneeded setting of the
694         storage file inside the constructor. (Murray Cumming)
695         (build_recent_items_list): Reset the dirty bit when done rebuilding
696         the list from the storage file.
697
698 2006-04-11  Matthias Clasen  <mclasen@redhat.com>
699
700         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Silence
701         compiler warnings.
702
703         * gtk/gtkinputdialog.c (gtk_input_dialog_set_mapping_mode): Don't
704         dereference info before checking it for NULL.  (Coverity)
705
706 2006-04-11  Anders Carlsson  <andersca@mac.imendio.com>
707
708         * gdk/quartz/GdkQuartzView.c:
709         (-[GdkQuartzView drawRect:]):
710         * gdk/quartz/gdkdrawable-quartz.c:
711         (gdk_quartz_ref_cairo_surface):
712         (_gdk_quartz_drawable_get_context):
713         (_gdk_quartz_drawable_release_context):
714         * gdk/quartz/gdkwindow-quartz.c:
715         (gdk_window_impl_quartz_finalize):
716         (gdk_window_impl_quartz_class_init):
717         (gdk_window_impl_quartz_begin_paint_region):
718         (gdk_window_impl_quartz_end_paint):
719         (gdk_window_impl_quartz_invalidate_maybe_recurse):
720         (gdk_window_impl_quartz_process_updates):
721         (gdk_window_impl_quartz_paintable_init):
722         (_gdk_window_impl_quartz_get_type):
723         * gdk/quartz/gdkwindow-quartz.h:
724         Have GdkWindowImplQuartz implement GdkPaintable.
725
726 2006-04-10  Michael Natterer  <mitch@imendio.com>
727
728         * gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize):
729         pasted rich text should not be affected by tags that are active at
730         the insertion point. Therefore, remove and remember all active
731         tags, and re-apply them left and right of the inserted text after
732         pasting. Fixes bug #337653.
733
734 2006-04-11  Anders Carlsson  <andersca@imendio.com>
735
736         * gdk/gdkinternals.h:
737         * gdk/gdkwindow.c:
738         (_gdk_paintable_get_type):
739         (gdk_window_begin_paint_region):
740         (gdk_window_end_paint):
741         (gdk_window_process_updates):
742         (gdk_window_invalidate_maybe_recurse):
743         Add new GdkPaintable interface which implementation objects can 
744         implement in order to override gdk painting functions.
745
746 2006-04-10 Vladimer Sichinava  <vlsichinava@gmail.com>
747
748         * configure.in: Added "ka" (Georgian) to ALL_LINGUAS
749
750 2006-04-07  Hans Breuer  <hans@breuer.org>
751
752         * gtk/makefile.msc.in tests/makefile.msc : updated
753
754 2006-04-06  Tor Lillqvist  <tml@novell.com>
755
756         Correct the appearance of non-square icons and cursors: pad them
757         to square so that Windows won't stretch them.
758
759         * gdk/win32/gdkcursor-win32.c (create_alpha_bitmap)
760         (create_color_bitmap): Always create square bitmaps, take only
761         side length as argument.
762         (pixbuf_to_hbitmaps_alpha_winxp, pixbuf_to_hbitmaps_normal):
763         Corresponding changes.
764
765 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
766
767         * gtk/gtktextview.c (text_window_realize): Lower the window, to
768         prevent late-constructed text windows from covering child 
769         widgets.  (#336796, Yevgen Muntyan)
770
771         * gtk/gtkmain.c (gtk_grab_add, gtk_grab_remove, gtk_grab_notify) 
772         (gtk_grab_notify_foreach): Rework the code which emits ::grab-notify
773         signals to ensure that we emit enough signals. Also optimize the
774         code to not do unnecessary tree walking.
775
776         * gtk/gtkwidget.c (gtk_widget_class_init): Document ::grab-notify.
777
778 2006-04-05  Paolo Borelli  <pborelli@katamail.com>
779
780         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle the case of \r
781         and \n split across lines. Bug #337022.
782         * tests/testtextbuffer.c: add unit test.
783
784 Tue Apr  4 12:25:36 2006  Søren Sandmann  <sandmann@redhat.com>
785
786         * gdk/x11/gdkimage-x11.c (gdk_image_class_init): Add "_private" to
787         make it build.
788
789 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
790
791         * gdk/gdkdisplay.c: 
792         * gdk/gdkdisplaymanager.c:
793         * gdk/gdkdraw.c:
794         * gdk/gdkkeys.c:
795         * gdk/gdkpixmap.c:
796         * gdk/gdkscreen.c:
797         * gdk/gdkwindow.c:
798         * gdk/x11/gdkcolor-x11.c:
799         * gdk/x11/gdkdisplay-x11.c:
800         * gdk/x11/gdkdnd-x11.c:
801         * gdk/x11/gdkdrawable-x11.c:
802         * gdk/x11/gdkgc-x11.c:
803         * gdk/x11/gdkimage-x11.c:
804         * gdk/x11/gdkinput.c:
805         * gdk/x11/gdkpixmap-x11.c:
806         * gdk/x11/gdkscreen-x11.c:
807         * gdk/x11/gdkwindow-x11.c: Use G_DEFINE_TYPE.
808
809         * gdk/x11/gdkcolor-x11.c: 
810         * gdk/x11/gdkdnd-x11.c:
811         * gdk/x11/gdkimage-x11.c: Use instance private data.
812
813 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
814
815         * gdk/gdkrgb.c: Get rid of a duplicate copy of the visual names.
816
817         * gtk/gtkmain.c: Make gtk_args const.
818
819         * gtk/gtkicontheme.c (pixbuf_supports_svg): Save one static.
820
821         * gtk/gtkrecentchooser.c (gtk_recent_chooser_error_quark):
822         * gtk/gtkrecentmanager.c (gtk_recent_manager_error_quark):
823         * gtk/gtkfilechooser.c (gtk_file_chooser_error_quark):
824         * gtk/gtkfilesystem.c (gtk_file_system_error_quark):
825         * gtk/gtkicontheme.c (gtk_icon_theme_error_quark): No point
826         in making the error path fast by caching quarks. 
827
828         * gtk/gtkfilesel.c (no_stat_dirs): Avoid relocation.
829
830         * gdk/gdk.c: Here too.
831
832         * gdk/gdkinternals.h: 
833         * gdk/x11/gdkmain-x11.c: 
834         * gdk/win32/gdkmain-win32.c: 
835         * gdk/directfb/gdkdisplay-directfb.c: 
836         * gdk/quartz/gdkmain-quartz.c: Make _gdk_windowing_args const.
837
838         * gdk/win32/gdkpixmap-win32.c: Include gdkscreen.h  (#337032,
839          Kazuki IWAMOTO)
840
841         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
842         that %NULL is allowed.  (#336937, Christian Neumair)
843
844         * gtk/gtkmain.c: Get rid of an unnecessary static variable.
845
846         * gtk/gtktextlayout.c: Fix a warning.
847         
848         * gtk/gtktextsegment.h: 
849         * gtk/gtktextsegment.c: 
850         * gtk/gtktextchild.c:
851         * gtk/gtktextbtree.c:
852         * gtk/gtktextmark.c: 
853         * gtk/gtktexttypes.h: Make the segment class pointers const.
854
855         * gtk/gtktextbufferserialize.c: Make parser struct const.
856         
857         * gtk/gtkuimanager.c: Make parser struct const.
858
859         * gtk/gtklinkbutton.c: Make the default colors const.
860
861         * gtk/gtkuimanager.c: Avoid relocations. 
862
863         * gtk/gtkxembed.c (_gtk_xembed_message_name): Reduce size of static
864         buffer.
865
866         * gtk/gtktext.c (gtk_text_key_press): Avoid relocations.
867
868         * gtk/gtkrc.c (gtk_rc_add_initial_default_files) 
869         (gtk_rc_add_default_file): Allocate the gtk_rc_default_files array
870         dynamically.
871
872 2006-04-02  Matthias Clasen  <mclasen@redhat.com>
873
874         * gtk/gtkrc.c: Avoid relocations for the array of symbol names. 
875
876         * gtk/gtkruler.c: Remove unused strings from the ruler_metrics 
877         structs, to avoid relocations.  (#336917, Stephane Chauveau)
878
879 2006-04-02  Emmanuele Bassi  <ebassi@cvs.gnome.org>
880
881         * gtk/gtkrecentmanager.c (gtk_recent_manager_set_filename): Build
882         the items list after setting the storage file.
883
884         * gtk/gtkrecentmanager.c (display_closed): Use the right string
885         for unsetting the default manager object from the screen.       
886
887 2006-04-01  Behdad Esfahbod  <behdad@gnome.org>
888
889         * gtk/gtkfilesel.c (gtk_file_selection_get_filename): Oops. (#336784)
890
891 2006-04-01  Behdad Esfahbod  <behdad@gnome.org>
892
893         * gtk/gtkfilesel.c (gtk_file_selection_get_filename): Use a GString
894         instead of static buffer to reduce .bss by 8kb. (#336784)
895
896 2006-04-01  Dom Lachowicz <cinamod@hotmail.com>
897
898         * modules/engines/ms-windows/msw_style.c (draw_hline): Emulate WinXP's
899         drawing of menu separators
900         
901 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
902
903         * gtk/gtkrecentmanager.c: Convert filenames to UTF-8 before printing
904         them out in warning messages. (#336770, Morten Welinder)
905
906 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
907
908         * gtk/gtkrecentmanager.c (gtk_recent_info_last_application): Update
909         last_stamp inside the look. (#336771, Morten Welinder)
910
911 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
912
913         * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_get_property):
914         Add missing break. (#336769, Morten Welinder)
915
916 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
917
918         * gtk/gtkfilesystem.c (gtk_file_system_get_bookmark_label):
919         * gtk/gtklinkbutton.c (gtk_link_button_new_with_label): Return NULL
920         instead of FALSE in g_return_val_if_fail in a pointer-returning
921         function. (#336764, Morten Welinder)
922
923 2006-04-01  Gora Mohanty  <gmohanty@cvs.gnome.org>
924
925         * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
926
927 2006-03-31  Matthias Clasen  <mclasen@redhat.com>
928
929         * gtk/gtkrecentmanager.c (gtk_recent_info_get_age): Don't
930         assert that the age is positive.  (#336773, Morten Welinder)
931
932 2006-03-31  Matthias Clasen  <mclasen@redhat.com>
933
934         * gtk/gtkicontheme.c (load_icon_data): Don't leak the keyfile 
935         parser in the error case. 
936         
937         * gtk/gtkicontheme.c (load_icon_data, free_unthemed_icon) 
938         (icon_data_free, load_themes):
939         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon_data): Use the slice
940         allocator for GtkIconData and UnthemedIcon structs.
941
942 2006-03-30  Behdad Esfahbod  <behdad@gnome.org>
943
944         * gtk/gtkcalendar.c: Fix translation comments for localizable
945         digit formats. (fixes bug #336650)
946
947 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
948
949         * gtk/gtkrecentmanager.h (struct _GtkRecentData): Fix the doc
950         comment format.
951
952         * gtk/gtkrecentmanager.c (gtk_recent_manager_has_item) 
953         (gtk_recent_manager_purge_items, gtk_recent_manager_lookup_item) 
954         (gtk_recent_manager_get_limit, gtk_recent_manager_add_full) 
955         (gtk_recent_manager_get_items, gtk_recent_manager_remove_item): 
956
957         * gtk/gtkrecentfilter.c (gtk_recent_filter_add_age): 
958         * gtk/gtkrecentchooser.c (gtk_recent_chooser_set_show_numbers) 
959         (gtk_recent_chooser_set_sort_func): 
960         * gtk/gtknotebook.h (gtk_notebook_set_tab_detachable): Sync
961         parameter names between .c and .h files to help gtk-doc.
962
963         * gdk/gdkregion-generic.c (gdk_region_get_clipbox): Reword
964         docs to help gtk-doc.
965
966         * docs/tools/widgets.c (get_all_widgets): Add 
967         GtkRecentChooserDialog.
968
969         * gtk/gtkdnd.c (gtk_drag_get_icon): Make sure to get an
970         icon window when constructing the fallback_icon. This
971         fixes a crash when dragging icons between screens in
972         nautilus.  (#325751, Hylke van der Schaaf)
973
974 2006-03-30  Michael Emmel  <mike.emmel@gmail.com>
975
976         * gdk/directfb/gdkpixmap-directfb.c implement
977             (gdk_pixmap_foreign_new_for_screen)
978
979 2006-03-30  Emmanuele Bassi  <ebassi@cvs.gnome.org>
980
981         Add documentation for the GtkLinkButton (#336592)
982
983         * docs/reference/tmpl/gtklinkbutton.sgml: Add description
984         of the GtkLinkButton.
985
986         * docs/reference/gtk/migrating-GtkLinkButton.sgml: Guidelines
987         for migrating code from GnomeHRef to the GtkLinkButton.
988
989         * docs/reference/gtk/gtk-docs.sgml:
990         * docs/reference/gtk/Makefile.am: Build glue for the porting
991         guide.
992
993 2006-03-29  Matthias Clasen <mclasen@redhat.com>
994
995         * gdk/gdk.symbols:
996         * gdk/gdkpixmap.h:
997         * gdk/win32/gdkpixmap-win32.c:
998         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new_for_screen):
999         New function to allow wrapping a native pixmap without
1000         a server roundtrip.  (#334954, David Baron) 
1001
1002         * gtk/gtk.symbols:
1003         * gtk/gtkrecent*.c: Fix some symbol aliasing glitches.
1004
1005 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
1006
1007         * gtk/gtkrecentchoosermenu.c: Make gtkalias.h the last included file.
1008
1009 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
1010
1011         * gtk/gtk.symbols: Fix a typo that broke aliasing rules.
1012
1013 2006-03-29  Richard Hult  <richard@imendio.com>
1014
1015         * gdk/quartz/gdkproperty-quartz.c: Add missing CLIPBOARD atom.
1016
1017 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
1018
1019         * docs/reference/gtk/migrating-GtkRecentChooser.sgml: Add a migration
1020         guide for porting to the new GtkRecent stuff from the old EggRecent
1021         code.
1022
1023         * docs/reference/gtk/tmpl/gtkrecentchooser.sgml:
1024         * docs/reference/gtk/tmpl/gtkrecentchooserdialog.sgml:
1025         * docs/reference/gtk/tmpl/gtkrecentchoosermenu.sgml:
1026         * docs/reference/gtk/tmpl/gtkrecentchooserwidget.sgml:
1027         * docs/reference/gtk/tmpl/gtkrecentfilter.sgml:
1028         * docs/reference/gtk/tmpl/gtkrecentmanager.sgml: Add template files
1029         for the reference guide.
1030
1031         * docs/reference/gtk/gtk-docs.sgml:
1032         * docs/reference/gtk/gtk-sections.txt:
1033         * docs/reference/gtk/Makefile.am: Build glue for add GtkRecent to
1034         the reference guide.
1035
1036 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
1037
1038         * tests/Makefile.am:
1039         * tests/testrecentchooser.c: Add a test suite for GtkRecentChooser.
1040
1041 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
1042
1043         Import GtkRecent* from libegg.
1044
1045         * gtk/gtkrecentmanager.[ch]: Add GtkRecentManager, an object
1046         for managing a list of recently used resources.
1047
1048         * gtk/gtkrecentchooser.[ch]:
1049         * gtk/gtkrecentchooserdefault.[ch]:
1050         * gtk/gtkrecentchooserdialog.[ch]:
1051         * gtk/gtkrecentchoosermenu.[ch]:
1052         * gtk/gtkrecentchooserprivate.h:
1053         * gtk/gtkrecentchooserutils.[ch]:
1054         * gtk/gtkrecentchooserwidget.[ch]: Add GtkRecentChooser, a
1055         GTypeInterface for widgets implementing viewers for recently
1056         used resources.
1057
1058         * gtk/gtkrecentfilter.[ch]: GtkRecentFilter, a filter object
1059         for GtkRecentChooser implementations.
1060
1061         * gtk/gtk.h:
1062         * gtk/gtk.symbols:
1063         * gtk/Makefile.am: Build glue for GtkRecent*.
1064
1065 2006-03-29  Matthias Clasen  <mclasen@redhat.com>
1066
1067         * gtk/gtknotebook.c (gtk_notebook_real_insert_page): Emit
1068         page-added before switch-page.  (#335691, Christian Persch)
1069
1070 2006-03-29  Matthias Clasen  <mclasen@redhat.com>
1071
1072         * gtk/gtkfilechooserdefault.c (queue_edited_idle): Handle
1073         double queuing, rather than asserting that it does not 
1074         happen.  (#330617)
1075
1076 2006-03-28  Matthias Clasen  <mclasen@redhat.com>       
1077
1078         * gtk/gtknotebook.c (gtk_notebook_set_tab_detachable): Fix
1079         docs syntax, also commit a patch from #335707 to improve
1080         notebook DND with window widgets.
1081
1082         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): 
1083         (selection_motion_event_handler): Fix drag-selection after
1084         double-click.  (#323862, Benjamin Berg)
1085
1086         * gtk/gtktextview.c (get_iter_at_pointer): Factor this out
1087         into a function and use it in move_mark_to_pointer_and_scroll,
1088         drag_scan_timeout and selection_motion_event_handler.
1089         (Paolo Borelli)
1090
1091 2006-03-28  Matthias Clasen  <mclasen@redhat.com>
1092
1093         * gtk/gtktextview.c (gtk_text_view_do_popup) 
1094         (gtk_text_view_grab_notify): Move the call to 
1095         gtk_text_view_end_selection_drag() from gtk_text_view_do_popup
1096         to gtk_text_view_grab_notify, so that it works not only
1097         for the text views own popup, but also for other ways in which
1098         we might become grab-shadowed during a selection drag.
1099         (#74620, Li Yuan)
1100
1101 2006-03-28  Sven Herzberg  <herzi@gnome-de.org>
1102
1103         reviewed by: Tim Janik
1104         
1105         * gtk/gtkpixmap.c: (gtk_pixmap_set): only check for equal colormaps if
1106         the new pixmap is not NULL; fixes a warning when gtk_pixmap_set is
1107         called from gtk_pixmap_finalize (bug 336254)
1108
1109 2006-03-27  Anders Carlsson  <andersca@imendio.com>
1110
1111         * gdk/quartz/gdkevents-quartz.c:
1112         (select_thread_func):
1113         (got_fd_activity):
1114         (poll_func):
1115         (gdk_event_translate):
1116         Make the poll func work with real file descriptors.
1117         We do this by creating a thread which calls poll and then
1118         signals the main thread using a run loop source.
1119         
1120         * gtk/gtkclipboard-quartz.c:        
1121         (-[GtkClipboardOwner pasteboard:provideDataForType:]):
1122         Remove debugging output
1123
1124 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
1125
1126         * gtk/gtkmnemonichash.c (_gtk_mnemonic_hash_activate): Check that 
1127         the widget is viewable.  (#336200, Bastian Nocera)
1128
1129 2006-03-27  Michael Natterer  <mitch@imendio.com>
1130
1131         * gtk/gtkmenu.c (gtk_menu_scroll_by): bail out if there is no need
1132         for scrolling (more obvious than adding additional conditions to
1133         the scroll offset calculation). Fixes bug #335912.
1134
1135 2006-03-27  Anders Carlsson  <andersca@imendio.com>
1136
1137         * gtk/Makefile.am:
1138         Add -xobjective-c to cflags.
1139         (#335956, Lllian Angel)
1140         
1141         * gtk/gtkdnd-quartz.c:
1142         (gtk_drag_dest_set_track_motion):
1143         (gtk_drag_dest_get_track_motion):
1144         Add stubs for new functions.
1145         (#335955, Lillian Angel)
1146         
1147 2006-03-27  Richard Hult  <richard@imendio.com>
1148
1149         * gdk/quartz: Add more stubs.
1150
1151 2006-03-27  Michael Natterer  <mitch@imendio.com>
1152
1153         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
1154         add missing ')'.
1155
1156 2006-03-26  Matthias Clasen  <mclasen@redhat.com>
1157
1158         * gtk/Makefile.am: Fix a srcdir != builddir build problem.
1159         (#335915, Yevgen Muntyan)
1160
1161         * gtk/gtktextbuffer.c (gtk_text_buffer_get_property):
1162         * gtk/gtksettings.c (gtk_settings_get_property):
1163         * gtk/gtkuimanager.c (gtk_ui_manager_get_property): Fix leaks.
1164
1165         * gtk/gtktexttag.c (gtk_text_tag_get_property):
1166         * gtk/gtkcellrenderertext.c (gtk_cell_render_text_get_property):
1167         Avoid an unnecessary strdup.  (#336013)
1168
1169 2006-03-24  Matthias Clasen  <mclasen@redhat.com>
1170
1171         * gtk/gtktextview.c (gtk_text_view_value_changed): Don't call
1172         gdk_window_invalidate_rect() on unrealized widgets.  (#335717,
1173         Nicolas Setton)
1174
1175 Fri Mar 24 14:53:20 2006  Tim Janik  <timj@imendio.com>
1176
1177         * gtk/gtktreemodel.h: 
1178         * gtk/gtktextbtree.h: back out G_GNUC_WARN_UNUSED_RESULT on iterator
1179         functions which turned out to cause too much trouble.
1180
1181 2006-03-23  Matthias Clasen  <mclasen@redhat.com>
1182
1183         * AUTHORS: small update
1184
1185 2006-03-23  Matthias Clasen  <mclasen@redhat.com>
1186
1187         Support subclasses in RC files.  (#142417, Todd Berman, patch
1188         based on a patch by Benjamin Berg)
1189         
1190         * gtk/gtkrc.h: 
1191         * gtk/gtkrc.c: Support <classname> elements in widget_class paths 
1192         in rc files which match any classes derived from named class.
1193
1194         (_gtk_rc_init): Use the new syntax in the default rc string.
1195
1196         * gtk/gtkbindings.c: Support the new syntax for bindings too.
1197         
1198         * tests/testrc.c: Tests for widget_class path matching
1199
1200 2006-03-23  Carlos Garnacho  <carlosg@gnome.org>
1201
1202         * gtk/gtkdnd.c (gtk_drag_dest_motion): make sure that gdk_drag_event()
1203         is called when track_motion is TRUE to receive drag_motion and
1204         drag_leave events properly.
1205
1206 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
1207
1208         * gtk/gtknotebook.c (gtk_notebook_remove): Emit the ::page-removed
1209         signal after removing the page.  (#335238, Christian Persch)
1210
1211 2006-03-22  Carlos Garnacho  <carlosg@gnome.org>
1212
1213         * gtk/gtkexpander.c: Make it to expand when hovering during DnD
1214
1215 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
1216
1217         Improved DND support for GtkNotebook  (#332991, Carlos Garnacho)
1218         
1219         * gtk/gtk.symbols: 
1220         * gtk/gtkdnd.h: 
1221         * gtk/gtkdnd.c: Add a track_motion flag on GtkDragDest
1222         with getter and setter, for cases where the drag destination
1223         is interested in drag motion events independent of targets.
1224
1225         * gtk/gtksettings.c (gtk_settings_class_init): Add a setting
1226         for the timeout used when expanding during DND.
1227
1228         * gtk/gtknotebook.c: Use the track_motion flag to switch
1229         notebook tabs when hovering over tabs during DND.
1230         
1231 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
1232
1233         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Use fg_gc to
1234         draw the inter-row drop highlight. Also draw the line all the 
1235         way across, and flip it in RTL mode. (#334906, Ian McDonald)
1236
1237 2006-03-22  Johan Dahlin  <jdahlin@async.com.br>
1238
1239         * tests/testtreeview.c: Add a column that demonstrates how to use
1240         the new spinbutton cellrenderer.
1241
1242 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
1243
1244         * tests/prop-editor.c: 
1245         * tests/testtreeview.c: Remove pointless includes of config.h,
1246         to make it easier compilable against system GTK+.
1247
1248 2006-03-22  Michael Natterer  <mitch@imendio.com>
1249
1250         * gtk/gtkentry.c: renamed last-char-timeout to
1251         password-hint-timeout and store all its data in a struct attached
1252         as QData.
1253
1254         * gtk/gtkcellrendererspin.c: fix typo in #include.
1255
1256 2006-03-22  Carlos Garnacho  <carlosg@gnome.org>
1257
1258         * gtk/gtknotebook.c: send a GtkWidget** instead of a GtkNotebookPage*
1259         when doing tabs DnD, this allows DnD interaction with other widgets,
1260         added some docs for this too.
1261         * tests/testnotebookdnd.c: add some code to test it.
1262
1263 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
1264
1265         * gtk/gtk.symbols: 
1266         * gtk/gtkcellrendererspin.h:
1267         * gtk/gtkcellrendererspin.c: Add a cell renderer which 
1268         uses a spinbutton to edit the value of a cell. (#156023,
1269         Daniel Kasak, Lorenzo Gil Sanchez, Carlos Garnacho)
1270
1271         * gtk/gtk.h: 
1272         * gtk/Makefile.am: Glue it in.
1273
1274 2006-03-21  Matthias Clasen  <mclasen@redhat.com>
1275
1276         * tests/testtreeview.c (drag_begin_cb): Test setting up
1277         drag icons for tree dnd.
1278
1279 2006-03-22  Michael Natterer  <mitch@imendio.com>
1280
1281         * gtk/gtkentry.c: applied modified patch from maemo-gtk which
1282         allows the most recently entered character in a hidden entry to be
1283         shown for a configurable period of time. Fixes bug #334560.
1284
1285 2006-03-22  Michael Natterer  <mitch@imendio.com>
1286
1287         * gtk/gtktextbuffer.h (enum GtkTextBufferTargetInfo): count down
1288         from G_MAXUINT to avoid clashes with application-added DND
1289         targets.
1290
1291         * gtk/gtktextview.c (gtk_text_view_init): set an empty
1292         GtkTargetList on the drag_dest so it is not NULL when a derived
1293         class' init() function is called.
1294
1295         (gtk_text_view_target_list_notify): copy the text buffer's paste
1296         targets into the view's destinstion target list (preserving
1297         application-added DND targets), instead of replacing the view's
1298         target list. Fixes bug #334399.
1299
1300 2006-03-21  Anders Carlsson  <andersca@imendio.com>
1301
1302         * gtk/Makefile.am:
1303         Add new files.
1304         
1305         * gtk/gtkclipboard-quartz.c: Added.
1306         * gtk/gtkdnd-quartz.c: Added.
1307         * gtk/gtkquartz.c: Added.
1308         * gtk/gtkquartz.h: Added.
1309         Add dnd and clipboard implementations.
1310
1311 2006-03-21  Michael Natterer  <mitch@imendio.com>
1312
1313         * gdk/quartz/Makefile.am: removing trailing \ fixes the build.
1314
1315 2006-03-21  Anders Carlsson  <andersca@imendio.com>
1316
1317         * gdk/quartz/gdkgeometry-quartz.c:
1318         (gdk_window_scroll):
1319         Implement gdk_window_scroll.
1320
1321 2006-03-21  Anders Carlsson  <andersca@imendio.com>
1322
1323         * gdk/quartz/GdkQuartzWindow.c:
1324         (drag_operation_to_drag_action):
1325         (drag_action_to_drag_operation):
1326         (update_context_from_dragging_info):
1327         (-[GdkQuartzWindow draggingEntered:]):
1328         (-[GdkQuartzWindow draggingEnded:]):
1329         (-[GdkQuartzWindow draggingExited:]):
1330         (-[GdkQuartzWindow draggingUpdated:]):
1331         (-[GdkQuartzWindow performDragOperation:]):
1332         (-[GdkQuartzWindow wantsPeriodicDraggingUpdates]):
1333         (-[GdkQuartzWindow draggedImage:endedAt:operation:]):
1334         * gdk/quartz/gdkdnd-quartz.c:
1335         (gdk_drag_context_finalize):
1336         (gdk_drag_context_init):
1337         (gdk_drag_context_class_init):
1338         (gdk_drag_begin):
1339         (gdk_drag_status):
1340         Add the GDK part of the DND implementation.
1341
1342         * gdk/quartz/Makefile.am:
1343         Add some missing headers.
1344         
1345         * gdk/quartz/gdkdrawable-quartz.h:
1346         * gdk/quartz/gdkprivate-quartz.h:
1347         * gdk/quartz/gdkquartz.h:
1348         * gdk/quartz/gdkwindow-quartz.c:
1349         (gdk_quartz_window_get_nsview):
1350         New function, for use by the GTK part of the DND implementation
1351
1352 2006-03-21  Anders Carlsson  <andersca@imendio.com>
1353
1354         * gdk/quartz/gdkdrawable-quartz.c:
1355         (gdk_quartz_ref_cairo_surface):
1356         (gdk_quartz_draw_rectangle):
1357         (gdk_quartz_draw_arc):
1358         (gdk_quartz_draw_polygon):
1359         (gdk_quartz_draw_drawable):
1360         (gdk_quartz_draw_segments):
1361         (gdk_quartz_draw_lines):
1362         (gdk_quartz_draw_pixbuf):
1363         (gdk_quartz_draw_image):
1364         (_gdk_quartz_drawable_get_context):
1365         * gdk/quartz/gdkdrawable-quartz.h:
1366         Offset coordinates by 0.5 pixels to get consistant results for both
1367         image contexts and screen contexts.
1368
1369 2006-03-21  Anders Carlsson  <andersca@imendio.com>
1370
1371         * gdk/quartz/GdkQuartzWindow.c 
1372         ([GdkQuartzWindow -windowDidMove:]): Synthesize GDK_CONFIGURE events
1373         when the window position changes.
1374
1375 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
1376
1377         * gtk/gtkdnd.c (gtk_drag_get_cursor): Remove an unused variable.
1378
1379         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): Don't leave
1380         page->tab_label dangling.
1381         (gtk_notebook_real_remove): Use GTK_IN_DESTRUCTION to determine
1382         if we are being called during destruction of the notebook, rather
1383         than maintaining that information as a passed-in parameter.
1384         (gtk_notebook_destroy): Leave the removal of the children
1385         to the container destroy method.  (#319032, Yevgen Muntyan)
1386
1387 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
1388
1389         * gtk/gtkcombobox.c (gtk_combo_box_remove): Use the existing
1390         GTK_IN_DESTRUCTION flag, rather than roll our own.
1391
1392 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
1393         
1394         * gtk/gtk.symbols: 
1395         * gtk/gtkscrolledwindow.h: 
1396         * gtk/gtkscrolledwindow.c: Add a window-placement-set property
1397         and a gtk-scrolled-window-placement setting.  (#157025, Christian
1398         Neumair)
1399
1400 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
1401
1402         * gtk/gtkmain.c (gtk_get_option_group): Make sure gettext
1403         is initialized before using it.  (#335129, Christian Persch)
1404
1405 2006-03-19  Matthias Clasen  <mclasen@redhat.com>
1406
1407         * MAINTAINERS: Add this, at the request of the GNOME sysadmin team.
1408
1409         * AUTHORS: Updates, typo fix
1410
1411         * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Document that
1412         @cell must be one of the renderers of the icon view, warn if 
1413         it is not, and ignore @start_editing if @cell is not set.
1414         (#335001, Emmanuel Rodriguez)
1415
1416 2006-03-16  Matthias Clasen  <mclasen@redhat.com>
1417
1418         * configure.in: Add a missing comma.  (#334774, Peter Breitenlohner)
1419
1420         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) 
1421         (gtk_action_group_add_toggle_actions_full) 
1422         (gtk_action_group_add_radio_actions_full): Check for a stock 
1423         icon, not a stock item, when deciding whether to use stock-id 
1424         or icon-name.  (#334760, Jody Goldberg)
1425
1426         * gtk/gtkimage.c (gtk_image_clear): Update the size of the image, 
1427         by swapping the implementations of gtk_image_clear and
1428         gtk_image_reset.  (#334657)
1429
1430         * README.in: Add a note about GtkNotebook signals.
1431
1432 2006-03-15  Matthias Clasen  <mclasen@redhat.com>
1433
1434         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released) 
1435         (gtk_combo_box_list_key_press): Popdown the list before changing
1436         the active iter, otherwise people will be surprised by the
1437         grabs that are still in place when their ::changed handler
1438         runs. 
1439
1440 2006-03-15  Dom Lachowicz <cinamod@hotmail.com>
1441
1442         * modules/engines/ms-windows/msw_style.c: Override style->realize/
1443         style->unrealize, so that GTK+ doesn't automatically attempt to apply
1444         shading to the GC colors, causing a mismatch with the Win32 native
1445         colors. Problem found by (and suggested solution by) "Cosmic Integer"
1446
1447         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Make expander-size
1448         a bit closer to Microsoft's values (bug 325699, Brad Taylor)
1449         
1450 2006-03-14  Matthias Clasen  <mclasen@redhat.com>
1451
1452         * tests/testcellrenderertext.c: Add test cases for alignment.
1453
1454         * gtk/gtkcellrenderertext.c: Add an alignment property,
1455         and fix some cases where ellipsize_set was being used to
1456         mean "we're ellipsizing" even when ellipsize was set to NONE.  
1457         (#318761, Ross Burton)
1458
1459         * gtk/gtkimcontextsimple.c: Make return and release work again
1460         to commit a hex sequence. Additionally, make escape reset the
1461         im context when in a hex sequence.  (#334423, Behdad Esfahbod)
1462
1463 2006-03-13  Matthias Clasen  <mclasen@redhat.com>
1464
1465         Make actions work with named icons.  (#323484, Jorn Baayen)
1466         
1467         * gtk/gtkactiongroup.c: If the stock-id field of a GtkActionEntry
1468         does not contain a registered stock id, interpret it as an
1469         icon name.
1470
1471         * gtk/gtkaction.c: Add an icon-name property to actions and
1472         use it for icons if a stock-id is not specified.
1473
1474 2006-03-12  Matthias Clasen  <mclasen@redhat.com>
1475
1476         * gtk/gtkwindow.c (gtk_window_compute_configure_request): Don't
1477         for the creation of geometry info here.  (#114533)
1478
1479 2006-03-11  Tor Lillqvist  <tml@novell.com>
1480
1481         * gdk/win32/gdkdrawable-win32.c (draw_polygon): Use Polygon() for
1482         outlined polygons, too. Same idea as in draw_rectangle(): Set pen
1483         to NULL_PEN if drawing a filled polygon, set brush to HOLLOW_BRUSH
1484         if drawing a polygon outline. (#332662)
1485         (gdk_win32_draw_polygon): Corresponding simplification: no need to
1486         add an extra final copy of the starting point.
1487
1488 2006-03-11  Dom Lachowicz <cinamod@hotmail.com>
1489
1490         * modules/engines/ms-windows: Speed up the Windows theme
1491         considerably (#163724, John Ehresman)
1492         Be more careful about setting Pango font descriptions (#333372)
1493         
1494 2006-03-11  Matthias Clasen  <mclasen@redhat.com>
1495
1496         * gtk/gtkrange.c (gtk_range_key_press): Allow to cancel 
1497         a drag with ESC.  (#58389, Søren Sandmann)
1498
1499 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
1500
1501         * gtk/gtkrange.c: Add a style property ::activate_slider that
1502         allows themes to draw the slider active while dragged.  (#311992,
1503         Benjamin Berg)
1504
1505         * gtk/gtkcolorsel.c (gtk_color_selection_init): Fix two labels.
1506
1507         * gtk-engine-check-abi.sh: Add a script to check that theme
1508         engines don't export any extra functions. 
1509
1510 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
1511
1512         * gtk/gtkcolorsel.c (gtk_color_selection_init): Avoid a mnemonic
1513         conflict.  (#163850, Dennis Cranston)
1514
1515         * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Make the behaviour
1516         of the about dialog consistent with other dialogs in gtk. If the
1517         dialog is constructed with gtk_about_dialog_new(), the creator
1518         is reponsible for handling the response by hiding or closing the
1519         dialog. gtk_show_about_dialog() handles it by hiding the dialog.
1520         (#333360, Daniel Drake)
1521
1522         * README.in: Mention this change.
1523
1524 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
1525
1526         Apply a patch from Dennis Cranston to make dialogs more
1527         consistent  (#163850)
1528         
1529         * gtk/gtkcolorsel.c (make_label_spinbutton): Left-align labels.
1530         
1531         * gtk/gtkfontsel.c (gtk_font_selection_init): 
1532         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): 
1533         * gtk/gtkcolorsel.c (gtk_color_selection_init): 
1534         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
1535         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Update the layout
1536         of the dialog to follow HIG recommendations. Also update labels.
1537
1538         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): HIG-compatible 
1539         spacing.
1540         (gtk_message_dialog_font_size_change): Merged into 
1541          gtk_message_dialog_style_set.
1542
1543 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
1544
1545         * gtk/gtkstyle.c: Remove g_return_if_fail() checks
1546         from static functions.
1547
1548 2006-03-10  Federico Mena Quintero  <federico@novell.com>
1549
1550         Make Shift-P and Shift-N activate typeahead in GtkTreeView
1551         (i.e. they are just normal capital letters).  Fixes bug #334098.
1552
1553         * gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an
1554         "add_shifted_binding" argument which determines whether we'll add
1555         the same binding with GDK_SHIFT_MASK.
1556         (gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p
1557         and GDK_n; use TRUE for all the rest.
1558
1559 2006-03-10  Michael Natterer  <mitch@imendio.com>
1560
1561         * gtk/gtkentry.[ch]: applied refactored patch from maemo-gtk that
1562         replaces the INNER_BORDER define by an "inner-border" style
1563         property of type GtkBorder. Additionally, add an "inner-border"
1564         object property plus API which allows to override any theme
1565         border, to allow pixel-perfect positioning of entries for inline
1566         editing. Fixes bug #333922.
1567
1568         * gtk/gtk.symbols: add the new public functions.
1569
1570 2006-03-09  Matthias Clasen  <mclasen@redhat.com>
1571
1572         * gtk/gtkcombobox.c (gtk_combo_box_class_init): Replace the
1573         popup-show and popup-hide signals with a readonly popup-shown
1574         property.  (#162531, Christian Persch)
1575
1576 2006-03-09  Ross Burton  <ross@openedhand.com>
1577
1578         * gtk/gtkwidget.c:
1579         * gtk/gtkrange.c:
1580         * gtk/gtktogglebutton.c:
1581         Turn off prelighting when gtk-touchscreen-mode is enabled (#135666)
1582
1583 Thu Mar  9 14:29:43 2006  Tim Janik  <timj@gtk.org>
1584
1585         * gtk/gtkobject.c (gtk_object_init): move the floating flag from
1586         the GInitiallyUnowned bit to GTK_FLOATING. fixes tests/floatingcheck.
1587         kudos to mitch for debugging this.
1588
1589 2006-03-09  Matthias Clasen <mclasen@redhat.com>
1590
1591         * Makefile.am: Add ChangeLog.pre-2.8 to EXTRA_DIST.
1592
1593 2006-03-09  Tor Lillqvist  <tml@novell.com>
1594
1595         * gtk/gtk.symbols: No gtk_tray_icon_get_type on Win32.
1596
1597 2006-03-08  Carlos Garnacho  <carlosg@gnome.org>
1598
1599         Rename ::tab-added and ::tab-removed signals to ::page-added and
1600         ::page-removed for not conflicting with other tab reordering
1601         implementations. Fixes bug #333743.
1602
1603         Also rename ::tab-reordered to ::page-reordered, and emit it in
1604         gtk_notebook_reorder_child () to make it behave consistently with the
1605         other two signals.
1606
1607         * gtk/gtknotebook.c (gtk_notebook_class_init): rename signals.
1608         (gtk_notebook_reorder_tab)
1609         (gtk_notebook_button_release)
1610         (gtk_notebook_remove)
1611         (gtk_notebook_real_insert_page): emit respectively renamed signals
1612         (gtk_notebook_reorder_child): also emit ::page-reordered here
1613
1614         * tests/testnotebookdnd.c: use renamed signals
1615
1616 2006-03-08  Michael Natterer  <mitch@imendio.com>
1617
1618         * gdk/gdkscreen.h
1619         * gdk/x11/gdkscreen-x11.c
1620         * gdk/gdk.symbols: added gdk_screen_get_active_window() and
1621         gdk_screen_get_window_stack() (patch from maemo-gtk).
1622         Fixes bug #320881.
1623
1624         * gdk/directfb/gdkscreen-directfb.c
1625         * gdk/quartz/gdkscreen-quartz.c
1626         * gdk/win32/gdkscreen-win32.c: added the functions as stubs.
1627
1628 2006-03-08  Michael Natterer  <mitch@imendio.com>
1629
1630         * tests/prop-editor.c (unichar_changed): zero-initialize the
1631         GValue before calling g_value_init().
1632
1633 2006-03-08  Michael Natterer  <mitch@imendio.com>
1634
1635         * gtk/gtkentry.c (gtk_entry_adjust_scroll): make sure that the
1636         text_area_width is always >= 0. Fixes bug #316712 (Dan Winship).
1637
1638 2006-03-07  Federico Mena Quintero  <federico@novell.com>
1639
1640         Cancel drags when the grabs get broken.  Fixes bug #333056:
1641
1642         * gtk/gtkdnd.c (gtk_drag_selection_received): The time argument is
1643         a guint, not guint32.
1644         (gtk_drag_source_event_cb): Return gboolean, not gint.
1645         (gtk_drag_anim_timeout): Likewise.
1646         (gtk_drag_motion_cb): Likewise.
1647         (gtk_drag_key_cb): Likewise.
1648         (gtk_drag_button_release_cb): Likewise.
1649         (gtk_drag_abort_timeout): Likewise.
1650         (gtk_drag_begin_internal): Connect to "grab-broken-event" on the
1651         ipc_widget.
1652         (gtk_drag_source_info_destroy): Disconnect from the
1653         "grab-broken-event" callback.
1654         (gtk_drag_end): Likewise.
1655         (gtk_drag_grab_broken_event_cb): New callback.  We cancel the drag
1656         if the grab was broken and not regrabbed by the DnD code.
1657
1658 2006-03-07  Federico Mena Quintero  <federico@novell.com>
1659
1660         * gtk/gtkfilechooserdefault.c (shortcuts_button_press_event_cb):
1661         Hack to let the treeview's button-press-event handler run before
1662         ours.  This lets the selection be updated before we pop up a
1663         context menu.
1664
1665 Tue Mar  7 17:16:34 2006  Tim Janik  <timj@gtk.org>
1666
1667         * configure.in: depend on glib-2.10.1.
1668
1669         * gtk/gtkobject.c: fixed up messing with non-GtkObject floating flags.
1670         this requires glib-2.10.1.
1671
1672 2006-03-07  Michael Natterer  <mitch@imendio.com>
1673
1674         Add infrastructure for copy/paste and DND of rich text for
1675         GtkTextBuffer. Fixes bug #324177.
1676
1677         * gtk/gtktextbufferrichtext.[ch]: new files implementing a
1678         per-buffer registry of rich text formats.
1679
1680         * gtk/gtk.h: #include gtktextbufferrichtext.h
1681
1682         * gtk/gtktextbufferserialize.[ch]: new files implementing an
1683         internal serialization format that can handle all of a text
1684         buffer's tags and pixbufs. It's not useful for anything except
1685         tranfer between instances of GtkTextBuffer (Anders Carlsson).
1686
1687         * gtk/Makefile.am: build the new files.
1688
1689         * gtk/gtkclipboard.[ch]: added convenience APIs for rich text,
1690         just as they exist for plain text and pixbufs.
1691
1692         * gtk/gtkselection.[ch]: added rich text convenience APIs here
1693         too.  Return the target list from gtk_target_list_ref(). Register
1694         GtkTargetList as boxed type. Added
1695         gtk_target_table_new_from_list() and gtk_target_table_free(),
1696         which make converting between GtkTargetList and arrays of
1697         GtkTargetEntry considerably easier.
1698
1699         * gtk/gtktextutil.[ch]: added _gtk_text_util_create_rich_drag_icon()
1700         which creates a fancy rich text icon (Matthias Clasen).
1701
1702         * gtk/gtktextbuffer.[ch]: use all the new stuff above and
1703         implement copy and paste of rich text. Added APIs for getting the
1704         target lists used for copy and paste. Added public enum
1705         GtkTextBufferTargetInfo which contains the "info" IDs associated
1706         with the entries of the target lists.
1707
1708         * gtk/gtktextview.c: use the new rich text APIs and
1709         GtkTextBuffer's new target list API to enable DND of rich text
1710         chunks.
1711
1712         * gtk/gtk.symbols: export all the new symbols added.
1713
1714         * tests/testtext.c: added rich text testing stuff.
1715
1716 2006-03-06  Matthias Clasen  <mclasen@redhat.com>
1717
1718         * gtk/gtktextview.c (text_window_invalidate_cursors): Take
1719         cursor width into account when calculating the area to 
1720         be invalidated.  (#333377, #323401 Steve Frécinaux)
1721
1722         * gtk/gtkmain.c (post_parse_hook): Set error when returning
1723         FALSE.  (#333268, Paolo Maggi, Christian Persch)
1724         
1725         * gtk/gtkpixmap.c (gtk_pixmap_set): Check that the pixmap
1726         has the right depth.  (#333363, Ed Catmur)
1727
1728 2006-03-05  Matthias Clasen  <mclasen@redhat.com>
1729
1730         * gtk/gtkiconview.c (adjust_wrap_width): Apply some
1731         arbitrary lower limit for the guessed wrap width. (#332466,
1732         Donald Straney)
1733
1734 2006-03-05  Matthias Clasen  <mclasen@redhat.com>
1735
1736         Fix handling of image-only buttons.  (#332985, Kalle 
1737         Vahlmann, #333555)
1738         
1739         * gtk/gtkbutton.c (gtk_button_construct_child): Don't
1740         return early if there an image to show.
1741         (show_image): Always return TRUE if there is no text.
1742
1743 2006-03-04  Matthias Clasen  <mclasen@redhat.com>
1744
1745         * gdk/x11/gdkinput-x11 (gdk_input_translate_coordinates):
1746         Adjust the handling of min values for the x and y axes of 
1747         extended input devices  (#324562, #142536, Denis Auroux and 
1748         Robert Ã–gren)
1749
1750         * gtk/gtkexpander.c (gtk_expander_paint_focus): Position
1751         the focus rectangle correctly in RTL mode.  (#333291,
1752         Benjamin Berg)
1753
1754 2006-03-03  Tor Lillqvist  <tml@novell.com>
1755
1756         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_commit_char)
1757         (gtk_im_context_simple_reset): Avoid emitting superfluous
1758         preedit_changed signals. Thanks to Matthias. (#319407)
1759
1760 2006-03-03  Michael Natterer  <mitch@imendio.com>
1761
1762         Applied modified patch from maemo-gtk which makes separators more
1763         themeable. Fixes bug #332022.
1764
1765         * gtk/gtkwidget.c: added style properties "wide-separators",
1766         "separator-width" and "separator-height".
1767
1768         * gtk/gtkhseparator.c
1769         * gtk/gtkvseparator.c
1770         * gtk/gtkmenuitem.c
1771         * gtk/gtktoolbar.c: honor the new settings and paint separators
1772         using gtk_paint_box() if wide-separators is true.
1773
1774 2006-03-02  Dom Lachowicz <cinamod@hotmail.com>
1775
1776         * modules/engines/ms-windows/msw_style.c: Fix combobox theming
1777         regression noted in bug 321301
1778         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
1779         
1780 2006-03-02  Matthias Clasen  <mclasen@redhat.com>
1781
1782         * gtk/gtkiconview.c (gtk_icon_view_layout) 
1783         (gtk_icon_view_row_inserted, gtk_icon_view_scroll_to_path): 
1784         Make scroll_to_path work for newly inserted items, by delaying
1785         the scroll until layout is done.  (#332923, Cory Dodt)
1786
1787         * gtk/gtkcolorbutton.c (render): Use GTK_WIDGET_IS_SENSITIVE,
1788         not GTK_WIDGET_SENSITIVE.  (#333133, Christian Persch)
1789
1790 2006-03-02  Ross Burton  <ross@openedhand.com>
1791
1792         * gtk/gtktooltips.c:
1793         Disable tooltips if gtk-touchscreen-mode is activated (#315112).
1794
1795 2006-03-01  Kristian Rietveld  <kris@imendio.com>
1796
1797         * gtk/gtktreeselection.c (row_is_selectable): rename to
1798         _gtk_tree_selection_row_is_selectable and export internally,
1799         (gtk_tree_selection_real_select_node): changed so it is always
1800         possible to unselect insensitive nodes, changed the logic a bit to
1801         be more clear.
1802
1803         * gtk/gtktreeprivate.h: add _gtk_tree_selection_row_is_selectable.
1804
1805         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Unselect a row if
1806         it became insensitive.
1807
1808 2006-02-27  Federico Mena Quintero  <federico@novell.com>
1809
1810         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Check that
1811         the fontsel has a screen assigned before doing anything.  This
1812         will at least warn the caller of what is wrong, since we only
1813         populate the family_list until we get a screen.  Also, put the
1814         reference docs here.  Fixes bug #332756.
1815         (gtk_font_selection_dialog_get_font_name): Document this here.
1816         (gtk_font_selection_get_font_name): Document this here; mention
1817         that the font names get normalized, so the result of this function
1818         may not be the same as what you set with
1819         gtk_font_selection_set_font_name().
1820
1821 2006-02-27  Matthias Clasen  <mclasen@redhat.com>
1822
1823         * gtk/gtk.symbols:
1824         * gtk/gtktrayicon-x11.c: Fix symbol lists for make check.
1825
1826 2006-02-27  Michael Natterer  <mitch@imendio.com>
1827
1828         * gdk/x11/gdksettings.c: map "gtk-touchscreen-mode" to the
1829         "Gtk/TouchscreenMode" XSettings property, remove trailing
1830         whitespace.
1831
1832         * gdk/x11/checksettings.c: #include <string.h> and sprinkled some
1833         newlines.
1834
1835 Mon Feb 27 14:52:50 2006  Tim Janik  <timj@imendio.com>
1836
1837         * gdkevents-x11.c:
1838         * gdksettings.c: moved and renamed the gdk_settings_names and 
1839         gdk_settings_map.
1840
1841         * gdk/x11/checksettings.c: test program for the gdk_settings_map array.
1842
1843         * gdk/x11/Makefile.am: run checksettings as part of make check.
1844
1845 2006-02-27  Matthias Clasen  <mclasen@redhat.com>
1846
1847         * gtk/gtkdnd.c (gtk_drag_get_cursor): Comment out some unused
1848         code, and fix the reference point of composited drag cursors.
1849         (#320132, Christian Neumair)
1850
1851 Sun Feb 26 10:24:10 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
1852         
1853         *gdk/directfb/README
1854         Updated README to remove old build instructions
1855
1856 Sat Feb 25 10:35:23 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
1857         
1858         *gdk/directfb/gdkdisplay-directfb.c
1859         *gdk/directfb/gdkwindow-directfb.c
1860         Added stubs for shape window functions to fix compile problems
1861
1862 2006-02-24  Federico Mena Quintero  <federico@novell.com>
1863
1864         * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Make the
1865         column header visible, and make it be "_Places".  Changed the
1866         accessible object name to Places as well.  Fixes bug #331306.
1867         (file_pane_create): Do not create the path bar and "create folder"
1868         button here...
1869         (browse_widgets_create): ... but create them here instead.  This
1870         moves the path bar to be above both the hpaned, giving it the full
1871         width of the dialog.  Fixes bug #327733.
1872
1873 Thu Feb 23 13:28:21 2006  Tim Janik  <timj@imendio.com>
1874
1875         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): remove unconditional
1876         warnings about missing X locale support. Gdk properly handles this
1877         situation anyway.
1878
1879 Fri Feb 17 14:20:29 2006  Tim Janik  <timj@imendio.com>
1880
1881         * gtk/gtktreemodel.h: 
1882         * gtk/gtktextbtree.h: added G_GNUC_WARN_UNUSED_RESULT warnings for
1883         iterator functions, to avoid invalid iterators go unnoticed,
1884         suggested by Markku Vire <markku.vire@movial.fi>.
1885
1886 2006-02-23  Matthias Clasen  <mclasen@redhat.com>
1887
1888         * tests/Makefile.am: 
1889         * tests/testnotebookdnd.c: Add notebook DND tests.
1890
1891         * gtk/gtknotebook.h: Add a reorder_tab keynav signal and an
1892         insert_page vfunc to GtkNotebook.
1893
1894         * gtk/gtk.symbols:
1895         * gtk/gtknotebook.c: Support notebook DND. New API includes
1896         gtk_notebook_set_window_creation_hook, 
1897         gtk_notebook_[gs]et_group_id,
1898         gtk_notebook_[gs]et_tab_reorderable, 
1899         gtk_notebook_[gs]et_tab_detachable (#73240, Carlos Garnacho)
1900
1901 2006-02-23  Matthias Clasen  <mclasen@redhat.com>
1902
1903         * gtk/gtktextiter.c: Fix macro declaration
1904
1905         * gtk/gtkaboutdialog.c: Remove an accidentally included function.
1906
1907 2006-02-22  Matthias Clasen  <mclasen@redhat.com>
1908
1909         * gtk/gtktextbtree.c: 
1910         * gtk/gtktextiter.c: Minor optimizations.  (#332059, Arnaud Charlet)
1911
1912         * gtk/gtkradiobutton.c (gtk_radio_button_clicked): Emit notify::active
1913         here, when changing the value of this property.  (#331651)
1914
1915         * gtk/gtknotebook.c: Apply a patch by Paolo Borelli to
1916         make the tab menu keynavigatable.  (#331440)
1917
1918 2006-02-22  Matthias Clasen  <mclasen@redhat.com>
1919
1920         * gtk/gtkaboutdialog.c: Change Close buttons to GTK_RESPONSE_CANCEL
1921         so Escape works. (#331940, Daniel Drake)
1922
1923 2006-02-22  Michael Natterer  <mitch@imendio.com>
1924
1925         * gtk/gtksettings.c: added boolean property gtk-touchscreen-mode,
1926         which essentially means "there are no motion notify events", so
1927         widgets can't use the pointer hovering them for anything.
1928
1929         * gtk/gtkmenu.c: if gtk-touchscreen-mode is TRUE, scroll menus
1930         when clicking the scroll arrows, since hovering goes undetected.
1931         Fixes bug #323028.
1932
1933         Added boolean style property "double-arrows" which always makes
1934         both scroll arrows visible when the menu is too long.
1935         For pushed-in popup menus, both arrows are always shown
1936         (regardless of double-arrows), in order to fix user confusion
1937         about the blank area. Fixes bug #129463.
1938
1939 2006-02-21  Kristian Rietveld  <kris@imendio.com>
1940
1941         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
1942         Make sure we always update the virtual root, also when ->priv->root
1943         is still NULL.  (Markku Vire)
1944
1945 2006-02-21  Anders Carlsson  <andersca@imendio.com>
1946
1947         * gdk/quartz/gdkselection-quartz.c:
1948         (make_list):
1949         (gdk_text_property_to_utf8_list_for_display):
1950         Add these from the win32 backend.
1951
1952 2006-02-20  Matthias Clasen  <mclasen@redhat.com>
1953
1954         * gtk/gtknotebook.c: Properly update internal state
1955         when child visibility changes.  (#331785, Sebastien Bacher)
1956
1957         * gdk/gdkgc.c (_gdk_gc_update_context): Obtain the
1958         background color from the gc when it is needed.  (#331820)
1959
1960 2006-02-19  Matthias Clasen  <mclasen@redhat.com>
1961
1962         * gdk/gdkgc.c (_gdk_gc_update_context): Add a gc_changed
1963         argument, and avoid setting the clip region if the gc
1964         has not changed. 
1965
1966         * gdk/gdkgc.c: Update all callers.
1967
1968         * gdk/gdkpango.c (get_cairo_context): Avoid updating the
1969         context if nothing changed.
1970
1971 2006-02-20  Anders Carlsson  <andersca@imendio.com>
1972
1973         * gdk/quartz/gdkdisplay-quartz.c:
1974         (gdk_display_supports_shapes):
1975         (gdk_display_supports_input_shapes):
1976         * gdk/quartz/gdkwindow-quartz.c:
1977         (gdk_display_warp_pointer):
1978         (gdk_window_input_shape_combine_mask):
1979         (gdk_window_input_shape_combine_region):
1980         (gdk_window_set_child_input_shapes):
1981         (gdk_window_set_accept_focus):
1982         (gdk_window_merge_child_input_shapes):
1983         Add stubs for input shape functions.
1984
1985 2006-02-20  Anders Carlsson  <andersca@imendio.com>
1986
1987         * gdk/quartz/gdkevents-quartz.c:
1988         (get_keyboard_modifiers_from_nsevent):
1989         Fix typo so ctrl gets passed on to the gdk event.
1990         
1991         * gdk/quartz/gdkproperty-quartz.c:
1992         (gdk_atom_name):
1993         g_strdup the atom name.
1994
1995 2006-02-20  Tor Lillqvist  <tml@novell.com>
1996
1997         * gdk/win32/gdkdisplay-win32.c (gdk_display_supports_shapes):
1998         New function, return TRUE.
1999         (gdk_display_supports_input_shapes): New function, return FALSE.
2000
2001         * gdk/win32/gdkwindow-win32.c (do_shape_combine_region): New
2002         function. Factor out code from gdk_window_shape_combine_mask().
2003         (gdk_window_shape_combine_region): Actually do something. Convert
2004         region to a HRGN and call do_shape_combine_region().
2005         (gdk_window_input_shape_combine_mask)
2006         (gdk_window_input_shape_combine_region)
2007         (gdk_window_set_child_input_shapes)
2008         (gdk_window_merge_child_input_shapes): New functions, dummy
2009         implementations.
2010
2011 2006-02-20  Michael Natterer  <mitch@imendio.com>
2012
2013         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): adding boolean
2014         have_shapes and have_input_shapes members fixes the build.
2015
2016 2006-02-20  Tor Lillqvist  <tml@novell.com>
2017
2018         * gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp()
2019         with g_ascii_strcasecmp().
2020
2021 2006-02-19  Matthias Clasen  <mclasen@redhat.com>
2022
2023         Support input shapes:  (#331070)
2024         
2025         * gdk/gdk.symbols: 
2026         * gdk/gdkdisplay.h: 
2027         * gdk/gdkwindow.h: 
2028         * gdk/x11/gdkdisplay-x11.c (gdk_display_supports_shapes) 
2029         (gdk_display_supports_input_shapes): Functions to determine
2030         if a display supports shaped windows or input shapes.
2031
2032         * gdk/x11/gdkwindow-x11.c (gdk_window_input_shape_combine_region): 
2033         (gdk_window_input_shape_combine_mask): 
2034         (gdk_window_set_child_input_shapes): 
2035         (gdk_window_merge_child_input_shapes): Input shape versions
2036         of the window shape API.
2037
2038         * gtk/gtk.symbols: 
2039         * gtk/gtkwidget.h: 
2040         * gtk/gtkwidget.c (gtk_widget_input_shape_combine_mask): 
2041         New function to set an input shape on a widget.
2042
2043 2006-02-19  Matthias Clasen  <mclasen@redhat.com>
2044
2045         * gtk/gtklinkbutton.c (gtk_link_button_class_init): Fix
2046         a cast.
2047
2048 2006-02-17  Matthias Clasen  <mclasen@redhat.com>
2049
2050         DND keynav support:
2051         
2052         * gtk/gtkdnd.c (gtk_drag_update_idle): Protect against 
2053         info->last_event being NULL.
2054         (gtk_drag_key_cb): Handle arrow keys to move the drag icon
2055         and space or enter to drop.
2056
2057 2006-02-17  Matthias Clasen  <mclasen@redhat.com>
2058
2059         * gdk/gdkregion-generic.c (gdk_region_union_with_rect):
2060         Be robust and reject rectangles with negative width or
2061         height.  (#331467, Benjamin Berg)
2062
2063
2064 2006-02-17  Kristian Rietveld  <kris@imendio.com>
2065
2066         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
2067         Only update the virtual root if the child path is an ancestor
2068         of the virtual root.  (Patch from Markku Vire).
2069
2070 2006-02-16  Federico Mena Quintero  <federico@novell.com>
2071
2072         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_map): Call
2073         ::initial_focus() on the child before calling ::map() on our
2074         parent class.  This will prevent the shortcuts treeview from
2075         highlighting its first row as a result of getting assigned focus
2076         by gtk_dialog_map().
2077
2078 2006-02-14  Matthias Clasen  <mclasen@redhat.com>
2079
2080         * gtk/gtkwidget.c (gtk_widget_send_expose): Remove redundant
2081         check.  Pointed out by Bodo-Merle Sandor.
2082
2083         * gtk/gtkcolorbutton.c (gtk_color_button_[un]realize):
2084         Remove unnecessary checks.  
2085
2086 2006-02-12  Matthias Clasen  <mclasen@redhat.com>
2087
2088         * gtk/gtkicontheme.c (gtk_icon_theme_list_icons): Give working
2089         examples in the docs.  (#330944, John Spray)
2090
2091 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
2092         
2093         * gtk/gtkiconview.c (gtk_icon_view_get_item_at_coords): Fix
2094         row_spacing/column_spacing confusion.  (#330732, Donald Straney)
2095
2096 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
2097
2098         * gtk/gtkstyle.c: Add some docs. (#330073, Mart Raudsepp)
2099
2100         * gtk/gtkentrycompletion.c (gtk_entry_completion_match_selected): 
2101         Guard against NULL.  (#330177, Raphael Slinckx)
2102
2103 2006-02-10  Murray Cumming  <murrayc@murrayc.com>
2104
2105         * docs/reference/gtk/tmpl/gtkcomboboxentry.sgml: Mention that 
2106         the changed signal is emitted when typing - not just when 
2107         selecting from the list. Suggest use of GtkEntry::action to 
2108         etect end of typing.
2109          gtk/gtkcombobox.c: (gtk_combo_box_class_init): changed signal 
2110         ocumentation: Mention that the GtkComboBoxEntry emits it when 
2111         he users types, not just when he selects from the list.
2112
2113 2006-02-10  Murray Cumming  <murrayc@murrayc.com
2114
2115         * gtk/gtkassistant.h: Correct the declaration of the prepare 
2116         default signal handler to match its registration and use.
2117
2118 2006-02-09  Ross Burton  <ross@burtonini.com>
2119
2120         * gtk/gtkfontbutton.c:
2121         Work out the font size in floating point, and display the font
2122         size with %g instead of %d (#317590)
2123
2124 2006-02-09  Tor Lillqvist  <tml@novell.com>
2125
2126         * gdk/win32/gdkevents-win32.c (gdk_event_translate)
2127         <WM_MOUSELEAVE>: If we don't know where we went, and have
2128         generated a leave event, set current_window to the root
2129         window. This assures we will generate proper enter and leave
2130         events for popup windows. (#325521)
2131
2132 2006-02-08  John Ehresman  <jpe@wingware.com>
2133
2134         * gdk/win32/gdkevents-win32.c (gdk_event_translate)
2135         <WM_MOUSEACTIVATE>
2136         * gdk/win32/gdkwindow-win32.c (show_window_internal)
2137         (gdk_window_raise): Call SetWindowPos() instead of
2138         SetForegroundWindow() or BringWindowToTop() if the window
2139         shouldn't accept focus. (#327375)
2140         
2141 2006-02-08  John Ehresman  <jpe@wingware.com>
2142
2143         * gdk/win32/gdkwindow-win32.c: Let gdk_window_set_decorations()
2144         take precedence over anything derived from hints. Restructure
2145         related code and logic, add some new helper functions. (#327217)
2146
2147 2006-02-08  Matthias Clasen  <mclasen@redhat.com>
2148
2149         * gtk/gtkfilechooserbutton.c: Don't put relevant callss
2150         in g_assert().  (#329876, Kristian Rietveld)
2151
2152 2006-02-08  Tor Lillqvist  <tml@novell.com>
2153
2154         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab)
2155         (gdk_display_pointer_ungrab, gdk_keyboard_grab)
2156         (gdk_display_keyboard_ungrab): Consistenly use assign_object()
2157         when assigning GdkWindow pointers so that the ref counting doesn't
2158         get off whack.
2159
2160         (handle_stuff_while_moving_or_resizing): Don't use deprecated API.
2161
2162         (gdk_event_translate) <WM_MOUSEMOVE>: When the pointer is grabbed
2163         with owner_events FALSE, generate enter and leave events only for
2164         the grab window. (#321054)
2165
2166 2006-02-08  Kristian Rietveld  <kris@imendio.com>
2167
2168         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_ref_path),
2169         (gtk_tree_model_filter_unref_path): free temporary paths after
2170         usage (patch from maemo-gtk),
2171         (gtk_tree_model_filter_clear_cache): fix little typo in the docs
2172         (patch from maemo-gtk).
2173
2174         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): remove
2175         stale FIXME.
2176
2177 2006-02-08  Matthias Clasen  <mclasen@redhat.com>
2178
2179         * gtk/gtkfilesystem.c (gtk_file_info_copy): Copy the display_key
2180         as well.  (#330389, Markku Vire)
2181
2182 2006-02-08  Tor Lillqvist  <tml@novell.com>
2183
2184         * gtk-zip.sh.in: Drop the timestamp from the zipfile names.
2185
2186 2006-02-07  Sven Neumann  <sven@gimp.org>
2187
2188         * gdk/directfb/AUTHORS: updated mine and Dok's email address.
2189
2190 2006-02-06  Kristian Rietveld  <kris@gtk.org>
2191
2192         * gtk/gtktreeview.c (gtk_tree_view_get_search_entry): fix compiler
2193         warning.
2194
2195 2006-02-05  Dom Lachowicz <cinamod@hotmail.com>
2196
2197         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Bug #330022
2198         Wrong pixel values are computed when color = 0xFF and alpha = 0xFF
2199         
2200 2006-02-04  Michael Emmel  <mike.emmel@gmail.com>
2201         Added new directfb backend located in gdk/directfb
2202         plus patches to compile new backend
2203         compile with --with-gdktarget=directfb
2204
2205 2006-02-03  Federico Mena Quintero  <federico@ximian.com>
2206
2207         Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320,
2208         which used to be our own
2209         http://bugzilla.gnome.org/show_bug.cgi?id=314616.  If one uses a
2210         pixmap for a pattern in Cairo, and sets the pattern to
2211         CAIRO_EXTEND_REPEAT; and if the destination surface is also a
2212         pixmap, Cairo does a slow copy instead of using XCopyArea().  So,
2213         we use the same code that we used in GTK+ 2.6 (pre-cairo), by
2214         filling the double-buffer pixmap with a tiled GC and
2215         XFillRectangle().
2216
2217         * gdk/gdkwindow.c (BackingRectMethod): New structure with a
2218         cairo_t and a GdkGC field.  Depending on which of these fields
2219         gets filled in, we'll use Cairo or GDK to clear the double-buffer
2220         pixmap when painting a window.
2221         (setup_backing_rect_method): Fill a BackingRectMethod as
2222         appropriate, depending on the window's configuration and our
2223         knowledge of whether Cairo is fast or slow when doing repeating
2224         patterns.
2225         (gdk_window_clear_backing_rect): Call
2226         setup_backing_rect_method().  Depending on what it returns, use
2227         Cairo to clear the double-buffer pixmap, or plain GDK.
2228
2229 2006-02-03  Matthias Clasen  <mclasen@redhat.com>
2230
2231         * gtk/gtklabel.c (get_layout_location): Fix handling
2232         of padding in RTL.  (#329099, Hooman Mesgary) 
2233
2234 2006-02-02  Matthias Clasen  <mclasen@redhat.com>
2235
2236         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display):
2237         Make drops on the root window work again.  (#145243, Andrew S. Dixon)
2238
2239 2006-02-01  Matthias Clasen  <mclasen@redhat.com>
2240
2241         * gtk/gtkwidget.c (gtk_widget_class_init): Wrap dnd signal
2242         docs to 80 columns.
2243
2244 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
2245
2246         * autogen.sh: Touch README and INSTALL here to pacify 
2247         automake.  (#329124, Kjartan Maraas, Tim Janik)
2248
2249 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
2250
2251         * gtk/gtk.symbols:
2252         * gtk/gtkassistant.h: 
2253         * gtk/gtkassistant.c: Actually implement visibility handling,
2254         and add gtk_assistant_update_buttons_state.
2255
2256         * tests/testassistant.c: Test visibility handling.
2257
2258 2006-01-31  Kristian Rietveld  <kris@imendio.com>
2259
2260         * gtk/gtkstyle.c (gtk_default_draw_flat_box): Add support for row
2261         hinting for the selected state.
2262
2263 2006-01-30  Matthias Clasen  <mclasen@redhat.com>
2264
2265         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
2266         Make sure the tree view is realized, since we grab the
2267         focus to it.  (#329144, Wouter Bolsterlee)
2268
2269         * gtk/gtkspinbutton.h: 
2270         * gtk/gtkspinbutton.c: Add a wrapped signal.  (#322933,
2271         Carlos Garnacho Parro)
2272
2273         * gtk/gtkassistant.c: More generous spacing. (#328082,
2274         Christian Persch, patch by Carlos Garnacho)
2275         
2276         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_set_property): 
2277         Use the setter for active.  (#329208, Guillaume Cottenceau)
2278
2279         * docs/tools/widgets.c (get_all_widgets): Add GtkLinkButton
2280
2281         * gtk/gtkassistant.c (gtk_assistant_init): Move the
2282         last button to the left where it does not affect
2283         the positioning of forward/back.
2284
2285 2006-01-29  Matthias Clasen  <mclasen@redhat.com>
2286
2287         More GtkAssistant work, by Carlos Garnacho.
2288         
2289         * tests/testassistant.c: Additions.
2290
2291         * gtk/gtkassistant.c: Handle page visibility, other 
2292         small fixes.
2293
2294         * docs/tools/widgets.c: Add GtkAssistant.
2295
2296 2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
2297
2298         * configure.in: If major.minor of required and available glib versions
2299         are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617)
2300
2301         * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
2302
2303 2006-01-28  Dom Lachowicz <cinamod@hotmail.com>
2304
2305         * modules/engines/ms-windows/msw-style.c: Re-sync with gtk-wimp
2306         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
2307         
2308 2006-01-28  Matthias Clasen  <mclasen@redhat.com>
2309
2310         * gtk/gtk.symbols: 
2311         * gtk/gtklinkbutton.h: 
2312         * gtk/gtklinkbutton.c: Allow to set a global hook function
2313         thats called whenever a link button is clicked.
2314
2315         More work on GtkAssistant by Carlos Garnacho:
2316         
2317         * demos/gtk-demo/Makefile.am: 
2318         * demos/gtk-demo/assistant.c: Add a  GtkAssistant demo.
2319
2320         * gtk/gtkassistant.c: Handle focus, several small fixes to the
2321         flow computations.
2322
2323 2006-01-27  Federico Mena Quintero  <federico@ximian.com>
2324
2325         Fixes bug #328820:
2326
2327         * gtk/gtkfilechooserdefault.c
2328         (gtk_file_chooser_default_class_init): Make GDK_KP_Divide pop up
2329         the location dialog populated to "/".
2330         (tree_view_keybinding_cb): Likewise.
2331         (trap_activate_cb): Likewise.
2332
2333 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
2334
2335         * gtk/gtkcalendar.c (gtk_calendar_size_request): Use translated format
2336         strings for L10n in size calculation too.
2337
2338         * gtk/gtkcalendar.c (calendar_paint_week_numbers): Expand buffer to
2339         accomodate localized digits.
2340
2341 2006-01-26  Matthias Clasen  <mclasen@redhat.com>
2342
2343         * tests/prop-editor.c: Introspect child properties. too.
2344
2345 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
2346
2347         * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
2348         Use contexed translated strings calendar:week:digits|%d and
2349         calendar:day:digits|%d to let translators choose localized digits for
2350         week and day numbers. (bug #317171, Hamed Malek)
2351
2352 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
2353
2354         * gtk/gtklabel.c (get_layout_location): Use logical extents of the
2355         layout instead of ink extents.  According to Pango docs, that's what
2356         should be used for placement.  Moreover, simply use
2357         pango_layout_get_pixel_size instead of getting the extents and
2358         dividing ourselves.
2359
2360 2006-01-25  Matthias Clasen  <mclasen@redhat.com>
2361
2362         * gtk/gtkentrycompletion.c: 
2363         * gtk/gtkentry.c: Be more careful when blocking signals. 
2364
2365         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): Only
2366         set the cursor size if it is != 0.
2367
2368         * gtk/gtksettings.c (gtk_settings_class_init): Change the default value
2369         of gtk-cursor-theme-size to 0, meaning "use default".
2370
2371 2006-01-24  Kristian Rietveld  <kris@gtk.org>
2372
2373         #322591, Jonathan Blandford.
2374
2375         * gtk/gtktreeview.[ch] (gtk_tree_view_get_search_entry),
2376         (gtk_tree_view_set_search_entry),
2377         (gtk_tree_view_get_search_position_func),
2378         (gtk_tree_view_set_search_position_func): New functions,
2379         and small adaptions to the tree view code to allow for setting
2380         the entry and search position function.
2381
2382         * gtk/gtktreeprivate.h: Removed GtkTreeViewSearchDialogPositionFunc
2383         typedef, which is now in gtktreeview.h as
2384         GtkTreeViewSearchPositionFunc.  Add/update fields.
2385
2386         * gtk/gtk.symbols: Add new functions.
2387
2388         * tests/testtreesort.c: Add a little test for _set_search_entry().
2389
2390 2006-01-23  Matthias Clasen  <mclasen@redhat.com>
2391
2392         Add GtkLinkButton, a port of GnomeHRef.  (#314808, Emmanuele Bassi)
2393         
2394         * gtk/gtklinkbutton.h: 
2395         * gtk/gtklinkbutton.c: New files.
2396
2397         * gtk/gtk.h:
2398         * gtk/gtk.symbols: 
2399         * gtk/Makefile.am: Glue.
2400
2401         * gtk/gtkaboutdialog.c: Use GtkLinkButton.
2402         
2403         * gtk/gtkwidget.c: Add link-color and visited-link-color style
2404         properties.  (#113649, Leena Gunda)
2405
2406         * gtk/gtkaboutdialog.c: Use the new style properties here instead
2407         of the about dialogs own link-color property. 
2408
2409 2006-01-23  Kristian Rietveld  <kris@gtk.org>
2410
2411         * gtk/gtktreemodel.c (gtk_tree_model_base_init): don't copy
2412         tree paths when emitting signals. (#325041, Matthias Clasen).
2413
2414 2006-01-23  Behdad Esfahbod  <behdad@gnome.org>
2415
2416         * gtk/gtklabel.c (get_layout_location): Fix misalignment of RTL
2417         text in ellipsized GtkLabel: use layout width if set, otherwise
2418         fallback to ink extents width. (#322042)
2419
2420 2006-01-23  Matthias Clasen  <mclasen@redhat.com>
2421
2422         * gtk/gtkassistant.c (compute_last_button_state): Only show the
2423         last button if we can jump to the end. 
2424         (gtk_assistant_init): Make the spacing and button order more
2425         HIG compliant.
2426
2427         Fix drawing issues in progress bars.  (#328081, Christian Persch)
2428         
2429         * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Always
2430         request enough space. 
2431         (gtk_progress_bar_paint_activity) 
2432         (gtk_progress_bar_paint_continuous) 
2433         (gtk_progress_bar_paint_discrete): Clip when drawing the bar.
2434
2435 2006-01-23  Michael Natterer  <mitch@imendio.com>
2436
2437         * gtk/gtkcolorbutton.c: move destruction of the private GdkGC
2438         from finalize() to unrealize(). Fixes BadMatch on display change
2439         (bug #85715).
2440
2441 2006-01-22  Kristian Rietveld  <kris@gtk.org>
2442
2443         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Revert previous
2444         commit after more searching in the bugzilla archives (see #309221).
2445
2446 2006-01-22  Kristian Rietveld  <kris@gtk.org>
2447
2448         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Remove second call
2449         to gtk_tree_view_column_cell_set_cell_data, since we also set the
2450         cell data before iterating over the columns for exposure. (Fixes
2451         #322471, Duncan Coutts).
2452
2453 2006-01-21  Matthias Clasen  <mclasen@redhat.com>
2454
2455         * tests/testassistant.c: Add some tests for GtkAssistant
2456
2457         * tests/Makefile.am: Glue
2458
2459 2006-01-20  Matthias Clasen  <mclasen@redhat.com>
2460
2461         * gtk/gtkassistant.c: Fix the docs to reflect the actual signal
2462         signatures.
2463
2464         * gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't
2465         crash if layout is NULL.  (#327934, Christian Kirbach)
2466
2467 2006-01-20  Dan Winship  <danw@novell.com>
2468
2469         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_class_init,
2470         tree_view_keybinding_cb, trap_activate_cb): On "unix", pop up the
2471         "Open Location" window on "~" as well as "/". #153213
2472         (location_entry_create): Fix this so autocompletion still works
2473         correctly in that case.
2474
2475 2006-01-19  Matthias Clasen  <mclasen@redhat.com>
2476
2477         * configure.in: Explicitly link against Xrender.  
2478         (#327538, Christophe Belle)
2479         
2480         * gdk/x11/gdkprivate-x11.h (XID_FONT_BIT): 
2481         * gdk/x11/gdkfont-x11.c: 
2482         * gdk/x11/gdkxid.c: Use an unused high bit in the
2483         XID to mark fonts in the global xid hash table.
2484
2485         * gdk/x11/gdkcursor-x11.c (update_cursor): Skip fonts
2486         when iterating over the xid hash table, since calling
2487         GDK_IS_WINDOW () on an GdkFont can cause a segfault.
2488         (#327751, Ryan Lovett)
2489
2490 2006-01-19  Matthias Clasen  <mclasen@redhat.com>
2491         
2492         * gtk/gtkassistant.[hc]: Use a priv pointer for
2493         cheap access to the priv struct.  (#327725, Christian
2494         Persch)
2495
2496         * gtk/gtkassistant.h: Fix line endings.
2497
2498 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
2499
2500         * gtk/gtkassistant.[hc]: Add GtkAssistant, a widget to
2501         construct multi-step wizards.  (#115348, Martyn Russell, 
2502         Matthias Clasen, Carlos Garnacho Parro)
2503
2504         * gtk/gtk.symbols:
2505         * gtk/Makefile.am: 
2506         * gtk/gtk.h: Necessary glue.
2507
2508 2006-01-18  Anders Carlsson  <andersca@imendio.com>
2509
2510         * gdk/quartz/gdkevents-quartz.c:
2511         (get_mm_from_pixels):
2512         (gdk_screen_get_width_mm):
2513         (gdk_screen_get_height_mm):
2514         Implement these functions.
2515         (#327228, Thomas Broyer).
2516
2517 2006-01-18  Anders Carlsson  <andersca@imendio.com>
2518
2519         * gdk/quartz/gdkdrawable-quartz.c:
2520         (gdk_quartz_draw_polygon):
2521         (gdk_quartz_draw_lines):
2522         Implement these functions.
2523         (#327226, Thomas Broyer)
2524         
2525 2006-01-18  Anders Carlsson  <andersca@imendio.com>
2526
2527         * gdk/quartz/gdkkeys-quartz.c:
2528         (maybe_update_keymap):
2529         Support non-MacRoman keyboard layouts.
2530         (#322585, Wolfgang Thaller)
2531         
2532 2006-01-18  Anders Carlsson  <andersca@imendio.com>
2533
2534         * gdk/quartz/gdkmain-quartz.c:
2535         (_gdk_windowing_init):
2536         Make the process a foreground application.
2537         (#322481, Wolfgang Thaller)
2538         
2539 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
2540
2541         * gtk/gtkrbtree.c: 
2542         * gtk/gtktreemodel.c: Fix several g_new() calls which
2543         were using extra indirections or pointless casts.  
2544         (#327423, Morten Welinder)
2545
2546 Tue Jan 17 19:27:59 2006  Tim Janik  <timj@imendio.com>
2547
2548         * gtk/gtkprogress.c: fix adopted from maemo-gtk.
2549         gtk_progress_create_pixmap(): clear out the newly created offscreen 
2550         pixmap, so themes making use of transparency don't draw onto garbage.
2551
2552 2006-01-17  Michael Natterer  <mitch@imendio.com>
2553
2554         * gtk/gtkbutton.c: remove the "child-spacing" style property again
2555         and add "inner-border" instead. That's far more flexible and
2556         "child-spacing" was a bad name anyway.
2557
2558 2006-01-17  Michael Natterer  <mitch@imendio.com>
2559
2560         * configure.in (ALL_LINGUAS): remove "ang" again until all po
2561         files are there.
2562
2563 2006-01-16  Abel Cheung  <maddog@linuxhall.org>
2564
2565         * configure.in: Added "ang" "zh_HK" to ALL_LINGUAS.
2566
2567 2006-01-16  Matthias Clasen  <mclasen@redhat.com>
2568
2569         * README.in: Mention new pixbuf engine features.
2570
2571         * gtk/gtk.symbols: 
2572         * gtk/gtkradioaction.[hc]: Add a current-value property and a
2573         setter for it.  (#322735, Jorn Baayen)
2574         
2575 2006-01-16  Michael Natterer  <mitch@imendio.com>
2576
2577         * gtk/gtkbutton.c: applied patch from maemo-gtk which adds a
2578         child-spacing style property. Fixes bug #327202.
2579
2580 2006-01-16  Anders Carlsson  <andersca@imendio.com>
2581
2582         * gdk/quartz/gdkdisplay-quartz.c:
2583         * gdk/quartz/gdkevents-quartz.c:
2584         (gdk_keyboard_grab):
2585         (gdk_display_keyboard_ungrab):
2586         (gdk_keyboard_grab_info_libgtk_only):
2587         (find_window_for_event):
2588         Implement keyboard grabs.
2589         
2590         (_gdk_quartz_send_map_events):
2591         * gdk/quartz/gdkmain-quartz.c:
2592         * gdk/quartz/gdkprivate-quartz.h:
2593         New function that synthesizes map events.
2594         
2595         * gdk/quartz/gdkwindow-quartz.c:
2596         (_gdk_windowing_window_init):
2597         The root window is always visible.
2598         
2599         (all_parents_shown):
2600         (show_window_internal):
2601         Send map events.
2602         
2603         (gdk_window_hide):
2604         Ungrab keyboard and pointer
2605
2606 2006-01-15  Kristian Rietveld  <kris@gtk.org>
2607
2608         Fixes #324099, Tommi Komulainen.
2609
2610         * gtk/gtktreestore.[ch] (gtk_tree_store_insert_with_values),
2611         (gtk_tree_store_insert_with_valuesv): new functions, analog to
2612         those found in GtkListStore.
2613
2614         * gtk/gtktreestore.c (gtk_tree_store_real_set_value),
2615         (gtk_tree_store_set_valist), (gtk_tree_store_set_valist_internal),
2616         (gtk_tree_store_sort_iter_changed): refactored.
2617
2618         * gtk/gtk.symbols: updated.
2619
2620         * tests/treestoretest.c: added a test for this new functionality.
2621
2622 2006-01-14  Matthias Clasen  <mclasen@redhat.com>
2623
2624         * gtk/gtkentry.c (gtk_entry_drag_data_received): Remove 
2625         an unused variable.
2626
2627         * gtk/gtkiconfactory.c (get_default_icons): Register RTL 
2628         versions of the indent and unindent icons.  (#326857,
2629         Itai Bar-Haim)
2630
2631         * gtk/Makefile.am (STOCK_ICONS): And add them here.
2632
2633         Fix a crash with combo boxes in RESIZE_IMMEDIATE
2634         containers.  (#326806, Sebastian Bacher)
2635         
2636         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate) 
2637         (gtk_combo_box_size_request): Don't call 
2638         gtk_combo_box_check_appearance() from here, as that 
2639         can lead to recursion. 
2640         (gtk_combo_box_init): Instead, call it here.
2641
2642 2006-01-14  Kristian Rietveld  <kris@gtk.org>
2643
2644         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_iter_children): fix
2645         a typo which caused this whole thing to not function ...
2646
2647 2006-01-14  Kristian Rietveld  <kris@gtk.org>
2648
2649         * gtk/gtktreeview.c (gtk_tree_view_size_allocate),
2650         (validate_visible_area): fixup adjustments and top_row if the
2651         current dy + page_size exceeds the new tree view height. (Fixes
2652         #316689, reported by Chris Lord).
2653
2654 2006-01-13  Matthias Clasen  <mclasen@redhat.com>
2655
2656         * */abicheck.sh: Make this work on more platforms.
2657
2658 2006-01-13  Kristian Rietveld  <kris@imendio.com>
2659
2660         * tests/testtreefocus.c (set_indicator_size), (main): add a little
2661         test for the newly introduced indicator-size property.
2662
2663 2006-01-13  Kristian Rietveld  <kris@imendio.com>
2664
2665         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_init):
2666         initialize the inconsistent field in the private structure,
2667         (gtk_cell_renderer_toggle_class_init),
2668         (gtk_cell_renderer_toggle_{set,get}_property),
2669         (gtk_cell_renderer_toggle_get_size): introduce a indicator-size
2670         property.
2671
2672 2006-01-13  Michael Natterer  <mitch@imendio.com>
2673
2674         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row)
2675         (gtk_tree_view_real_collapse_row): don't animate the expander
2676         arrows if gtk-enable-animations is FALSE (bug #142582).
2677
2678 2006-01-12  Matthias Clasen  <mclasen@redhat.com>
2679
2680         * gtk/gtknotebook.c: Replace hardcoded values for tab-overlap and
2681         tab-curvature with style properties.  (#325282, Alexander Nedotsukov)
2682
2683         * gtk/gtktextview.c (gtk_text_view_commit_text) 
2684         (gtk_text_view_delete_from_cursor, gtk_text_view_backspace): 
2685         Reset the virtual cursor position.  (#326003, Evert Verhellen)
2686
2687         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add some docs
2688         about RGBA windows. (#326486, Benjamin Otte)
2689
2690 2006-01-12  Michael Natterer  <mitch@imendio.com>
2691
2692         * gdk/gdkimage.c (scratch_image_info_for_depth): connect to the
2693         display's "closed" signal and free the cached scratch images upon
2694         display closing (bug #85715).
2695
2696 2006-01-12  Michael Natterer  <mitch@imendio.com>
2697
2698         * gtk/gtkexpander.c (gtk_expander_set_expanded): skip the
2699         animation if the gtk-enable-animations setting is FALSE
2700         (bug #142582).
2701
2702 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
2703
2704         * gtk/gtklabel.c: Fix a C99ism (#326658, Kazuki Iwamoto)
2705
2706 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
2707
2708         * gtk/gtklabel.c: Add some notify batching, always
2709         emit notify after setting the new value.
2710
2711         * gtk/gtkmessagedialog.c: Add properties.  (#311254,
2712         Johan Dahlin)
2713         (gtk_message_dialog_new): Remove some redundant code, pointed
2714         out by Gustavo Carneiro.
2715
2716         * gdk/x11/gdkwindow-x11.c (create_moveresize_window): Clean
2717         up properly if the grab fails.
2718         (finish_drag): Don't leak a reference to moveresize_window
2719         here.
2720
2721 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
2722
2723         * gdk/x11/gdkevents-x11.c: Fix string offsets.
2724
2725         Allow falling back to another icon theme before 
2726         hicolor.   (#325546, Rodney Dawes)
2727         
2728         * gtk/gtksettings.c: Add a gtk-fallback-icon-theme setting.
2729
2730         * gdk/x11/gdkevents-x11.c: Map it to the XSetting Net/FallbackIconTheme.
2731         
2732         * gtk/gtkicontheme.c: Consult the fallback icon theme before
2733         looking in hicolor. 
2734
2735 2006-01-10  Matthias Clasen  <mclasen@redhat.com>
2736
2737         * tests/testgtk.c: Add an expander example.
2738
2739         * gtk/gtkcalendar.c (gtk_calendar_focus_out): Queue a draw
2740         when losing the focus.  (#326064, Andrew Conkling)
2741
2742         * gtk/gtkimmulticontext.c: 
2743         * gtk/gtkhsv.c: 
2744         * gtk/gtkhandlebox.c: Convert to use instance private data.
2745
2746         * gtk/gtk.h: Remove duplicate include.  (#326429, 
2747         Benoît Carpentier)
2748
2749         * gtk/gtkpaned.c: Convert to use instance private data.
2750
2751 2006-01-10  Michael Natterer  <mitch@imendio.com>
2752
2753         * gdk/gdkpango.c (on_renderer_display_closed): disconnect from the
2754         right object ("closed" is emitted by the display, not the screen).
2755         (bug #85715)
2756
2757 2006-01-10  Anders Carlsson  <andersca@imendio.com>
2758
2759         * gdk/quartz/gdkproperty-quartz.c:
2760         (ensure_atom_tables):
2761         (intern_atom_internal):
2762         (gdk_atom_intern):
2763         (gdk_atom_intern_static_string):
2764         (gdk_atom_name):
2765         Implement local-only atoms.
2766
2767 2006-01-09  Matthias Clasen  <mclasen@redhat.com>
2768
2769         * gdk/gdkgc.c (gc_get_foreground): Correct a warning.
2770         (#326341, Benoît Carpentier)
2771
2772         * gtk/gtk.symbols:
2773         * gtk/gtkwindow.h:
2774         * gtk/gtkwindow.c (gtk_window_get_group): Make this function
2775         public API.  (#307099, Todd Berman)
2776
2777         * gtk/gtkmenu.c: 
2778         * gtk/gtkmain.c: 
2779         * gtk/gtkentrycompletion.c: 
2780         * gtk/gtkcombo.c: 
2781         * gtk/gtkcombobox.c: Update all callers.
2782
2783         * gtk/gtkentry.c (paste_received):  Make GtkEntryCompletion
2784         complete on pastes at the end.  (#165714, Christian Neumair)
2785
2786         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): 
2787         Prevent the first row being focused on map.  (#137351,
2788         Niklas Knutsson)
2789
2790 2006-01-09  Johan Dahlin  <jdahlin@async.com.br>
2791
2792         * gtk/gtk.symbols:
2793         * gtk/gtkeditable.h:
2794         * gtk/gtksizegroup.c: (gtk_size_group_get_widgets):
2795         * gtk/gtksizegroup.h:
2796         (struct _GtkSizeGroup): 
2797
2798         Add gtk_size_group_get_widgets, fixes #326324.
2799         Also mark all fields of GtkSizeGroup as private
2800
2801 2006-01-09  Matthias Clasen  <mclasen@redhat.com>
2802
2803         * gtk/gtktextlayout.c (gtk_text_layout_finalize): Don't
2804         leak preedit_string and preedit_attrs.  (#322332, Paolo
2805         Borelli)
2806
2807         * gtk/gtk.symbols:
2808         * gtk/gtkaction.h: 
2809         * gtk/gtkaction.c (gtk_widget_get_action): New function to
2810         get the action for a proxy.  (#326288)
2811
2812         * gtk/gtkaction.c: Go back to the old key for attaching the
2813         action to the proxy.  (#326288, Diego González)
2814
2815 2006-01-08  Matthias Clasen  <mclasen@redhat.com>
2816
2817         * gtk/gtkactiongroup.c (dgettext_swapped): Don't translate
2818         empty strings.  (#326200, Christian Stimming)
2819
2820 2006-01-08  Matthias Clasen  <mclasen@redhat.com>
2821
2822         * gtk/gtkentry.[hc]: 
2823         * gtk/gtklabel.[hc]: Shrink the private structs of these a bit.
2824
2825         * gtk/gtklabel.c (get_layout_location): Fix label alignment 
2826         when width-chars is set.  (#326098, Benjamin Otte)
2827
2828         * gdk/gdkregion-generic.c (miRegionCopy): Fix this for the 
2829         single-rectangle case.  (#326127, Benjamin Berg)
2830         (gdk_region_copy): Use miRegionCopy() here.
2831
2832 2006-01-07  Matthias Clasen  <mclasen@redhat.com>
2833
2834         Fix actiongroup-action interaction that relied on 
2835         actions connecting to notify on themselves:
2836         
2837         * gtk/gtkaction.[hc]: Factor out the code updating the
2838         visibility/sensitivity of proxies into _gtk_action_sync_visible()
2839         and _gtk_action_sync_sensible().
2840
2841         * gtk/gtkactiongroup.c: Call the new functions when the
2842         group visibility/sensitivity changes. 
2843
2844 2006-01-06  Matthias Clasen  <mclasen@redhat.com>
2845
2846         * gtk/gtkactiongroup.c (gtk_action_group_set_sensitive) 
2847         (gtk_action_group_set_visible): Add missing property change
2848         notification.
2849
2850 2006-01-06  Matthias Clasen  <mclasen@redhat.com>
2851
2852         * gtk/gtkfilechooserbutton.c (model_add_special): Just use the
2853         directory name for the home dir.  (#325817, Federico Mena Quintero)
2854         
2855         * gtk/gtktexttag.c (gtk_text_attributes_new): Initialize editable 
2856         to TRUE. 
2857         (gtk_text_tag_class_init): The default value for the direction 
2858         property is GTK_TEXT_DIR_NONE. Add notes about the initial values 
2859         of the font and language properties.
2860
2861         * gtk/gtktoolbutton.c (gtk_tool_button_class_init): Make clicked
2862         an action signal.  (#325782, Martyn Russell)
2863
2864         * gtk/gtkviewport.c (viewport_set_adjustment): Disconnect from
2865         the old adjustments signals.  (#325869, Jorn Baayen)
2866
2867 2006-01-06  Hans Breuer  <hans@breuer.org>
2868
2869         * tests/makefile.msc : added a bunch of tests
2870         * tests/testcellrenderertext.c : use g_snprintf()
2871         * tests/testfilechooserbutton.c : don't include unistd.h twice.
2872         Removed the unconditional one and added direct.h for G_OS_WIN32
2873         
2874 2006-01-05  Hans Breuer  <hans@breuer.org>
2875
2876         * gdk/makefile.msc : also recurse into win32 for ::clean
2877         * gtk/makefile.msc.in : create gtkbuiltincache.h (most code
2878         to simulate links) and file renames
2879
2880 2006-01-05  Johan Dahlin  <jdahlin@async.com.br>
2881
2882         * gtk/gtkprogressbar.c: Set minimum for activity-step property to 0
2883         instead of -G_MAXUINT.
2884         
2885 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
2886
2887         * gtk/gtkwindow.c: Only connect to the event if we have
2888         a frame, since the handler is only relevant in that case.
2889
2890         * gtk/gtkaction.c (connect_proxy, disconnect_proxy): 
2891         Use a weak reference rather than the destroy signal to track 
2892         proxies going away.
2893
2894         * gtk/gtkbindings.c (binding_signal_new): Revert the last change.
2895
2896         * gtk/gtkaction.c (gtk_action_sync_property): 
2897         (gtk_action_sync_stock_id): Removed.
2898
2899 2006-01-05  Rodrigo Moya <rodrigo@novell.com>
2900
2901         * gtk/gtkbindings.c (binding_signal_new): allocate correct amount for
2902         signal and arguments.
2903
2904 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
2905
2906         * gtk/gtklabel.c (gtk_label_grab_focus): Don't return a value from
2907         a void function.
2908
2909 2006-01-04  Matthias Clasen  <mclasen@redhat.com>
2910
2911         * gtk/gtkbindings.h (struct _GtkBindingSignal): Revert questionable
2912         changes.
2913         
2914         * gtk/gtkbindings.c: Use the slice allocator and allocate signal
2915         and arguments in one block.
2916
2917         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Don't return
2918         a list of NULLs.  (#325723, Steve Chaplin)
2919
2920 2006-01-04  Rodrigo Moya <rodrigo@novell.com>
2921
2922         * gtk/gtkbindings.c (binding_signal_new): guard against multiplying
2923         by -1 (when n_args is 0).
2924
2925 2006-01-04  Michael Natterer  <mitch@imendio.com>
2926
2927         * gtk/gtkmenutoolbutton.c
2928         (gtk_menu_tool_button_set_menu)
2929         (gtk_menu_tool_button_destroy): use gtk_menu_attach_to_widget()
2930         and gtk_menu_detach() instead of reffing/unreffing the menu
2931         manually. Also fixes brokenness on screen change (bug #85715).
2932
2933 2006-01-04  Matthias Clasen  <mclasen@redhat.com>
2934
2935         * gtk/gtkaccelmap.c: 
2936         * gtk/gtkactiongroup.c: 
2937         * gtk/gtkdialog.c: 
2938         * gtk/gtkfilesystemunix.c: 
2939         * gtk/gtkgc.c: 
2940         * gtk/gtkkeyhash.c: 
2941         * gtk/gtkplug.c: 
2942         * gtk/gtktextiter.c: 
2943         * gtk/gtktextlayout.c: 
2944         * gtk/gtkuimanager.c: 
2945         * gtk/gtkwidget.c: 
2946         * gtk/gtkwindow.c: 
2947         * gtk/gtkxembed.c: Use the slice allocator for many small 
2948         allocations.
2949
2950         * gtk/gtkcolorsel.c: 
2951         * gtk/gtktreeview.c: Use IPN.
2952
2953         * gtk/gtkwidget.c: Remove an unused field from the AccelPath 
2954         struct.
2955
2956 2006-01-04  Tor Lillqvist  <tml@novell.com>
2957
2958         * gtk-zip.sh.in: Include also the gtk20-properties message catalogs.
2959
2960 2006-01-03  Matthias Clasen  <mclasen@redhat.com>
2961         
2962         * gtk/gtkdnd.c: Make it compile
2963
2964         * gtk/gtkdnd.c (gtk_drag_begin_internal): Call gtk_drag_update
2965         for non-motion events.  (#325443, Peter Harvey)
2966
2967         * gtk/gtkaction.c: Avoid connecting to notify on our own
2968         properties. 
2969
2970 2006-01-02  Matthias Clasen  <mclasen@redhat.com>
2971
2972         * gtk/gtkentry.c (gtk_entry_delete_from_cursor): When deleting
2973         words, delete preceding whitespace as well.  (#325358,  Akkana Peck)
2974
2975 2006-01-02  Anders Carlsson  <andersca@imendio.com>
2976
2977         * gdk/quartz/GdkQuartzWindow.c:
2978         (-[GdkQuartzWindow canBecomeMainWindow]):
2979         (-[GdkQuartzWindow canBecomeKeyWindow]):
2980         Have these return TRUE
2981         
2982         * gdk/quartz/gdkevents-quartz.c:
2983         (pointer_grab_internal):
2984         Remove FIXME
2985         
2986         (find_child_window_by_point_helper):
2987         Fix bug in offset calculation
2988         
2989         (find_window_for_event):
2990         Use grab window toplevel when a grab is in effect
2991         
2992         (gdk_event_translate):
2993         Don't call _gdk_event_button_generate on mouse up
2994         
2995         * gdk/quartz/gdkgc-quartz.c:
2996         (_gdk_quartz_gc_new):
2997         Fix indentation
2998         
2999         * gdk/quartz/gdkwindow-quartz.c:
3000         (gdk_window_new):
3001         Make TEMP windows borderless
3002         
3003         (gdk_window_hide):
3004         Hide window
3005         
3006         (gdk_window_get_origin):
3007         Implement
3008         
3009 2006-01-02  Tor Lillqvist  <tml@novell.com>
3010
3011         * gdk/win32/gdkwindow-win32.c
3012         (gdk_window_impl_win32_get_visible_region): Make identical to the
3013         X11 implementation. (#322264, John Ehresman)
3014
3015         * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): Get the
3016         invalidated region from ScrollWindowEx() instead of an incorrect
3017         attempt to calculate it ourselves. Fix by John Ehresman. (#323666)
3018
3019         * gdkevents-win32.c: Make _gdk_win32_hrgn_to_region() non-static.
3020
3021         * gdkprivate-win32.h: Declare it.
3022
3023 2005-12-31  Matthias Clasen  <mclasen@redhat.com>
3024
3025         * gtk/gtkaction.c: 
3026         * gtk/gtkentry.c: Connect to notify instead of multiple
3027         detailed signals.
3028
3029 2005-12-30  Matthias Clasen  <mclasen@redhat.com>
3030
3031         * gdk/gdk.symbols: 
3032         * gdk/gdkcairo.h: 
3033         * gdk/gdkcairo.c: Add gdk_cairo_set_source_pixmap.  (#318805,
3034         Alexander Larsson)
3035
3036         * gdk/gdkdisplaymanager.c (gdk_display_manager_set_property): Call
3037         gdk_display_manager_set_default_display() to change the default
3038         display.  (#153623, Stefan Kost)
3039
3040         * gtk/gtkmessagedialog.c (gtk_message_dialog_init):
3041          (setup_type): Alert dialogs should not have titles and should 
3042         not be displayed in the taskbar.  (#310443, Carlos Garnacho Parro,
3043         Dennis Cranston)
3044
3045 2005-12-29  Matthias Clasen  <mclasen@redhat.com>
3046
3047         * gtk/gtkliststore.c: 
3048         * gtk/gtktreestore.c: Always call the get_path and get_iter
3049         implementations directly, rather than the current mixture whith
3050         some calls going through the GtkTreeModel interface.
3051
3052         * gtk/gtktreemodelsort.c: 
3053         * gtk/gtkliststore.c: 
3054         * gtk/gtktreestore.c: Remove excessive g_return_if_fail() checks
3055         in static functions.
3056         
3057         * gtk/gtktreedatalist.c: Use the slice allocater for 
3058         GtkTreeDataSortHeader.
3059
3060         * gtk/gtktreedatalist.h: 
3061         * gtk/gtktreedatalist.c (_gtk_tree_data_list_set_header): New function.
3062
3063         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): 
3064         * gtk/gtkliststore.c (gtk_list_store_set_sort_func): 
3065         * gtk/gtktreestore.c (gtk_tree_store_set_sort_func): Use it here.
3066
3067 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
3068
3069         * gtk/gtkbindings.h (GtkBindingSignal): 
3070         * gtk/gtkbindings.c (binding_signal_new): Make the
3071         args a flexible array inside the struct, and allocate them
3072         together.
3073
3074 Wed Dec 28 00:45:46 2005  Tim Janik  <timj@gtk.org>
3075
3076         * gtk/gtkctree.c (row_delete): delete GtkCTreeRow as GtkCTreeRow, not
3077         clist rows which crashes in gslice later on.
3078
3079 2005-12-27  Federico Mena Quintero  <federico@ximian.com>
3080
3081         * gtk/gtkfilefilter.c (gtk_file_filter_filter): In the case for
3082         FILTER_RULE_PIXBUF_FORMATS, check that filter_info->mime_type is
3083         not NULL.  Fixes bug #317687.
3084
3085 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
3086
3087         * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
3088         (gdk_screen_get_setting): Avoid relocations for the settings
3089         map.
3090
3091         * gdk/x11/gdkproperty-x11.c: Avoid relocations for the list
3092         of standard atoms.
3093
3094         * gtk/gtkbindings.c (gtk_binding_set_new): Avoid copying
3095         the set_name by interning it.
3096
3097 2005-12-26  Matthias Clasen  <mclasen@redhat.com>
3098
3099         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Precache atoms
3100         before calling gdk_window_new().
3101
3102         * gtk/gtktextbtree.c: Use the slice allocator for some other small
3103         auxiliary structures as well.
3104
3105         * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
3106         docs.  (#324996)
3107
3108         * gtk/gtktextbtree.c (gtk_text_btree_get_tag_info) 
3109         (gtk_text_btree_remove_tag_info): Use the slice allocator for 
3110         tag info.
3111
3112         * README.in: Mention the stripping of (_F) suffixes.
3113
3114         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of 
3115         the form "(_<single character>)", since this is the preferred way
3116         for some languages to indicate accelerators.  (#323956, Yang Hong)
3117
3118         * gtk/gtklabel.c (gtk_label_class_init): Add a gtk-label-select-on-focus
3119         setting.
3120         (gtk_label_grab_focus): And use it here to select the contents of
3121         the label when appropriate.
3122         (gtk_label_class_init): Use the same keybindings for select all/
3123         unselect all as GtkEntry and GtkTextView.
3124
3125         * gtk/gtkdialog.c (gtk_dialog_map): When looking for the initial
3126         focus, avoid leaving a selection in a label.
3127
3128 2005-12-25  Matthias Clasen  <mclasen@redhat.com>
3129
3130         * gtk/gtkwindow.c: Documentation fixes.  (#324815, 
3131         Ross Burton)
3132
3133         * configure.in: Require GLib 2.9.2
3134
3135 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
3136
3137         * gdk/gdkregion-generic.c: 
3138         * gdk/gdkpolyreg-generic.c: 
3139         * gdk/gdkregion.h: 
3140         * gdk/gdkrectangle.c: Inline docs, use g_assert(), avoid 
3141         extra allocation for rectangular regions.
3142
3143 Thu Dec 22 18:53:14 2005  Tim Janik  <timj@gtk.org>
3144
3145         * gtk/gtkobject.[hc]: renamed GUnowned to GInitiallyUnowned.
3146
3147 Thu Dec 22 17:55:11 2005  Tim Janik  <timj@gtk.org>
3148
3149         * gtk/gtkobject.h: parent type fixups in structure declarations.
3150
3151 Thu Dec 22 16:01:27 2005  Tim Janik  <timj@imendio.com>
3152
3153         * gtk/gtkobject.c: derive GtkObject from GUnowned,
3154         so it initially has a floating reference count.
3155         gtk_object_class_init(): installa floating flag handler with
3156         libgobject, so for GtkObjects the flag is stored as GTK_FLOATING
3157         in the ->flags member.
3158
3159         * tests/floatingtest.c: test floating flag uses.
3160
3161 2005-12-21  Matthias Clasen  <mclasen@redhat.com>
3162
3163         * gdk/gdkregion-generic.c: Use the slice allocator
3164         for regions. Still todo: avoid extra allocations for
3165         the single-rectangle case.
3166
3167         * gtk/gtksettings.c (gtk_settings_class_init): Update
3168         class_n_properties after installing color-hash, since
3169         other classes install settings, too.
3170
3171         * gtk/gtkctree.c: 
3172         * gtk/gtkclist.c: Fix some mistakes in the conversion
3173         from mem chunks to slice allocator.
3174
3175         * gtk/gtkiconview.c (adjust_wrap_width): Adjust the 
3176         wrap-width also if an explicit item width is set.  
3177         (#322475, Alex Graveley)
3178         
3179 2005-12-20  Matthias Clasen  <mclasen@redhat.com>
3180
3181         * gtk/gtkiconview.c (gtk_icon_view_button_press): Reset 
3182         pressed_button to -1 after handling a double click, so that
3183         motion events occurring between here and the release event
3184         don't trigger DND.  (#324588, Dave Andreoli)
3185
3186 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
3187
3188         * gtk/gtkcellrenderer.c: 
3189         * gtk/gtkselection.c: 
3190         * gtk/gtkcalendar.c: 
3191         * gtk/gtkitemfactory.c: 
3192         * gdk/gtkcombo.c: 
3193         * gdk/gdkpixbuf-render.c: Documentation updates
3194
3195         * gtk/gtktreemodel.c: 
3196         * gtk/gtkplug.c: 
3197         * gtk/gtkwindow.c: Documentation fixes.
3198
3199 2005-12-19  Michael Natterer  <mitch@imendio.com>
3200
3201         * gtk/gtkentry.c: implement boolean property "truncate-multiline"
3202         which, when enabled, truncates multi-line pastes or drops to their
3203         first line. Fixes bug #322252.
3204
3205         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): enable
3206         truncate-multiline here.
3207
3208 2005-12-17  Matthias Clasen  <mclasen@redhat.com>
3209
3210         * gtk/gtksettings.c (get_color_hash): Don't crash if
3211         there is no color scheme.  (#324429, Diego Gonzalez)
3212
3213 2005-12-16  Matthias Clasen  <mclasen@redhat.com>
3214
3215         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
3216         * gtk/gtkimmodule.c (gtk_im_module_load): 
3217         * gtk/gtkthemes.c (gtk_theme_engine_load): 
3218         * gtk/gtkmodules.c (find_module): Use G_MODULE_BIND_LAZY when
3219         opening modules.
3220
3221         * gtk/gtksettings.[hc]: Rework the way the color scheme setting
3222         is inherited. Now the overriding is done on a per-color basis,
3223         rather than for the setting as a whole. This has the effect
3224         that themes can declare defaults for all the symbolic colors they
3225         use by specifying a value for the gtk-color-scheme setting in 
3226         their rc file, while still allowing the XSetting to override
3227         "standard" symbolic colors. The hash table is now available
3228         through the color-hash property.
3229         
3230         * gtk/gtkrc.c: Use the new color-hash property.
3231         
3232 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
3233
3234         * gtk/gtkcontainer.c (_gtk_container_focus_sort): Skip unrealized
3235         children when doing focus sorting.  (#323995, Dan Winship)
3236
3237 2005-12-14  Rodney Dawes  <dobey@novell.com>
3238
3239         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon):
3240         Default to "drive-harddisk" and then fall back to gnome-dev-harddisk
3241         (get_icon_for_mime_type): Look up the mime type icons according to the
3242         Icon Naming Specification and then fall back to the gnome-mime- prefix
3243         for the mime type icons
3244
3245         Fixes #323655
3246         
3247 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
3248
3249         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Warn if the icon
3250         cannot be loaded.  (#323504, Kjartan Maraas)
3251
3252         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add docs 
3253         for the row-activated signal.  (#324044, Davyd Madeley)
3254
3255 2005-12-14  Michael Natterer  <mitch@imendio.com>
3256
3257         * tests/test-images/valid_jpeg_progressive_test: new test image.
3258
3259 Tue Dec 13 09:47:20 2005  Tim Janik  <timj@gtk.org>
3260
3261         * README.in: added a link to the floating reference docs in the
3262         2.10 release NEWS section.
3263
3264 2005-12-12  Matthias Clasen  <mclasen@redhat.com>
3265
3266         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index): 
3267         Speed this function up, using the fact that visibility is 
3268         constant across segments. (#321548, Paolo Borelli)
3269
3270         * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): 
3271         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Speed up
3272         stepping backwards.  (#320638, Larry Ewing, Paolo Borelli)
3273
3274         * gtk/gtkicontheme.c (ensure_valid_themes): Only broadcast
3275         _GTK_LOAD_ICONTHEMES if we detect a real theme change, not
3276         upon initial theme load.  (#323876, Peter Lund)
3277
3278         * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
3279         the size-changed signal correctly.  (#323848, Murray Cumming)
3280
3281         * gtk/gtkmarshalers.list: Add necessary marshaller.
3282
3283         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't
3284         fall thru to the wrong window types.  (#323843)
3285
3286         Make the gtk-color-scheme setting work.
3287         
3288         * gtk/gtksettings.h: 
3289         * gtk/gtksettings.c (_gtk_settings_get_color_hash): Add a getter
3290         that takes care of initializing the color hash if it is not 
3291         already there.  
3292
3293         * gtk/gtkrc.c (gtk_rc_color_scheme_changed, gtk_rc_context_get): 
3294         And use it here.        
3295
3296 2005-12-10  Matthias Clasen  <mclasen@redhat.com>
3297
3298         * gdk/gdk.c (gdk_parse_args): Warn if parsing fails,
3299         not if it succeeds. 
3300
3301 2005-12-09  Matthias Clasen  <mclasen@redhat.com>
3302
3303         * gtk/gtkselection.c (gtk_selection_data_get_uris): Don't
3304         leak list[0].  (#323629, Markku Vire)
3305
3306         * gtk/gtktextbuffer.c (paste_from_buffer): Unref the buffer
3307         when freeing the RequestData.  (#323577)
3308
3309 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
3310
3311         * demos/gtk-demo/iconview_edit.c (set_cell_color): Don't
3312         leak text.
3313
3314         * gtk/gtktoolbutton.c (clone_image_menu_size): Fix a 
3315         variable name clash.  (#323475, Ross Burton)
3316
3317 2005-12-07  Ross Burton  <ross@burtonini.com>
3318
3319         * docs/reference/gtk/tmpl/gtkenums.sgml:
3320         * gtk/gtktoolbutton.c:
3321         If the toolbar mode is ICONS and there is no icon set then show
3322         the label, and vice versa (#322019)
3323
3324 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
3325
3326         * gtk/gtktoolbutton.c (clone_image_menu_size): Fix a 
3327         variable name clash.  (#323475, Ross Burton)
3328
3329         * gtk/gtktreeview.c (gtk_tree_view_key_press): Use the correct
3330         window when synthesizing the key event.  (#323077,
3331         Sadrul Habib Chowdhury)
3332         
3333         (gtk_tree_view_search_key_press_event): Also listen for
3334         GDK_ISO_Left_Tab.  (#323077, Sadrul Habib Chowdhury)
3335
3336         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler): 
3337         Only scroll if we have focus.  (#316310, Paolo Borelli)
3338
3339         * gtk/gtkfilesystemunix.c (cb_fill_in_mime_type): Fix a C99ism,
3340         spotted by Crispin Flowerday.
3341
3342 2005-12-06  Behdad Esfahbod  <behdad@gnome.org>
3343
3344         * gtk/gtksettings.c (settings_update_font_options): Turn metrics
3345         hinting on (part of #307196)
3346
3347 2005-12-06  Matthias Clasen  <mclasen@redhat.com>
3348
3349         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_reset): Don't
3350         commit from reset, it upstets GtkTextView.
3351
3352         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Be more
3353         careful when turning blinking on and off.
3354         (gtk_text_view_focus_out_event): Make the cursor really invisible
3355         when the focus goes away.  (#323087, Sadrul Habib Chowdhury)
3356         (cursor_blinks): Check the gtk-cursor-blink setting first.
3357
3358         * gtk/gtktreeview.c (gtk_tree_view_key_press): Fix refcounting
3359         issues with new_event and its window.
3360
3361         * gtk/gtkmenu.c (gtk_menu_attach_to_widget): Accept NULL
3362         as a detach func.  (#323386, Jorn Baayen)
3363
3364         * gtk/gtkcalendar.c: Avoid conflict with win32 headers in
3365         the libdate routines.  (#323045, Kazuki Iwamoto)
3366
3367         * gdk/gdk.c (gdk_parse_args): 
3368         * gtk/gtkmain.c (gtk_parse_args): Don't ignore errors
3369         from g_option_context_parse(). 
3370
3371 Tue Dec  6 11:37:59 2005  Tim Janik  <timj@gtk.org>
3372
3373         * gdk/gdkevents.c (gdk_event_new): fix missing hash table 
3374         initialization.
3375
3376 Tue Dec  6 10:32:17 2005  Tim Janik  <timj@gtk.org>
3377
3378         * gtk/gtkstatusbar.c: ported memchunk uses to g_slice, so the code
3379         compiles again.
3380
3381 2005-12-05  Federico Mena Quintero  <federico@ximian.com>
3382
3383         * gtk/gtkfilechooserdefault.c (trap_activate_cb): "event->state &
3384         modifiers", not "event->state && modifiers".  Patch by Sadrul
3385         Habib Chowdhury <imadil@gmail.com>.  Fixes bug #323073.
3386
3387 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
3388
3389         * gtk/gtkwidget.c: 
3390         * gtk/gtkuimanager.c: 
3391         * gtk/gtktreedatalist.c: 
3392         * gtk/gtktext.c: 
3393         * gtk/gtkmain.c: 
3394         * gtk/gtkitemfactory.c: 
3395         * gtk/gtkseparator.[hc]:
3396         * gtk/gtkclist.[hc]: 
3397         * gtk/gtkctree.c:
3398         * gtk/gtkgc.c: Use g_slice instead of mem chunks.
3399
3400 2005-12-05  Michael Natterer  <mitch@imendio.com>
3401
3402         * gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
3403         "timeout-initial", "timeout-repeat", "color-scheme" and
3404         "enable-animations" to X settings.
3405
3406 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
3407
3408         * gdk/gdkevents.c: 
3409         * gdk/gdkcolor.c: Use g_slice instead of mem chunks.
3410
3411         * gtk/gtktreeview.c (gtk_tree_view_key_press): Free new_event
3412         after sending it to the search entry.  (#323209, Crispin Flowerday)
3413
3414         * README.in: Add a note about GTK_FLOATING.
3415
3416         * gtk/gtkobject.h (GTK_OBJECT_FLOATING): Use g_object_is_floating.
3417
3418 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
3419
3420         * gtk/gtktoolbutton.c (clone_image_menu_size): Don't leak
3421         a pixbuf.  (#323024, Paolo Borelli)
3422
3423 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
3424
3425         * gtk/gtkfilesystemunix.c (get_icon_for_mime_type): Don't crash
3426         if mime_type is NULL.  (#322998, Sadrul Habib Chowdhury)
3427
3428 2005-12-02  Michael Natterer  <mitch@imendio.com>
3429
3430         * gtk/gtkmenu.c: applied modified patch from maemo-gtk which
3431         adds a "horizontal-padding" style property. Fixes bug #323036.
3432
3433 2005-12-01  Michael Natterer  <mitch@imendio.com>
3434
3435         Merged modified patch from maemo-gtk that allows to disable
3436         toolbar animations. Addresses bug #142582.
3437
3438         * gtk/gtksettings.c: added boolean property "gtk-enable-animations".
3439         (patch from Christian Neumair)
3440
3441         * gtk/gtktoolbar.c: don't animate toolbar changes if the settings
3442         property is FALSE. Replaced the individual "notify::foo"
3443         connections to GtkSettings by a single "notify" callback and
3444         dispatch internally.
3445
3446 2005-12-01  Michael Natterer  <mitch@imendio.com>
3447
3448         * gtk/gtkmenu.c (gtk_menu_class_init): removed redundant
3449         assignment of widget_class->motion_notify_event
3450
3451 2005-11-29  Matthias Clasen  <mclasen@redhat.com>
3452
3453         * gtk/gtktoggleaction.c (gtk_toggle_action_class_init): Add 
3454         an active property.  (#322673, Jorn Baayen)
3455
3456         Properly handle model changes in GtkTreeSelection: (#322569,
3457         Milosz Derezynski)
3458         
3459         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): 
3460         Get a reference to the model, and stop the iteration if the model
3461         of the treeview is changed on the way.
3462
3463         * gtk/gtktreeprivate.h: 
3464         * gtk/gtktreeselection.c (_gtk_tree_selection_emit_changed): New 
3465         private function to emit the GtkTreeSelection::changed signal.
3466
3467         * gtk/gtktreeview.c (gtk_tree_view_set_model): Call 
3468         _gtk_tree_selection_emit_changed() when the model changes.
3469
3470 2005-11-28  Federico Mena Quintero  <federico@ximian.com>
3471
3472         Fixes the critical warnings from bug #317999, thus fixing the bug
3473         completely:
3474
3475         * gtk/gtkfilechooserdefault.c
3476         (gtk_file_chooser_default_get_paths): In SELECT_FOLDER mode,
3477         use _gtk_file_chooser_get_current_folder_path() instead of fetching the
3478         impl->current_folder directly.  The latter may be null if we are
3479         in RELOAD_NONE state.
3480
3481 2005-11-28  Federico Mena Quintero  <federico@ximian.com>
3482
3483         Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):
3484
3485         * gtk/gtkfilechooserdefault.c (up_folder_handler): Don't add the
3486         current_folder to the pending select paths here; the path bar will
3487         give it to us now.
3488         (path_bar_clicked): Add the child_path to the pending select paths
3489         here.
3490         (show_and_select_paths): Don't filter out folders.
3491         (show_and_select_paths): Don't take separate arguments for
3492         only_one_path and multiple paths.
3493
3494         * tests/autotestfilechooser.c (test_folder_switch_and_filters):
3495         New test about preserving the filters when we change folders.
3496
3497 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
3498
3499         * gtk/gtkscale.c (_gtk_scale_format_value): Insert an LRM, to prevent
3500         -20 to come out as 20- in RTL locales.  (#322571, Tze'ela Hebron)
3501
3502         * gtk/gtkaction.c (gtk_action_sync_button_stock_id) 
3503         (connect_proxy): Buttons use the label property for stock ids.  (#322565,
3504         Milosz Derezynski)
3505
3506         * gtk/gtkiconview.c (update_text_cell, update_pixbuf_cell): Correctly
3507         handle the cell list and indices into it.  (#321856)
3508
3509 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
3510
3511         * gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
3512         the timeout is done.  (#322291, Jean-Yves Lefort)
3513
3514 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
3515
3516         * gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
3517         F2 work for renaming bookmarks.  (#320822, Jaap A. Haitsma, patch
3518         by Paolo Borelli)
3519
3520 2005-11-28  Tor Lillqvist  <tml@novell.com>
3521
3522         * gdk/win32/gdkwindow-win32.c (gdk_window_set_urgency_hint):
3523         Implement the conditional use of FlashWindowEx() properly for MSVC
3524         compilations. The code was confusingly assuming that if compiled
3525         with a "new" compiler, it will only be run on "new" Windows
3526         versions. We want it to run on "old" versions, too, even if
3527         compiled with a "new" compiler. There are two orthogonal issues:
3528         whether the compiler defines the necessary API in its headers, and
3529         whether it is present at run-time. (#318077)
3530
3531         * gtk/gtkcalendar.c (gtk_calendar_init): Use GetLocaleInfo() on
3532         Windows to get the localized weekday and month names. strftime()
3533         in the Microsoft C library returns strings in the default codepage
3534         for the locale of the process, not the system codepage. Thus
3535         g_locale_to_utf8() isn't useable on the return value from
3536         strftime(). (#322603)
3537
3538 2005-11-27  Matthias Clasen  <mclasen@redhat.com>
3539
3540         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup): 
3541         Fix an example.  (#322493, Elie De Brauwer)
3542         
3543         Fix two memory handling problems in GtkTreeView: (#322350, 
3544         Søren Sandmann)
3545         
3546         * gtk/gtktreeview.c (gtk_tree_view_destroy) 
3547         (gtk_tree_view_set_model): Remove all references to nodes in
3548         the old model.
3549         (gtk_tree_view_real_collapse_row): Unmark expanded_collapsed_node
3550         before removing the children.
3551
3552         * gtk/gtkcolorbutton.c (gtk_color_button_init): Don't leak a 
3553         PangoLayout here.  (#322505, Paolo Borelli)
3554
3555 2005-11-27  Tor Lillqvist  <tml@novell.com>
3556
3557         Once again rework Win32 window decoration code. Doesn't break
3558         #104514. The dialogs in gtk-demo now have the same decorations and
3559         behaviour as on X11. Tried to fix #322516 but it seems very hard
3560         to make the trivial sample program there behave as expected. OTOH,
3561         simply moving the gtk_window_decorate() call in the #322516 sample
3562         program after the call to gtk_widget_show() helps...
3563             
3564         * gdk/win32/gdkwindow-win32.c (set_or_clear_style_bits): Revert to
3565         the correct semantics. Each call to gdk_window_set_decorations()
3566         which calls this function is supposed to affect all decorations.
3567
3568         (decorate_based_on_hints): New function, looks at both geometry
3569         hints and type hint and sets window decorations based on
3570         that. Consolidate code from gdk_window_set_geometry_hints() and
3571         gdk_window_set_type_hint() here.
3572
3573         (gdk_window_set_geometry_hints, gdk_window_set_type_hint): Call
3574         decorate_based_on_hints().
3575
3576 2005-11-25  Dom Lachowicz <cinamod@hotmail.com>
3577
3578         * modules/engines/ms-windows/*.[ch]: Merge with gtk-wimp's CVS.
3579         Includes improved menu icon spacing, [+]/[-] expander drawing,
3580         status-bar gippie drawing, and notebook tab drawing.
3581         
3582 2005-11-24  Michael Natterer  <mitch@imendio.com>
3583
3584         * gtk/gtktoolbar.h (struct _GtkToolbar): changed two private guint
3585         that used to hold signal handler IDs to two guint of padding.
3586
3587         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): added them as
3588         gulong here.
3589
3590         (gtk_toolbar_screen_changed): changed accordingly.
3591
3592 Wed Nov 23 18:55:47 2005  Tim Janik  <timj@imendio.com>
3593
3594         * gtk/gtkobject.[hc]: deprecated floating/sink API and implemented it
3595         in terms of the GObject floating/sink API.
3596
3597         * gtk/gtkaboutdialog.c:
3598         * gtk/gtkaction.c:
3599         * gtk/gtkcellview.c:
3600         * gtk/gtkclist.c:
3601         * gtk/gtkcolorsel.c:
3602         * gtk/gtkcombobox.c:
3603         * gtk/gtkfilechooserdefault.c:
3604         * gtk/gtkiconview.c:
3605         * gtk/gtkinvisible.c:
3606         * gtk/gtkitemfactory.c:
3607         * gtk/gtklayout.c:
3608         * gtk/gtkmenu.c:
3609         * gtk/gtkmenutoolbutton.c:
3610         * gtk/gtknotebook.c:
3611         * gtk/gtkprogress.c:
3612         * gtk/gtkrange.c:
3613         * gtk/gtkspinbutton.c:
3614         * gtk/gtkstatusicon.c:
3615         * gtk/gtktext.c:
3616         * gtk/gtktextview.c:
3617         * gtk/gtktoolbar.c:
3618         * gtk/gtktoolbutton.c:
3619         * gtk/gtktoolitem.c:
3620         * gtk/gtktreeitem.c:
3621         * gtk/gtktreeview.c:
3622         * gtk/gtktreeviewcolumn.c:
3623         * gtk/gtkuimanager.c:
3624         * gtk/gtkviewport.c:
3625         * gtk/gtkwidget.c:
3626         * gtk/gtkwindow.c:
3627         ported to use GObject's g_object_ref_sink().
3628
3629         * gtk/gtkcolorsel.c:
3630         * gtk/gtkfilechooserdefault.c:
3631         * gtk/gtkaboutdialog.c:
3632         fixed compiler warnings.
3633
3634 2005-11-23  Matthias Clasen  <mclasen@redhat.com>
3635
3636         * gtk/gtksettings.c (gtk_settings_class_init): Add some docs
3637         about gtk-color-scheme.
3638
3639 2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
3640
3641         * configure.in (enable_explicit_deps): Fix typo when checking
3642         libtool config deplibs_check_method. Moreover, enable explicit
3643         deps if we get anything other than pass_all from libtool. (part of
3644         #318750)
3645
3646 2005-11-23  Matthias Clasen  <mclasen@redhat.com>
3647
3648         * gtk/updateiconcache.c (write_csource): Don't create a big
3649         string, since Visual C++ doesn't like strings longer than 64k. 
3650         (#322238, Kazuki IWAMOTO
3651
3652         * gtk/gtkentry.c: Include gtkimcontextsimple.h  (#322235,
3653         Kazuki IWAMOTO)
3654
3655 2005-11-23  Michael Natterer  <mitch@imendio.com>
3656
3657         * gtk/gtkrc.c (gtk_rc_reset_widgets): don't leak all toplevel
3658         windows on other screens (correctly remove all temporary
3659         references).
3660
3661 2005-11-23  Michael Natterer  <mitch@imendio.com>
3662
3663         Added symbolic themable colors. Patch is a merged version of
3664         proposals from Matthias and maemo-gtk. Fixes bug #114355.
3665
3666         * configure.in: require glib >= 2.9.1 for refcountable hashtables.
3667
3668         * gtk/gtksettings.c: added property "color-scheme" which is a
3669         string defining colors like "foreground:black\nbackground:grey".
3670         Automatically provide a name->GdkColor hash table mapping for the
3671         color scheme.
3672
3673         * gtk/gtkrc.[ch]: added list of color hashes that works like the
3674         list of icon factories. Append the color scheme hash from
3675         GtkSettings if it exists. Extended gtkrc syntax to allow defining
3676         and referencing of logical colors. Also allow to modulate colors
3677         in gtkrc by using arbitrary expressions of mix(), shade(),
3678         lighter() and darker(). Added internal function
3679         _gtk_rc_style_get_color_hashes().
3680
3681         * gtk/gtkstyle.[ch]: keep a private list of color hashes around.
3682         Get the list from _gtk_rc_style_get_color_hashes(). Export
3683         internal function _gtk_style_shade() (used by above color
3684         expressions). Added public API gtk_style_lookup_color() which
3685         looks up a logical color by name.
3686
3687         * gtk/gtk.symbols: add gtk_style_lookup_color
3688
3689         * tests/testgtkrc: use symbolic colors for making
3690         the scrollbars red.
3691
3692 2005-11-22  Michael Natterer  <mitch@imendio.com>
3693
3694         Made button-press timeouts which work like key repeat timeouts
3695         configurable. Addresses bug #142582:
3696
3697         * gtk/gtksettings.c: added properties "gtk-timeout-initial" and
3698         "gtk-timeout-repeat" which defalt to 200/20 (ms).
3699
3700         Use the values from GtkSettings instead of hardcoding them
3701         (the repeat value is either taken as-is for fast repeat or
3702         multiplied by 5 for slow repeat). Changed all places to use these
3703         two standard initial/repeat timings:
3704
3705         * gtk/gtkcalendar.c (unchanged 200/20)
3706         * gtk/gtknotebook.c (unchanged 200/100)
3707         * gtk/gtkpathbar.c (changed from 300/150 to 200/100)
3708         * gtk/gtkrange.c (changed from 250/100 to 200/100)
3709         * gtk/gtkspinbutton.c (unchanged 200/20)
3710
3711 2005-11-21  Anders Carlsson  <andersca@imendio.com>
3712
3713         * configure.in:
3714         * gtk/Makefile.am:
3715         * gdk/Makefile.am:
3716         * gdk/quartz/*:
3717         Add quartz backend.
3718         
3719         * docs/tools/Makefile.am:
3720         Only build docshooter when the X11 backend is used.
3721         
3722         * gtk/gtkplug-stub.c:
3723         Include gtkplug.h here.
3724         
3725         * gtk/gtksocket-stub.c:
3726         Include gtksocket.h here.
3727         
3728 2005-11-21  Matthias Clasen  <mclasen@redhat.com>
3729
3730         * gtk/gtkinputdialog.c: Convert GtkInputDialog to 
3731         g_type_class_add_private.
3732
3733         * gtk/gtksocket.c: Convert GtkSocket to g_type_class_add_private.
3734
3735         * gtk/gtkmenu.c: Convert GtkMenu to g_type_class_add_private.
3736
3737         * gtk/gtk.symbols:
3738         * gtk/gtkcombobox.[hc]: Add a tearoff-title property,
3739         with getter and setter.  (#316482, Olexiy Avramchenko)
3740
3741         * tests/testcombo.c (main): Test gtk_combo_box_set_title
3742
3743         * gtk/gtkpathbar.c: Merge remaining fixes from the 2.8 branch,
3744         pointed out by Michael Natterer.
3745
3746         Fix for bug #321542, Benedikt Meurer:
3747         
3748         * gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
3749         Emit notify::active.
3750         
3751         (gtk_combo_box_child_show, gtk_combo_box_child_hide): Use
3752         g_signal_emit, not g_signal_emit_by_name.
3753
3754 2005-11-18  Matthias Clasen  <mclasen@redhat.com>
3755
3756         Fix crashes in connection with pathbar scrolling (#321560,
3757         Bogdan Nicula)
3758         
3759         * gtk/gtkpathbar.c (gtk_path_bar_update_slider_buttons): 
3760         Stop scrolling when desensitising slider buttons.
3761         (gtk_path_bar_scroll_timeout, gtk_path_bar_slider_button_press): 
3762         And use it here.  
3763
3764         * gtk/gtkpathbar.h (struct _GtkPathBar): Add a separate
3765         scrolling_down flag.
3766
3767 2005-11-18  Matthias Clasen  <mclasen@redhat.com>
3768
3769         * gtk/gtkpathbar.c (button_clicked_cb): Fix a C99ism.
3770         (#321777, Jens Granseuer)
3771
3772         * gtk/gtkaction.c (disconnect_proxy): Disconnect the
3773         sync callback for the visibility property.  (#321761,
3774         Philip Langdale)
3775
3776         Turn off input methods in invisible entries, since
3777         they are confusing.  (#317002, James Su)
3778         
3779         * gtk/gtkentry.c (gtk_entry_set_visibility): Toggle input
3780         methods if visibility changes.
3781         (popup_targets_received): Don't show the input method
3782         menu if the entry is invisible.  
3783
3784 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
3785
3786         * README.in: Add a note about range arrow sensitivity.
3787
3788         * perf/treeview.c: const correctness fixes
3789         found by Arjan van de Ven and gcc.
3790
3791 2005-11-16  Michael Natterer  <mitch@imendio.com>
3792
3793         * gtk/gtkimage.c (animation_timeout): call
3794         gtk_window_process_updates() so the animation keeps running even
3795         if the main loop is busy with sources that eat a lot of cpu with
3796         high priority. Fixes bug #321444.
3797
3798         (gtk_image_new_from_animation): document the fact that the
3799         animation will stop running if the main loop is busy with sources
3800         that have priorities higher than G_PRIORITY_DEFAULT.
3801
3802         * tests/testimage.c: added test case that shows an animation even
3803         though a cpu-eating idle function is running.
3804
3805 2005-11-16  Michael Natterer  <mitch@imendio.com>
3806
3807         * gdk/x11/gdkevents-x11.c (_gdk_events_uninit): new internal
3808         function which destroys the display's event source. Also removes
3809         the source from the global display_sources list and unrefs it.
3810
3811         * gdk/x11/gdkprivate-x11.h: declare the function.
3812
3813         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose): call it
3814         instead of half-destroying the source here.
3815
3816 2005-11-15  Matthias Clasen  <mclasen@redhat.com>
3817
3818         * gtk/gtktreestore.c (gtk_tree_store_move): Fix a memory
3819         leak.  (#321032, Peter Zelezny)
3820
3821 2005-11-15  Michael Natterer  <mitch@imendio.com>
3822
3823         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): destroy
3824         display->xid_ht as late as possible (right before XCloseDisplay)
3825         because it still needs to be around when the display's screens are
3826         finalized. (#85715)
3827
3828 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
3829
3830         * gtk/gtkselection.c (gtk_selection_data_set_uris): Don't
3831         leak result.  (#321441, Tommi Komulainen)
3832
3833 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
3834
3835         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes):
3836         Don't crash if there is no builtin icon.
3837
3838 2005-11-14  Michael Natterer  <mitch@imendio.com>
3839
3840         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_set_property):
3841         removed redundant calls to g_object_notify().
3842
3843 2005-11-13  Matthias Clasen  <mclasen@redhat.com>
3844
3845         * gdk/gdkcolor.c (gdk_color_parse): Documentation 
3846         improvements.  (#321338)
3847
3848         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Make
3849         limit an inclusive boundary.  (#321299)
3850
3851 2005-11-12  Michael Natterer  <mitch@imendio.com>
3852
3853         * gtk/Makefile.am: fixed icon rules so gtkbuiltincache.h is only
3854         rebuilt if needed.
3855
3856 2005-11-12  Dom Lachowicz <cinamod@hotmail.com>
3857
3858         * modules/engines/ms-windows/msw_style.c: Bug #313627. Make win32 
3859         theme's handling of toolbars, handleboxes, and menubars more in-line
3860         with Microsoft's IE style.
3861         * modules/engines/ms-windows/*.c: Indentation cleanups
3862         
3863 2005-11-12  Matthias Clasen  <mclasen@redhat.com>
3864
3865         Make builtin icons work in gtk_window_set_icon_name() 
3866         (#321046, Maxim Udushlivy)
3867
3868         * gtk/gtkicontheme.c (insert_theme): Always insert the default
3869         theme.
3870         (ensure_valid_themes): Call _gtk_icon_theme_ensure_builtin_cache()
3871         from here.
3872         (theme_lookup_icon, find_builtin_icon): ...and not from here.
3873         (gtk_icon_theme_lookup_icon): Remove an unncessary assert.
3874         (gtk_icon_theme_get_icon_sizes): Also check builtin icons.
3875
3876 2005-11-12  Tor Lillqvist  <tml@novell.com>
3877
3878         * gtk/gtkfilesystemwin32.c (filename_get_info): Don't hide
3879         dotfiles, no such convention on Win32. Just hide files with the
3880         hidden attribute. (#314627)
3881
3882 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
3883
3884         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Do not
3885         check whether the path is a folder.  It is useful to bookmark
3886         files as well (e.g. todo.txt), and this will also help
3887         performance.
3888         (shortcuts_add_bookmark_from_path): Likewise.
3889         (shortcuts_activate_iter): Change folders or select files, as
3890         appropriate.
3891
3892 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
3893
3894         * tests/autotestfilechooser.c (main): Use
3895         g_log_set_default_handler() instead of explicitly setting a
3896         handler for each domain.
3897
3898         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Only get
3899         the base path of the volume if it is mounted.
3900
3901 2005-11-11  Michael Natterer  <mitch@imendio.com>
3902
3903         Added per-stepper API for GtkRange's stepper sensitivity as
3904         discussed in bug #321056:
3905
3906         * gtk/gtkenums.h: added GtkSensitivityType which can be
3907         { AUTO, ON, OFF }.
3908
3909         * gtk/gtkrange.[ch]: added properties "lower-stepper-sensitivity"
3910         and "upper-stepper-sensitivity" and public getters/setters for
3911         them. Changed stepper drawing to honor the new properties.
3912
3913         * gtk/gtk.symbols: added the new symbols.
3914
3915 2005-11-10  Matthias Clasen  <mclasen@redhat.com>
3916
3917         * gtk/gtkcombobox.c: Add show-popup and hide-popup signals and
3918         emit them when the popup is shown or hidden.  (#162531, Tommi
3919         Komulainen)
3920
3921         * tests/testcombo.c: Add an example of popuplating a combobox
3922         on click.
3923
3924         * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another
3925         erroneous semicolon.
3926
3927         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
3928         semicolon. 
3929
3930         Don't corrupt odd keymaps (#316638, Kean Johnston)
3931         
3932         * gdk/x11/gdkkeys-x11.c (set_symbol): Auxiliary function to
3933         handle frobbing keymaps with odd numbers of syms/code.
3934         
3935         * gdk/x11/gdkkeys-x11.c (update_keymaps): Use set_symbol() to 
3936         frob the keymap.
3937
3938         Improve navigation to parent folders.  (#318444, Andrei Yurkevich)
3939         
3940         * gtk/gtkpathbar.[hc]: Add a child_path argument to
3941         the path_clicked signal.
3942         * gtk/gtkfilechooserdefault.c (path_bar_clicked): Select the
3943         child_path, if it is provided.
3944         * gtk/marshalers.list (path_bar_clicked): Add the necessary
3945         glue.
3946
3947         * gtk/gtkmenu.c: Fix some compiler warnings. (#321141,
3948         Kjartan Maraas)
3949         
3950         * gtk/gtk.symbols: 
3951         * gtk/gtktreeview.h: 
3952         * gtk/gtktreeview.c: Implement a getter for headers-clickable.
3953         (#163851, Richard Hult)
3954
3955 2005-11-10  Michael Natterer  <mitch@imendio.com>
3956
3957         Applied patch from maemo-gtk that addresses many issues wrt
3958         display migration and display closing (bug #85715).
3959
3960         * gdk/gdkdisplay.c (gdk_display_dispose): don't just set the
3961         default display to NULL when it's closed. Instead set the most
3962         recently opened display as new default (if one exists).
3963
3964         * gdk/gdkpango.c (on_renderer_display_closed): fixed signature
3965         of this callback.
3966
3967         * gdk/gdkscreen.c (gdk_screen_dispose): check if the GCs still
3968         exist before unrefing them.
3969
3970         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): if the screen
3971         is closed, allow destruction of the root window.
3972
3973         * gdk/x11/gdkdisplay-x11.c: moved some stuff from finalize() to
3974         dispose(), free stuff that was leaked before.
3975
3976         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_uninit_screen): check if
3977         the xsettings_client still exists before destroying it.
3978
3979         * gdk/x11/gdkkeys-x11.c: added finalization and free the allocated
3980         X resources.
3981
3982         * gdk/x11/gdkpixmap-x11.c: moved stuff from finalize() to new
3983         dispose() implementation.
3984
3985         * gdk/x11/gdkscreen-x11.c: moved stuff from finalize() to
3986         dispose() and check if it still exists before unrefing it. Set
3987         their pointers to NULL/None *after* upchaining in dispose(),
3988         because X11 implementations of members of the parent class still
3989         need them for their own destruction.
3990
3991         * gdk/x11/gdkvisual-x11.c: removed finalize() implementation which
3992         was g_error()ing when finalizing a visual.
3993
3994         * gtk/gtkclipboard.c (gtk_clipboard_finalize): don't use
3995         get_clipboard_widget() because it would create the widget if it
3996         doesn't exist. Use g_object_get_data() directly instead.
3997
3998         * gtk/gtktextdisplay.c (on_renderer_display_closed): fixed signature
3999         of this callback.
4000
4001 2005-11-10  Simos Xenitellis  <simos@gnome.org>
4002
4003         * configure.in: Added Tatar (tt) to ALL_LINGUAS.
4004
4005 Wed Nov  9 16:29:42 2005  Tim Janik  <timj@imendio.com>
4006
4007         * gtk/gtkrange.c: patch from maemo-gtk that changes GtkRange
4008         to render its arrows insensitive when the adjustment is in
4009         its min or max position. this makes range arrow behaviour 
4010         consistent with spin button behaviour. (#321056)
4011
4012 2005-11-09  Tor Lillqvist  <tml@novell.com>
4013
4014         * gdk/gdkinternals.h
4015         * gdk/gdk.c (gdk_debug_keys[]): Add new GDK_DEBUG_DRAW flag to
4016         the GdkDebugFlag enum.
4017
4018         * gdk/win32/gdkdrawable-win32.c: Use DRAW to trigger GDK_NOTEs in
4019         this file instead of MISC. Now asking for MISC will give mainly
4020         window manipulation debugging output with the Win32 backend.
4021
4022 2005-11-09  Tor Lillqvist  <tml@novell.com>
4023
4024         * gdk/win32/gdkwindow-win32.c: Remove unnecessary includes.
4025
4026         (_gdk_win32_get_adjusted_client_rect): Remove this two-line
4027         function which was used only in one place.
4028
4029         (get_outer_rect): Use _gdk_win32_adjust_client_rect().
4030
4031         (gdk_window_set_geometry_hints): If we have identical minimum and
4032         maximum size hints, remove the resize and maximize
4033         decorations/functions. (#104514)
4034
4035         If we have a maximum size hint, remove the maximize
4036         decoration/function but ensure the resize decoration/function is
4037         available. Otherwise ensure both resize and maximize
4038         decorations/functions are there.
4039
4040         (set_or_clear_style_bits): Factored out common code from
4041         gdk_window_set_decorations() and gdk_window_set_functions(). 
4042
4043         Hack the window style setting once more: Only touch the window
4044         style bits corresponding to the GdkWMDecoration or GdkWMFunction
4045         parameter bitmasks. Hopefully this finally is the correct thing to
4046         do. We used to clear all other bits than those that were being
4047         set, or set all other bits than those that were being cleared.
4048
4049         Take into account that adding or removing decorations leaves the
4050         window's outer size unchanged, i.e., the client area's size and
4051         position change. This is apparently not what we want, so change
4052         also the window's (outer) position and size appropriately so that
4053         the client area's position and size stay constant.
4054
4055         gtk-demo's color selector dialog is now non-resizable like on X11
4056         (I tested with metacity in GNOME). Torn off menus are shrinkable
4057         vertically but have a maximum size, and are not maximizable or
4058         minimizable, like on X11.
4059
4060         (gdk_window_set_decorations, gdk_window_set_functions): Let
4061         set_or_clear_decorations() do most of the job.
4062
4063         * gdk/win32/gdkprivate-win32.h: Remove declaration of
4064         _gdk_win32_get_adjusted_client_rect().
4065
4066 2005-11-09  Tor Lillqvist  <tml@novell.com>
4067
4068         * gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32)
4069         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_init,
4070         gdk_window_get_type_hint, gdk_window_get_type_hint): Store the
4071         type hint. Implement gdk_window_get_type_hint() by just returning
4072         the hint stored.
4073
4074 2005-11-09  Tor Lillqvist  <tml@novell.com>
4075
4076         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
4077         Remove code that has been permanently ifdeffed out for two years.
4078
4079 2005-11-08  Matthias Clasen  <mclasen@redhat.com>
4080
4081         * gdk/gdkgc.c (gdk_gc_finalize): Unref tile and stipple when
4082         finalizing a gc.  (#320789, Nickolay V. Shmyrev)
4083
4084         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Ignore
4085         icons if they would make the request large enough to cause
4086         Xlib to loose the connection.  (#320909, Claudio Saavedra)
4087
4088 2005-11-08  Michael Natterer  <mitch@imendio.com>
4089
4090         * gdk/gdk.symbols
4091         * gdk/gdkwindow.h
4092         * gdk/x11/gdkwindow-x11.c: added gdk_window_get_type_hint() (patch
4093         extracted from maemo-gtk). Fixes bug #320872.
4094
4095 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
4096
4097         * gtk/gtkfilechooserdefault.c (shortcuts_reorder): Don't
4098         looks the bookmark label when reordering.  (#320720, Jeremy Cook)
4099
4100         * gtk/gtkpathbar.[hc]: Set focus-on-click to FALSE for all buttons.
4101         Don't grab focus when a slider button is pressed, instead, use
4102         a bit in the pathbar struct to determine whether to scroll up
4103         or down.  (#314486, Carlos Garnacho)
4104
4105         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): 
4106         Don't popup the completions if the focus has already been
4107         moved somewhere else.  (#319914, Christian Persch)
4108
4109         * gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured): 
4110         Raise the drag_window after reconfiguring the 
4111         toolbar.  (#320803, Christian Persch)
4112
4113         * gtk/gtk.symbols: 
4114         * gtk/gtkfilechooserbutton.h: 
4115         * gtk/gtkfilechooserbutton.c: Add a focus-on-click property
4116         with setter and getter.  (#318945, Christian Persch)
4117         
4118 Mon Nov  7 16:15:16 2005  Tim Janik  <timj@imendio.com>
4119
4120         * configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present.
4121
4122 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
4123
4124         * configure.in: Adjust to the stock icon changes.
4125         
4126 2005-11-07  Tor Lillqvist  <tml@novell.com>
4127
4128         * gdk/win32/gdkcursor-win32.c (pixbuf_to_hbitmaps_normal):
4129         Correct the calculation of maskstride. (#320152, Peter Zelezny)
4130         
4131 2005-11-06  Michael Natterer  <mitch@imendio.com>
4132
4133         * gtk/Makefile.am (icons): fixed rule to actually create the
4134         symlinks, erroring out if anything goes wrong.
4135
4136 2005-11-06  Tor Lillqvist  <tml@novell.com>
4137
4138         * gtk/updateiconcache.c (build_cache): Can't rename a file if the
4139         target exists on Win32. First rename the target temporarily, then
4140         if the renaming of the source to target fails, restore the
4141         original name for the target.
4142
4143         * gtk/Makefile.am: Use EXEEXT in the dependency on gtk-update-icon-cache.
4144
4145 2005-11-06  Tor Lillqvist  <tml@novell.com>
4146
4147         (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap,
4148         like pixbuf_to_hbitmaps_normal().
4149         (_gdk_win32_pixbuf_to_hicon_supports_alpha): Check
4150         G_WIN32_IS_NT_BASED() first, so we can pretend being on Win9x by
4151         setting the G_WIN32_PRETEND_WIN9X environment variable.
4152         
4153 2005-11-06  Tor Lillqvist  <tml@novell.com>
4154
4155         Make icon masks work on Win98 (#320152, Peter Zelezny)
4156
4157         * gdk/win32/gdkcursor-win32.c (create_color_bitmap): Take also a
4158         parameter for the depth of the bitmap, so that this function can
4159         be used to create 1-bit bitmaps, too.
4160         (pixbuf_to_hbitmaps_normal): Create an 1-bit bitmap for the mask,
4161         and initialize it properly.
4162
4163 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
4164
4165         Store builtin stock icons in an icon cache, instead of
4166         populating a hash table with pixbufs at startup, to save both
4167         memory and startup time.
4168
4169         * gtk/stock-icons/*: Reorganize the icons in a directory structure
4170         suitable for gtk-update-icon-cache, and rename them to match the
4171         stock ids.
4172
4173         * gtk/gtkiconcache.[hc]: Support non-mmapped icon caches, and
4174         add _gtk_icon_cache_has_icon_in_directory().
4175
4176         * gtk/updateiconcache.c: Support a --source <VARIABLE> argument
4177         to store the contents of the icon cache in a C header.
4178
4179         * gtk/gtkbuiltincache.h: Generated private header which contains 
4180         the icon cache for the builtin icons.
4181
4182         * gtk/gtkicontheme.c: Create a GtkIconCache for the builtin
4183         icons, and use that in addition to the hash table whenever
4184         builtin icons are searched.
4185
4186         * gtk/gtkiconfactory.c: Add GTK_ICON_SOURCE_STATIC_ICON_NAME and
4187         use it for static stock ids. 
4188         (get_default_icons): Don't add the builtin
4189         icons to the icon theme, just register the stock ids.
4190         (render_fallback_image): Take the fallback image out of the
4191         builtin icon cache.
4192         
4193         * gtk/Makefile.am: Remove stock-icons from SUBDIRS and add 
4194         the necessary machinery to rebuild gtkbuiltincache.h.
4195
4196 2005-11-04  Michael Natterer  <mitch@imendio.com>
4197
4198         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): applied patch
4199         from maemo-gtk that changes the mtime check for rc files from
4200         '>' to '!=', otherwise theme changes go unnoticed when turning
4201         back the clock (Tommi Komulainen).
4202
4203 2005-11-04  Tor Lillqvist  <tml@novell.com>
4204
4205         * gtk/gtkstatusicon.c (gtk_status_icon_set_tooltip): Plug memory
4206         leak on Win32.
4207
4208 2005-11-03  Tor Lillqvist  <tml@novell.com>
4209
4210         * gdk/win32/gdkcursor-win32.c: As there is only one GdkDisplay in
4211         the Win32 backend, check that GdkDisplay* parameters are equal to
4212         _gdk_display instead of using the unnecessarily general
4213         GDK_IS_DISPLAY().
4214
4215         (pixbuf_to_hbitmaps_alpha_winxp): Rename the variables for the
4216         color bitmap to have "color" in their name, for similarity with
4217         pixbuf_to_hbitmaps_normal(). Create a color bitmap for the mask,
4218         too, instead of creating a b&w bitmap with CreateBitmap(). Set up
4219         the mask bitmap's contents, ones for those pixels in the color
4220         bitmap where the alpha is zero, zero for other pixels. We used to
4221         use an uninitialized mask bitmap! This meant that icons and
4222         cursors created presumably worked more or less by accident.
4223         Totally blank icons with zero alpha everywhere (as used by
4224         gtktrayicon.c) definitely did not work as expected.
4225
4226         * gtk/Makefile.am: Include gtkstatusicon.c on all platforms.
4227
4228         * gtk/gtkstatusicon.c: Implement for Win32. Use code from
4229         gtktrayicon-win32.c as applicable. (gtktrayicon-win32.c is not
4230         necessary and can be removed from CVS. It has never been mentioned
4231         in gtk/Makefile.am.) No tray icon widget, GtkImage or GtkTooltips
4232         are used on Win32. One label widget is used (but never shown) as
4233         gtk_widget_render_icon() needs a widget.
4234
4235         Ifdefs used as necessary in several places. It might be cleaner to
4236         split out the backend-specific parts to separate files, or at
4237         least collect them into separate blocks in the file.
4238
4239         (wndproc): New function. Window procedure to monitor mouse events
4240         in the system tray icon. Call gtk_status_icon_button_press() as
4241         needed.
4242         (create_tray_observer): New function. Creates a hidden window that
4243         only serves as a tray icon message observer.
4244
4245         * tests/teststatusicon.c (icon_activated): Position the dialog
4246         with GTK_WIN_POS_CENTER.
4247         (do_quit): New function, hide and unref the GtkStatusIcon, and
4248         call gtk_main_quit().
4249         (popup_menu): Add a Quit menu item that calls do_quit().
4250         
4251 2005-11-02  Tor Lillqvist  <tml@novell.com>
4252
4253         * gdk/win32/gdkcolor-win32.c
4254         * gdk/win32/gdkscreen-win32.c
4255         * gdk/win32/gdkwindow-win32.c: Whitespace consistency
4256         fixes. Remove superfluous test for GdkWindow* parameters being
4257         non-NULL. Testing GDK_IS_WINDOW() is enough. As there is only one
4258         GdkScreen and one GdkDisplay in the Win32 backend, use those
4259         variables instead of the getter functions. For GdkDisplay* and
4260         GdkScreen* parameters, check that they are equal to the
4261         corresponding singleton variables instead of the more general
4262         GDK_IS_DISPLAY() or GDK_IS_SCREEN().
4263
4264 2005-11-02  Matthias Clasen  <mclasen@redhat.com>
4265
4266         * gtk/gtktextview.c: Remove some g_return_if_fail() from
4267         static functions, replace some others by g_assert().
4268         
4269         * gtk/gtktextview.c (selection_motion_event_handler) 
4270         (gtk_text_view_start_selection_drag): Keep track of the original
4271         selection boundaries during a drag selection, in order to correctly
4272         decide when to extend or shrink the selection.  (#320167,
4273         reported by Arvind S N, patch by Paolo Borelli)
4274
4275         * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): 
4276         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Replace
4277         manual offset calculations by g_utf8_offset_to_pointer().
4278         (#320360, Paolo Borelli)
4279
4280 Tue Nov  1 16:18:24 2005  Tim Janik  <timj@imendio.com>
4281
4282         * gtk/gtkrbtree.[hc]: get rid of GAllocator usage, allocate and free 
4283         nodes via the g_slice_*() API.
4284         _gtk_rbtree_new(): fixed wrong node allocation via g_new().
4285
4286 2005-11-01  Tor Lillqvist  <tml@novell.com>
4287
4288         * gdk/win32/gdkprivate-win32.h
4289         * gdk/win32/gdkglobals-win32.c
4290         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Add more
4291         pre-interned GdkAtoms and pre-registered clipboard formats. Sort
4292         their declarations, definitions and assignments into a more
4293         logical and consistent order.
4294
4295         * gdk/win32/gdkmain-win32.c (_gdk_win32_cf_to_string): Include the
4296         CF_ prefix for the predefined clipboard format names. Put quotes
4297         around registered format names to distinguish them.
4298         
4299         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Return
4300         immediately with a warning if the property type is STRING, TEXT,
4301         COMPOUND_TEXT or SAVE_TARGETS, as these are X11-specific that we
4302         should never pretend to handle on Win32. Handle only UTF8_STRING
4303         here, other formats with delayed rendering. Use \uc1 instead of
4304         \uc0 when generating Rich Text Format for easier testability on
4305         XP, where WordPad misinterprets \uc0 encoded characters. Add more
4306         GDK_NOTE debugging output for Clipboard operations.
4307
4308         * gdk/win32/gdkselection-win32.c: Debugging printout improvements.
4309         (gdk_selection_convert): Don't pretent to handle STRING, just
4310         UTF8_STRING. Streamline error handling, don't unnecessarily have a
4311         GError which then isn't used for anything anyway if it gets set.
4312         (gdk_win32_selection_add_targets): Skip also STRING, TEXT,
4313         COMPOUND_TEXT and SAVE_TARGETS in addition to UTF8_STRING.
4314
4315         * config.h.win32.in: Sync with what configure produces.
4316
4317         * configure.in: Don't look for X_PACKAGES unless building for
4318         x11. (#313986, John Ehresman)
4319
4320 2005-10-28  Erdal Ronahi  <erdal.ronahi@gmail.com>
4321
4322         * configure.in: Added ku (Kurdish) to ALL_LINGUAS
4323                         Wondered why there was no ku there before??
4324
4325 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
4326
4327         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Add the popup
4328         window to the toplevels window group.  (#319912, Christian Persch)
4329
4330 2005-10-28  Kristian Rietveld  <kris@gtk.org>
4331
4332         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix
4333         stupid thinko.
4334
4335 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
4336
4337         * gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
4338         drag cursors.  (#319200, Federico Mena Quintero)
4339
4340         * gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle
4341         Shift-G to go to the previous match, like firefox.  (#320061, Christian 
4342         Neumair)
4343
4344         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_build_level): Fix a
4345         C99ism.  (#320000, Kazuki Iwamoto)
4346
4347         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little 
4348         stars.  (#319985, Bastien Nocera)
4349
4350         * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
4351         FALSE, so we don't flush repeatedly.  (#319151, Alexander Larsson)
4352
4353 2005-10-26  Michael Natterer  <mitch@imendio.com>
4354
4355         Fix bug #319974:
4356
4357         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
4358         make sure that setting any of pixbuf/stock-id/icon-name resets the
4359         others because they are mutually exclusive, and that unsetting any
4360         of them only resets the pixbuf and nothing else. Also added
4361         some missing g_object_notify().
4362
4363         (gtk_cell_renderer_pixbuf_get_property): simplified calls to
4364         g_value_set_object().
4365
4366         (gtk_cell_renderer_pixbuf_create_stock_pixbuf)
4367         (gtk_cell_renderer_pixbuf_create_named_icon_pixbuf): added
4368         g_object_notify ("pixbuf").
4369
4370 2005-10-27  Matthias Clasen  <mclasen@redhat.com>
4371
4372         * gtk/gtktreeview.c (gtk_tree_view_button_press): Be more 
4373         careful about initializing cell_area.  (#319382, Tommi
4374         Komulainen)
4375
4376         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat
4377         Ctrl-PageUp/PageDown.  (#318670, Christian Neumair)
4378
4379         * demos/gtk-demo/clipboard.c (paste_received): Only set the
4380         text if it is not NULL.  (#319930, Thomas Klausner)
4381
4382         * gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the
4383         loader before trying to get the pixbuf.  (#319930, Thomas Klausner)
4384
4385 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
4386
4387         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
4388         * gtk/gtkthemes.c (gtk_theme_engine_load): 
4389         * gtk/gtkimmodule.c (gtk_im_module_load): Use G_MODULE_BIND_LAZY
4390         when dlopening modules.  (#319557, Laszlo Peter)
4391
4392 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
4393
4394         * gtk/gtktextbtree.c (gtk_text_btree_resolve_bidi): Only use text
4395         segments when determining text direction.  (#319065, Tommi Komulainen)
4396
4397         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't crash
4398         on duplicate destroy.  (#318953, Gustavo Carneiro)
4399
4400         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog): 
4401         Point out that destroy-with-parent is a bad idea for the dialog
4402         passed to this function.  (#318943, Christian Persch)
4403
4404         * */Makefile.am: use $(GLIB_MKENUMS) instead of 
4405         glib-mkenums.  (#318582, Damien Carbery)
4406
4407         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
4408         docs.  (#317682, Christian Neumair)
4409
4410         * gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
4411         seem to affect the placement of the data in the readonly 
4412         section, and causes problems with some compilers.  (#317844)
4413
4414 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
4415
4416         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
4417         Fix some issues with background drawing in RTL.  (#318781,
4418         Eric Cazeaux)
4419
4420         * tests/Makefile.am:
4421         * tests/testentrycompletion.c: Apply a patch by Christian
4422         Persch to add property editors.
4423
4424         * gtk/gtkstatusicon.c: Emit activate on single-click,
4425         not on double-click, change proposed by Milosz Derezynski.
4426
4427 2005-10-25  Kristian Rietveld  <kris@gtk.org>
4428
4429         Fixes #311955, reported by Markku Vire; and a lot more.
4430
4431         * gtk/gtktreemodelfilter.c: Made this thing work correctly.
4432         Levels can now have invisible nodes cached, functions have been
4433         rewritten/refactored to take this into account; also the logic in
4434         some functions has been corrected.
4435         
4436         Each referenced node now references all visible children or a single
4437         invisible child, in order to be able to monitor all changes in the
4438         child model required for correct operation.
4439
4440         When a virtual root is set, all nodes on the virtual root level are
4441         referenced.
4442
4443         At last, a bunch of random bug fixes and comment updates.
4444
4445 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
4446
4447         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
4448         more docs.  (#319722, Paolo Borelli)
4449
4450         * gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the 
4451         initialization of screen_x11->xft_rgba more explicit.  (#319627,
4452         Bogdan Nicula)
4453
4454         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
4455         in a blurb.  (#319499, Francisco Javier F. Serrador)
4456
4457 2005-10-24  Matthias Clasen  <mclasen@redhat.com>
4458
4459         Add settings to hide the input method and Unicode control character
4460         submenus in the context menus of GtkEntry and GtkTextView.  
4461         
4462         * gdk/x11/gdkevents-x11.c: Map GTK+ settings to X settings.
4463         
4464         * gtk/gtksettings.c (gtk_settings_class_init): Declare GTK+ settings here.
4465
4466         * gtk/gtktextview.c (popup_targets_received): 
4467         * gtk/gtkentry.c (popup_targets_received): Use the settings here.
4468
4469 2005-10-24  Kristian Rietveld  <kris@gtk.org>
4470
4471         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): emitting
4472         row-has-child-toggled when the level is not in the cache does not
4473         make sense.  (This bug probably crept in during the early stages
4474         of GtkTreeModelSort when there wasn't a correct row-has-child-toggled
4475         implementation yet),
4476         (gtk_tree_model_sort_real_unref_node): only get the child iter
4477         when we will actually also use it.
4478
4479 2005-10-22  Michael Natterer  <mitch@imendio.com>
4480
4481         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the
4482         widget being realized, in addition to being visible, to avoid
4483         running into precondition check in gtk_tree_view_get_cell_area().
4484         (approved by Kris).
4485
4486 2005-10-22  Dom Lachowicz <cinamod@hotmail.com>
4487
4488         * modules/engines/ms-windows/msw_style.c (setup_msw_rc_style): 
4489         Experimentally, scrollbar steppers can shrink to 8 pixels on 
4490         Win32. Reflect that in the theme.
4491         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally,
4492         there is a 1-pixel border between a scrollbar and its child
4493         in ScrolledWindows on Win32. Reflect that in the theme.
4494         
4495 2005-10-20  Matthias Clasen  <mclasen@redhat.com>
4496
4497         * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
4498         for the selection window.  (#318806, Alex Larsson)
4499
4500 2005-10-18  Federico Mena Quintero  <federico@ximian.com>
4501
4502         Fixes bug #317999:
4503
4504         * tests/autotestfilechooser.c
4505         (test_button_folder_states_for_action): Test that we have either
4506         $cwd or the explicitly-set folder.
4507         (test_reload_sequence): Likewise.
4508
4509         * gtk/gtkfilechooserdefault.c
4510         (gtk_file_chooser_default_get_current_folder): If our reload_state
4511         is RELOAD_EMPTY, return a GtkFilePath corresponding to $cwd.
4512
4513 2005-10-14  Tor Lillqvist  <tml@novell.com>
4514
4515         * gdk/win32/gdkdisplay-win32.c: Remove the clipboard viewer code.
4516         It didn't really do anything useful, and was just confusing and
4517         incomplete. Comments claimed we don't do delayed rendering, but in
4518         fact we do, for images. (The delayed rendering code has other
4519         problems, though, see #168173.) The clipboard viewer code was
4520         probably even buggy (the WM_CHANGECBCHAIN handled didn't propagate
4521         the message when necessary). It was just test code, it said so in
4522         a comment. Add something similar back later if necessary.
4523
4524         (_win32_on_clipboard_change,
4525         _gdk_win32_register_clipboard_notification): Remove.
4526
4527         (gdk_display_supports_selection_notification,
4528         gdk_display_request_selection_notification): Always just return
4529         FALSE. We didn't generate any GDK_OWNER_CHANGE events anywhere.
4530
4531 2005-10-13  Tor Lillqvist  <tml@novell.com>
4532
4533         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't treat
4534         Alt-Enter specially. It does not have any special meaning and
4535         should be passed on to the application. (#318378, Tim Evans)
4536
4537 2005-10-13  Tor Lillqvist  <tml@novell.com>
4538
4539         Set visual depth to 24 for 32 bits-per-pixel devices on
4540         Win32. This allows gdk_drawable_real_draw_pixbuf() to use the
4541         optimized composite_0888() function rather than the slower image
4542         dithering functions to draw pixbufs (#313993, John Ehresman)
4543
4544         * gdk/win32/gdkimage-win32.c (_gdk_win32_new_image): Use
4545         _gdk_windowing_get_bits_for_depth() to initialize
4546         GdkImage::bits_per_pixel.
4547         (_gdk_windowing_get_bits_for_depth): Return 32 bits for depth 24.
4548
4549         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use
4550         _gdk_windowing_get_bits_for_depth() to initialize
4551         BITMAPINFOHEADER::biBitCount.
4552
4553         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Set
4554         GdkVisual::depth to 24 even if GetDeviceCaps(BITSPIXEL) returns
4555         32.
4556
4557 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
4558
4559         * demos/gtk-demo/appwindow.c: (about_cb):
4560           use PACKAGE_VERSION,bump year (#318654)
4561
4562 2005-10-11  Matthias Clasen  <mclasen@redhat.com>
4563
4564         * gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off 
4565         toggle here with the matching on toggle if it immediately follows. 
4566         This is a common case, and handling it here prevents quadratic blowup 
4567         in cleanup_line() below.  (#317125)
4568
4569         * gtk/gtktextsegment.h: 
4570         * gtk/gtktextsegment.c (_gtk_char_segment_new_from_two_strings): Pass
4571         the character counts into this function instead of computing them
4572         again.
4573
4574 2005-10-10  Tommi Komulainen  <tommi.komulainen@iki.fi>
4575
4576         * gtk/gtkfilechooser.h (GtkFileChooserError): Add ALREADY_EXISTS error
4577         code.
4578         * gtk/gtkfilechooserdefault.c
4579         (gtk_file_chooser_default_add_shortcut_folder): Return an error code
4580         when the shortcut already exists in the sidebar.  (#147521)
4581
4582 2005-10-09  Matthias Clasen  <mclasen@redhat.com>
4583
4584         * tests/testcombo.c: Demonstrate how to use custom widgets in
4585         a GtkComboBox.  
4586
4587 2005-10-07  Federico Mena Quintero  <federico@ximian.com>
4588
4589         Fixes bug #317999:
4590
4591         * tests/autotestfilechooser.c (test_reload_sequence): Ensure that
4592         the the result of gtk_file_chooser_get_folder() is NULL or
4593         non-NULL at the right times.  Log the tests.
4594         (test_button_folder_states): New test for the initial states of
4595         the current folder in GtkFileChooserButton.
4596         (main): Test that the number of warnings/errors/critical errors is
4597         zero.
4598
4599         * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder):
4600         Clarify the documentation on when this can return NULL.
4601         (gtk_file_chooser_get_current_folder_uri): Likewise.
4602
4603         * gtk/gtkfilechooserbutton.c (struct
4604         _GtkFileChooserButtonPrivate): Added a folder_has_been_set flag;
4605         we use it to keep track of whether a folder has been set.
4606         (gtk_file_chooser_button_map):  Implement.  If no folder has been
4607         loaded before, we at least try to load $cwd here.
4608         (gtk_file_chooser_button_constructor): If the construct-time
4609         dialog already has a folder set, turn on our folder_has_been_set
4610         flag.
4611         (dialog_current_folder_changed_cb): Turn on our
4612         folder_has_been_set flag.
4613
4614 2005-10-07  Michael Natterer  <mitch@gimp.org>
4615
4616         * gtk/gtkfilechooserdefault.c: remove some explicit #defines of
4617         PROFILE_FILE_CHOOSER because they break compilation after the
4618         removal of <unistd.h>.
4619
4620 2005-10-07   Matthias Clasen  <mclasen@redhat.com>
4621
4622         * gtk/gtkfilechooserdefault.c: Properly fix the unistd.h include
4623         by moving it out of the profiling ifdef.
4624
4625         * gtk/gtkfilechooserdefault.c: Remove a redundant (and
4626         unconditional) include of unistd.h  (#318211, Kazuki Iwamoto)
4627
4628         * gtk/gtktexttag.c (gtk_text_attributes_ref): Use
4629         g_return_val_if_fail(), not g_return_if_fail().  (#318412,
4630         Kazuki Iwamoto)
4631
4632 2005-10-06  Matthias Clasen  <mclasen@redhat.com> 
4633                 
4634         * gtk/gtk.symbols:
4635         * gtk/gtktextbuffer.h:
4636         * gtk/gtktextbuffer.c: Add a readonly has-selection property
4637         with a getter.  (#318161, Paolo Borelli)
4638
4639 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
4640
4641         * README.in: Start collecting release notes for 2.10.
4642
4643         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory
4644         leak fix, since the assertion failures were traced to 
4645         an xchat bug.  (#314696)
4646         
4647         * gtk/gtkstyle.c (gtk_style_detach):
4648         (gtk_style_attach):  Documentation improvements.
4649         (gtk_style_detach): Assert that the attach_count is > 0.
4650
4651 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
4652
4653         * gtk/gtkfilechooserdefault.c (switch_to_shortcut): Take a
4654         shortcut position, not a ShortcutsIndex, to make the function more
4655         generic.
4656         (home_folder_handler): Pass the resolved index to
4657         switch_to_shortcut(), rather than just SHORTCUTS_HOME.
4658         (desktop_folder_handler): Likewise for SHORTCUTS_DESKTOP.
4659         (gtk_file_chooser_default_class_init): Add a "quick-bookmark"
4660         binding signal, and bind it to Alt-1, Alt-2. ..., Alt-0.  These
4661         make the respective key switch to the first, second, ..., tenth
4662         bookmark.
4663         (quick_bookmark_handler): Implement.
4664
4665 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
4666
4667         * gtk/gtkpathbar.c (get_dir_name): Don't special-case Home and
4668         Desktop; just use their real names on the file system for the
4669         user-visible names.
4670
4671         * gtk/gtkfilechooserdefault.c
4672         (gtk_file_chooser_default_class_init): Add a "desktop-folder"
4673         binding signal, and bind it to M-d by default.
4674         (desktop_folder_handler): Implement the default handler.
4675         (home_folder_handler): Use a helper function.
4676         (switch_to_shortcut): New helper function.
4677         (shortcuts_append_home): Don't special-case the name of "Home";
4678         just use the folder name.
4679
4680 2005-10-04  Tor Lillqvist  <tml@novell.com>
4681
4682         * gtk/gtkcalendar.c (gtk_calendar_init): Make it compile without
4683         HAVE__NL_TIME_FIRST_WEEKDAY. (#317910, Mathias Hasselmann)
4684
4685 2005-10-04  Matthias Clasen  <mclasen@redhat.com>
4686
4687         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
4688         from yesterday, since it leads to assertion failures.  (#317879,
4689         Sebastian Bacher)
4690
4691 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
4692
4693         * gtk/gtkcalendar.c (gtk_calendar_init): Call 
4694         calendar_compute_days() after setting priv->week_start.
4695
4696 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
4697
4698         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Unref the style when
4699         removing it from the hash table.  (#314696, Benjamin Berg)
4700
4701 2005-10-01  Tor Lillqvist  <tml@novell.com>
4702
4703         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap): In case
4704         BitBlt() fails with ERROR_INVALID_HANDLE, the most probable cause
4705         is that the the desktop isn't visible because the session has been
4706         switched, the screen is locked, or a terminal server session
4707         disconnected, so no error message necessary. (#137796)
4708
4709         It is of course remotely possible that BitBlt() failing with
4710         ERROR_INVALID_HANDLE might also be caused by some other
4711         problem. We could strive for perfection and track whether the
4712         desktop is visible by using WTSRegisterSessionNotification() and
4713         handling WM_WTSESSION_CHANGE. I think that's overdoing it just for
4714         this issue, though. If we would track desktop visibility, we
4715         should then avoid even trying to update the display at all while
4716         the desktop isn't visible.
4717
4718 2005-09-30  Matthias Clasen  <mclasen@redhat.com>
4719
4720         * gtk/gtkcalendar.c (gtk_calendar_init): Another attempt
4721         to correct the calculations for the first week day. We may
4722         just have to remove this code if too many locales turn out 
4723         to have broken data. 
4724
4725         * gtk/gtkimage.c (gtk_image_expose): Don't leak pixbuf in
4726         some cases.  (#317611, Tommi Komulainen)
4727
4728         * gtk/gtksocket-x11.c (_gtk_socket_windowing_size_request):
4729         Prevent overflow when storing size hints in an unsigned
4730         short variable. Tracked down by Ray Strode and Søren Sandmann.
4731
4732 2005-09-29  Matthias Clasen  <mclasen@redhat.com>
4733
4734         * gtk/gtkbutton.c (gtk_button_set_image): Check arguments.  (#317491,
4735         Paolo Borelli)
4736
4737         * gtk/gtkpaned.c (gtk_paned_grab_notify): Stop drags when being
4738         grab shadowed.  (#317332)
4739
4740 2005-09-29  Tor Lillqvist  <tml@novell.com>
4741
4742         * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test.
4743
4744 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
4745
4746         * tests/autotestfilechooser.c (test_reload_sequence): Oops, return
4747         if the unmap test fails.
4748         (test_reload_sequence): Use gtk_widget_show_now() instead of
4749         gtk_widget_show() for the dialog.
4750         Thanks to Tim Janik for noticing these.
4751
4752 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
4753
4754         * tests/testcellrenderertext.c: New file with a set of tests for
4755         GtkCellRendererText.  The idea is to run a text renderer through
4756         most of its interesting property values to see that it works
4757         correctly.
4758
4759         * tests/Makefile.am: Added testcellrenderertext.
4760
4761         * gtk/gtkfilechooserdefault.c (load_set_model): Mark the
4762         entry/exit of this function for profiling.
4763         (gtk_file_chooser_default_style_set): Mark the start/end of the
4764         calls to the parent class and the the signal emission for profiling.
4765
4766 2005-09-29  Tor Lillqvist  <tml@novell.com>
4767
4768         * gtk/gtkmain.c (_gtk_get_localedir): The locale directory is
4769         passed to bindtextdomain() which isn't UTF-8-aware, so convert to
4770         system codepage using g_win32_locale_filename_from_utf8().
4771         (#317457, Kazuki Iwamoto)
4772
4773 2005-09-28  Matthias Clasen  <mclasen@redhat.com>
4774
4775         * gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms 
4776         here. (#317039, Paolo Borelli)
4777
4778         * gtk/gtktexttag.h: 
4779         * gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
4780         to make this function work as boxed copy function.  (#317455,
4781         Gustavo Carneiro)
4782
4783         * gtk/gtkclipboard.c (request_image_received_func): Don't unref
4784         NULL.  (#316828, Tor Lillqvist)
4785
4786 2005-09-28  Tor Lillqvist  <tml@novell.com>
4787
4788         * modules/input/imime.c: Include <config.h>. (#317444, Kazuki
4789         Iwamoto)
4790
4791 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
4792
4793         Don't reload the current folder unnecessarily on ::map().
4794
4795         * gtk/gtkfilechooserprivate.h (ReloadState): New enum to represent
4796         the reloading state.
4797         (struct _GtkFileChooserDefault): Added a "reload_state" field.
4798
4799         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
4800         Initialize impl->reload_state.
4801         (gtk_file_chooser_default_map): Check the impl->reload_state; load
4802         a default folder if no folder has been set, or reload the current
4803         one only if we had been unmapped first.
4804         (gtk_file_chooser_default_update_current_folder): Set the
4805         reload_state to RELOAD_HAS_FOLDER.
4806         (gtk_file_chooser_default_unmap): Implement, and set the
4807         reload_state to RELOAD_WAS_UNMAPPED.
4808         (shortcuts_model_create): Don't call shortcuts_add_bookmarks()
4809         here; they'll get (re)loaded on ::map() anyway.
4810
4811         * gtk/gtkfilechooserwidget.c
4812         (gtk_file_chooser_widget_constructor): Don't set a default folder here.
4813
4814         * tests/autotestfilechooser.c (test_action_widgets): Don't take in
4815         a dialog; build it ourselves.
4816         (test_reload): New test to ensure that we don't load the default
4817         folder more than once, and that we reload it when
4818         unmapping/remapping.
4819         (get_impl_from_dialog): New utility function.
4820         (test_widgets_for_current_action): Use get_impl_from_dialog().
4821
4822 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
4823
4824         * gtk/gtkfilechooserdefault.c
4825         (gtk_file_chooser_default_constructor): Mark the entry/exit of
4826         this function for profiling.
4827         (check_icon_theme): Likewise.
4828         (change_icon_theme): Likewise.
4829         (settings_notify_cb): Likewise.
4830         (gtk_file_chooser_default_screen_changed): Likewise.
4831         (update_chooser_entry): If the selection is empty, clear the file
4832         name entry only if we are in CREATE_FOLDER mode.  In SAVE mode,
4833         nothing will be selected when the user starts typeahead in the
4834         treeview, and we don't want to clear the file name entry in that
4835         case --- the user could be typing-ahead to look for a folder name.
4836         Fixes bug #308332, patch by Jürg Billeter.
4837
4838 2005-09-27  Matthias Clasen  <mclasen@redhat.com>
4839
4840         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
4841         Pop below the entry if there's more free space below the entry
4842         than above.  (#316948, Tommi Komulainen)
4843
4844 2005-09-26  Federico Mena Quintero  <federico@ximian.com>
4845
4846         Do not create the save mode-specific widgets in the open modes, so
4847         that we don't carry their baggage around.
4848
4849         * gtk/gtkfilechooserdefault.c
4850         (gtk_file_chooser_default_constructor): Don't create the
4851         save_widgets here.
4852         (save_widgets_create): Set the impl->save_widgets directly here,
4853         instead of passing the widgets back to the caller.  Also, pack
4854         them into the impl's box.
4855         (update_appearance): Create or destroy the save widgets as
4856         appropriate.  Set the action of the save_file_name_entry here.
4857         (shortcuts_add_current_folder): Set the active item in the
4858         save_folder_combo only if it exists.
4859         (gtk_file_chooser_default_set_property): Don't set the action of
4860         the save_file_name_entry here.
4861         (gtk_file_chooser_default_update_current_folder): Set the base
4862         folder of the save_file_name_entry only if the entry exists.
4863         (shortcuts_drag_data_received_cb): Cast the selection_data->data
4864         to (const char *) since that's what shortcuts_drop_uris() expects.
4865         (file_list_drag_data_received_cb): Likewise, for
4866         g_uri_list_extract_uris().
4867
4868 2005-09-26  Tor Lillqvist  <tml@novell.com>
4869
4870         * gdk/win32/gdkwindow-win32.c (gdk_window_shape_combine_mask): Set
4871         the shaped flag here, too. (#316871)
4872         (gdk_window_shape_combine_region): Currently unimplemented, so
4873         don't do anything to the shaped flag here.
4874
4875 2005-09-26  Matthias Clasen  <mclasen@redhat.com>
4876
4877         Fix #316871, reported by Dan Winship:
4878         
4879         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a shaped flag.
4880
4881         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask) 
4882         (gdk_window_shape_combine_region): Set it here.
4883
4884         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
4885         remove the child area for shaped windows.
4886
4887 2005-09-23  Matthias Clasen  <mclasen@redhat.com>
4888
4889         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize):
4890         Don't leak expander pixbufs.  (#316946, Tommi Komulainen)
4891
4892 2005-09-22  Michael Natterer  <mitch@imendio.com>
4893
4894         Renamed GtkCellRendererKeys to GtkCellRendererAccel to be
4895         consistent with GTK+ terminology:
4896
4897         * gtk/gtkcellrendererkeys.[ch]
4898         * tests/testkeys.c: removed...
4899
4900         * gtk/gtkcellrendereraccel.[ch]
4901         * tests/testaccel.c: ...and added.
4902
4903         * gtk/Makefile.am
4904         * gtk/gtk.h
4905         * gtk/gtk.symbols
4906         * tests/Makefile.am: changed accordingly.
4907
4908 2005-09-22  Matthias Clasen  <mclasen@redhat.com>
4909
4910         * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
4911         for the grab-broken-event signal, noticed by Damon Chaplin.
4912
4913 2005-09-21  Tor Lillqvist  <tml@novell.com>
4914
4915         * gdk/win32/gdkselection-win32.c (gdk_selection_convert,
4916         gdk_text_property_to_text_list_for_display,
4917         gdk_text_property_to_utf8_list_for_display,
4918         gdk_win32_selection_add_targets,
4919         _gdk_win32_selection_convert_to_dib): Free return value from
4920         gdk_atom_name().
4921         (gdk_text_property_to_text_list_for_display): Drop GError variable
4922         that isn't actually used after being set.
4923
4924 2005-09-20  Johan Dahlin  <jdahlin@async.com.br>
4925
4926         * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in 
4927         documentation.
4928
4929 2005-09-20  Tor Lillqvist  <tml@novell.com>
4930
4931         * gdk/win32/gdkselection-win32.c
4932         (gdk_selection_owner_get_for_display): Do return the correct owner
4933         for CLIPBOARD (i.e., the owner of the Windows Clipboard, if it is
4934         a window GDK knows about). The reason to return NULL seems to have
4935         gone when in the fix for bug #163702 the artificial
4936         GDK_SELECTION_CLEAR event generation was removed from
4937         gdk_selection_send_notify_for_display(). Fixes bug #316552.
4938
4939 2005-09-20  Matthias Clasen  <mclasen@redhat.com>
4940
4941         Avoid unnecessary XkbGetState() calls and XkbStateNotify
4942         events.  (#151555, Søren Sandmann)
4943
4944         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Use 
4945         XkbSelectEventDetails() to select XkbStateNotify events
4946         for only the state we care about.
4947
4948         * gdk/x11/gdkprivate-x11.h:
4949         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_state_changed): Pass
4950         the event into the function and update the keymap state from
4951         the state information contained in the event. Adjust all callers.
4952         
4953 2005-09-19  Matthias Clasen  <mclasen@redhat.com>
4954
4955         * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
4956         in multiple places to avoid segfaults if the index is out of range.  
4957         (#316422, Guillaume Cottenceau)
4958         (gtk_icon_view_set_drag_dest_item): 
4959         (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
4960         #316424, Guillaume Cottenceau)
4961
4962 2005-09-18  Hans Breuer  <hans@breuer.org>
4963
4964         * gtk/gtktrayicon-win32.c : now handling events by hard-coded 
4965         g_signal_emit_by_name() - will break when gtkstatusicon.c changes.
4966
4967 2005-09-18  Hans Breuer  <hans@breuer.org>
4968
4969         * gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
4970         _gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
4971         * gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
4972         the icon and is blinking with teststatusicon. More to come ...
4973
4974 2005-09-18  Hans Breuer  <hans@breuer.org>
4975
4976         * gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
4977         cause gtkprogressbar.c has #include <config.h> conditionally; less
4978         noise from generated gtk.def
4979         * gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
4980         
4981         * gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
4982         For me it works as well as the *NIX implemenation, that is not at all.
4983
4984         * gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
4985
4986         * gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
4987         only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
4988         back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
4989         again - if compiled properly.
4990
4991         * tests/teststatusicon.c : don't use GNOME icons for testing, but icons
4992         already coming with Gtk+. Makes it compile on win32.
4993
4994 2005-09-18  Guilherme de S. Pastore  <gpastore@cvs.gnome.org>
4995
4996         * README.cvs-commits: fixed some tiny typos
4997
4998 2005-09-16  Tor Lillqvist  <tml@novell.com>
4999
5000         * modules/engines/ms-windows/msw_style.c (draw_extension,
5001         draw_box_gap): Check whether the widget actually is a GtkNotebook
5002         before treating it as such. Drop some unneeded local variables,
5003         use parameter with same information instead. (#316412)
5004
5005 2005-09-15  Federico Mena Quintero  <federico@ximian.com>
5006
5007         * tests/autotestfilechooser.c: Start a set of automated tests for
5008         the file chooser.  The only test in there right now doesn't pass
5009         yet.  It specifies the intended behavior of the first optimization
5010         of a series which I'll do on the file chooser (see
5011         http://primates.ximian.com/~federico/news-2005-09.html#14 for the
5012         details of this optimization).
5013
5014         * tests/Makefile.am: Added autotestfilechooser.c.
5015
5016         * gtk/gtkfilechooserprivate.h (struct
5017         _GtkFileChooserDialogPrivate): Move all the file chooser's private
5018         structures to here, so that they can be accessed by
5019         tests/autotestfilechooser.c:  _GtkFileChooserDialogPrivate,
5020         _GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault.
5021
5022         * gtk/gtkfilechooserdialog.c: See above.
5023
5024         * gtk/gtkfilechooserwidget.c: See above.
5025
5026         * gtk/gtkfilechooserdefault.c: See above.
5027
5028 Thu Sep 15 15:27:55 2005  Tim Janik  <timj@imendio.com>
5029
5030         * gtk/gtkwindow.c: 
5031         gtk_window_map_event(): new function to work around lost unmap requests.
5032         fixes bug #316180.
5033
5034 2005-09-14  Federico Mena Quintero  <federico@ximian.com>
5035
5036         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Add
5037         an easy-to-find profiling marker when starting to create a file
5038         chooser.
5039         (browse_files_model_finished_loading_cb): Likewise, for when the
5040         chooser is finished loading.
5041
5042 2005-09-14  Tristan Van Berkom <tvb@cvs.gnome.org>
5043
5044         * gtk/gtkcolorbutton.c: Check "color" argument in 
5045         gtk_color_button_set_color ()
5046
5047 2005-09-14  Matthias Clasen  <mclasen@redhat.com>
5048
5049         * gtk/gtklabel.c (gtk_label_get_type): 
5050         * gtk/gtkbutton.c (gtk_button_get_type): 
5051         * gtk/gtkwindow.c (gtk_window_group_get_type): No point in 
5052         using a mem chunk for window groups, buttons, labels.
5053
5054         * gtk/updateiconcache.c (foreach_remove_func): Fix
5055         a use-after-free bug.  (#316256, Alexander Nedotsukov)
5056
5057 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
5058
5059         * gtk/*.c: Various cleanups.  (#315360, Kjartan Maraas)
5060
5061         * gdk/*.c: Various cleanups.  (#315359, Kjartan Maraas)
5062         
5063 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
5064
5065         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
5066         Let GDK_Return pass through in some more cases.
5067
5068         * gtk/gtkentry.c (gtk_entry_key_press): Reset the im context before
5069         activating the entry. 
5070
5071         * gtk/gtkiconview.c (gtk_icon_view_class_init):
5072         (gtk_icon_view_get_dest_item_at_pos):  Fix typos in the 
5073         docs.  (#316008, #316027, #316121, Guillaume Cottenceau)
5074
5075         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
5076         (#316001, Guillaume Cottenceau)
5077
5078         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Fix a copy-and-paste
5079         mistake in the docs.  (#315993, Guillaume Cottenceau)
5080
5081         * tests/testentrycompletion.c (create_simple_completion_model): Add
5082         some strings containing multibyte characters.
5083
5084         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
5085         Fix prefix insertion for multibyte characters.  (#316095,
5086         Tommi Komulainen)
5087
5088         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): 
5089         * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): Silently
5090         return NULL if the widget is not realized.  (#316023,
5091         Guillaume Cottenceau)
5092
5093 2005-09-11  Matthias Clasen  <mclasen@redhat.com>
5094
5095         * gdk/gdk.symbols: 
5096         * gdk/gdkproperty.h: 
5097         * gdk/x11/gdkproperty-x11.c (gdk_atom_intern_static_string): 
5098         New function to avoid pointless strdups when creating atoms
5099         from static strings.  
5100
5101         * gdk/x11/*.c:
5102         * gtk/*.c:  Use gdk_atom_intern_static_string() where 
5103         appropriate.
5104
5105 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
5106
5107         * gtk/gtkcellrendererkeys.h: 
5108         * gtk/gtkcellrendererkeys.c: Add a cell renderer for displaying
5109         and editing accelerators, a port of EggCellRendererKeys .
5110
5111         * gtk/gtk.symbols:
5112         * gtk/gtk.h:
5113         * gtk/Makefile.am: Add the keys cell renderer.
5114
5115         * tests/Makefile.am: 
5116         * tests/testkeys.c: Test GtkCellRendererKeys
5117
5118 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
5119
5120         Make it possible to determine if a key event is for a
5121         modifier key:
5122         
5123         * gdk/x11/gdkprivate-x11.h: 
5124         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier): 
5125         New function to determine if a keycode is mapped to a modifier.
5126         (get_xkb): Get the modmap.
5127
5128         * gdk/x11/gdkevents-x11.c (translate_key_event): Set the 
5129         is_modifier bit by calling _gdk_keymap_key_is_modifier().
5130
5131         * gdk/gdkevents.h (struct _GdkEventKey): Add an is_modifier
5132         bit.
5133
5134 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
5135
5136         * gdk/gdkpixbuf-drawable.c (convert_real_slow): Remove an 
5137         unused variable, noticed by Kjartan Maraas.
5138
5139 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
5140
5141         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): 
5142         Make drag reordering work properly for columns other than the
5143         first.  (#315054, Dan Winship)
5144         
5145         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Handle 
5146         invalid fontnames better. (#136926, Michael R. Walton)
5147         
5148         Stop cursor blinking in non-editable regions of a text view.
5149         (#311508, Torbjörn Andersson)
5150         
5151         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): 
5152         (cursor_blinks): Take editability into account when deciding
5153         whether the cursor blinks.
5154         (gtk_text_view_button_release_event): 
5155         (gtk_text_view_move_cursor_internal): Update cursor blinking here.
5156
5157         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
5158         Use connect_after to connect to the focus_out event. This
5159         ensures that the entry has already stopped blinking by the time
5160         we emit the edited signal.  (#315229, Thomas Leonard)
5161
5162         * tests/testgtk.c: Use GDK_MOD1_MASK, not GDK_ALT_MASK.
5163
5164         * gtk/gtkwindow.c (gtk_window_parse_geometry): Don't set
5165         unsigned ints to -1.  (#315481, Kjartan Maraas)
5166
5167         * gtk/gtkcalendar.c (gtk_calendar_init): first_weekday is relative
5168         to week_1stday, not to Sunday. Gotta love the ISO 14652 guys...
5169         (#314473, Stanislav Brabec)
5170
5171 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
5172
5173         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
5174         memory handling.  (#314975, Torsten Schoenfeld)
5175
5176         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
5177         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
5178         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
5179         * gtk/gtklabel.c (gtk_label_class_init): 
5180         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
5181         Stylistic improvements and clarifications for some blurbs. 
5182         (#315520, Clytie Siddall)
5183
5184 2005-09-09  Tor Lillqvist  <tml@novell.com>
5185
5186         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the
5187         display name. There is only one GdkDisplay on Win32, and
5188         constructing the display name isn't entirely trivial, so cacheing
5189         is probably worth it. For instance GIMP calls this function a lot.
5190         (gdk_display_open): Call gdk_display_get_name() to prime the
5191         cached name.
5192         (gdk_display_get_n_screens, gdk_display_get_screen,
5193         gdk_display_get_default_screen): Verify parameter correctness like
5194         the X11 backend does.
5195
5196         * gdk/win32/gdkscreen-win32.c (gdk_screen_make_display_name):
5197         Return a freshly allocated string, as the API specifies. Fixes a
5198         heap corruption problem that caused random errors and crashes in
5199         GIMP, for instance.
5200
5201 2005-09-07  Matthias Clasen  <mclasen@redhat.com>
5202
5203         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
5204         Make C-u commit and restart hex input if we are already in a
5205         hex sequence.
5206
5207 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
5208
5209         * gdk/x11/gdkkeys-x11.c (update_modmap): Make the modmap reflexive.
5210         (_gdk_keymap_add_virtual_modifiers): Don't add both Alt and Meta
5211         if they are mapped to the same modifier.
5212
5213         * gtk/Makefile.am: Rename gtkstatusicon-x11.c and gtktrayicon.c
5214         to gtkstatusicon.c and gtktrayicon-x11.c
5215
5216         * gtk/gtkaccelgroup.c: Include Super, Hyper and Meta in the
5217         default accel mod mask.
5218
5219         * gtk/gtkaccelgroup.c (gtk_accelerator_parse): 
5220         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
5221         Don't use GDK_ALT_MASK.
5222
5223         * gdk/gdktypes.h: No need to introduce GDK_ALT_MASK
5224
5225 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
5226
5227         Add support for extra virtual modifiers:  (#85780, Owen Taylor)
5228         
5229         * tests/testgtk.c (create_key_lookup): Add tests for extra virtual
5230         modifiers.
5231
5232         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Try to match both against
5233         Mod2 - Mod5 and against Super, Hyper, Meta.
5234
5235         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
5236         * gtk/gtkaccelgroup.c (gtk_accelerator_parse) 
5237         (gtk_accelerator_name): Support Super, Hyper Meta and Mod2 - Mod5.
5238
5239         * gdk/x11/gdkkeys-x11.c (struct _GdkKeymapX11): Add a 
5240         modmap to maintain the information which X modifiers map to
5241         virtual modifiers.
5242         (get_xkb): Set up the modmap from the XKB tables.
5243         (update_keymaps): Set up the modmap from the information returned
5244         by XGetModifierMapping in the non-XKB case.
5245
5246         * gdk/x11/gdkprivate-x11.h: 
5247         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_add_virtual_modifiers): New 
5248         function to set the virtual modifiers in the state.
5249
5250         * gdk/x11/gdkevents-x11.c (translate_key_event): Call 
5251         _gdk_keymap_add_virtual_modifiers here.
5252
5253         * gdk/gdktypes.h (GdkModifierType): Add bits for virtual Super, 
5254         Hyper and Meta modifiers. Also add GDK_ALT_MASK as an alias
5255         for GDK_MOD1_MASK.
5256
5257 2005-09-05  Matthias Clasen  <mclasen@redhat.com>
5258
5259         * gtk/gtkaction.c (connect_proxy): Set the label of a button
5260         if it has no child.  (#315253, John Finlay)
5261
5262 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
5263
5264         * gtkimcontextsimple.h: Add a modifiers_dropped bit
5265
5266 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
5267
5268         * gtk/gtkentry.c (gtk_entry_destroy): Disconnect idle handlers
5269         on destroy to avoid problems when they are called on a destroyed
5270         widget.  (#315135, John Cupitt)
5271         
5272         * gtk/gtkentry.c (gtk_entry_class_init):
5273         * gtk/gtktextview.c (gtk_text_view_class_init): Add bindings
5274         for Ctrl-Shift-A to unselect all.  (#309301, Kathy Fernandes)
5275
5276         * gtk/gtkimcontextsimple.c: Rework the Unicode hex input
5277         code. Now we only steal a single key combination, Ctrl-Shift-U,
5278         instead of sixteen. 
5279         A hex Unicode sequence must be started with Ctrl-Shift-U, followed
5280         by a sequence of hex digits entered with Ctrl-Shift still held.
5281         Releasing one of the modifiers or pressing space while the modifiers
5282         are still held commits the character. It is possible to erase
5283         digits using backspace.
5284         As an extension to the above, we also allow to start the sequence
5285         with Ctrl-Shift-U, then release the modifiers before typing any
5286         digits, and enter the digits without modifiers.
5287         (#82011, Owen Taylor)
5288         
5289 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
5290
5291         * gtk/gtkmain.c (gtk_get_event_widget): If the window is destroyed,
5292         we still need to deliver the destroy event.  (#314980, Chris Lahey)
5293
5294         * gtk/gtktextview.c (gtk_text_view_key_press_event): Reset 
5295         im context before committing \n or \t.
5296
5297 2005-09-02  Alexander Larsson  <alexl@redhat.com>
5298
5299         * gtk/gtkfilechooserdefault.c: (shortcuts_add_volumes),
5300         (shortcuts_activate_volume):
5301         Handle base_path being null in the rest of the cases (#310270)
5302
5303 2005-09-02  Tor Lillqvist  <tml@novell.com>
5304
5305         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Keep track of
5306         cursor position also in root window coordinates. Prune out
5307         superfluous WM_MOUSEMOVE events even earlier, based on root window
5308         coordinates. Windows sends WM_MOUSEMOVE messages after a new
5309         window has ben mapped below the cursor even if the mouse doesn't
5310         move. We used to generate GDK_MOTION_NOTIFY in these cases. This
5311         confused at least gtk_menu_motion_notify(). (#314995)
5312
5313         * gtk/gtkintl.h: No need to include config.h here. It caused
5314         warnings about GTK_LOCALEDIR being redefined on Win32 when
5315         compiling files where gtkintl.h is included after gtkprivate.h
5316         (which #undefines and re-#defines GTK_LOCALEDIR on Win32).
5317
5318         * gtk/gtkplug.c: Include config.h.
5319
5320 2005-09-01  Matthias Clasen  <mclasen@redhat.com>
5321
5322         * gtk/gtkfilesystemunix.c: Pass statbufs down to 
5323         xdg_mime_get_mime_type_for_file() where possible, to avoid
5324         useless re-stating.  
5325         
5326         * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
5327         typo.  (#314921, Guillaume Cottenceau)
5328
5329         * gdk/*.c: Intern some more strings.
5330         * gtk/gtkintl.h: 
5331         * gtk/*.c: Define an I_() macro and use it instead of the 
5332         bulky g_intern_static_string().
5333
5334 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
5335
5336         * gtk/gtkbindings.c (binding_signal_new): Intern the signal name
5337         instead of copying it.
5338
5339         * gtk/gtktypeutils.c (gtk_identifier_get_type): Some more string interning.
5340
5341         * gtk/*.c: Also intern static strings passed to 
5342         g_object_set_data().
5343
5344         * gdk/Makefile.am: 
5345         * gtk/Makefile.am: Intern type names in code generated by 
5346         glib-mkenums, too.
5347
5348         * gtk/*.c: 
5349         * gdk/x11/*.c: 
5350         * gdk/*.c: Intern type names before registering the type to avoid 
5351         unnecessary copies.
5352
5353         * configure.in: Require GLib 2.9.0
5354
5355 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
5356
5357         * gtk/gtktoolbar.c: Undeprecate gtk_toolbar_set_icon_size(),
5358         and add icon-size and icon-size-set properties.  (#314172)      
5359
5360         * gtk/gtkwindow.c (gtk_window_set_transient_for): Inherit window
5361         groups across transient parents.  (#312918, Christian Persch)
5362
5363         * gtk/gtktreemodel.c: Some documentation fixes.  (#314882,
5364         Guillaume Cottenceau)
5365
5366         * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): 
5367         Fix a typo in the docs.  (#314878, Guillaume Cottenceau)
5368
5369 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
5370
5371         * gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
5372         make C-/ select all and C-\ unselect all.  (#309301,
5373         Kathy Fernandez)
5374
5375         * gtk/gtkimcontextsimple.c: Change the compose sequence for
5376         soft hyphen to be multi_key-minus-minus-space, and add
5377         compose sequences multi_key-minus-minus-period and 
5378         multi_key-minus-minus-minus for en dash and em dash.
5379         (#172653, Christian Lohmaier)
5380
5381         * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
5382         code.  (#313946, Christian Persch)
5383
5384         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
5385         fix for the default value of the "ui" property.
5386
5387 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
5388
5389         * gtk/gtk.symbols: 
5390         * gtk/gtkselection.h:
5391         * gtk/gtkselection.c: Add functions which look for text, image
5392         or uri targets in an array of atoms.   (#314089, Mark Wielaard)
5393
5394         * gtk/gtk.symbols: 
5395         * gtk/gtkselection.h:
5396         * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): 
5397         Add a function to check wether targets include uri.  
5398         (#314092, Mark Wielaard)
5399         
5400         * gtk/gtk.symbols: 
5401         * gtk/gtkwindow.h: 
5402         * gtk/gtkwindow.c: Add a deletable property with getter
5403         and setter, to control the close button in the window 
5404         frame.  (#59718, Havoc Pennington)
5405
5406 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
5407
5408         * gtk/gtkrc.key.emacs: Add C-n/C-p/C-f/C-b as alternatives
5409         to the arrow keys for menu navigation.  (#162825, Carl Worth)
5410
5411         * gtk/gtkentry.c, gtk/gtktextview.c: More typo fixes
5412
5413         * gtk/gtksocket-x11.c, gtk/gtkstatusicon-x11.c: Fix typos.
5414
5415         * gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock): 
5416         * gtk/gtkimage.c (gtk_image_new_from_stock): Don't
5417         refer to nonexisting stock ids.
5418
5419         * gtk/gtktextview.c (popup_targets_received): 
5420         * gtk/gtkentry.c (popup_targets_received): Construct
5421         the "Select All" menuitem from stock.
5422
5423         * gtk/stock-icons/stock_select_all_{16,24}.png:
5424         * gtk/stock-icons/Makefile.am: 
5425         * gtk/gtkiconfactory.c:
5426         * gtk/gtkstock.h: 
5427         * gtk/gtkstock.c: Add a "Select All" stock item.  (#78545,
5428         Calum Benson)
5429
5430         * gtk/gtktrayicon.c: Add a pointer to the spec.
5431
5432         * gtk/gtkstatusicon-x11.c: Add docs.
5433
5434         * gtk/gtkstatusicon.h: Fix a typo.
5435
5436         Add a cross-platform "tray icon" API, by
5437         porting EggStatusIcon/EggTrayIcon (#105101)
5438         
5439         * gtk/gtkstatusicon.h: A GtkStatusIcon is an object which
5440         displays an icon in a notification area.
5441
5442         * gtk/gtkstatusicon-x11.c: GtkStatusIcon implementation for
5443         X11, using GtkTrayIcon.
5444
5445         * gtk/gtktrayicon.h: 
5446         * gtk/gtktrayicon.c: An implementation of the freedesktop.org
5447         system tray specification, not public API.
5448
5449         * gtk/gtk.symbols: Add new exported functions.
5450
5451         * gtk/gtk.h: Include gtkstatusicon.h.
5452
5453         * gtk/Makefile.am: Add new files.
5454
5455         * tests/Makefile.am:
5456         * tests/teststatusicon.c: Test for GtkStatusIcon.
5457
5458 2005-08-29  Christopher Aillon  <caillon@redhat.com>
5459
5460         * gtk/gtkstock.c: Add builtin GtkStockItems for GTK_STOCK_CONNECT
5461         and GTK_STOCK_DISCONNECT
5462         
5463 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
5464
5465         * gtk/gtksocket-x11.c (_gtk_socket_windowing_embed_notify): 
5466         Use XFixesChangeSaveSet if available.  (#314682)
5467
5468         * gtk/gtkmenu.c (gtk_menu_grab_notify):  Only cancel if the menu
5469         was active.  (#314298, Christian Persch, analysis by Mark McLoughlin)
5470
5471 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
5472
5473         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): Remove an
5474         accidentally leftover duplicate pixbuf creation.  (#314700,
5475         Kjartan Maraas)
5476
5477         * gtk/gtksettings.c (settings_update_cursor_theme): Don't 
5478         leak the cursor theme name.  (#314693, Kjartan Maraas)
5479
5480         * gdk/x11/gdkasync.c (_gdk_x11_get_window_child_info): Free 
5481         state.children in all cases.  (#313862, Kjartan Maraas)
5482
5483 2005-08-28  Matthias Clasen  <mclasen@redhat.com>
5484
5485         * po/POTFILES.in, po-properties/POTFILES.in:
5486         Add gdk/gdkscreen.c
5487
5488 2005-08-27  Matthias Clasen  <mclasen@redhat.com>
5489
5490         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Fix the default
5491         value of the ui property. (#314532, Yong Wang)
5492
5493         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
5494         when G_MAXLONG is passed as length.  
5495
5496 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
5497
5498         * gtk/updateiconcache.c: Add a separate --ignore-theme-index option
5499         to avoid overloading --force.  (JP Rosevaar)
5500
5501 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
5502
5503         * configure.in: Bump version to 2.9.0
5504
5505         * gdk/gdk.symbols: 
5506         * gdk/gdkscreen.h: 
5507         * gdk/gdkscreen.c: Make the GdkScreen font options api
5508         public, and add properties GdkScreen::font-options and
5509         GdkScreen::resolution.  (#314004)
5510
5511         * gdk/gdkpango.c:
5512         * gtk/gtksettings.c:
5513         * gtk/gtkwidget.c: Adjust all callers.
5514         
5515         * gdk/gdkintl.h: Simplify and use glib/gi18n-lib.h.
5516         * gdk/gdkpango.c: Include gdkintl.h, not gtkintl.h.
5517         * gdk/gdkscreen.c: Include gdkintl.h.
5518
5519         * gtk/gtkicontheme.c (theme_lookup_icon): Avoid an uninitialized
5520         variable warning, pointed out by Colin Walters. (#314585)
5521
5522 2005-08-26  Tor Lillqvist  <tml@novell.com>
5523
5524         * gtk/gtkfilesystemwin32.c: Remove some ifdeffed out debugging
5525         printouts.
5526         (gtk_file_system_win32_parse): Don't mishandle UNC paths. (#314519)
5527
5528 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
5529
5530         * gtk/gtkcalendar.c (gtk_calendar_init): Fix the calculation
5531         of week_start.  (#314473, JP Rosevaar)
5532
5533 2005-08-25  Thomas Fitzsimmons  <fitzsim@redhat.com>
5534
5535         * gtk/gtkfilesystemmodel.c (idle_finished_loading_cb): Acquire GDK
5536         lock.  (#314533, Thomas Fitzsimmons)
5537
5538 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
5539
5540         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Handle
5541         NULL gracefully.  (#314523, Ed Catmur)
5542
5543 2005-08-25  Owen Taylor  <otaylor@redhat.com>
5544
5545         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): 
5546         Handle theme == NULL.
5547
5548 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
5549
5550         * gtk/gtkmenutoolbutton.c (menu_position_func): Take widget
5551         y offset into account when positioning the popup.  (#314470,
5552         Christian Persch)
5553
5554 2005-08-25  Owen Taylor  <otaylor@redhat.com>
5555
5556         * gdk/gdkscreen.c (gdk_screen_get_type): Use gdk_screen_init
5557         as instance_init, not base_init! (#314452, Fix from Frederic
5558         Crozat, reported by Joe Marcus Clarke). Trivial cleanup: use -1.
5559         rather than 1 for a negative flag value.
5560
5561 2005-08-24  Owen Taylor  <otaylor@redhat.com>
5562
5563         * gdk/gdkpango.c (draw_error_underline): Add a note about
5564         cut-and-paste between here and Pango.
5565
5566 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
5567
5568         * === Released 2.8.2 ===
5569
5570         * gtk/gtkclipboard.c (request_image_received_func): Use the correct
5571         callback for image/gif, and also try image/bmp.  (#314086,  Mark 
5572         Wielaard)
5573
5574         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon): 
5575         Use gnome-dev-harddisk for volumes, not gnome-fs-blockdev.  (#314382,
5576         Sebastien Bacher)
5577         
5578         * NEWS: Updates
5579
5580         * gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font
5581         and cursor settings get propagated down to the screen initially.
5582         Pointed out by Frederic Crozat.
5583
5584         * gtk/gtkicontheme.c (ensure_valid_themes): Don't try to send a client
5585         message if the screen is NULL. Noticed by Kjartan Maraas.
5586
5587 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
5588
5589         * Bump version
5590
5591         * === Released 2.8.1 ===
5592
5593         * NEWS: Updates
5594         
5595 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
5596
5597         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_visible): Protect
5598         against lazy filterers which return values other than TRUE or
5599         FALSE from their visible func.  (#314335)
5600
5601 2005-08-23  Owen Taylor  <otaylor@redhat.com>
5602
5603         Fix for #314004, reported by Michael Reinsch:
5604
5605         * gdk/gdk.symbols:
5606         * gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only()
5607         Add gdk_screen_get/set_resolution_libgtk_only()
5608
5609         * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set
5610         the options for the screen on the newly created context.
5611
5612         * gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c: 
5613         Move font options and dpi code from gtkwidget.c to gtksettings.c, set
5614         the font options on the screen.
5615
5616         * gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get
5617         the font options from the screen and set them on the context.
5618
5619 2005-08-23  Kristian Rietveld  <kris@gtk.org>
5620
5621         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't
5622         bother inserting new rows in a level with a zero refcount and
5623         immediately free the level. (Fixes #312350, reported by Markku Vire).
5624
5625 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
5626
5627         * gtk/updateiconcache.c: Complain when there is no index.theme file
5628         in the specified directory, unless --force is used. Also add an
5629         --index-only option to create caches without image data.
5630
5631         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Fix a
5632         C99ism.  (#314262, Robert Jeff Mitchell)
5633         
5634 2005-08-22  Manish Singh  <yosh@gimp.org>
5635
5636         * gtk/gtkicontheme.h: add declaration for _gtk_icon_theme_check_reload.
5637
5638         * gtk/gtkwindow.c: remove declaration of gtk_window_read_rcfiles.
5639
5640 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
5641
5642         * gtk/gtkwindow.c (gtk_window_client_event): 
5643         * gtk/gtkicontheme.c (ensure_valid_themes) 
5644         (_gtk_icon_theme_check_reload): Implement a clientmessage based
5645         scheme for makeing sure that all GTK+ applications notice if an
5646         icon theme has been updated. This should prevent multiple versions
5647         of an icon theme cache to be mapped in memory at the same time,
5648         which can cause excessive memory consumption.  (#313156, Chris 
5649         Lahey)
5650
5651 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
5652
5653         * gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note
5654         regarding icon theme changes.
5655
5656         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning
5657         pixbufs which are backed by the mmapped memory of an icon cache,
5658         increase the refcount of the icon cache, so that the memory is not
5659         munmapped away underneath the pixbuf upon icon theme changes.  
5660         (#314170, Kjartan Maraas)
5661
5662         * docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order 
5663         to link against Xext.  (#314062)
5664
5665         * gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
5666         overruns.  (#314081, Hans Breuer)
5667
5668 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
5669
5670         * gtk/gtkentry.c (gtk_entry_get_layout): Clarify that the
5671         returned layout must not be modified.
5672
5673 Sat Aug 20 16:12:14 2005  Jonathan Blandford  <jrb@redhat.com>
5674
5675         * gtk/gtktreeview.c (gtk_tree_view_set_model): clear
5676         scroll_to_path if the model changes.
5677
5678         * gtk/gtkiconview.c: (gtk_icon_view_destroy),
5679         (gtk_icon_view_size_allocate), (gtk_icon_view_set_cursor),
5680         (gtk_icon_view_scroll_to_path): Handle scrolling to a path before
5681         we're realized, #312798
5682         (gtk_icon_view_set_model): clear scroll_to_path if the model
5683         changes.
5684
5685 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
5686
5687         * gtk/gtkrange.c (gtk_range_adjustment_changed) 
5688         (gtk_range_adjustment_value_changed):  Don't queue a draw
5689         if the layout has not changed.  (#313991, Benjamin Berg)
5690
5691 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
5692
5693         * gtk/gtktreeitem.c: Remove duplicate lines.  (#313344,
5694         Benoit Carpentier)
5695
5696         * modules/engines/ms-windows/msw_style.c (setup_system_styles): 
5697         Fix a typo. 
5698
5699         * gtk/gtkfilechooserbutton.c (change_icon_theme) 
5700         (model_add_special, model_add_special, model_add_volumes):
5701         Handle pixbuf being NULL without warnings. Also, don't
5702         leak pixbuf references when the icon theme is changed.
5703
5704         * gtk/gtkmain.c (gtk_get_event_widget): Don't access
5705         the user data on destroyed windows, since at best
5706         it can be a stale pointer.  (#313953, Robin Green)      
5707
5708 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
5709
5710         * gtk/gtkhsv.c (paint_triangle): Avoid a buffer overrun.  
5711         (#313900, Sebastien Bacher)
5712
5713         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Return
5714         FALSE if the tree is empty.  (#313891, Guillaume Cottenceau)
5715
5716         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display) 
5717         (xdnd_read_actions, get_client_window_at_coords_recurse): 
5718         Free data returned from XGetWindowProperty. 
5719
5720         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window) 
5721         Free data returned from XGetWindowProperty.  (313867, Kjartan
5722         Maraas)
5723         
5724         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free
5725         children in all cases.  (#313862, Kjartan Maraas)
5726
5727         * gtk/gtkicontheme.c (theme_lookup_icon): Store GtkIconData structs 
5728         in the per-directory hash, even if they come from the icon cache. 
5729         We tried to avoid that before, but as a result leaked icon data
5730         structs.  (#313852, Kjartan Maraas)
5731
5732 2005-08-18  Matthias Clasen  <mclasen@redhat.com>
5733
5734         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_destroy): Disconnect
5735         signal handlers on destroy, not on finalize.  (#313759, Brett Atoms)
5736
5737 2005-08-15  Owen Taylor  <otaylor@redhat.com>
5738
5739         * configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
5740         files for x11/xext. (Jonas Bonn)
5741
5742 2005-08-15  Tor Lillqvist  <tml@novell.com>
5743
5744         * gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
5745         inside GTK_NOTE.
5746
5747 2005-08-15  Owen Taylor  <otaylor@redhat.com>
5748
5749         * configure.in: Fix have_base_pc / have_base_x_pc typo.
5750
5751         * gdk/x11/gdkdrawable-x11.c gtk/gtksettings.c: Remove panoxft.h includes.
5752         (#313417, James Andrewartha)
5753
5754         * configure.in: Add fontconfig to X_PACKAGES, since we use it for
5755         FcNameConstant(). (More of #313417)
5756
5757 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
5758
5759         * gtk/gtkfilechooserdefault.c: When using gtk_dialog_run() for
5760         modal dialogs, make sure to inherit the window group from 
5761         the parent, since we don't inherit window groups across
5762         transient parents currently.  (#312918, Christian Persch)
5763
5764         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): 
5765         * gtk/gtkdialog.c (gtk_dialog_run): Slight update to the docs. 
5766
5767         * gtk/gtkiconview.c (gtk_icon_view_select_path) 
5768         (gtk_icon_view_scroll_to_path): Handle paths of depth 0
5769         gracefully.  (#312796, Jonathan Blandford)
5770
5771         * tests/testtoolbar.c: Add some more tests for menu placement.
5772
5773         * gtk/gtkmenutoolbutton.c (menu_position_func): 
5774         * gtk/gtktoolbar.c (menu_position_func): Improve positioning
5775         of toolbutton menus and of the overflow menu.  (#312937, 
5776         #153870, Christian Persch, Paolo Borelli)
5777
5778 2005-08-15  Tor Lillqvist  <tml@novell.com>
5779
5780         * gtk/updateiconcache.c: Use g_path_get_dirname() instead of
5781         the nonportable <libgen.h> and dirname().
5782
5783 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
5784
5785         * gtk/gtksizegroup.c: Use object data to mark widgets and
5786         groups as visited, so that we avoid constant extra list
5787         traversals. Also allocate quarks in class_init.  (#311618,
5788         Michael Natterer)
5789
5790         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon): Correct the 
5791         download location for the hicolor icon theme. (#313475, Olexiy 
5792         Avramchenko)
5793
5794         * gtk/gtkicontheme.c: Remove debug spew. 
5795
5796 2005-08-15  Owen Taylor  <otaylor@redhat.com>
5797
5798         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap): 
5799         * gdk/win32/gdkwindow-win32.c (gdk_window_set_back_pixmap): 
5800         * gdk/x11/gdkwindow-x11.c (gdk_window_set_back_pixmap):
5801         Handle pixmap == NULL when checking for a colormap.
5802         (Allin Cottrell).
5803
5804 2005-08-14  Matthias Clasen  <mclasen@redhat.com>
5805
5806         * gtk/updateiconcache.c: Store only one copy of the pixel data
5807         for symlinked icons. To achieve this, maintain a hashtable 
5808         mapping pathnames to pixel data, and share the pixel data for
5809         all symlinks resolving to the same pathname. When writing out
5810         the image data, write out the pixel data only the first time
5811         it is met, and store the offset pointing to the first copy
5812         for use in all later cases.
5813         This reduces the size of the Bluecurve icon cache from 40
5814         to 13MB. (#312972)
5815