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