]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
21856b5bdf7bab65607141e6c506f5a15c46c160
[~andy/gtk] / ChangeLog.pre-2-8
1 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
2
3         * gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this
4         function, instead show the bin_window when it is created.
5
6         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't 
7         grab focus to unrealized widgets.  (#302240, Philip Langdale)
8
9         * gtk/gtktreeview.c (gtk_tree_view_state_changed): Set
10         background upon state changes.  (#301651, Billy Biggs)
11         (gtk_tree_view_get_path_at_pos): Take RTL into account
12         when iterating over the columns.  (#302163)
13         
14         * configure.in: Check for nm.
15
16         * gtk/Makefile.am: Use $(NM), not nm directly. (#301299, 
17         Nguyen Thai Ngoc Duy)
18
19         * gtk/gtkiconview.c (gtk_icon_view_move_cursor_start_end): Use
20         the internal unselect_all function, since we need the unselection
21         to happen even in browse mode.  (#300995, Mathias Hasselmann)
22
23         * gtk/gtkuimanager.c (update_node): Use g_object_notify() instead
24         of triggering a ::notify by re-setting the property.  (#300982,
25         Sven Neumann)
26
27         * gtk/gtkaction.c (connect_proxy): Use gtk_action_sync_tooltip().
28
29         * gtk/gtkiconview.c (gtk_icon_view_scroll_to_item): Also
30         scroll horizontally when necessary, and keep the northwest
31         corner of the item visible.  (#300913, Mathias Hasselmann)
32
33         * tests/testiconview.c: Add some more tests.
34
35         * gtk/gtkiconview.c (gtk_icon_view_select_path): Don't crash
36         if the path does not point to a row in the model.  (#300909,
37         Mathias Hasselmann)
38         (gtk_icon_view_rows_reordered): Re-layout here.  (#301009, 
39         Mathias Hasselmann)
40
41         * tests/testtext.c: Add some more attribute tests.
42
43         * gtk/gtktexttag.c (gtk_text_tag_class_init): Correct the documentation
44         of the rise property. String change, but it is more important to
45         be correct than to be translated.  (#301740)
46
47 2005-04-25  Tor Lillqvist  <tml@novell.com>
48
49         * gtk/gtkfilesystemwin32.c
50         (gtk_file_system_win32_volume_get_display_name): Get volume name
51         also on Win9x. (#301798, Daniel Atallah)
52         (canonicalize_filename): Add explicit braces to silence compiler
53         warning.
54
55 2005-04-22  Tor Lillqvist  <tml@novell.com>
56
57         * gtk/gtkmain.c: Initailize gettext before use. Calling
58         bindtextdomain() and bind_textdomain_codeset() in
59         do_post_parse_initialization() is too late. Put the calls in a new
60         function gettext_initialization(), and call that from
61         gtk_init_with_args() and gtk_parse_args(). Fixes #170948 for
62         GTK+'s part, but the same problem occurs also at least in
63         atk. Thanks to Robert Ögren, Daniel Atallah and Kevin Stange.
64
65 2005-04-19  Ivan, Wong Yat Cheung  <email@ivanwong.info>
66
67         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Match
68         character height instead of cell height. Fix #301228.
69
70 2005-04-18  Federico Mena Quintero  <federico@ximian.com>
71
72         Merged from gtk-2-6:
73
74         * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): Remove
75         obsolete assertion that the selected row can't be a volume; this
76         is handled by the "removable" column now.  Fixes #301017.
77
78 2005-04-18  Owen Taylor  <otaylor@redhat.com>
79
80         * gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c
81         * gdk/gdkcolor.c gdk/gdkwindow.c gdk/gdkpixbuf-render.c
82         gdk/gdkpango.c tests/testcairo.c: Update to new Cairo API for
83         setting color and opacity. (#301066, Vincent Noel)
84  
85 2005-04-15  Federico Mena Quintero  <federico@ximian.com>
86
87         Merged from gtk-2-6:
88
89         * gtk/gtkfilechooserdefault.c (pending_select_paths_process):
90         Patch from Christian Neumair <chris@gnome-de.org>; only select the
91         first row if we are in OPEN mode.  The only other case we were
92         letting pass through was SELECT_FOLDER, but selecting the first
93         row when changing folders confuses people when folders are
94         actually being selected.  Fixes #171885.
95
96 2005-04-13  Matthias Clasen  <mclasen@redhat.com>
97
98         * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): 
99         Revert the fix for #169870, adjust the documentation instead. 
100
101         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
102         Revert the fix for #170727.     
103
104 2005-04-11  Ivan, Wong Yat Cheung  <email@ivanwong.info>
105
106         Fix #300218:
107
108         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
109         C99ism.
110
111         * gtk/updateiconcache.c: Guard inclusion of unistd.h and
112         utime.h.
113
114 2005-04-09  Matthias Clasen  <mclasen@redhat.com>
115
116         * gdk/x11/gdkinput-xfree.c:
117         * gdk/x11/gdkinput-none.c:
118         * gdk/gtk.symbols: Some more fixes necessary to 
119         make building with gcc 4 work.
120
121         Add 16x16 versions of the zoom icons and of 
122         GTK_STOCK_INDEX. Some of the images were taken from 
123         the hicolor icon theme, and were originally created 
124         by Jakub Steiner and Tuomas Kuosmanen.  (#167515, 
125         Vincent Noel)
126         
127         * gtk/stock-icons/stock_index_16.png:
128         * gtk/stock-icons/stock_zoom_1_16.png:
129         * gtk/stock-icons/stock_zoom_fit_16.png:
130         * gtk/stock-icons/stock_zoom_in_16.png:
131         * gtk/stock-icons/stock_zoom_out_16.png: New images.
132         
133         * gtk/stock-icons/Makefile.am: Add the new images. 
134
135         * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): 
136         Don't display too many broken images.  (#169870, Roman
137         Kagan, patch by Ivan Wong)
138
139         * gtk/gtkwidget.c (gtk_widget_unparent): Remove debugging
140         output.  (#300013, Tommi Komulainen)
141
142 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
143
144         * gtk/gtkimage.c (gtk_image_expose, gtk_image_calc_size): 
145         If a stock_id is unknown, display the missing image. (#169870,
146         Steven Walter)
147
148         * gtk/gtkiconcache.c (icon_name_hash): Use the same function 
149         as in updateiconcache.c.  (spotted by Morten Welinder)
150
151 2005-04-08  Carl Worth  <cworth@cworth.org>
152
153         * gdk/gdkpango.c: (emboss_context): Simplify matrix manipulation
154         now that cairo exposes the cairo_matrix_t structure.
155         
156         * gdk/gdkpixbuf-render.c: (gdk_pixbuf_set_as_cairo_source): Track
157         cairo API change in signedness of data argument.
158
159 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
160
161         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make this
162         work when called from gtk_combo_box_destroy().  (#172999,
163         Christian Persch)
164
165 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
166
167         Fix double-click to autosize treeview columns. This was
168         probably broken since 2.2 ! (#169675)
169         
170         * gtk/gtktreeview.c (gtk_tree_view_button_press): Leave the
171         "user-resized" state of the column on a double-click to
172         autosize.
173         (gtk_tree_view_button_press, gtk_tree_view_motion_resize_column): 
174         Enter the "user-resized" state of the column only if a drag
175         actually changes the column width, not on any click.
176
177 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
178
179         * gtk/gtkmenu.c (gtk_menu_paint): Allow setting background
180         images on menus.  (#169532, Benjamin Otte)
181         
182         * gtk/updateiconcache.c (write_card16, write_card32): Avoid
183         unaligned access.  (#172947)
184
185         * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): 
186         Consistently use the term "Bookmarks" in the UI.  (#166906,
187         Sebastian Bacher)
188
189         Some fixes from Morten Welinder (#172947):
190         
191         * gtk/updateiconcache.c (icon_name_hash): Make this compiler- 
192         and platform-independent.
193         (is_cache_up_to_date): Don't compare mtimes is a stat call failed.
194         (build_cache): Error out if a stat fails.  
195
196 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
197
198         * gtk/gtktreeview.c (gtk_tree_view_set_expander_column): Add 
199         a hint about hiding expanders.
200
201         * gtk/updateiconcache.c (is_cache_up_to_date): Return 
202         TRUE if the cache is newer than the directory.  (#172852,
203         Jacob Kroon)
204
205         * configure.in: Replace an explicit pkg-config by 
206         $PKG_CONFIG.  (#168074, Hans-Wolfgang Loidl)
207         
208         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
209         Ignore regions which fall completely outside the line.  
210         (#165862, Felipe Heidrich)
211
212 2005-04-06  Matthias Clasen  <mclasen@redhat.com>
213
214         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document
215         -1 as possible value.  
216         (gtk_tree_view_enable_model_drag_source) 
217         (gtk_tree_view_enable_model_drag_dest): Pass the target list 
218         to the underlying dnd implementation, otherwise we miss the 
219         target info in the drag-data-received signal.  (#164085, Jorn
220         Baayen)
221
222 2005-04-06  Matthias Clasen  <mclasen@redhat.com>
223
224         * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column) 
225         (gtk_tree_view_bin_expose): Avoid a few unnecessary calls
226         to gdk_window_get_pointer(). (#168015, Billy Biggs)
227
228         * po/.cvsignore, po-properties/.cvsignore: Remove
229         Makefile.in.in.  (#171092, Stepan Kasal)
230
231         * gtk/gtkrc.c (gtk_rc_parse_style): Don't modify 
232         scanner->value, copy it first.  (#165693, Tommi Komulainen)
233
234 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
235
236         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_grab_focus): 
237         * gtk/gtkcombobox.c (gtk_combo_box_grab_focus): Implement
238         grab_focus for GtkComboBox and GtkComboBoxEntry.  (#171912,
239         Gustavo Carneiro)
240
241         * gtk/gtkicontheme.c: Store icon caches along with the
242         mtimes of the toplevel directories. The previous
243         mechanism of a hashtable-per-theme caused duplicate icon
244         caches for the same toplevel directory to be created.  
245         (#170030)
246
247 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
248
249         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): 
250         Fix a typo in a warning.
251
252         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
253         the license and credits buttons from being affected by 
254         gtk_widget_show_all().  (#172724)
255
256 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
257
258         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): Keep a 
259         reference to the item.  (#167920, Hazael Maldonado Torres)
260
261         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Add some
262         more docs on interactive search.
263
264 2005-04-05  Tor Lillqvist  <tml@novell.com>
265
266         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Handle 16 colour
267         display mode. For some reason, in this mode GetDeviceCaps(BITSPIXEL)
268         returns 1 (but GetDeviceCaps(NUMCOLORS) does return 16). (#143415)
269
270         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Don't force
271         24bpp GdkVisual on 32bpp displays. (#140706)
272
273 Mon Apr  4 19:13:23 2005  Jonathan Blandford  <jrb@redhat.com>
274
275         Fix for #172319, Tristan Van Berkom:
276         
277         * gtk/gtktreeview.c (gtk_tree_view_expand_all): change to use
278         gtk_tree_view_real_expand_row() instead of doing this by hand.
279
280 2005-04-04  Johan Dahlin  <johan@gnome.org>
281
282         * gtk/gtktextbuffer.c: (gtk_text_buffer_class_init),
283         (gtk_text_buffer_set_property), (gtk_text_buffer_get_property),
284         (gtk_text_buffer_set_text): Add GtkTextBuffer::text (#172631)
285
286 Mon Apr  4 14:33:55 2005  Manish Singh  <yosh@gimp.org>
287
288         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text):
289         cast combo->priv->entry to GTK_ENTRY()
290
291         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
292         cast completion->priv->tree_view to GTK_TREE_VIEW()
293
294 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
295
296         * gtk/gtktextbuffer.c: Some trivial doc fixes.
297
298         * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve 
299         the wording of the doc comment.  (#172422, Vincent Untz)
300
301 2005-04-04  Owen Taylor  <otaylor@redhat.com>
302
303         * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
304         drawing to Cairo. Also always draw the entire triangle instead
305         of just drawing the center for prelight. (Fixes inconsistent
306         drawing in GtkTreeView.)
307
308 2005-04-04  Johan Dahlin  <johan@gnome.org>
309
310         * gtk/gtk.symbols: Remove symbols accidentally added.
311         * gtk/gtkentryprivate.h: Add boolean property popup_set_width
312         * gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init):
313         Use object_class instead of gobject_class
314
315 Mon Apr  4 12:14:35 2005  Søren Sandmann  <sandmann@redhat.com>
316
317         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): Translate x, y into
318         widget coordinates instead of root coordinates. Patch from Jorn
319         Baayen. (#172236)
320
321 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
322
323         * gtk/gtktoolbar.c: Add a tooltips property.
324
325         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init): 
326         * gtk/gtkruler.c (gtk_ruler_class_init): Add docs.
327
328         * gtk/gtktoggletoolbutton.c: Add an active property.
329
330 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
331
332         Allow completion popups to be wider than the entry. (#131916, 
333         Ross Burton)
334         
335         * gtk/gtkentrycompletion.[hc]: Add a boolean popup-set-width property.
336
337         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
338         Don't force the popup to have the same width as the entry if 
339         popup-set-width is FALSE.
340
341         * gtk/gtk.symbols: Add new functions.
342
343 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
344
345         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
346         Use gtk_accel_map_change_entry(), so that reusing the same
347         action name works.  (#170727, Paolo Borelli)
348
349 2005-04-04  Tor Lillqvist  <tml@novell.com>
350
351         * gdk/win32/gdkmain.c (_gdk_win32_cf_to_string): New debugging
352         function, to log a clipboard format name symbolically.
353         (_gdk_win32_data_to_string): Also new, to log random data bytes.
354
355         Implement delayed rendering on Win32, specifically for transfering
356         images through the clipboard from GTK+ apps to other
357         apps (#168173, implementation by Ivan Wong):
358
359         * gdk/win32/gdkevents-win32.c (gdk_event_translate): 
360         Handle WM_RENDERFORMAT.
361
362         * gdk/win32/gdkprivate-win32.h
363         * gdk/win32/gdkglobals-win32.c: Add _format_atom_table,
364         _delayed_rendering_data and _image_bmp.
365
366         * gdk/win32/gdkmain-win32.c: Initialize _image_bmp.
367
368         * gdk/win32/gdkproperty-win32.c (gdk_property_change):
369         Accept formats other than GDK_TARGET_STRING or _utf8_string, and
370         assume they are handled through delayed rendering.
371
372         * gdk/win32/gdkselection-win32.c (gdk_selection_convert):
373         Return all available formats (including those registered by GTK+
374         apps) on request_targets.
375         (gdk_selection_property_get): We should append a zero byte like
376         X11 does.
377         (gdk_win32_selection_add_targets): New function, for
378         gtkselection's use. Win32 requires that the clipboard owner
379         registers all valid formats even if the owner wants delayed
380         rendering.
381         (_gdk_win32_selection_convert_to_dib): New function. Convert
382         images to DIB using gdk-pixbuf.
383
384         * gdk/win32/gdkwin32.h: Declare gdk_win32_selection_add_targets().
385
386         * gtk/gtkselection.c (gtk_selection_add_target,
387         gtk_selection_add_targets): Call gdk_win32_selection_add_targets()
388         to register target formats.
389
390         * gdk/gdk.symbols: Add gdk_win32_selection_add_targets().
391
392 2005-04-03  Hans Breuer  <hans@breuer.org>
393
394         [merged from gtk-2-6 branch]
395         * gdk/win32/gdkdrawable-win32.c : let dash_offset shift the start of
396         the line pattern not the start of the line. Fixes bug #171641.
397
398         * gtk/makefile.msc.in : follow .symbols changes
399
400         * gdk/win32/gdkwindow-win32.c : declare and resolve GetAncestor()
401         dynamically. (It is not available in _WIN_VER <= 0x0400)
402
403         * gdk/win32/makefile.msc : removed gdkpango-win32.obj
404
405         * gtk/gtkhsv.c gtk/gtkstyle.c : use G_PI instead of M_PI
406
407         [also applied to gtk-2-6 branch]
408         * gdk/makefile.msc gdk-pixbuf/makefile.msc : handle gdk*alias.def
409
410         * gdk/makefile.msc.in : add gtkmnemonichash.obj
411
412         * test/testgtk.c(set_parent_signal) : use g_message instead of
413         g_print to keep the 'testgtk --bench=all' output clean
414
415 2005-04-03  Matthias Clasen  <mclasen@redhat.com>
416
417         * gtk/gtkruler.c: Add a "metric" property.
418
419         * gtk/gtkradiomenuitem.c: Add a "group" property like
420         the one found in radio buttons.
421
422         * gtk/gtkradiobutton.c (gtk_radio_button_class_init): Fix
423         a typo in the docs.
424         (gtk_radio_button_set_group): Add change notification.
425
426 2005-04-01  Matthias Clasen  <mclasen@redhat.com>
427
428         * gtk/gtkselection.c: Move documentation inline, document
429         if add_target functions append or prepend.  (#172350, 
430         Jon-Kare Hellan)
431
432 2005-04-01  Matthias Clasen  <mclasen@redhat.com>
433
434         Make gtk_combo_box_get_active_text do the right thing for
435         GtkComboBoxEntry (#171373, Robert Staudinger)
436         
437         * gtk/gtkcombobox.h: Add a get_active_text vfunc.
438         
439         * gtk/gtkcombobox.c (gtk_combo_box_real_get_active_text): And
440         implement it here.
441
442         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text): 
443         Implement get_active_text by always returning the content of 
444         the entry.
445
446 2005-03-31  Sven Neumann  <sven@gimp.org>
447
448         Merged from gtk-2-6:
449
450         * gtk/gtkbutton.c
451         * gtk/gtkiconview.c: fixed gtk-doc comments.
452
453 2005-03-31  Michael Natterer  <mitch@gimp.org>
454
455         Allow to pop up menus without grabbing the keyboard. Useful for
456         stuff like virtual keyboards. Fixes bug #159890
457
458         * gtk/gtk.symbols
459         * gtk/gtkmenushell.[ch]: added boolean property "take-focus"
460         and public API gtk_menu_shell_set/get_take_focus().
461
462         * gtk/gtkmenu.c (gtk_menu_popup)
463         (popup_grab_on_window): don't grab the keyboard if take_focus
464         is FALSE.
465
466         * gtk/gtkmenuitem.c (_gtk_menu_item_popup_submen): propagate the
467         parent menu_shell's take_focus property to the submenu which is
468         about to be popped up.
469
470 2005-03-30  Federico Mena Quintero  <federico@ximian.com>
471
472         Merged from gtk-2-6:
473
474         Fix #170755:
475
476         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Only stop editing
477         if the row which changed is the same as the row being edited.
478
479 2005-03-30  Matthias Clasen  <mclasen@redhat.com>
480
481         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
482         Make enable_search control only typeahead, not C-f.  (#170435,
483         Sven Neumann)
484         (gtk_tree_view_start_interactive_search): Pass keybinding == TRUE.
485
486         * gdk/gdkpixbuf.h: Include cairo.h
487
488         * gtk/gtkclipboard.c (gtk_clipboard_set_can_store): 
489         Don't accept n_targets == -1.
490         (clipboard_unset): unref the old_data, not the
491         user_data which we have just cleared.  (#172038, Sven
492         Neumann)
493
494         * gtk/gtkcombobox.c (gtk_combo_box_popup): Don't 
495         segfault if somebody tries to popup an unrealized
496         combo box.  (#172031, Felipe Heidrich)
497
498 2005-03-30  Tor Lillqvist  <tml@novell.com>
499
500         * gdk/win32/gdkevents-win32.c (build_pointer_event_state): The
501         state field should represent the state before the event, like on
502         X11. (#169753)
503         (gdk_event_translate): Fix event filter handling. If an event
504         filter (global, client message filter, of window-specific) returns
505         GDK_FILTER_CONTINUE, continue as if nothing happened. If it
506         returns GDK_FILTER_REMOVE or GDK_FILTER_TRANSLATE, return TRUE
507         from gdk_event_translate() which means that DefWindowProc() will
508         not be called.
509         (gdk_event_translate): Fix client message handling. Append a
510         GDK_CLIENT_EVENT unless there is a filter that matches and returns
511         something other than GDK_FILTER_CONTINUE. (#135552)
512
513 2005-03-29  Matthias Clasen  <mclasen@redhat.com>
514
515         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_visible_func): 
516         Document the need to refilter if parameters of the visibility function
517         change.  (#169516, Olivier Sessink)     
518
519 Mon Mar 28 15:13:42 2005  Søren Sandmann  <sandmann@redhat.com>
520
521         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
522         invalidate areas that are covered by mapped input-output child
523         windows. Bug 141380.
524
525 2005-03-28  Jeroen Zwartepoorte  <jeroen.zwartepoorte@gmail.com>
526
527         * gtk/gtkfilechooserdefault.c: (update_preview_widget_visibility): Make
528         the preview label ellipsize so the dialog layout stays constant.
529         (#171398)
530
531 2005-03-28  Matthias Clasen  <mclasen@redhat.com>
532
533         * gtk/gtktreeview.c (gtk_tree_view_key_press): Don't pop up
534         the context menu of the search entry if it is not visible.
535         (#169534, Billy Biggs)
536
537 2005-03-27  Tor Lillqvist  <tml@novell.com>
538
539         * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
540         after all, and in fact necessary with HEAD libtool.
541
542 2005-03-26  Matthias Clasen  <mclasen@redhat.com>
543
544         * gtk/*.c: 
545         * gdk/gdkdisplaymanager.c: 
546         Use canonical names for g_object_notify() as well. 
547
548 2005-03-24  Tor Lillqvist  <tml@novell.com>
549
550         * configure.in (GTK_EXTRA_CFLAGS): Include the -mms-bitfields flag
551         in GTK_EXTRA_CFLAGS on Win32, so that it gets included in the
552         gtk+-2.0.pc file and automatically used by dependents. MSVC users
553         who use pkg-config will have to manually edit it out from
554         gtk+-2.0.pc, sorry. Maybe pkg-config should be enhanced to support
555         some kind of conditionals in .pc files?
556
557 2005-03-23  Matthias Clasen  <mclasen@redhat.com>
558
559         * gtk/gtkfilechooserbutton.c (update_combo_box): Remove
560         a call whose result was unused and leaked.  (#170776,
561         Kjartan Maraas)
562
563         Some cleanups to the GtkDialog code:  (#170746, 
564         Morten Welinder)
565         * gtk/gtkdialog.c (action_widget_activated): Simplify,
566         use _gtk_dialog_get_response_for_widget.
567         (gtk_dialog_add_action_widget): Use the correct signal
568         id for non-buttons.
569         (gtk_dialog_set_response_sensitive): 
570         (gtk_dialog_set_default_response): Use get_response_data.
571         (gtk_dialog_run): Don't disconnect the signals if the
572         dialog was destroyed while running.
573
574 Tue Mar 22 14:16:31 2005  Manish Singh  <yosh@gimp.org>
575
576         * gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label):
577         Use g_return_if_fail, not g_return_val_if_fail.
578
579 2005-03-22  Matthias Clasen  <mclasen@redhat.com>
580
581         Implement bookmark renaming  (#136216, Sean Middleditch)
582         
583         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Add 
584         get_bookmark_label and set_bookmark_label vfuncs.
585
586         * gtk/gtkfilesystem.h:
587         * gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label): 
588         (gtk_file_system_get_bookmark_label): Wrappers for the
589         vfuncs.
590
591         * gtk/gtk.symbols: Add new exported symbols.
592
593         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_set_bookmark_label): 
594         (gtk_file_system_unix_get_bookmark_label): Implementations
595         for the Unix backend.
596
597         * gtk/gtkfilechooserdefault.c: Add a context menu to
598         the bookmarks pane, and allow to rename bookmarks.
599
600 2005-03-22  Matthias Clasen  <mclasen@redhat.com>
601
602         * gtk/gtkpathbar.c (gtk_path_bar_unmap): 
603         * gtk/gtkspinbutton.c (gtk_spin_button_unmap): 
604         * gtk/gtknotebook.c (gtk_notebook_unmap): 
605         * gtk/gtkrange.c (gtk_range_unmap): Stop scrolling when
606         the widget is unmapped.  (#168791, Ryan Lortie)
607
608 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
609
610         * gtk/gtkprivate.h: Define macros GTK_PARAM_READABLE,
611         GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE which are like
612         their G_ counterparts, but also mark the name, nick
613         and blurb as static.
614
615         * gtk/*.c: Mark param spec strings as static, using
616         the new macros.
617
618         * gtk/gtkspinbutton.h: Fix a typo.
619
620 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
621
622         * gtk/gtkcellrendererprogress.c: 
623         * gtk/gtkcellrendererpixbuf.c: 
624         * gtk/gtkcellrenderercombo.c: 
625         * gtk/gtkcellrenderer.c: 
626         * gtk/gtkcalendar.c: 
627         * gtk/gtkbutton.c: 
628         * gtk/gtkbox.c: 
629         * gtk/gtkbbox.c: 
630         * gtk/gtkaspectframe.c: 
631         * gtk/gtkarrow.c: 
632         * gtk/gtkalignment.c: 
633         * gtk/gtkactiongroup.c: 
634         * gtk/gtkaction.c:
635         * gtk/gtkaccellabel.c: 
636         * gtk/gtkaboutdialog.c: Mark param spec strings as static.
637
638         * gdk/gdkpango.c (gdk_pango_renderer_class_init): 
639         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): Mark
640         param spec strings as static.
641
642 2005-03-21  Tor Lillqvist  <tml@novell.com>
643
644         * modules/engines/ms-windows/*.c: Silence gcc warnings (unused
645         variables, unhandled enum value in switch). Use g_object_unref()
646         instead of deprecated gdk_gc_unref() and gdk_drawable_unref().
647
648         * modules/engines/ms-windows/xp_theme.c (xp_theme_map_gtk_state): 
649         Add missing "case" keyword.
650
651         * modules/engines/ms-windows/Makefile.am: Link with -lgdi32
652         explicitly.
653
654 2005-03-20  Tor Lillqvist  <tml@novell.com>
655
656         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Return the
657         Terminal Services session number, window station name (always
658         "WinSta0" in interactive processes), and desktop name (typically
659         "Default"), concatenated with backslash separators.
660         (gdk_display_open): Accept only NULL or the string
661         gdk_display_get_name() returns as display name.
662
663 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
664
665         Make PLT-reduction work with gcc4, and don't include
666         everything in gdkalias.h:
667         
668         * gtk/grk.symbols: Group symbols by header and source file.
669         * gtk/makegtkalias.pl: Protect definitions by the same 
670         preprocessor symbols used to guard the headers. Move
671         the alias declarations to a separate file which is 
672         produced when calling makegtkalias.pl -def
673         * gdk/Makefile.am (gtkaliasdef.c): Add a rule to generate 
674         this file.
675         * gtk/*.c: Include gtkalias.h after the other headers, 
676         include gtkaliasdef.c at the bottom.
677         * gtk/*.h: Small cleanups.
678
679 Fri Mar 18 23:59:49 2005  Soeren Sandmann  <sandmann@redhat.com>
680
681         * gtk/gtkmenutoolbutton.c (arrow_button_button_press_event_cb):
682         Make right-clicks not pop up the menu.
683
684 2005-03-18  Owen Taylor  <otaylor@redhat.com>
685
686         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_finish): 
687         Call cairo_surface_finish()
688
689         * gdk/gdkinternals.c gdk/x11/gdkdrawable-x11.c: Remoev
690         _gdk_windowing_set_surface_device_offset().
691
692 2005-03-18  Tor Lillqvist  <tml@novell.com>
693
694         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
695         WM_MOUSEMOVE, don't check if this process owns the active
696         window. This makes cross-application widget embedding work better.
697         On WM_MOVE, don't bother checking for window visibility.
698
699         * gdk/win32/gdkim-win32.c: Remove bogus empty doc comment. Remove
700         unused variables. Add some casts to silence gcc.
701
702 2005-02-24  Owen Taylor  <otaylor@redhat.com>
703
704         * gdk/gdkwindow.c: Use cairo_set_device_offset().
705
706         * gdk/win32/gdkdrawable-win32.[ch] gdk/win32/gdkwindow-win32.c
707         gdk/win32/gdkpixmap-win32.c: 
708         Add_gdk_win32_drawable_acquire/release_dc() to get a DC for the 
709         drawable. Add _gdk_drawable_win32_finish() to clean up resources
710         when a drawable is destroyed.
711
712         * gdk/win32/gdkgc-win32.c gdk/win32/gdkdrawable-win32.c
713         (blit_from_pixmap) gdk/win32/gdkprivate-win32.h : Use 
714         acquire/release_dc when getting a DC to use with a GC or for 
715         blitting from a pixmap.
716
717         * gdk/win32/gdkdrawable-win32.[ch]: Implement ref_cairo_surface()
718
719         * gdk/win32/gdkpango-win32.c gdk/win32/gdkdrawable-win32.c Makefile.am:
720         Remove gdk_screen_get_pango_context(), draw_glyph[_transformed]
721         implementations.
722
723         * gdk/win32/gdkdrawable-win32.c: Remove 
724         gdk_draw_rectangle_alpha_libgtk_only()
725
726 2005-03-17  Owen Taylor  <otaylor@redhat.com>
727
728         * gdk/gdkpango.c: Fix get_stipple_surface to actually work, set
729         EXTEND_REPEAT on the stipple pattern.
730
731 2005-03-17  Matthias Clasen  <mclasen@redhat.com>
732
733         * gtk/gtklabel.c (gtk_label_set_markup): Fix formatting
734         in example in the docs.  (#170611, Jianfei Wang)
735
736         * gtk/gtkiconview.c (gtk_icon_view_size_allocate): Clamp
737         adjustment values on resize.  (#170567, Tomislav Jonjic)
738
739         * gtk/gtkicontheme.c (theme_lookup_icon): Don't crash
740         if there is no cache.  (#170652, Diego Gonzalez)
741         
742         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
743         Make inline completion insert the prefix at the
744         right spot.  (#170146, Doug Quale)
745
746 2005-03-17  Tor Lillqvist  <tml@novell.com>
747
748         * gdk/gdkkeynames.c: gdk_key is a typedef, not a struct tag.
749
750 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
751
752         * gtk/gtkprogressbar.c (gtk_progress_bar_get_ellipsize): 
753         Typo fix in the docs.
754         
755         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_set_arrow_tooltip): 
756         Typo fix in the docs.
757
758         * gtk/gtkiconview.c (gtk_icon_view_set_columns) 
759         (gtk_icon_view_get_columns, gtk_icon_view_set_item_width) 
760         (gtk_icon_view_get_item_width, gtk_icon_view_set_spacing) 
761         (gtk_icon_view_get_spacing, gtk_icon_view_set_row_spacing) 
762         (gtk_icon_view_set_column_spacing) 
763         (gtk_icon_view_get_row_spacing, gtk_icon_view_get_margin) 
764         (gtk_icon_view_set_margin): Add docs.
765         
766         * gtk/gtkcellview.c (gtk_cell_view_get_displayed_row): 
767         Add docs.
768
769 2005-03-15  Owen Taylor  <otaylor@redhat.com>
770
771         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkpixmap.c gdk/gdkwindow.c 
772         gdk/x11/gdkdrawable-x11.c gdk/x11/gdkpixmap-x11.c gdk/x11/gdkwindow-x11.c
773         gdk/gdkinternals.h: Switch set_cairo_target() virtual function to
774         ref_cairo_surface()
775
776         * gdk/gdkdrawable.h gdk/gdkdraw.h: Switch set_cairo_target() virtual
777         function to create_cairo_context()
778
779         * gdk/gdkwindow.c: Clear double buffer pixmaps with Cairo.
780
781         * gdk/x11/gdkwindow-x11.c: Keep all components in GdkWindowObject.bg_color,
782         not just the pixel.
783
784         * tests/testcairo.c: Update for create_cairo_context()
785
786         * gdk/gdkdraw.c (gdk_draw_trapezoids, gdk_draw_glyphs[_transformed]):
787         Reimplement in terms of Cairo, bypass the vtable entries.
788
789         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkdisplay-x11.[ch]
790         gdk/x11/gdkgc-x11.c gdk/x11/gdkpango-x11.c
791         gdk/x11/gdkprivate-x11.h gdk/x11/Makefile.am: Remove
792         implementation of draw_trapezoids / draw_glyphs[_transformed].
793
794         * gdk/gdkpango.c: Switch GdkPangoRenderer to use Cairo
795
796         * gdk/gdkpango.c gdk/x11/gdkpango-x11.c: Move
797         gdk_pango_context_get_for_screen() into the backend independent code.
798
799         * gdk/x11/gdkdrawable-x11.[ch]: Remove Xft use, use RENDER directly
800         for drawing images.
801
802         * gdk/gdkdrawable.h gdk/x11/gdkdrawable-x11.c: Remove
803         gdk_draw_rectangle_alpha_libgtk_only.
804
805         * gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c: Add 
806         gdk_pixbuf_set_as_cairo_source()
807
808         * gdk/gdk.symbols: Update
809
810         * gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkruler.[ch]
811         gtk/gtk[hv]ruler.c: Convert to Cairo rendering.
812
813         * gtk/gtkstyle.c (gtk_default_draw_check, gtk_default_draw_focus,
814         gtk_default_draw_option): Switch to Cairo. Simplify the checkbutton,
815         radio button style for now to get something more scalable.
816
817         *  gtk/gtksettings.c: #if 0 out the code to use PangoXft for hinting/
818         antialiasing/dpi settings.
819
820 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
821
822         * demos/gtk-demo/editable_cells.c: Also demonstrate
823         GtkCellRenderer::editing-started and separators.
824
825 Tue Mar 15 20:34:33 2005  Manish Singh  <yosh@gimp.org>
826
827         * gdk/x11/gdkinput-xfree.c: #include gdkaliasdef.c here too.
828
829 2005-03-15  Matthias Clasen  <mclasen@redhat.com>
830
831         Make PLT-reduction work with gcc4, and don't include
832         everything in gdkalias.h:
833
834         * gdk/gdk.symbols: Group symbols by header and source file.
835         * gdk/makegdkalias.pl: Protect definitions by the same
836         preprocessor symbols used to guard the headers. Move
837         the alias declarations to a separate file which is
838         produced when calling makegdkalias.pl -def
839         * gdk/Makefile.am (gdkaliasdef.c): Add a rule to generate this
840         file.
841         * gdk/*.c, gdk/x11/*.c: Include gdkalias.h after the other
842         headers, include gdkaliasdef.c at the bottom.
843
844 2005-03-16  Tor Lillqvist  <tml@novell.com>
845
846         * gdk/win32/gdkdisplay-win32.c (_win32_on_clipboard_change): Print
847         debugging output only if asked for, not always.
848
849         * gdk/win32/*.c: Use the %+d%+d format for coordinate pairs in
850         debugging printout instead of +%d+%d. Misc other additions and
851         cosmetic improvements to debugging printouts. Use API_CALL() and
852         GDI_CALL() macros in more places.
853
854         * gdk/win32/gdkwindow-win32.c (gdk_window_move, gdk_window_resize,
855         gdk_window_move_resize): To detect child windows, check whether
856         the real parent is not the desktop window, instead of relying on
857         the GDK window type being GDK_WINDOW_CHILD. Foreign GtkPlug
858         windows have a GDK window type GDK_WINDOW_FOREIGN, but are still
859         de facto child windows.
860
861         * gdk/win32/gdkprivate-win32.h
862         * gdk/win32/*.c: Drop global variable _gdk_root_window, just call
863         GetDesktopWindow(). Rename the GdkWindow* _gdk_parent_root to
864         _gdk_root.
865
866         * gdk/win32/gdkwindow-win32.h (GdkWindowImplWin32): Add
867         toplevel_window_type field.
868
869         * gdk/win32/gdkwindow-win32.c: As there is only one root window in
870         GDK on Win32, we can compare directly to _gdk_root instead of
871         checking the window type.
872         (gdk_window_reparent): When reparenting a child of the desktop
873         clear out the window decorations. Correspondingly, when
874         reparenting to the desktop, add decorations. As in the X11
875         backend, save the window type of a toplevel window when
876         reparenting, in case it is reparented back to toplevel.
877
878 2005-03-15  Matthias Clasen  <mclasen@redhat.com>
879
880         * gtk/gtkradioaction.c (gtk_radio_action_get_group): Add an
881         example for manually setting up a group of actions.
882
883         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
884         Document that inline completion requires text-column to be set.
885         (gtk_entry_completion_compute_prefix): Return NULL if text-column
886         is not set.
887
888         * gtk/gtkentry.c (check_completion_callback): Call 
889         gtk_entry_completion_complete() before inserting the prefix,
890         otherwise the prefix may depend on (random) state of the
891         filter model.  
892
893 2005-03-15  Anders Carlsson  <andersca@imendio.com>
894
895         * docs/iconcache.txt:
896         Update spec.
897         
898         * gtk/gtkiconcache.c: (find_image_offset),
899         (_gtk_icon_cache_get_icon_flags), (_gtk_icon_cache_add_icons),
900         (_gtk_icon_cache_get_icon), (_gtk_icon_cache_get_icon_data):
901         * gtk/gtkiconcache.h:
902         Update to be able to fetch pixbuf data and icon metadata.
903         
904         * gtk/gtkicontheme.c: (theme_lookup_icon), (gtk_icon_info_free),
905         (icon_info_ensure_scale_and_pixbuf):
906         Use new cache functions.
907         
908         * gtk/updateiconcache.c: (foreach_remove_func), (load_icon_data),
909         (maybe_cache_image_data), (scan_directory), (write_pixdata),
910         (get_image_meta_data_size), (get_image_pixel_data_size),
911         (get_image_data_size), (get_single_node_size), (get_bucket_size),
912         (write_bucket), (main):
913         Update to write pixbuf data as well as information from .icon
914         files.
915         
916 2005-03-15  Tor Lillqvist  <tml@novell.com>
917
918         * gdk/win32/gdkmain-win32.c (_gdk_win32_key_to_string): New
919         debugging function. As GetKeyNameText() returns a localized key
920         name we need to convert it to UTF-8.
921
922         * gdk/win32/gdkprivate-win32.h: Declare it.
923
924         * gdk/win32/gdkevents-win32.c: Use it.
925
926         * gdk/win32/gdkwindow-win32.c (gdk_window_new_internal): Fix
927         handling of children of foreign windows. They should be child
928         windows from Windows's perspective, even if they are toplevel GDK
929         windows.
930
931 2005-03-13  Ivan, Wong Yat Cheung  <email@ivanwong.info>
932
933         * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): A further fix
934         for big window support. Now also the test in testgtk works.
935
936 2005-03-11  Matthias Clasen  <mclasen@redhat.com>
937
938         * gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
939         style changes.  (#169334, Yury Puzis)
940
941         * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
942         the doc comments.  (#169967, Masao Mutoh)
943
944 2005-03-12  Ivan, Wong Yat Cheung  <email@ivanwong.info>
945
946         Big window fix for Win32. Big windows are still emulated within
947         16-bit coordinate limits, though. Big windows now work on NT-based
948         Windows. (#169989)
949
950         * gdk/win32/gdkgc-win32.c (_gdk_win32_gdkregion_to_hrgn): Use
951         32-bit coordinates.
952
953         * gdk/win32/gdkgeometry-win32.c: Largely rewrite.
954
955         * gdk/win32/gdkwindow-win32.c: Minor related changes.
956         
957 2005-03-10  Matthias Clasen  <mclasen@redhat.com>
958
959         * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): 
960         Fix a doc typo.  (#169873, Johan Dahlin)
961
962         * gtk/gtkdialog.c (gtk_dialog_map): Don't
963         try to focus the default_widget if there is 
964         none.  (#169881, Thomas Leonard)
965
966 Wed Mar  9 19:20:44 2005  Manish Singh  <yosh@gimp.org>
967
968         * configure.in: Remove inadvertent gail references, require
969         Pango 1.9.0
970
971 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
972
973         * configure.in: Require GLib 2.7.0
974
975 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
976
977         * gtk/gtkwidget.h (struct _GtkWidget): Typo fixes in comments.
978         (#169728, Morten Welinder, Owen Taylor)
979
980         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo
981         in the docs.  (#169729, Morten Welinder)
982
983         * gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
984
985         * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize 
986         when the model is unset.  (#169528, Tomislav Jonjic)
987
988 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
989
990         * gtk/gtkviewport.c (gtk_viewport_class_init): 
991         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): 
992         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_class_init): 
993         * gtk/gtktipsquery.c (gtk_tips_query_class_init): 
994         * gtk/gtktext.c (gtk_text_class_init): 
995         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): 
996         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): 
997         * gtk/gtktoggleaction.c (gtk_toggle_action_class_init): 
998         * gtk/gtkoptionmenu.c (gtk_option_menu_class_init): 
999         * gtk/gtkoldeditable.c (gtk_old_editable_class_init): 
1000         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): 
1001         * gtk/gtktoolbutton.c (gtk_tool_button_class_init): 
1002         * gtk/gtktoolitem.c (gtk_tool_item_class_init): 
1003         * gtk/gtkimage.c (gtk_image_class_init): 
1004         * gtk/gtkruler.c (gtk_ruler_class_init): 
1005         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
1006         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): 
1007         * gtk/gtkprogress.c (gtk_progress_class_init): 
1008         * gtk/gtkmenu.c (gtk_menu_class_init): 
1009         * gtk/gtkscale.c (gtk_scale_class_init): 
1010         * gtk/gtkpaned.c (gtk_paned_class_init): 
1011         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
1012         * gtk/gtkfontbutton.c (gtk_font_button_class_init): 
1013         * gtk/gtkfontsel.c (gtk_font_selection_class_init): 
1014         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
1015         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
1016         * gtk/gtkcurve.c (gtk_curve_class_init): 
1017         * gtk/gtkcombo.c (gtk_combo_class_init): 
1018         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
1019         * gtk/gtkcolorbutton.c (gtk_color_button_class_init): 
1020         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): 
1021         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): 
1022         * gtk/gtkcheckbutton.c (gtk_check_button_class_init): 
1023         * gtk/gtktogglebutton.c (gtk_toggle_button_class_init): 
1024         * gtk/gtkcellview.c (gtk_cell_view_class_init): 
1025         * gtk/gtktoolbar.c (gtk_toolbar_class_init): 
1026         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): 
1027         * gtk/gtkclist.c (gtk_clist_class_init): 
1028         * gtk/gtkctree.c (gtk_ctree_class_init): 
1029         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): 
1030         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
1031         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
1032         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_class_init): 
1033         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
1034         * gtk/gtkbbox.c (gtk_button_box_class_init): 
1035         * gtk/gtktable.c (gtk_table_class_init): 
1036         * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): 
1037         * gtk/gtkframe.c (gtk_frame_class_init): 
1038         * gtk/gtkaction.c (gtk_action_class_init): 
1039         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): 
1040         * gtk/gtkaboutdialog.c (gtk_about_dialog_class_init): 
1041         * gtk/gtkdialog.c (gtk_dialog_class_init): More of the same.
1042
1043 2005-03-08  Matthias Clasen  <mclasen@redhat.com>
1044
1045         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): 
1046         * gtk/gtkrange.c (gtk_range_class_init): 
1047         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init): 
1048         * gtk/gtktexttag.c (gtk_text_tag_class_init): 
1049         * gtk/gtktextview.c (gtk_text_view_class_init): 
1050         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): 
1051         * gtk/gtknotebook.c (gtk_notebook_class_init): 
1052         * gtk/gtkentry.c (gtk_entry_class_init): 
1053         * gtk/gtkexpander.c (gtk_expander_class_init): 
1054         * gtk/gtkarrow.c (gtk_arrow_class_init): 
1055         * gtk/gtkalignment.c (gtk_alignment_class_init): 
1056         * gtk/gtkbutton.c (gtk_button_class_init): 
1057         * gtk/gtklabel.c (gtk_label_class_init): 
1058         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): 
1059         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
1060         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
1061         * gtk/gtktreeview.c (gtk_tree_view_class_init): 
1062         * gtk/gtkbox.c (gtk_box_class_init): 
1063         * gtk/gtkwindow.c (gtk_window_class_init, gtk_window_class_init): 
1064         * gtk/gtkcontainer.c (gtk_container_class_init): 
1065         * gtk/gtkwidget.c (gtk_widget_class_init): 
1066         * gtk/gtkobject.c (gtk_object_class_init): Use canonical names
1067         when registering param specs.
1068
1069         * demos/gtk-demo/editable_cells.c: Use GtkCellRendererCombo
1070         (#169607, Mark McLoughlin)
1071         
1072         * gtk/gtk.symbols: Add the new attributes here, too.
1073
1074         * gtk/gtkwidget.h: 
1075         * gtk/gtktreeview.h: 
1076         * gtk/gtktreeviewcolumn.h: 
1077         * gtk/gtktextbuffer.h: 
1078         * gtk/gtkobject.h: 
1079         * gtk/gtkfilechooserdialog.h: 
1080         * gtk/gtkdialog.h: 
1081         * gtk/gtkcontainer.h: 
1082         * gtk/gtkcelllayout.h: 
1083         * gtk/gtkaboutdialog.h: Use G_GNUC_NULL_TERMINATED where
1084         appropriate.  (#165682, Marc Meissner)
1085
1086 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
1087
1088         Convert the gdk keyval-keyname tables to a big string
1089         + offsets. (#168901)
1090         
1091         * gdk/gen-keyname-table.pl: Perl script inspired by
1092         pango/tools/gen-color-table.pl to create the 
1093         gdk_keys_by_keyval and gdk_keys_by_name tables as lists
1094         of offsets pointing into a big const string.
1095         
1096         * gdk/keynames.txt: List of keyval-keyname pairs.
1097         * gdk/keyname-table.h: Generated tables.
1098
1099         * gdk/gdkkeynames.c: Include keyname-table.h and don't
1100         generate the inverse table at runtime.
1101
1102 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
1103
1104         * gtk/gtkstyle.c: Document which parameters may be NULL.  
1105         (#166855, Frank Naumann)
1106
1107 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
1108
1109         * AUTHORS: Add original authors of incorporated software.
1110
1111 Thu Mar  3 16:59:44 2005  Manish Singh  <yosh@gimp.org>
1112
1113         * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
1114
1115 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
1116
1117         * gtk/gtksettings.c (gtk_settings_get_property): 
1118         * gtk/gtkrc.c (gtk_rc_parse_assignment): Don't leak 
1119         the values here.  (#169047, Philip Langdale)
1120
1121         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
1122         Don't warn if a stock icon cannot be found.  (#168830,
1123         Sven Neumann)
1124
1125 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
1126
1127         * gtk/gtkwidget.c (gtk_widget_reparent_subwindows): 
1128         Avoid warnings if gtk_widget_reparent() is called at
1129         unusual times.  (#168966, Christian Persch)
1130
1131 Tue Mar  1 14:04:08 2005  Manish Singh  <yosh@gimp.org>
1132
1133         * gdk/x11/gdkproperty-x11.c (virtual_atom_check_init): Cast to avoid
1134         const warnings on data structure seeding.
1135
1136 Tue Mar  1 13:53:56 2005  Manish Singh  <yosh@gimp.org>
1137
1138         * gtk/xdgmime/xdgmime.[ch]: revert previous change, maintain ABI.
1139
1140 2005-03-01  Matthias Clasen  <mclasen@redhat.com>
1141
1142         * gtk/gtkmenutoolbutton.c (button_state_changed_cb): 
1143         Fix prelighting.  (#157392, Vincent Noel, patch by
1144         Christian Persch)
1145
1146         * gtk/gtkicontheme.c (theme_lookup_icon): Make 
1147         icon data caching work again.  (#168851, Alexander Larsson)
1148
1149         * gdk-pixbuf/gdk-pixbuf.c:
1150         * gdk-pixbuf/gdk-pixbuf-features.h.in:
1151         Revert the previous change, since it breaks
1152         bin compat.
1153
1154 2005-03-01  Matthias Clasen  <mclasen@redhat.com>
1155
1156         * gdk/gdkkeyuni.c
1157         * gdk/gdkpixbuf-drawable.c
1158         * gdk/gdkrgb.c
1159         * gdk/x11/gdkdnd-x11.c
1160         * gdk/x11/gdkevents-x11.c
1161         * gdk/x11/gdkproperty-x11.c
1162         * gdk/x11/gdkvisual-x11.c
1163         * gdk-pixbuf/gdk-pixbuf.c
1164         * gdk-pixbuf/gdk-pixbuf-features.h.in
1165         * gtk/gtkaction.c
1166         * gtk/gtkbindings.c
1167         * gtk/gtkcolorbutton.c
1168         * gtk/gtkcombo.c
1169         * gtk/gtkcontainer.c
1170         * gtk/gtkfilechooserdefault.c
1171         * gtk/gtkfilesel.c
1172         * gtk/gtkgamma.c
1173         * gtk/gtkiconview.c
1174         * gtk/gtkinputdialog.c
1175         * gtk/gtkitemfactory.c
1176         * gtk/gtkmenu.c
1177         * gtk/gtktextview.c
1178         * gtk/gtktooltips.c
1179         * gtk/gtktreedatalist.c
1180         * gtk/gtkuimanager.c
1181         * gtk/tree_minus.xpm
1182         * gtk/tree_plus.xpm
1183         * gtk/xdgmime/xdgmime.c
1184         * gtk/xdgmime/xdgmime.h: 
1185         Move constant data to .rodata.
1186
1187 2005-02-27  Matthias Clasen  <mclasen@redhat.com>
1188
1189         * gtk/gtkaction.c (connect_proxy): Improve the handling
1190         of buttons as action proxys.  (#165534, Milosz Derezynski)
1191
1192         * gtk/gtklabel.c (gtk_label_size_request): Fix a typo.
1193         (#168646, Vincent Untz)
1194
1195         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
1196         Unset "focus-on-click" for the save folder combo.  (#168688,
1197         Sven Neumann)
1198
1199 2005-02-25  Matthias Clasen  <mclasen@redhat.com>
1200
1201         * demos/testpixbuf.c (main): Remove a C++ comment.  (#168531, 
1202         Paul Cornett)
1203
1204         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a 
1205         path here.  (#168443, Morten Welinder)
1206
1207 2005-02-24  Robert Ögren  <gtk@roboros.com>
1208
1209         Implement better handling of Wintab tablet context overlap on
1210         Win32. (#167298)
1211
1212         * gdk/win32/gdkinput-win32.c (_gdk_input_set_tablet_active): New
1213         function that brings any tablet contexts to the top of the overlap
1214         order.
1215         * gdk/win32/gdkinput-win32.h: Declare _gdk_input_set_tablet_active ()
1216         * gdk/win32/gdkevents-win32.c (gdk_event_translate):
1217         Call _gdk_input_set_tablet_active when a window is activated (on
1218         WM_ACTIVATE)
1219
1220 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
1221
1222         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_path): 
1223         Don't leak parent_path.  (#168435, Morten Welinder)
1224
1225 Thu Feb 24 14:20:16 2005  Søren Sandmann  <sandmann@redhat.com>
1226
1227         * gtk/gtkstyle.c: Add
1228
1229         g_return_if_fail (style->depth == gdk_drawable_get_depth(window));
1230
1231         all over the place.
1232
1233 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
1234
1235         * gtk/gtkcombobox.c: Consistently use gtk_tree_row_reference_valid().
1236         (gtk_combo_box_model_row_deleted): Update the displayed row in 
1237         the cell_view.  (#167842, Gustavo Carneiro)
1238
1239 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
1240
1241         Fix #167259, reported by  Christian Persch:
1242         
1243         * gtk/gtkwidget.c (gtk_widget_unparent): Unmap the reparented 
1244         widget, even if we avoid the unrealizing. 
1245         (gtk_widget_reparent_subwindows): Make reparenting work for
1246         !NO_WINDOW widgets which have other windows which are siblings
1247         of widget->window (as e.g. GtkSpinButton).
1248
1249 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
1250
1251         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
1252         Don't emit a warning if a parent node is filtered out. (#164726,
1253         Olivier Sessink)
1254
1255 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
1256
1257         * gtk/gtklabel.c (gtk_label_style_set): Revert the last 
1258         change, since gtk_widget_set_style_internal() already
1259         queues a resize.
1260
1261 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
1262
1263         * gtk/gtklabel.c (gtk_label_style_set): Queue a resize, since
1264         fonts may have changed.  (#164128, Phil Blundell)
1265
1266         * gtk/gtkaboutdialog.c (gtk_about_dialog_init) 
1267         (gtk_about_dialog_new): Move initialization code from _new to 
1268         _init.  (#168249, Murray Cumming) 
1269
1270 Wed Feb 23 17:34:01 2005  Jonathan Blandford  <jrb@redhat.com>
1271
1272         * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
1273         jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
1274         widgets.
1275
1276 2005-02-23  Tor Lillqvist  <tml@novell.com>
1277
1278         * gdk/win32/gdkkeys-win32.c (update_keymap): Workaround for bug in
1279         MapVirtualKey(VK_DIVIDE, 0) in some Windows versions. (#142998)
1280
1281 Tue Feb 22 13:49:09 2005  Manish Singh  <yosh@gimp.org>
1282
1283         * gtk/updateiconcache.c: #include <config.h>
1284
1285 2005-02-22  Federico Mena Quintero  <federico@ximian.com>
1286
1287         Merged from gtk-2-6:
1288
1289         Fix #164940, patch by Ben Maurer and Tommi Komulainen.
1290
1291         * gdk/gdkrgb.c (gdk_rgb_convert_565_d): Constify the "dmp" variable.
1292         (gdk_rgb_convert_565_d): Likewise.
1293         (DM_565): Made a static const precomputed array to avoid
1294         allocating it at runtime.
1295         (gdk_rgb_preprocess_dm_565): #ifdef out.
1296
1297 2005-02-20  Matthias Clasen  <mclasen@redhat.com>
1298
1299         * gtk/gtkwindow.c: 
1300         * gtk/gtkclipboard.c: Fix links to freedesktop.org specs
1301         in the documentation.
1302
1303         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
1304         Set have_render_with_trapezoids to GDK_YES when we have 
1305         a new enough Render extension.  (#167965,Billy Biggs) 
1306
1307         * gtk/gtkwindow.c (gtk_window_present): Use the timestamp of
1308         the last user interaction when focusing the window.  (#166379, 
1309         Elijah Newren)
1310
1311 Thu Feb 17 14:58:16 2005  Manish Singh  <yosh@gimp.org>
1312
1313         * gtk/gtkuimanager.c (start_element_handler): make sure expand
1314         is initialized, cast to GTK_SEPARATOR_TOOL_ITEM.
1315
1316 Thu Feb 17 14:52:57 2005  Manish Singh  <yosh@gimp.org>
1317
1318         * gtk/gtkcombobox.c: Pass gtk_widget_get_toplevel() a GTK_WIDGET.
1319
1320 2005-02-16  Matthias Clasen  <mclasen@redhat.com>
1321
1322         * docs/iconcache.txt: Add some information about the
1323         icon cache format (since I can't locate it at freedesktop.org)
1324
1325         Fixes for #143829, Tommi Komulainen, Christian Persch:
1326         
1327         * gtk/gtktreeview.c (gtk_tree_view_destroy): Remove the
1328         typeselect_flush_timeout when destroying the widgets
1329         it is operating on.  
1330         (gtk_tree_view_ensure_interactive_directory): Add the 
1331         popup to the window group of the toplevel it belongs to.
1332
1333         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget) 
1334         (gtk_combo_box_popup): Do the same here. 
1335
1336 2005-02-14  Matthias Clasen  <mclasen@redhat.com>
1337
1338         * configure.in: Kill --enable-ansi  (#164394)
1339
1340 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
1341
1342         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Stop scrolling 
1343         when the pathbar goes away.  (#167094, Rodney Dawes)
1344         (change_icon_theme): Use GTK_ICON_SIZE_MENU here as 
1345         well  (Vincent Noel)
1346
1347 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
1348
1349         Support vertical menubars  (#166632): 
1350         
1351         * gtk/gtkenums.h (GtkPackDirection): New enumeration for pack 
1352         directions, with values for left-to-right, right-to-left, 
1353         top-to-bottom and bottom-to-top.
1354
1355         * gtk/gtk.symbols: 
1356         * gtk/gtkmenubar.h: 
1357         * gtk/gtkmenubar.c: Add two properties, pack-direction and
1358         child-pack-direction, which specify how children and 
1359         grandchildren of a menubar are packed, with getters and setters. 
1360
1361         * gtk/gtkmenubar.c (gtk_menu_bar_set_property): 
1362         (gtk_menu_bar_get_property): Implement set_property and get_property.
1363
1364         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): 
1365         (gtk_menu_bar_size_allocate): Take pack direction into account.
1366
1367         * gtk/gtkmenubar.c (gtk_menu_bar_move_current): Implement 
1368         move_current here move all the menubar-specific direction 
1369         tweaking from the generic menushell implementation here.
1370
1371         * gtk/gtkmenu.c (gtk_menu_move_current): Move  menu-specific 
1372         direction tweaking from the generic menushell implementation here.
1373
1374         * gtk/gtkmenuitem.c (gtk_menu_item_size_request): 
1375         (gtk_menu_bar_size_allocate): Take pack direction into account.
1376
1377         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_size_request) 
1378         (gtk_image_menu_item_size_allocate): 
1379         (gtk_image_menu_item_toggle_size_request): Take child pack 
1380         direction into account and pack the image vertically if
1381         necessary.
1382
1383         * gtk/gtkmenushell.c (gtk_menu_shell_real_select_item):
1384         Set the submenu direction to left-right for menuitems in 
1385         vertical menubars.
1386         (gtk_real_menu_shell_move_current): Simplify by moving
1387         direction tweaking to menu- and menubar-specific 
1388         implementations. Take pack direction into account when
1389         doing fallbacks.
1390
1391         * tests/testmenubars.c: Test menubars in various packing
1392         direction combinations.
1393
1394         * tests/Makefile.am (noinst_PROGRAMS): Add testmenubars.
1395
1396 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
1397
1398         Complete the fix for #165770, Vincent Noel:
1399         
1400         * gtk/gtkfilechooserbutton.c (FALLBACK_ICON_SIZE): Make the
1401         fallback size be 16, to be equal to the default for
1402         GTK_ICON_SIZE_MENU (in gtkiconfactory.c:init_icon_sizes()).
1403         (gtk_file_chooser_button_init):
1404         (change_icon_theme): Use GTK_ICON_SIZE_MENU instead of
1405         GTK_ICON_SIZE_SMALL_TOOLBAR. 
1406
1407 2005-02-09  Matthias Clasen  <mclasen@redhat.com>
1408
1409         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Fix RTL
1410         keynav for going from menubar to menu.
1411
1412 2005-02-08  Christian Rose  <menthos@menthos.com>
1413
1414         * configure.in: Added "xh" to ALL_LINGUAS.
1415
1416 2005-02-08  Matthias Clasen  <mclasen@redhat.com>
1417
1418         * gtk/gtkuimanager.c (start_element_handler): Accept 
1419         the "expand" attribute and set a flag in the node if it
1420         is set to "true".
1421         (update_node): If the expand flag is set, make separator
1422         toolitems non-drawn and expanding.  (#166489, Christian Persch)
1423
1424 2005-02-05  Hans Breuer  <hans@breuer.org>
1425
1426         * gdk/makefile.msc gdk/win32/makefile.msc gtk/makefile.msc.in :
1427         build with Cairo dependency. The patch to acually use Cairo
1428         on win32 will be on gtk-devel-list soon.
1429         * tests/makefile.msc : add testcairo building
1430
1431         * gtk/stock-icons/makefile.msc : split command line into two to
1432         work with the shells default
1433
1434 Fri Feb  4 14:16:31 2005  Manish Singh  <yosh@gimp.org>
1435
1436         * gtk/gtkaccelgroup.c (substitute_underscores): remove unused
1437         function.
1438
1439         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
1440         Add some extra parens for bitop order of operations disambiguiation.
1441
1442         * gtk/gtkstock.c: Fix const confusion, make our own copy of the 
1443         domain when setting a translate function.
1444
1445         * tests/testcombo.c: removed unused variable.
1446
1447 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
1448
1449         * gtk/gtkstock.c (gtk_stock_lookup): Handle item->translation_domain
1450         being NULL.  (#166179, Diego Gonzalez)
1451
1452 2005-02-04  Owen Taylor  <otaylor@redhat.com>
1453
1454         * configure.in: Revert gtk_binary_version to 2.4.0. Fix
1455         up comment to talk only about backwards compat, not
1456         forward/backwards compat. (#166293, reported by Vincent Noel)
1457
1458 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
1459
1460         * gtk/gtkpaned.c (gtk_paned_compute_position): Work better
1461         when there is not enough space. This avoids a nasty size
1462         allocation loop in the file chooser.  (#154007, reported 
1463         by Milosz Derezynski, patch by Robert Ögren)
1464
1465 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
1466
1467         * gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious
1468         selection of RTL direction if the widget does not have 
1469         focus.  (#164125, Frederic Crozat)
1470
1471 Thu Feb  3 19:15:55 2005  Manish Singh  <yosh@gimp.org>
1472
1473         * gdk/x11/gdkdrawable-x11.c: #include cairo-xlib.h
1474
1475 2005-02-03  Owen Taylor  <otaylor@redhat.com>
1476
1477         * gdk/gdkdrawable.[ch] gdkpixmap.c gdkwindow.c: Add
1478         gdk_drawable_set_cairo_target().
1479
1480         * tests/testtreeflow.c (enum): Use grand not rand as a variable
1481         name because one of the cairo headers is pulling in stdlib.h.
1482
1483         * tests/testcairo.c tests/Makefile.am: Add a simple cairo based
1484         example.
1485
1486         * configure.in: Bump release to 2.7.0, gtk_binary_version to 2.7.0.
1487
1488         * Require libpangocairo for all backends.
1489
1490 2005-02-03  Tor Lillqvist  <tml@novell.com>
1491
1492         * modules/input/gtkimcontextime.c (get_pango_attr_list): Use the
1493         wide character version of ImmGetCompositionString() here,
1494         too. (#165278, Takuro Ashie)
1495
1496 2005-02-03  Matthias Clasen  <mclasen@redhat.com>
1497
1498         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): Don't do
1499         one roundtrip per motion event.  (#166173, pointed out
1500         by Chris Lee, patch by Søren Sandmann)
1501
1502         * gtk/gtk.symbols: 
1503         * gtk/gtkstock.h: 
1504         * gtk/gtkstock.c (gtk_stock_set_translate_func): 
1505         New function which allows to change the function used for
1506         translation stock labels, on a per-domain basis. Use this
1507         functionality to switch the GTK+ stock items to use Q_()
1508         prefixed msgids.  (#166179, Funda Wang)
1509         
1510         * gdk/gdkkeynames.c: Make the gdk_key array const (#166075,
1511         Tommi Komulainen)
1512
1513 2005-02-02  Federico Mena Quintero  <federico@ximian.com>
1514
1515         Merged from gtk-2-6:
1516
1517         * gtk/gtkfilechooserdefault.c (pending_select_paths_process):
1518         Don't select the first row if the chooser is not mapped.  This
1519         happens when it's acting on behalf of GtkFileChooserButton.  Also,
1520         don't select the first row if we are in SAVE or CREATE_FOLDER
1521         modes --- I had missed that (see the ChangeLog entry from
1522         2005-01-18).  Fixes #165264.
1523
1524 2005-02-02  Tor Lillqvist  <tml@novell.com>
1525
1526         Implement lazy extended input initialization on Win32, by Robert
1527         Ögren. Fixes #163163, possibly #162334. Lazy initialization would
1528         be a good idea in any case even if it didn't fix any visible
1529         problems, though.
1530
1531         The Wacom tablet driver seems to get confused if Wintab is
1532         initialized but no window is shown before the process exits. This
1533         is the case for some GIMP plug-ins, for instance. 
1534
1535         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Made
1536         non-static (and renamed).
1537         (_gdk_input_init): Don't call _gdk_input_wintab_init_check().
1538
1539         * gdk/win32/gdkinput-win32.h: Declare _gdk_input_wintab_init_check().
1540
1541         * gdk/win32/gdkinput.c (gdk_devices_list,
1542         gdk_display_list_devices, gdk_input_set_extension_events): Call
1543         _gdk_input_wintab_init_check() here instead.
1544
1545 2005-02-02  Ivan, Wong Yat Cheung  <email@ivanwong.info>
1546
1547         * gdk/win32/gdkselection.c: Use a FIFO list for storing GdkSelProp
1548         of a single window so that gtk_clipboard_request_contents() can be
1549         called inside a GtkClipboardReceivedFunc(). (#163844)
1550
1551 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
1552
1553         * gtk/gtkicontheme.c (gtk_icon_theme_init): Look for icons
1554         in XDG_DATA_DIRS/pixmaps.  (#165950, Thomas Zajic)
1555
1556         * gtk/gtkwindow.c (gtk_window_set_icon_name): Set info->icon_list
1557         to NULL after freeing it.  (#165800, Damon Chaplin)
1558
1559 2005-02-01  Michael Natterer  <mitch@gimp.org>
1560
1561         * configure.in: depend on stable pango-1.8, not unstable 1.7
1562
1563 2005-02-01  Federico Mena Quintero  <federico@ximian.com>
1564
1565         Merged from gtk-2-6:
1566
1567         * gtk/gtkfilechooserdefault.c
1568         (browse_files_model_finished_loading_cb): Don't
1569         g_assert_not_reached() if we are in any other state.  Another code
1570         path may have triggered a folder reload.  Fixes #165556.
1571
1572 2005-02-01  Federico Mena Quintero  <federico@ximian.com>
1573
1574         Merged from gtk-2-6:
1575
1576         Fix #165770:
1577
1578         * gtk/gtkfilechooserdefault.c (FALLBACK_ICON_SIZE): Make the
1579         fallback size be 16, to be equal to the default for
1580         GTK_ICON_SIZE_MENU (in gtkiconfactory.c:init_icon_sizes()).
1581         (change_icon_theme): Use GTK_ICON_SIZE_MENU instead of
1582         GTK_ICON_SIZE_SMALL_TOOLBAR.
1583
1584 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
1585
1586         * */*.c: Fix many instances of "the the" in docs and
1587         comments.  (#165815, Masao Mutoh)
1588
1589         * gtk/updateiconcache.c (main): Add a --quiet option.
1590
1591 2005-02-01  Tor Lillqvist  <tml@novell.com>
1592
1593         * gdk/win32/gdkkeys-win32.c (handle_special, set_shift_vks,
1594         reset_after_dead, handle_dead): New functions, code blocks
1595         refactored out of update_keymap(). No functionality change.
1596
1597         (update_keymap): Use ToUnicodeEx() when available (on NT-based
1598         Windows) instead of ToAsciiEx(). Makes keyboard input work in
1599         Unicode-only input locales that don't have any ANSI codepage, for
1600         instance Hindi and Bengali. Use _gdk_input_codepage only on
1601         Win9x. (#165723)
1602
1603         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
1604         WM_INPUTLANGCHANGE, use GetLocaleInfo() instead of
1605         TranslateCharsetInfo() to get the input locale's corresponding
1606         codepage, if any.
1607
1608 2005-01-31  Matthias Clasen  <mclasen@redhat.com>
1609
1610         * modules/input/gtkimcontextxim.c: Use NULL, not 0 to terminate 
1611         NULL-terminated va lists.  (#165683)
1612
1613 2005-01-29  Matthias Clasen  <mclasen@redhat.com>
1614
1615         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_set_draw): 
1616         Typo fix.  (#165581, Masao Mutoh)
1617
1618 Thu Jan 27 14:25:45 2005  Manish Singh  <yosh@gimp.org>
1619
1620         * README.cvs-commits: update ancient IRC info.
1621
1622 2005-01-27  Federico Mena Quintero  <federico@ximian.com>
1623
1624         Merged from gtk-2-6:
1625
1626         * gtk/gtkfilechooserdefault.c
1627         (gtk_file_chooser_default_select_path): Oops, don't assert that we
1628         can't reach the end of the function; this happens if we are still
1629         loading but don't need a path change.  Fixes #165213.
1630
1631 2005-01-27  Matthias Clasen  <mclasen@redhat.com>
1632
1633         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
1634         Make wrapping work in RTL mode.  
1635
1636         * gtk/gtkaboutdialog.c: Some visual tweaks to the about dialog,
1637         obey HIG spacing a bit more, add a hand cursor when over the
1638         link button.  (#163979, Jorn Baayen)
1639
1640 2005-01-26  Matthias Clasen  <mclasen@redhat.com>
1641
1642         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
1643         Don't allow -1 as minimum-key-length.
1644         (gtk_entry_completion_set_model): Add missing notification.
1645         (gtk_entry_completion_set_minimum_key_length): Add missing
1646         notification, allow setting minimum-key-length to 0.  (#165194,
1647         Vincent Ladeuil)
1648
1649 2005-01-26  Matthias Clasen  <mclasen@redhat.com>
1650
1651         * gtk/gtkaboutdialog.c (display_license_dialog): Make sure
1652         the license dialog is initially displayed without a horizontal
1653         scrollbar.  
1654         (gtk_about_dialog_class_init): Document the fact that the 
1655         license text is not wrapped.  (#165012, Christian Rose)
1656
1657 2005-01-25  Matthias Clasen  <mclasen@redhat.com>
1658
1659         * gtk/gtkbutton.c (gtk_button_set_image): Fix docs.  (#165180,
1660         Jeff Franks)
1661
1662         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Fix 
1663         docs.  (#165163, Jeff Franks)
1664         
1665         * gtk/gtkimage.c (gtk_image_get_property): Use the correct setter
1666         for a string GValue.  (#165203, Damon Chaplin)
1667
1668 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
1669
1670         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): 
1671         Initialize user_time from DESKTOP_STARTUP_ID.  (#165131,
1672         Elijah Newren)
1673
1674 2005-01-24  Federico Mena Quintero  <federico@ximian.com>
1675
1676         * gtk/gtkfilechooserdefault.c: Removed leftover comments.
1677
1678 2005-01-24  Federico Mena Quintero  <federico@ximian.com>
1679
1680         Merged from gtk-2-6:
1681
1682         Fix #147785 and clean up the loading code:
1683
1684         * gtk/gtkfilechooserdefault.c (LoadState): Make the set of states
1685         be EMPTY, PRELOAD, LOADING, FINISHED.
1686         (gtk_file_chooser_default_init): Start in the LOAD_EMPTY state.
1687         (struct _GtkFileChooserDefault): Added a pending_select_paths
1688         field.
1689         (load_remove_timer): Add the new states.
1690         (load_setup_timer): Likewise.
1691         (load_timeout_cb): Likewise.  Switch to the LOAD_LOADING state.
1692         (browse_files_model_finished_loading_cb): Switch to the
1693         LOAD_FINISHED state.
1694         (enum PendingOp): Removed.
1695         (struct _GtkFileChooserDefault): Removed the pending_op and
1696         pending_select_path fields.
1697         (pending_select_paths_free): New utility function.
1698         (pending_select_paths_add): New utility function.
1699         (gtk_file_chooser_default_finalize): Call
1700         pending_select_paths_free().
1701         (pending_op_queue): Removed.
1702         (pending_op_process): Removed.
1703         (pending_select_paths_process): New function.
1704         (browse_files_model_finished_loading_cb): Call
1705         pending_select_paths_process().
1706         (center_selected_row_foreach_cb): Handle multiple selection by
1707         only centering the first row.
1708         (get_is_file_filtered): Constify.
1709         (gtk_file_chooser_default_select_path): Queue into a list of paths
1710         to select if we are not finished loading.
1711         (show_and_select_paths): New utility function.
1712         (up_folder_handler): Use pending_select_paths_add().
1713         (gtk_file_chooser_default_should_respond): Do not call
1714         pending_op_queue(); free the pending_selected_paths instead.
1715         (gtk_file_chooser_default_initial_focus): Don't queue a pending
1716         operation, and don't select the first row unconditionally --- this
1717         will happen when the folder is done loading.
1718         (shortcuts_row_activated_cb): Free the pending_select_paths.
1719         (pending_select_paths_store_selection): New utility function.
1720         (gtk_file_chooser_default_map): Call
1721         pending_select_paths_store_selection() to save the selection
1722         before reloading the folder.
1723         (select_func): Umm?  Call gtk_tree_selection_select_iter().  Don't
1724         move the cursor here; it will be done when processing the pending paths.
1725
1726         * tests/testfilechooser.c (main): Add a button to the command
1727         window to unmap and remap the file chooser.
1728
1729 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
1730
1731         * docs/tutorial/gtk-tut.sgml:
1732         * docs/tutorial/gtk_tut.sgml:
1733         * docs/reference/gtk/tmpl/gtkliststore.sgml:
1734         * gtk/gtkactiongroup.c:
1735         * gtk/gtksizegroup.c:
1736         * gtk/gtksizegroup.h:
1737         * gtk/gtktogglebutton.c: Replace "effect" by "affect" where
1738         appropriate.  (#165108, Dan Winship)
1739
1740 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
1741
1742         * gtk/gtkwidget.c (gtk_widget_class_init): Document 
1743         GtkWidget::style-set.  (#164222, Alex Graveley)
1744         
1745 2005-01-22  Matthias Clasen  <mclasen@redhat.com>
1746
1747         * gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full): 
1748         Remove the accidentally added prototype for this unimplemented 
1749         function.  (#164893, Jeff Franks)
1750
1751         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): Avoid spurious
1752         drags.  (#164884)
1753
1754 2005-01-23  Tor Lillqvist  <tml@novell.com>
1755
1756         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle Greek tonos
1757         dead accent key. (#164859, reported and fix verified by Daniel
1758         Atallah.)
1759
1760         * gtk/gtkimcontextsimple.c (gtk_compose_seqs): Handle
1761         GDK_Greek_accentdieresis (tonos and dialytika) combining with iota
1762         and upsilon.
1763
1764         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_volume_get_display_name): 
1765         Don't call GetVolumeInformation() for network drives. They might
1766         be disconnected, and calling GetVolumeInformation() will then
1767         cause long delays. (#164448, reported by Dave Neary.) It seems to
1768         be very hard to reliably find out whether a network drive is
1769         connected or not, so it's easier to just not try getting the
1770         volume name for them. See the bug report for discussion.
1771
1772         Make volume name display formats translatable.
1773
1774         Fix for #163702, from Ivan Wong: 
1775         
1776         * gdk/win32/gdkprivate-win32.h 
1777         * gdk/win32/gdkglobals-win32.c: New flag _ignore_destroy_clipboard.
1778         
1779         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle
1780         WM_DESTROYCLIPBOARD. Unless _ignore_destroy_clipboard, generate a
1781         GDK_SELECTION_CLEAR event.
1782
1783         * gdk/win32/gdkselection-win32.c
1784         (gdk_selection_owner_set_for_display): Set _ignore_destroy_clipboard
1785         when emptying the clipboard ourselves.
1786
1787         (gdk_selection_send_notify_for_display): Remove the artifical
1788         GDK_SELECTION_CLEAR event generation.
1789
1790 2005-01-21  Matthias Clasen  <mclasen@redhat.com>
1791
1792         * gtk/gtkwidget.c (gtk_widget_get_accessible): More details
1793         provided by Bill Haneman.
1794
1795 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
1796
1797         * gtk/gtkwidget.c (gtk_widget_get_accessible): Add docs.  (#164725,
1798         George Kraft IV)
1799
1800         * gtk/gtkdialog.c (gtk_dialog_map): Don't loop forever
1801         here, even if the only focusable widgets are labels.
1802
1803 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
1804
1805         Support tinting in GtkCellRendererPixbuf (#162903, Jorn Baayen):
1806         
1807         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init) 
1808         Add a follow-state property which when TRUE causes the pixbuf
1809         to be tinted according to state.
1810
1811         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
1812         Use follow-state and colorize the pixbuf when appropriate.      
1813         
1814 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
1815
1816         Support wrapping in GtkCellRendererText  (#163608):
1817         
1818         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
1819         Add wrap-mode and wrap-width properties which cause a 
1820         text cell to break to a specified width when set.
1821
1822         * gtk/gtkcellrenderertext.c (get_layout): Use wrap-mode
1823         and wrap-width when they are set.
1824
1825 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
1826
1827         * gtk/gtkmodules.c (load_module): Don't reverse the order
1828         of modules when putting them in gtk_modules.  (#162676, Dennis
1829         Cranston, patch by Remus Draica)
1830
1831         * gtk/gtktreeview.c (gtk_tree_view_search_move): Don't crash 
1832         if the tree is empty.  (#164669, Priit Laes)
1833
1834 Wed Jan 19 18:57:02 2005  Manish Singh  <yosh@gimp.org>
1835
1836         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): Call
1837         GDK_DISPLAY_XDISPLAY with a display, not a window. Clean up the
1838         function a bit too.
1839
1840 Wed Jan 19 17:17:31 2005  Manish Singh  <yosh@gimp.org>
1841
1842         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): Squash
1843         strict aliasing warning in _NET_VIRTUAL_ROOTS code.
1844
1845 2005-01-19  Tor Lillqvist  <tml@novell.com>
1846
1847         * gdk/win32/gdkkeys-win32.c (update_keymap,
1848         gdk_keymap_translate_keyboard_state): Handle keyboards with
1849         ShiftLock (and not CapsLock) correctly. (#161814)
1850
1851 2005-01-19  Matthias Clasen  <mclasen@redhat.com>
1852
1853         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond):
1854         In save mode, don't return paths containing nonexisting 
1855         directories.  (#162443, Jean Marie Favreau)
1856
1857         * gtk/gtkobject.c (gtk_object_add_arg_type): Use GLib limit 
1858         macros to avoid sparse warnings. Pointed out by Kjartan Maraas.
1859
1860         * gdk/x11/gdkdisplay-x11.c: Precache the _NET_VIRTUAL_ROOTS
1861         atom.
1862
1863         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): 
1864         Support _NET_VIRTUAL_ROOTS.  (#163910, Carsten Haitzler)
1865         
1866         * gdk/gdk.symbols: 
1867         * gdk/x11/gdkx.h: 
1868         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_get_user_time): 
1869         Add a function to obtain the last user interaction 
1870         time.  (#163119, Elijah Newren)
1871
1872 Tue Jan 18 13:56:09 2005  Manish Singh  <yosh@gimp.org>
1873
1874         * gtk/gtkfilechooserdefault.c (pending_op_queue): Actually assign
1875         PENDING_OP_NONE.
1876
1877 Tue Jan 18 13:46:46 2005  Manish Singh  <yosh@gimp.org>
1878
1879         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids):
1880         disambiguate nested if/else.
1881
1882 2005-01-18  Federico Mena Quintero  <federico@ximian.com>
1883
1884         Merged from gtk-2-6:
1885
1886         * gtk/gtkfilechooserdefault.c (pending_op_queue): Don't queue an
1887         operation to select the first file if we are in SAVE or
1888         CREATE_FOLDER modes.  Executing that operation would overwrite the
1889         contents of the save-name entry.
1890
1891 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
1892
1893         * gdk/gdkdisplay.h: 
1894         * gdk/x11/gdkwindow-x11.c (gdk_display_warp_pointer): 
1895         * gdk/win32/gdkwindow-win32.c (gdk_display_warp_pointer): Add
1896         pointer warping to GDK.  (#160437)
1897
1898         * gtk/gtkcolorsel.c (key_press): Use gdk_display_warp_pointer.
1899
1900 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
1901
1902         * gtk/gtkstyle.c (gtk_default_draw_check) 
1903         (gtk_default_draw_option, gtk_default_draw_handle): Add some
1904         more NULL checks, patch by Michael Natterer.
1905
1906 Tue Jan 18 10:55:47 2005  Søren Sandmann  <sandmann@redhat.com>
1907
1908         * gtk/gtkstyle.c (gtk_default_draw_handle): Check for NULL detail
1909         and NULL widget.
1910
1911         * gtk/gtkstyle.c (gtk_default_draw_box): Check for NULL detail and
1912         NULL widget.  (#164477, Michael Natterer)
1913
1914 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
1915
1916         Avoid X errors when running against servers which
1917         implement XRender < 0.4.  (#164427, Albert Chin)
1918         
1919         * gdk/x11/gdkprivate-x11.h:
1920         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
1921         New function to check for trapezoid support in XRender.
1922         (gdk_x11_draw_trapezoids, _gdk_x11_drawable_draw_xtrapezoids): 
1923         Use it here.
1924         
1925         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a 
1926         separate have_render_with_trapezoids field.
1927
1928         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize it.
1929
1930 2005-01-17  Matthias Clasen  <mclasen@redhat.com>
1931
1932         * gtk/gtkiconview.c: Remove debug output. (#164376, Jens Finke)
1933
1934 Mon Jan 17 16:44:36 2005  Jonathan Blandford  <jrb@redhat.com>
1935
1936         * docs/Makefile.am (EXTRA_DIST): add tree-column-sizing.png to
1937         dist.
1938
1939 2005-01-17  Matthias Clasen  <mclasen@redhat.com>
1940
1941         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmarks): Save
1942         and restore the selected row in the bookmark list and the
1943         save folder combo.  (#164290)
1944
1945 2005-01-16  Matthias Clasen  <mclasen@redhat.com>
1946
1947         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend):
1948         Fix argument order in docs.  
1949
1950 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
1951
1952         * gtk/gtktextview.c (gtk_text_view_check_keymap_direction): 
1953         * gtk/gtkentry.c (gtk_entry_create_layout): Prefer LTR over RTL 
1954         if the keymap is neutral.  (#164125, Phil Blundell)
1955
1956 2005-01-14  Matthias Clasen  <mclasen@redhat.com>
1957
1958         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Allow to
1959         reset the property to its default value -1. 
1960         (gtk_tree_view_get_search_column): Return the default value in
1961         the g_return_val_if_fail() check.  (#163864, Richard Hult)
1962
1963         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_value): 
1964         Add a translator hint.  (#163889)
1965
1966         * configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it
1967         is an enum value, not a define. Pointed out by Tommi Komulainen.
1968         * gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
1969
1970 2005-01-13  Matthias Clasen  <mclasen@redhat.com>
1971
1972         * configure.in: Check for nl_langinfo()
1973         * gtk/gtkcalendar.c (gtk_calendar_init): Use nl_langinfo() when it's
1974         available to determine first day of week   (#163842, Vincent Untz)
1975
1976         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Add hints about 
1977         the lifecycle of widgets.  (#159503, Christian Persch)
1978
1979         * demos/gtk-demo/main.c (create_text): Use monospace for the 
1980         source code view.  (#163526, Theerud Lawtrakul)
1981
1982         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic
1983         for the Credits button to avoid duplicate.  (#163465, Tim-Philipp 
1984         Müller)
1985         
1986         * configure.in: Add an OS_LINUX conditional.
1987
1988         * gdk/Makefile.am (TESTS):
1989         * gdk-pixbuf/Makefile.am (TESTS):
1990         * gtk/Makefile.am (TESTS): Only run abicheck on Linux.  (#163917,
1991         Roger Leigh)
1992
1993 2005-01-13  Matthias Clasen <mclasen@redhat.com>
1994
1995         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
1996         (gtk_tree_view_set_headers_clickable): Make the headers-visible
1997         property readwrite instead of just writable, and remove the
1998         g_return_if_fail check that there is a model when setting this
1999         property. Also improve the blurb.  (#163851, Richard Hult)
2000
2001 2005-01-12  Owen Taylor <otaylor@redhat.com>
2002
2003         * configure.in: Remove GLIB_DIVERT_BEFORE_HELP() on
2004         initialization of gdktarget, that was causing it to be
2005         evaluated before host was set. Simplify --with-gdktarget help
2006         message.
2007
2008         * gtk/Makefile.am: Use grep | head -n 1 instead of grep -m 1 
2009         which doesn't work with slightly older versions of GNU grep 
2010         in install-libtool-import-lib rule.
2011         
2012 2005-01-12  Tor Lillqvist  <tlillqvist@novell.com>
2013
2014         Fix for #162790, by Iwan Wong:
2015         
2016         * gdk/win32/gdkdrawable-win32.c: Implement dashed lines
2017         correctly. Simplify the interface to render_line_horizontal() and
2018         render_line_vertical(). Need to draw lines "manually" also on
2019         NT-based Windowses if we have a dash offset or are drawing
2020         double-dashed lines.
2021
2022         * gdk/win32/gdkprivate-win32.h: Keep also the dash offset,
2023         double-dash flag, and a brush for the background colour (used by
2024         the odd dashes in the double-dash line style) in the GdkGCWin32
2025         struct.
2026
2027         * gdk/win32/gdkgc-win32.c: Set up above new fields.
2028
2029 2005-01-10  Federico Mena Quintero  <federico@ximian.com>
2030
2031         Fix #162617.
2032
2033         * gtk/gtkfilesystemunix.c (STAT_NEEDED_MASK): Take out
2034         GTK_FILE_INFO_IS_HIDDEN; we don't need to stat() to know this.
2035         (gtk_file_system_unix_get_folder): Make error reporting more
2036         accurate.  Don't bail out if we can't read the directory.
2037         (fill_in_stats): Don't return an error; just assume we don't have
2038         stat info for this folder's files.
2039         (fill_in_names): Don't create the hash table for the names if we
2040         can't open the directory.
2041         (gtk_file_folder_unix_list_children): Don't emit the
2042         "finished-loading" signal --- we don't do asynchronous loads, so
2043         we are always finished loading.
2044         (gtk_file_folder_unix_get_info): Use helper functions; handle the
2045         case where we can't stat '/'.
2046         (get_icon_type_from_path): Don't call fill_in_stats() here; only
2047         use the info we have.
2048         (fill_in_mime_type): Don't return an error.  Don't do anything if
2049         we don't have the stat info.
2050
2051 2005-01-10  Owen Taylor  <otaylor@redhat.com>
2052
2053         * Makefile.am (EXTRA_DIST): Adding missing ChangeLog.pre*
2054         to EXTRA_DIST.
2055
2056 2005-01-10  Matthias Clasen  <mclasen@redhat.com>
2057
2058         * gtk/gtkaccelgroup.c (gtk_accel_group_class_init): Document
2059         signals.  (#163319, Murray Cumming)
2060
2061 2005-01-09  Tor Lillqvist  <tlillqvist@novell.com>
2062
2063         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Set current
2064         cursor also when changing the cursor of a window that is the first
2065         ancestor of the window containing the pointer that has a cursor
2066         defined. (#163035, Ivan Wong)
2067
2068 2005-01-09  Anders Carlsson <andersca@gnome.org>
2069
2070         * gtk/gtkcellrenderertext.c: (get_size):
2071         * gtk/gtklabel.c: (gtk_label_size_request):
2072         * gtk/gtkprogressbar.c: (gtk_progress_bar_size_request):
2073         Don't pass NULL to pango_context_get_metrics. Use 
2074         pango_context_get_language instead, which is way faster.
2075         
2076 2005-01-08  Matthias Clasen  <mclasen@redhat.com>
2077
2078         * configure.in: Bump version
2079
2080         * === Released 2.6.1 ===
2081         
2082         * gdk-pixbuf-2.0.pc.in: Require gmodule-no-export-2.0
2083
2084 2005-01-07  Tor Lillqvist  <tml@iki.fi>
2085
2086         * gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
2087         Fix braino. (#163232, Arnaud Charlet)
2088
2089 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
2090
2091         * gtk/gtkiconview.c: Make markup_column work, and fix some
2092         layout issues when either icon or text is missing.  (#163065)
2093
2094 2005-01-06  Federico Mena Quintero  <federico@ximian.com>
2095
2096         * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): Add an
2097         "Open _Location" item.  Fixes #148839.
2098
2099 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
2100
2101         * README.in: Fix a typo.  (#163128, kentaro fukuchi)
2102
2103 2005-01-06  James M. Cape  <jcape@ignore-your.tv>
2104
2105         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new)
2106         (gtk_file_chooser_button_new_with_backend): Use default title if
2107         NULL is passed.
2108
2109         * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: Make examples
2110         match API.
2111
2112 2005-01-05  Federico Mena Quintero  <federico@ximian.com>
2113
2114         Fix #161409:
2115
2116         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue
2117         a pending operation to select the first row.
2118
2119 2005-01-05  Federico Mena Quintero  <federico@ximian.com>
2120
2121         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't call
2122         button_data_free() explicitly; the button is weak-reffed and the
2123         callback will free the button data.  Fixes #163010.
2124         (_gtk_path_bar_set_path): Don't ref/sink the button.  And for the
2125         failure case, call gtk_widget_destroy() on it.
2126
2127         * gtk/gtkfilechooserdefault.c (check_is_folder): Use
2128         gtk_file_system_get_folder() again (see the ChangeLog entry from
2129         2004-08-25).  We can't first get the parent folder and then
2130         request the info for the path in question, as the parent folder
2131         may not be readable.  See bug #162617.
2132         (gtk_file_chooser_default_set_current_folder): Assert that the
2133         passed-in path is not null.
2134         (shortcuts_find_current_folder): Likewise.
2135         (shortcuts_add_current_folder): Likewise.
2136         (set_list_model): Likewise.
2137         (gtk_file_chooser_default_map): Only reload the current folder if
2138         it exists.
2139         (bookmarks_check_add_sensitivity): Check for the current folder
2140         being NULL.
2141         (browse_files_select_first_row): Don't set the cursor if there is
2142         no model loaded.
2143
2144 2005-01-05  Matthias Clasen  <mclasen@redhat.com>
2145
2146         * gtk/gtkfilechooserdefault.c: Don't construct errors from 
2147         the GTK_FILE_SYSTEM_ERROR domain. Partial fix for #162911.
2148         (get_file_info, check_is_folder): Translate errors from
2149         the filesystem into the GTK_FILE_CHOOSER_ERROR domain. Rest
2150         of the fix for #162911, noticed by Murray Cumming.
2151
2152 Wed Jan  5 11:42:49 2005  Søren Sandmann  <sandmann@redhat.com>
2153
2154         * gtk/gtkviewport.c (gtk_viewport_realize):
2155         * gtk/gtktextview.c ((text_window_realize): Set the background of
2156         the windows to None instead of adding EXPOSURE_MASK, as suggested
2157         by Owen in #162112.
2158
2159         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Update 
2160         the user time when receiving a WM_DELETE message.  (#162980, 
2161         Elijah Newren)
2162         
2163 Tue Jan  4 16:52:14 2005  Jonathan Blandford  <jrb@redhat.com>
2164
2165         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event):
2166         only reorder on button 1, part of #141937
2167
2168 Tue Jan  4 11:36:43 2005  Søren Sandmann  <sandmann@redhat.com>
2169
2170         Bug 162112.
2171         
2172         * gtk/gtktextview.c (text_window_realize): Add GDK_EXPOSURE_MASK
2173         to win->window's event_mask
2174
2175         * gtk/gtkviewport.c (gtk_viewport_realize): Add GDK_EXPOSURE_MASK
2176         to viewport->view_window.
2177
2178 2005-01-04  Matthias Clasen  <mclasen@redhat.com>
2179
2180         * demos/testpixbuf.c (main): Remove the size_prepared callback,
2181         to test incremental display.
2182         (new_testrgb_window): Return the drawing area, not the window,
2183         since we want to queue draws on the drawing area.
2184
2185 2005-01-03  Matthias Clasen  <mclasen@redhat.com>
2186
2187         * examples/*: Re-extract.
2188
2189         * docs/tutorial/gtk-tut.sgml: Small corrections.
2190         
2191         * docs/tutorial/gtk-tut.sgml: Some updates for the drawing
2192         section.  (#161414, Robert Ancell)
2193
2194         * docs/tutorial/gtk-tut.sgml: Make it build.
2195
2196         * gtk/gtkdialog.c (gtk_dialog_run): Some clarification
2197         regarding modality.  (#112903, Dave Bordoley)
2198
2199         * gtk/gtkfixed.c (gtk_fixed_set_has_window): 
2200         Add a little motivation.  (#145556, Tommi Komulainen)
2201
2202         * docs/tutorial/gtk-tut.sgml: Clarify section on 
2203         g_signal_connect_swapped.   (#120543, David Bourguignon)
2204
2205         Make gtk_icon_theme_load_icon() work independent of
2206         icon factory initialization.  (#162791, Tristan Van Berkom)
2207         
2208         * gtk/gtkiconfactory.[hc]: Rename ensure_default_icons to
2209         _gtk_icon_factory_ensure_default_icons, and make it non-static.
2210
2211         * gtk/gtkicontheme.c (find_builtin_icon): ..and call it here.
2212
2213 2005-01-02  Matthias Clasen  <mclasen@redhat.com>
2214
2215         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_remove_shortcut_folder): 
2216         Don't add a shortcut here.  (#162752, Tor Lillqvist)
2217
2218 2005-01-02  Tor Lillqvist  <tml@iki.fi>
2219
2220         * gtk/Makefile.am (libgtk_target_ldflags): Add -lole32, needed for
2221         CoTaskMemFree in get_special_folder() below.
2222
2223         * gtk/gtkfilesystem.h: Implement case-insensitive path compare on
2224         Win32 using _gtk_file_system_win32_path_compare().
2225
2226         * gtk/gtk.symbols: Add _gtk_file_system_win32_path_compare.
2227
2228         * gtk/gtkfilechooserbutton.c (model_add_special)
2229         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Use
2230         _gtk_file_system_win32_get_desktop() to get correct Desktop folder
2231         on Win32. (#144003)
2232
2233         * gtk/gtkfilesystemwin32.c: Remove unnecessary includes. Do
2234         consider all drives "mounted", including floppies. Trying to
2235         inspect the contents of a nonexistent floppy will cause errors
2236         later that are handled normally, no need to avoid them
2237         completely. Keep the drive type in the GtkFileSystemVolume.
2238         Support UNC paths. (#161797, #137874) Fix error message
2239         capitalizations as in gtkfilesystemunix.c.
2240
2241         (gtk_file_system_win32_init): Start one timeout per
2242         GtkFileSystemWin32.
2243
2244         (gtk_file_system_win32_finalize): Remove the timeout.
2245
2246         (get_special_folder): Copied from GLib.
2247
2248         (_gtk_file_system_win32_get_desktop): New function, uses
2249         get_special_folder().
2250
2251         (gtk_file_system_win32_list_volumes): Don't start a timeout at
2252         each call to this function. Don't assume A: and B: are floppies.
2253
2254         (gtk_file_system_win32_get_volume_for_path): Don't assume all
2255         volumes are drive roots, i.e. support share roots of UNC paths
2256         (\\server\share).
2257
2258         (gtk_file_system_win32_get_folder): Don't assume errno is set
2259         after g_file_test() returns FALSE. It isn't on Win32 (and even on
2260         Unix I don't think one should assume anything about errno after
2261         g_file_test()).
2262
2263         (gtk_file_system_win32_volume_get_is_mounted): Always return TRUE.
2264
2265         (gtk_file_system_win32_volume_get_display_name): Don't call
2266         GetVolumeInformation() on drives A: or B: if they are removable,
2267         as they might then be floppies, causing an unnecessary
2268         delay. (#157820)
2269
2270         (gtk_file_system_win32_volume_render_icon): Use network icon for
2271         unrecognized drive types.
2272
2273         (canonicalize_filename, gtk_file_system_win32_parse): Don't get
2274         confused by UNC paths.
2275
2276         (bookmarks_serialize): Use _gtk_file_system_win32_path_compare()
2277         for case-insensitive UTF-8 path comparison.
2278
2279         (extract_icon): Use SHGetFileInfo() which is faster than
2280         ExtractAssociatedIcon(). Icon extraction is still slow, though,
2281         needs work.
2282
2283         (win32_pseudo_mime_lookup): Don't use the same icon for all
2284         shortcuts or executables. Cache only other file type icons.
2285
2286         (gtk_file_system_win32_render_icon): Use network stock icon for
2287         remote drives and UNC server share roots. Compare home directory
2288         case-insensitively. Do lookup icons also for executable files,
2289         after all, it's these files that can have individual icons in the
2290         first place. Yes, it can be slow. Needs work.
2291
2292         (filename_is_drive_root): Require also the slash after the colon.
2293
2294         (filename_is_server_share): New function.
2295
2296         (_gtk_file_system_win32_path_compare): New function, does
2297         case-folded UTF-8 comparison.
2298
2299         * gtk/gtkfilesystemwin32.h: Declare
2300         _gtk_file_system_win32_path_compare().
2301
2302 2005-01-01  Matthias Clasen  <mclasen@redhat.com>
2303
2304         * gtk/gtkbutton.c (gtk_button_set_image): Allow unsetting the
2305         custom image by passing NULL.
2306         (gtk_button_init): Initialize image_is_stock to TRUE, fixing
2307         a problem with changing stock labels.  (#162273, Marcin 
2308         Krzyzanowski)
2309
2310 2005-01-01  Tor Lillqvist  <tml@iki.fi>
2311
2312         * gtk/gtkmodules.c (get_module_path)
2313         * gtk/gtkrc.c (gtk_rc_make_default_dir, gtk_rc_get_im_module_file,
2314         gtk_rc_get_theme_dir, gtk_rc_add_initial_default_files): With
2315         g_getenv() now returning UTF-8 on Win32, no need to call
2316         g_locale_to_utf8().
2317
2318 2004-12-31  Matthias Clasen  <mclasen@redhat.com>
2319
2320         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval) 
2321         (_gtk_key_hash_lookup): Don't sort a list of values as if
2322         it was a list of entries. This fixes crashes during mnemonic
2323         activation in the presence of multiple keymaps. (#162488, 
2324         Christian Persch)
2325
2326 2004-12-30  Matthias Clasen  <mclasen@redhat.com>
2327
2328         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Fix
2329         state propagation when making an insensitive combo box sensitive
2330         again.  (#162524, Carlos Garnacho Parro)
2331
2332         * gtk/gtkfilechooserdefault.c: Use secondary text for error 
2333         dialogs.
2334
2335         * gtk/gtkfilesystemunix.c: Clean up some cases of errno handling
2336         (#162496, noted by Tor Lillqvist), and use g_filename_display_name()
2337         for error messages. Also mark some error messages for translation,
2338         fix capitalization of error messages.
2339
2340         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property): 
2341         Use g_value_get_boolean() for ellipsize_set.  (#162447, 
2342         Brian Tarricone)
2343
2344 2004-12-30  Tor Lillqvist  <tml@iki.fi>
2345
2346         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use /usr/share/pixmaps
2347         only on Unix.
2348
2349 2004-12-28  Matthias Clasen  <mclasen@redhat.com>
2350
2351         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Inherit
2352         submenu direction from the parent menu.
2353
2354         * gtk/gtkmenushell.c (gtk_menu_shell_select_submenu_first): 
2355         Return a boolean indicating whether an item in the submenu
2356         was selected.
2357         (gtk_real_menu_shell_move_current): When going in child 
2358         direction, don't get stuck at completely insensitive 
2359         submenus.  (#162055, Billy Biggs)       
2360
2361 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
2362
2363         Make the clipboard image API more robust (#162357, 
2364         Torsten Schoenfeld):
2365         
2366         * gtk/gtkclipboard.c (clipboard_image_received_func): Don't
2367         ref the pixbuf if it is NULL.
2368
2369         * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): 
2370         NULL-terminate the varargs in the call to 
2371         gdk_pixbuf_save_to_buffer(). 
2372         (gtk_selection_data_get_pixbuf): Only use a pixbuf loader 
2373         if there is data to load.
2374
2375 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
2376
2377         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
2378         Set x_root and y_root in button and motion events from 
2379         extended input devices.  (#148715, Robert Ögren)
2380
2381         * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a 
2382         typo.  (#162339, Alessio Dessi)
2383
2384         * gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
2385         properties as new since 2.4.  (#156101, Billy Biggs)
2386
2387         * configure.in: Add a warning about the linux-fb 
2388         target.  (#155488, Zeeshan Ali)
2389
2390         * gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
2391         Torsten Schoenfeld)
2392
2393 2004-12-26  Matthias Clasen  <mclasen@redhat.com>
2394
2395         * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): 
2396         Typo fix.  (#162219, Masao Mutoh)
2397         (gtk_file_chooser_set_preview_widget_active): 
2398         Another typo.  (#162218, Masao Mutoh)
2399
2400 2004-12-23  Matthias Clasen  <mclasen@redhat.com>
2401
2402         * gtk/gtkliststore.c (gtk_list_store_iter_children): 
2403         Return TRUE if there are children.  (#162134, Iñigo Serna,
2404         patch by John Finlay)
2405
2406         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): 
2407         Transfer state from the button to the cell view to get
2408         prelighting right.  (#156327, Ricardo Veguilla)
2409
2410 Wed Dec 22 14:22:19 2004  Søren Sandmann  <sandmann@redhat.com>
2411
2412         * tests/testtoolbar.c (timeout_cb): Add sensitivity-changing
2413         timeout. Written by Christian Persch.
2414
2415 Wed Dec 22 14:14:02 2004  Søren Sandmann  <sandmann@redhat.com>
2416
2417         Bug #161561
2418         
2419         * gdk/x11/gdkwindow-x11.c (tmp_{re,un}set_bg): Only set/reset the
2420         background for windows that get expose events. 
2421
2422         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Remove
2423         hack to repaint !expose windows.
2424
2425 Wed Dec 22 11:35:41 2004  Søren Sandmann  <sandmann@redhat.com>
2426
2427         Bug #147497, make menu items activate immediately when you release
2428         the button.
2429         
2430         * gtk/gtkmenu.c (gtk_menu_enter_notify, menu_motion_notify): Make
2431         items activate immediately.
2432
2433         * gtk/gtkmenu.c (definitely_within_item): New function
2434         * gtk/gtkmenu.c (check_threshold): New function
2435
2436 2004-12-22  Matthias Clasen  <mclasen@redhat.com>
2437
2438         * gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to
2439         null the mnemonic_menu when unsetting a mnemonic, reported
2440         by Owen Taylor.
2441
2442 2004-12-21  Matthias Clasen  <mclasen@redhat.com>
2443
2444         * gtk/gtkliststore.c (generate_order): Generate the order the
2445         way it is supposed to be, order[new_pos] == old_pos.
2446         (gtk_list_store_reorder): Invert the order before using it.
2447
2448 2004-12-22  Matthias Clasen  <mclasen@redhat.com>
2449
2450         Fix sorting of list stores.  (#161886, Marcin Krzyzanowski)
2451
2452         * gtk/gtkliststore.c (generate_order): Generate the order the
2453         way it is supposed to be, order[new_pos] == old_pos.
2454         (gtk_list_store_reorder): Invert the order before using it.
2455
2456         * gtk/gtkiconview.c (gtk_icon_view_rows_reordered): Adapt to the
2457         list store fix.
2458
2459 Wed Dec 22 01:24:01 2004  Jonathan Blandford  <jrb@redhat.com>
2460
2461         * gtk/queryimmodules.c (main): print out the version and binary
2462         name in the header comment.  Problem reported by Seth Nickell.
2463
2464 2004-12-20  Matthias Clasen  <mclasen@redhat.com>
2465
2466         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a
2467         root path to gtk_tree_model_rows_reordered().  (#161720,
2468         Marcin Krzyzanowski)
2469
2470         * gtk/gtkactiongroup.c (gtk_action_group_translate_string): Don't 
2471         translate NULL messages.  (#161789, Morten Welinder)
2472
2473         * gtk/gtkmessagedialog.c (setup_primary_label_font): Don't show
2474         the secondary label on show_all().  (#161707, Christian Persch)
2475
2476 2004-12-19  Tor Lillqvist  <tml@iki.fi>
2477
2478         * gdk/win32/gdkdnd-win32.c (resolve_link, gdk_dropfiles_filter):
2479         Use wide character API when available. Use UTF-8 for filenames.
2480
2481         * gdk/win32/gdkselection-win32.c (_gdk_dropfiles_store): Include
2482         the string's trailing zero byte in the property's length, just for
2483         safety.
2484
2485 2004-12-18  Matthias Clasen  <mclasen@redhat.com>
2486
2487         * gtk/gtkfilechooserentry.c (check_completion_callback) 
2488         (load_directory_callback): Add missing GDK_THREADS_ENTER/LEAVE.
2489
2490         * gtk/gtkfilechooserdefault.c (edited_idle_cb) 
2491         (shortcuts_drag_outside_idle_cb): Add missing 
2492         GDK_THREADS_ENTER/LEAVE.  (#161604)
2493         
2494         * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): 
2495         (list_select_func): Don't call gtk_file_info_get_is_folder()
2496         on NULL. 
2497
2498         * gtk/gtkaboutdialog.c (gtk_about_dialog_get_logo_icon_name): 
2499         (gtk_about_dialog_init): Add missing initializations.  (#161646,
2500         Torsten Schoenfeld)
2501