]> Pileus Git - ~andy/gtk/blob - ChangeLog
Bug #330022 Wrong pixel values are computed when color = 0xFF and alpha =
[~andy/gtk] / ChangeLog
1 2006-02-05  Dom Lachowicz <cinamod@hotmail.com>
2
3         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Bug #330022
4         Wrong pixel values are computed when color = 0xFF and alpha = 0xFF
5         
6 2006-02-04  Michael Emmel  <mike.emmel@gmail.com>
7         Added new directfb backend located in gdk/directfb
8         plus patches to compile new backend
9         compile with --with-gdktarget=directfb
10
11 2006-02-03  Federico Mena Quintero  <federico@ximian.com>
12
13         Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320,
14         which used to be our own
15         http://bugzilla.gnome.org/show_bug.cgi?id=314616.  If one uses a
16         pixmap for a pattern in Cairo, and sets the pattern to
17         CAIRO_EXTEND_REPEAT; and if the destination surface is also a
18         pixmap, Cairo does a slow copy instead of using XCopyArea().  So,
19         we use the same code that we used in GTK+ 2.6 (pre-cairo), by
20         filling the double-buffer pixmap with a tiled GC and
21         XFillRectangle().
22
23         * gdk/gdkwindow.c (BackingRectMethod): New structure with a
24         cairo_t and a GdkGC field.  Depending on which of these fields
25         gets filled in, we'll use Cairo or GDK to clear the double-buffer
26         pixmap when painting a window.
27         (setup_backing_rect_method): Fill a BackingRectMethod as
28         appropriate, depending on the window's configuration and our
29         knowledge of whether Cairo is fast or slow when doing repeating
30         patterns.
31         (gdk_window_clear_backing_rect): Call
32         setup_backing_rect_method().  Depending on what it returns, use
33         Cairo to clear the double-buffer pixmap, or plain GDK.
34
35 2006-02-03  Matthias Clasen  <mclasen@redhat.com>
36
37         * gtk/gtklabel.c (get_layout_location): Fix handling
38         of padding in RTL.  (#329099, Hooman Mesgary) 
39
40 2006-02-02  Matthias Clasen  <mclasen@redhat.com>
41
42         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display):
43         Make drops on the root window work again.  (#145243, Andrew S. Dixon)
44
45 2006-02-01  Matthias Clasen  <mclasen@redhat.com>
46
47         * gtk/gtkwidget.c (gtk_widget_class_init): Wrap dnd signal
48         docs to 80 columns.
49
50 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
51
52         * autogen.sh: Touch README and INSTALL here to pacify 
53         automake.  (#329124, Kjartan Maraas, Tim Janik)
54
55 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
56
57         * gtk/gtk.symbols:
58         * gtk/gtkassistant.h: 
59         * gtk/gtkassistant.c: Actually implement visibility handling,
60         and add gtk_assistant_update_buttons_state.
61
62         * tests/testassistant.c: Test visibility handling.
63
64 2006-01-31  Kristian Rietveld  <kris@imendio.com>
65
66         * gtk/gtkstyle.c (gtk_default_draw_flat_box): Add support for row
67         hinting for the selected state.
68
69 2006-01-30  Matthias Clasen  <mclasen@redhat.com>
70
71         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
72         Make sure the tree view is realized, since we grab the
73         focus to it.  (#329144, Wouter Bolsterlee)
74
75         * gtk/gtkspinbutton.h: 
76         * gtk/gtkspinbutton.c: Add a wrapped signal.  (#322933,
77         Carlos Garnacho Parro)
78
79         * gtk/gtkassistant.c: More generous spacing. (#328082,
80         Christian Persch, patch by Carlos Garnacho)
81         
82         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_set_property): 
83         Use the setter for active.  (#329208, Guillaume Cottenceau)
84
85         * docs/tools/widgets.c (get_all_widgets): Add GtkLinkButton
86
87         * gtk/gtkassistant.c (gtk_assistant_init): Move the
88         last button to the left where it does not affect
89         the positioning of forward/back.
90
91 2006-01-29  Matthias Clasen  <mclasen@redhat.com>
92
93         More GtkAssistant work, by Carlos Garnacho.
94         
95         * tests/testassistant.c: Additions.
96
97         * gtk/gtkassistant.c: Handle page visibility, other 
98         small fixes.
99
100         * docs/tools/widgets.c: Add GtkAssistant.
101
102 2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
103
104         * configure.in: If major.minor of required and available glib versions
105         are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617)
106
107         * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
108
109 2006-01-28  Dom Lachowicz <cinamod@hotmail.com>
110
111         * modules/engines/ms-windows/msw-style.c: Re-sync with gtk-wimp
112         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
113         
114 2006-01-28  Matthias Clasen  <mclasen@redhat.com>
115
116         * gtk/gtk.symbols: 
117         * gtk/gtklinkbutton.h: 
118         * gtk/gtklinkbutton.c: Allow to set a global hook function
119         thats called whenever a link button is clicked.
120
121         More work on GtkAssistant by Carlos Garnacho:
122         
123         * demos/gtk-demo/Makefile.am: 
124         * demos/gtk-demo/assistant.c: Add a  GtkAssistant demo.
125
126         * gtk/gtkassistant.c: Handle focus, several small fixes to the
127         flow computations.
128
129 2006-01-27  Federico Mena Quintero  <federico@ximian.com>
130
131         Fixes bug #328820:
132
133         * gtk/gtkfilechooserdefault.c
134         (gtk_file_chooser_default_class_init): Make GDK_KP_Divide pop up
135         the location dialog populated to "/".
136         (tree_view_keybinding_cb): Likewise.
137         (trap_activate_cb): Likewise.
138
139 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
140
141         * gtk/gtkcalendar.c (gtk_calendar_size_request): Use translated format
142         strings for L10n in size calculation too.
143
144         * gtk/gtkcalendar.c (calendar_paint_week_numbers): Expand buffer to
145         accomodate localized digits.
146
147 2006-01-26  Matthias Clasen  <mclasen@redhat.com>
148
149         * tests/prop-editor.c: Introspect child properties. too.
150
151 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
152
153         * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
154         Use contexed translated strings calendar:week:digits|%d and
155         calendar:day:digits|%d to let translators choose localized digits for
156         week and day numbers. (bug #317171, Hamed Malek)
157
158 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
159
160         * gtk/gtklabel.c (get_layout_location): Use logical extents of the
161         layout instead of ink extents.  According to Pango docs, that's what
162         should be used for placement.  Moreover, simply use
163         pango_layout_get_pixel_size instead of getting the extents and
164         dividing ourselves.
165
166 2006-01-25  Matthias Clasen  <mclasen@redhat.com>
167
168         * gtk/gtkentrycompletion.c: 
169         * gtk/gtkentry.c: Be more careful when blocking signals. 
170
171         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): Only
172         set the cursor size if it is != 0.
173
174         * gtk/gtksettings.c (gtk_settings_class_init): Change the default value
175         of gtk-cursor-theme-size to 0, meaning "use default".
176
177 2006-01-24  Kristian Rietveld  <kris@gtk.org>
178
179         #322591, Jonathan Blandford.
180
181         * gtk/gtktreeview.[ch] (gtk_tree_view_get_search_entry),
182         (gtk_tree_view_set_search_entry),
183         (gtk_tree_view_get_search_position_func),
184         (gtk_tree_view_set_search_position_func): New functions,
185         and small adaptions to the tree view code to allow for setting
186         the entry and search position function.
187
188         * gtk/gtktreeprivate.h: Removed GtkTreeViewSearchDialogPositionFunc
189         typedef, which is now in gtktreeview.h as
190         GtkTreeViewSearchPositionFunc.  Add/update fields.
191
192         * gtk/gtk.symbols: Add new functions.
193
194         * tests/testtreesort.c: Add a little test for _set_search_entry().
195
196 2006-01-23  Matthias Clasen  <mclasen@redhat.com>
197
198         Add GtkLinkButton, a port of GnomeHRef.  (#314808, Emmanuele Bassi)
199         
200         * gtk/gtklinkbutton.h: 
201         * gtk/gtklinkbutton.c: New files.
202
203         * gtk/gtk.h:
204         * gtk/gtk.symbols: 
205         * gtk/Makefile.am: Glue.
206
207         * gtk/gtkaboutdialog.c: Use GtkLinkButton.
208         
209         * gtk/gtkwidget.c: Add link-color and visited-link-color style
210         properties.  (#113649, Leena Gunda)
211
212         * gtk/gtkaboutdialog.c: Use the new style properties here instead
213         of the about dialogs own link-color property. 
214
215 2006-01-23  Kristian Rietveld  <kris@gtk.org>
216
217         * gtk/gtktreemodel.c (gtk_tree_model_base_init): don't copy
218         tree paths when emitting signals. (#325041, Matthias Clasen).
219
220 2006-01-23  Behdad Esfahbod  <behdad@gnome.org>
221
222         * gtk/gtklabel.c (get_layout_location): Fix misalignment of RTL
223         text in ellipsized GtkLabel: use layout width if set, otherwise
224         fallback to ink extents width. (#322042)
225
226 2006-01-23  Matthias Clasen  <mclasen@redhat.com>
227
228         * gtk/gtkassistant.c (compute_last_button_state): Only show the
229         last button if we can jump to the end. 
230         (gtk_assistant_init): Make the spacing and button order more
231         HIG compliant.
232
233         Fix drawing issues in progress bars.  (#328081, Christian Persch)
234         
235         * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Always
236         request enough space. 
237         (gtk_progress_bar_paint_activity) 
238         (gtk_progress_bar_paint_continuous) 
239         (gtk_progress_bar_paint_discrete): Clip when drawing the bar.
240
241 2006-01-23  Michael Natterer  <mitch@imendio.com>
242
243         * gtk/gtkcolorbutton.c: move destruction of the private GdkGC
244         from finalize() to unrealize(). Fixes BadMatch on display change
245         (bug #85715).
246
247 2006-01-22  Kristian Rietveld  <kris@gtk.org>
248
249         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Revert previous
250         commit after more searching in the bugzilla archives (see #309221).
251
252 2006-01-22  Kristian Rietveld  <kris@gtk.org>
253
254         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Remove second call
255         to gtk_tree_view_column_cell_set_cell_data, since we also set the
256         cell data before iterating over the columns for exposure. (Fixes
257         #322471, Duncan Coutts).
258
259 2006-01-21  Matthias Clasen  <mclasen@redhat.com>
260
261         * tests/testassistant.c: Add some tests for GtkAssistant
262
263         * tests/Makefile.am: Glue
264
265 2006-01-20  Matthias Clasen  <mclasen@redhat.com>
266
267         * gtk/gtkassistant.c: Fix the docs to reflect the actual signal
268         signatures.
269
270         * gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't
271         crash if layout is NULL.  (#327934, Christian Kirbach)
272
273 2006-01-20  Dan Winship  <danw@novell.com>
274
275         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_class_init,
276         tree_view_keybinding_cb, trap_activate_cb): On "unix", pop up the
277         "Open Location" window on "~" as well as "/". #153213
278         (location_entry_create): Fix this so autocompletion still works
279         correctly in that case.
280
281 2006-01-19  Matthias Clasen  <mclasen@redhat.com>
282
283         * configure.in: Explicitly link against Xrender.  
284         (#327538, Christophe Belle)
285         
286         * gdk/x11/gdkprivate-x11.h (XID_FONT_BIT): 
287         * gdk/x11/gdkfont-x11.c: 
288         * gdk/x11/gdkxid.c: Use an unused high bit in the
289         XID to mark fonts in the global xid hash table.
290
291         * gdk/x11/gdkcursor-x11.c (update_cursor): Skip fonts
292         when iterating over the xid hash table, since calling
293         GDK_IS_WINDOW () on an GdkFont can cause a segfault.
294         (#327751, Ryan Lovett)
295
296 2006-01-19  Matthias Clasen  <mclasen@redhat.com>
297         
298         * gtk/gtkassistant.[hc]: Use a priv pointer for
299         cheap access to the priv struct.  (#327725, Christian
300         Persch)
301
302         * gtk/gtkassistant.h: Fix line endings.
303
304 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
305
306         * gtk/gtkassistant.[hc]: Add GtkAssistant, a widget to
307         construct multi-step wizards.  (#115348, Martyn Russell, 
308         Matthias Clasen, Carlos Garnacho Parro)
309
310         * gtk/gtk.symbols:
311         * gtk/Makefile.am: 
312         * gtk/gtk.h: Necessary glue.
313
314 2006-01-18  Anders Carlsson  <andersca@imendio.com>
315
316         * gdk/quartz/gdkevents-quartz.c:
317         (get_mm_from_pixels):
318         (gdk_screen_get_width_mm):
319         (gdk_screen_get_height_mm):
320         Implement these functions.
321         (#327228, Thomas Broyer).
322
323 2006-01-18  Anders Carlsson  <andersca@imendio.com>
324
325         * gdk/quartz/gdkdrawable-quartz.c:
326         (gdk_quartz_draw_polygon):
327         (gdk_quartz_draw_lines):
328         Implement these functions.
329         (#327226, Thomas Broyer)
330         
331 2006-01-18  Anders Carlsson  <andersca@imendio.com>
332
333         * gdk/quartz/gdkkeys-quartz.c:
334         (maybe_update_keymap):
335         Support non-MacRoman keyboard layouts.
336         (#322585, Wolfgang Thaller)
337         
338 2006-01-18  Anders Carlsson  <andersca@imendio.com>
339
340         * gdk/quartz/gdkmain-quartz.c:
341         (_gdk_windowing_init):
342         Make the process a foreground application.
343         (#322481, Wolfgang Thaller)
344         
345 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
346
347         * gtk/gtkrbtree.c: 
348         * gtk/gtktreemodel.c: Fix several g_new() calls which
349         were using extra indirections or pointless casts.  
350         (#327423, Morten Welinder)
351
352 Tue Jan 17 19:27:59 2006  Tim Janik  <timj@imendio.com>
353
354         * gtk/gtkprogress.c: fix adopted from maemo-gtk.
355         gtk_progress_create_pixmap(): clear out the newly created offscreen 
356         pixmap, so themes making use of transparency don't draw onto garbage.
357
358 2006-01-17  Michael Natterer  <mitch@imendio.com>
359
360         * gtk/gtkbutton.c: remove the "child-spacing" style property again
361         and add "inner-border" instead. That's far more flexible and
362         "child-spacing" was a bad name anyway.
363
364 2006-01-17  Michael Natterer  <mitch@imendio.com>
365
366         * configure.in (ALL_LINGUAS): remove "ang" again until all po
367         files are there.
368
369 2006-01-16  Abel Cheung  <maddog@linuxhall.org>
370
371         * configure.in: Added "ang" "zh_HK" to ALL_LINGUAS.
372
373 2006-01-16  Matthias Clasen  <mclasen@redhat.com>
374
375         * README.in: Mention new pixbuf engine features.
376
377         * gtk/gtk.symbols: 
378         * gtk/gtkradioaction.[hc]: Add a current-value property and a
379         setter for it.  (#322735, Jorn Baayen)
380         
381 2006-01-16  Michael Natterer  <mitch@imendio.com>
382
383         * gtk/gtkbutton.c: applied patch from maemo-gtk which adds a
384         child-spacing style property. Fixes bug #327202.
385
386 2006-01-16  Anders Carlsson  <andersca@imendio.com>
387
388         * gdk/quartz/gdkdisplay-quartz.c:
389         * gdk/quartz/gdkevents-quartz.c:
390         (gdk_keyboard_grab):
391         (gdk_display_keyboard_ungrab):
392         (gdk_keyboard_grab_info_libgtk_only):
393         (find_window_for_event):
394         Implement keyboard grabs.
395         
396         (_gdk_quartz_send_map_events):
397         * gdk/quartz/gdkmain-quartz.c:
398         * gdk/quartz/gdkprivate-quartz.h:
399         New function that synthesizes map events.
400         
401         * gdk/quartz/gdkwindow-quartz.c:
402         (_gdk_windowing_window_init):
403         The root window is always visible.
404         
405         (all_parents_shown):
406         (show_window_internal):
407         Send map events.
408         
409         (gdk_window_hide):
410         Ungrab keyboard and pointer
411
412 2006-01-15  Kristian Rietveld  <kris@gtk.org>
413
414         Fixes #324099, Tommi Komulainen.
415
416         * gtk/gtktreestore.[ch] (gtk_tree_store_insert_with_values),
417         (gtk_tree_store_insert_with_valuesv): new functions, analog to
418         those found in GtkListStore.
419
420         * gtk/gtktreestore.c (gtk_tree_store_real_set_value),
421         (gtk_tree_store_set_valist), (gtk_tree_store_set_valist_internal),
422         (gtk_tree_store_sort_iter_changed): refactored.
423
424         * gtk/gtk.symbols: updated.
425
426         * tests/treestoretest.c: added a test for this new functionality.
427
428 2006-01-14  Matthias Clasen  <mclasen@redhat.com>
429
430         * gtk/gtkentry.c (gtk_entry_drag_data_received): Remove 
431         an unused variable.
432
433         * gtk/gtkiconfactory.c (get_default_icons): Register RTL 
434         versions of the indent and unindent icons.  (#326857,
435         Itai Bar-Haim)
436
437         * gtk/Makefile.am (STOCK_ICONS): And add them here.
438
439         Fix a crash with combo boxes in RESIZE_IMMEDIATE
440         containers.  (#326806, Sebastian Bacher)
441         
442         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate) 
443         (gtk_combo_box_size_request): Don't call 
444         gtk_combo_box_check_appearance() from here, as that 
445         can lead to recursion. 
446         (gtk_combo_box_init): Instead, call it here.
447
448 2006-01-14  Kristian Rietveld  <kris@gtk.org>
449
450         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_iter_children): fix
451         a typo which caused this whole thing to not function ...
452
453 2006-01-14  Kristian Rietveld  <kris@gtk.org>
454
455         * gtk/gtktreeview.c (gtk_tree_view_size_allocate),
456         (validate_visible_area): fixup adjustments and top_row if the
457         current dy + page_size exceeds the new tree view height. (Fixes
458         #316689, reported by Chris Lord).
459
460 2006-01-13  Matthias Clasen  <mclasen@redhat.com>
461
462         * */abicheck.sh: Make this work on more platforms.
463
464 2006-01-13  Kristian Rietveld  <kris@imendio.com>
465
466         * tests/testtreefocus.c (set_indicator_size), (main): add a little
467         test for the newly introduced indicator-size property.
468
469 2006-01-13  Kristian Rietveld  <kris@imendio.com>
470
471         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_init):
472         initialize the inconsistent field in the private structure,
473         (gtk_cell_renderer_toggle_class_init),
474         (gtk_cell_renderer_toggle_{set,get}_property),
475         (gtk_cell_renderer_toggle_get_size): introduce a indicator-size
476         property.
477
478 2006-01-13  Michael Natterer  <mitch@imendio.com>
479
480         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row)
481         (gtk_tree_view_real_collapse_row): don't animate the expander
482         arrows if gtk-enable-animations is FALSE (bug #142582).
483
484 2006-01-12  Matthias Clasen  <mclasen@redhat.com>
485
486         * gtk/gtknotebook.c: Replace hardcoded values for tab-overlap and
487         tab-curvature with style properties.  (#325282, Alexander Nedotsukov)
488
489         * gtk/gtktextview.c (gtk_text_view_commit_text) 
490         (gtk_text_view_delete_from_cursor, gtk_text_view_backspace): 
491         Reset the virtual cursor position.  (#326003, Evert Verhellen)
492
493         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add some docs
494         about RGBA windows. (#326486, Benjamin Otte)
495
496 2006-01-12  Michael Natterer  <mitch@imendio.com>
497
498         * gdk/gdkimage.c (scratch_image_info_for_depth): connect to the
499         display's "closed" signal and free the cached scratch images upon
500         display closing (bug #85715).
501
502 2006-01-12  Michael Natterer  <mitch@imendio.com>
503
504         * gtk/gtkexpander.c (gtk_expander_set_expanded): skip the
505         animation if the gtk-enable-animations setting is FALSE
506         (bug #142582).
507
508 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
509
510         * gtk/gtklabel.c: Fix a C99ism (#326658, Kazuki Iwamoto)
511
512 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
513
514         * gtk/gtklabel.c: Add some notify batching, always
515         emit notify after setting the new value.
516
517         * gtk/gtkmessagedialog.c: Add properties.  (#311254,
518         Johan Dahlin)
519         (gtk_message_dialog_new): Remove some redundant code, pointed
520         out by Gustavo Carneiro.
521
522         * gdk/x11/gdkwindow-x11.c (create_moveresize_window): Clean
523         up properly if the grab fails.
524         (finish_drag): Don't leak a reference to moveresize_window
525         here.
526
527 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
528
529         * gdk/x11/gdkevents-x11.c: Fix string offsets.
530
531         Allow falling back to another icon theme before 
532         hicolor.   (#325546, Rodney Dawes)
533         
534         * gtk/gtksettings.c: Add a gtk-fallback-icon-theme setting.
535
536         * gdk/x11/gdkevents-x11.c: Map it to the XSetting Net/FallbackIconTheme.
537         
538         * gtk/gtkicontheme.c: Consult the fallback icon theme before
539         looking in hicolor. 
540
541 2006-01-10  Matthias Clasen  <mclasen@redhat.com>
542
543         * tests/testgtk.c: Add an expander example.
544
545         * gtk/gtkcalendar.c (gtk_calendar_focus_out): Queue a draw
546         when losing the focus.  (#326064, Andrew Conkling)
547
548         * gtk/gtkimmulticontext.c: 
549         * gtk/gtkhsv.c: 
550         * gtk/gtkhandlebox.c: Convert to use instance private data.
551
552         * gtk/gtk.h: Remove duplicate include.  (#326429, 
553         Benoît Carpentier)
554
555         * gtk/gtkpaned.c: Convert to use instance private data.
556
557 2006-01-10  Michael Natterer  <mitch@imendio.com>
558
559         * gdk/gdkpango.c (on_renderer_display_closed): disconnect from the
560         right object ("closed" is emitted by the display, not the screen).
561         (bug #85715)
562
563 2006-01-10  Anders Carlsson  <andersca@imendio.com>
564
565         * gdk/quartz/gdkproperty-quartz.c:
566         (ensure_atom_tables):
567         (intern_atom_internal):
568         (gdk_atom_intern):
569         (gdk_atom_intern_static_string):
570         (gdk_atom_name):
571         Implement local-only atoms.
572
573 2006-01-09  Matthias Clasen  <mclasen@redhat.com>
574
575         * gdk/gdkgc.c (gc_get_foreground): Correct a warning.
576         (#326341, Benoît Carpentier)
577
578         * gtk/gtk.symbols:
579         * gtk/gtkwindow.h:
580         * gtk/gtkwindow.c (gtk_window_get_group): Make this function
581         public API.  (#307099, Todd Berman)
582
583         * gtk/gtkmenu.c: 
584         * gtk/gtkmain.c: 
585         * gtk/gtkentrycompletion.c: 
586         * gtk/gtkcombo.c: 
587         * gtk/gtkcombobox.c: Update all callers.
588
589         * gtk/gtkentry.c (paste_received):  Make GtkEntryCompletion
590         complete on pastes at the end.  (#165714, Christian Neumair)
591
592         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): 
593         Prevent the first row being focused on map.  (#137351,
594         Niklas Knutsson)
595
596 2006-01-09  Johan Dahlin  <jdahlin@async.com.br>
597
598         * gtk/gtk.symbols:
599         * gtk/gtkeditable.h:
600         * gtk/gtksizegroup.c: (gtk_size_group_get_widgets):
601         * gtk/gtksizegroup.h:
602         (struct _GtkSizeGroup): 
603
604         Add gtk_size_group_get_widgets, fixes #326324.
605         Also mark all fields of GtkSizeGroup as private
606
607 2006-01-09  Matthias Clasen  <mclasen@redhat.com>
608
609         * gtk/gtktextlayout.c (gtk_text_layout_finalize): Don't
610         leak preedit_string and preedit_attrs.  (#322332, Paolo
611         Borelli)
612
613         * gtk/gtk.symbols:
614         * gtk/gtkaction.h: 
615         * gtk/gtkaction.c (gtk_widget_get_action): New function to
616         get the action for a proxy.  (#326288)
617
618         * gtk/gtkaction.c: Go back to the old key for attaching the
619         action to the proxy.  (#326288, Diego González)
620
621 2006-01-08  Matthias Clasen  <mclasen@redhat.com>
622
623         * gtk/gtkactiongroup.c (dgettext_swapped): Don't translate
624         empty strings.  (#326200, Christian Stimming)
625
626 2006-01-08  Matthias Clasen  <mclasen@redhat.com>
627
628         * gtk/gtkentry.[hc]: 
629         * gtk/gtklabel.[hc]: Shrink the private structs of these a bit.
630
631         * gtk/gtklabel.c (get_layout_location): Fix label alignment 
632         when width-chars is set.  (#326098, Benjamin Otte)
633
634         * gdk/gdkregion-generic.c (miRegionCopy): Fix this for the 
635         single-rectangle case.  (#326127, Benjamin Berg)
636         (gdk_region_copy): Use miRegionCopy() here.
637
638 2006-01-07  Matthias Clasen  <mclasen@redhat.com>
639
640         Fix actiongroup-action interaction that relied on 
641         actions connecting to notify on themselves:
642         
643         * gtk/gtkaction.[hc]: Factor out the code updating the
644         visibility/sensitivity of proxies into _gtk_action_sync_visible()
645         and _gtk_action_sync_sensible().
646
647         * gtk/gtkactiongroup.c: Call the new functions when the
648         group visibility/sensitivity changes. 
649
650 2006-01-06  Matthias Clasen  <mclasen@redhat.com>
651
652         * gtk/gtkactiongroup.c (gtk_action_group_set_sensitive) 
653         (gtk_action_group_set_visible): Add missing property change
654         notification.
655
656 2006-01-06  Matthias Clasen  <mclasen@redhat.com>
657
658         * gtk/gtkfilechooserbutton.c (model_add_special): Just use the
659         directory name for the home dir.  (#325817, Federico Mena Quintero)
660         
661         * gtk/gtktexttag.c (gtk_text_attributes_new): Initialize editable 
662         to TRUE. 
663         (gtk_text_tag_class_init): The default value for the direction 
664         property is GTK_TEXT_DIR_NONE. Add notes about the initial values 
665         of the font and language properties.
666
667         * gtk/gtktoolbutton.c (gtk_tool_button_class_init): Make clicked
668         an action signal.  (#325782, Martyn Russell)
669
670         * gtk/gtkviewport.c (viewport_set_adjustment): Disconnect from
671         the old adjustments signals.  (#325869, Jorn Baayen)
672
673 2006-01-06  Hans Breuer  <hans@breuer.org>
674
675         * tests/makefile.msc : added a bunch of tests
676         * tests/testcellrenderertext.c : use g_snprintf()
677         * tests/testfilechooserbutton.c : don't include unistd.h twice.
678         Removed the unconditional one and added direct.h for G_OS_WIN32
679         
680 2006-01-05  Hans Breuer  <hans@breuer.org>
681
682         * gdk/makefile.msc : also recurse into win32 for ::clean
683         * gtk/makefile.msc.in : create gtkbuiltincache.h (most code
684         to simulate links) and file renames
685
686 2006-01-05  Johan Dahlin  <jdahlin@async.com.br>
687
688         * gtk/gtkprogressbar.c: Set minimum for activity-step property to 0
689         instead of -G_MAXUINT.
690         
691 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
692
693         * gtk/gtkwindow.c: Only connect to the event if we have
694         a frame, since the handler is only relevant in that case.
695
696         * gtk/gtkaction.c (connect_proxy, disconnect_proxy): 
697         Use a weak reference rather than the destroy signal to track 
698         proxies going away.
699
700         * gtk/gtkbindings.c (binding_signal_new): Revert the last change.
701
702         * gtk/gtkaction.c (gtk_action_sync_property): 
703         (gtk_action_sync_stock_id): Removed.
704
705 2006-01-05  Rodrigo Moya <rodrigo@novell.com>
706
707         * gtk/gtkbindings.c (binding_signal_new): allocate correct amount for
708         signal and arguments.
709
710 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
711
712         * gtk/gtklabel.c (gtk_label_grab_focus): Don't return a value from
713         a void function.
714
715 2006-01-04  Matthias Clasen  <mclasen@redhat.com>
716
717         * gtk/gtkbindings.h (struct _GtkBindingSignal): Revert questionable
718         changes.
719         
720         * gtk/gtkbindings.c: Use the slice allocator and allocate signal
721         and arguments in one block.
722
723         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Don't return
724         a list of NULLs.  (#325723, Steve Chaplin)
725
726 2006-01-04  Rodrigo Moya <rodrigo@novell.com>
727
728         * gtk/gtkbindings.c (binding_signal_new): guard against multiplying
729         by -1 (when n_args is 0).
730
731 2006-01-04  Michael Natterer  <mitch@imendio.com>
732
733         * gtk/gtkmenutoolbutton.c
734         (gtk_menu_tool_button_set_menu)
735         (gtk_menu_tool_button_destroy): use gtk_menu_attach_to_widget()
736         and gtk_menu_detach() instead of reffing/unreffing the menu
737         manually. Also fixes brokenness on screen change (bug #85715).
738
739 2006-01-04  Matthias Clasen  <mclasen@redhat.com>
740
741         * gtk/gtkaccelmap.c: 
742         * gtk/gtkactiongroup.c: 
743         * gtk/gtkdialog.c: 
744         * gtk/gtkfilesystemunix.c: 
745         * gtk/gtkgc.c: 
746         * gtk/gtkkeyhash.c: 
747         * gtk/gtkplug.c: 
748         * gtk/gtktextiter.c: 
749         * gtk/gtktextlayout.c: 
750         * gtk/gtkuimanager.c: 
751         * gtk/gtkwidget.c: 
752         * gtk/gtkwindow.c: 
753         * gtk/gtkxembed.c: Use the slice allocator for many small 
754         allocations.
755
756         * gtk/gtkcolorsel.c: 
757         * gtk/gtktreeview.c: Use IPN.
758
759         * gtk/gtkwidget.c: Remove an unused field from the AccelPath 
760         struct.
761
762 2006-01-04  Tor Lillqvist  <tml@novell.com>
763
764         * gtk-zip.sh.in: Include also the gtk20-properties message catalogs.
765
766 2006-01-03  Matthias Clasen  <mclasen@redhat.com>
767         
768         * gtk/gtkdnd.c: Make it compile
769
770         * gtk/gtkdnd.c (gtk_drag_begin_internal): Call gtk_drag_update
771         for non-motion events.  (#325443, Peter Harvey)
772
773         * gtk/gtkaction.c: Avoid connecting to notify on our own
774         properties. 
775
776 2006-01-02  Matthias Clasen  <mclasen@redhat.com>
777
778         * gtk/gtkentry.c (gtk_entry_delete_from_cursor): When deleting
779         words, delete preceding whitespace as well.  (#325358,  Akkana Peck)
780
781 2006-01-02  Anders Carlsson  <andersca@imendio.com>
782
783         * gdk/quartz/GdkQuartzWindow.c:
784         (-[GdkQuartzWindow canBecomeMainWindow]):
785         (-[GdkQuartzWindow canBecomeKeyWindow]):
786         Have these return TRUE
787         
788         * gdk/quartz/gdkevents-quartz.c:
789         (pointer_grab_internal):
790         Remove FIXME
791         
792         (find_child_window_by_point_helper):
793         Fix bug in offset calculation
794         
795         (find_window_for_event):
796         Use grab window toplevel when a grab is in effect
797         
798         (gdk_event_translate):
799         Don't call _gdk_event_button_generate on mouse up
800         
801         * gdk/quartz/gdkgc-quartz.c:
802         (_gdk_quartz_gc_new):
803         Fix indentation
804         
805         * gdk/quartz/gdkwindow-quartz.c:
806         (gdk_window_new):
807         Make TEMP windows borderless
808         
809         (gdk_window_hide):
810         Hide window
811         
812         (gdk_window_get_origin):
813         Implement
814         
815 2006-01-02  Tor Lillqvist  <tml@novell.com>
816
817         * gdk/win32/gdkwindow-win32.c
818         (gdk_window_impl_win32_get_visible_region): Make identical to the
819         X11 implementation. (#322264, John Ehresman)
820
821         * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): Get the
822         invalidated region from ScrollWindowEx() instead of an incorrect
823         attempt to calculate it ourselves. Fix by John Ehresman. (#323666)
824
825         * gdkevents-win32.c: Make _gdk_win32_hrgn_to_region() non-static.
826
827         * gdkprivate-win32.h: Declare it.
828
829 2005-12-31  Matthias Clasen  <mclasen@redhat.com>
830
831         * gtk/gtkaction.c: 
832         * gtk/gtkentry.c: Connect to notify instead of multiple
833         detailed signals.
834
835 2005-12-30  Matthias Clasen  <mclasen@redhat.com>
836
837         * gdk/gdk.symbols: 
838         * gdk/gdkcairo.h: 
839         * gdk/gdkcairo.c: Add gdk_cairo_set_source_pixmap.  (#318805,
840         Alexander Larsson)
841
842         * gdk/gdkdisplaymanager.c (gdk_display_manager_set_property): Call
843         gdk_display_manager_set_default_display() to change the default
844         display.  (#153623, Stefan Kost)
845
846         * gtk/gtkmessagedialog.c (gtk_message_dialog_init):
847          (setup_type): Alert dialogs should not have titles and should 
848         not be displayed in the taskbar.  (#310443, Carlos Garnacho Parro,
849         Dennis Cranston)
850
851 2005-12-29  Matthias Clasen  <mclasen@redhat.com>
852
853         * gtk/gtkliststore.c: 
854         * gtk/gtktreestore.c: Always call the get_path and get_iter
855         implementations directly, rather than the current mixture whith
856         some calls going through the GtkTreeModel interface.
857
858         * gtk/gtktreemodelsort.c: 
859         * gtk/gtkliststore.c: 
860         * gtk/gtktreestore.c: Remove excessive g_return_if_fail() checks
861         in static functions.
862         
863         * gtk/gtktreedatalist.c: Use the slice allocater for 
864         GtkTreeDataSortHeader.
865
866         * gtk/gtktreedatalist.h: 
867         * gtk/gtktreedatalist.c (_gtk_tree_data_list_set_header): New function.
868
869         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): 
870         * gtk/gtkliststore.c (gtk_list_store_set_sort_func): 
871         * gtk/gtktreestore.c (gtk_tree_store_set_sort_func): Use it here.
872
873 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
874
875         * gtk/gtkbindings.h (GtkBindingSignal): 
876         * gtk/gtkbindings.c (binding_signal_new): Make the
877         args a flexible array inside the struct, and allocate them
878         together.
879
880 Wed Dec 28 00:45:46 2005  Tim Janik  <timj@gtk.org>
881
882         * gtk/gtkctree.c (row_delete): delete GtkCTreeRow as GtkCTreeRow, not
883         clist rows which crashes in gslice later on.
884
885 2005-12-27  Federico Mena Quintero  <federico@ximian.com>
886
887         * gtk/gtkfilefilter.c (gtk_file_filter_filter): In the case for
888         FILTER_RULE_PIXBUF_FORMATS, check that filter_info->mime_type is
889         not NULL.  Fixes bug #317687.
890
891 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
892
893         * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
894         (gdk_screen_get_setting): Avoid relocations for the settings
895         map.
896
897         * gdk/x11/gdkproperty-x11.c: Avoid relocations for the list
898         of standard atoms.
899
900         * gtk/gtkbindings.c (gtk_binding_set_new): Avoid copying
901         the set_name by interning it.
902
903 2005-12-26  Matthias Clasen  <mclasen@redhat.com>
904
905         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Precache atoms
906         before calling gdk_window_new().
907
908         * gtk/gtktextbtree.c: Use the slice allocator for some other small
909         auxiliary structures as well.
910
911         * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
912         docs.  (#324996)
913
914         * gtk/gtktextbtree.c (gtk_text_btree_get_tag_info) 
915         (gtk_text_btree_remove_tag_info): Use the slice allocator for 
916         tag info.
917
918         * README.in: Mention the stripping of (_F) suffixes.
919
920         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of 
921         the form "(_<single character>)", since this is the preferred way
922         for some languages to indicate accelerators.  (#323956, Yang Hong)
923
924         * gtk/gtklabel.c (gtk_label_class_init): Add a gtk-label-select-on-focus
925         setting.
926         (gtk_label_grab_focus): And use it here to select the contents of
927         the label when appropriate.
928         (gtk_label_class_init): Use the same keybindings for select all/
929         unselect all as GtkEntry and GtkTextView.
930
931         * gtk/gtkdialog.c (gtk_dialog_map): When looking for the initial
932         focus, avoid leaving a selection in a label.
933
934 2005-12-25  Matthias Clasen  <mclasen@redhat.com>
935
936         * gtk/gtkwindow.c: Documentation fixes.  (#324815, 
937         Ross Burton)
938
939         * configure.in: Require GLib 2.9.2
940
941 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
942
943         * gdk/gdkregion-generic.c: 
944         * gdk/gdkpolyreg-generic.c: 
945         * gdk/gdkregion.h: 
946         * gdk/gdkrectangle.c: Inline docs, use g_assert(), avoid 
947         extra allocation for rectangular regions.
948
949 Thu Dec 22 18:53:14 2005  Tim Janik  <timj@gtk.org>
950
951         * gtk/gtkobject.[hc]: renamed GUnowned to GInitiallyUnowned.
952
953 Thu Dec 22 17:55:11 2005  Tim Janik  <timj@gtk.org>
954
955         * gtk/gtkobject.h: parent type fixups in structure declarations.
956
957 Thu Dec 22 16:01:27 2005  Tim Janik  <timj@imendio.com>
958
959         * gtk/gtkobject.c: derive GtkObject from GUnowned,
960         so it initially has a floating reference count.
961         gtk_object_class_init(): installa floating flag handler with
962         libgobject, so for GtkObjects the flag is stored as GTK_FLOATING
963         in the ->flags member.
964
965         * tests/floatingtest.c: test floating flag uses.
966
967 2005-12-21  Matthias Clasen  <mclasen@redhat.com>
968
969         * gdk/gdkregion-generic.c: Use the slice allocator
970         for regions. Still todo: avoid extra allocations for
971         the single-rectangle case.
972
973         * gtk/gtksettings.c (gtk_settings_class_init): Update
974         class_n_properties after installing color-hash, since
975         other classes install settings, too.
976
977         * gtk/gtkctree.c: 
978         * gtk/gtkclist.c: Fix some mistakes in the conversion
979         from mem chunks to slice allocator.
980
981         * gtk/gtkiconview.c (adjust_wrap_width): Adjust the 
982         wrap-width also if an explicit item width is set.  
983         (#322475, Alex Graveley)
984         
985 2005-12-20  Matthias Clasen  <mclasen@redhat.com>
986
987         * gtk/gtkiconview.c (gtk_icon_view_button_press): Reset 
988         pressed_button to -1 after handling a double click, so that
989         motion events occurring between here and the release event
990         don't trigger DND.  (#324588, Dave Andreoli)
991
992 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
993
994         * gtk/gtkcellrenderer.c: 
995         * gtk/gtkselection.c: 
996         * gtk/gtkcalendar.c: 
997         * gtk/gtkitemfactory.c: 
998         * gdk/gtkcombo.c: 
999         * gdk/gdkpixbuf-render.c: Documentation updates
1000
1001         * gtk/gtktreemodel.c: 
1002         * gtk/gtkplug.c: 
1003         * gtk/gtkwindow.c: Documentation fixes.
1004
1005 2005-12-19  Michael Natterer  <mitch@imendio.com>
1006
1007         * gtk/gtkentry.c: implement boolean property "truncate-multiline"
1008         which, when enabled, truncates multi-line pastes or drops to their
1009         first line. Fixes bug #322252.
1010
1011         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): enable
1012         truncate-multiline here.
1013
1014 2005-12-17  Matthias Clasen  <mclasen@redhat.com>
1015
1016         * gtk/gtksettings.c (get_color_hash): Don't crash if
1017         there is no color scheme.  (#324429, Diego Gonzalez)
1018
1019 2005-12-16  Matthias Clasen  <mclasen@redhat.com>
1020
1021         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
1022         * gtk/gtkimmodule.c (gtk_im_module_load): 
1023         * gtk/gtkthemes.c (gtk_theme_engine_load): 
1024         * gtk/gtkmodules.c (find_module): Use G_MODULE_BIND_LAZY when
1025         opening modules.
1026
1027         * gtk/gtksettings.[hc]: Rework the way the color scheme setting
1028         is inherited. Now the overriding is done on a per-color basis,
1029         rather than for the setting as a whole. This has the effect
1030         that themes can declare defaults for all the symbolic colors they
1031         use by specifying a value for the gtk-color-scheme setting in 
1032         their rc file, while still allowing the XSetting to override
1033         "standard" symbolic colors. The hash table is now available
1034         through the color-hash property.
1035         
1036         * gtk/gtkrc.c: Use the new color-hash property.
1037         
1038 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
1039
1040         * gtk/gtkcontainer.c (_gtk_container_focus_sort): Skip unrealized
1041         children when doing focus sorting.  (#323995, Dan Winship)
1042
1043 2005-12-14  Rodney Dawes  <dobey@novell.com>
1044
1045         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon):
1046         Default to "drive-harddisk" and then fall back to gnome-dev-harddisk
1047         (get_icon_for_mime_type): Look up the mime type icons according to the
1048         Icon Naming Specification and then fall back to the gnome-mime- prefix
1049         for the mime type icons
1050
1051         Fixes #323655
1052         
1053 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
1054
1055         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Warn if the icon
1056         cannot be loaded.  (#323504, Kjartan Maraas)
1057
1058         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add docs 
1059         for the row-activated signal.  (#324044, Davyd Madeley)
1060
1061 2005-12-14  Michael Natterer  <mitch@imendio.com>
1062
1063         * tests/test-images/valid_jpeg_progressive_test: new test image.
1064
1065 Tue Dec 13 09:47:20 2005  Tim Janik  <timj@gtk.org>
1066
1067         * README.in: added a link to the floating reference docs in the
1068         2.10 release NEWS section.
1069
1070 2005-12-12  Matthias Clasen  <mclasen@redhat.com>
1071
1072         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index): 
1073         Speed this function up, using the fact that visibility is 
1074         constant across segments. (#321548, Paolo Borelli)
1075
1076         * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): 
1077         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Speed up
1078         stepping backwards.  (#320638, Larry Ewing, Paolo Borelli)
1079
1080         * gtk/gtkicontheme.c (ensure_valid_themes): Only broadcast
1081         _GTK_LOAD_ICONTHEMES if we detect a real theme change, not
1082         upon initial theme load.  (#323876, Peter Lund)
1083
1084         * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
1085         the size-changed signal correctly.  (#323848, Murray Cumming)
1086
1087         * gtk/gtkmarshalers.list: Add necessary marshaller.
1088
1089         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't
1090         fall thru to the wrong window types.  (#323843)
1091
1092         Make the gtk-color-scheme setting work.
1093         
1094         * gtk/gtksettings.h: 
1095         * gtk/gtksettings.c (_gtk_settings_get_color_hash): Add a getter
1096         that takes care of initializing the color hash if it is not 
1097         already there.  
1098
1099         * gtk/gtkrc.c (gtk_rc_color_scheme_changed, gtk_rc_context_get): 
1100         And use it here.        
1101
1102 2005-12-10  Matthias Clasen  <mclasen@redhat.com>
1103
1104         * gdk/gdk.c (gdk_parse_args): Warn if parsing fails,
1105         not if it succeeds. 
1106
1107 2005-12-09  Matthias Clasen  <mclasen@redhat.com>
1108
1109         * gtk/gtkselection.c (gtk_selection_data_get_uris): Don't
1110         leak list[0].  (#323629, Markku Vire)
1111
1112         * gtk/gtktextbuffer.c (paste_from_buffer): Unref the buffer
1113         when freeing the RequestData.  (#323577)
1114
1115 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
1116
1117         * demos/gtk-demo/iconview_edit.c (set_cell_color): Don't
1118         leak text.
1119
1120         * gtk/gtktoolbutton.c (clone_image_menu_size): Fix a 
1121         variable name clash.  (#323475, Ross Burton)
1122
1123 2005-12-07  Ross Burton  <ross@burtonini.com>
1124
1125         * docs/reference/gtk/tmpl/gtkenums.sgml:
1126         * gtk/gtktoolbutton.c:
1127         If the toolbar mode is ICONS and there is no icon set then show
1128         the label, and vice versa (#322019)
1129
1130 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
1131
1132         * gtk/gtktoolbutton.c (clone_image_menu_size): Fix a 
1133         variable name clash.  (#323475, Ross Burton)
1134
1135         * gtk/gtktreeview.c (gtk_tree_view_key_press): Use the correct
1136         window when synthesizing the key event.  (#323077,
1137         Sadrul Habib Chowdhury)
1138         
1139         (gtk_tree_view_search_key_press_event): Also listen for
1140         GDK_ISO_Left_Tab.  (#323077, Sadrul Habib Chowdhury)
1141
1142         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler): 
1143         Only scroll if we have focus.  (#316310, Paolo Borelli)
1144
1145         * gtk/gtkfilesystemunix.c (cb_fill_in_mime_type): Fix a C99ism,
1146         spotted by Crispin Flowerday.
1147
1148 2005-12-06  Behdad Esfahbod  <behdad@gnome.org>
1149
1150         * gtk/gtksettings.c (settings_update_font_options): Turn metrics
1151         hinting on (part of #307196)
1152
1153 2005-12-06  Matthias Clasen  <mclasen@redhat.com>
1154
1155         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_reset): Don't
1156         commit from reset, it upstets GtkTextView.
1157
1158         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Be more
1159         careful when turning blinking on and off.
1160         (gtk_text_view_focus_out_event): Make the cursor really invisible
1161         when the focus goes away.  (#323087, Sadrul Habib Chowdhury)
1162         (cursor_blinks): Check the gtk-cursor-blink setting first.
1163
1164         * gtk/gtktreeview.c (gtk_tree_view_key_press): Fix refcounting
1165         issues with new_event and its window.
1166
1167         * gtk/gtkmenu.c (gtk_menu_attach_to_widget): Accept NULL
1168         as a detach func.  (#323386, Jorn Baayen)
1169
1170         * gtk/gtkcalendar.c: Avoid conflict with win32 headers in
1171         the libdate routines.  (#323045, Kazuki Iwamoto)
1172
1173         * gdk/gdk.c (gdk_parse_args): 
1174         * gtk/gtkmain.c (gtk_parse_args): Don't ignore errors
1175         from g_option_context_parse(). 
1176
1177 Tue Dec  6 11:37:59 2005  Tim Janik  <timj@gtk.org>
1178
1179         * gdk/gdkevents.c (gdk_event_new): fix missing hash table 
1180         initialization.
1181
1182 Tue Dec  6 10:32:17 2005  Tim Janik  <timj@gtk.org>
1183
1184         * gtk/gtkstatusbar.c: ported memchunk uses to g_slice, so the code
1185         compiles again.
1186
1187 2005-12-05  Federico Mena Quintero  <federico@ximian.com>
1188
1189         * gtk/gtkfilechooserdefault.c (trap_activate_cb): "event->state &
1190         modifiers", not "event->state && modifiers".  Patch by Sadrul
1191         Habib Chowdhury <imadil@gmail.com>.  Fixes bug #323073.
1192
1193 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
1194
1195         * gtk/gtkwidget.c: 
1196         * gtk/gtkuimanager.c: 
1197         * gtk/gtktreedatalist.c: 
1198         * gtk/gtktext.c: 
1199         * gtk/gtkmain.c: 
1200         * gtk/gtkitemfactory.c: 
1201         * gtk/gtkseparator.[hc]:
1202         * gtk/gtkclist.[hc]: 
1203         * gtk/gtkctree.c:
1204         * gtk/gtkgc.c: Use g_slice instead of mem chunks.
1205
1206 2005-12-05  Michael Natterer  <mitch@imendio.com>
1207
1208         * gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
1209         "timeout-initial", "timeout-repeat", "color-scheme" and
1210         "enable-animations" to X settings.
1211
1212 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
1213
1214         * gdk/gdkevents.c: 
1215         * gdk/gdkcolor.c: Use g_slice instead of mem chunks.
1216
1217         * gtk/gtktreeview.c (gtk_tree_view_key_press): Free new_event
1218         after sending it to the search entry.  (#323209, Crispin Flowerday)
1219
1220         * README.in: Add a note about GTK_FLOATING.
1221
1222         * gtk/gtkobject.h (GTK_OBJECT_FLOATING): Use g_object_is_floating.
1223
1224 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
1225
1226         * gtk/gtktoolbutton.c (clone_image_menu_size): Don't leak
1227         a pixbuf.  (#323024, Paolo Borelli)
1228
1229 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
1230
1231         * gtk/gtkfilesystemunix.c (get_icon_for_mime_type): Don't crash
1232         if mime_type is NULL.  (#322998, Sadrul Habib Chowdhury)
1233
1234 2005-12-02  Michael Natterer  <mitch@imendio.com>
1235
1236         * gtk/gtkmenu.c: applied modified patch from maemo-gtk which
1237         adds a "horizontal-padding" style property. Fixes bug #323036.
1238
1239 2005-12-01  Michael Natterer  <mitch@imendio.com>
1240
1241         Merged modified patch from maemo-gtk that allows to disable
1242         toolbar animations. Addresses bug #142582.
1243
1244         * gtk/gtksettings.c: added boolean property "gtk-enable-animations".
1245         (patch from Christian Neumair)
1246
1247         * gtk/gtktoolbar.c: don't animate toolbar changes if the settings
1248         property is FALSE. Replaced the individual "notify::foo"
1249         connections to GtkSettings by a single "notify" callback and
1250         dispatch internally.
1251
1252 2005-12-01  Michael Natterer  <mitch@imendio.com>
1253
1254         * gtk/gtkmenu.c (gtk_menu_class_init): removed redundant
1255         assignment of widget_class->motion_notify_event.
1256
1257 2005-11-29  Matthias Clasen  <mclasen@redhat.com>
1258
1259         * gtk/gtktoggleaction.c (gtk_toggle_action_class_init): Add 
1260         an active property.  (#322673, Jorn Baayen)
1261
1262         Properly handle model changes in GtkTreeSelection: (#322569,
1263         Milosz Derezynski)
1264         
1265         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): 
1266         Get a reference to the model, and stop the iteration if the model
1267         of the treeview is changed on the way.
1268
1269         * gtk/gtktreeprivate.h: 
1270         * gtk/gtktreeselection.c (_gtk_tree_selection_emit_changed): New 
1271         private function to emit the GtkTreeSelection::changed signal.
1272
1273         * gtk/gtktreeview.c (gtk_tree_view_set_model): Call 
1274         _gtk_tree_selection_emit_changed() when the model changes.
1275
1276 2005-11-28  Federico Mena Quintero  <federico@ximian.com>
1277
1278         Fixes the critical warnings from bug #317999, thus fixing the bug
1279         completely:
1280
1281         * gtk/gtkfilechooserdefault.c
1282         (gtk_file_chooser_default_get_paths): In SELECT_FOLDER mode,
1283         use _gtk_file_chooser_get_current_folder_path() instead of fetching the
1284         impl->current_folder directly.  The latter may be null if we are
1285         in RELOAD_NONE state.
1286
1287 2005-11-28  Federico Mena Quintero  <federico@ximian.com>
1288
1289         Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):
1290
1291         * gtk/gtkfilechooserdefault.c (up_folder_handler): Don't add the
1292         current_folder to the pending select paths here; the path bar will
1293         give it to us now.
1294         (path_bar_clicked): Add the child_path to the pending select paths
1295         here.
1296         (show_and_select_paths): Don't filter out folders.
1297         (show_and_select_paths): Don't take separate arguments for
1298         only_one_path and multiple paths.
1299
1300         * tests/autotestfilechooser.c (test_folder_switch_and_filters):
1301         New test about preserving the filters when we change folders.
1302
1303 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
1304
1305         * gtk/gtkscale.c (_gtk_scale_format_value): Insert an LRM, to prevent
1306         -20 to come out as 20- in RTL locales.  (#322571, Tze'ela Hebron)
1307
1308         * gtk/gtkaction.c (gtk_action_sync_button_stock_id) 
1309         (connect_proxy): Buttons use the label property for stock ids.  (#322565,
1310         Milosz Derezynski)
1311
1312         * gtk/gtkiconview.c (update_text_cell, update_pixbuf_cell): Correctly
1313         handle the cell list and indices into it.  (#321856)
1314
1315 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
1316
1317         * gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
1318         the timeout is done.  (#322291, Jean-Yves Lefort)
1319
1320 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
1321
1322         * gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
1323         F2 work for renaming bookmarks.  (#320822, Jaap A. Haitsma, patch
1324         by Paolo Borelli)
1325
1326 2005-11-28  Tor Lillqvist  <tml@novell.com>
1327
1328         * gdk/win32/gdkwindow-win32.c (gdk_window_set_urgency_hint):
1329         Implement the conditional use of FlashWindowEx() properly for MSVC
1330         compilations. The code was confusingly assuming that if compiled
1331         with a "new" compiler, it will only be run on "new" Windows
1332         versions. We want it to run on "old" versions, too, even if
1333         compiled with a "new" compiler. There are two orthogonal issues:
1334         whether the compiler defines the necessary API in its headers, and
1335         whether it is present at run-time. (#318077)
1336
1337         * gtk/gtkcalendar.c (gtk_calendar_init): Use GetLocaleInfo() on
1338         Windows to get the localized weekday and month names. strftime()
1339         in the Microsoft C library returns strings in the default codepage
1340         for the locale of the process, not the system codepage. Thus
1341         g_locale_to_utf8() isn't useable on the return value from
1342         strftime(). (#322603)
1343
1344 2005-11-27  Matthias Clasen  <mclasen@redhat.com>
1345
1346         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup): 
1347         Fix an example.  (#322493, Elie De Brauwer)
1348         
1349         Fix two memory handling problems in GtkTreeView: (#322350, 
1350         Søren Sandmann)
1351         
1352         * gtk/gtktreeview.c (gtk_tree_view_destroy) 
1353         (gtk_tree_view_set_model): Remove all references to nodes in
1354         the old model.
1355         (gtk_tree_view_real_collapse_row): Unmark expanded_collapsed_node
1356         before removing the children.
1357
1358         * gtk/gtkcolorbutton.c (gtk_color_button_init): Don't leak a 
1359         PangoLayout here.  (#322505, Paolo Borelli)
1360
1361 2005-11-27  Tor Lillqvist  <tml@novell.com>
1362
1363         Once again rework Win32 window decoration code. Doesn't break
1364         #104514. The dialogs in gtk-demo now have the same decorations and
1365         behaviour as on X11. Tried to fix #322516 but it seems very hard
1366         to make the trivial sample program there behave as expected. OTOH,
1367         simply moving the gtk_window_decorate() call in the #322516 sample
1368         program after the call to gtk_widget_show() helps...
1369             
1370         * gdk/win32/gdkwindow-win32.c (set_or_clear_style_bits): Revert to
1371         the correct semantics. Each call to gdk_window_set_decorations()
1372         which calls this function is supposed to affect all decorations.
1373
1374         (decorate_based_on_hints): New function, looks at both geometry
1375         hints and type hint and sets window decorations based on
1376         that. Consolidate code from gdk_window_set_geometry_hints() and
1377         gdk_window_set_type_hint() here.
1378
1379         (gdk_window_set_geometry_hints, gdk_window_set_type_hint): Call
1380         decorate_based_on_hints().
1381
1382 2005-11-25  Dom Lachowicz <cinamod@hotmail.com>
1383
1384         * modules/engines/ms-windows/*.[ch]: Merge with gtk-wimp's CVS.
1385         Includes improved menu icon spacing, [+]/[-] expander drawing,
1386         status-bar gippie drawing, and notebook tab drawing.
1387         
1388 2005-11-24  Michael Natterer  <mitch@imendio.com>
1389
1390         * gtk/gtktoolbar.h (struct _GtkToolbar): changed two private guint
1391         that used to hold signal handler IDs to two guint of padding.
1392
1393         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): added them as
1394         gulong here.
1395
1396         (gtk_toolbar_screen_changed): changed accordingly.
1397
1398 Wed Nov 23 18:55:47 2005  Tim Janik  <timj@imendio.com>
1399
1400         * gtk/gtkobject.[hc]: deprecated floating/sink API and implemented it
1401         in terms of the GObject floating/sink API.
1402
1403         * gtk/gtkaboutdialog.c:
1404         * gtk/gtkaction.c:
1405         * gtk/gtkcellview.c:
1406         * gtk/gtkclist.c:
1407         * gtk/gtkcolorsel.c:
1408         * gtk/gtkcombobox.c:
1409         * gtk/gtkfilechooserdefault.c:
1410         * gtk/gtkiconview.c:
1411         * gtk/gtkinvisible.c:
1412         * gtk/gtkitemfactory.c:
1413         * gtk/gtklayout.c:
1414         * gtk/gtkmenu.c:
1415         * gtk/gtkmenutoolbutton.c:
1416         * gtk/gtknotebook.c:
1417         * gtk/gtkprogress.c:
1418         * gtk/gtkrange.c:
1419         * gtk/gtkspinbutton.c:
1420         * gtk/gtkstatusicon.c:
1421         * gtk/gtktext.c:
1422         * gtk/gtktextview.c:
1423         * gtk/gtktoolbar.c:
1424         * gtk/gtktoolbutton.c:
1425         * gtk/gtktoolitem.c:
1426         * gtk/gtktreeitem.c:
1427         * gtk/gtktreeview.c:
1428         * gtk/gtktreeviewcolumn.c:
1429         * gtk/gtkuimanager.c:
1430         * gtk/gtkviewport.c:
1431         * gtk/gtkwidget.c:
1432         * gtk/gtkwindow.c:
1433         ported to use GObject's g_object_ref_sink().
1434
1435         * gtk/gtkcolorsel.c:
1436         * gtk/gtkfilechooserdefault.c:
1437         * gtk/gtkaboutdialog.c:
1438         fixed compiler warnings.
1439
1440 2005-11-23  Matthias Clasen  <mclasen@redhat.com>
1441
1442         * gtk/gtksettings.c (gtk_settings_class_init): Add some docs
1443         about gtk-color-scheme.
1444
1445 2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
1446
1447         * configure.in (enable_explicit_deps): Fix typo when checking
1448         libtool config deplibs_check_method. Moreover, enable explicit
1449         deps if we get anything other than pass_all from libtool. (part of
1450         #318750)
1451
1452 2005-11-23  Matthias Clasen  <mclasen@redhat.com>
1453
1454         * gtk/updateiconcache.c (write_csource): Don't create a big
1455         string, since Visual C++ doesn't like strings longer than 64k. 
1456         (#322238, Kazuki IWAMOTO
1457
1458         * gtk/gtkentry.c: Include gtkimcontextsimple.h  (#322235,
1459         Kazuki IWAMOTO)
1460
1461 2005-11-23  Michael Natterer  <mitch@imendio.com>
1462
1463         * gtk/gtkrc.c (gtk_rc_reset_widgets): don't leak all toplevel
1464         windows on other screens (correctly remove all temporary
1465         references).
1466
1467 2005-11-23  Michael Natterer  <mitch@imendio.com>
1468
1469         Added symbolic themable colors. Patch is a merged version of
1470         proposals from Matthias and maemo-gtk. Fixes bug #114355.
1471
1472         * configure.in: require glib >= 2.9.1 for refcountable hashtables.
1473
1474         * gtk/gtksettings.c: added property "color-scheme" which is a
1475         string defining colors like "foreground:black\nbackground:grey".
1476         Automatically provide a name->GdkColor hash table mapping for the
1477         color scheme.
1478
1479         * gtk/gtkrc.[ch]: added list of color hashes that works like the
1480         list of icon factories. Append the color scheme hash from
1481         GtkSettings if it exists. Extended gtkrc syntax to allow defining
1482         and referencing of logical colors. Also allow to modulate colors
1483         in gtkrc by using arbitrary expressions of mix(), shade(),
1484         lighter() and darker(). Added internal function
1485         _gtk_rc_style_get_color_hashes().
1486
1487         * gtk/gtkstyle.[ch]: keep a private list of color hashes around.
1488         Get the list from _gtk_rc_style_get_color_hashes(). Export
1489         internal function _gtk_style_shade() (used by above color
1490         expressions). Added public API gtk_style_lookup_color() which
1491         looks up a logical color by name.
1492
1493         * gtk/gtk.symbols: add gtk_style_lookup_color
1494
1495         * tests/testgtkrc: use symbolic colors for making
1496         the scrollbars red.
1497
1498 2005-11-22  Michael Natterer  <mitch@imendio.com>
1499
1500         Made button-press timeouts which work like key repeat timeouts
1501         configurable. Addresses bug #142582:
1502
1503         * gtk/gtksettings.c: added properties "gtk-timeout-initial" and
1504         "gtk-timeout-repeat" which defalt to 200/20 (ms).
1505
1506         Use the values from GtkSettings instead of hardcoding them
1507         (the repeat value is either taken as-is for fast repeat or
1508         multiplied by 5 for slow repeat). Changed all places to use these
1509         two standard initial/repeat timings:
1510
1511         * gtk/gtkcalendar.c (unchanged 200/20)
1512         * gtk/gtknotebook.c (unchanged 200/100)
1513         * gtk/gtkpathbar.c (changed from 300/150 to 200/100)
1514         * gtk/gtkrange.c (changed from 250/100 to 200/100)
1515         * gtk/gtkspinbutton.c (unchanged 200/20)
1516
1517 2005-11-21  Anders Carlsson  <andersca@imendio.com>
1518
1519         * configure.in:
1520         * gtk/Makefile.am:
1521         * gdk/Makefile.am:
1522         * gdk/quartz/*:
1523         Add quartz backend.
1524         
1525         * docs/tools/Makefile.am:
1526         Only build docshooter when the X11 backend is used.
1527         
1528         * gtk/gtkplug-stub.c:
1529         Include gtkplug.h here.
1530         
1531         * gtk/gtksocket-stub.c:
1532         Include gtksocket.h here.
1533         
1534 2005-11-21  Matthias Clasen  <mclasen@redhat.com>
1535
1536         * gtk/gtkinputdialog.c: Convert GtkInputDialog to 
1537         g_type_class_add_private.
1538
1539         * gtk/gtksocket.c: Convert GtkSocket to g_type_class_add_private.
1540
1541         * gtk/gtkmenu.c: Convert GtkMenu to g_type_class_add_private.
1542
1543         * gtk/gtk.symbols:
1544         * gtk/gtkcombobox.[hc]: Add a tearoff-title property,
1545         with getter and setter.  (#316482, Olexiy Avramchenko)
1546
1547         * tests/testcombo.c (main): Test gtk_combo_box_set_title
1548
1549         * gtk/gtkpathbar.c: Merge remaining fixes from the 2.8 branch,
1550         pointed out by Michael Natterer.
1551
1552         Fix for bug #321542, Benedikt Meurer:
1553         
1554         * gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
1555         Emit notify::active.
1556         
1557         (gtk_combo_box_child_show, gtk_combo_box_child_hide): Use
1558         g_signal_emit, not g_signal_emit_by_name.
1559
1560 2005-11-18  Matthias Clasen  <mclasen@redhat.com>
1561
1562         Fix crashes in connection with pathbar scrolling (#321560,
1563         Bogdan Nicula)
1564         
1565         * gtk/gtkpathbar.c (gtk_path_bar_update_slider_buttons): 
1566         Stop scrolling when desensitising slider buttons.
1567         (gtk_path_bar_scroll_timeout, gtk_path_bar_slider_button_press): 
1568         And use it here.  
1569
1570         * gtk/gtkpathbar.h (struct _GtkPathBar): Add a separate
1571         scrolling_down flag.
1572
1573 2005-11-18  Matthias Clasen  <mclasen@redhat.com>
1574
1575         * gtk/gtkpathbar.c (button_clicked_cb): Fix a C99ism.
1576         (#321777, Jens Granseuer)
1577
1578         * gtk/gtkaction.c (disconnect_proxy): Disconnect the
1579         sync callback for the visibility property.  (#321761,
1580         Philip Langdale)
1581
1582         Turn off input methods in invisible entries, since
1583         they are confusing.  (#317002, James Su)
1584         
1585         * gtk/gtkentry.c (gtk_entry_set_visibility): Toggle input
1586         methods if visibility changes.
1587         (popup_targets_received): Don't show the input method
1588         menu if the entry is invisible.  
1589
1590 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
1591
1592         * README.in: Add a note about range arrow sensitivity.
1593
1594         * perf/treeview.c: const correctness fixes
1595         found by Arjan van de Ven and gcc.
1596
1597 2005-11-16  Michael Natterer  <mitch@imendio.com>
1598
1599         * gtk/gtkimage.c (animation_timeout): call
1600         gtk_window_process_updates() so the animation keeps running even
1601         if the main loop is busy with sources that eat a lot of cpu with
1602         high priority. Fixes bug #321444.
1603
1604         (gtk_image_new_from_animation): document the fact that the
1605         animation will stop running if the main loop is busy with sources
1606         that have priorities higher than G_PRIORITY_DEFAULT.
1607
1608         * tests/testimage.c: added test case that shows an animation even
1609         though a cpu-eating idle function is running.
1610
1611 2005-11-16  Michael Natterer  <mitch@imendio.com>
1612
1613         * gdk/x11/gdkevents-x11.c (_gdk_events_uninit): new internal
1614         function which destroys the display's event source. Also removes
1615         the source from the global display_sources list and unrefs it.
1616
1617         * gdk/x11/gdkprivate-x11.h: declare the function.
1618
1619         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose): call it
1620         instead of half-destroying the source here.
1621
1622 2005-11-15  Matthias Clasen  <mclasen@redhat.com>
1623
1624         * gtk/gtktreestore.c (gtk_tree_store_move): Fix a memory
1625         leak.  (#321032, Peter Zelezny)
1626
1627 2005-11-15  Michael Natterer  <mitch@imendio.com>
1628
1629         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): destroy
1630         display->xid_ht as late as possible (right before XCloseDisplay)
1631         because it still needs to be around when the display's screens are
1632         finalized. (#85715)
1633
1634 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
1635
1636         * gtk/gtkselection.c (gtk_selection_data_set_uris): Don't
1637         leak result.  (#321441, Tommi Komulainen)
1638
1639 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
1640
1641         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes):
1642         Don't crash if there is no builtin icon.
1643
1644 2005-11-14  Michael Natterer  <mitch@imendio.com>
1645
1646         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_set_property):
1647         removed redundant calls to g_object_notify().
1648
1649 2005-11-13  Matthias Clasen  <mclasen@redhat.com>
1650
1651         * gdk/gdkcolor.c (gdk_color_parse): Documentation 
1652         improvements.  (#321338)
1653
1654         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Make
1655         limit an inclusive boundary.  (#321299)
1656
1657 2005-11-12  Michael Natterer  <mitch@imendio.com>
1658
1659         * gtk/Makefile.am: fixed icon rules so gtkbuiltincache.h is only
1660         rebuilt if needed.
1661
1662 2005-11-12  Dom Lachowicz <cinamod@hotmail.com>
1663
1664         * modules/engines/ms-windows/msw_style.c: Bug #313627. Make win32 
1665         theme's handling of toolbars, handleboxes, and menubars more in-line
1666         with Microsoft's IE style.
1667         * modules/engines/ms-windows/*.c: Indentation cleanups
1668         
1669 2005-11-12  Matthias Clasen  <mclasen@redhat.com>
1670
1671         Make builtin icons work in gtk_window_set_icon_name() 
1672         (#321046, Maxim Udushlivy)
1673
1674         * gtk/gtkicontheme.c (insert_theme): Always insert the default
1675         theme.
1676         (ensure_valid_themes): Call _gtk_icon_theme_ensure_builtin_cache()
1677         from here.
1678         (theme_lookup_icon, find_builtin_icon): ...and not from here.
1679         (gtk_icon_theme_lookup_icon): Remove an unncessary assert.
1680         (gtk_icon_theme_get_icon_sizes): Also check builtin icons.
1681
1682 2005-11-12  Tor Lillqvist  <tml@novell.com>
1683
1684         * gtk/gtkfilesystemwin32.c (filename_get_info): Don't hide
1685         dotfiles, no such convention on Win32. Just hide files with the
1686         hidden attribute. (#314627)
1687
1688 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
1689
1690         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Do not
1691         check whether the path is a folder.  It is useful to bookmark
1692         files as well (e.g. todo.txt), and this will also help
1693         performance.
1694         (shortcuts_add_bookmark_from_path): Likewise.
1695         (shortcuts_activate_iter): Change folders or select files, as
1696         appropriate.
1697
1698 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
1699
1700         * tests/autotestfilechooser.c (main): Use
1701         g_log_set_default_handler() instead of explicitly setting a
1702         handler for each domain.
1703
1704         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Only get
1705         the base path of the volume if it is mounted.
1706
1707 2005-11-11  Michael Natterer  <mitch@imendio.com>
1708
1709         Added per-stepper API for GtkRange's stepper sensitivity as
1710         discussed in bug #321056:
1711
1712         * gtk/gtkenums.h: added GtkSensitivityType which can be
1713         { AUTO, ON, OFF }.
1714
1715         * gtk/gtkrange.[ch]: added properties "lower-stepper-sensitivity"
1716         and "upper-stepper-sensitivity" and public getters/setters for
1717         them. Changed stepper drawing to honor the new properties.
1718
1719         * gtk/gtk.symbols: added the new symbols.
1720
1721 2005-11-10  Matthias Clasen  <mclasen@redhat.com>
1722
1723         * gtk/gtkcombobox.c: Add show-popup and hide-popup signals and
1724         emit them when the popup is shown or hidden.  (#162531, Tommi
1725         Komulainen)
1726
1727         * tests/testcombo.c: Add an example of popuplating a combobox
1728         on click.
1729
1730         * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another
1731         erroneous semicolon.
1732
1733         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
1734         semicolon. 
1735
1736         Don't corrupt odd keymaps (#316638, Kean Johnston)
1737         
1738         * gdk/x11/gdkkeys-x11.c (set_symbol): Auxiliary function to
1739         handle frobbing keymaps with odd numbers of syms/code.
1740         
1741         * gdk/x11/gdkkeys-x11.c (update_keymaps): Use set_symbol() to 
1742         frob the keymap.
1743
1744         Improve navigation to parent folders.  (#318444, Andrei Yurkevich)
1745         
1746         * gtk/gtkpathbar.[hc]: Add a child_path argument to
1747         the path_clicked signal.
1748         * gtk/gtkfilechooserdefault.c (path_bar_clicked): Select the
1749         child_path, if it is provided.
1750         * gtk/marshalers.list (path_bar_clicked): Add the necessary
1751         glue.
1752
1753         * gtk/gtkmenu.c: Fix some compiler warnings. (#321141,
1754         Kjartan Maraas)
1755         
1756         * gtk/gtk.symbols: 
1757         * gtk/gtktreeview.h: 
1758         * gtk/gtktreeview.c: Implement a getter for headers-clickable.
1759         (#163851, Richard Hult)
1760
1761 2005-11-10  Michael Natterer  <mitch@imendio.com>
1762
1763         Applied patch from maemo-gtk that addresses many issues wrt
1764         display migration and display closing (bug #85715).
1765
1766         * gdk/gdkdisplay.c (gdk_display_dispose): don't just set the
1767         default display to NULL when it's closed. Instead set the most
1768         recently opened display as new default (if one exists).
1769
1770         * gdk/gdkpango.c (on_renderer_display_closed): fixed signature
1771         of this callback.
1772
1773         * gdk/gdkscreen.c (gdk_screen_dispose): check if the GCs still
1774         exist before unrefing them.
1775
1776         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): if the screen
1777         is closed, allow destruction of the root window.
1778
1779         * gdk/x11/gdkdisplay-x11.c: moved some stuff from finalize() to
1780         dispose(), free stuff that was leaked before.
1781
1782         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_uninit_screen): check if
1783         the xsettings_client still exists before destroying it.
1784
1785         * gdk/x11/gdkkeys-x11.c: added finalization and free the allocated
1786         X resources.
1787
1788         * gdk/x11/gdkpixmap-x11.c: moved stuff from finalize() to new
1789         dispose() implementation.
1790
1791         * gdk/x11/gdkscreen-x11.c: moved stuff from finalize() to
1792         dispose() and check if it still exists before unrefing it. Set
1793         their pointers to NULL/None *after* upchaining in dispose(),
1794         because X11 implementations of members of the parent class still
1795         need them for their own destruction.
1796
1797         * gdk/x11/gdkvisual-x11.c: removed finalize() implementation which
1798         was g_error()ing when finalizing a visual.
1799
1800         * gtk/gtkclipboard.c (gtk_clipboard_finalize): don't use
1801         get_clipboard_widget() because it would create the widget if it
1802         doesn't exist. Use g_object_get_data() directly instead.
1803
1804         * gtk/gtktextdisplay.c (on_renderer_display_closed): fixed signature
1805         of this callback.
1806
1807 2005-11-10  Simos Xenitellis  <simos@gnome.org>
1808
1809         * configure.in: Added Tatar (tt) to ALL_LINGUAS.
1810
1811 Wed Nov  9 16:29:42 2005  Tim Janik  <timj@imendio.com>
1812
1813         * gtk/gtkrange.c: patch from maemo-gtk that changes GtkRange
1814         to render its arrows insensitive when the adjustment is in
1815         its min or max position. this makes range arrow behaviour 
1816         consistent with spin button behaviour. (#321056)
1817
1818 2005-11-09  Tor Lillqvist  <tml@novell.com>
1819
1820         * gdk/gdkinternals.h
1821         * gdk/gdk.c (gdk_debug_keys[]): Add new GDK_DEBUG_DRAW flag to
1822         the GdkDebugFlag enum.
1823
1824         * gdk/win32/gdkdrawable-win32.c: Use DRAW to trigger GDK_NOTEs in
1825         this file instead of MISC. Now asking for MISC will give mainly
1826         window manipulation debugging output with the Win32 backend.
1827
1828 2005-11-09  Tor Lillqvist  <tml@novell.com>
1829
1830         * gdk/win32/gdkwindow-win32.c: Remove unnecessary includes.
1831
1832         (_gdk_win32_get_adjusted_client_rect): Remove this two-line
1833         function which was used only in one place.
1834
1835         (get_outer_rect): Use _gdk_win32_adjust_client_rect().
1836
1837         (gdk_window_set_geometry_hints): If we have identical minimum and
1838         maximum size hints, remove the resize and maximize
1839         decorations/functions. (#104514)
1840
1841         If we have a maximum size hint, remove the maximize
1842         decoration/function but ensure the resize decoration/function is
1843         available. Otherwise ensure both resize and maximize
1844         decorations/functions are there.
1845
1846         (set_or_clear_style_bits): Factored out common code from
1847         gdk_window_set_decorations() and gdk_window_set_functions(). 
1848
1849         Hack the window style setting once more: Only touch the window
1850         style bits corresponding to the GdkWMDecoration or GdkWMFunction
1851         parameter bitmasks. Hopefully this finally is the correct thing to
1852         do. We used to clear all other bits than those that were being
1853         set, or set all other bits than those that were being cleared.
1854
1855         Take into account that adding or removing decorations leaves the
1856         window's outer size unchanged, i.e., the client area's size and
1857         position change. This is apparently not what we want, so change
1858         also the window's (outer) position and size appropriately so that
1859         the client area's position and size stay constant.
1860
1861         gtk-demo's color selector dialog is now non-resizable like on X11
1862         (I tested with metacity in GNOME). Torn off menus are shrinkable
1863         vertically but have a maximum size, and are not maximizable or
1864         minimizable, like on X11.
1865
1866         (gdk_window_set_decorations, gdk_window_set_functions): Let
1867         set_or_clear_decorations() do most of the job.
1868
1869         * gdk/win32/gdkprivate-win32.h: Remove declaration of
1870         _gdk_win32_get_adjusted_client_rect().
1871
1872 2005-11-09  Tor Lillqvist  <tml@novell.com>
1873
1874         * gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32)
1875         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_init,
1876         gdk_window_get_type_hint, gdk_window_get_type_hint): Store the
1877         type hint. Implement gdk_window_get_type_hint() by just returning
1878         the hint stored.
1879
1880 2005-11-09  Tor Lillqvist  <tml@novell.com>
1881
1882         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
1883         Remove code that has been permanently ifdeffed out for two years.
1884
1885 2005-11-08  Matthias Clasen  <mclasen@redhat.com>
1886
1887         * gdk/gdkgc.c (gdk_gc_finalize): Unref tile and stipple when
1888         finalizing a gc.  (#320789, Nickolay V. Shmyrev)
1889
1890         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Ignore
1891         icons if they would make the request large enough to cause
1892         Xlib to loose the connection.  (#320909, Claudio Saavedra)
1893
1894 2005-11-08  Michael Natterer  <mitch@imendio.com>
1895
1896         * gdk/gdk.symbols
1897         * gdk/gdkwindow.h
1898         * gdk/x11/gdkwindow-x11.c: added gdk_window_get_type_hint() (patch
1899         extracted from maemo-gtk). Fixes bug #320872.
1900
1901 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
1902
1903         * gtk/gtkfilechooserdefault.c (shortcuts_reorder): Don't
1904         looks the bookmark label when reordering.  (#320720, Jeremy Cook)
1905
1906         * gtk/gtkpathbar.[hc]: Set focus-on-click to FALSE for all buttons.
1907         Don't grab focus when a slider button is pressed, instead, use
1908         a bit in the pathbar struct to determine whether to scroll up
1909         or down.  (#314486, Carlos Garnacho)
1910
1911         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): 
1912         Don't popup the completions if the focus has already been
1913         moved somewhere else.  (#319914, Christian Persch)
1914
1915         * gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured): 
1916         Raise the drag_window after reconfiguring the 
1917         toolbar.  (#320803, Christian Persch)
1918
1919         * gtk/gtk.symbols: 
1920         * gtk/gtkfilechooserbutton.h: 
1921         * gtk/gtkfilechooserbutton.c: Add a focus-on-click property
1922         with setter and getter.  (#318945, Christian Persch)
1923         
1924 Mon Nov  7 16:15:16 2005  Tim Janik  <timj@imendio.com>
1925
1926         * configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present.
1927
1928 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
1929
1930         * configure.in: Adjust to the stock icon changes.
1931         
1932 2005-11-07  Tor Lillqvist  <tml@novell.com>
1933
1934         * gdk/win32/gdkcursor-win32.c (pixbuf_to_hbitmaps_normal):
1935         Correct the calculation of maskstride. (#320152, Peter Zelezny)
1936         
1937 2005-11-06  Michael Natterer  <mitch@imendio.com>
1938
1939         * gtk/Makefile.am (icons): fixed rule to actually create the
1940         symlinks, erroring out if anything goes wrong.
1941
1942 2005-11-06  Tor Lillqvist  <tml@novell.com>
1943
1944         * gtk/updateiconcache.c (build_cache): Can't rename a file if the
1945         target exists on Win32. First rename the target temporarily, then
1946         if the renaming of the source to target fails, restore the
1947         original name for the target.
1948
1949         * gtk/Makefile.am: Use EXEEXT in the dependency on gtk-update-icon-cache.
1950
1951 2005-11-06  Tor Lillqvist  <tml@novell.com>
1952
1953         (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap,
1954         like pixbuf_to_hbitmaps_normal().
1955         (_gdk_win32_pixbuf_to_hicon_supports_alpha): Check
1956         G_WIN32_IS_NT_BASED() first, so we can pretend being on Win9x by
1957         setting the G_WIN32_PRETEND_WIN9X environment variable.
1958         
1959 2005-11-06  Tor Lillqvist  <tml@novell.com>
1960
1961         Make icon masks work on Win98 (#320152, Peter Zelezny)
1962
1963         * gdk/win32/gdkcursor-win32.c (create_color_bitmap): Take also a
1964         parameter for the depth of the bitmap, so that this function can
1965         be used to create 1-bit bitmaps, too.
1966         (pixbuf_to_hbitmaps_normal): Create an 1-bit bitmap for the mask,
1967         and initialize it properly.
1968
1969 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
1970
1971         Store builtin stock icons in an icon cache, instead of
1972         populating a hash table with pixbufs at startup, to save both
1973         memory and startup time.
1974
1975         * gtk/stock-icons/*: Reorganize the icons in a directory structure
1976         suitable for gtk-update-icon-cache, and rename them to match the
1977         stock ids.
1978
1979         * gtk/gtkiconcache.[hc]: Support non-mmapped icon caches, and
1980         add _gtk_icon_cache_has_icon_in_directory().
1981
1982         * gtk/updateiconcache.c: Support a --source <VARIABLE> argument
1983         to store the contents of the icon cache in a C header.
1984
1985         * gtk/gtkbuiltincache.h: Generated private header which contains 
1986         the icon cache for the builtin icons.
1987
1988         * gtk/gtkicontheme.c: Create a GtkIconCache for the builtin
1989         icons, and use that in addition to the hash table whenever
1990         builtin icons are searched.
1991
1992         * gtk/gtkiconfactory.c: Add GTK_ICON_SOURCE_STATIC_ICON_NAME and
1993         use it for static stock ids. 
1994         (get_default_icons): Don't add the builtin
1995         icons to the icon theme, just register the stock ids.
1996         (render_fallback_image): Take the fallback image out of the
1997         builtin icon cache.
1998         
1999         * gtk/Makefile.am: Remove stock-icons from SUBDIRS and add 
2000         the necessary machinery to rebuild gtkbuiltincache.h.
2001
2002 2005-11-04  Michael Natterer  <mitch@imendio.com>
2003
2004         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): applied patch
2005         from maemo-gtk that changes the mtime check for rc files from
2006         '>' to '!=', otherwise theme changes go unnoticed when turning
2007         back the clock (Tommi Komulainen).
2008
2009 2005-11-04  Tor Lillqvist  <tml@novell.com>
2010
2011         * gtk/gtkstatusicon.c (gtk_status_icon_set_tooltip): Plug memory
2012         leak on Win32.
2013
2014 2005-11-03  Tor Lillqvist  <tml@novell.com>
2015
2016         * gdk/win32/gdkcursor-win32.c: As there is only one GdkDisplay in
2017         the Win32 backend, check that GdkDisplay* parameters are equal to
2018         _gdk_display instead of using the unnecessarily general
2019         GDK_IS_DISPLAY().
2020
2021         (pixbuf_to_hbitmaps_alpha_winxp): Rename the variables for the
2022         color bitmap to have "color" in their name, for similarity with
2023         pixbuf_to_hbitmaps_normal(). Create a color bitmap for the mask,
2024         too, instead of creating a b&w bitmap with CreateBitmap(). Set up
2025         the mask bitmap's contents, ones for those pixels in the color
2026         bitmap where the alpha is zero, zero for other pixels. We used to
2027         use an uninitialized mask bitmap! This meant that icons and
2028         cursors created presumably worked more or less by accident.
2029         Totally blank icons with zero alpha everywhere (as used by
2030         gtktrayicon.c) definitely did not work as expected.
2031
2032         * gtk/Makefile.am: Include gtkstatusicon.c on all platforms.
2033
2034         * gtk/gtkstatusicon.c: Implement for Win32. Use code from
2035         gtktrayicon-win32.c as applicable. (gtktrayicon-win32.c is not
2036         necessary and can be removed from CVS. It has never been mentioned
2037         in gtk/Makefile.am.) No tray icon widget, GtkImage or GtkTooltips
2038         are used on Win32. One label widget is used (but never shown) as
2039         gtk_widget_render_icon() needs a widget.
2040
2041         Ifdefs used as necessary in several places. It might be cleaner to
2042         split out the backend-specific parts to separate files, or at
2043         least collect them into separate blocks in the file.
2044
2045         (wndproc): New function. Window procedure to monitor mouse events
2046         in the system tray icon. Call gtk_status_icon_button_press() as
2047         needed.
2048         (create_tray_observer): New function. Creates a hidden window that
2049         only serves as a tray icon message observer.
2050
2051         * tests/teststatusicon.c (icon_activated): Position the dialog
2052         with GTK_WIN_POS_CENTER.
2053         (do_quit): New function, hide and unref the GtkStatusIcon, and
2054         call gtk_main_quit().
2055         (popup_menu): Add a Quit menu item that calls do_quit().
2056         
2057 2005-11-02  Tor Lillqvist  <tml@novell.com>
2058
2059         * gdk/win32/gdkcolor-win32.c
2060         * gdk/win32/gdkscreen-win32.c
2061         * gdk/win32/gdkwindow-win32.c: Whitespace consistency
2062         fixes. Remove superfluous test for GdkWindow* parameters being
2063         non-NULL. Testing GDK_IS_WINDOW() is enough. As there is only one
2064         GdkScreen and one GdkDisplay in the Win32 backend, use those
2065         variables instead of the getter functions. For GdkDisplay* and
2066         GdkScreen* parameters, check that they are equal to the
2067         corresponding singleton variables instead of the more general
2068         GDK_IS_DISPLAY() or GDK_IS_SCREEN().
2069
2070 2005-11-02  Matthias Clasen  <mclasen@redhat.com>
2071
2072         * gtk/gtktextview.c: Remove some g_return_if_fail() from
2073         static functions, replace some others by g_assert().
2074         
2075         * gtk/gtktextview.c (selection_motion_event_handler) 
2076         (gtk_text_view_start_selection_drag): Keep track of the original
2077         selection boundaries during a drag selection, in order to correctly
2078         decide when to extend or shrink the selection.  (#320167,
2079         reported by Arvind S N, patch by Paolo Borelli)
2080
2081         * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): 
2082         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Replace
2083         manual offset calculations by g_utf8_offset_to_pointer().
2084         (#320360, Paolo Borelli)
2085
2086 Tue Nov  1 16:18:24 2005  Tim Janik  <timj@imendio.com>
2087
2088         * gtk/gtkrbtree.[hc]: get rid of GAllocator usage, allocate and free 
2089         nodes via the g_slice_*() API.
2090         _gtk_rbtree_new(): fixed wrong node allocation via g_new().
2091
2092 2005-11-01  Tor Lillqvist  <tml@novell.com>
2093
2094         * gdk/win32/gdkprivate-win32.h
2095         * gdk/win32/gdkglobals-win32.c
2096         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Add more
2097         pre-interned GdkAtoms and pre-registered clipboard formats. Sort
2098         their declarations, definitions and assignments into a more
2099         logical and consistent order.
2100
2101         * gdk/win32/gdkmain-win32.c (_gdk_win32_cf_to_string): Include the
2102         CF_ prefix for the predefined clipboard format names. Put quotes
2103         around registered format names to distinguish them.
2104         
2105         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Return
2106         immediately with a warning if the property type is STRING, TEXT,
2107         COMPOUND_TEXT or SAVE_TARGETS, as these are X11-specific that we
2108         should never pretend to handle on Win32. Handle only UTF8_STRING
2109         here, other formats with delayed rendering. Use \uc1 instead of
2110         \uc0 when generating Rich Text Format for easier testability on
2111         XP, where WordPad misinterprets \uc0 encoded characters. Add more
2112         GDK_NOTE debugging output for Clipboard operations.
2113
2114         * gdk/win32/gdkselection-win32.c: Debugging printout improvements.
2115         (gdk_selection_convert): Don't pretent to handle STRING, just
2116         UTF8_STRING. Streamline error handling, don't unnecessarily have a
2117         GError which then isn't used for anything anyway if it gets set.
2118         (gdk_win32_selection_add_targets): Skip also STRING, TEXT,
2119         COMPOUND_TEXT and SAVE_TARGETS in addition to UTF8_STRING.
2120
2121         * config.h.win32.in: Sync with what configure produces.
2122
2123         * configure.in: Don't look for X_PACKAGES unless building for
2124         x11. (#313986, John Ehresman)
2125
2126 2005-10-28  Erdal Ronahi  <erdal.ronahi@gmail.com>
2127
2128         * configure.in: Added ku (Kurdish) to ALL_LINGUAS
2129                         Wondered why there was no ku there before??
2130
2131 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
2132
2133         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Add the popup
2134         window to the toplevels window group.  (#319912, Christian Persch)
2135
2136 2005-10-28  Kristian Rietveld  <kris@gtk.org>
2137
2138         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix
2139         stupid thinko.
2140
2141 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
2142
2143         * gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
2144         drag cursors.  (#319200, Federico Mena Quintero)
2145
2146         * gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle
2147         Shift-G to go to the previous match, like firefox.  (#320061, Christian 
2148         Neumair)
2149
2150         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_build_level): Fix a
2151         C99ism.  (#320000, Kazuki Iwamoto)
2152
2153         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little 
2154         stars.  (#319985, Bastien Nocera)
2155
2156         * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
2157         FALSE, so we don't flush repeatedly.  (#319151, Alexander Larsson)
2158
2159 2005-10-26  Michael Natterer  <mitch@imendio.com>
2160
2161         Fix bug #319974:
2162
2163         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
2164         make sure that setting any of pixbuf/stock-id/icon-name resets the
2165         others because they are mutually exclusive, and that unsetting any
2166         of them only resets the pixbuf and nothing else. Also added
2167         some missing g_object_notify().
2168
2169         (gtk_cell_renderer_pixbuf_get_property): simplified calls to
2170         g_value_set_object().
2171
2172         (gtk_cell_renderer_pixbuf_create_stock_pixbuf)
2173         (gtk_cell_renderer_pixbuf_create_named_icon_pixbuf): added
2174         g_object_notify ("pixbuf").
2175
2176 2005-10-27  Matthias Clasen  <mclasen@redhat.com>
2177
2178         * gtk/gtktreeview.c (gtk_tree_view_button_press): Be more 
2179         careful about initializing cell_area.  (#319382, Tommi
2180         Komulainen)
2181
2182         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat
2183         Ctrl-PageUp/PageDown.  (#318670, Christian Neumair)
2184
2185         * demos/gtk-demo/clipboard.c (paste_received): Only set the
2186         text if it is not NULL.  (#319930, Thomas Klausner)
2187
2188         * gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the
2189         loader before trying to get the pixbuf.  (#319930, Thomas Klausner)
2190
2191 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
2192
2193         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
2194         * gtk/gtkthemes.c (gtk_theme_engine_load): 
2195         * gtk/gtkimmodule.c (gtk_im_module_load): Use G_MODULE_BIND_LAZY
2196         when dlopening modules.  (#319557, Laszlo Peter)
2197
2198 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
2199
2200         * gtk/gtktextbtree.c (gtk_text_btree_resolve_bidi): Only use text
2201         segments when determining text direction.  (#319065, Tommi Komulainen)
2202
2203         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't crash
2204         on duplicate destroy.  (#318953, Gustavo Carneiro)
2205
2206         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog): 
2207         Point out that destroy-with-parent is a bad idea for the dialog
2208         passed to this function.  (#318943, Christian Persch)
2209
2210         * */Makefile.am: use $(GLIB_MKENUMS) instead of 
2211         glib-mkenums.  (#318582, Damien Carbery)
2212
2213         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
2214         docs.  (#317682, Christian Neumair)
2215
2216         * gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
2217         seem to affect the placement of the data in the readonly 
2218         section, and causes problems with some compilers.  (#317844)
2219
2220 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
2221
2222         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
2223         Fix some issues with background drawing in RTL.  (#318781,
2224         Eric Cazeaux)
2225
2226         * tests/Makefile.am:
2227         * tests/testentrycompletion.c: Apply a patch by Christian
2228         Persch to add property editors.
2229
2230         * gtk/gtkstatusicon.c: Emit activate on single-click,
2231         not on double-click, change proposed by Milosz Derezynski.
2232
2233 2005-10-25  Kristian Rietveld  <kris@gtk.org>
2234
2235         Fixes #311955, reported by Markku Vire; and a lot more.
2236
2237         * gtk/gtktreemodelfilter.c: Made this thing work correctly.
2238         Levels can now have invisible nodes cached, functions have been
2239         rewritten/refactored to take this into account; also the logic in
2240         some functions has been corrected.
2241         
2242         Each referenced node now references all visible children or a single
2243         invisible child, in order to be able to monitor all changes in the
2244         child model required for correct operation.
2245
2246         When a virtual root is set, all nodes on the virtual root level are
2247         referenced.
2248
2249         At last, a bunch of random bug fixes and comment updates.
2250
2251 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
2252
2253         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
2254         more docs.  (#319722, Paolo Borelli)
2255
2256         * gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the 
2257         initialization of screen_x11->xft_rgba more explicit.  (#319627,
2258         Bogdan Nicula)
2259
2260         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
2261         in a blurb.  (#319499, Francisco Javier F. Serrador)
2262
2263 2005-10-24  Matthias Clasen  <mclasen@redhat.com>
2264
2265         Add settings to hide the input method and Unicode control character
2266         submenus in the context menus of GtkEntry and GtkTextView.  
2267         
2268         * gdk/x11/gdkevents-x11.c: Map GTK+ settings to X settings.
2269         
2270         * gtk/gtksettings.c (gtk_settings_class_init): Declare GTK+ settings here.
2271
2272         * gtk/gtktextview.c (popup_targets_received): 
2273         * gtk/gtkentry.c (popup_targets_received): Use the settings here.
2274
2275 2005-10-24  Kristian Rietveld  <kris@gtk.org>
2276
2277         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): emitting
2278         row-has-child-toggled when the level is not in the cache does not
2279         make sense.  (This bug probably crept in during the early stages
2280         of GtkTreeModelSort when there wasn't a correct row-has-child-toggled
2281         implementation yet),
2282         (gtk_tree_model_sort_real_unref_node): only get the child iter
2283         when we will actually also use it.
2284
2285 2005-10-22  Michael Natterer  <mitch@imendio.com>
2286
2287         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the
2288         widget being realized, in addition to being visible, to avoid
2289         running into precondition check in gtk_tree_view_get_cell_area().
2290         (approved by Kris).
2291
2292 2005-10-22  Dom Lachowicz <cinamod@hotmail.com>
2293
2294         * modules/engines/ms-windows/msw_style.c (setup_msw_rc_style): 
2295         Experimentally, scrollbar steppers can shrink to 8 pixels on 
2296         Win32. Reflect that in the theme.
2297         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally,
2298         there is a 1-pixel border between a scrollbar and its child
2299         in ScrolledWindows on Win32. Reflect that in the theme.
2300         
2301 2005-10-20  Matthias Clasen  <mclasen@redhat.com>
2302
2303         * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
2304         for the selection window.  (#318806, Alex Larsson)
2305
2306 2005-10-18  Federico Mena Quintero  <federico@ximian.com>
2307
2308         Fixes bug #317999:
2309
2310         * tests/autotestfilechooser.c
2311         (test_button_folder_states_for_action): Test that we have either
2312         $cwd or the explicitly-set folder.
2313         (test_reload_sequence): Likewise.
2314
2315         * gtk/gtkfilechooserdefault.c
2316         (gtk_file_chooser_default_get_current_folder): If our reload_state
2317         is RELOAD_EMPTY, return a GtkFilePath corresponding to $cwd.
2318
2319 2005-10-14  Tor Lillqvist  <tml@novell.com>
2320
2321         * gdk/win32/gdkdisplay-win32.c: Remove the clipboard viewer code.
2322         It didn't really do anything useful, and was just confusing and
2323         incomplete. Comments claimed we don't do delayed rendering, but in
2324         fact we do, for images. (The delayed rendering code has other
2325         problems, though, see #168173.) The clipboard viewer code was
2326         probably even buggy (the WM_CHANGECBCHAIN handled didn't propagate
2327         the message when necessary). It was just test code, it said so in
2328         a comment. Add something similar back later if necessary.
2329
2330         (_win32_on_clipboard_change,
2331         _gdk_win32_register_clipboard_notification): Remove.
2332
2333         (gdk_display_supports_selection_notification,
2334         gdk_display_request_selection_notification): Always just return
2335         FALSE. We didn't generate any GDK_OWNER_CHANGE events anywhere.
2336
2337 2005-10-13  Tor Lillqvist  <tml@novell.com>
2338
2339         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't treat
2340         Alt-Enter specially. It does not have any special meaning and
2341         should be passed on to the application. (#318378, Tim Evans)
2342
2343 2005-10-13  Tor Lillqvist  <tml@novell.com>
2344
2345         Set visual depth to 24 for 32 bits-per-pixel devices on
2346         Win32. This allows gdk_drawable_real_draw_pixbuf() to use the
2347         optimized composite_0888() function rather than the slower image
2348         dithering functions to draw pixbufs (#313993, John Ehresman)
2349
2350         * gdk/win32/gdkimage-win32.c (_gdk_win32_new_image): Use
2351         _gdk_windowing_get_bits_for_depth() to initialize
2352         GdkImage::bits_per_pixel.
2353         (_gdk_windowing_get_bits_for_depth): Return 32 bits for depth 24.
2354
2355         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use
2356         _gdk_windowing_get_bits_for_depth() to initialize
2357         BITMAPINFOHEADER::biBitCount.
2358
2359         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Set
2360         GdkVisual::depth to 24 even if GetDeviceCaps(BITSPIXEL) returns
2361         32.
2362
2363 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
2364
2365         * demos/gtk-demo/appwindow.c: (about_cb):
2366           use PACKAGE_VERSION,bump year (#318654)
2367
2368 2005-10-11  Matthias Clasen  <mclasen@redhat.com>
2369
2370         * gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off 
2371         toggle here with the matching on toggle if it immediately follows. 
2372         This is a common case, and handling it here prevents quadratic blowup 
2373         in cleanup_line() below.  (#317125)
2374
2375         * gtk/gtktextsegment.h: 
2376         * gtk/gtktextsegment.c (_gtk_char_segment_new_from_two_strings): Pass
2377         the character counts into this function instead of computing them
2378         again.
2379
2380 2005-10-10  Tommi Komulainen  <tommi.komulainen@iki.fi>
2381
2382         * gtk/gtkfilechooser.h (GtkFileChooserError): Add ALREADY_EXISTS error
2383         code.
2384         * gtk/gtkfilechooserdefault.c
2385         (gtk_file_chooser_default_add_shortcut_folder): Return an error code
2386         when the shortcut already exists in the sidebar.  (#147521)
2387
2388 2005-10-09  Matthias Clasen  <mclasen@redhat.com>
2389
2390         * tests/testcombo.c: Demonstrate how to use custom widgets in
2391         a GtkComboBox.  
2392
2393 2005-10-07  Federico Mena Quintero  <federico@ximian.com>
2394
2395         Fixes bug #317999:
2396
2397         * tests/autotestfilechooser.c (test_reload_sequence): Ensure that
2398         the the result of gtk_file_chooser_get_folder() is NULL or
2399         non-NULL at the right times.  Log the tests.
2400         (test_button_folder_states): New test for the initial states of
2401         the current folder in GtkFileChooserButton.
2402         (main): Test that the number of warnings/errors/critical errors is
2403         zero.
2404
2405         * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder):
2406         Clarify the documentation on when this can return NULL.
2407         (gtk_file_chooser_get_current_folder_uri): Likewise.
2408
2409         * gtk/gtkfilechooserbutton.c (struct
2410         _GtkFileChooserButtonPrivate): Added a folder_has_been_set flag;
2411         we use it to keep track of whether a folder has been set.
2412         (gtk_file_chooser_button_map):  Implement.  If no folder has been
2413         loaded before, we at least try to load $cwd here.
2414         (gtk_file_chooser_button_constructor): If the construct-time
2415         dialog already has a folder set, turn on our folder_has_been_set
2416         flag.
2417         (dialog_current_folder_changed_cb): Turn on our
2418         folder_has_been_set flag.
2419
2420 2005-10-07  Michael Natterer  <mitch@gimp.org>
2421
2422         * gtk/gtkfilechooserdefault.c: remove some explicit #defines of
2423         PROFILE_FILE_CHOOSER because they break compilation after the
2424         removal of <unistd.h>.
2425
2426 2005-10-07   Matthias Clasen  <mclasen@redhat.com>
2427
2428         * gtk/gtkfilechooserdefault.c: Properly fix the unistd.h include
2429         by moving it out of the profiling ifdef.
2430
2431         * gtk/gtkfilechooserdefault.c: Remove a redundant (and
2432         unconditional) include of unistd.h  (#318211, Kazuki Iwamoto)
2433
2434         * gtk/gtktexttag.c (gtk_text_attributes_ref): Use
2435         g_return_val_if_fail(), not g_return_if_fail().  (#318412,
2436         Kazuki Iwamoto)
2437
2438 2005-10-06  Matthias Clasen  <mclasen@redhat.com> 
2439                 
2440         * gtk/gtk.symbols:
2441         * gtk/gtktextbuffer.h:
2442         * gtk/gtktextbuffer.c: Add a readonly has-selection property
2443         with a getter.  (#318161, Paolo Borelli)
2444
2445 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
2446
2447         * README.in: Start collecting release notes for 2.10.
2448
2449         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory
2450         leak fix, since the assertion failures were traced to 
2451         an xchat bug.  (#314696)
2452         
2453         * gtk/gtkstyle.c (gtk_style_detach):
2454         (gtk_style_attach):  Documentation improvements.
2455         (gtk_style_detach): Assert that the attach_count is > 0.
2456
2457 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
2458
2459         * gtk/gtkfilechooserdefault.c (switch_to_shortcut): Take a
2460         shortcut position, not a ShortcutsIndex, to make the function more
2461         generic.
2462         (home_folder_handler): Pass the resolved index to
2463         switch_to_shortcut(), rather than just SHORTCUTS_HOME.
2464         (desktop_folder_handler): Likewise for SHORTCUTS_DESKTOP.
2465         (gtk_file_chooser_default_class_init): Add a "quick-bookmark"
2466         binding signal, and bind it to Alt-1, Alt-2. ..., Alt-0.  These
2467         make the respective key switch to the first, second, ..., tenth
2468         bookmark.
2469         (quick_bookmark_handler): Implement.
2470
2471 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
2472
2473         * gtk/gtkpathbar.c (get_dir_name): Don't special-case Home and
2474         Desktop; just use their real names on the file system for the
2475         user-visible names.
2476
2477         * gtk/gtkfilechooserdefault.c
2478         (gtk_file_chooser_default_class_init): Add a "desktop-folder"
2479         binding signal, and bind it to M-d by default.
2480         (desktop_folder_handler): Implement the default handler.
2481         (home_folder_handler): Use a helper function.
2482         (switch_to_shortcut): New helper function.
2483         (shortcuts_append_home): Don't special-case the name of "Home";
2484         just use the folder name.
2485
2486 2005-10-04  Tor Lillqvist  <tml@novell.com>
2487
2488         * gtk/gtkcalendar.c (gtk_calendar_init): Make it compile without
2489         HAVE__NL_TIME_FIRST_WEEKDAY. (#317910, Mathias Hasselmann)
2490
2491 2005-10-04  Matthias Clasen  <mclasen@redhat.com>
2492
2493         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
2494         from yesterday, since it leads to assertion failures.  (#317879,
2495         Sebastian Bacher)
2496
2497 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
2498
2499         * gtk/gtkcalendar.c (gtk_calendar_init): Call 
2500         calendar_compute_days() after setting priv->week_start.
2501
2502 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
2503
2504         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Unref the style when
2505         removing it from the hash table.  (#314696, Benjamin Berg)
2506
2507 2005-10-01  Tor Lillqvist  <tml@novell.com>
2508
2509         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap): In case
2510         BitBlt() fails with ERROR_INVALID_HANDLE, the most probable cause
2511         is that the the desktop isn't visible because the session has been
2512         switched, the screen is locked, or a terminal server session
2513         disconnected, so no error message necessary. (#137796)
2514
2515         It is of course remotely possible that BitBlt() failing with
2516         ERROR_INVALID_HANDLE might also be caused by some other
2517         problem. We could strive for perfection and track whether the
2518         desktop is visible by using WTSRegisterSessionNotification() and
2519         handling WM_WTSESSION_CHANGE. I think that's overdoing it just for
2520         this issue, though. If we would track desktop visibility, we
2521         should then avoid even trying to update the display at all while
2522         the desktop isn't visible.
2523
2524 2005-09-30  Matthias Clasen  <mclasen@redhat.com>
2525
2526         * gtk/gtkcalendar.c (gtk_calendar_init): Another attempt
2527         to correct the calculations for the first week day. We may
2528         just have to remove this code if too many locales turn out 
2529         to have broken data. 
2530
2531         * gtk/gtkimage.c (gtk_image_expose): Don't leak pixbuf in
2532         some cases.  (#317611, Tommi Komulainen)
2533
2534         * gtk/gtksocket-x11.c (_gtk_socket_windowing_size_request):
2535         Prevent overflow when storing size hints in an unsigned
2536         short variable. Tracked down by Ray Strode and Søren Sandmann.
2537
2538 2005-09-29  Matthias Clasen  <mclasen@redhat.com>
2539
2540         * gtk/gtkbutton.c (gtk_button_set_image): Check arguments.  (#317491,
2541         Paolo Borelli)
2542
2543         * gtk/gtkpaned.c (gtk_paned_grab_notify): Stop drags when being
2544         grab shadowed.  (#317332)
2545
2546 2005-09-29  Tor Lillqvist  <tml@novell.com>
2547
2548         * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test.
2549
2550 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
2551
2552         * tests/autotestfilechooser.c (test_reload_sequence): Oops, return
2553         if the unmap test fails.
2554         (test_reload_sequence): Use gtk_widget_show_now() instead of
2555         gtk_widget_show() for the dialog.
2556         Thanks to Tim Janik for noticing these.
2557
2558 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
2559
2560         * tests/testcellrenderertext.c: New file with a set of tests for
2561         GtkCellRendererText.  The idea is to run a text renderer through
2562         most of its interesting property values to see that it works
2563         correctly.
2564
2565         * tests/Makefile.am: Added testcellrenderertext.
2566
2567         * gtk/gtkfilechooserdefault.c (load_set_model): Mark the
2568         entry/exit of this function for profiling.
2569         (gtk_file_chooser_default_style_set): Mark the start/end of the
2570         calls to the parent class and the the signal emission for profiling.
2571
2572 2005-09-29  Tor Lillqvist  <tml@novell.com>
2573
2574         * gtk/gtkmain.c (_gtk_get_localedir): The locale directory is
2575         passed to bindtextdomain() which isn't UTF-8-aware, so convert to
2576         system codepage using g_win32_locale_filename_from_utf8().
2577         (#317457, Kazuki Iwamoto)
2578
2579 2005-09-28  Matthias Clasen  <mclasen@redhat.com>
2580
2581         * gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms 
2582         here. (#317039, Paolo Borelli)
2583
2584         * gtk/gtktexttag.h: 
2585         * gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
2586         to make this function work as boxed copy function.  (#317455,
2587         Gustavo Carneiro)
2588
2589         * gtk/gtkclipboard.c (request_image_received_func): Don't unref
2590         NULL.  (#316828, Tor Lillqvist)
2591
2592 2005-09-28  Tor Lillqvist  <tml@novell.com>
2593
2594         * modules/input/imime.c: Include <config.h>. (#317444, Kazuki
2595         Iwamoto)
2596
2597 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
2598
2599         Don't reload the current folder unnecessarily on ::map().
2600
2601         * gtk/gtkfilechooserprivate.h (ReloadState): New enum to represent
2602         the reloading state.
2603         (struct _GtkFileChooserDefault): Added a "reload_state" field.
2604
2605         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
2606         Initialize impl->reload_state.
2607         (gtk_file_chooser_default_map): Check the impl->reload_state; load
2608         a default folder if no folder has been set, or reload the current
2609         one only if we had been unmapped first.
2610         (gtk_file_chooser_default_update_current_folder): Set the
2611         reload_state to RELOAD_HAS_FOLDER.
2612         (gtk_file_chooser_default_unmap): Implement, and set the
2613         reload_state to RELOAD_WAS_UNMAPPED.
2614         (shortcuts_model_create): Don't call shortcuts_add_bookmarks()
2615         here; they'll get (re)loaded on ::map() anyway.
2616
2617         * gtk/gtkfilechooserwidget.c
2618         (gtk_file_chooser_widget_constructor): Don't set a default folder here.
2619
2620         * tests/autotestfilechooser.c (test_action_widgets): Don't take in
2621         a dialog; build it ourselves.
2622         (test_reload): New test to ensure that we don't load the default
2623         folder more than once, and that we reload it when
2624         unmapping/remapping.
2625         (get_impl_from_dialog): New utility function.
2626         (test_widgets_for_current_action): Use get_impl_from_dialog().
2627
2628 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
2629
2630         * gtk/gtkfilechooserdefault.c
2631         (gtk_file_chooser_default_constructor): Mark the entry/exit of
2632         this function for profiling.
2633         (check_icon_theme): Likewise.
2634         (change_icon_theme): Likewise.
2635         (settings_notify_cb): Likewise.
2636         (gtk_file_chooser_default_screen_changed): Likewise.
2637         (update_chooser_entry): If the selection is empty, clear the file
2638         name entry only if we are in CREATE_FOLDER mode.  In SAVE mode,
2639         nothing will be selected when the user starts typeahead in the
2640         treeview, and we don't want to clear the file name entry in that
2641         case --- the user could be typing-ahead to look for a folder name.
2642         Fixes bug #308332, patch by Jürg Billeter.
2643
2644 2005-09-27  Matthias Clasen  <mclasen@redhat.com>
2645
2646         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
2647         Pop below the entry if there's more free space below the entry
2648         than above.  (#316948, Tommi Komulainen)
2649
2650 2005-09-26  Federico Mena Quintero  <federico@ximian.com>
2651
2652         Do not create the save mode-specific widgets in the open modes, so
2653         that we don't carry their baggage around.
2654
2655         * gtk/gtkfilechooserdefault.c
2656         (gtk_file_chooser_default_constructor): Don't create the
2657         save_widgets here.
2658         (save_widgets_create): Set the impl->save_widgets directly here,
2659         instead of passing the widgets back to the caller.  Also, pack
2660         them into the impl's box.
2661         (update_appearance): Create or destroy the save widgets as
2662         appropriate.  Set the action of the save_file_name_entry here.
2663         (shortcuts_add_current_folder): Set the active item in the
2664         save_folder_combo only if it exists.
2665         (gtk_file_chooser_default_set_property): Don't set the action of
2666         the save_file_name_entry here.
2667         (gtk_file_chooser_default_update_current_folder): Set the base
2668         folder of the save_file_name_entry only if the entry exists.
2669         (shortcuts_drag_data_received_cb): Cast the selection_data->data
2670         to (const char *) since that's what shortcuts_drop_uris() expects.
2671         (file_list_drag_data_received_cb): Likewise, for
2672         g_uri_list_extract_uris().
2673
2674 2005-09-26  Tor Lillqvist  <tml@novell.com>
2675
2676         * gdk/win32/gdkwindow-win32.c (gdk_window_shape_combine_mask): Set
2677         the shaped flag here, too. (#316871)
2678         (gdk_window_shape_combine_region): Currently unimplemented, so
2679         don't do anything to the shaped flag here.
2680
2681 2005-09-26  Matthias Clasen  <mclasen@redhat.com>
2682
2683         Fix #316871, reported by Dan Winship:
2684         
2685         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a shaped flag.
2686
2687         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask) 
2688         (gdk_window_shape_combine_region): Set it here.
2689
2690         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
2691         remove the child area for shaped windows.
2692
2693 2005-09-23  Matthias Clasen  <mclasen@redhat.com>
2694
2695         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize):
2696         Don't leak expander pixbufs.  (#316946, Tommi Komulainen)
2697
2698 2005-09-22  Michael Natterer  <mitch@imendio.com>
2699
2700         Renamed GtkCellRendererKeys to GtkCellRendererAccel to be
2701         consistent with GTK+ terminology:
2702
2703         * gtk/gtkcellrendererkeys.[ch]
2704         * tests/testkeys.c: removed...
2705
2706         * gtk/gtkcellrendereraccel.[ch]
2707         * tests/testaccel.c: ...and added.
2708
2709         * gtk/Makefile.am
2710         * gtk/gtk.h
2711         * gtk/gtk.symbols
2712         * tests/Makefile.am: changed accordingly.
2713
2714 2005-09-22  Matthias Clasen  <mclasen@redhat.com>
2715
2716         * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
2717         for the grab-broken-event signal, noticed by Damon Chaplin.
2718
2719 2005-09-21  Tor Lillqvist  <tml@novell.com>
2720
2721         * gdk/win32/gdkselection-win32.c (gdk_selection_convert,
2722         gdk_text_property_to_text_list_for_display,
2723         gdk_text_property_to_utf8_list_for_display,
2724         gdk_win32_selection_add_targets,
2725         _gdk_win32_selection_convert_to_dib): Free return value from
2726         gdk_atom_name().
2727         (gdk_text_property_to_text_list_for_display): Drop GError variable
2728         that isn't actually used after being set.
2729
2730 2005-09-20  Johan Dahlin  <jdahlin@async.com.br>
2731
2732         * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in 
2733         documentation.
2734
2735 2005-09-20  Tor Lillqvist  <tml@novell.com>
2736
2737         * gdk/win32/gdkselection-win32.c
2738         (gdk_selection_owner_get_for_display): Do return the correct owner
2739         for CLIPBOARD (i.e., the owner of the Windows Clipboard, if it is
2740         a window GDK knows about). The reason to return NULL seems to have
2741         gone when in the fix for bug #163702 the artificial
2742         GDK_SELECTION_CLEAR event generation was removed from
2743         gdk_selection_send_notify_for_display(). Fixes bug #316552.
2744
2745 2005-09-20  Matthias Clasen  <mclasen@redhat.com>
2746
2747         Avoid unnecessary XkbGetState() calls and XkbStateNotify
2748         events.  (#151555, Søren Sandmann)
2749
2750         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Use 
2751         XkbSelectEventDetails() to select XkbStateNotify events
2752         for only the state we care about.
2753
2754         * gdk/x11/gdkprivate-x11.h:
2755         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_state_changed): Pass
2756         the event into the function and update the keymap state from
2757         the state information contained in the event. Adjust all callers.
2758         
2759 2005-09-19  Matthias Clasen  <mclasen@redhat.com>
2760
2761         * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
2762         in multiple places to avoid segfaults if the index is out of range.  
2763         (#316422, Guillaume Cottenceau)
2764         (gtk_icon_view_set_drag_dest_item): 
2765         (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
2766         #316424, Guillaume Cottenceau)
2767
2768 2005-09-18  Hans Breuer  <hans@breuer.org>
2769
2770         * gtk/gtktrayicon-win32.c : now handling events by hard-coded 
2771         g_signal_emit_by_name() - will break when gtkstatusicon.c changes.
2772
2773 2005-09-18  Hans Breuer  <hans@breuer.org>
2774
2775         * gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
2776         _gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
2777         * gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
2778         the icon and is blinking with teststatusicon. More to come ...
2779
2780 2005-09-18  Hans Breuer  <hans@breuer.org>
2781
2782         * gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
2783         cause gtkprogressbar.c has #include <config.h> conditionally; less
2784         noise from generated gtk.def
2785         * gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
2786         
2787         * gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
2788         For me it works as well as the *NIX implemenation, that is not at all.
2789
2790         * gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
2791
2792         * gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
2793         only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
2794         back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
2795         again - if compiled properly.
2796
2797         * tests/teststatusicon.c : don't use GNOME icons for testing, but icons
2798         already coming with Gtk+. Makes it compile on win32.
2799
2800 2005-09-18  Guilherme de S. Pastore  <gpastore@cvs.gnome.org>
2801
2802         * README.cvs-commits: fixed some tiny typos
2803
2804 2005-09-16  Tor Lillqvist  <tml@novell.com>
2805
2806         * modules/engines/ms-windows/msw_style.c (draw_extension,
2807         draw_box_gap): Check whether the widget actually is a GtkNotebook
2808         before treating it as such. Drop some unneeded local variables,
2809         use parameter with same information instead. (#316412)
2810
2811 2005-09-15  Federico Mena Quintero  <federico@ximian.com>
2812
2813         * tests/autotestfilechooser.c: Start a set of automated tests for
2814         the file chooser.  The only test in there right now doesn't pass
2815         yet.  It specifies the intended behavior of the first optimization
2816         of a series which I'll do on the file chooser (see
2817         http://primates.ximian.com/~federico/news-2005-09.html#14 for the
2818         details of this optimization).
2819
2820         * tests/Makefile.am: Added autotestfilechooser.c.
2821
2822         * gtk/gtkfilechooserprivate.h (struct
2823         _GtkFileChooserDialogPrivate): Move all the file chooser's private
2824         structures to here, so that they can be accessed by
2825         tests/autotestfilechooser.c:  _GtkFileChooserDialogPrivate,
2826         _GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault.
2827
2828         * gtk/gtkfilechooserdialog.c: See above.
2829
2830         * gtk/gtkfilechooserwidget.c: See above.
2831
2832         * gtk/gtkfilechooserdefault.c: See above.
2833
2834 Thu Sep 15 15:27:55 2005  Tim Janik  <timj@imendio.com>
2835
2836         * gtk/gtkwindow.c: 
2837         gtk_window_map_event(): new function to work around lost unmap requests.
2838         fixes bug #316180.
2839
2840 2005-09-14  Federico Mena Quintero  <federico@ximian.com>
2841
2842         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Add
2843         an easy-to-find profiling marker when starting to create a file
2844         chooser.
2845         (browse_files_model_finished_loading_cb): Likewise, for when the
2846         chooser is finished loading.
2847
2848 2005-09-14  Tristan Van Berkom <tvb@cvs.gnome.org>
2849
2850         * gtk/gtkcolorbutton.c: Check "color" argument in 
2851         gtk_color_button_set_color ()
2852
2853 2005-09-14  Matthias Clasen  <mclasen@redhat.com>
2854
2855         * gtk/gtklabel.c (gtk_label_get_type): 
2856         * gtk/gtkbutton.c (gtk_button_get_type): 
2857         * gtk/gtkwindow.c (gtk_window_group_get_type): No point in 
2858         using a mem chunk for window groups, buttons, labels.
2859
2860         * gtk/updateiconcache.c (foreach_remove_func): Fix
2861         a use-after-free bug.  (#316256, Alexander Nedotsukov)
2862
2863 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
2864
2865         * gtk/*.c: Various cleanups.  (#315360, Kjartan Maraas)
2866
2867         * gdk/*.c: Various cleanups.  (#315359, Kjartan Maraas)
2868         
2869 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
2870
2871         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
2872         Let GDK_Return pass through in some more cases.
2873
2874         * gtk/gtkentry.c (gtk_entry_key_press): Reset the im context before
2875         activating the entry. 
2876
2877         * gtk/gtkiconview.c (gtk_icon_view_class_init):
2878         (gtk_icon_view_get_dest_item_at_pos):  Fix typos in the 
2879         docs.  (#316008, #316027, #316121, Guillaume Cottenceau)
2880
2881         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
2882         (#316001, Guillaume Cottenceau)
2883
2884         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Fix a copy-and-paste
2885         mistake in the docs.  (#315993, Guillaume Cottenceau)
2886
2887         * tests/testentrycompletion.c (create_simple_completion_model): Add
2888         some strings containing multibyte characters.
2889
2890         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
2891         Fix prefix insertion for multibyte characters.  (#316095,
2892         Tommi Komulainen)
2893
2894         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): 
2895         * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): Silently
2896         return NULL if the widget is not realized.  (#316023,
2897         Guillaume Cottenceau)
2898
2899 2005-09-11  Matthias Clasen  <mclasen@redhat.com>
2900
2901         * gdk/gdk.symbols: 
2902         * gdk/gdkproperty.h: 
2903         * gdk/x11/gdkproperty-x11.c (gdk_atom_intern_static_string): 
2904         New function to avoid pointless strdups when creating atoms
2905         from static strings.  
2906
2907         * gdk/x11/*.c:
2908         * gtk/*.c:  Use gdk_atom_intern_static_string() where 
2909         appropriate.
2910
2911 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
2912
2913         * gtk/gtkcellrendererkeys.h: 
2914         * gtk/gtkcellrendererkeys.c: Add a cell renderer for displaying
2915         and editing accelerators, a port of EggCellRendererKeys .
2916
2917         * gtk/gtk.symbols:
2918         * gtk/gtk.h:
2919         * gtk/Makefile.am: Add the keys cell renderer.
2920
2921         * tests/Makefile.am: 
2922         * tests/testkeys.c: Test GtkCellRendererKeys
2923
2924 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
2925
2926         Make it possible to determine if a key event is for a
2927         modifier key:
2928         
2929         * gdk/x11/gdkprivate-x11.h: 
2930         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier): 
2931         New function to determine if a keycode is mapped to a modifier.
2932         (get_xkb): Get the modmap.
2933
2934         * gdk/x11/gdkevents-x11.c (translate_key_event): Set the 
2935         is_modifier bit by calling _gdk_keymap_key_is_modifier().
2936
2937         * gdk/gdkevents.h (struct _GdkEventKey): Add an is_modifier
2938         bit.
2939
2940 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
2941
2942         * gdk/gdkpixbuf-drawable.c (convert_real_slow): Remove an 
2943         unused variable, noticed by Kjartan Maraas.
2944
2945 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
2946
2947         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): 
2948         Make drag reordering work properly for columns other than the
2949         first.  (#315054, Dan Winship)
2950         
2951         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Handle 
2952         invalid fontnames better. (#136926, Michael R. Walton)
2953         
2954         Stop cursor blinking in non-editable regions of a text view.
2955         (#311508, Torbjörn Andersson)
2956         
2957         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): 
2958         (cursor_blinks): Take editability into account when deciding
2959         whether the cursor blinks.
2960         (gtk_text_view_button_release_event): 
2961         (gtk_text_view_move_cursor_internal): Update cursor blinking here.
2962
2963         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
2964         Use connect_after to connect to the focus_out event. This
2965         ensures that the entry has already stopped blinking by the time
2966         we emit the edited signal.  (#315229, Thomas Leonard)
2967
2968         * tests/testgtk.c: Use GDK_MOD1_MASK, not GDK_ALT_MASK.
2969
2970         * gtk/gtkwindow.c (gtk_window_parse_geometry): Don't set
2971         unsigned ints to -1.  (#315481, Kjartan Maraas)
2972
2973         * gtk/gtkcalendar.c (gtk_calendar_init): first_weekday is relative
2974         to week_1stday, not to Sunday. Gotta love the ISO 14652 guys...
2975         (#314473, Stanislav Brabec)
2976
2977 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
2978
2979         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
2980         memory handling.  (#314975, Torsten Schoenfeld)
2981
2982         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
2983         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
2984         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
2985         * gtk/gtklabel.c (gtk_label_class_init): 
2986         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
2987         Stylistic improvements and clarifications for some blurbs. 
2988         (#315520, Clytie Siddall)
2989
2990 2005-09-09  Tor Lillqvist  <tml@novell.com>
2991
2992         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the
2993         display name. There is only one GdkDisplay on Win32, and
2994         constructing the display name isn't entirely trivial, so cacheing
2995         is probably worth it. For instance GIMP calls this function a lot.
2996         (gdk_display_open): Call gdk_display_get_name() to prime the
2997         cached name.
2998         (gdk_display_get_n_screens, gdk_display_get_screen,
2999         gdk_display_get_default_screen): Verify parameter correctness like
3000         the X11 backend does.
3001
3002         * gdk/win32/gdkscreen-win32.c (gdk_screen_make_display_name):
3003         Return a freshly allocated string, as the API specifies. Fixes a
3004         heap corruption problem that caused random errors and crashes in
3005         GIMP, for instance.
3006
3007 2005-09-07  Matthias Clasen  <mclasen@redhat.com>
3008
3009         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
3010         Make C-u commit and restart hex input if we are already in a
3011         hex sequence.
3012
3013 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
3014
3015         * gdk/x11/gdkkeys-x11.c (update_modmap): Make the modmap reflexive.
3016         (_gdk_keymap_add_virtual_modifiers): Don't add both Alt and Meta
3017         if they are mapped to the same modifier.
3018
3019         * gtk/Makefile.am: Rename gtkstatusicon-x11.c and gtktrayicon.c
3020         to gtkstatusicon.c and gtktrayicon-x11.c
3021
3022         * gtk/gtkaccelgroup.c: Include Super, Hyper and Meta in the
3023         default accel mod mask.
3024
3025         * gtk/gtkaccelgroup.c (gtk_accelerator_parse): 
3026         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
3027         Don't use GDK_ALT_MASK.
3028
3029         * gdk/gdktypes.h: No need to introduce GDK_ALT_MASK
3030
3031 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
3032
3033         Add support for extra virtual modifiers:  (#85780, Owen Taylor)
3034         
3035         * tests/testgtk.c (create_key_lookup): Add tests for extra virtual
3036         modifiers.
3037
3038         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Try to match both against
3039         Mod2 - Mod5 and against Super, Hyper, Meta.
3040
3041         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
3042         * gtk/gtkaccelgroup.c (gtk_accelerator_parse) 
3043         (gtk_accelerator_name): Support Super, Hyper Meta and Mod2 - Mod5.
3044
3045         * gdk/x11/gdkkeys-x11.c (struct _GdkKeymapX11): Add a 
3046         modmap to maintain the information which X modifiers map to
3047         virtual modifiers.
3048         (get_xkb): Set up the modmap from the XKB tables.
3049         (update_keymaps): Set up the modmap from the information returned
3050         by XGetModifierMapping in the non-XKB case.
3051
3052         * gdk/x11/gdkprivate-x11.h: 
3053         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_add_virtual_modifiers): New 
3054         function to set the virtual modifiers in the state.
3055
3056         * gdk/x11/gdkevents-x11.c (translate_key_event): Call 
3057         _gdk_keymap_add_virtual_modifiers here.
3058
3059         * gdk/gdktypes.h (GdkModifierType): Add bits for virtual Super, 
3060         Hyper and Meta modifiers. Also add GDK_ALT_MASK as an alias
3061         for GDK_MOD1_MASK.
3062
3063 2005-09-05  Matthias Clasen  <mclasen@redhat.com>
3064
3065         * gtk/gtkaction.c (connect_proxy): Set the label of a button
3066         if it has no child.  (#315253, John Finlay)
3067
3068 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
3069
3070         * gtkimcontextsimple.h: Add a modifiers_dropped bit
3071
3072 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
3073
3074         * gtk/gtkentry.c (gtk_entry_destroy): Disconnect idle handlers
3075         on destroy to avoid problems when they are called on a destroyed
3076         widget.  (#315135, John Cupitt)
3077         
3078         * gtk/gtkentry.c (gtk_entry_class_init):
3079         * gtk/gtktextview.c (gtk_text_view_class_init): Add bindings
3080         for Ctrl-Shift-A to unselect all.  (#309301, Kathy Fernandes)
3081
3082         * gtk/gtkimcontextsimple.c: Rework the Unicode hex input
3083         code. Now we only steal a single key combination, Ctrl-Shift-U,
3084         instead of sixteen. 
3085         A hex Unicode sequence must be started with Ctrl-Shift-U, followed
3086         by a sequence of hex digits entered with Ctrl-Shift still held.
3087         Releasing one of the modifiers or pressing space while the modifiers
3088         are still held commits the character. It is possible to erase
3089         digits using backspace.
3090         As an extension to the above, we also allow to start the sequence
3091         with Ctrl-Shift-U, then release the modifiers before typing any
3092         digits, and enter the digits without modifiers.
3093         (#82011, Owen Taylor)
3094         
3095 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
3096
3097         * gtk/gtkmain.c (gtk_get_event_widget): If the window is destroyed,
3098         we still need to deliver the destroy event.  (#314980, Chris Lahey)
3099
3100         * gtk/gtktextview.c (gtk_text_view_key_press_event): Reset 
3101         im context before committing \n or \t.
3102
3103 2005-09-02  Alexander Larsson  <alexl@redhat.com>
3104
3105         * gtk/gtkfilechooserdefault.c: (shortcuts_add_volumes),
3106         (shortcuts_activate_volume):
3107         Handle base_path being null in the rest of the cases (#310270)
3108
3109 2005-09-02  Tor Lillqvist  <tml@novell.com>
3110
3111         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Keep track of
3112         cursor position also in root window coordinates. Prune out
3113         superfluous WM_MOUSEMOVE events even earlier, based on root window
3114         coordinates. Windows sends WM_MOUSEMOVE messages after a new
3115         window has ben mapped below the cursor even if the mouse doesn't
3116         move. We used to generate GDK_MOTION_NOTIFY in these cases. This
3117         confused at least gtk_menu_motion_notify(). (#314995)
3118
3119         * gtk/gtkintl.h: No need to include config.h here. It caused
3120         warnings about GTK_LOCALEDIR being redefined on Win32 when
3121         compiling files where gtkintl.h is included after gtkprivate.h
3122         (which #undefines and re-#defines GTK_LOCALEDIR on Win32).
3123
3124         * gtk/gtkplug.c: Include config.h.
3125
3126 2005-09-01  Matthias Clasen  <mclasen@redhat.com>
3127
3128         * gtk/gtkfilesystemunix.c: Pass statbufs down to 
3129         xdg_mime_get_mime_type_for_file() where possible, to avoid
3130         useless re-stating.  
3131         
3132         * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
3133         typo.  (#314921, Guillaume Cottenceau)
3134
3135         * gdk/*.c: Intern some more strings.
3136         * gtk/gtkintl.h: 
3137         * gtk/*.c: Define an I_() macro and use it instead of the 
3138         bulky g_intern_static_string().
3139
3140 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
3141
3142         * gtk/gtkbindings.c (binding_signal_new): Intern the signal name
3143         instead of copying it.
3144
3145         * gtk/gtktypeutils.c (gtk_identifier_get_type): Some more string interning.
3146
3147         * gtk/*.c: Also intern static strings passed to 
3148         g_object_set_data().
3149
3150         * gdk/Makefile.am: 
3151         * gtk/Makefile.am: Intern type names in code generated by 
3152         glib-mkenums, too.
3153
3154         * gtk/*.c: 
3155         * gdk/x11/*.c: 
3156         * gdk/*.c: Intern type names before registering the type to avoid 
3157         unnecessary copies.
3158
3159         * configure.in: Require GLib 2.9.0
3160
3161 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
3162
3163         * gtk/gtktoolbar.c: Undeprecate gtk_toolbar_set_icon_size(),
3164         and add icon-size and icon-size-set properties.  (#314172)      
3165
3166         * gtk/gtkwindow.c (gtk_window_set_transient_for): Inherit window
3167         groups across transient parents.  (#312918, Christian Persch)
3168
3169         * gtk/gtktreemodel.c: Some documentation fixes.  (#314882,
3170         Guillaume Cottenceau)
3171
3172         * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): 
3173         Fix a typo in the docs.  (#314878, Guillaume Cottenceau)
3174
3175 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
3176
3177         * gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
3178         make C-/ select all and C-\ unselect all.  (#309301,
3179         Kathy Fernandez)
3180
3181         * gtk/gtkimcontextsimple.c: Change the compose sequence for
3182         soft hyphen to be multi_key-minus-minus-space, and add
3183         compose sequences multi_key-minus-minus-period and 
3184         multi_key-minus-minus-minus for en dash and em dash.
3185         (#172653, Christian Lohmaier)
3186
3187         * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
3188         code.  (#313946, Christian Persch)
3189
3190         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
3191         fix for the default value of the "ui" property.
3192
3193 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
3194
3195         * gtk/gtk.symbols: 
3196         * gtk/gtkselection.h:
3197         * gtk/gtkselection.c: Add functions which look for text, image
3198         or uri targets in an array of atoms.   (#314089, Mark Wielaard)
3199
3200         * gtk/gtk.symbols: 
3201         * gtk/gtkselection.h:
3202         * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): 
3203         Add a function to check wether targets include uri.  
3204         (#314092, Mark Wielaard)
3205         
3206         * gtk/gtk.symbols: 
3207         * gtk/gtkwindow.h: 
3208         * gtk/gtkwindow.c: Add a deletable property with getter
3209         and setter, to control the close button in the window 
3210         frame.  (#59718, Havoc Pennington)
3211
3212 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
3213
3214         * gtk/gtkrc.key.emacs: Add C-n/C-p/C-f/C-b as alternatives
3215         to the arrow keys for menu navigation.  (#162825, Carl Worth)
3216
3217         * gtk/gtkentry.c, gtk/gtktextview.c: More typo fixes
3218
3219         * gtk/gtksocket-x11.c, gtk/gtkstatusicon-x11.c: Fix typos.
3220
3221         * gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock): 
3222         * gtk/gtkimage.c (gtk_image_new_from_stock): Don't
3223         refer to nonexisting stock ids.
3224
3225         * gtk/gtktextview.c (popup_targets_received): 
3226         * gtk/gtkentry.c (popup_targets_received): Construct
3227         the "Select All" menuitem from stock.
3228
3229         * gtk/stock-icons/stock_select_all_{16,24}.png:
3230         * gtk/stock-icons/Makefile.am: 
3231         * gtk/gtkiconfactory.c:
3232         * gtk/gtkstock.h: 
3233         * gtk/gtkstock.c: Add a "Select All" stock item.  (#78545,
3234         Calum Benson)
3235
3236         * gtk/gtktrayicon.c: Add a pointer to the spec.
3237
3238         * gtk/gtkstatusicon-x11.c: Add docs.
3239
3240         * gtk/gtkstatusicon.h: Fix a typo.
3241
3242         Add a cross-platform "tray icon" API, by
3243         porting EggStatusIcon/EggTrayIcon (#105101)
3244         
3245         * gtk/gtkstatusicon.h: A GtkStatusIcon is an object which
3246         displays an icon in a notification area.
3247
3248         * gtk/gtkstatusicon-x11.c: GtkStatusIcon implementation for
3249         X11, using GtkTrayIcon.
3250
3251         * gtk/gtktrayicon.h: 
3252         * gtk/gtktrayicon.c: An implementation of the freedesktop.org
3253         system tray specification, not public API.
3254
3255         * gtk/gtk.symbols: Add new exported functions.
3256
3257         * gtk/gtk.h: Include gtkstatusicon.h.
3258
3259         * gtk/Makefile.am: Add new files.
3260
3261         * tests/Makefile.am:
3262         * tests/teststatusicon.c: Test for GtkStatusIcon.
3263
3264 2005-08-29  Christopher Aillon  <caillon@redhat.com>
3265
3266         * gtk/gtkstock.c: Add builtin GtkStockItems for GTK_STOCK_CONNECT
3267         and GTK_STOCK_DISCONNECT
3268         
3269 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
3270
3271         * gtk/gtksocket-x11.c (_gtk_socket_windowing_embed_notify): 
3272         Use XFixesChangeSaveSet if available.  (#314682)
3273
3274         * gtk/gtkmenu.c (gtk_menu_grab_notify):  Only cancel if the menu
3275         was active.  (#314298, Christian Persch, analysis by Mark McLoughlin)
3276
3277 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
3278
3279         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): Remove an
3280         accidentally leftover duplicate pixbuf creation.  (#314700,
3281         Kjartan Maraas)
3282
3283         * gtk/gtksettings.c (settings_update_cursor_theme): Don't 
3284         leak the cursor theme name.  (#314693, Kjartan Maraas)
3285
3286         * gdk/x11/gdkasync.c (_gdk_x11_get_window_child_info): Free 
3287         state.children in all cases.  (#313862, Kjartan Maraas)
3288
3289 2005-08-28  Matthias Clasen  <mclasen@redhat.com>
3290
3291         * po/POTFILES.in, po-properties/POTFILES.in:
3292         Add gdk/gdkscreen.c
3293
3294 2005-08-27  Matthias Clasen  <mclasen@redhat.com>
3295
3296         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Fix the default
3297         value of the ui property. (#314532, Yong Wang)
3298
3299         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
3300         when G_MAXLONG is passed as length.  
3301
3302 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
3303
3304         * gtk/updateiconcache.c: Add a separate --ignore-theme-index option
3305         to avoid overloading --force.  (JP Rosevaar)
3306
3307 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
3308
3309         * configure.in: Bump version to 2.9.0
3310
3311         * gdk/gdk.symbols: 
3312         * gdk/gdkscreen.h: 
3313         * gdk/gdkscreen.c: Make the GdkScreen font options api
3314         public, and add properties GdkScreen::font-options and
3315         GdkScreen::resolution.  (#314004)
3316
3317         * gdk/gdkpango.c:
3318         * gtk/gtksettings.c:
3319         * gtk/gtkwidget.c: Adjust all callers.
3320         
3321         * gdk/gdkintl.h: Simplify and use glib/gi18n-lib.h.
3322         * gdk/gdkpango.c: Include gdkintl.h, not gtkintl.h.
3323         * gdk/gdkscreen.c: Include gdkintl.h.
3324
3325         * gtk/gtkicontheme.c (theme_lookup_icon): Avoid an uninitialized
3326         variable warning, pointed out by Colin Walters. (#314585)
3327
3328 2005-08-26  Tor Lillqvist  <tml@novell.com>
3329
3330         * gtk/gtkfilesystemwin32.c: Remove some ifdeffed out debugging
3331         printouts.
3332         (gtk_file_system_win32_parse): Don't mishandle UNC paths. (#314519)
3333
3334 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
3335
3336         * gtk/gtkcalendar.c (gtk_calendar_init): Fix the calculation
3337         of week_start.  (#314473, JP Rosevaar)
3338
3339 2005-08-25  Thomas Fitzsimmons  <fitzsim@redhat.com>
3340
3341         * gtk/gtkfilesystemmodel.c (idle_finished_loading_cb): Acquire GDK
3342         lock.  (#314533, Thomas Fitzsimmons)
3343
3344 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
3345
3346         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Handle
3347         NULL gracefully.  (#314523, Ed Catmur)
3348
3349 2005-08-25  Owen Taylor  <otaylor@redhat.com>
3350
3351         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): 
3352         Handle theme == NULL.
3353
3354 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
3355
3356         * gtk/gtkmenutoolbutton.c (menu_position_func): Take widget
3357         y offset into account when positioning the popup.  (#314470,
3358         Christian Persch)
3359
3360 2005-08-25  Owen Taylor  <otaylor@redhat.com>
3361
3362         * gdk/gdkscreen.c (gdk_screen_get_type): Use gdk_screen_init
3363         as instance_init, not base_init! (#314452, Fix from Frederic
3364         Crozat, reported by Joe Marcus Clarke). Trivial cleanup: use -1.
3365         rather than 1 for a negative flag value.
3366
3367 2005-08-24  Owen Taylor  <otaylor@redhat.com>
3368
3369         * gdk/gdkpango.c (draw_error_underline): Add a note about
3370         cut-and-paste between here and Pango.
3371
3372 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
3373
3374         * === Released 2.8.2 ===
3375
3376         * gtk/gtkclipboard.c (request_image_received_func): Use the correct
3377         callback for image/gif, and also try image/bmp.  (#314086,  Mark 
3378         Wielaard)
3379
3380         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon): 
3381         Use gnome-dev-harddisk for volumes, not gnome-fs-blockdev.  (#314382,
3382         Sebastien Bacher)
3383         
3384         * NEWS: Updates
3385
3386         * gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font
3387         and cursor settings get propagated down to the screen initially.
3388         Pointed out by Frederic Crozat.
3389
3390         * gtk/gtkicontheme.c (ensure_valid_themes): Don't try to send a client
3391         message if the screen is NULL. Noticed by Kjartan Maraas.
3392
3393 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
3394
3395         * Bump version
3396
3397         * === Released 2.8.1 ===
3398
3399         * NEWS: Updates
3400         
3401 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
3402
3403         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_visible): Protect
3404         against lazy filterers which return values other than TRUE or
3405         FALSE from their visible func.  (#314335)
3406
3407 2005-08-23  Owen Taylor  <otaylor@redhat.com>
3408
3409         Fix for #314004, reported by Michael Reinsch:
3410
3411         * gdk/gdk.symbols:
3412         * gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only()
3413         Add gdk_screen_get/set_resolution_libgtk_only()
3414
3415         * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set
3416         the options for the screen on the newly created context.
3417
3418         * gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c: 
3419         Move font options and dpi code from gtkwidget.c to gtksettings.c, set
3420         the font options on the screen.
3421
3422         * gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get
3423         the font options from the screen and set them on the context.
3424
3425 2005-08-23  Kristian Rietveld  <kris@gtk.org>
3426
3427         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't
3428         bother inserting new rows in a level with a zero refcount and
3429         immediately free the level. (Fixes #312350, reported by Markku Vire).
3430
3431 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
3432
3433         * gtk/updateiconcache.c: Complain when there is no index.theme file
3434         in the specified directory, unless --force is used. Also add an
3435         --index-only option to create caches without image data.
3436
3437         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Fix a
3438         C99ism.  (#314262, Robert Jeff Mitchell)
3439         
3440 2005-08-22  Manish Singh  <yosh@gimp.org>
3441
3442         * gtk/gtkicontheme.h: add declaration for _gtk_icon_theme_check_reload.
3443
3444         * gtk/gtkwindow.c: remove declaration of gtk_window_read_rcfiles.
3445
3446 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
3447
3448         * gtk/gtkwindow.c (gtk_window_client_event): 
3449         * gtk/gtkicontheme.c (ensure_valid_themes) 
3450         (_gtk_icon_theme_check_reload): Implement a clientmessage based
3451         scheme for makeing sure that all GTK+ applications notice if an
3452         icon theme has been updated. This should prevent multiple versions
3453         of an icon theme cache to be mapped in memory at the same time,
3454         which can cause excessive memory consumption.  (#313156, Chris 
3455         Lahey)
3456
3457 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
3458
3459         * gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note
3460         regarding icon theme changes.
3461
3462         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning
3463         pixbufs which are backed by the mmapped memory of an icon cache,
3464         increase the refcount of the icon cache, so that the memory is not
3465         munmapped away underneath the pixbuf upon icon theme changes.  
3466         (#314170, Kjartan Maraas)
3467
3468         * docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order 
3469         to link against Xext.  (#314062)
3470
3471         * gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
3472         overruns.  (#314081, Hans Breuer)
3473
3474 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
3475
3476         * gtk/gtkentry.c (gtk_entry_get_layout): Clarify that the
3477         returned layout must not be modified.
3478
3479 Sat Aug 20 16:12:14 2005  Jonathan Blandford  <jrb@redhat.com>
3480
3481         * gtk/gtktreeview.c (gtk_tree_view_set_model): clear
3482         scroll_to_path if the model changes.
3483
3484         * gtk/gtkiconview.c: (gtk_icon_view_destroy),
3485         (gtk_icon_view_size_allocate), (gtk_icon_view_set_cursor),
3486         (gtk_icon_view_scroll_to_path): Handle scrolling to a path before
3487         we're realized, #312798
3488         (gtk_icon_view_set_model): clear scroll_to_path if the model
3489         changes.
3490
3491 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
3492
3493         * gtk/gtkrange.c (gtk_range_adjustment_changed) 
3494         (gtk_range_adjustment_value_changed):  Don't queue a draw
3495         if the layout has not changed.  (#313991, Benjamin Berg)
3496
3497 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
3498
3499         * gtk/gtktreeitem.c: Remove duplicate lines.  (#313344,
3500         Benoit Carpentier)
3501
3502         * modules/engines/ms-windows/msw_style.c (setup_system_styles): 
3503         Fix a typo. 
3504
3505         * gtk/gtkfilechooserbutton.c (change_icon_theme) 
3506         (model_add_special, model_add_special, model_add_volumes):
3507         Handle pixbuf being NULL without warnings. Also, don't
3508         leak pixbuf references when the icon theme is changed.
3509
3510         * gtk/gtkmain.c (gtk_get_event_widget): Don't access
3511         the user data on destroyed windows, since at best
3512         it can be a stale pointer.  (#313953, Robin Green)      
3513
3514 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
3515
3516         * gtk/gtkhsv.c (paint_triangle): Avoid a buffer overrun.  
3517         (#313900, Sebastien Bacher)
3518
3519         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Return
3520         FALSE if the tree is empty.  (#313891, Guillaume Cottenceau)
3521
3522         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display) 
3523         (xdnd_read_actions, get_client_window_at_coords_recurse): 
3524         Free data returned from XGetWindowProperty. 
3525
3526         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window) 
3527         Free data returned from XGetWindowProperty.  (313867, Kjartan
3528         Maraas)
3529         
3530         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free
3531         children in all cases.  (#313862, Kjartan Maraas)
3532
3533         * gtk/gtkicontheme.c (theme_lookup_icon): Store GtkIconData structs 
3534         in the per-directory hash, even if they come from the icon cache. 
3535         We tried to avoid that before, but as a result leaked icon data
3536         structs.  (#313852, Kjartan Maraas)
3537
3538 2005-08-18  Matthias Clasen  <mclasen@redhat.com>
3539
3540         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_destroy): Disconnect
3541         signal handlers on destroy, not on finalize.  (#313759, Brett Atoms)
3542
3543 2005-08-15  Owen Taylor  <otaylor@redhat.com>
3544
3545         * configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
3546         files for x11/xext. (Jonas Bonn)
3547
3548 2005-08-15  Tor Lillqvist  <tml@novell.com>
3549
3550         * gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
3551         inside GTK_NOTE.
3552
3553 2005-08-15  Owen Taylor  <otaylor@redhat.com>
3554
3555         * configure.in: Fix have_base_pc / have_base_x_pc typo.
3556
3557         * gdk/x11/gdkdrawable-x11.c gtk/gtksettings.c: Remove panoxft.h includes.
3558         (#313417, James Andrewartha)
3559
3560         * configure.in: Add fontconfig to X_PACKAGES, since we use it for
3561         FcNameConstant(). (More of #313417)
3562
3563 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
3564
3565         * gtk/gtkfilechooserdefault.c: When using gtk_dialog_run() for
3566         modal dialogs, make sure to inherit the window group from 
3567         the parent, since we don't inherit window groups across
3568         transient parents currently.  (#312918, Christian Persch)
3569
3570         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): 
3571         * gtk/gtkdialog.c (gtk_dialog_run): Slight update to the docs. 
3572
3573         * gtk/gtkiconview.c (gtk_icon_view_select_path) 
3574         (gtk_icon_view_scroll_to_path): Handle paths of depth 0
3575         gracefully.  (#312796, Jonathan Blandford)
3576
3577         * tests/testtoolbar.c: Add some more tests for menu placement.
3578
3579         * gtk/gtkmenutoolbutton.c (menu_position_func): 
3580         * gtk/gtktoolbar.c (menu_position_func): Improve positioning
3581         of toolbutton menus and of the overflow menu.  (#312937, 
3582         #153870, Christian Persch, Paolo Borelli)
3583
3584 2005-08-15  Tor Lillqvist  <tml@novell.com>
3585
3586         * gtk/updateiconcache.c: Use g_path_get_dirname() instead of
3587         the nonportable <libgen.h> and dirname().
3588
3589 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
3590
3591         * gtk/gtksizegroup.c: Use object data to mark widgets and
3592         groups as visited, so that we avoid constant extra list
3593         traversals. Also allocate quarks in class_init.  (#311618,
3594         Michael Natterer)
3595
3596         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon): Correct the 
3597         download location for the hicolor icon theme. (#313475, Olexiy 
3598         Avramchenko)
3599
3600         * gtk/gtkicontheme.c: Remove debug spew. 
3601
3602 2005-08-15  Owen Taylor  <otaylor@redhat.com>
3603
3604         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap): 
3605         * gdk/win32/gdkwindow-win32.c (gdk_window_set_back_pixmap): 
3606         * gdk/x11/gdkwindow-x11.c (gdk_window_set_back_pixmap):
3607         Handle pixmap == NULL when checking for a colormap.
3608         (Allin Cottrell).
3609
3610 2005-08-14  Matthias Clasen  <mclasen@redhat.com>
3611
3612         * gtk/updateiconcache.c: Store only one copy of the pixel data
3613         for symlinked icons. To achieve this, maintain a hashtable 
3614         mapping pathnames to pixel data, and share the pixel data for
3615         all symlinks resolving to the same pathname. When writing out
3616         the image data, write out the pixel data only the first time
3617         it is met, and store the offset pointing to the first copy
3618         for use in all later cases.
3619         This reduces the size of the Bluecurve icon cache from 40
3620         to 13MB. (#312972)
3621