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