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