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