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