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