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