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