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