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