]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Plug a leak
[~andy/gtk] / ChangeLog.pre-2-10
1 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
2
3         * gtk/gtkselection.c (gtk_selection_data_set_uris): Don't
4         leak result.  (#321441, Tommi Komulainen)
5
6 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
7
8         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes):
9         Don't crash if there is no builtin icon.
10
11 2005-11-14  Michael Natterer  <mitch@imendio.com>
12
13         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_set_property):
14         removed redundant calls to g_object_notify().
15
16 2005-11-13  Matthias Clasen  <mclasen@redhat.com>
17
18         * gdk/gdkcolor.c (gdk_color_parse): Documentation 
19         improvements.  (#321338)
20
21         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Make
22         limit an inclusive boundary.  (#321299)
23
24 2005-11-12  Michael Natterer  <mitch@imendio.com>
25
26         * gtk/Makefile.am: fixed icon rules so gtkbuiltincache.h is only
27         rebuilt if needed.
28
29 2005-11-12  Dom Lachowicz <cinamod@hotmail.com>
30
31         * modules/engines/ms-windows/msw_style.c: Bug #313627. Make win32 
32         theme's handling of toolbars, handleboxes, and menubars more in-line
33         with Microsoft's IE style.
34         * modules/engines/ms-windows/*.c: Indentation cleanups
35         
36 2005-11-12  Matthias Clasen  <mclasen@redhat.com>
37
38         Make builtin icons work in gtk_window_set_icon_name() 
39         (#321046, Maxim Udushlivy)
40
41         * gtk/gtkicontheme.c (insert_theme): Always insert the default
42         theme.
43         (ensure_valid_themes): Call _gtk_icon_theme_ensure_builtin_cache()
44         from here.
45         (theme_lookup_icon, find_builtin_icon): ...and not from here.
46         (gtk_icon_theme_lookup_icon): Remove an unncessary assert.
47         (gtk_icon_theme_get_icon_sizes): Also check builtin icons.
48
49 2005-11-12  Tor Lillqvist  <tml@novell.com>
50
51         * gtk/gtkfilesystemwin32.c (filename_get_info): Don't hide
52         dotfiles, no such convention on Win32. Just hide files with the
53         hidden attribute. (#314627)
54
55 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
56
57         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Do not
58         check whether the path is a folder.  It is useful to bookmark
59         files as well (e.g. todo.txt), and this will also help
60         performance.
61         (shortcuts_add_bookmark_from_path): Likewise.
62         (shortcuts_activate_iter): Change folders or select files, as
63         appropriate.
64
65 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
66
67         * tests/autotestfilechooser.c (main): Use
68         g_log_set_default_handler() instead of explicitly setting a
69         handler for each domain.
70
71         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Only get
72         the base path of the volume if it is mounted.
73
74 2005-11-11  Michael Natterer  <mitch@imendio.com>
75
76         Added per-stepper API for GtkRange's stepper sensitivity as
77         discussed in bug #321056:
78
79         * gtk/gtkenums.h: added GtkSensitivityType which can be
80         { AUTO, ON, OFF }.
81
82         * gtk/gtkrange.[ch]: added properties "lower-stepper-sensitivity"
83         and "upper-stepper-sensitivity" and public getters/setters for
84         them. Changed stepper drawing to honor the new properties.
85
86         * gtk/gtk.symbols: added the new symbols.
87
88 2005-11-10  Matthias Clasen  <mclasen@redhat.com>
89
90         * gtk/gtkcombobox.c: Add show-popup and hide-popup signals and
91         emit them when the popup is shown or hidden.  (#162531, Tommi
92         Komulainen)
93
94         * tests/testcombo.c: Add an example of popuplating a combobox
95         on click.
96
97         * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another
98         erroneous semicolon.
99
100         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
101         semicolon. 
102
103         Don't corrupt odd keymaps (#316638, Kean Johnston)
104         
105         * gdk/x11/gdkkeys-x11.c (set_symbol): Auxiliary function to
106         handle frobbing keymaps with odd numbers of syms/code.
107         
108         * gdk/x11/gdkkeys-x11.c (update_keymaps): Use set_symbol() to 
109         frob the keymap.
110
111         Improve navigation to parent folders.  (#318444, Andrei Yurkevich)
112         
113         * gtk/gtkpathbar.[hc]: Add a child_path argument to
114         the path_clicked signal.
115         * gtk/gtkfilechooserdefault.c (path_bar_clicked): Select the
116         child_path, if it is provided.
117         * gtk/marshalers.list (path_bar_clicked): Add the necessary
118         glue.
119
120         * gtk/gtkmenu.c: Fix some compiler warnings. (#321141,
121         Kjartan Maraas)
122         
123         * gtk/gtk.symbols: 
124         * gtk/gtktreeview.h: 
125         * gtk/gtktreeview.c: Implement a getter for headers-clickable.
126         (#163851, Richard Hult)
127
128 2005-11-10  Michael Natterer  <mitch@imendio.com>
129
130         Applied patch from maemo-gtk that addresses many issues wrt
131         display migration and display closing (bug #85715).
132
133         * gdk/gdkdisplay.c (gdk_display_dispose): don't just set the
134         default display to NULL when it's closed. Instead set the most
135         recently opened display as new default (if one exists).
136
137         * gdk/gdkpango.c (on_renderer_display_closed): fixed signature
138         of this callback.
139
140         * gdk/gdkscreen.c (gdk_screen_dispose): check if the GCs still
141         exist before unrefing them.
142
143         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): if the screen
144         is closed, allow destruction of the root window.
145
146         * gdk/x11/gdkdisplay-x11.c: moved some stuff from finalize() to
147         dispose(), free stuff that was leaked before.
148
149         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_uninit_screen): check if
150         the xsettings_client still exists before destroying it.
151
152         * gdk/x11/gdkkeys-x11.c: added finalization and free the allocated
153         X resources.
154
155         * gdk/x11/gdkpixmap-x11.c: moved stuff from finalize() to new
156         dispose() implementation.
157
158         * gdk/x11/gdkscreen-x11.c: moved stuff from finalize() to
159         dispose() and check if it still exists before unrefing it. Set
160         their pointers to NULL/None *after* upchaining in dispose(),
161         because X11 implementations of members of the parent class still
162         need them for their own destruction.
163
164         * gdk/x11/gdkvisual-x11.c: removed finalize() implementation which
165         was g_error()ing when finalizing a visual.
166
167         * gtk/gtkclipboard.c (gtk_clipboard_finalize): don't use
168         get_clipboard_widget() because it would create the widget if it
169         doesn't exist. Use g_object_get_data() directly instead.
170
171         * gtk/gtktextdisplay.c (on_renderer_display_closed): fixed signature
172         of this callback.
173
174 2005-11-10  Simos Xenitellis  <simos@gnome.org>
175
176         * configure.in: Added Tatar (tt) to ALL_LINGUAS.
177
178 Wed Nov  9 16:29:42 2005  Tim Janik  <timj@imendio.com>
179
180         * gtk/gtkrange.c: patch from maemo-gtk that changes GtkRange
181         to render its arrows insensitive when the adjustment is in
182         its min or max position. this makes range arrow behaviour 
183         consistent with spin button behaviour. (#321056)
184
185 2005-11-09  Tor Lillqvist  <tml@novell.com>
186
187         * gdk/gdkinternals.h
188         * gdk/gdk.c (gdk_debug_keys[]): Add new GDK_DEBUG_DRAW flag to
189         the GdkDebugFlag enum.
190
191         * gdk/win32/gdkdrawable-win32.c: Use DRAW to trigger GDK_NOTEs in
192         this file instead of MISC. Now asking for MISC will give mainly
193         window manipulation debugging output with the Win32 backend.
194
195 2005-11-09  Tor Lillqvist  <tml@novell.com>
196
197         * gdk/win32/gdkwindow-win32.c: Remove unnecessary includes.
198
199         (_gdk_win32_get_adjusted_client_rect): Remove this two-line
200         function which was used only in one place.
201
202         (get_outer_rect): Use _gdk_win32_adjust_client_rect().
203
204         (gdk_window_set_geometry_hints): If we have identical minimum and
205         maximum size hints, remove the resize and maximize
206         decorations/functions. (#104514)
207
208         If we have a maximum size hint, remove the maximize
209         decoration/function but ensure the resize decoration/function is
210         available. Otherwise ensure both resize and maximize
211         decorations/functions are there.
212
213         (set_or_clear_style_bits): Factored out common code from
214         gdk_window_set_decorations() and gdk_window_set_functions(). 
215
216         Hack the window style setting once more: Only touch the window
217         style bits corresponding to the GdkWMDecoration or GdkWMFunction
218         parameter bitmasks. Hopefully this finally is the correct thing to
219         do. We used to clear all other bits than those that were being
220         set, or set all other bits than those that were being cleared.
221
222         Take into account that adding or removing decorations leaves the
223         window's outer size unchanged, i.e., the client area's size and
224         position change. This is apparently not what we want, so change
225         also the window's (outer) position and size appropriately so that
226         the client area's position and size stay constant.
227
228         gtk-demo's color selector dialog is now non-resizable like on X11
229         (I tested with metacity in GNOME). Torn off menus are shrinkable
230         vertically but have a maximum size, and are not maximizable or
231         minimizable, like on X11.
232
233         (gdk_window_set_decorations, gdk_window_set_functions): Let
234         set_or_clear_decorations() do most of the job.
235
236         * gdk/win32/gdkprivate-win32.h: Remove declaration of
237         _gdk_win32_get_adjusted_client_rect().
238
239 2005-11-09  Tor Lillqvist  <tml@novell.com>
240
241         * gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32)
242         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_init,
243         gdk_window_get_type_hint, gdk_window_get_type_hint): Store the
244         type hint. Implement gdk_window_get_type_hint() by just returning
245         the hint stored.
246
247 2005-11-09  Tor Lillqvist  <tml@novell.com>
248
249         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
250         Remove code that has been permanently ifdeffed out for two years.
251
252 2005-11-08  Matthias Clasen  <mclasen@redhat.com>
253
254         * gdk/gdkgc.c (gdk_gc_finalize): Unref tile and stipple when
255         finalizing a gc.  (#320789, Nickolay V. Shmyrev)
256
257         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Ignore
258         icons if they would make the request large enough to cause
259         Xlib to loose the connection.  (#320909, Claudio Saavedra)
260
261 2005-11-08  Michael Natterer  <mitch@imendio.com>
262
263         * gdk/gdk.symbols
264         * gdk/gdkwindow.h
265         * gdk/x11/gdkwindow-x11.c: added gdk_window_get_type_hint() (patch
266         extracted from maemo-gtk). Fixes bug #320872.
267
268 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
269
270         * gtk/gtkfilechooserdefault.c (shortcuts_reorder): Don't
271         looks the bookmark label when reordering.  (#320720, Jeremy Cook)
272
273         * gtk/gtkpathbar.[hc]: Set focus-on-click to FALSE for all buttons.
274         Don't grab focus when a slider button is pressed, instead, use
275         a bit in the pathbar struct to determine whether to scroll up
276         or down.  (#314486, Carlos Garnacho)
277
278         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): 
279         Don't popup the completions if the focus has already been
280         moved somewhere else.  (#319914, Christian Persch)
281
282         * gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured): 
283         Raise the drag_window after reconfiguring the 
284         toolbar.  (#320803, Christian Persch)
285
286         * gtk/gtk.symbols: 
287         * gtk/gtkfilechooserbutton.h: 
288         * gtk/gtkfilechooserbutton.c: Add a focus-on-click property
289         with setter and getter.  (#318945, Christian Persch)
290         
291 Mon Nov  7 16:15:16 2005  Tim Janik  <timj@imendio.com>
292
293         * configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present.
294
295 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
296
297         * configure.in: Adjust to the stock icon changes.
298         
299 2005-11-07  Tor Lillqvist  <tml@novell.com>
300
301         * gdk/win32/gdkcursor-win32.c (pixbuf_to_hbitmaps_normal):
302         Correct the calculation of maskstride. (#320152, Peter Zelezny)
303         
304 2005-11-06  Michael Natterer  <mitch@imendio.com>
305
306         * gtk/Makefile.am (icons): fixed rule to actually create the
307         symlinks, erroring out if anything goes wrong.
308
309 2005-11-06  Tor Lillqvist  <tml@novell.com>
310
311         * gtk/updateiconcache.c (build_cache): Can't rename a file if the
312         target exists on Win32. First rename the target temporarily, then
313         if the renaming of the source to target fails, restore the
314         original name for the target.
315
316         * gtk/Makefile.am: Use EXEEXT in the dependency on gtk-update-icon-cache.
317
318 2005-11-06  Tor Lillqvist  <tml@novell.com>
319
320         (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap,
321         like pixbuf_to_hbitmaps_normal().
322         (_gdk_win32_pixbuf_to_hicon_supports_alpha): Check
323         G_WIN32_IS_NT_BASED() first, so we can pretend being on Win9x by
324         setting the G_WIN32_PRETEND_WIN9X environment variable.
325         
326 2005-11-06  Tor Lillqvist  <tml@novell.com>
327
328         Make icon masks work on Win98 (#320152, Peter Zelezny)
329
330         * gdk/win32/gdkcursor-win32.c (create_color_bitmap): Take also a
331         parameter for the depth of the bitmap, so that this function can
332         be used to create 1-bit bitmaps, too.
333         (pixbuf_to_hbitmaps_normal): Create an 1-bit bitmap for the mask,
334         and initialize it properly.
335
336 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
337
338         Store builtin stock icons in an icon cache, instead of
339         populating a hash table with pixbufs at startup, to save both
340         memory and startup time.
341
342         * gtk/stock-icons/*: Reorganize the icons in a directory structure
343         suitable for gtk-update-icon-cache, and rename them to match the
344         stock ids.
345
346         * gtk/gtkiconcache.[hc]: Support non-mmapped icon caches, and
347         add _gtk_icon_cache_has_icon_in_directory().
348
349         * gtk/updateiconcache.c: Support a --source <VARIABLE> argument
350         to store the contents of the icon cache in a C header.
351
352         * gtk/gtkbuiltincache.h: Generated private header which contains 
353         the icon cache for the builtin icons.
354
355         * gtk/gtkicontheme.c: Create a GtkIconCache for the builtin
356         icons, and use that in addition to the hash table whenever
357         builtin icons are searched.
358
359         * gtk/gtkiconfactory.c: Add GTK_ICON_SOURCE_STATIC_ICON_NAME and
360         use it for static stock ids. 
361         (get_default_icons): Don't add the builtin
362         icons to the icon theme, just register the stock ids.
363         (render_fallback_image): Take the fallback image out of the
364         builtin icon cache.
365         
366         * gtk/Makefile.am: Remove stock-icons from SUBDIRS and add 
367         the necessary machinery to rebuild gtkbuiltincache.h.
368
369 2005-11-04  Michael Natterer  <mitch@imendio.com>
370
371         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): applied patch
372         from maemo-gtk that changes the mtime check for rc files from
373         '>' to '!=', otherwise theme changes go unnoticed when turning
374         back the clock (Tommi Komulainen).
375
376 2005-11-04  Tor Lillqvist  <tml@novell.com>
377
378         * gtk/gtkstatusicon.c (gtk_status_icon_set_tooltip): Plug memory
379         leak on Win32.
380
381 2005-11-03  Tor Lillqvist  <tml@novell.com>
382
383         * gdk/win32/gdkcursor-win32.c: As there is only one GdkDisplay in
384         the Win32 backend, check that GdkDisplay* parameters are equal to
385         _gdk_display instead of using the unnecessarily general
386         GDK_IS_DISPLAY().
387
388         (pixbuf_to_hbitmaps_alpha_winxp): Rename the variables for the
389         color bitmap to have "color" in their name, for similarity with
390         pixbuf_to_hbitmaps_normal(). Create a color bitmap for the mask,
391         too, instead of creating a b&w bitmap with CreateBitmap(). Set up
392         the mask bitmap's contents, ones for those pixels in the color
393         bitmap where the alpha is zero, zero for other pixels. We used to
394         use an uninitialized mask bitmap! This meant that icons and
395         cursors created presumably worked more or less by accident.
396         Totally blank icons with zero alpha everywhere (as used by
397         gtktrayicon.c) definitely did not work as expected.
398
399         * gtk/Makefile.am: Include gtkstatusicon.c on all platforms.
400
401         * gtk/gtkstatusicon.c: Implement for Win32. Use code from
402         gtktrayicon-win32.c as applicable. (gtktrayicon-win32.c is not
403         necessary and can be removed from CVS. It has never been mentioned
404         in gtk/Makefile.am.) No tray icon widget, GtkImage or GtkTooltips
405         are used on Win32. One label widget is used (but never shown) as
406         gtk_widget_render_icon() needs a widget.
407
408         Ifdefs used as necessary in several places. It might be cleaner to
409         split out the backend-specific parts to separate files, or at
410         least collect them into separate blocks in the file.
411
412         (wndproc): New function. Window procedure to monitor mouse events
413         in the system tray icon. Call gtk_status_icon_button_press() as
414         needed.
415         (create_tray_observer): New function. Creates a hidden window that
416         only serves as a tray icon message observer.
417
418         * tests/teststatusicon.c (icon_activated): Position the dialog
419         with GTK_WIN_POS_CENTER.
420         (do_quit): New function, hide and unref the GtkStatusIcon, and
421         call gtk_main_quit().
422         (popup_menu): Add a Quit menu item that calls do_quit().
423         
424 2005-11-02  Tor Lillqvist  <tml@novell.com>
425
426         * gdk/win32/gdkcolor-win32.c
427         * gdk/win32/gdkscreen-win32.c
428         * gdk/win32/gdkwindow-win32.c: Whitespace consistency
429         fixes. Remove superfluous test for GdkWindow* parameters being
430         non-NULL. Testing GDK_IS_WINDOW() is enough. As there is only one
431         GdkScreen and one GdkDisplay in the Win32 backend, use those
432         variables instead of the getter functions. For GdkDisplay* and
433         GdkScreen* parameters, check that they are equal to the
434         corresponding singleton variables instead of the more general
435         GDK_IS_DISPLAY() or GDK_IS_SCREEN().
436
437 2005-11-02  Matthias Clasen  <mclasen@redhat.com>
438
439         * gtk/gtktextview.c: Remove some g_return_if_fail() from
440         static functions, replace some others by g_assert().
441         
442         * gtk/gtktextview.c (selection_motion_event_handler) 
443         (gtk_text_view_start_selection_drag): Keep track of the original
444         selection boundaries during a drag selection, in order to correctly
445         decide when to extend or shrink the selection.  (#320167,
446         reported by Arvind S N, patch by Paolo Borelli)
447
448         * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): 
449         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Replace
450         manual offset calculations by g_utf8_offset_to_pointer().
451         (#320360, Paolo Borelli)
452
453 Tue Nov  1 16:18:24 2005  Tim Janik  <timj@imendio.com>
454
455         * gtk/gtkrbtree.[hc]: get rid of GAllocator usage, allocate and free 
456         nodes via the g_slice_*() API.
457         _gtk_rbtree_new(): fixed wrong node allocation via g_new().
458
459 2005-11-01  Tor Lillqvist  <tml@novell.com>
460
461         * gdk/win32/gdkprivate-win32.h
462         * gdk/win32/gdkglobals-win32.c
463         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Add more
464         pre-interned GdkAtoms and pre-registered clipboard formats. Sort
465         their declarations, definitions and assignments into a more
466         logical and consistent order.
467
468         * gdk/win32/gdkmain-win32.c (_gdk_win32_cf_to_string): Include the
469         CF_ prefix for the predefined clipboard format names. Put quotes
470         around registered format names to distinguish them.
471         
472         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Return
473         immediately with a warning if the property type is STRING, TEXT,
474         COMPOUND_TEXT or SAVE_TARGETS, as these are X11-specific that we
475         should never pretend to handle on Win32. Handle only UTF8_STRING
476         here, other formats with delayed rendering. Use \uc1 instead of
477         \uc0 when generating Rich Text Format for easier testability on
478         XP, where WordPad misinterprets \uc0 encoded characters. Add more
479         GDK_NOTE debugging output for Clipboard operations.
480
481         * gdk/win32/gdkselection-win32.c: Debugging printout improvements.
482         (gdk_selection_convert): Don't pretent to handle STRING, just
483         UTF8_STRING. Streamline error handling, don't unnecessarily have a
484         GError which then isn't used for anything anyway if it gets set.
485         (gdk_win32_selection_add_targets): Skip also STRING, TEXT,
486         COMPOUND_TEXT and SAVE_TARGETS in addition to UTF8_STRING.
487
488         * config.h.win32.in: Sync with what configure produces.
489
490         * configure.in: Don't look for X_PACKAGES unless building for
491         x11. (#313986, John Ehresman)
492
493 2005-10-28  Erdal Ronahi  <erdal.ronahi@gmail.com>
494
495         * configure.in: Added ku (Kurdish) to ALL_LINGUAS
496                         Wondered why there was no ku there before??
497
498 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
499
500         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Add the popup
501         window to the toplevels window group.  (#319912, Christian Persch)
502
503 2005-10-28  Kristian Rietveld  <kris@gtk.org>
504
505         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix
506         stupid thinko.
507
508 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
509
510         * gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
511         drag cursors.  (#319200, Federico Mena Quintero)
512
513         * gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle
514         Shift-G to go to the previous match, like firefox.  (#320061, Christian 
515         Neumair)
516
517         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_build_level): Fix a
518         C99ism.  (#320000, Kazuki Iwamoto)
519
520         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little 
521         stars.  (#319985, Bastien Nocera)
522
523         * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
524         FALSE, so we don't flush repeatedly.  (#319151, Alexander Larsson)
525
526 2005-10-26  Michael Natterer  <mitch@imendio.com>
527
528         Fix bug #319974:
529
530         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
531         make sure that setting any of pixbuf/stock-id/icon-name resets the
532         others because they are mutually exclusive, and that unsetting any
533         of them only resets the pixbuf and nothing else. Also added
534         some missing g_object_notify().
535
536         (gtk_cell_renderer_pixbuf_get_property): simplified calls to
537         g_value_set_object().
538
539         (gtk_cell_renderer_pixbuf_create_stock_pixbuf)
540         (gtk_cell_renderer_pixbuf_create_named_icon_pixbuf): added
541         g_object_notify ("pixbuf").
542
543 2005-10-27  Matthias Clasen  <mclasen@redhat.com>
544
545         * gtk/gtktreeview.c (gtk_tree_view_button_press): Be more 
546         careful about initializing cell_area.  (#319382, Tommi
547         Komulainen)
548
549         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat
550         Ctrl-PageUp/PageDown.  (#318670, Christian Neumair)
551
552         * demos/gtk-demo/clipboard.c (paste_received): Only set the
553         text if it is not NULL.  (#319930, Thomas Klausner)
554
555         * gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the
556         loader before trying to get the pixbuf.  (#319930, Thomas Klausner)
557
558 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
559
560         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
561         * gtk/gtkthemes.c (gtk_theme_engine_load): 
562         * gtk/gtkimmodule.c (gtk_im_module_load): Use G_MODULE_BIND_LAZY
563         when dlopening modules.  (#319557, Laszlo Peter)
564
565 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
566
567         * gtk/gtktextbtree.c (gtk_text_btree_resolve_bidi): Only use text
568         segments when determining text direction.  (#319065, Tommi Komulainen)
569
570         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't crash
571         on duplicate destroy.  (#318953, Gustavo Carneiro)
572
573         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog): 
574         Point out that destroy-with-parent is a bad idea for the dialog
575         passed to this function.  (#318943, Christian Persch)
576
577         * */Makefile.am: use $(GLIB_MKENUMS) instead of 
578         glib-mkenums.  (#318582, Damien Carbery)
579
580         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
581         docs.  (#317682, Christian Neumair)
582
583         * gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
584         seem to affect the placement of the data in the readonly 
585         section, and causes problems with some compilers.  (#317844)
586
587 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
588
589         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
590         Fix some issues with background drawing in RTL.  (#318781,
591         Eric Cazeaux)
592
593         * tests/Makefile.am:
594         * tests/testentrycompletion.c: Apply a patch by Christian
595         Persch to add property editors.
596
597         * gtk/gtkstatusicon.c: Emit activate on single-click,
598         not on double-click, change proposed by Milosz Derezynski.
599
600 2005-10-25  Kristian Rietveld  <kris@gtk.org>
601
602         Fixes #311955, reported by Markku Vire; and a lot more.
603
604         * gtk/gtktreemodelfilter.c: Made this thing work correctly.
605         Levels can now have invisible nodes cached, functions have been
606         rewritten/refactored to take this into account; also the logic in
607         some functions has been corrected.
608         
609         Each referenced node now references all visible children or a single
610         invisible child, in order to be able to monitor all changes in the
611         child model required for correct operation.
612
613         When a virtual root is set, all nodes on the virtual root level are
614         referenced.
615
616         At last, a bunch of random bug fixes and comment updates.
617
618 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
619
620         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
621         more docs.  (#319722, Paolo Borelli)
622
623         * gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the 
624         initialization of screen_x11->xft_rgba more explicit.  (#319627,
625         Bogdan Nicula)
626
627         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
628         in a blurb.  (#319499, Francisco Javier F. Serrador)
629
630 2005-10-24  Matthias Clasen  <mclasen@redhat.com>
631
632         Add settings to hide the input method and Unicode control character
633         submenus in the context menus of GtkEntry and GtkTextView.  
634         
635         * gdk/x11/gdkevents-x11.c: Map GTK+ settings to X settings.
636         
637         * gtk/gtksettings.c (gtk_settings_class_init): Declare GTK+ settings here.
638
639         * gtk/gtktextview.c (popup_targets_received): 
640         * gtk/gtkentry.c (popup_targets_received): Use the settings here.
641
642 2005-10-24  Kristian Rietveld  <kris@gtk.org>
643
644         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): emitting
645         row-has-child-toggled when the level is not in the cache does not
646         make sense.  (This bug probably crept in during the early stages
647         of GtkTreeModelSort when there wasn't a correct row-has-child-toggled
648         implementation yet),
649         (gtk_tree_model_sort_real_unref_node): only get the child iter
650         when we will actually also use it.
651
652 2005-10-22  Michael Natterer  <mitch@imendio.com>
653
654         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the
655         widget being realized, in addition to being visible, to avoid
656         running into precondition check in gtk_tree_view_get_cell_area().
657         (approved by Kris).
658
659 2005-10-22  Dom Lachowicz <cinamod@hotmail.com>
660
661         * modules/engines/ms-windows/msw_style.c (setup_msw_rc_style): 
662         Experimentally, scrollbar steppers can shrink to 8 pixels on 
663         Win32. Reflect that in the theme.
664         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally,
665         there is a 1-pixel border between a scrollbar and its child
666         in ScrolledWindows on Win32. Reflect that in the theme.
667         
668 2005-10-20  Matthias Clasen  <mclasen@redhat.com>
669
670         * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
671         for the selection window.  (#318806, Alex Larsson)
672
673 2005-10-18  Federico Mena Quintero  <federico@ximian.com>
674
675         Fixes bug #317999:
676
677         * tests/autotestfilechooser.c
678         (test_button_folder_states_for_action): Test that we have either
679         $cwd or the explicitly-set folder.
680         (test_reload_sequence): Likewise.
681
682         * gtk/gtkfilechooserdefault.c
683         (gtk_file_chooser_default_get_current_folder): If our reload_state
684         is RELOAD_EMPTY, return a GtkFilePath corresponding to $cwd.
685
686 2005-10-14  Tor Lillqvist  <tml@novell.com>
687
688         * gdk/win32/gdkdisplay-win32.c: Remove the clipboard viewer code.
689         It didn't really do anything useful, and was just confusing and
690         incomplete. Comments claimed we don't do delayed rendering, but in
691         fact we do, for images. (The delayed rendering code has other
692         problems, though, see #168173.) The clipboard viewer code was
693         probably even buggy (the WM_CHANGECBCHAIN handled didn't propagate
694         the message when necessary). It was just test code, it said so in
695         a comment. Add something similar back later if necessary.
696
697         (_win32_on_clipboard_change,
698         _gdk_win32_register_clipboard_notification): Remove.
699
700         (gdk_display_supports_selection_notification,
701         gdk_display_request_selection_notification): Always just return
702         FALSE. We didn't generate any GDK_OWNER_CHANGE events anywhere.
703
704 2005-10-13  Tor Lillqvist  <tml@novell.com>
705
706         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't treat
707         Alt-Enter specially. It does not have any special meaning and
708         should be passed on to the application. (#318378, Tim Evans)
709
710 2005-10-13  Tor Lillqvist  <tml@novell.com>
711
712         Set visual depth to 24 for 32 bits-per-pixel devices on
713         Win32. This allows gdk_drawable_real_draw_pixbuf() to use the
714         optimized composite_0888() function rather than the slower image
715         dithering functions to draw pixbufs (#313993, John Ehresman)
716
717         * gdk/win32/gdkimage-win32.c (_gdk_win32_new_image): Use
718         _gdk_windowing_get_bits_for_depth() to initialize
719         GdkImage::bits_per_pixel.
720         (_gdk_windowing_get_bits_for_depth): Return 32 bits for depth 24.
721
722         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use
723         _gdk_windowing_get_bits_for_depth() to initialize
724         BITMAPINFOHEADER::biBitCount.
725
726         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Set
727         GdkVisual::depth to 24 even if GetDeviceCaps(BITSPIXEL) returns
728         32.
729
730 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
731
732         * demos/gtk-demo/appwindow.c: (about_cb):
733           use PACKAGE_VERSION,bump year (#318654)
734
735 2005-10-11  Matthias Clasen  <mclasen@redhat.com>
736
737         * gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off 
738         toggle here with the matching on toggle if it immediately follows. 
739         This is a common case, and handling it here prevents quadratic blowup 
740         in cleanup_line() below.  (#317125)
741
742         * gtk/gtktextsegment.h: 
743         * gtk/gtktextsegment.c (_gtk_char_segment_new_from_two_strings): Pass
744         the character counts into this function instead of computing them
745         again.
746
747 2005-10-10  Tommi Komulainen  <tommi.komulainen@iki.fi>
748
749         * gtk/gtkfilechooser.h (GtkFileChooserError): Add ALREADY_EXISTS error
750         code.
751         * gtk/gtkfilechooserdefault.c
752         (gtk_file_chooser_default_add_shortcut_folder): Return an error code
753         when the shortcut already exists in the sidebar.  (#147521)
754
755 2005-10-09  Matthias Clasen  <mclasen@redhat.com>
756
757         * tests/testcombo.c: Demonstrate how to use custom widgets in
758         a GtkComboBox.  
759
760 2005-10-07  Federico Mena Quintero  <federico@ximian.com>
761
762         Fixes bug #317999:
763
764         * tests/autotestfilechooser.c (test_reload_sequence): Ensure that
765         the the result of gtk_file_chooser_get_folder() is NULL or
766         non-NULL at the right times.  Log the tests.
767         (test_button_folder_states): New test for the initial states of
768         the current folder in GtkFileChooserButton.
769         (main): Test that the number of warnings/errors/critical errors is
770         zero.
771
772         * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder):
773         Clarify the documentation on when this can return NULL.
774         (gtk_file_chooser_get_current_folder_uri): Likewise.
775
776         * gtk/gtkfilechooserbutton.c (struct
777         _GtkFileChooserButtonPrivate): Added a folder_has_been_set flag;
778         we use it to keep track of whether a folder has been set.
779         (gtk_file_chooser_button_map):  Implement.  If no folder has been
780         loaded before, we at least try to load $cwd here.
781         (gtk_file_chooser_button_constructor): If the construct-time
782         dialog already has a folder set, turn on our folder_has_been_set
783         flag.
784         (dialog_current_folder_changed_cb): Turn on our
785         folder_has_been_set flag.
786
787 2005-10-07  Michael Natterer  <mitch@gimp.org>
788
789         * gtk/gtkfilechooserdefault.c: remove some explicit #defines of
790         PROFILE_FILE_CHOOSER because they break compilation after the
791         removal of <unistd.h>.
792
793 2005-10-07   Matthias Clasen  <mclasen@redhat.com>
794
795         * gtk/gtkfilechooserdefault.c: Properly fix the unistd.h include
796         by moving it out of the profiling ifdef.
797
798         * gtk/gtkfilechooserdefault.c: Remove a redundant (and
799         unconditional) include of unistd.h  (#318211, Kazuki Iwamoto)
800
801         * gtk/gtktexttag.c (gtk_text_attributes_ref): Use
802         g_return_val_if_fail(), not g_return_if_fail().  (#318412,
803         Kazuki Iwamoto)
804
805 2005-10-06  Matthias Clasen  <mclasen@redhat.com> 
806                 
807         * gtk/gtk.symbols:
808         * gtk/gtktextbuffer.h:
809         * gtk/gtktextbuffer.c: Add a readonly has-selection property
810         with a getter.  (#318161, Paolo Borelli)
811
812 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
813
814         * README.in: Start collecting release notes for 2.10.
815
816         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory
817         leak fix, since the assertion failures were traced to 
818         an xchat bug.  (#314696)
819         
820         * gtk/gtkstyle.c (gtk_style_detach):
821         (gtk_style_attach):  Documentation improvements.
822         (gtk_style_detach): Assert that the attach_count is > 0.
823
824 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
825
826         * gtk/gtkfilechooserdefault.c (switch_to_shortcut): Take a
827         shortcut position, not a ShortcutsIndex, to make the function more
828         generic.
829         (home_folder_handler): Pass the resolved index to
830         switch_to_shortcut(), rather than just SHORTCUTS_HOME.
831         (desktop_folder_handler): Likewise for SHORTCUTS_DESKTOP.
832         (gtk_file_chooser_default_class_init): Add a "quick-bookmark"
833         binding signal, and bind it to Alt-1, Alt-2. ..., Alt-0.  These
834         make the respective key switch to the first, second, ..., tenth
835         bookmark.
836         (quick_bookmark_handler): Implement.
837
838 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
839
840         * gtk/gtkpathbar.c (get_dir_name): Don't special-case Home and
841         Desktop; just use their real names on the file system for the
842         user-visible names.
843
844         * gtk/gtkfilechooserdefault.c
845         (gtk_file_chooser_default_class_init): Add a "desktop-folder"
846         binding signal, and bind it to M-d by default.
847         (desktop_folder_handler): Implement the default handler.
848         (home_folder_handler): Use a helper function.
849         (switch_to_shortcut): New helper function.
850         (shortcuts_append_home): Don't special-case the name of "Home";
851         just use the folder name.
852
853 2005-10-04  Tor Lillqvist  <tml@novell.com>
854
855         * gtk/gtkcalendar.c (gtk_calendar_init): Make it compile without
856         HAVE__NL_TIME_FIRST_WEEKDAY. (#317910, Mathias Hasselmann)
857
858 2005-10-04  Matthias Clasen  <mclasen@redhat.com>
859
860         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
861         from yesterday, since it leads to assertion failures.  (#317879,
862         Sebastian Bacher)
863
864 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
865
866         * gtk/gtkcalendar.c (gtk_calendar_init): Call 
867         calendar_compute_days() after setting priv->week_start.
868
869 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
870
871         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Unref the style when
872         removing it from the hash table.  (#314696, Benjamin Berg)
873
874 2005-10-01  Tor Lillqvist  <tml@novell.com>
875
876         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap): In case
877         BitBlt() fails with ERROR_INVALID_HANDLE, the most probable cause
878         is that the the desktop isn't visible because the session has been
879         switched, the screen is locked, or a terminal server session
880         disconnected, so no error message necessary. (#137796)
881
882         It is of course remotely possible that BitBlt() failing with
883         ERROR_INVALID_HANDLE might also be caused by some other
884         problem. We could strive for perfection and track whether the
885         desktop is visible by using WTSRegisterSessionNotification() and
886         handling WM_WTSESSION_CHANGE. I think that's overdoing it just for
887         this issue, though. If we would track desktop visibility, we
888         should then avoid even trying to update the display at all while
889         the desktop isn't visible.
890
891 2005-09-30  Matthias Clasen  <mclasen@redhat.com>
892
893         * gtk/gtkcalendar.c (gtk_calendar_init): Another attempt
894         to correct the calculations for the first week day. We may
895         just have to remove this code if too many locales turn out 
896         to have broken data. 
897
898         * gtk/gtkimage.c (gtk_image_expose): Don't leak pixbuf in
899         some cases.  (#317611, Tommi Komulainen)
900
901         * gtk/gtksocket-x11.c (_gtk_socket_windowing_size_request):
902         Prevent overflow when storing size hints in an unsigned
903         short variable. Tracked down by Ray Strode and Søren Sandmann.
904
905 2005-09-29  Matthias Clasen  <mclasen@redhat.com>
906
907         * gtk/gtkbutton.c (gtk_button_set_image): Check arguments.  (#317491,
908         Paolo Borelli)
909
910         * gtk/gtkpaned.c (gtk_paned_grab_notify): Stop drags when being
911         grab shadowed.  (#317332)
912
913 2005-09-29  Tor Lillqvist  <tml@novell.com>
914
915         * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test.
916
917 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
918
919         * tests/autotestfilechooser.c (test_reload_sequence): Oops, return
920         if the unmap test fails.
921         (test_reload_sequence): Use gtk_widget_show_now() instead of
922         gtk_widget_show() for the dialog.
923         Thanks to Tim Janik for noticing these.
924
925 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
926
927         * tests/testcellrenderertext.c: New file with a set of tests for
928         GtkCellRendererText.  The idea is to run a text renderer through
929         most of its interesting property values to see that it works
930         correctly.
931
932         * tests/Makefile.am: Added testcellrenderertext.
933
934         * gtk/gtkfilechooserdefault.c (load_set_model): Mark the
935         entry/exit of this function for profiling.
936         (gtk_file_chooser_default_style_set): Mark the start/end of the
937         calls to the parent class and the the signal emission for profiling.
938
939 2005-09-29  Tor Lillqvist  <tml@novell.com>
940
941         * gtk/gtkmain.c (_gtk_get_localedir): The locale directory is
942         passed to bindtextdomain() which isn't UTF-8-aware, so convert to
943         system codepage using g_win32_locale_filename_from_utf8().
944         (#317457, Kazuki Iwamoto)
945
946 2005-09-28  Matthias Clasen  <mclasen@redhat.com>
947
948         * gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms 
949         here. (#317039, Paolo Borelli)
950
951         * gtk/gtktexttag.h: 
952         * gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
953         to make this function work as boxed copy function.  (#317455,
954         Gustavo Carneiro)
955
956         * gtk/gtkclipboard.c (request_image_received_func): Don't unref
957         NULL.  (#316828, Tor Lillqvist)
958
959 2005-09-28  Tor Lillqvist  <tml@novell.com>
960
961         * modules/input/imime.c: Include <config.h>. (#317444, Kazuki
962         Iwamoto)
963
964 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
965
966         Don't reload the current folder unnecessarily on ::map().
967
968         * gtk/gtkfilechooserprivate.h (ReloadState): New enum to represent
969         the reloading state.
970         (struct _GtkFileChooserDefault): Added a "reload_state" field.
971
972         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
973         Initialize impl->reload_state.
974         (gtk_file_chooser_default_map): Check the impl->reload_state; load
975         a default folder if no folder has been set, or reload the current
976         one only if we had been unmapped first.
977         (gtk_file_chooser_default_update_current_folder): Set the
978         reload_state to RELOAD_HAS_FOLDER.
979         (gtk_file_chooser_default_unmap): Implement, and set the
980         reload_state to RELOAD_WAS_UNMAPPED.
981         (shortcuts_model_create): Don't call shortcuts_add_bookmarks()
982         here; they'll get (re)loaded on ::map() anyway.
983
984         * gtk/gtkfilechooserwidget.c
985         (gtk_file_chooser_widget_constructor): Don't set a default folder here.
986
987         * tests/autotestfilechooser.c (test_action_widgets): Don't take in
988         a dialog; build it ourselves.
989         (test_reload): New test to ensure that we don't load the default
990         folder more than once, and that we reload it when
991         unmapping/remapping.
992         (get_impl_from_dialog): New utility function.
993         (test_widgets_for_current_action): Use get_impl_from_dialog().
994
995 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
996
997         * gtk/gtkfilechooserdefault.c
998         (gtk_file_chooser_default_constructor): Mark the entry/exit of
999         this function for profiling.
1000         (check_icon_theme): Likewise.
1001         (change_icon_theme): Likewise.
1002         (settings_notify_cb): Likewise.
1003         (gtk_file_chooser_default_screen_changed): Likewise.
1004         (update_chooser_entry): If the selection is empty, clear the file
1005         name entry only if we are in CREATE_FOLDER mode.  In SAVE mode,
1006         nothing will be selected when the user starts typeahead in the
1007         treeview, and we don't want to clear the file name entry in that
1008         case --- the user could be typing-ahead to look for a folder name.
1009         Fixes bug #308332, patch by Jürg Billeter.
1010
1011 2005-09-27  Matthias Clasen  <mclasen@redhat.com>
1012
1013         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
1014         Pop below the entry if there's more free space below the entry
1015         than above.  (#316948, Tommi Komulainen)
1016
1017 2005-09-26  Federico Mena Quintero  <federico@ximian.com>
1018
1019         Do not create the save mode-specific widgets in the open modes, so
1020         that we don't carry their baggage around.
1021
1022         * gtk/gtkfilechooserdefault.c
1023         (gtk_file_chooser_default_constructor): Don't create the
1024         save_widgets here.
1025         (save_widgets_create): Set the impl->save_widgets directly here,
1026         instead of passing the widgets back to the caller.  Also, pack
1027         them into the impl's box.
1028         (update_appearance): Create or destroy the save widgets as
1029         appropriate.  Set the action of the save_file_name_entry here.
1030         (shortcuts_add_current_folder): Set the active item in the
1031         save_folder_combo only if it exists.
1032         (gtk_file_chooser_default_set_property): Don't set the action of
1033         the save_file_name_entry here.
1034         (gtk_file_chooser_default_update_current_folder): Set the base
1035         folder of the save_file_name_entry only if the entry exists.
1036         (shortcuts_drag_data_received_cb): Cast the selection_data->data
1037         to (const char *) since that's what shortcuts_drop_uris() expects.
1038         (file_list_drag_data_received_cb): Likewise, for
1039         g_uri_list_extract_uris().
1040
1041 2005-09-26  Tor Lillqvist  <tml@novell.com>
1042
1043         * gdk/win32/gdkwindow-win32.c (gdk_window_shape_combine_mask): Set
1044         the shaped flag here, too. (#316871)
1045         (gdk_window_shape_combine_region): Currently unimplemented, so
1046         don't do anything to the shaped flag here.
1047
1048 2005-09-26  Matthias Clasen  <mclasen@redhat.com>
1049
1050         Fix #316871, reported by Dan Winship:
1051         
1052         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a shaped flag.
1053
1054         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask) 
1055         (gdk_window_shape_combine_region): Set it here.
1056
1057         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
1058         remove the child area for shaped windows.
1059
1060 2005-09-23  Matthias Clasen  <mclasen@redhat.com>
1061
1062         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize):
1063         Don't leak expander pixbufs.  (#316946, Tommi Komulainen)
1064
1065 2005-09-22  Michael Natterer  <mitch@imendio.com>
1066
1067         Renamed GtkCellRendererKeys to GtkCellRendererAccel to be
1068         consistent with GTK+ terminology:
1069
1070         * gtk/gtkcellrendererkeys.[ch]
1071         * tests/testkeys.c: removed...
1072
1073         * gtk/gtkcellrendereraccel.[ch]
1074         * tests/testaccel.c: ...and added.
1075
1076         * gtk/Makefile.am
1077         * gtk/gtk.h
1078         * gtk/gtk.symbols
1079         * tests/Makefile.am: changed accordingly.
1080
1081 2005-09-22  Matthias Clasen  <mclasen@redhat.com>
1082
1083         * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
1084         for the grab-broken-event signal, noticed by Damon Chaplin.
1085
1086 2005-09-21  Tor Lillqvist  <tml@novell.com>
1087
1088         * gdk/win32/gdkselection-win32.c (gdk_selection_convert,
1089         gdk_text_property_to_text_list_for_display,
1090         gdk_text_property_to_utf8_list_for_display,
1091         gdk_win32_selection_add_targets,
1092         _gdk_win32_selection_convert_to_dib): Free return value from
1093         gdk_atom_name().
1094         (gdk_text_property_to_text_list_for_display): Drop GError variable
1095         that isn't actually used after being set.
1096
1097 2005-09-20  Johan Dahlin  <jdahlin@async.com.br>
1098
1099         * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in 
1100         documentation.
1101
1102 2005-09-20  Tor Lillqvist  <tml@novell.com>
1103
1104         * gdk/win32/gdkselection-win32.c
1105         (gdk_selection_owner_get_for_display): Do return the correct owner
1106         for CLIPBOARD (i.e., the owner of the Windows Clipboard, if it is
1107         a window GDK knows about). The reason to return NULL seems to have
1108         gone when in the fix for bug #163702 the artificial
1109         GDK_SELECTION_CLEAR event generation was removed from
1110         gdk_selection_send_notify_for_display(). Fixes bug #316552.
1111
1112 2005-09-20  Matthias Clasen  <mclasen@redhat.com>
1113
1114         Avoid unnecessary XkbGetState() calls and XkbStateNotify
1115         events.  (#151555, Søren Sandmann)
1116
1117         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Use 
1118         XkbSelectEventDetails() to select XkbStateNotify events
1119         for only the state we care about.
1120
1121         * gdk/x11/gdkprivate-x11.h:
1122         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_state_changed): Pass
1123         the event into the function and update the keymap state from
1124         the state information contained in the event. Adjust all callers.
1125         
1126 2005-09-19  Matthias Clasen  <mclasen@redhat.com>
1127
1128         * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
1129         in multiple places to avoid segfaults if the index is out of range.  
1130         (#316422, Guillaume Cottenceau)
1131         (gtk_icon_view_set_drag_dest_item): 
1132         (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
1133         #316424, Guillaume Cottenceau)
1134
1135 2005-09-18  Hans Breuer  <hans@breuer.org>
1136
1137         * gtk/gtktrayicon-win32.c : now handling events by hard-coded 
1138         g_signal_emit_by_name() - will break when gtkstatusicon.c changes.
1139
1140 2005-09-18  Hans Breuer  <hans@breuer.org>
1141
1142         * gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
1143         _gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
1144         * gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
1145         the icon and is blinking with teststatusicon. More to come ...
1146
1147 2005-09-18  Hans Breuer  <hans@breuer.org>
1148
1149         * gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
1150         cause gtkprogressbar.c has #include <config.h> conditionally; less
1151         noise from generated gtk.def
1152         * gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
1153         
1154         * gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
1155         For me it works as well as the *NIX implemenation, that is not at all.
1156
1157         * gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
1158
1159         * gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
1160         only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
1161         back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
1162         again - if compiled properly.
1163
1164         * tests/teststatusicon.c : don't use GNOME icons for testing, but icons
1165         already coming with Gtk+. Makes it compile on win32.
1166
1167 2005-09-18  Guilherme de S. Pastore  <gpastore@cvs.gnome.org>
1168
1169         * README.cvs-commits: fixed some tiny typos
1170
1171 2005-09-16  Tor Lillqvist  <tml@novell.com>
1172
1173         * modules/engines/ms-windows/msw_style.c (draw_extension,
1174         draw_box_gap): Check whether the widget actually is a GtkNotebook
1175         before treating it as such. Drop some unneeded local variables,
1176         use parameter with same information instead. (#316412)
1177
1178 2005-09-15  Federico Mena Quintero  <federico@ximian.com>
1179
1180         * tests/autotestfilechooser.c: Start a set of automated tests for
1181         the file chooser.  The only test in there right now doesn't pass
1182         yet.  It specifies the intended behavior of the first optimization
1183         of a series which I'll do on the file chooser (see
1184         http://primates.ximian.com/~federico/news-2005-09.html#14 for the
1185         details of this optimization).
1186
1187         * tests/Makefile.am: Added autotestfilechooser.c.
1188
1189         * gtk/gtkfilechooserprivate.h (struct
1190         _GtkFileChooserDialogPrivate): Move all the file chooser's private
1191         structures to here, so that they can be accessed by
1192         tests/autotestfilechooser.c:  _GtkFileChooserDialogPrivate,
1193         _GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault.
1194
1195         * gtk/gtkfilechooserdialog.c: See above.
1196
1197         * gtk/gtkfilechooserwidget.c: See above.
1198
1199         * gtk/gtkfilechooserdefault.c: See above.
1200
1201 Thu Sep 15 15:27:55 2005  Tim Janik  <timj@imendio.com>
1202
1203         * gtk/gtkwindow.c: 
1204         gtk_window_map_event(): new function to work around lost unmap requests.
1205         fixes bug #316180.
1206
1207 2005-09-14  Federico Mena Quintero  <federico@ximian.com>
1208
1209         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Add
1210         an easy-to-find profiling marker when starting to create a file
1211         chooser.
1212         (browse_files_model_finished_loading_cb): Likewise, for when the
1213         chooser is finished loading.
1214
1215 2005-09-14  Tristan Van Berkom <tvb@cvs.gnome.org>
1216
1217         * gtk/gtkcolorbutton.c: Check "color" argument in 
1218         gtk_color_button_set_color ()
1219
1220 2005-09-14  Matthias Clasen  <mclasen@redhat.com>
1221
1222         * gtk/gtklabel.c (gtk_label_get_type): 
1223         * gtk/gtkbutton.c (gtk_button_get_type): 
1224         * gtk/gtkwindow.c (gtk_window_group_get_type): No point in 
1225         using a mem chunk for window groups, buttons, labels.
1226
1227         * gtk/updateiconcache.c (foreach_remove_func): Fix
1228         a use-after-free bug.  (#316256, Alexander Nedotsukov)
1229
1230 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
1231
1232         * gtk/*.c: Various cleanups.  (#315360, Kjartan Maraas)
1233
1234         * gdk/*.c: Various cleanups.  (#315359, Kjartan Maraas)
1235         
1236 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
1237
1238         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
1239         Let GDK_Return pass through in some more cases.
1240
1241         * gtk/gtkentry.c (gtk_entry_key_press): Reset the im context before
1242         activating the entry. 
1243
1244         * gtk/gtkiconview.c (gtk_icon_view_class_init):
1245         (gtk_icon_view_get_dest_item_at_pos):  Fix typos in the 
1246         docs.  (#316008, #316027, #316121, Guillaume Cottenceau)
1247
1248         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
1249         (#316001, Guillaume Cottenceau)
1250
1251         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Fix a copy-and-paste
1252         mistake in the docs.  (#315993, Guillaume Cottenceau)
1253
1254         * tests/testentrycompletion.c (create_simple_completion_model): Add
1255         some strings containing multibyte characters.
1256
1257         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
1258         Fix prefix insertion for multibyte characters.  (#316095,
1259         Tommi Komulainen)
1260
1261         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): 
1262         * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): Silently
1263         return NULL if the widget is not realized.  (#316023,
1264         Guillaume Cottenceau)
1265
1266 2005-09-11  Matthias Clasen  <mclasen@redhat.com>
1267
1268         * gdk/gdk.symbols: 
1269         * gdk/gdkproperty.h: 
1270         * gdk/x11/gdkproperty-x11.c (gdk_atom_intern_static_string): 
1271         New function to avoid pointless strdups when creating atoms
1272         from static strings.  
1273
1274         * gdk/x11/*.c:
1275         * gtk/*.c:  Use gdk_atom_intern_static_string() where 
1276         appropriate.
1277
1278 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
1279
1280         * gtk/gtkcellrendererkeys.h: 
1281         * gtk/gtkcellrendererkeys.c: Add a cell renderer for displaying
1282         and editing accelerators, a port of EggCellRendererKeys .
1283
1284         * gtk/gtk.symbols:
1285         * gtk/gtk.h:
1286         * gtk/Makefile.am: Add the keys cell renderer.
1287
1288         * tests/Makefile.am: 
1289         * tests/testkeys.c: Test GtkCellRendererKeys
1290
1291 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
1292
1293         Make it possible to determine if a key event is for a
1294         modifier key:
1295         
1296         * gdk/x11/gdkprivate-x11.h: 
1297         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier): 
1298         New function to determine if a keycode is mapped to a modifier.
1299         (get_xkb): Get the modmap.
1300
1301         * gdk/x11/gdkevents-x11.c (translate_key_event): Set the 
1302         is_modifier bit by calling _gdk_keymap_key_is_modifier().
1303
1304         * gdk/gdkevents.h (struct _GdkEventKey): Add an is_modifier
1305         bit.
1306
1307 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
1308
1309         * gdk/gdkpixbuf-drawable.c (convert_real_slow): Remove an 
1310         unused variable, noticed by Kjartan Maraas.
1311
1312 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
1313
1314         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): 
1315         Make drag reordering work properly for columns other than the
1316         first.  (#315054, Dan Winship)
1317         
1318         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Handle 
1319         invalid fontnames better. (#136926, Michael R. Walton)
1320         
1321         Stop cursor blinking in non-editable regions of a text view.
1322         (#311508, Torbjörn Andersson)
1323         
1324         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): 
1325         (cursor_blinks): Take editability into account when deciding
1326         whether the cursor blinks.
1327         (gtk_text_view_button_release_event): 
1328         (gtk_text_view_move_cursor_internal): Update cursor blinking here.
1329
1330         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
1331         Use connect_after to connect to the focus_out event. This
1332         ensures that the entry has already stopped blinking by the time
1333         we emit the edited signal.  (#315229, Thomas Leonard)
1334
1335         * tests/testgtk.c: Use GDK_MOD1_MASK, not GDK_ALT_MASK.
1336
1337         * gtk/gtkwindow.c (gtk_window_parse_geometry): Don't set
1338         unsigned ints to -1.  (#315481, Kjartan Maraas)
1339
1340         * gtk/gtkcalendar.c (gtk_calendar_init): first_weekday is relative
1341         to week_1stday, not to Sunday. Gotta love the ISO 14652 guys...
1342         (#314473, Stanislav Brabec)
1343
1344 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
1345
1346         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
1347         memory handling.  (#314975, Torsten Schoenfeld)
1348
1349         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
1350         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
1351         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
1352         * gtk/gtklabel.c (gtk_label_class_init): 
1353         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
1354         Stylistic improvements and clarifications for some blurbs. 
1355         (#315520, Clytie Siddall)
1356
1357 2005-09-09  Tor Lillqvist  <tml@novell.com>
1358
1359         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the
1360         display name. There is only one GdkDisplay on Win32, and
1361         constructing the display name isn't entirely trivial, so cacheing
1362         is probably worth it. For instance GIMP calls this function a lot.
1363         (gdk_display_open): Call gdk_display_get_name() to prime the
1364         cached name.
1365         (gdk_display_get_n_screens, gdk_display_get_screen,
1366         gdk_display_get_default_screen): Verify parameter correctness like
1367         the X11 backend does.
1368
1369         * gdk/win32/gdkscreen-win32.c (gdk_screen_make_display_name):
1370         Return a freshly allocated string, as the API specifies. Fixes a
1371         heap corruption problem that caused random errors and crashes in
1372         GIMP, for instance.
1373
1374 2005-09-07  Matthias Clasen  <mclasen@redhat.com>
1375
1376         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
1377         Make C-u commit and restart hex input if we are already in a
1378         hex sequence.
1379
1380 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
1381
1382         * gdk/x11/gdkkeys-x11.c (update_modmap): Make the modmap reflexive.
1383         (_gdk_keymap_add_virtual_modifiers): Don't add both Alt and Meta
1384         if they are mapped to the same modifier.
1385
1386         * gtk/Makefile.am: Rename gtkstatusicon-x11.c and gtktrayicon.c
1387         to gtkstatusicon.c and gtktrayicon-x11.c
1388
1389         * gtk/gtkaccelgroup.c: Include Super, Hyper and Meta in the
1390         default accel mod mask.
1391
1392         * gtk/gtkaccelgroup.c (gtk_accelerator_parse): 
1393         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
1394         Don't use GDK_ALT_MASK.
1395
1396         * gdk/gdktypes.h: No need to introduce GDK_ALT_MASK
1397
1398 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
1399
1400         Add support for extra virtual modifiers:  (#85780, Owen Taylor)
1401         
1402         * tests/testgtk.c (create_key_lookup): Add tests for extra virtual
1403         modifiers.
1404
1405         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Try to match both against
1406         Mod2 - Mod5 and against Super, Hyper, Meta.
1407
1408         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
1409         * gtk/gtkaccelgroup.c (gtk_accelerator_parse) 
1410         (gtk_accelerator_name): Support Super, Hyper Meta and Mod2 - Mod5.
1411
1412         * gdk/x11/gdkkeys-x11.c (struct _GdkKeymapX11): Add a 
1413         modmap to maintain the information which X modifiers map to
1414         virtual modifiers.
1415         (get_xkb): Set up the modmap from the XKB tables.
1416         (update_keymaps): Set up the modmap from the information returned
1417         by XGetModifierMapping in the non-XKB case.
1418
1419         * gdk/x11/gdkprivate-x11.h: 
1420         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_add_virtual_modifiers): New 
1421         function to set the virtual modifiers in the state.
1422
1423         * gdk/x11/gdkevents-x11.c (translate_key_event): Call 
1424         _gdk_keymap_add_virtual_modifiers here.
1425
1426         * gdk/gdktypes.h (GdkModifierType): Add bits for virtual Super, 
1427         Hyper and Meta modifiers. Also add GDK_ALT_MASK as an alias
1428         for GDK_MOD1_MASK.
1429
1430 2005-09-05  Matthias Clasen  <mclasen@redhat.com>
1431
1432         * gtk/gtkaction.c (connect_proxy): Set the label of a button
1433         if it has no child.  (#315253, John Finlay)
1434
1435 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
1436
1437         * gtkimcontextsimple.h: Add a modifiers_dropped bit
1438
1439 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
1440
1441         * gtk/gtkentry.c (gtk_entry_destroy): Disconnect idle handlers
1442         on destroy to avoid problems when they are called on a destroyed
1443         widget.  (#315135, John Cupitt)
1444         
1445         * gtk/gtkentry.c (gtk_entry_class_init):
1446         * gtk/gtktextview.c (gtk_text_view_class_init): Add bindings
1447         for Ctrl-Shift-A to unselect all.  (#309301, Kathy Fernandes)
1448
1449         * gtk/gtkimcontextsimple.c: Rework the Unicode hex input
1450         code. Now we only steal a single key combination, Ctrl-Shift-U,
1451         instead of sixteen. 
1452         A hex Unicode sequence must be started with Ctrl-Shift-U, followed
1453         by a sequence of hex digits entered with Ctrl-Shift still held.
1454         Releasing one of the modifiers or pressing space while the modifiers
1455         are still held commits the character. It is possible to erase
1456         digits using backspace.
1457         As an extension to the above, we also allow to start the sequence
1458         with Ctrl-Shift-U, then release the modifiers before typing any
1459         digits, and enter the digits without modifiers.
1460         (#82011, Owen Taylor)
1461         
1462 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
1463
1464         * gtk/gtkmain.c (gtk_get_event_widget): If the window is destroyed,
1465         we still need to deliver the destroy event.  (#314980, Chris Lahey)
1466
1467         * gtk/gtktextview.c (gtk_text_view_key_press_event): Reset 
1468         im context before committing \n or \t.
1469
1470 2005-09-02  Alexander Larsson  <alexl@redhat.com>
1471
1472         * gtk/gtkfilechooserdefault.c: (shortcuts_add_volumes),
1473         (shortcuts_activate_volume):
1474         Handle base_path being null in the rest of the cases (#310270)
1475
1476 2005-09-02  Tor Lillqvist  <tml@novell.com>
1477
1478         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Keep track of
1479         cursor position also in root window coordinates. Prune out
1480         superfluous WM_MOUSEMOVE events even earlier, based on root window
1481         coordinates. Windows sends WM_MOUSEMOVE messages after a new
1482         window has ben mapped below the cursor even if the mouse doesn't
1483         move. We used to generate GDK_MOTION_NOTIFY in these cases. This
1484         confused at least gtk_menu_motion_notify(). (#314995)
1485
1486         * gtk/gtkintl.h: No need to include config.h here. It caused
1487         warnings about GTK_LOCALEDIR being redefined on Win32 when
1488         compiling files where gtkintl.h is included after gtkprivate.h
1489         (which #undefines and re-#defines GTK_LOCALEDIR on Win32).
1490
1491         * gtk/gtkplug.c: Include config.h.
1492
1493 2005-09-01  Matthias Clasen  <mclasen@redhat.com>
1494
1495         * gtk/gtkfilesystemunix.c: Pass statbufs down to 
1496         xdg_mime_get_mime_type_for_file() where possible, to avoid
1497         useless re-stating.  
1498         
1499         * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
1500         typo.  (#314921, Guillaume Cottenceau)
1501
1502         * gdk/*.c: Intern some more strings.
1503         * gtk/gtkintl.h: 
1504         * gtk/*.c: Define an I_() macro and use it instead of the 
1505         bulky g_intern_static_string().
1506
1507 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
1508
1509         * gtk/gtkbindings.c (binding_signal_new): Intern the signal name
1510         instead of copying it.
1511
1512         * gtk/gtktypeutils.c (gtk_identifier_get_type): Some more string interning.
1513
1514         * gtk/*.c: Also intern static strings passed to 
1515         g_object_set_data().
1516
1517         * gdk/Makefile.am: 
1518         * gtk/Makefile.am: Intern type names in code generated by 
1519         glib-mkenums, too.
1520
1521         * gtk/*.c: 
1522         * gdk/x11/*.c: 
1523         * gdk/*.c: Intern type names before registering the type to avoid 
1524         unnecessary copies.
1525
1526         * configure.in: Require GLib 2.9.0
1527
1528 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
1529
1530         * gtk/gtktoolbar.c: Undeprecate gtk_toolbar_set_icon_size(),
1531         and add icon-size and icon-size-set properties.  (#314172)      
1532
1533         * gtk/gtkwindow.c (gtk_window_set_transient_for): Inherit window
1534         groups across transient parents.  (#312918, Christian Persch)
1535
1536         * gtk/gtktreemodel.c: Some documentation fixes.  (#314882,
1537         Guillaume Cottenceau)
1538
1539         * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): 
1540         Fix a typo in the docs.  (#314878, Guillaume Cottenceau)
1541
1542 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
1543
1544         * gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
1545         make C-/ select all and C-\ unselect all.  (#309301,
1546         Kathy Fernandez)
1547
1548         * gtk/gtkimcontextsimple.c: Change the compose sequence for
1549         soft hyphen to be multi_key-minus-minus-space, and add
1550         compose sequences multi_key-minus-minus-period and 
1551         multi_key-minus-minus-minus for en dash and em dash.
1552         (#172653, Christian Lohmaier)
1553
1554         * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
1555         code.  (#313946, Christian Persch)
1556
1557         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
1558         fix for the default value of the "ui" property.
1559
1560 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
1561
1562         * gtk/gtk.symbols: 
1563         * gtk/gtkselection.h:
1564         * gtk/gtkselection.c: Add functions which look for text, image
1565         or uri targets in an array of atoms.   (#314089, Mark Wielaard)
1566
1567         * gtk/gtk.symbols: 
1568         * gtk/gtkselection.h:
1569         * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): 
1570         Add a function to check wether targets include uri.  
1571         (#314092, Mark Wielaard)
1572         
1573         * gtk/gtk.symbols: 
1574         * gtk/gtkwindow.h: 
1575         * gtk/gtkwindow.c: Add a deletable property with getter
1576         and setter, to control the close button in the window 
1577         frame.  (#59718, Havoc Pennington)
1578
1579 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
1580
1581         * gtk/gtkrc.key.emacs: Add C-n/C-p/C-f/C-b as alternatives
1582         to the arrow keys for menu navigation.  (#162825, Carl Worth)
1583
1584         * gtk/gtkentry.c, gtk/gtktextview.c: More typo fixes
1585
1586         * gtk/gtksocket-x11.c, gtk/gtkstatusicon-x11.c: Fix typos.
1587
1588         * gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock): 
1589         * gtk/gtkimage.c (gtk_image_new_from_stock): Don't
1590         refer to nonexisting stock ids.
1591
1592         * gtk/gtktextview.c (popup_targets_received): 
1593         * gtk/gtkentry.c (popup_targets_received): Construct
1594         the "Select All" menuitem from stock.
1595
1596         * gtk/stock-icons/stock_select_all_{16,24}.png:
1597         * gtk/stock-icons/Makefile.am: 
1598         * gtk/gtkiconfactory.c:
1599         * gtk/gtkstock.h: 
1600         * gtk/gtkstock.c: Add a "Select All" stock item.  (#78545,
1601         Calum Benson)
1602
1603         * gtk/gtktrayicon.c: Add a pointer to the spec.
1604
1605         * gtk/gtkstatusicon-x11.c: Add docs.
1606
1607         * gtk/gtkstatusicon.h: Fix a typo.
1608
1609         Add a cross-platform "tray icon" API, by
1610         porting EggStatusIcon/EggTrayIcon (#105101)
1611         
1612         * gtk/gtkstatusicon.h: A GtkStatusIcon is an object which
1613         displays an icon in a notification area.
1614
1615         * gtk/gtkstatusicon-x11.c: GtkStatusIcon implementation for
1616         X11, using GtkTrayIcon.
1617
1618         * gtk/gtktrayicon.h: 
1619         * gtk/gtktrayicon.c: An implementation of the freedesktop.org
1620         system tray specification, not public API.
1621
1622         * gtk/gtk.symbols: Add new exported functions.
1623
1624         * gtk/gtk.h: Include gtkstatusicon.h.
1625
1626         * gtk/Makefile.am: Add new files.
1627
1628         * tests/Makefile.am:
1629         * tests/teststatusicon.c: Test for GtkStatusIcon.
1630
1631 2005-08-29  Christopher Aillon  <caillon@redhat.com>
1632
1633         * gtk/gtkstock.c: Add builtin GtkStockItems for GTK_STOCK_CONNECT
1634         and GTK_STOCK_DISCONNECT
1635         
1636 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
1637
1638         * gtk/gtksocket-x11.c (_gtk_socket_windowing_embed_notify): 
1639         Use XFixesChangeSaveSet if available.  (#314682)
1640
1641         * gtk/gtkmenu.c (gtk_menu_grab_notify):  Only cancel if the menu
1642         was active.  (#314298, Christian Persch, analysis by Mark McLoughlin)
1643
1644 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
1645
1646         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): Remove an
1647         accidentally leftover duplicate pixbuf creation.  (#314700,
1648         Kjartan Maraas)
1649
1650         * gtk/gtksettings.c (settings_update_cursor_theme): Don't 
1651         leak the cursor theme name.  (#314693, Kjartan Maraas)
1652
1653         * gdk/x11/gdkasync.c (_gdk_x11_get_window_child_info): Free 
1654         state.children in all cases.  (#313862, Kjartan Maraas)
1655
1656 2005-08-28  Matthias Clasen  <mclasen@redhat.com>
1657
1658         * po/POTFILES.in, po-properties/POTFILES.in:
1659         Add gdk/gdkscreen.c
1660
1661 2005-08-27  Matthias Clasen  <mclasen@redhat.com>
1662
1663         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Fix the default
1664         value of the ui property. (#314532, Yong Wang)
1665
1666         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
1667         when G_MAXLONG is passed as length.  
1668
1669 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
1670
1671         * gtk/updateiconcache.c: Add a separate --ignore-theme-index option
1672         to avoid overloading --force.  (JP Rosevaar)
1673
1674 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
1675
1676         * configure.in: Bump version to 2.9.0
1677
1678         * gdk/gdk.symbols: 
1679         * gdk/gdkscreen.h: 
1680         * gdk/gdkscreen.c: Make the GdkScreen font options api
1681         public, and add properties GdkScreen::font-options and
1682         GdkScreen::resolution.  (#314004)
1683
1684         * gdk/gdkpango.c:
1685         * gtk/gtksettings.c:
1686         * gtk/gtkwidget.c: Adjust all callers.
1687         
1688         * gdk/gdkintl.h: Simplify and use glib/gi18n-lib.h.
1689         * gdk/gdkpango.c: Include gdkintl.h, not gtkintl.h.
1690         * gdk/gdkscreen.c: Include gdkintl.h.
1691
1692         * gtk/gtkicontheme.c (theme_lookup_icon): Avoid an uninitialized
1693         variable warning, pointed out by Colin Walters. (#314585)
1694
1695 2005-08-26  Tor Lillqvist  <tml@novell.com>
1696
1697         * gtk/gtkfilesystemwin32.c: Remove some ifdeffed out debugging
1698         printouts.
1699         (gtk_file_system_win32_parse): Don't mishandle UNC paths. (#314519)
1700
1701 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
1702
1703         * gtk/gtkcalendar.c (gtk_calendar_init): Fix the calculation
1704         of week_start.  (#314473, JP Rosevaar)
1705
1706 2005-08-25  Thomas Fitzsimmons  <fitzsim@redhat.com>
1707
1708         * gtk/gtkfilesystemmodel.c (idle_finished_loading_cb): Acquire GDK
1709         lock.  (#314533, Thomas Fitzsimmons)
1710
1711 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
1712
1713         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Handle
1714         NULL gracefully.  (#314523, Ed Catmur)
1715
1716 2005-08-25  Owen Taylor  <otaylor@redhat.com>
1717
1718         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): 
1719         Handle theme == NULL.
1720
1721 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
1722
1723         * gtk/gtkmenutoolbutton.c (menu_position_func): Take widget
1724         y offset into account when positioning the popup.  (#314470,
1725         Christian Persch)
1726
1727 2005-08-25  Owen Taylor  <otaylor@redhat.com>
1728
1729         * gdk/gdkscreen.c (gdk_screen_get_type): Use gdk_screen_init
1730         as instance_init, not base_init! (#314452, Fix from Frederic
1731         Crozat, reported by Joe Marcus Clarke). Trivial cleanup: use -1.
1732         rather than 1 for a negative flag value.
1733
1734 2005-08-24  Owen Taylor  <otaylor@redhat.com>
1735
1736         * gdk/gdkpango.c (draw_error_underline): Add a note about
1737         cut-and-paste between here and Pango.
1738
1739 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
1740
1741         * === Released 2.8.2 ===
1742
1743         * gtk/gtkclipboard.c (request_image_received_func): Use the correct
1744         callback for image/gif, and also try image/bmp.  (#314086,  Mark 
1745         Wielaard)
1746
1747         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon): 
1748         Use gnome-dev-harddisk for volumes, not gnome-fs-blockdev.  (#314382,
1749         Sebastien Bacher)
1750         
1751         * NEWS: Updates
1752
1753         * gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font
1754         and cursor settings get propagated down to the screen initially.
1755         Pointed out by Frederic Crozat.
1756
1757         * gtk/gtkicontheme.c (ensure_valid_themes): Don't try to send a client
1758         message if the screen is NULL. Noticed by Kjartan Maraas.
1759
1760 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
1761
1762         * Bump version
1763
1764         * === Released 2.8.1 ===
1765
1766         * NEWS: Updates
1767         
1768 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
1769
1770         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_visible): Protect
1771         against lazy filterers which return values other than TRUE or
1772         FALSE from their visible func.  (#314335)
1773
1774 2005-08-23  Owen Taylor  <otaylor@redhat.com>
1775
1776         Fix for #314004, reported by Michael Reinsch:
1777
1778         * gdk/gdk.symbols:
1779         * gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only()
1780         Add gdk_screen_get/set_resolution_libgtk_only()
1781
1782         * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set
1783         the options for the screen on the newly created context.
1784
1785         * gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c: 
1786         Move font options and dpi code from gtkwidget.c to gtksettings.c, set
1787         the font options on the screen.
1788
1789         * gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get
1790         the font options from the screen and set them on the context.
1791
1792 2005-08-23  Kristian Rietveld  <kris@gtk.org>
1793
1794         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't
1795         bother inserting new rows in a level with a zero refcount and
1796         immediately free the level. (Fixes #312350, reported by Markku Vire).
1797
1798 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
1799
1800         * gtk/updateiconcache.c: Complain when there is no index.theme file
1801         in the specified directory, unless --force is used. Also add an
1802         --index-only option to create caches without image data.
1803
1804         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Fix a
1805         C99ism.  (#314262, Robert Jeff Mitchell)
1806         
1807 2005-08-22  Manish Singh  <yosh@gimp.org>
1808
1809         * gtk/gtkicontheme.h: add declaration for _gtk_icon_theme_check_reload.
1810
1811         * gtk/gtkwindow.c: remove declaration of gtk_window_read_rcfiles.
1812
1813 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
1814
1815         * gtk/gtkwindow.c (gtk_window_client_event): 
1816         * gtk/gtkicontheme.c (ensure_valid_themes) 
1817         (_gtk_icon_theme_check_reload): Implement a clientmessage based
1818         scheme for makeing sure that all GTK+ applications notice if an
1819         icon theme has been updated. This should prevent multiple versions
1820         of an icon theme cache to be mapped in memory at the same time,
1821         which can cause excessive memory consumption.  (#313156, Chris 
1822         Lahey)
1823
1824 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
1825
1826         * gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note
1827         regarding icon theme changes.
1828
1829         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning
1830         pixbufs which are backed by the mmapped memory of an icon cache,
1831         increase the refcount of the icon cache, so that the memory is not
1832         munmapped away underneath the pixbuf upon icon theme changes.  
1833         (#314170, Kjartan Maraas)
1834
1835         * docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order 
1836         to link against Xext.  (#314062)
1837
1838         * gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
1839         overruns.  (#314081, Hans Breuer)
1840
1841 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
1842
1843         * gtk/gtkentry.c (gtk_entry_get_layout): Clarify that the
1844         returned layout must not be modified.
1845
1846 Sat Aug 20 16:12:14 2005  Jonathan Blandford  <jrb@redhat.com>
1847
1848         * gtk/gtktreeview.c (gtk_tree_view_set_model): clear
1849         scroll_to_path if the model changes.
1850
1851         * gtk/gtkiconview.c: (gtk_icon_view_destroy),
1852         (gtk_icon_view_size_allocate), (gtk_icon_view_set_cursor),
1853         (gtk_icon_view_scroll_to_path): Handle scrolling to a path before
1854         we're realized, #312798
1855         (gtk_icon_view_set_model): clear scroll_to_path if the model
1856         changes.
1857
1858 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
1859
1860         * gtk/gtkrange.c (gtk_range_adjustment_changed) 
1861         (gtk_range_adjustment_value_changed):  Don't queue a draw
1862         if the layout has not changed.  (#313991, Benjamin Berg)
1863
1864 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
1865
1866         * gtk/gtktreeitem.c: Remove duplicate lines.  (#313344,
1867         Benoit Carpentier)
1868
1869         * modules/engines/ms-windows/msw_style.c (setup_system_styles): 
1870         Fix a typo. 
1871
1872         * gtk/gtkfilechooserbutton.c (change_icon_theme) 
1873         (model_add_special, model_add_special, model_add_volumes):
1874         Handle pixbuf being NULL without warnings. Also, don't
1875         leak pixbuf references when the icon theme is changed.
1876
1877         * gtk/gtkmain.c (gtk_get_event_widget): Don't access
1878         the user data on destroyed windows, since at best
1879         it can be a stale pointer.  (#313953, Robin Green)      
1880
1881 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
1882
1883         * gtk/gtkhsv.c (paint_triangle): Avoid a buffer overrun.  
1884         (#313900, Sebastien Bacher)
1885
1886         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Return
1887         FALSE if the tree is empty.  (#313891, Guillaume Cottenceau)
1888
1889         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display) 
1890         (xdnd_read_actions, get_client_window_at_coords_recurse): 
1891         Free data returned from XGetWindowProperty. 
1892
1893         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window) 
1894         Free data returned from XGetWindowProperty.  (313867, Kjartan
1895         Maraas)
1896         
1897         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free
1898         children in all cases.  (#313862, Kjartan Maraas)
1899
1900         * gtk/gtkicontheme.c (theme_lookup_icon): Store GtkIconData structs 
1901         in the per-directory hash, even if they come from the icon cache. 
1902         We tried to avoid that before, but as a result leaked icon data
1903         structs.  (#313852, Kjartan Maraas)
1904
1905 2005-08-18  Matthias Clasen  <mclasen@redhat.com>
1906
1907         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_destroy): Disconnect
1908         signal handlers on destroy, not on finalize.  (#313759, Brett Atoms)
1909
1910 2005-08-15  Owen Taylor  <otaylor@redhat.com>
1911
1912         * configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
1913         files for x11/xext. (Jonas Bonn)
1914
1915 2005-08-15  Tor Lillqvist  <tml@novell.com>
1916
1917         * gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
1918         inside GTK_NOTE.
1919
1920 2005-08-15  Owen Taylor  <otaylor@redhat.com>
1921
1922         * configure.in: Fix have_base_pc / have_base_x_pc typo.
1923
1924         * gdk/x11/gdkdrawable-x11.c gtk/gtksettings.c: Remove panoxft.h includes.
1925         (#313417, James Andrewartha)
1926
1927         * configure.in: Add fontconfig to X_PACKAGES, since we use it for
1928         FcNameConstant(). (More of #313417)
1929
1930 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
1931
1932         * gtk/gtkfilechooserdefault.c: When using gtk_dialog_run() for
1933         modal dialogs, make sure to inherit the window group from 
1934         the parent, since we don't inherit window groups across
1935         transient parents currently.  (#312918, Christian Persch)
1936
1937         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): 
1938         * gtk/gtkdialog.c (gtk_dialog_run): Slight update to the docs. 
1939
1940         * gtk/gtkiconview.c (gtk_icon_view_select_path) 
1941         (gtk_icon_view_scroll_to_path): Handle paths of depth 0
1942         gracefully.  (#312796, Jonathan Blandford)
1943
1944         * tests/testtoolbar.c: Add some more tests for menu placement.
1945
1946         * gtk/gtkmenutoolbutton.c (menu_position_func): 
1947         * gtk/gtktoolbar.c (menu_position_func): Improve positioning
1948         of toolbutton menus and of the overflow menu.  (#312937, 
1949         #153870, Christian Persch, Paolo Borelli)
1950
1951 2005-08-15  Tor Lillqvist  <tml@novell.com>
1952
1953         * gtk/updateiconcache.c: Use g_path_get_dirname() instead of
1954         the nonportable <libgen.h> and dirname().
1955
1956 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
1957
1958         * gtk/gtksizegroup.c: Use object data to mark widgets and
1959         groups as visited, so that we avoid constant extra list
1960         traversals. Also allocate quarks in class_init.  (#311618,
1961         Michael Natterer)
1962
1963         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon): Correct the 
1964         download location for the hicolor icon theme. (#313475, Olexiy 
1965         Avramchenko)
1966
1967         * gtk/gtkicontheme.c: Remove debug spew. 
1968
1969 2005-08-15  Owen Taylor  <otaylor@redhat.com>
1970
1971         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap): 
1972         * gdk/win32/gdkwindow-win32.c (gdk_window_set_back_pixmap): 
1973         * gdk/x11/gdkwindow-x11.c (gdk_window_set_back_pixmap):
1974         Handle pixmap == NULL when checking for a colormap.
1975         (Allin Cottrell).
1976
1977 2005-08-14  Matthias Clasen  <mclasen@redhat.com>
1978
1979         * gtk/updateiconcache.c: Store only one copy of the pixel data
1980         for symlinked icons. To achieve this, maintain a hashtable 
1981         mapping pathnames to pixel data, and share the pixel data for
1982         all symlinks resolving to the same pathname. When writing out
1983         the image data, write out the pixel data only the first time
1984         it is met, and store the offset pointing to the first copy
1985         for use in all later cases.
1986         This reduces the size of the Bluecurve icon cache from 40
1987         to 13MB. (#312972)
1988