]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust on
[~andy/gtk] / ChangeLog.pre-2-8
1 2005-07-13  Robert Ögren  <gtk@roboros.com>
2
3         Fix handling of Aiptek and Aiptek-like graphical tablets such as Trust
4         on Windows. (#167004, thanks to "pnohant" for testing)
5
6         Code cleanup: Remove the unused and unmaintained code for using a
7         non-system tablet context (USE_SYSCONTEXT ifdef:s), suggested
8         by Tor Lillqvist.
9
10         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Handle
11         tablet drivers that don't support WTI_DDCTXS/WTI_DSCTXS gracefully.
12         Sligthly reorganize and simplify the code to support this.
13         (_gdk_input_wintab_init_check, _gdk_input_other_event): Remove
14         USE_SYSCONTEXT ifdef:s and the code for the case it was not defined.
15         (gdk_input_window_find_within): Removed.
16
17 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
18
19         * gdk/win32/bdfcursor.c: Add Copyright/License information.
20         
21 2005-07-13  Kristian Rietveld  <kris@gtk.org>
22
23         * gtk/gtktreeview.c (validate_row): when !separator, don't add
24         the focus_line_width to width/height (happens in
25         _column_cell_get_size), but do add the vertical-separator to height,
26         we weren't taking this into account before.
27
28         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
29         take vertical-separator into account. (#309137, Ross Burton).
30
31 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
32
33         * tests/treestoretest.c: 
34         * tests/testxinerama.c: 
35         * tests/testtreeview.c: 
36         * tests/testtreefocus.c: 
37         * tests/testtreeflow.c:
38         * tests/testtreeedit.c: 
39         * tests/testtreecolumns.c: 
40         * tests/testtext.c: 
41         * tests/testtextbuffer.c: 
42         * tests/testspinbutton.c: 
43         * tests/testsocket_common.c: 
44         * tests/testsocket_child.c: 
45         * tests/testsocket.c: 
46         * tests/testmultiscreen.c: 
47         * tests/testmultidisplay.c: 
48         * tests/testmerge.c: 
49         * tests/testmenus.c: 
50         * tests/testmenubars.c: 
51         * tests/testicontheme.c: 
52         * tests/testfilechooser.c: 
53         * tests/testentrycompletion.c: 
54         * tests/testdnd.c: 
55         * tests/testcombochange.c: 
56         * tests/testactions.c: 
57         * tests/testcombo.c: 
58         * tests/simple.c: 
59         * gtk/gtktextutil.c: 
60         * gtk/gtktexttypes.h: 
61         * gtk/gtktexttypes.c: 
62         * gtk/gtktexttagprivate.h: 
63         * gtk/gtktextsegment.h: 
64         * gtk/gtktextiterprivate.h: 
65         * gtk/gtktextchildprivate.h: 
66         * gtk/gtktextbtree.h: Add Copyright/License information.
67
68         * gtk/gtkicontheme.c (gtk_icon_theme_get_default) 
69         (gtk_icon_theme_get_for_screen): Add a warning about
70         unreffing icon themes.  (#310163, Rodney Dawes)
71
72 2005-07-13  Kristian Rietveld  <kris@gtk.org>
73
74         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): quit
75         maintaining the iter on every iteration, only get the iter when
76         we are about to call the foreach_func. Gives us a 10x speedup,
77         since maintaining iters is a lot more expensive than maintaining
78         paths. We lose a bit of sanity checking though. Thanks go to
79         Billy Biggs for pointing this out.
80
81 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
82
83         * tests/testcairo.c (draw): Fix the same confusion here, too.
84
85         * gdk/gdkgc.c (make_stipple_tile_surface): Fix 
86         cairo_content_t <-> cairo_format_t confusion.  (#310086,
87         Carlos Garnacho Parro)
88
89         * gtk/gtkfilesystemunix.c 
90         (gtk_file_system_unix_volume_get_display_name): Follow
91         the Nautilus change and rename "Filesystem" to "File System",
92         string change.  (#310047, Vincent Noel)
93         
94 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
95
96         * demos/gtk-demo/iconview.c: Rename this demo.
97
98         * demos/gtk-demo/iconview_edit.c: Add a demo for icon view
99         editing and drag-and-drop.
100
101         * demos/gtk-demo/geninclude.pl.in: Accept dashes in demo titles.
102
103 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
104
105         * gtk/theme-bits/decompose-bits.c: 
106         * gtk/gtkfilechooserembed.c: 
107         * gtk/gtktextmarkprivate.h: 
108         * gtk/gtktexttagtable.h: 
109         * gtk/gtktexttagtable.c: 
110         * gtk/gtkrc.key.emacs: Add Copyright/License information.
111
112         * gdk/linux-fb/gdkrender-fb.c: 
113         * gdk/linux-fb/gdkpango-fb.c: 
114         * gdk/linux-fb/gdkdrawable-fb2.c: 
115         * gdk/linux-fb/gdkgc-fb.c: 
116         * gdk/linux-fb/gdkfbswitch.c: Add Copyright/License information.
117
118         * gdk/gdkwindow.h: 
119         * gdk/gdkvisual.h: 
120         * gdk/gdkselection.h: 
121         * gdk/gdkselection.c: 
122         * gdk/gdkregion.h: 
123         * gdk/gdkproperty.h: 
124         * gdk/gdkpixmap.h: 
125         * gdk/gdkpixbuf.h: 
126         * gdk/gdkkeyuni.c: 
127         * gdk/gdkintl.h: 
128         * gdk/gdkinput.h: 
129         * gdk/gdkimage.h: 
130         * gdk/gdkgc.h: 
131         * gdk/gdkfont.h: 
132         * gdk/gdkevents.h: 
133         * gdk/gdkdnd.h: 
134         * gdk/gdkcursor.h: 
135         * gdk/gdkcolor.h: Add Copyright/License information.
136
137 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
138
139         * modules/input/imm-extra.h: Add Copyright/License information.
140
141 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
142
143         * gtk/gtktexttag.c (gtk_text_tag_class_init) 
144         (gtk_text_tag_set_property): Remove the runtime warning about 
145         the invisible property, add a warning about possible remaining
146         problems to the documentation of the property.  (#66194)
147
148         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Don't
149         ever go unconditionally to the buffer ends; that doesn't work
150         if the initial or final portion of the buffer are invisible.
151
152 2005-07-11  Kristian Rietveld  <kris@gtk.org>
153
154         * gtk/gtktreeview.c (gtk_tree_view_class_init): add binding entry
155         for ctrl + backspace (move focus to parent without affecting
156         selection),
157         (gtk_tree_view_real_select_cursor_parent): implement ctrl+backspace
158         and simplify the function a bit. (#309296, Kathy Fernandes).
159
160 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
161
162         Make gdk_window_present() move the window to the current
163         desktop, instead of letting the WM change the current
164         desktop to where the window is.  (#166379, Elijah Newren)
165         
166         * gdk/gdk.symbols: 
167         * gdk/x11/gdkx.h: 
168         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_move_to_current_desktop): 
169         New function to move a window to the current desktop.
170         
171         * gtk/gtkwindow.c (gtk_window_present_with_time): Move the
172         window to the current desktop before giving it focus.  
173
174 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
175
176         When dragging text, use a drag icon showing the (ellipsized)
177         text that is being dragged: (#161132, Kevin Duffus, patch
178         by Carlos Garnacho Parro)
179         
180         * gtk/gtktextutil.h: 
181         * gtk/gtktextutil.c (_gtk_text_util_create_drag_icon): Add
182         a function to create a pixmap for use when dragging text.
183
184         * gtk/gtktextview.c (gtk_text_view_start_selection_dnd): 
185         * gtk/gtklabel.c (gtk_label_motion): 
186         * gtk/gtkentry.c (gtk_entry_motion_notify): Use a drag icon
187         showing the text being dragged.  
188
189 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
190
191         * gtk/gtkentry.c (gtk_entry_move_forward_word) 
192         (gtk_entry_move_backward_word): Match the text view change
193         to allow selecting whitespace with double-click.
194
195         * gtk/gtktextview.c (extend_selection): Make double-clicking
196         between words select whitespace.  (#309860, Mike Miller, patch
197         by Paolo Borelli)
198
199         * gtk/gtkiconview.c: Documentation improvements.  (#309946, 
200         Torsten Schoenfeld)
201
202 2005-07-10  Kristian Rietveld  <kris@gtk.org>
203
204         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): remove
205         unneeded check for negative window_y.
206
207 2005-07-10  Kristian Rietveld  <kris@gtk.org>
208
209         * gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): also move
210         to the next match when ctrl+g is pressed. (#156657, Matt T. Proud).
211
212 2005-07-10  Kristian Rietveld  <kris@gtk.org>
213
214         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): rework
215         function to make page up/down behave the same as in GtkTextView.
216         (Fixes #101220, Owen Taylor).
217
218 2005-07-09  Kristian Rietveld  <kris@gtk.org>
219
220         Fix #305737, patch from Tomislav Jonjic. This makes the
221         gtk_tree_store_insert* family of functions emit row_has_child_toggled
222         when needed (they didn't do that before).
223
224         * gtk/gtktreestore.c (gtk_tree_store_insert): emit
225         row_has_child_toggled when needed,
226         (gtk_tree_store_insert_before): fix a possible memleak,
227         emit row_has_child_toggled when needed,
228         (gtk_tree_store_insert_after): ditto.
229
230 2005-07-09  Kristian Rietveld  <kris@gtk.org>
231
232         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): when
233         open_all is TRUE, traverse the newly built tree to emit
234         row_expanded for the subitems. (rev 1.444, patch in #172319
235         broke this). Fixes #305582, reported by Billy Biggs.
236
237 2005-07-09  Tor Lillqvist  <tml@novell.com>
238
239         * configure.in: Look for windres on Win32. Drop build/* from
240         AC_CONFIG_FILES.
241
242         * Makefile.am: Drop build from SUBDIRS. 
243
244         * gdk/win32/rc/Makefile.am
245         * gdk/Makefile.am
246         * gtk/Makefile.am: Don't use the scripts in build/win32 to compile
247         the rc files into resource object files. (This means we lose the
248         build number increment magic, but I doubt it was that useful
249         anyway.) Instead use windres directly. To pass a normal .o file
250         produced by windres through libtool, which would want a .lo file,
251         pass it directly to the linker using a -Wl option.
252
253         * gdk/win32/rc/gdk.rc.in
254         * gtk/gtk-win32.rc.in: Replace BUILDNUMBER with 0.
255
256 2005-07-08  Kristian Rietveld  <kris@gtk.org>
257
258         Fixes #165034, reported by Jorn Baayen.
259
260         * gtk/gtkrbtree.[ch] (_gtk_rbtree_set_fixed_height): add a
261         mark_valid parameter (so we can mark all nodes as valid when we
262         are setting them to the fixed height).
263
264         * gtk/gtktreeview.c (initialized_fixed_height_mode): mark all
265         nodes as valid when setting the fixed height,
266         (do_validate_rows): update call to _set_fixed_height,
267         (gtk_tree_view_row_inserted): mark node as valid when fixed
268         height mode is enabled and a height has been set,
269         (gtk_tree_view_build_tree): if fixed height mode is enabled,
270         mark new nodes as valid in addition to setting the height.
271
272 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
273
274         * configure.in: Bump version
275         
276         * === Released 2.7.2 ===
277
278         * NEWS: Updates
279
280         * gtk/gtkcelllayout.c (gtk_cell_layout_pack_start): 
281         (gtk_cell_layout_pack_end): Add a note about reusing cell
282         renderers.
283
284         * gtk/gtkdnd.c (gtk_drag_update_cursor): Pass a GdkDragAction to
285         gtk_drag_get_cursor.  (#309784, Sebastian Bacher)
286
287 2005-07-08  Tor Lillqvist  <tml@novell.com>
288
289         * gtk/gtkfilesel.c: Use g_get_host_name().
290
291 2005-07-07  Matthias Clasen  <mclasen@redhat.com>
292
293         * configure.in: Add -DHPPEX -DSHMLINK to CFLAGS for HP-UX.  
294         (#162979, Paul Cornett)
295
296         * gtk/gtkhscale.c (gtk_hscale_new_with_range): 
297         (gtk_vscale_new_with_range): Add some additional docs on 
298         precision here too.  (#309238, Steve Chaplin)
299
300         * gdk/x11/gdkmain-x11.c (generate_grab_broken_event): Don't
301         generate events on destroyed windows.
302
303         Implement Drag-and-Drop to the file list.  (#145121, Sven Neumann)
304         
305         * gtk/gtkfilechooserdefault.c (file_list_drag_data_received_cb) 
306         (file_list_drag_drop_cb, file_list_drag_motion_cb): New functions
307         to handle drag-and-drop on the file list.
308         (create_file_list): Set up drag-and-drop handlers on the file list.
309
310 2005-07-07  Matthias Clasen  <mclasen@redhat.com>
311
312         Fix #157787, reported by Jonathan Blandford: 
313         
314         * gtk/gtkfilechooserdefault.c 
315         (gtk_file_chooser_default_set_current_folder): Don't leave a 
316         "trail" behind when set_current_folder is called explicitly.
317         (gtk_file_chooser_default_update_current_folder): New function
318         that is called to update the current folder in response to
319         user actions.
320
321         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Add a boolean
322         keep_trail argument, and don't leave a "trail" behind unless
323         it is set.
324
325 2005-07-06  Manish Singh  <yosh@gimp.org>
326
327         * demos/gtk-demo/menus.c: change_orientation() should return void,
328         remove unused variable in do_menus().
329
330 2005-07-06  Tor Lillqvist  <tml@novell.com>
331
332         * gdk/win32/gdkcursor-win32.c
333         (gdk_win32_icon_to_pixbuf_libgtk_only): Don't create the GdkPixbuf
334         until we know that we have something to put in it.
335
336 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
337
338         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Add some
339         additional docs on precision.  (#309238, Steve Chaplin)
340
341         * modules/input/imime.c: Fix includes.  (#309462, Kazuki IWAMOTO)
342
343 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
344
345         * doc/tools/widgets.c: Actually generate a file-button
346         image.
347
348 2005-07-06  Tor Lillqvist  <tml@novell.com>
349
350         * gdk/win32/gdkcursor-win32.c: Add comment about the current named
351         cursor implementation, and what it maybe really should do.
352         (gdk_win32_icon_to_pixbuf_libgtk_only): New function, code moved
353         here from gtk/gtkfilesystemwin32.c:extract_icon().
354         (gdk_cursor_get_image): Use
355         gdk_win32_icon_to_pixbuf_libgtk_only().
356
357         * gdk/gdk.symbols
358         * gdk/win32/gdkwin32.h: Declare gdk_win32_icon_to_pixbuf_libgtk_only().
359
360         * gtk/gtkfilesystemwin32.c (extract_icon): Use
361         gdk_win32_icon_to_pixbuf_libgtk_only().
362
363 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
364
365         * gtk/gtkmenu.c (gtk_menu_grab_notify): Take window
366         groups into account.  (#309473, Diego Gonzalez)
367
368         * gtk/gtkwindow.[hc]: Add a non-exported function to
369         get the grab widget of a window group.
370
371 2005-07-05  Kristian Rietveld  <kris@gtk.org>
372
373         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): in the
374         'main' expose loop, add back the calls to _set_cell_data
375         removed earlier. (#309221, Matthias Clasen).
376
377 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
378
379         * demos/gtk-demo/menus.c: Demonstrate vertical menubars.
380
381         * gtk/gtk.symbols:
382         * gtk/gtkaboutdialog.[hc]: Add a wrap-license property
383         with getter and setter.  (#165012, Christian Rose,
384         based on a patch by Christian Persch)
385
386 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
387
388         * gdk/Makefile.am: Distribute the keyname-table.h header 
389         and the files that are used to construct it.  (#309421,
390         J. Ali Harlow)
391
392 2005-07-04  Matthias Clasen  <mclasen@redhat.com>
393
394         * gtk/gtkmenubar.c (gtk_menu_bar_set_pack_direction) 
395         (gtk_menu_bar_set_child_pack_direction): Queue a resize
396         on the contained menuitems as well.  
397
398         * demos/gtk-demo/appwindow.c: Break some overlong lines. 
399
400 2005-07-03  Hans Breuer  <hans@breuer.org>
401
402         * **/makefile.msc[.in] : updated
403         * gtk/gtkiconcache.c : <io.h> for open()
404         * gtk/gtkstyle.c : use G_PI instead of M_PI
405
406         * gdk/win32/gdkcursor-win32.c : implement gdk_cursor_new_from_name()
407         by mapping the lower case win32 api name to the respective cursor.
408         E.g. pass "wait" to get the IDC_WAIT cursor. Also allows to load
409         cursors from named resources in the executable.
410         (gdk_cursor_get_image) : just return NULL for now.
411
412         * gdk/win32/gdkgeometry-win32.c : implement gdk_window_move_region()
413         by delegation to ScollWindowEx(), untested.
414
415         * gdk/win32/gdkwindow-win32.c : stub for gdk_window_set_urgency_hint()
416
417 2005-07-03  Matthias Clasen  <mclasen@redhat.com>
418
419         * gtk/gtkimagemenuitem.c: Hmm, when committing my vertical
420         menubar patch, I forgot the GtkImageMenuItem changes. And I
421         managed to do 2 releases without noticing that...
422
423         * gtk/gtksettings.c (gtk_settings_class_init): Correct the 
424         blurb for the icon-sizes setting. String change.  
425         (#309355, Benjamin Berg)
426
427 2005-07-01  Matthias Clasen  <mclasen@redhat.com>
428
429         * configure.in: Bump version.
430
431         * === Released 2.7.1 ===
432         
433         * NEWS: Updates
434
435 2005-07-01  Matthias Clasen  <mclasen@redhat.com>
436
437         * gtk/gtkfilesel.c (cmpl_init_state): Prevent an infinite
438         loop when G_FILENAME_ENCODING is invalid.  (#309280, Padraig Brady)
439
440 Thu Jun 30 14:17:24 2005  Manish Singh  <yosh@gimp.org>
441
442         * gdk/x11/gdkprivate-x11.h: declare _gdk_xgrab_check_button_event.
443
444         * gtk/gtkbutton.c: fix signature of gtk_button_grab_broken.
445
446 2005-06-30  Matthias Clasen  <mclasen@redhat.com>
447
448         * gdk/x11/gdkvisual-x11.c (gdk_visual_decompose_mask): Avoid
449         infinite loop if a mask is zero.  (#309222, David Saxton)
450
451         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_fetch_child): 
452         Clarify the code, gcc 4 complains about predecrement in MAX().
453
454         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): Don't
455         prematurely unregister callbacks. 
456
457         * NEWS: Updates
458
459 2005-06-29  Matthias Clasen  <mclasen@redhat.com>
460
461         * gtk/gtkbutton.c (gtk_button_grab_broken): Handle broken
462         grabs.
463
464         * gtk/gtkrange.c (gtk_range_grab_broken): Handle broken 
465         grabs.
466
467         * gdk/gdkevents.h: Add a boolean to specify wether the broken
468         grab was implicit.
469
470         * gdk/x11/gdkdisplay-x11.c (gdk_display_pointer_is_grabbed): 
471         As the documentation states, don't return TRUE for
472         implicit grabs.
473
474         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add
475         a boolean field to store wether a pointer grab is implicit.
476
477         * gdk/x11/gdkmain-x11.c (_gdk_xgrab_check_button_event): 
478         Track implicit grabs.
479
480         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Call
481         _gdk_xgrab_check_button_event for button events.
482
483 2005-06-28  Matthias Clasen  <mclasen@redhat.com>
484
485         * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size2): 
486         Make sure that cell boxes are always completely inside
487         the item area. 
488
489 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
490
491         * demos/gtk-demo/main.c (create_tree): Make the list of
492         demos scrollable.
493
494         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
495         Fix positioning at the end of the line for lines ending
496         in invisible characters.
497         (gtk_text_layout_get_line_display): Set display->layout 
498         to a PangoLayout, even for totally invisible lines. 
499
500         * gtk/gtkmenushell.c (gtk_menu_shell_grab_broken): Ignore
501         GrabBroken events which are caused by overgrabbing inside
502         the application; menus rely on these for their operation.
503         
504         * gdk/gdkevents.h (struct _GdkEventGrabBroken): Add a 
505         grab_window field.
506
507         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Set
508         grab_window to NULL when generating GrabBroken events for
509         WM_KILLFOCUS messages.
510
511         * gdk/x11/gdkmain-x11.c (_gdk_xgrab_check_unmap) 
512         (_gdk_xgrab_check_destroy): Set grab_window to NULL when
513         generating GrabBroken events when the grab window becomes
514         unviewable or is destroyed.
515
516         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab, gdk_keyboard_grab): 
517         Generate GrabBroken events when overriding a grab inside
518         the application. In this case, set grab_window to the new
519         grab_window.
520         
521 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
522
523         * gtk/gtkbutton.c (gtk_real_button_activate): Continue
524         to activate even if we can't grab the keyboard.
525         (gtk_button_finish_activate): Only ungrab when we have
526         a keyboard grab.  (#172998, William Jon McCann)
527
528 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
529
530         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): 
531         Avoid a segfault. (#309054)
532
533 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
534
535         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add
536         fields for grab timestamps.
537
538         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab, gdk_keyboard_grab): 
539         Store grab timestamps when grabbing.
540         
541         * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard_ungrab) 
542         (gdk_display_pointer_ungrab): Don't unset the grab_window
543         if the timestamps indicate that the ungrab will fails.
544
545         * gtk/gtkmenu.c (gtk_menu_grab_notify): Cancel menus when 
546         they are grab-shadowed by something thats not a 
547         submenu.  (#145416, Euan MacGregor)
548
549 2005-06-27  Owen Taylor  <otaylor@redhat.com>
550
551         * gtk/gtk[hv]ruler.c (gtk_[hv]ruler_draw_ticks): 
552         Fix indentation.
553
554 2005-06-27  Kjartan Maraas  <kmaraas@gnome.org>
555
556         * gtk/gtkhruler.c: (gtk_hruler_draw_ticks): Fix leaks
557         * gtk/gtkvruler.c: (gtk_vruler_draw_ticks): Same
558         Closes bug #308953.
559
560 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
561
562         * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Use
563         GMappedFile.
564
565         * configure.in: Require GLib 2.7.1
566
567 2005-06-26  Matthias Clasen  <mclasen@redhat.com>
568
569         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize): 
570         Unregister XIM callbacks here.  (#309054)
571
572         * modules/input/gtkimcontextxim.h: Small cleanup.
573
574         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
575         scroll offset when drawing the box.  (#308834, Tom von 
576         Schwerdtner)
577
578 2005-06-26  Tor Lillqvist  <tml@novell.com>
579
580         * gdk/Makefile.am
581         * gtk/Makefile.am: Current GNU tools do understand the PRIVATE
582         keyword, so no need to remove those entries from the import
583         library. libtool installs the .dll.a import library itself, so no
584         need to do it here. Install the .def file.
585
586 Sun Jun 26 00:04:36 2005  Manish Singh  <yosh@gimp.org>
587
588         * gdk/gdkevents.c (gdk_event_get_time, gdk_event_get_state): add
589         GDK_GRAB_BROKEN to the switch cases.
590
591         * gtk/gtkmenushell.c (gtk_menu_shell_grab_broken): remove unused
592         variables.
593
594         * gtk/gtkpaned.c (gtk_paned_grab_broken): return TRUE.
595
596 2005-06-26  Matthias Clasen  <mclasen@redhat.com>
597
598         * gtk/gtktreeview.c (gtk_tree_view_grab_broken): Stop column
599         header drag operations if the grab is broken.
600
601         * gtk/gtkhsv.c (gtk_hsv_grab_broken): Stop the drag if
602         the grab is broken.
603
604         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't do 
605         explicitly ungrab pointer and keyboard. We're unmapping
606         the grab window anyway. 
607         (gtk_combo_box_popup): Handle grab failures.
608
609 2005-06-25  Matthias Clasen  <mclasen@redhat.com>
610
611         * gdk/x11/gdkmain-x11.c (gdk_keyboard_grab, gdk_pointer_grab):
612         Don't emit grab-broken for overgrabbing, until we figure
613         out how to do that without breaking the menu code.
614
615 2005-06-25  Matthias Clasen  <mclasen@redhat.com>
616
617         Add a GrabBroken event to GDK, and a grab-broken-event
618         signal to GtkWidget.  (#107320, Simon Cooke, initial patch 
619         by John Ehresman)
620
621         * gdk/gdkevents.h: Add a GDK_GRAB_BROKEN event type,
622         define a GdkEventGrabBroken event struct.
623
624         * gdk/win32/gdkevents-win32.c (gdk_event_translate): 
625         Generate GrabBroken events in response to WM_KILLFOCUS.
626
627         * gdk/x11/gdkmain-x11.c: Generate GrabBroken events
628         when a grab is broken by the window becoming unviewable,
629         or by another grab from the same client.
630         
631         * gtk/gtkwidget.h (GtkWidgetClass): Add grab_broken_event.
632
633         * gtk/gtkwidget.c (gtk_widget_event_internal): Translate
634         GrabBroken events into grab_broken_event signals.
635
636         * gtk/gtkmain.c (gtk_main_do_event): Propagate GrabBroken
637         events.
638
639         * gtk/gtkmenushell.c (gtk_menu_shell_grab_broken): Deactivate
640         the menu when the grab is broken.
641
642         * gtk/gtkcolorsel.c (gtk_color_selection_grab_broken): Stop 
643         the color picker if the grab is broken.
644
645         * gtk/gtkpaned.c (gtk_paned_grab_broken): Stop the drag if
646         the grab is broken.
647
648 2005-06-25  Matthias Clasen  <mclasen@redhat.com>
649
650         Add some new stock items.  (#166480, Kristof Vansant)
651         
652         * gtk/stock-icons/stock_fullscreen_16.png: 
653         * gtk/stock-icons/stock_fullscreen_24.png: 
654         * gtk/stock-icons/stock_leave_fullscreen_16.png: 
655         * gtk/stock-icons/stock_leave_fullscreen_24.png: 
656         * gtk/stock-icons/stock_info_16.png: 
657         * gtk/stock-icons/stock_info_24.png: New icons.
658
659         * gtk/stock-icons/Makefile.am: Add new icons.
660
661         * gtk/gtkstock.h: Define names for the new icons.
662
663         * gtk/gtkstock.c (builtin_items): Register new stock items.
664         
665         * gtk/gtkiconfactory.c (get_default_icons): Register new 
666         stock icons.
667
668 2005-06-24  Owen Taylor  <otaylor@redhat.com>
669
670         * gdk/gdkrgb.c (gdk_rgb_select_conv): Fix up selection of
671         conversion functions for MSB machines: convert_0888[_br]
672         now work on bytes so are endian independent. 
673         (Reported by David Zeuthen)
674
675 2005-06-24  Matthias Clasen  <mclasen@redhat.com>
676
677         * gtk/gtktextview.c (gtk_text_view_scroll_hpages): Don't
678         jump to the next line if we are at the end of the line.  
679         (gtk_text_view_move_cursor_internal): Make movement by
680         paragraphs up/down symmetric.  (#307055, Behnam Esfahbod)
681
682 2005-06-23  Tor Lillqvist  <tml@novell.com>
683
684         Improve and simplify line segment rendering on Win32, especially
685         the implementation of GDK_CAP_NOT_LAST, and dashed lines. Fixes
686         bugs #306396 and #308413.
687
688         * gdk/win32/gdkprivate-win32.h (GdkGCWin32): Save the GdkGC's
689         line_style, cap_style and join_style as such in the
690         GdkGCWin32. Don't need to keep the pen_double_dash flag, we can
691         check the line_style.
692
693         * gdk/win32/gdkgc-win32.c (fixup_pen): New internal function. Sets
694         up the GDI pen type, style, end cap and join attributes to use
695         based on the pen width, GDK line style, end cap style, and join
696         style.
697
698         For a narrow (zero-width) GDK pen with the GDK_CAP_NOT_LAST end
699         cap style, which typically are used for XOR drawing where it is
700         essential that the last pixel is not drawn, use a GDI cosmetic
701         pen. Only for a cosmetic pen does GDI not draw the last pixel. I
702         deduced this by experimetation, the documentation is rather vague.
703
704         For other GDK pens use a geometric GDI pen. If the width is 0 or 1
705         and the GDK end cap style is GDK_CAP_BUTT, and the line style is
706         GDK_LINE_SOLID, use PS_ENDCAP_ROUND. This ensures that also
707         single-pixel length lines are drawn. (For sngle-pixel width lines
708         roundness as such is of course irrelevant.) For dashed lines, use
709         PS_ENDCAP_FLAT.
710
711         For wide lines use PS_ENDCAP_FLAT, _ROUND or _SQUARE,
712         respectively, for GDK_CAP_BUTT, GDK_CAP_ROUND and GDK_CAP_PROJECTING.
713
714         For one pixel on-off dashed lines, use PS_ALTERNATE, it seems to
715         work better than PS_USERSTYLE. For other dashed lines, use
716         PS_USERSTYLE and the dashes as set by the user (or the default
717         four-pixel on-off style).
718
719         (gdk_win32_gc_values_to_win32values, gdk_win32_gc_set_dashes):
720         Call fixup_pen() to do the pen settings after modifying some of
721         the GDK GC attributes that affect pens.
722
723         * gdk/win32/gdkdrawable-win32.c (render_line_horizontal,
724         render_line_vertical, draw_segments): Check GdkGCWin32::line_style
725         instead of the the removed pen_double_dash member. Don't use
726         PATCOPY unconditionally in the PatBlt() call, use a raster op
727         code that depends on the GC function in use.
728
729         (draw_rectangle, draw_segments, draw_lines): Be more careful in
730         deciding when to do the manual dash rendering.
731
732         (draw_segments): Don't do any manual "last point" drawing at
733         all. The above changes takes care of narrow line segments being
734         drawn correctly in most cases, at least on NT-based Windows.
735
736 2005-06-23  Matthias Clasen  <mclasen@redhat.com>
737
738         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): 
739         Fix an error in the cache timeout logic.  (#166601, Morten
740         Welinder)
741
742         * gtk/gtktreeview.c (gtk_tree_view_key_press): Change the
743         keynav for header reordering and resizing to Alt-arrows and
744         Shift-Alt-arrows, following a proposal by the keynav 
745         authority. (#308666, Calum Benson)
746
747         * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path): Remove
748         a leftover debugging envvar.  
749
750 2005-06-23  Owen Taylor  <otaylor@redhat.com>
751
752         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Fix the
753         big endian case for 3-channel source. (Reported by
754         David Zeuthen)
755
756 2005-06-23  Matthias Clasen  <mclasen@redhat.com>
757
758         * gtk/gtkbutton.c (gtk_button_construct_child): Don't
759         trigger warnings if there are extra references to the
760         hbox.  (#308677, Dan Winship)
761
762         * gtk/gtkfilesystemunix.c (bookmark_list_write): Use
763         g_file_set_contents().  (#308722, Morten Welinder)
764
765 2005-06-22  Matthias Clasen  <mclasen@redhat.com>
766
767         * gdk/x11/gdkdnd-x11.c (xdnd_finished_filter): Set the
768         time field in the event.  (#308573, Morten Welinder)
769
770         * gtk/gtkfilesystemunix.c: Remove gratitious differences
771         between the stable branch and HEAD, which sneaked in with
772         the bookmark renaming.  
773
774 2005-06-22  Kjartan Maraas  <kmaraas@gnome.org>
775
776         * gtk/gtkhsv.c: (gtk_hsv_expose): Don't leak the cairo context
777         Closes bug #308581.
778
779 2005-06-21  Matthias Clasen  <mclasen@redhat.com>
780
781         * gtk/gtkarrow.c:
782         * gtk/gtkimage.c:
783         * gtk/gtklabel.c:
784         * gtk/gtkpixmap.c: Modify all of the GtkMisc widgets to round down
785         on centering calculations to match the behaviour of other parts
786         of GTK+. (#307419, Ryan Lortie)
787
788 2005-06-21  Matthias Clasen  <mclasen@redhat.com>
789
790         * gtk/gtkdnd.c (gtk_drag_source_set): Connect to 
791         button-release-event as well, to handle touchscreen 
792         scenarios better.  (#171490, Markku Vire)
793
794         * gtk/*.h: Trivial cleanups. (#169647, #303455, 
795         Fabricio Barros Cabral, Benoit Carpentier)
796
797         * gdk/gdk.symbols: 
798         * gdk/gdkwindow.h: 
799         * gdk/x11/gdkgeometry-x11.c (gdk_window_move_region): New
800         function which can be used to implement scrolling in 
801         non-window widgets.  (#135165, Søren Sandmann)
802
803 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
804
805         * gtk/gtkiconcache.c: Handle MAP_FAILED.  (#308449, Georg
806         Schwarz)
807
808 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
809
810         * configure.in: Bump version number.
811
812         * === Released 2.7.0 ===
813
814 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
815
816         * gtk/gtk.symbols:
817         * gtk/gtkwindow.h:
818         * gtk/gtkwindow.c (gtk_window_present_with_time): Variant of
819         gtk_window_present which takes a timestamp.  (#166379, Elijah Newren)
820
821 2005-06-19  Matthias Clasen  <mclasen@redhat.com>
822         
823         * gtk/gtk.symbols: Add a forgotten symbol
824
825         * NEWS: Updates
826
827 2005-06-19  Kristian Rietveld  <kris@gtk.org>
828
829         * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a
830         check which avoids processing updates on bin_window and scrolling
831         if the node is already visible. (#170600, Billy Biggs).
832
833 2005-06-19  Kristian Rietveld  <kris@gtk.org>
834
835         * gtk/gtktreeview.c (validate_visible_area): only keep the
836         row at the same position if the full row is visible. (#304623,
837         Jorn Baayen).
838
839 2005-06-19  Kristian Rietveld  <kris@gtk.org>
840
841         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): set dy to zero
842         if treeview's height is smaller than the current page_size (just
843         like we do elsewhere).
844
845 2005-06-19  Kristian Rietveld  <kris@gtk.org>
846
847         Make mousewheel scrolling possible in typeahead mode, suggestion
848         from Reinout van Schouwen (#307898).
849
850         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
851         connect treeview search window to scroll_event signal,
852         (gtk_tree_view_search_scroll_event): implement.
853
854 2005-06-19  Kristian Rietveld  <kris@gtk.org>
855
856         * gtk/gtktreeview.c (gtk_tree_view_search_button_press_event): pass
857         the event on to treeview, so it has a change of selecting a row, etc.
858         (#169677, Kirk Bridger).
859
860 2005-06-19  Kristian Rietveld  <kris@gtk.org>
861
862         This commit includes a fix for #169463, Stefan Kost.
863
864         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_get_size):
865         when cell_area is set, return cell_area width/height as width/height,
866         so the focus rectangle will be drawn correctly.
867
868         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): drop unneeded get
869         of focus-line-width property,
870         (validate_row): take focus_line_width into account.
871
872         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
873         also take focus_line_width into account when calculating the cell_area
874         y and height (before, we only took it into account when calculating
875         x and width).
876
877 2005-06-19  Matthias Clasen  <mclasen@redhat.com>
878
879         * gtk/gtk.symbols:
880         * gtk/gtksizegroup.[hc]: Add an ignore-hidden property
881         with getter and setter.  (#171612, Christian Neumair)
882
883 2005-06-18  Matthias Clasen  <mclasen@redhat.com>
884
885         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Make this 
886         work for inserting before/after an existing menuitem or
887         toolitem.  (#155946, Christian Persch)
888
889         * tests/testmerge.c (delayed_toggle_dynamic): Test the 
890         "insert after" functionality of gtk_ui_manager_add_ui.
891
892         * gtk/gtkuimanager.c: Allow to construct menu tool buttons.
893         (#300678, Sven Neumann)
894         
895         * demos/gtk-demo/appwindow.c: Demonstrate menu tool buttons
896         constructed with GtkUIManager.
897
898         * gtk/gtk.symbols: 
899         * gtk/gtkimage.h: 
900         * gtk/gtkimage.c (gtk_image_clear): Make this function
901         public.  (#64792, Havoc Pennington)
902
903 2005-06-18  Kristian Rietveld  <kris@gtk.org>
904
905         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): undo merging
906         of the separate loop setting cell data with cell drawing loop
907         (introduced in revision 1.280), since this breaks focus handling
908         wrt special cells.
909
910 Sat Jun 18 04:22:51 2005  Manish Singh  <yosh@gimp.org>
911
912         * gdk/gdkcursor.h: remove GDK_CURSOR and GDK_IS_CURSOR, instance
913         checks don't work on boxed types.
914
915         * gdk/x11/gdkcursor-x11.c: 
916         * gdk/gdkcursor.c: make return_if_fail checks != NULL instead of
917         GDK_IS_CURSOR.
918         
919 Sat Jun 18 04:21:58 2005  Manish Singh  <yosh@gimp.org>
920
921         * gtk/gtktreeview.c (do_presize_handler): remove unused variable
922         height_old.
923
924 2005-06-18  Matthias Clasen  <mclasen@redhat.com>
925
926         * gtk/gtkcellrenderertoggle.c:
927         * gtk/gtktextview.c:
928         * gtk/gtktreeview.c: Typo fixes in comments.
929
930         * gtk/gtkpaned.c (gtk_paned_add): Barf if more than
931         2 children are added.  (#308111, Morten Welinder)
932
933         * gtk/gtkcalendar.c (gtk_calendar_init): _NL_FIRST_WEEKDAY is
934         1-based.  (#163842, Pierre Ossman)
935
936 2005-06-17  Kristian Rietveld  <kris@gtk.org>
937
938         Fix #160281, testcase from Peter Bloomfield.
939
940         * gtk/gtktreeview.c (do_presize_handler): always size request
941         and update adjustments in fixed height mode,
942         (gtk_tree_view_build_tree): if a fixed height is set, set this
943         height on newly added nodes.
944
945 2005-06-17  Tor Lillqvist  <tml@novell.com>
946
947         * gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Set the actions
948         and suggested_action fields in the GdkDragContext to
949         GDK_ACTION_COPY. Otherwise apps that check the suggested_action
950         field, like eog, won't accept dropped files.
951
952 2005-06-17  Matthias Clasen  <mclasen@redhat.com>
953
954         Support the ICCCM urgency hint.  (#61858, Havoc Pennington)
955         
956         * gtk/gtk.symbols: 
957         * gtk/gtkwindow.[hc]: Add a GtkWindow::urgency-hint property
958         with getter and setter.
959
960         * gdk/gdk.symbols: 
961         * gdk/gdkwindow.h: 
962         * gdk/x11/gdkwindow-x11.c (gdk_window_set_urgency_hint): 
963         Add a setter for the urgency hint.
964
965         * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Store
966         urgency hint here.
967
968         * gdk/x11/gdkwindow-x11.c (update_wm_hints): Set the urgency
969         hint in the WM_HINTS property when appropriate.
970
971 2005-06-17  Matthias Clasen  <mclasen@redhat.com>
972
973         * gdk/gdkcursor.h: Define GDK_IS_CURSOR() and GDK_CURSOR().
974
975         * gdk/x11/gdkcursor-x11.c: 
976         * gdk/gdkcursor.c: Improve some return_if_fail checks,
977         and add the missing non-Xcursor fallback for 
978         _gdk_x11_cursor_update_theme(), noticed by Jeroen 
979         Zwartepoorte.
980
981         * gtk/gtkbutton.c (gtk_button_class_init): Document
982         several button signals as not useful.
983
984         * gtk/gtkentrycompletion.c (gtk_entry_completion_complete): 
985         Resize the popup if necessary.  (#308076, Vincent Noel)
986
987         * gtk/gtkwindow.c (gtk_window_real_set_focus): Queue a
988         draw on the old and new focus widgets, if their defaultness
989         changes.  (#305607, Billy Biggs)
990
991 2005-06-17  Kristian Rietveld  <kris@gtk.org>
992
993         * gtk/gtktreeview.c (validate_visible_area): make sure the row
994         above 'above_path' is always in a validated state, so it does
995         not mess up scrolling. (#303319, testcase from Billy Biggs).
996
997 2005-06-17  Matthias Clasen  <mclasen@redhat.com>
998
999         * gdk/x11/gdkprivate-x11.h: 
1000         * gdk/x11/gdkcursor-x11.c: Handle cursor theme changes
1001         for cached cursors which are not associated with a window
1002         at the time of the theme change, by storing a serial
1003         number in each cursor, and updating the theme_serial 
1004         counter whenever the cursor theme changes.
1005         
1006         * gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme): 
1007         Private function to update a cursor to the current
1008         cursor theme if necessary.
1009
1010         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
1011         * gdk/x11/gdkwindow-x11.c (gdk_window_set_cursor): Call
1012         _gdk_x11_cursor_update_theme() here.
1013
1014 2005-06-17  Owen Taylor  <otaylor@redhat.com>
1015
1016         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Fix
1017         #if G_BYTE_ORDER == GDK_LSB_FIRST.
1018
1019 2005-06-17  Kristian Rietveld  <kris@gtk.org>
1020
1021         * gtk/gtktreeview.c (validate_visible_area): don't try to update
1022         the top_row rowref ourselves here, but just have _dy_to_top_row()
1023         do it,
1024         (gtk_tree_view_scroll_to_cell): handle scrolling via
1025         validate_visible_area() if the treeview is not visible or needs
1026         reallocation. (#165246, Nickolay V. Shmyrev).
1027
1028 2005-06-17  Kristian Rietveld  <kris@gtk.org>
1029
1030         Fixes #307914 (Alexander Larsson), fixing some breakage caused
1031         by my previous commit.
1032
1033         * gtk/gtktreeview.c (validate_visible_area): force dy to be zero
1034         when it fits on a single page,
1035         (scroll_sync_handler): same here.
1036
1037 Thu Jun 16 15:33:42 2005  Manish Singh  <yosh@gimp.org>
1038
1039         * gdk/x11/gdkcursor-x11.c (update_cursor): remove unused variable.
1040
1041         * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_get_cursor): use
1042         g_return_val_if_fail.
1043
1044         * gtk/gtkdnd.c (gtk_drag_get_cursor): initialize hot_x and hot_y
1045         for all cases.
1046
1047         * gtk/gtkfilechooserdefault.c (button_new): gtk_button_set_image
1048         takes a GtkWidget, not a GtkImage.
1049
1050 2005-06-16  Matthias Clasen  <mclasen@redhat.com>
1051
1052         * gtk/gtkfilechooserdefault.c (button_new): Simplify
1053         the code and respect the show-button-images setting.
1054         (#307941, Vincent Noel)
1055
1056         * gtk/gtkdnd.c: Update the RGBA cursor if an
1057         icon is set after the cursor has been constructed.
1058         Also handle repeated setting of icons correctly.
1059
1060 2005-06-16  Matthias Clasen  <mclasen@redhat.com>
1061
1062         * gtk/gtkbutton.c (gtk_button_set_image): Add some more
1063         docs.  (#307818, Christian Persch)
1064
1065 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
1066
1067         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
1068         Initialize all fields of the expose event.  (#151693,
1069         Jim Evins)
1070
1071 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
1072
1073         * gdk/x11/gdkcursor-x11.c (gdk_cursor_get_image): Get
1074         red and blue in place.
1075
1076         * gtk/gtkwindow.c (gtk_window_parse_geometry): Fox doc
1077         formatting, pointed out by Kjartan Maraas.
1078
1079         * gtk/gtksettings.c: Add two new settings, 
1080         gtk-cursor-theme-name and gtk-cursor-theme-size to
1081         control the cursor theme.
1082
1083         * gdk/x11/gdkevents-x11.c: Add two new X settings,
1084         Gtk/CursorThemeName and Gtk/CursorThemeSize, and map
1085         these to the gtk settings.
1086
1087         * tests/testgtk.c (create_cursors): Add a cursor theme
1088         testcase.
1089
1090         * gdk/x11/gdkwindow-x11.[hc]: Keep a reference to the 
1091         GdkCursor and add a private getter for it, so that we can 
1092         update the cursor when the cursor theme changes.
1093         
1094         * gdk/gdk.symbols: 
1095         * gdk/x11/gdkx.h: 
1096         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): 
1097         New function to change the cursor theme.
1098
1099         * gdk/x11/gdkwindow-x11.c: Remove a lot of pointless
1100         g_return_if_fail() non-NULL checks.
1101
1102 2005-06-15  Matthias Clasen  <mclasen@redhat.com>
1103
1104         * gdk/abicheck.sh: Use uniq to filter out duplicates.
1105         * gdk/gdk.symbols: Fix a define.
1106
1107 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1108
1109         * gtk/gtkwindow.c (gtk_window_parse_geometry):
1110         Fix up the example.  (#307699, Michal Suchanek)
1111
1112 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1113
1114         * gtk/gtkcalendar.c: Update num_marked_dates as we
1115         used to do.  (#307689, Thorsten Schoenfeld)
1116  
1117 2005-06-14  Federico Mena Quintero  <federico@ximian.com>
1118
1119         Merged from gtk-2-6:
1120
1121         Fix #302087:
1122
1123         * gtk/gtkfilechooserdefault.c (list_selection_changed): Emit
1124         "selection-changed" and do the normal housekeeping even if we are
1125         in SAVE mode and there is nothing selected.  We didn't emit that
1126         signal if we were in SAVE mode and unselect_all() got called.
1127         (gtk_file_chooser_default_unselect_all): Call
1128         pending_select_paths_free() so that we cancel any asynchronous
1129         selections.
1130         (gtk_file_chooser_default_set_current_name): Likewise.
1131
1132 2005-06-14  Federico Mena Quintero  <federico@ximian.com>
1133
1134         Merged from gtk-2-6:
1135
1136         Fixes #307640:
1137
1138         * gtk/gtkfilechooserdefault.c
1139         (gtk_file_chooser_default_should_respond): Oops, I broke SAVE
1140         mode.  If the parent path is a folder, only create a subfolder if
1141         we are in CREATE_FOLDER mode; if we are in SAVE mode, just return
1142         and respond.  Also, pick up the case where the user types
1143         "dirname/" instead of "dirname".
1144         (check_save_entry): Make the return type void.  Add some return
1145         parameters so that we can do more thorough checking.
1146         (gtk_file_chooser_default_get_paths): If the file part is empty
1147         and we are in SAVE mode, return an empty selection.
1148
1149 2005-06-15  Kristian Rietveld  <kris@gtk.org>
1150
1151         Patch for #163214 (reported by Tommi Komulainen) and fixes some
1152         other scrolling/validation related bugs along the why.
1153
1154         * gtk/gtktreeview.c (gtk_tree_view_size_request): run
1155         do_validate_rows once and don't queue a size request there,
1156         (gtk_tree_view_size_allocate): don't update vadj value without
1157         reason, sync top_row/dy after the window sizes and adjustments
1158         are in sync again,
1159         (validate_visible_area): always update dy when scrolling,
1160         manually set top_row here after changing the vadj (don't depend
1161         on _adjustment_changed and top_row/dy sync to do this), since we
1162         now always set top_row here correctly, we can always free
1163         scroll_to_path at the end which avoids infinite expose loops,
1164         (do_validate_rows): add queue_resize boolean, remove top_row/dy
1165         sync here, we cannot do it safely at this place since the
1166         window sizes and adjustments are out of sync,
1167         (validate_rows), (validate_rows_handler): update call to
1168         do_validate_rows().
1169
1170 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1171
1172         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_name): Add a 
1173         stub for the no-Xcursor case. (noticed by Luis Villa)
1174
1175         Use named cursors for the DND cursors, the names are "dnd-none",
1176         "dnd-copy", "dnd-link", "dnd-move" and "dnd-ask". Also use an RGBA 
1177         cursor instead of cursor+window when possible. This saves 
1178         roundtrips during the drag operation, and makes translucent icons 
1179         possible.
1180         
1181         * gtk/gtkdndcursors.h: New file, containing inlined pixbufs
1182         for the default dnd cursors.
1183
1184         * gtk/gtkdnd.c (struct _GtkDragSourceInfo): Store the cursors
1185         used during the drag here, also store the icon pixbuf here. 
1186
1187         * gtk/gtkdnd.c (drag_cursors): Store the cursor names here. Also
1188         switch the default cursors from xbm to inlined pixbufs. 
1189
1190         * gtk/gtkdnd.c (gtk_drag_get_cursor): This function now takes the
1191         GtkDragSourceInfo as well, since it has to composite the 
1192         drag-specific cursors. The cursors combined from the image of
1193         the themed cursor and the icon_pixbuf stored in the info.
1194
1195         * gtk/gtkdnd.c (gtk_drag_begin_internal): Don't set the default
1196         icon if there is an icon_pixbuf, which will be composited into
1197         the cursor later.
1198
1199         * gtk/gtkdnd.c (set_icon_stock_pixbuf): If appropriate, store
1200         the pixbuf in the info struct for later compositing into the
1201         cursor instead of creating an icon window.
1202         
1203         * gtk/gtkdnd.c (gtk_drag_drop_finished): If we used an
1204         RGBA cursor for the drag, and need to display the cancel
1205         animation, construct the icon window here.
1206
1207         * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Unref the 
1208         drag-specific cursors and the icon_pixbuf when done with
1209         the drag.
1210
1211 2005-06-14  Matthias Clasen  <mclasen@redhat.com>
1212
1213         * gtk/gtkcolorsel.c (make_picker_cursor): Use a named cursor
1214         with the name "color-picker", when available.
1215
1216         * gdk/gdk.symbols: 
1217         * gdk/gdkcursor.h: 
1218         * gdk/x11/gdkcursor-x11.c (gdk_cursor_get_image) 
1219         (gdk_cursor_new_from_name): New functions to construct named
1220         cursors and to get the image used for a cursor.  
1221
1222 2005-06-13  Matthias Clasen  <mclasen@redhat.com>
1223
1224         * gtk/gtkpathbar.[hc]: Rework the way in which rerooting of the
1225         path bar is done, implementing the following principles:
1226         (#137289, patch by Benjamin Otte)
1227         
1228         1. Re-root only if $HOME is an ancestor of the current path.
1229
1230         2. When re-rooting, make sure the Left arrow appears in the path 
1231         bar, so that you can navigate up from $HOME to /.  In that case, 
1232         make sure the Right arrow doesn't appear if the sub-hierarchy from 
1233         $HOME to the cwd fits in the window.
1234
1235         3. Make sure that hitting Alt-Up takes you always one folder up, 
1236         even when the path bar is re-rooted.
1237
1238         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
1239         Try harder not to modify readonly strings. (#307541, Torsten Schoenfeld)
1240
1241         * gtk/gtkfilechooserbutton.c (model_update_current_folder): 
1242         Free the data of the row before overwriting it.  (#307490,
1243         Kjartan Maraas)
1244
1245 2005-06-13  Kjartan Maraas  <kmaraas@gnome.org>
1246
1247         * gtk/gtkcalendar.c: (calendar_paint_arrow): Don't
1248         leak the cairo context. Closes bug #307426.
1249
1250 2005-06-13  Matthias Clasen  <mclasen@redhat.com>
1251
1252         Make invisible text work a bit better (#66194, patch by
1253         Jeroen Zwartepoorte)
1254         
1255         * gtk/gtk.symbols:
1256         * gtk/gtktextiter.[hc]: Add function to move by
1257         visible lines.
1258
1259         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): 
1260         Skip invisible text when moving by paragraphs.
1261
1262         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_visually): 
1263         Skip invisible lines here too.
1264
1265 2005-06-12  Matthias Clasen  <mclasen@redhat.com>
1266
1267         * gtk/gtkselection.c (gtk_target_list_add_image_targets): 
1268         Don't leak the format names.  (#307190, Morten Welinder)
1269
1270 2005-06-12  Kjartan Maraas  <kmaraas@gnome.org>
1271
1272         * gdk/x11/gdkasync.c: (send_event_handler): Plug
1273         a leak. Closes bug #307281.
1274
1275 2005-06-12  Matthias Clasen  <mclasen@redhat.com>
1276
1277         * gtk/gtkcalendar.c (calendar_paint_header): 
1278         (gtk_calendar_size_request): Allow localization of the
1279         format in which the year is displayed.  (#135451, Paisa 
1280         Seeluangsawat)
1281
1282         * gdk/*.h: Cleanup.  (#169648, Fabricio Barros Cabral)
1283
1284         * gdk/gdkcairo.c: Small doc additions.
1285
1286         * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): 
1287         Check start_button_mask before starting a drag.  (#149058, 
1288         Andreas Volz)
1289
1290         * gtk/gtkfilesystemunix.c: Support .hidden files.  (#129170,
1291         Sayamindu Dasgupta, patch by Jan Arne Petersen)
1292
1293 2005-06-11  Matthias Clasen  <mclasen@redhat.com>
1294
1295         * NEWS: Updates.
1296
1297         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): More docs
1298         provided by Owen Taylor.
1299
1300         * gtk/gtk.symbols: 
1301         * gtk/gtkiconview.h: 
1302         * gtk/gtkiconview.c (gtk_icon_view_get_visible_range): 
1303         Add a function to determine what parts of the model are
1304         visible.  (#306726, Jonathan Blandford)
1305
1306         * gtk/gtkfilesystemunix.c (create_file_info): Treat backup
1307         files the same way as hidden files, to be closer to what
1308         Nautilus does.  (#136196, Sean Middleditch)
1309
1310 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1311
1312         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
1313         Don't modify strings returned from gettext().
1314
1315 Fri Jun 10 19:06:03 2005  Manish Singh  <yosh@gimp.org>
1316
1317         * gtk/gtktextdisplay.c (render_para): don't use deprecated
1318         gdk_gc_unref function.
1319
1320 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1321
1322         Allow setting paragraph background.  (#81045, Gustavo
1323         Carneiro, patch by Jeroen Zwartepoorte)
1324         
1325         * gtk/gtktextlayout.c (set_para_values): Propagate 
1326         pg_bg_color to the display struct.
1327         (gtk_text_layout_free_line_display): Free it here.
1328
1329         * gtk/gtktextdisplay.c (render_para): If pg_bg_color
1330         is set, draw a rectangle in that color behind
1331         the paragraph.
1332
1333         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add 
1334         paragraph-background, paragraph-background-gdk and
1335         paragraph-background-set properties.
1336         (set_pg_bg_color): A setter for paragraph-background.
1337
1338         * gtk/gtktextlayout.h (struct _GtkTextLineDisplay): Add
1339         pg_bg_color.
1340
1341         * gtk/gtktexttag.h (struct _GtkTextAttributes): Add
1342         pg_bg_color.
1343         (struct _GtkTextTag): Add pg_bg_color_set.
1344
1345 2005-06-10  Kjartan Maraas  <kmaraas@gnome.org>
1346
1347         * gdk/gdkcairo.c: (gdk_cairo_set_source_pixbuf): Destroy the
1348         cairo surface when done with it. Plugs a fairly large leak in
1349         some cases.
1350         ==6014== 1999824 (115640 direct, 1884184 indirect) bytes in
1351         826 blocks are definitely lost in loss record 25239 of 25250
1352         Like this from nautilus.
1353
1354 2005-06-10  Michael Natterer  <mitch@imendio.com>
1355
1356         * gtk/gtk.symbols
1357         * gtk/gtkaction.[ch] (gtk_action_get_accel_closure): new function
1358         to get an action's accel_closure (Fixes #141750 and #148106).
1359
1360 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1361
1362         * gdk/gen-keyname-table.pl: Generate N_() calls for
1363         translatable key names.
1364
1365         * gdk/keynames.txt: Mark some key names as translatable.
1366         
1367         * gdk/keyname-table.h: Regenerated.
1368
1369         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): Add
1370         some context to the msg ids for keyboard modifiers and
1371         key names.
1372         (_gtk_accel_label_class_get_accelerator_label): Try to
1373         translate key names.  (#300224, Christian Rose)
1374
1375 2005-06-10  Federico Mena Quintero  <federico@ximian.com>
1376
1377         Merged from gtk-2-6:
1378
1379         Fixes #162358:
1380
1381         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't return
1382         immediately if we are in CREATE_FOLDER mode, so that we can fill
1383         the entry with the newly-selected folder.
1384         (gtk_file_chooser_default_set_property): Warn against turning on
1385         multiple selection for CREATE_FOLDER mode, or about setting that
1386         action while multiple selection is on.
1387         (update_chooser_entry): Change the entry's contents as well if we
1388         are in CREATE_FOLDER mode.  If nothing is selected, clear the
1389         chooser entry.
1390         (trap_activate_cb): Don't trap enter/space if modifiers are
1391         pressed.  This lets one use Ctrl-space to toggle rows in multiple
1392         selection mode.
1393         (gtk_file_chooser_default_should_respond): Clean up the if-chain
1394         mess of special cases by using an array to determine what to do.
1395         Also, for the save-entry case in CREATE_FOLDER mode, actually fix
1396         the bug where the file chooser would switch to an existing folder
1397         rather than confirming with it, and create the folder ourselves.
1398         (error_creating_folder_over_existing_file_dialog): New function.
1399
1400         * gtk/gtkfilechooserentry.c (check_completion_callback): Only
1401         insert the common prefix if we are in an "open" mode.  Use a
1402         helper function.
1403         (append_common_prefix): New helper function; code moved over from
1404         check_completion_callback().
1405         (find_common_prefix): New helper function.
1406         (gtk_file_chooser_entry_focus): Append the common prefix if the
1407         user requests it explicitly.
1408
1409 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1410
1411         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand): 
1412         * gtk/gtktoolbar.c (gtk_toolbar_get_show_arrow): 
1413         * gtk/gtktextview.c (gtk_text_view_get_iter_at_position): 
1414         * gtk/gtkstock.c (gtk_stock_set_translate_func): 
1415         * gtk/gtkspinbutton.c (gtk_spin_button_get_adjustment): 
1416         * gtk/gtkscrolledwindow.h: 
1417         * gtk/gtkmenushell.c (gtk_menu_shell_get_take_focus): 
1418
1419         * gtk/gtkiconview.c (gtk_icon_view_set_margin): 
1420         * gtk/gtkicontheme.c (gtk_icon_info_load_icon): 
1421         * gtk/gtkcalendar.c (gtk_calendar_thaw): Doc fixes.
1422
1423 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
1424
1425         * gdk/x11/gdkwindow-x11.c: Small markup fixes.
1426
1427         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
1428         (#306212, Steve Chaplin, docs provided by Billy Biggs)
1429
1430         * gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small 
1431         cleanup.  (#305539, Paolo Borelli)
1432
1433 2005-06-09  Rodrigo Moya <rodrigo@novell.com>
1434
1435         * configure.in: added cairo to list of $GTK_PACKAGES.
1436
1437 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
1438
1439         * gdk/x11/gdkdnd-x11.c (motif_drop_start, xdnd_drop_filter): Update
1440         the user time on the window when a drop happens.  (#169364, Alexander
1441         Hunziker, patch by Elijah Newren)
1442
1443         * gdk/x11/gdkwindow-x11.c: Small markup fixes.
1444
1445         * gtk/gtk.symbols: 
1446         * gtk/gtkiconview.h: 
1447         * gtk/gtkiconview.c (gtk_icon_view_scroll_to_path): New function
1448         to scroll to a path.  (#306838, Jonathan Blandford)
1449
1450 2005-06-08  Matthias Clasen  <mclasen@redhat.com>
1451
1452         * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Scroll to the
1453         item.  (#306839, Jonathan Blandford)
1454
1455         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): Check for
1456         negative before appending the index, to avoid double error
1457         message.  (#306393, Morten Welinder)
1458
1459         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
1460         Don't crash if search_window is NULL.  (#304914, Victor Osadci,
1461         testcase by Olaf Vitters)
1462
1463         * gtk/gtkimage.c: Make the file property readable.  
1464         (#170674, Lorenzo Gil Sanchez)
1465
1466         
1467 2005-06-08  Matthias Clasen  <mclasen@redhat.com>
1468
1469         * gtk/gtkfilesystem.c (gtk_file_info_get_display_key): Use
1470         g_utf8_collate_key_for_filename().
1471
1472 2005-06-07  Kjartan Maraas  <kmaraas@gnome.org>
1473
1474         * gtk/gtkfilechooserbutton.c: (update_label_and_image):
1475         Merge leak fix from stable. Bug 306754.
1476
1477 2005-06-05  Tor Lillqvist  <tml@novell.com>
1478
1479         * gdk/win32/gdkscreen-win32.c
1480         (_gdk_windowing_substitute_screen_number): Return NULL unless
1481         screen number is zero. We have only one screen on Win32.
1482         (gdk_screen_make_display_name): Call gdk_display_get_name() and
1483         return that.
1484         
1485         * modules/engines/Makefile.am
1486         * modules/input/Makefile.am: Decide whether to build the
1487         ms-windows theme engine based on the GDK backend, not based on
1488         platform. (I.e., if building for Cygwin with the X11 backend, we
1489         shouldn't build the ms-windows engine, but if building for Cygwin
1490         but with the Win32 backend, we should.) Ditto for the IME
1491         (Windows) input module. (#305832)
1492
1493 2005-06-04  Tor Lillqvist  <tml@novell.com>
1494
1495         * gdk/win32/gdkcursor-win32.c
1496         * gdk/win32/gdkwindow-win32.c
1497         * gdk/win32/gdkprivate-win32.h: Support full-colour cursors.
1498         Support cursors with alpha on XP. Use code in common with the
1499         support for alpha icons that already was present. (#306101, Tim
1500         Evans)
1501
1502         * modules/engines/ms-windows/msw_style.c: Render insensitive icons
1503         in a way that more closely matches Windows. (#305986, Tim Evans).
1504
1505         * modules/engines/ms-windows/Makefile.am (LDADDS): Link with
1506         gdk-pixbuf.
1507
1508 2005-06-03  Dom Lachowicz <cinamod@hotmail.com>
1509
1510         * modules/engines/ms-windows/msw_style.c: Re-sync with gtk-wimp
1511         * modules/engines/ms-windows/xp_theme.c: Ditto
1512         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
1513
1514 Thu May 26 16:43:27 2005 Manish Singh  <yosh@gimp.org>
1515
1516         * gtk/gtkentrycompletion.h: Add declarations for
1517         gtk_entry_completion_{get,set}_popup_single_match.
1518
1519 2005-05-26  Matthias Clasen  <mclasen@redhat.com>
1520
1521         * gtk/gtk.symbols: 
1522         * gtk/gtkentrycompletion.c: Add a property to suppress the
1523         popup for single matches.  (#154711)
1524
1525         * gtk/gtkentry.c (gtk_entry_completion_timeout): Respect it here.
1526
1527         * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action): 
1528         Use it here.
1529
1530         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Queue the 
1531         redisplay after modifying the tag in the btree, otherwise 
1532         we end up showing the old tags until the next redraw comes 
1533         around.   (#143537, Gary Kramlich, Peter Wainwright)
1534
1535         * gtk/gtkcombobox.c (gtk_combo_box_list_auto_scroll): Make 
1536         autoscrolling work at the bottom of the screen.
1537
1538 2005-05-26  Maciej Katafiasz  <email@mathrick.org>
1539
1540         * docs/reference/gtk/tmpl/gtkentry.sgml:
1541         Point to GtkTextView instead of GtkText. Fixes bug #305535
1542
1543 2005-05-26  Sven Neumann  <sven@gimp.org>
1544
1545         * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): use a less
1546         aggressive PNG compression level (bug #305340).
1547
1548 2005-05-26  Tor Lillqvist  <tml@novell.com>
1549
1550         * gdk/win32/gdkdrawable-win32.c (_gdk_win32_blit): If blitting
1551         from the root window, take the multi-monitor offset into
1552         account. (#305511)
1553
1554 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
1555
1556         * demos/gtk-demo/appwindow.c (do_appwindow): Set the window
1557         icon by name.
1558
1559         * gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading): 
1560         Remove another C99ism.
1561
1562         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw the 
1563         background of rows insensitive when the treeview is insensitive.
1564         (pointed out by Billy Biggs)
1565
1566         * demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste
1567         and DND, and clipboard persistency.
1568
1569         * gtk/gtkselection.c (gtk_target_list_add_image_targets): 
1570         Make sure png comes first, otherwise dnd may use bmp by
1571         default, loosing transparency.
1572
1573 2005-05-25  Michael Natterer  <mitch@imendio.com>
1574
1575         * gtk/gtktextview.c (blink_cb): block the text_layout's "changed"
1576         handler when changing cursor visibility because it would expose
1577         the whole paragraph where the cursor is. Instead, expose the
1578         cursors' areas manually. (#173047).
1579
1580         (text_window_invalidate_cursors): new function which exposes the
1581         cursors.
1582
1583         * gtk/gtkstyle.c (draw_insertion_cursor): added comment that the
1584         same cursor size calculation is in text_window_invalidate_cursors().
1585
1586 2005-05-25  Matthias Clasen  <mclasen@redhat.com>
1587
1588         * demos/gtk-demo/editable_cells.c (create_items_model): Also
1589         demonstrate GtkCellRendererProgress.
1590
1591         * demos/gtk-demo/Makefile.am (demos): 
1592         * demos/gtk-demo/combobox.c: Add a demo showing combo box 
1593         variations.
1594
1595         * demos/gtk-demo/Makefile.am (demos): 
1596         * demos/gtk-demo/pickers.c: Add a demo showing all picker widgets.
1597
1598 2005-05-24  Matthias Clasen  <mclasen@redhat.com>
1599
1600         * demos/gtk-demo/iconview.c (do_iconview): Fix a typo.
1601
1602 2005-05-24  Tor Lillqvist  <tml@novell.com>
1603
1604         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Handle
1605         gtk-alternative-button-order (setting it to TRUE).
1606
1607 2005-05-23  Matthias Clasen  <mclasen@redhat.com>
1608
1609         * gtk/gtktreeview.c (gtk_tree_view_search_init): Remove
1610         an unused variable.  (#305130, Jaap A. Haitsma)
1611
1612         * gtk/gtkfilechooserdefault.c (filter_create): Don't grab
1613         the focus away from the file list when operating the filter
1614         combo with the pointer.  (#304844, Sven Neumann)
1615
1616 2005-05-23  Tor Lillqvist  <tml@novell.com>
1617
1618         * gdk/win32/gdkkeys-win32.c (handle_special): Map VK_APPS to
1619         GDK_Menu. (#172383, Ivan Wong)
1620
1621         * gdk/win32/gdkkeys-win32.c (handle_dead): If the keysym isn't one
1622         of the special cases this function takes care of, use it as
1623         such. This takes care of for instance the Bengali Virama, see bug
1624         #165723.
1625
1626 2005-05-20  Matthias Clasen  <mclasen@redhat.com>
1627
1628         * gtk/gtkimcontextsimple.c (check_table): Avoid a possible
1629         buffer overrun.  (#142444, Leonard Michlmayr)
1630
1631         * gtk/gtkfilesystem.c: Remove C99-isms (#304879, 
1632         Kazuki IWAMOTO)
1633
1634 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
1635
1636         * gtk/gtkfilechooser.c (gtk_file_chooser_remove_shortcut_folder_uri): 
1637         Use the correct function to conver the uri to a path.  (#304565,
1638         Ismael Juma)
1639
1640         * gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the
1641         Cancel button properly.  (#304234, Sven Neumann)
1642
1643 2005-05-18  Anders Carlsson  <andersca@imendio.com>
1644
1645         * gtk/gtktextview.c: (gtk_text_view_flush_scroll),
1646         (gtk_text_view_update_adjustments), (gtk_text_view_value_changed):
1647         * gtk/gtktextview.h:
1648         If the horizontal adjustment changes because of a change in the
1649         layout width, then do a complete redraw. This is because there
1650         might be right-aligned or centered text that needs to be redrawn.
1651
1652 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
1653         
1654         * gtk/gtkwidget.c (gtk_widget_add_events): Try harder to set
1655         the event masks of descendent windows.  (#169821, Tommi Komulainen)
1656
1657         * gtk/gtktreeview.c (gtk_tree_view_get_drop_column) 
1658         (gtk_tree_view_set_column_drag_info): Fix some errors in the
1659         handling of drop columns.  (#143355, John Finlay)
1660
1661         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
1662         Remove the no longer needed workaround.
1663
1664         * gtk/gtkwidget.c (widget_add_child_draw_rectangle): Only collect
1665         allocations of mapped children.
1666
1667         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): 
1668         Add a bug reference.
1669
1670 2005-05-18  Tor Lillqvist  <tml@novell.com>
1671
1672         * gdk/win32/gdkevents-win32.c
1673         * gdk/win32/gdkkeys-win32.c
1674         * gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in
1675         lParam of WM_KEY* messages to distinguish between left and right
1676         Control and Alt keys. Unfortunately, the right Shift key doesnt
1677         set KF_EXTENDED, so to distinguish between left and right Shift
1678         keys, check the scan code. (#304584)
1679
1680 2005-05-18  Matthias Clasen  <mclasen@redhat.com>
1681
1682         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Warn if
1683         length overflows.  (#161520, Ian Wienand)
1684
1685         * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name): Fix
1686         parameter names to make gtk-doc happy.
1687
1688         * gtk/gtkscale.c (gtk_scale_class_init): Fix the default
1689         values of draw-value and value-pos to be the values we
1690         actually use in _init. (#304547, Mikael Hallendal)
1691
1692         * gtk/gtkcellrendererpixbuf.c: Support named icons in
1693         cells by adding a icon-name property. (#165777, Anders
1694         Carlsson)
1695
1696         * gtk/gtk.symbols:
1697         * gtk/gtktoolbutton.h: 
1698         * gtk/gtktoolbutton.c (gtk_tool_button_set_icon_name) 
1699         (gtk_tool_button_get_icon_name): Support named icons in 
1700         tool buttons by adding a icon-name property. (#116577, 
1701         Christian Neumair)
1702
1703         * gtk/gtk.symbols: 
1704         * gtk/gtkdnd.h: 
1705         * gtk/gtkdnd.c (gtk_drag_source_set_icon_name) 
1706         (gtk_drag_set_icon_name): New functions to support themed 
1707         drag icons.  (#116577, Christian Neumair)
1708
1709 2005-05-17  Owen Taylor  <otaylor@redhat.com>
1710
1711         * gdk/x11/gdkdrawable-x11.c (gdk_x11_ref_cairo_surface): 
1712         Update to changed cairo interface.
1713
1714         * gdk/x11/gdkdrawable-x11.[ch]:
1715         Add _gdk_x11_drawable_update_size()
1716         
1717         * gdk/x11/gdkwindow-x11.c (gdk_window_resize) 
1718         (gdk_window_move_resize)
1719         * gdk/x11/gdkevents-x11.c (gdk_event_translate): 
1720         Call _gdk_x11_drawable_update_size().
1721
1722 2005-05-17  Matthias Clasen  <mclasen@redhat.com>
1723
1724         * gtk/gtktextview.c (cursor_blinks): Don't blink the cursor
1725         if the text view is not editable.  
1726
1727         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released): Keep
1728         the popup posted if the button is released over the cellview.
1729         This matches the behaviour of other combo box implementations.  
1730         (#171378)
1731         
1732         * gdk/gdkwindow.c (gdk_window_set_bg_pattern): Adjust offsets
1733         when recursing.  (#153682, Felipe Heidrich)
1734
1735 2005-05-16  Matthias Clasen  <mclasen@redhat.com>
1736
1737         * gtk/gtkscale.c (gtk_scale_class_init): Don't bind GDK_Page_Up 
1738         and GDK_Page_Down twice.  (#168333, Hazael Maldonado Torres)
1739
1740         * gtk/gtkentry.c (cursor_blinks): Don't blink the cursor if 
1741         the entry is not editable.  (#304171, Nikos Kouremenos)
1742         
1743         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_constructor): 
1744         Make sure the action of the button and the dialog are in sync,
1745         when the dialog is provided by the app.  (#303987, David A Knight)
1746
1747         * gdk/gdkpango.c (gdk_pango_renderer_get_default): Fix a typo
1748         in the docs.  (#303940, Masao Mutoh)
1749
1750         * configure.in (GTK_DOC_CHECK): Check for gtk-doc 1.4.
1751
1752         * gtk/gtktoggleaction.c (connect_proxy): Be more careful when
1753         casting.  (#304089, Philip Langdale)
1754
1755         * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Only shrink
1756         the label if we need to.  (#169390, Felix Riemann)
1757
1758 Sat May 14 00:07:46 2005  Manish Singh  <yosh@gimp.org>
1759
1760         * gdk/gdkdraw.c
1761         * gdk/gdkpango.c: #include gdkcairo.h for gdk_cairo_create()
1762         declaration.
1763
1764         * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): actually
1765         call gdk_cairo_set_source_color() with a color.
1766
1767         * gtk/gtkimage.c (gtk_image_expose): remove unused stock_id variable.
1768
1769         * tests/testiconview.c (main): cast args of drag functions to the
1770         appropriate type.
1771
1772 2005-05-13  Owen Taylor  <otaylor@redhat.com>
1773
1774         * gdk/x11/gdkdrawable-x11.c: Update for cairo-xlib API change.
1775
1776         * gdk/x11/gdkpixmap-x11.[ch] gdk/gdk.symbols: Export 
1777         gdk_pixmap_impl_x11_get_type(), needed in gdkdrawable-x11.c.
1778         
1779 2005-05-11  Owen Taylor  <otaylor@redhat.com>
1780
1781         * tests/testgtk.c (on_alpha_window_expose): Fix to use
1782         gdk_cairo_create(). (create_alpha_window): Hook up "response"
1783         to close the window.
1784
1785 2005-05-11  Owen Taylor  <otaylor@redhat.com>
1786
1787         * gtk/gtkcolorbutton.c: Use a GtkAlignment rather than a GtkDrawingArea
1788         to draw the swatch in to avoid having an extraneous window.
1789         
1790         * gtk/gtkcolorsel.c (color_sample_draw_sample): Actually se tthe
1791         color when !has_opacity.
1792
1793 2005-05-10  Owen Taylor  <otaylor@redhat.com>
1794
1795         * gdk/gdkcairo.[ch] gdk/gdkcolor.[ch] gdk/Makefile.am: Add source
1796         files for Cairo convenience functionality.
1797
1798         * gdk/gdkcairo.h (gdk_cairo_rectangle, gdk_cairo_region): Add a
1799         convenience functions to add GdkRectangle, GdkRegion to a cairo path.
1800
1801         * gdk/gdkwindow.c gdk/gdkgc.c gtk/gtkcolorsel.c gtk/gtkiconview.c 
1802         gtk/gtkstyle.c: Use gdk_cairo_rectangle/region().
1803
1804         * gdk/gdkcairo.[ch] gdk/gdkdrawable.h gdk/gdkdraw.c: Rename
1805         gdk_drawable_create_cairo_context() to gdk_cairo_create().
1806
1807         * gdk/gdkcairo.c gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c:
1808         Rename gdk_pixbuf_set_as_cairo_source() to 
1809         gdk_cairo_set_source_pixbuf().
1810
1811         * gdk/gdkdraw.c gdk/gdkpango.c gtk/gtkcolorsel.c gtk/gtkhruler.c
1812         gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkstyle.c gtk/gtkvruler.c:
1813         Adjust for renames.
1814
1815         * gdk/gdk.symbols: Update.
1816
1817         * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): Fix 
1818         coordinate system problem that was causing the wrong portions
1819         to be invalidated.
1820
1821         * gtk/gtkcellrenderer.c (gtk_cell_renderer_render)
1822         gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render)
1823         gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render)
1824         gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render)
1825         gtk/gtkcellview.c (gtk_cell_view_expose)
1826         gtk/gtkdnd.c (gtk_drag_highlight_expose)
1827         gtk/gtkentry.c (gtk_entry_draw_text) 
1828         gtk/gtktextview.c (text_window_invalidate_rect): Some cairoization.
1829
1830         * gtk/gtkcalendar.[ch]: Beat into something roughly resembling
1831         GTK+ style ... use instance-private data and standard names for
1832         private structure, etc. Move function docs inline.
1833
1834         * gtk/gtkcalendar.[ch]: Switch to drawing everything in
1835         expose. Switch drawing to Cairo.
1836
1837         * gtk/gtkcalendar.c (gtk_calendar_freeze): Deprecate
1838         gtk_calendar_freeze/thaw
1839
1840 2005-05-10  Tor Lillqvist  <tml@novell.com>
1841
1842         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Check
1843         that GDK_IS_SCREEN(screen) (like the X11 backend does), not screen
1844         == gdk_screen_get_default(), as that might return NULL when this
1845         function is called.
1846
1847 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
1848
1849         * gtk/gtkalignment.c (gtk_alignment_size_allocate): Flip the
1850         padding in RTL mode.  (#303572, Maciej Katafiasz)
1851
1852 2005-05-09  Owen Taylor  <otaylor@redhat.com>
1853
1854         * gdk/gdkrgb.c (gdk_rgb_convert_0888_br, gdk_rgb_convert_8880_br): 
1855         Fill in unused bits so they can be used for the depth-32 target case.
1856         Rewrite so that that gives a marginal speedup rather than a
1857         marginal slowdown. (on x86)
1858
1859         * gdk/gdkscreen.h gdk/x11/gdkscreen-x11.[ch] gdk/x11/gdkvisual-x11.c:
1860         Add gdk_screen_get_rgba_colormap/visual to get a visual for
1861         windows with an alpha channel, if one exists.
1862
1863         * gdk/win32/gdkscreen-win32.c gdk/linux-fb/gdkscreen-fb.c:
1864         Stub out gdk_screen_get_rgba_colormap/visual.
1865
1866         * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): computation of
1867         "unused" wasn't right for depth == 32, since it depended on
1868         shifting by 32.
1869
1870         * gdk/gdkrgb.c: Fill in alpha bits with 1s. (Based on patch from
1871         Keith Packard,
1872         http://mail.gnome.org/archives/gtk-devel-list/2004-June/msg00080.html)
1873
1874         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
1875         Implement again, without using Xft.
1876
1877         * tests/testgtk.c: Add a test for windows with an alpha channel.
1878
1879 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
1880
1881         * autogen.sh: Revert accidental commit.
1882
1883 2005-05-08  Matthias Clasen  <mclasen@redhat.com>
1884
1885         * gdk/gdkcolor.c (gdk_cairo_set_source_color): 
1886         * gdk/gdkimage.h: 
1887         * gdk/gdkdraw.c: 
1888         * gdk/gdkcolor.h: 
1889         * gdk/gdkcursor.h: 
1890         * gdk/x11/gdkcolor-x11.c: Small documentation additions.
1891
1892 2005-05-07  Matthias Clasen  <mclasen@redhat.com>
1893
1894         * gtk/gtkscrolledwindow.h: 
1895         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_hscrollbar): 
1896         (gtk_scrolled_window_get_cscrollbar): Change the return 
1897         type to GtkWidget*, proposed by Owen Taylor. 
1898
1899         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_width_mm) 
1900         (gdk_screen_get_height_mm): Fix typos in the docs.  (#303389,
1901         Masao Mutoh)
1902
1903 2005-05-07  Matthias Clasen <mclasen@redhat.com>
1904
1905         * gtk/gtkiconview.c: Fix a copy-and-paste accident, spotted
1906         by Owen Taylor.
1907
1908 2005-05-07  Owen Taylor  <otaylor@redhat.com>
1909
1910         * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
1911         the background color.
1912
1913 2005-05-07  Owen Taylor  <otaylor@redhat.com>
1914
1915         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h (gdk_pixbuf_set_as_cairo_source): 
1916         Change prototype to match cairo_set_source_surface().
1917
1918         * gdk/gdkdraw.c gdk/gdkgc.c gdk/gdkpixbuf-render.c gdk/gdkwindow.c
1919         gtk/gtkhsv.c tests/testcairo.c.
1920
1921 2005-05-06  Federico Mena Quintero  <federico@ximian.com>
1922
1923         Merged from gtk-2-6:
1924
1925         * gtk/gtkfilesystemunix.c (fill_in_mime_type): Don't fill the mime
1926         types if this is an AFS directory.
1927         (fill_in_names): If we are in an AFS directory, set the MIME type
1928         blindly to "x-directory/normal".
1929
1930 2005-05-06  Matthias Clasen  <mclasen@redhat.com>
1931
1932         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Always
1933         initialize child-visible to FALSE, otherwise we may end up
1934         with the wrong page visible initially.  (#302283, Patrik Fimml)
1935
1936         * gtk/gtktreeview.c (gtk_tree_view_draw_arrow): Make expanders
1937         appear insensitive in insensitive treeviews. 
1938
1939 2005-05-05  Matthias Clasen  <mclasen@redhat.com>
1940
1941         * gtk/gtktoolbar.c: Fix a typo in the docs.  (#303024, 
1942         Morten Welinder)
1943
1944 2005-05-06  Matthias Clasen  <mclasen@redhat.com>
1945
1946         * gtk/gtk.symbols:
1947         * gtk/gtkiconview.[hc]: Add DND support similar to the DND
1948         support in the tree view.  (#150270)
1949
1950 2005-05-05  Matthias Clasen  <mclasen@redhat.com>
1951
1952         * gtk/gtktreednd.h: 
1953         * gtk/gtkwidget.h: Small cleanups.
1954
1955         * gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
1956         a typo.
1957
1958 2005-05-04  Owen Taylor  <otaylor@redhat.com>
1959
1960         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
1961         in focus tracking when we move between has_pointer_focus and 
1962         has_focus_window directly. (#109246, Billy Biggs, Niko Tyni 
1963         and others)
1964
1965         * gdk/x11/gdkevents-x11.c: Also fix some confusion that could
1966         happen in the case of no window manager + keyboard grabs, by
1967         moving to a more consistent model of when we pay attention to
1968         mode=NotifyGrab/NotifyUngrab events.
1969         
1970         * docs/focus_tracking.txt: Extensive writeup about how to track
1971         focus under X11.
1972
1973 Wed May  4 13:21:41 2005  Søren Sandmann  <sandmann@redhat.com>
1974
1975         * tests/testcairo.c (draw): Replace cairo_show_surface() uses with
1976         cairo_set_source_surface()/cairo_paint();
1977
1978 2005-05-04  Tor Lillqvist  <tml@novell.com>
1979
1980         * gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap)
1981         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values,
1982         _gdk_win32_gc_new, _gdk_windowing_gc_set_clip_region,
1983         gdk_win32_hdc_get): Minor fixes to make Win32 backend compile
1984         again.
1985
1986 2005-05-03  Matthias Clasen  <mclasen@redhat.com>
1987
1988         * gtk/gtkfilesystem.c: 
1989         * gtk/gtkcelleditable.c: 
1990         * gtk/gtktreemodel.c: Avoid getting the interface struct
1991         twice in the same function.  (#300513, Billy Biggs)
1992
1993         * gtk/gtkscrolledwindow.h:
1994         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar): 
1995         * gtk/gtk.symbols: Add getters for the scrollbars.  (#167181,
1996         Billy Biggs)    
1997
1998         * gtk/gtkdialog.h: 
1999         * gtk/gtkdialog.c (gtk_dialog_get_response_for_widget): 
2000         Make this function public.  (#170748, Morten Welinder)
2001
2002 2005-05-02  Federico Mena Quintero  <federico@ximian.com>
2003
2004         Merged from gtk-2-6:
2005
2006         Fixes #301068:
2007
2008         * gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add fields
2009         to store struct stat for /afs and /net, and boolean fields to say
2010         whether these are valid.
2011         (struct _GtkFileFolderUnix): Added a boolean is_network_dir field.
2012         (gtk_file_system_unix_get_folder): Fill in the is_network_dir
2013         field of the folder structure.
2014         (fill_in_names): If the folder is a network directory, create a
2015         fake struct stat for its entries.
2016         (fill_in_stats): Don't stat() the children of network directories.
2017
2018         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): If the mtime
2019         is 0, use "Unknown" for the cell's displayed text.
2020
2021 2005-04-28  Owen Taylor  <otaylor@redhat.com>
2022
2023         * gtk/gtkwidget.c: Add a draw-border style property to allow
2024         themes to draw outside the widget's allocation.
2025
2026         * gdk/gdkwindow.c gtk/gtkstyle.c: Remove some save/restore pairs
2027         that were working around the clip-leakage bug in Cairo.
2028
2029         * gtk/gtkstyle.c: Use cairo_fill_preserve() rathe than
2030         save/fill/restore.
2031
2032         * gdk/gdkgc.c gdk/gdkinternals.h: Add _gdk_gc_update_context()
2033         That updates a Cairo context to match a GC.
2034
2035         * gdk/gdkdraw.c: Use _gdk_gc_update_context() to add support
2036         for tiles/stipples/clipping to gdk_draw_glyphs(), 
2037         gdk_draw_trapezoids().
2038
2039         * gdk/gdkpango.c: Use _gdk_gc_update_context() instead of internal
2040         implementation of stipples. Use one cairo_t across the entire
2041         drawing operation. Replace cairo_matrix_create() with 
2042         stack-allocated matrices.
2043
2044         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c 
2045         gdk/win32/gdkgc-win32.c: Save various aspects of the 
2046         GC state (fill, tile, stipple, foreground, background, clip region)
2047         in instance-private-data for future use. Add getters.
2048         Get rid of _gdk_windowing_gc_get_foreground() function implemented 
2049         by the backends.
2050
2051         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c
2052         gdk/win32/gdkgc-win32.c gdk/linux-fb/gdkgc-fb.c: Add
2053         _gdk_gc_init() to do initial setup of the GC from values;
2054         fixes some problems from drawable redirection.
2055
2056         * gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c
2057         gdk/win32/gdkgc-win32.c gdk/linux-fb/gdkgc-fb.c: Move 
2058         gdk_gc_copy() and gdk_gc_set_clip_{region,rectangle}() into 
2059         the generic code, add _gdk_windowing_gc_copy(), 
2060         _gdk_windowing_gc_set_clip_region() to do backend specific
2061         stuff.
2062
2063         * gdk/x11/{gdkprivate-x11.h,gdkgc-x11.c.c,gdkdrawable-x11.c}
2064         gdk/win32/{gdkprivate-win32.h,gdkgc-x11.c.c,gdkdrawable-x11.c}
2065         gdk/linux-fb/{gdkprivate-fb.h,gdkgc-fb.c.c,gdkdrawable-fb.c}:
2066         Don't duplicate state that now is stored by the generic code.
2067
2068         * gdk/gdk.symbols Update
2069
2070 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
2071
2072         * tests/testiconview.c: Test cell renderers.
2073
2074         * gtk/gtk.symbols: Add new functions.
2075
2076         * gtk/gtkiconview.[hc]: Implement GtkCellLayout and use
2077         cell renderers for drawing and editing. (#148144, #160242)
2078
2079 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
2080
2081         * gtk/gtkcellrenderertext.c (get_size): Return a sufficient
2082         width for cases where pango_layout_get_pixel_extents() returns
2083         a rectangle with nonzero x. 
2084
2085         * gtk/gtkselection.c: Small doc fixes.
2086
2087         * gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus): 
2088         (gtk_menu_shell_get_take_focus): Fix up the docs a bit.
2089
2090 2005-05-02  Michael Natterer  <mitch@imendio.com>
2091
2092         * gtk/gtkmain.c (do_post_parse_initialization): return silently if
2093         "gtk_initialized" is TRUE. Re-enables calling GTK's init functions
2094         multiple times when using gtk_get_option_group(), just as one can
2095         call gtk_init() multiple times without doing any harm.
2096
2097 2005-05-01  Matthias Clasen  <mclasen@redhat.com>
2098
2099         * gtk/gtktextview.c (gtk_text_view_expose_event): Propagate
2100         the event to unanchored children in the text window.  
2101         (#302494, Stephen Kennedy)
2102
2103 2005-04-30  Tor Lillqvist  <tml@novell.com>
2104
2105         * gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Take
2106         multi-monitor offset into account. (#302525)
2107
2108 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
2109
2110         * gtk/gtkradioaction.c: Make the docs build.  (#302230,
2111         Ali Akcaagac)
2112
2113         * gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this
2114         function, instead show the bin_window when it is created.
2115
2116         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't 
2117         grab focus to unrealized widgets.  (#302240, Philip Langdale)
2118
2119         * gtk/gtktreeview.c (gtk_tree_view_state_changed): Set
2120         background upon state changes.  (#301651, Billy Biggs)
2121         (gtk_tree_view_get_path_at_pos): Take RTL into account
2122         when iterating over the columns.  (#302163)
2123         
2124         * configure.in: Check for nm.
2125
2126         * gtk/Makefile.am: Use $(NM), not nm directly. (#301299, 
2127         Nguyen Thai Ngoc Duy)
2128
2129         * gtk/gtkiconview.c (gtk_icon_view_move_cursor_start_end): Use
2130         the internal unselect_all function, since we need the unselection
2131         to happen even in browse mode.  (#300995, Mathias Hasselmann)
2132
2133         * gtk/gtkuimanager.c (update_node): Use g_object_notify() instead
2134         of triggering a ::notify by re-setting the property.  (#300982,
2135         Sven Neumann)
2136
2137         * gtk/gtkaction.c (connect_proxy): Use gtk_action_sync_tooltip().
2138
2139         * gtk/gtkiconview.c (gtk_icon_view_scroll_to_item): Also
2140         scroll horizontally when necessary, and keep the northwest
2141         corner of the item visible.  (#300913, Mathias Hasselmann)
2142
2143         * tests/testiconview.c: Add some more tests.
2144
2145         * gtk/gtkiconview.c (gtk_icon_view_select_path): Don't crash
2146         if the path does not point to a row in the model.  (#300909,
2147         Mathias Hasselmann)
2148         (gtk_icon_view_rows_reordered): Re-layout here.  (#301009, 
2149         Mathias Hasselmann)
2150
2151         * tests/testtext.c: Add some more attribute tests.
2152
2153         * gtk/gtktexttag.c (gtk_text_tag_class_init): Correct the documentation
2154         of the rise property. String change, but it is more important to
2155         be correct than to be translated.  (#301740)
2156
2157 2005-04-25  Tor Lillqvist  <tml@novell.com>
2158
2159         * gtk/gtkfilesystemwin32.c
2160         (gtk_file_system_win32_volume_get_display_name): Get volume name
2161         also on Win9x. (#301798, Daniel Atallah)
2162         (canonicalize_filename): Add explicit braces to silence compiler
2163         warning.
2164
2165 2005-04-22  Tor Lillqvist  <tml@novell.com>
2166
2167         * gtk/gtkmain.c: Initailize gettext before use. Calling
2168         bindtextdomain() and bind_textdomain_codeset() in
2169         do_post_parse_initialization() is too late. Put the calls in a new
2170         function gettext_initialization(), and call that from
2171         gtk_init_with_args() and gtk_parse_args(). Fixes #170948 for
2172         GTK+'s part, but the same problem occurs also at least in
2173         atk. Thanks to Robert Ögren, Daniel Atallah and Kevin Stange.
2174
2175 2005-04-19  Ivan, Wong Yat Cheung  <email@ivanwong.info>
2176
2177         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Match
2178         character height instead of cell height. Fix #301228.
2179
2180 2005-04-18  Federico Mena Quintero  <federico@ximian.com>
2181
2182         Merged from gtk-2-6:
2183
2184         * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): Remove
2185         obsolete assertion that the selected row can't be a volume; this
2186         is handled by the "removable" column now.  Fixes #301017.
2187
2188 2005-04-18  Owen Taylor  <otaylor@redhat.com>
2189
2190         * gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c
2191         * gdk/gdkcolor.c gdk/gdkwindow.c gdk/gdkpixbuf-render.c
2192         gdk/gdkpango.c tests/testcairo.c: Update to new Cairo API for
2193         setting color and opacity. (#301066, Vincent Noel)
2194  
2195 2005-04-15  Federico Mena Quintero  <federico@ximian.com>
2196
2197         Merged from gtk-2-6:
2198
2199         * gtk/gtkfilechooserdefault.c (pending_select_paths_process):
2200         Patch from Christian Neumair <chris@gnome-de.org>; only select the
2201         first row if we are in OPEN mode.  The only other case we were
2202         letting pass through was SELECT_FOLDER, but selecting the first
2203         row when changing folders confuses people when folders are
2204         actually being selected.  Fixes #171885.
2205
2206 2005-04-13  Matthias Clasen  <mclasen@redhat.com>
2207
2208         * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): 
2209         Revert the fix for #169870, adjust the documentation instead. 
2210
2211         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
2212         Revert the fix for #170727.     
2213
2214 2005-04-11  Ivan, Wong Yat Cheung  <email@ivanwong.info>
2215
2216         Fix #300218:
2217
2218         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
2219         C99ism.
2220
2221         * gtk/updateiconcache.c: Guard inclusion of unistd.h and
2222         utime.h.
2223
2224 2005-04-09  Matthias Clasen  <mclasen@redhat.com>
2225
2226         * gdk/x11/gdkinput-xfree.c:
2227         * gdk/x11/gdkinput-none.c:
2228         * gdk/gtk.symbols: Some more fixes necessary to 
2229         make building with gcc 4 work.
2230
2231         Add 16x16 versions of the zoom icons and of 
2232         GTK_STOCK_INDEX. Some of the images were taken from 
2233         the hicolor icon theme, and were originally created 
2234         by Jakub Steiner and Tuomas Kuosmanen.  (#167515, 
2235         Vincent Noel)
2236         
2237         * gtk/stock-icons/stock_index_16.png:
2238         * gtk/stock-icons/stock_zoom_1_16.png:
2239         * gtk/stock-icons/stock_zoom_fit_16.png:
2240         * gtk/stock-icons/stock_zoom_in_16.png:
2241         * gtk/stock-icons/stock_zoom_out_16.png: New images.
2242         
2243         * gtk/stock-icons/Makefile.am: Add the new images. 
2244
2245         * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): 
2246         Don't display too many broken images.  (#169870, Roman
2247         Kagan, patch by Ivan Wong)
2248
2249         * gtk/gtkwidget.c (gtk_widget_unparent): Remove debugging
2250         output.  (#300013, Tommi Komulainen)
2251
2252 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
2253
2254         * gtk/gtkimage.c (gtk_image_expose, gtk_image_calc_size): 
2255         If a stock_id is unknown, display the missing image. (#169870,
2256         Steven Walter)
2257
2258         * gtk/gtkiconcache.c (icon_name_hash): Use the same function 
2259         as in updateiconcache.c.  (spotted by Morten Welinder)
2260
2261 2005-04-08  Carl Worth  <cworth@cworth.org>
2262
2263         * gdk/gdkpango.c: (emboss_context): Simplify matrix manipulation
2264         now that cairo exposes the cairo_matrix_t structure.
2265         
2266         * gdk/gdkpixbuf-render.c: (gdk_pixbuf_set_as_cairo_source): Track
2267         cairo API change in signedness of data argument.
2268
2269 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
2270
2271         * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make this
2272         work when called from gtk_combo_box_destroy().  (#172999,
2273         Christian Persch)
2274
2275 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
2276
2277         Fix double-click to autosize treeview columns. This was
2278         probably broken since 2.2 ! (#169675)
2279         
2280         * gtk/gtktreeview.c (gtk_tree_view_button_press): Leave the
2281         "user-resized" state of the column on a double-click to
2282         autosize.
2283         (gtk_tree_view_button_press, gtk_tree_view_motion_resize_column): 
2284         Enter the "user-resized" state of the column only if a drag
2285         actually changes the column width, not on any click.
2286
2287 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
2288
2289         * gtk/gtkmenu.c (gtk_menu_paint): Allow setting background
2290         images on menus.  (#169532, Benjamin Otte)
2291         
2292         * gtk/updateiconcache.c (write_card16, write_card32): Avoid
2293         unaligned access.  (#172947)
2294
2295         * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): 
2296         Consistently use the term "Bookmarks" in the UI.  (#166906,
2297         Sebastian Bacher)
2298
2299         Some fixes from Morten Welinder (#172947):
2300         
2301         * gtk/updateiconcache.c (icon_name_hash): Make this compiler- 
2302         and platform-independent.
2303         (is_cache_up_to_date): Don't compare mtimes is a stat call failed.
2304         (build_cache): Error out if a stat fails.  
2305
2306 2005-04-07  Matthias Clasen  <mclasen@redhat.com>
2307
2308         * gtk/gtktreeview.c (gtk_tree_view_set_expander_column): Add 
2309         a hint about hiding expanders.
2310
2311         * gtk/updateiconcache.c (is_cache_up_to_date): Return 
2312         TRUE if the cache is newer than the directory.  (#172852,
2313         Jacob Kroon)
2314
2315         * configure.in: Replace an explicit pkg-config by 
2316         $PKG_CONFIG.  (#168074, Hans-Wolfgang Loidl)
2317         
2318         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
2319         Ignore regions which fall completely outside the line.  
2320         (#165862, Felipe Heidrich)
2321
2322 2005-04-06  Matthias Clasen  <mclasen@redhat.com>
2323
2324         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document
2325         -1 as possible value.  
2326         (gtk_tree_view_enable_model_drag_source) 
2327         (gtk_tree_view_enable_model_drag_dest): Pass the target list 
2328         to the underlying dnd implementation, otherwise we miss the 
2329         target info in the drag-data-received signal.  (#164085, Jorn
2330         Baayen)
2331
2332 2005-04-06  Matthias Clasen  <mclasen@redhat.com>
2333
2334         * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column) 
2335         (gtk_tree_view_bin_expose): Avoid a few unnecessary calls
2336         to gdk_window_get_pointer(). (#168015, Billy Biggs)
2337
2338         * po/.cvsignore, po-properties/.cvsignore: Remove
2339         Makefile.in.in.  (#171092, Stepan Kasal)
2340
2341         * gtk/gtkrc.c (gtk_rc_parse_style): Don't modify 
2342         scanner->value, copy it first.  (#165693, Tommi Komulainen)
2343
2344 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
2345
2346         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_grab_focus): 
2347         * gtk/gtkcombobox.c (gtk_combo_box_grab_focus): Implement
2348         grab_focus for GtkComboBox and GtkComboBoxEntry.  (#171912,
2349         Gustavo Carneiro)
2350
2351         * gtk/gtkicontheme.c: Store icon caches along with the
2352         mtimes of the toplevel directories. The previous
2353         mechanism of a hashtable-per-theme caused duplicate icon
2354         caches for the same toplevel directory to be created.  
2355         (#170030)
2356
2357 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
2358
2359         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): 
2360         Fix a typo in a warning.
2361
2362         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
2363         the license and credits buttons from being affected by 
2364         gtk_widget_show_all().  (#172724)
2365
2366 2005-04-05  Matthias Clasen  <mclasen@redhat.com>
2367
2368         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): Keep a 
2369         reference to the item.  (#167920, Hazael Maldonado Torres)
2370
2371         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Add some
2372         more docs on interactive search.
2373
2374 2005-04-05  Tor Lillqvist  <tml@novell.com>
2375
2376         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Handle 16 colour
2377         display mode. For some reason, in this mode GetDeviceCaps(BITSPIXEL)
2378         returns 1 (but GetDeviceCaps(NUMCOLORS) does return 16). (#143415)
2379
2380         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Don't force
2381         24bpp GdkVisual on 32bpp displays. (#140706)
2382
2383 Mon Apr  4 19:13:23 2005  Jonathan Blandford  <jrb@redhat.com>
2384
2385         Fix for #172319, Tristan Van Berkom:
2386         
2387         * gtk/gtktreeview.c (gtk_tree_view_expand_all): change to use
2388         gtk_tree_view_real_expand_row() instead of doing this by hand.
2389
2390 2005-04-04  Johan Dahlin  <johan@gnome.org>
2391
2392         * gtk/gtktextbuffer.c: (gtk_text_buffer_class_init),
2393         (gtk_text_buffer_set_property), (gtk_text_buffer_get_property),
2394         (gtk_text_buffer_set_text): Add GtkTextBuffer::text (#172631)
2395
2396 Mon Apr  4 14:33:55 2005  Manish Singh  <yosh@gimp.org>
2397
2398         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text):
2399         cast combo->priv->entry to GTK_ENTRY()
2400
2401         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
2402         cast completion->priv->tree_view to GTK_TREE_VIEW()
2403
2404 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
2405
2406         * gtk/gtktextbuffer.c: Some trivial doc fixes.
2407
2408         * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve 
2409         the wording of the doc comment.  (#172422, Vincent Untz)
2410
2411 2005-04-04  Owen Taylor  <otaylor@redhat.com>
2412
2413         * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
2414         drawing to Cairo. Also always draw the entire triangle instead
2415         of just drawing the center for prelight. (Fixes inconsistent
2416         drawing in GtkTreeView.)
2417
2418 2005-04-04  Johan Dahlin  <johan@gnome.org>
2419
2420         * gtk/gtk.symbols: Remove symbols accidentally added.
2421         * gtk/gtkentryprivate.h: Add boolean property popup_set_width
2422         * gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init):
2423         Use object_class instead of gobject_class
2424
2425 Mon Apr  4 12:14:35 2005  Søren Sandmann  <sandmann@redhat.com>
2426
2427         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): Translate x, y into
2428         widget coordinates instead of root coordinates. Patch from Jorn
2429         Baayen. (#172236)
2430
2431 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
2432
2433         * gtk/gtktoolbar.c: Add a tooltips property.
2434
2435         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_class_init): 
2436         * gtk/gtkruler.c (gtk_ruler_class_init): Add docs.
2437
2438         * gtk/gtktoggletoolbutton.c: Add an active property.
2439
2440 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
2441
2442         Allow completion popups to be wider than the entry. (#131916, 
2443         Ross Burton)
2444         
2445         * gtk/gtkentrycompletion.[hc]: Add a boolean popup-set-width property.
2446
2447         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
2448         Don't force the popup to have the same width as the entry if 
2449         popup-set-width is FALSE.
2450
2451         * gtk/gtk.symbols: Add new functions.
2452
2453 2005-04-04  Matthias Clasen  <mclasen@redhat.com>
2454
2455         * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): 
2456         Use gtk_accel_map_change_entry(), so that reusing the same
2457         action name works.  (#170727, Paolo Borelli)
2458
2459 2005-04-04  Tor Lillqvist  <tml@novell.com>
2460
2461         * gdk/win32/gdkmain.c (_gdk_win32_cf_to_string): New debugging
2462         function, to log a clipboard format name symbolically.
2463         (_gdk_win32_data_to_string): Also new, to log random data bytes.
2464
2465         Implement delayed rendering on Win32, specifically for transfering
2466         images through the clipboard from GTK+ apps to other
2467         apps (#168173, implementation by Ivan Wong):
2468
2469         * gdk/win32/gdkevents-win32.c (gdk_event_translate): 
2470         Handle WM_RENDERFORMAT.
2471
2472         * gdk/win32/gdkprivate-win32.h
2473         * gdk/win32/gdkglobals-win32.c: Add _format_atom_table,
2474         _delayed_rendering_data and _image_bmp.
2475
2476         * gdk/win32/gdkmain-win32.c: Initialize _image_bmp.
2477
2478         * gdk/win32/gdkproperty-win32.c (gdk_property_change):
2479         Accept formats other than GDK_TARGET_STRING or _utf8_string, and
2480         assume they are handled through delayed rendering.
2481
2482         * gdk/win32/gdkselection-win32.c (gdk_selection_convert):
2483         Return all available formats (including those registered by GTK+
2484         apps) on request_targets.
2485         (gdk_selection_property_get): We should append a zero byte like
2486         X11 does.
2487         (gdk_win32_selection_add_targets): New function, for
2488         gtkselection's use. Win32 requires that the clipboard owner
2489         registers all valid formats even if the owner wants delayed
2490         rendering.
2491         (_gdk_win32_selection_convert_to_dib): New function. Convert
2492         images to DIB using gdk-pixbuf.
2493
2494         * gdk/win32/gdkwin32.h: Declare gdk_win32_selection_add_targets().
2495
2496         * gtk/gtkselection.c (gtk_selection_add_target,
2497         gtk_selection_add_targets): Call gdk_win32_selection_add_targets()
2498         to register target formats.
2499
2500         * gdk/gdk.symbols: Add gdk_win32_selection_add_targets().
2501
2502 2005-04-03  Hans Breuer  <hans@breuer.org>
2503
2504         [merged from gtk-2-6 branch]
2505         * gdk/win32/gdkdrawable-win32.c : let dash_offset shift the start of
2506         the line pattern not the start of the line. Fixes bug #171641.
2507
2508         * gtk/makefile.msc.in : follow .symbols changes
2509
2510         * gdk/win32/gdkwindow-win32.c : declare and resolve GetAncestor()
2511         dynamically. (It is not available in _WIN_VER <= 0x0400)
2512
2513         * gdk/win32/makefile.msc : removed gdkpango-win32.obj
2514
2515         * gtk/gtkhsv.c gtk/gtkstyle.c : use G_PI instead of M_PI
2516
2517         [also applied to gtk-2-6 branch]
2518         * gdk/makefile.msc gdk-pixbuf/makefile.msc : handle gdk*alias.def
2519
2520         * gdk/makefile.msc.in : add gtkmnemonichash.obj
2521
2522         * test/testgtk.c(set_parent_signal) : use g_message instead of
2523         g_print to keep the 'testgtk --bench=all' output clean
2524
2525 2005-04-03  Matthias Clasen  <mclasen@redhat.com>
2526
2527         * gtk/gtkruler.c: Add a "metric" property.
2528
2529         * gtk/gtkradiomenuitem.c: Add a "group" property like
2530         the one found in radio buttons.
2531
2532         * gtk/gtkradiobutton.c (gtk_radio_button_class_init): Fix
2533         a typo in the docs.
2534         (gtk_radio_button_set_group): Add change notification.
2535         
2536 2005-04-01  Matthias Clasen  <mclasen@redhat.com>
2537
2538         * gtk/gtkselection.c: Move documentation inline, document
2539         if add_target functions append or prepend.  (#172350, 
2540         Jon-Kare Hellan)
2541
2542 2005-04-01  Matthias Clasen  <mclasen@redhat.com>
2543
2544         Make gtk_combo_box_get_active_text do the right thing for
2545         GtkComboBoxEntry (#171373, Robert Staudinger)
2546         
2547         * gtk/gtkcombobox.h: Add a get_active_text vfunc.
2548         
2549         * gtk/gtkcombobox.c (gtk_combo_box_real_get_active_text): And
2550         implement it here.
2551
2552         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text): 
2553         Implement get_active_text by always returning the content of 
2554         the entry.
2555
2556 2005-03-31  Sven Neumann  <sven@gimp.org>
2557
2558         Merged from gtk-2-6:
2559
2560         * gtk/gtkbutton.c
2561         * gtk/gtkiconview.c: fixed gtk-doc comments.
2562
2563 2005-03-31  Michael Natterer  <mitch@gimp.org>
2564
2565         Allow to pop up menus without grabbing the keyboard. Useful for
2566         stuff like virtual keyboards. Fixes bug #159890
2567
2568         * gtk/gtk.symbols
2569         * gtk/gtkmenushell.[ch]: added boolean property "take-focus"
2570         and public API gtk_menu_shell_set/get_take_focus().
2571
2572         * gtk/gtkmenu.c (gtk_menu_popup)
2573         (popup_grab_on_window): don't grab the keyboard if take_focus
2574         is FALSE.
2575
2576         * gtk/gtkmenuitem.c (_gtk_menu_item_popup_submen): propagate the
2577         parent menu_shell's take_focus property to the submenu which is
2578         about to be popped up.
2579
2580 2005-03-30  Federico Mena Quintero  <federico@ximian.com>
2581
2582         Merged from gtk-2-6:
2583
2584         Fix #170755:
2585
2586         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Only stop editing
2587         if the row which changed is the same as the row being edited.
2588
2589 2005-03-30  Matthias Clasen  <mclasen@redhat.com>
2590
2591         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
2592         Make enable_search control only typeahead, not C-f.  (#170435,
2593         Sven Neumann)
2594         (gtk_tree_view_start_interactive_search): Pass keybinding == TRUE.
2595
2596         * gdk/gdkpixbuf.h: Include cairo.h
2597
2598         * gtk/gtkclipboard.c (gtk_clipboard_set_can_store): 
2599         Don't accept n_targets == -1.
2600         (clipboard_unset): unref the old_data, not the
2601         user_data which we have just cleared.  (#172038, Sven
2602         Neumann)
2603
2604         * gtk/gtkcombobox.c (gtk_combo_box_popup): Don't 
2605         segfault if somebody tries to popup an unrealized
2606         combo box.  (#172031, Felipe Heidrich)
2607
2608 2005-03-30  Tor Lillqvist  <tml@novell.com>
2609
2610         * gdk/win32/gdkevents-win32.c (build_pointer_event_state): The
2611         state field should represent the state before the event, like on
2612         X11. (#169753)
2613         (gdk_event_translate): Fix event filter handling. If an event
2614         filter (global, client message filter, of window-specific) returns
2615         GDK_FILTER_CONTINUE, continue as if nothing happened. If it
2616         returns GDK_FILTER_REMOVE or GDK_FILTER_TRANSLATE, return TRUE
2617         from gdk_event_translate() which means that DefWindowProc() will
2618         not be called.
2619         (gdk_event_translate): Fix client message handling. Append a
2620         GDK_CLIENT_EVENT unless there is a filter that matches and returns
2621         something other than GDK_FILTER_CONTINUE. (#135552)
2622
2623 2005-03-29  Matthias Clasen  <mclasen@redhat.com>
2624
2625         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_visible_func): 
2626         Document the need to refilter if parameters of the visibility function
2627         change.  (#169516, Olivier Sessink)     
2628
2629 Mon Mar 28 15:13:42 2005  Søren Sandmann  <sandmann@redhat.com>
2630
2631         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
2632         invalidate areas that are covered by mapped input-output child
2633         windows. Bug 141380.
2634
2635 2005-03-28  Jeroen Zwartepoorte  <jeroen.zwartepoorte@gmail.com>
2636
2637         * gtk/gtkfilechooserdefault.c: (update_preview_widget_visibility): Make
2638         the preview label ellipsize so the dialog layout stays constant.
2639         (#171398)
2640
2641 2005-03-28  Matthias Clasen  <mclasen@redhat.com>
2642
2643         * gtk/gtktreeview.c (gtk_tree_view_key_press): Don't pop up
2644         the context menu of the search entry if it is not visible.
2645         (#169534, Billy Biggs)
2646
2647 2005-03-27  Tor Lillqvist  <tml@novell.com>
2648
2649         * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
2650         after all, and in fact necessary with HEAD libtool.
2651
2652 2005-03-26  Matthias Clasen  <mclasen@redhat.com>
2653
2654         * gtk/*.c: 
2655         * gdk/gdkdisplaymanager.c: 
2656         Use canonical names for g_object_notify() as well. 
2657
2658 2005-03-24  Tor Lillqvist  <tml@novell.com>
2659
2660         * configure.in (GTK_EXTRA_CFLAGS): Include the -mms-bitfields flag
2661         in GTK_EXTRA_CFLAGS on Win32, so that it gets included in the
2662         gtk+-2.0.pc file and automatically used by dependents. MSVC users
2663         who use pkg-config will have to manually edit it out from
2664         gtk+-2.0.pc, sorry. Maybe pkg-config should be enhanced to support
2665         some kind of conditionals in .pc files?
2666
2667 2005-03-23  Matthias Clasen  <mclasen@redhat.com>
2668
2669         * gtk/gtkfilechooserbutton.c (update_combo_box): Remove
2670         a call whose result was unused and leaked.  (#170776,
2671         Kjartan Maraas)
2672
2673         Some cleanups to the GtkDialog code:  (#170746, 
2674         Morten Welinder)
2675         * gtk/gtkdialog.c (action_widget_activated): Simplify,
2676         use _gtk_dialog_get_response_for_widget.
2677         (gtk_dialog_add_action_widget): Use the correct signal
2678         id for non-buttons.
2679         (gtk_dialog_set_response_sensitive): 
2680         (gtk_dialog_set_default_response): Use get_response_data.
2681         (gtk_dialog_run): Don't disconnect the signals if the
2682         dialog was destroyed while running.
2683
2684 Tue Mar 22 14:16:31 2005  Manish Singh  <yosh@gimp.org>
2685
2686         * gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label):
2687         Use g_return_if_fail, not g_return_val_if_fail.
2688
2689 2005-03-22  Matthias Clasen  <mclasen@redhat.com>
2690
2691         Implement bookmark renaming  (#136216, Sean Middleditch)
2692         
2693         * gtk/gtkfilesystem.h (struct _GtkFileSystemIface): Add 
2694         get_bookmark_label and set_bookmark_label vfuncs.
2695
2696         * gtk/gtkfilesystem.h:
2697         * gtk/gtkfilesystem.c (gtk_file_system_set_bookmark_label): 
2698         (gtk_file_system_get_bookmark_label): Wrappers for the
2699         vfuncs.
2700
2701         * gtk/gtk.symbols: Add new exported symbols.
2702
2703         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_set_bookmark_label): 
2704         (gtk_file_system_unix_get_bookmark_label): Implementations
2705         for the Unix backend.
2706
2707         * gtk/gtkfilechooserdefault.c: Add a context menu to
2708         the bookmarks pane, and allow to rename bookmarks.
2709
2710 2005-03-22  Matthias Clasen  <mclasen@redhat.com>
2711
2712         * gtk/gtkpathbar.c (gtk_path_bar_unmap): 
2713         * gtk/gtkspinbutton.c (gtk_spin_button_unmap): 
2714         * gtk/gtknotebook.c (gtk_notebook_unmap): 
2715         * gtk/gtkrange.c (gtk_range_unmap): Stop scrolling when
2716         the widget is unmapped.  (#168791, Ryan Lortie)
2717
2718 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
2719
2720         * gtk/gtkprivate.h: Define macros GTK_PARAM_READABLE,
2721         GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE which are like
2722         their G_ counterparts, but also mark the name, nick
2723         and blurb as static.
2724
2725         * gtk/*.c: Mark param spec strings as static, using
2726         the new macros.
2727
2728         * gtk/gtkspinbutton.h: Fix a typo.
2729
2730 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
2731
2732         * gtk/gtkcellrendererprogress.c: 
2733         * gtk/gtkcellrendererpixbuf.c: 
2734         * gtk/gtkcellrenderercombo.c: 
2735         * gtk/gtkcellrenderer.c: 
2736         * gtk/gtkcalendar.c: 
2737         * gtk/gtkbutton.c: 
2738         * gtk/gtkbox.c: 
2739         * gtk/gtkbbox.c: 
2740         * gtk/gtkaspectframe.c: 
2741         * gtk/gtkarrow.c: 
2742         * gtk/gtkalignment.c: 
2743         * gtk/gtkactiongroup.c: 
2744         * gtk/gtkaction.c:
2745         * gtk/gtkaccellabel.c: 
2746         * gtk/gtkaboutdialog.c: Mark param spec strings as static.
2747
2748         * gdk/gdkpango.c (gdk_pango_renderer_class_init): 
2749         * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): Mark
2750         param spec strings as static.
2751
2752 2005-03-21  Tor Lillqvist  <tml@novell.com>
2753
2754         * modules/engines/ms-windows/*.c: Silence gcc warnings (unused
2755         variables, unhandled enum value in switch). Use g_object_unref()
2756         instead of deprecated gdk_gc_unref() and gdk_drawable_unref().
2757
2758         * modules/engines/ms-windows/xp_theme.c (xp_theme_map_gtk_state): 
2759         Add missing "case" keyword.
2760
2761         * modules/engines/ms-windows/Makefile.am: Link with -lgdi32
2762         explicitly.
2763
2764 2005-03-20  Tor Lillqvist  <tml@novell.com>
2765
2766         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Return the
2767         Terminal Services session number, window station name (always
2768         "WinSta0" in interactive processes), and desktop name (typically
2769         "Default"), concatenated with backslash separators.
2770         (gdk_display_open): Accept only NULL or the string
2771         gdk_display_get_name() returns as display name.
2772
2773 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
2774
2775         Make PLT-reduction work with gcc4, and don't include
2776         everything in gdkalias.h:
2777         
2778         * gtk/grk.symbols: Group symbols by header and source file.
2779         * gtk/makegtkalias.pl: Protect definitions by the same 
2780         preprocessor symbols used to guard the headers. Move
2781         the alias declarations to a separate file which is 
2782         produced when calling makegtkalias.pl -def
2783         * gdk/Makefile.am (gtkaliasdef.c): Add a rule to generate 
2784         this file.
2785         * gtk/*.c: Include gtkalias.h after the other headers, 
2786         include gtkaliasdef.c at the bottom.
2787         * gtk/*.h: Small cleanups.
2788
2789 Fri Mar 18 23:59:49 2005  Soeren Sandmann  <sandmann@redhat.com>
2790
2791         * gtk/gtkmenutoolbutton.c (arrow_button_button_press_event_cb):
2792         Make right-clicks not pop up the menu.
2793
2794 2005-03-18  Owen Taylor  <otaylor@redhat.com>
2795
2796         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_finish): 
2797         Call cairo_surface_finish()
2798
2799         * gdk/gdkinternals.c gdk/x11/gdkdrawable-x11.c: Remoev
2800         _gdk_windowing_set_surface_device_offset().
2801
2802 2005-03-18  Tor Lillqvist  <tml@novell.com>
2803
2804         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
2805         WM_MOUSEMOVE, don't check if this process owns the active
2806         window. This makes cross-application widget embedding work better.
2807         On WM_MOVE, don't bother checking for window visibility.
2808
2809         * gdk/win32/gdkim-win32.c: Remove bogus empty doc comment. Remove
2810         unused variables. Add some casts to silence gcc.
2811
2812 2005-02-24  Owen Taylor  <otaylor@redhat.com>
2813
2814         * gdk/gdkwindow.c: Use cairo_set_device_offset().
2815
2816         * gdk/win32/gdkdrawable-win32.[ch] gdk/win32/gdkwindow-win32.c
2817         gdk/win32/gdkpixmap-win32.c: 
2818         Add_gdk_win32_drawable_acquire/release_dc() to get a DC for the 
2819         drawable. Add _gdk_drawable_win32_finish() to clean up resources
2820         when a drawable is destroyed.
2821
2822         * gdk/win32/gdkgc-win32.c gdk/win32/gdkdrawable-win32.c
2823         (blit_from_pixmap) gdk/win32/gdkprivate-win32.h : Use 
2824         acquire/release_dc when getting a DC to use with a GC or for 
2825         blitting from a pixmap.
2826
2827         * gdk/win32/gdkdrawable-win32.[ch]: Implement ref_cairo_surface()
2828
2829         * gdk/win32/gdkpango-win32.c gdk/win32/gdkdrawable-win32.c Makefile.am:
2830         Remove gdk_screen_get_pango_context(), draw_glyph[_transformed]
2831         implementations.
2832
2833         * gdk/win32/gdkdrawable-win32.c: Remove 
2834         gdk_draw_rectangle_alpha_libgtk_only()
2835
2836 2005-03-17  Owen Taylor  <otaylor@redhat.com>
2837
2838         * gdk/gdkpango.c: Fix get_stipple_surface to actually work, set
2839         EXTEND_REPEAT on the stipple pattern.
2840
2841 2005-03-17  Matthias Clasen  <mclasen@redhat.com>
2842
2843         * gtk/gtklabel.c (gtk_label_set_markup): Fix formatting
2844         in example in the docs.  (#170611, Jianfei Wang)
2845
2846         * gtk/gtkiconview.c (gtk_icon_view_size_allocate): Clamp
2847         adjustment values on resize.  (#170567, Tomislav Jonjic)
2848
2849         * gtk/gtkicontheme.c (theme_lookup_icon): Don't crash
2850         if there is no cache.  (#170652, Diego Gonzalez)
2851         
2852         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
2853         Make inline completion insert the prefix at the
2854         right spot.  (#170146, Doug Quale)
2855
2856 2005-03-17  Tor Lillqvist  <tml@novell.com>
2857
2858         * gdk/gdkkeynames.c: gdk_key is a typedef, not a struct tag.
2859
2860 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
2861
2862         * gtk/gtkprogressbar.c (gtk_progress_bar_get_ellipsize): 
2863         Typo fix in the docs.
2864         
2865         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_set_arrow_tooltip): 
2866         Typo fix in the docs.
2867
2868         * gtk/gtkiconview.c (gtk_icon_view_set_columns) 
2869         (gtk_icon_view_get_columns, gtk_icon_view_set_item_width) 
2870         (gtk_icon_view_get_item_width, gtk_icon_view_set_spacing) 
2871         (gtk_icon_view_get_spacing, gtk_icon_view_set_row_spacing) 
2872         (gtk_icon_view_set_column_spacing) 
2873         (gtk_icon_view_get_row_spacing, gtk_icon_view_get_margin) 
2874         (gtk_icon_view_set_margin): Add docs.
2875         
2876         * gtk/gtkcellview.c (gtk_cell_view_get_displayed_row): 
2877         Add docs.
2878
2879 2005-03-15  Owen Taylor  <otaylor@redhat.com>
2880
2881         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkpixmap.c gdk/gdkwindow.c 
2882         gdk/x11/gdkdrawable-x11.c gdk/x11/gdkpixmap-x11.c gdk/x11/gdkwindow-x11.c
2883         gdk/gdkinternals.h: Switch set_cairo_target() virtual function to
2884         ref_cairo_surface()
2885
2886         * gdk/gdkdrawable.h gdk/gdkdraw.h: Switch set_cairo_target() virtual
2887         function to create_cairo_context()
2888
2889         * gdk/gdkwindow.c: Clear double buffer pixmaps with Cairo.
2890
2891         * gdk/x11/gdkwindow-x11.c: Keep all components in GdkWindowObject.bg_color,
2892         not just the pixel.
2893
2894         * tests/testcairo.c: Update for create_cairo_context()
2895
2896         * gdk/gdkdraw.c (gdk_draw_trapezoids, gdk_draw_glyphs[_transformed]):
2897         Reimplement in terms of Cairo, bypass the vtable entries.
2898
2899         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkdisplay-x11.[ch]
2900         gdk/x11/gdkgc-x11.c gdk/x11/gdkpango-x11.c
2901         gdk/x11/gdkprivate-x11.h gdk/x11/Makefile.am: Remove
2902         implementation of draw_trapezoids / draw_glyphs[_transformed].
2903
2904         * gdk/gdkpango.c: Switch GdkPangoRenderer to use Cairo
2905
2906         * gdk/gdkpango.c gdk/x11/gdkpango-x11.c: Move
2907         gdk_pango_context_get_for_screen() into the backend independent code.
2908
2909         * gdk/x11/gdkdrawable-x11.[ch]: Remove Xft use, use RENDER directly
2910         for drawing images.
2911
2912         * gdk/gdkdrawable.h gdk/x11/gdkdrawable-x11.c: Remove
2913         gdk_draw_rectangle_alpha_libgtk_only.
2914
2915         * gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c: Add 
2916         gdk_pixbuf_set_as_cairo_source()
2917
2918         * gdk/gdk.symbols: Update
2919
2920         * gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkruler.[ch]
2921         gtk/gtk[hv]ruler.c: Convert to Cairo rendering.
2922
2923         * gtk/gtkstyle.c (gtk_default_draw_check, gtk_default_draw_focus,
2924         gtk_default_draw_option): Switch to Cairo. Simplify the checkbutton,
2925         radio button style for now to get something more scalable.
2926
2927         *  gtk/gtksettings.c: #if 0 out the code to use PangoXft for hinting/
2928         antialiasing/dpi settings.
2929
2930 2005-03-16  Matthias Clasen  <mclasen@redhat.com>
2931
2932         * demos/gtk-demo/editable_cells.c: Also demonstrate
2933         GtkCellRenderer::editing-started and separators.
2934
2935 Tue Mar 15 20:34:33 2005  Manish Singh  <yosh@gimp.org>
2936
2937         * gdk/x11/gdkinput-xfree.c: #include gdkaliasdef.c here too.
2938
2939 2005-03-15  Matthias Clasen  <mclasen@redhat.com>
2940
2941         Make PLT-reduction work with gcc4, and don't include
2942         everything in gdkalias.h:
2943
2944         * gdk/gdk.symbols: Group symbols by header and source file.
2945         * gdk/makegdkalias.pl: Protect definitions by the same
2946         preprocessor symbols used to guard the headers. Move
2947         the alias declarations to a separate file which is
2948         produced when calling makegdkalias.pl -def
2949         * gdk/Makefile.am (gdkaliasdef.c): Add a rule to generate this
2950         file.
2951         * gdk/*.c, gdk/x11/*.c: Include gdkalias.h after the other
2952         headers, include gdkaliasdef.c at the bottom.
2953
2954 2005-03-16  Tor Lillqvist  <tml@novell.com>
2955
2956         * gdk/win32/gdkdisplay-win32.c (_win32_on_clipboard_change): Print
2957         debugging output only if asked for, not always.
2958
2959         * gdk/win32/*.c: Use the %+d%+d format for coordinate pairs in
2960         debugging printout instead of +%d+%d. Misc other additions and
2961         cosmetic improvements to debugging printouts. Use API_CALL() and
2962         GDI_CALL() macros in more places.
2963
2964         * gdk/win32/gdkwindow-win32.c (gdk_window_move, gdk_window_resize,
2965         gdk_window_move_resize): To detect child windows, check whether
2966         the real parent is not the desktop window, instead of relying on
2967         the GDK window type being GDK_WINDOW_CHILD. Foreign GtkPlug
2968         windows have a GDK window type GDK_WINDOW_FOREIGN, but are still
2969         de facto child windows.
2970
2971         * gdk/win32/gdkprivate-win32.h
2972         * gdk/win32/*.c: Drop global variable _gdk_root_window, just call
2973         GetDesktopWindow(). Rename the GdkWindow* _gdk_parent_root to
2974         _gdk_root.
2975
2976         * gdk/win32/gdkwindow-win32.h (GdkWindowImplWin32): Add
2977         toplevel_window_type field.
2978
2979         * gdk/win32/gdkwindow-win32.c: As there is only one root window in
2980         GDK on Win32, we can compare directly to _gdk_root instead of
2981         checking the window type.
2982         (gdk_window_reparent): When reparenting a child of the desktop
2983         clear out the window decorations. Correspondingly, when
2984         reparenting to the desktop, add decorations. As in the X11
2985         backend, save the window type of a toplevel window when
2986         reparenting, in case it is reparented back to toplevel.
2987
2988 2005-03-15  Matthias Clasen  <mclasen@redhat.com>
2989
2990         * gtk/gtkradioaction.c (gtk_radio_action_get_group): Add an
2991         example for manually setting up a group of actions.
2992
2993         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
2994         Document that inline completion requires text-column to be set.
2995         (gtk_entry_completion_compute_prefix): Return NULL if text-column
2996         is not set.
2997
2998         * gtk/gtkentry.c (check_completion_callback): Call 
2999         gtk_entry_completion_complete() before inserting the prefix,
3000         otherwise the prefix may depend on (random) state of the
3001         filter model.  
3002
3003 2005-03-15  Anders Carlsson  <andersca@imendio.com>
3004
3005         * docs/iconcache.txt:
3006         Update spec.
3007         
3008         * gtk/gtkiconcache.c: (find_image_offset),
3009         (_gtk_icon_cache_get_icon_flags), (_gtk_icon_cache_add_icons),
3010         (_gtk_icon_cache_get_icon), (_gtk_icon_cache_get_icon_data):
3011         * gtk/gtkiconcache.h:
3012         Update to be able to fetch pixbuf data and icon metadata.
3013         
3014         * gtk/gtkicontheme.c: (theme_lookup_icon), (gtk_icon_info_free),
3015         (icon_info_ensure_scale_and_pixbuf):
3016         Use new cache functions.
3017         
3018         * gtk/updateiconcache.c: (foreach_remove_func), (load_icon_data),
3019         (maybe_cache_image_data), (scan_directory), (write_pixdata),
3020         (get_image_meta_data_size), (get_image_pixel_data_size),
3021         (get_image_data_size), (get_single_node_size), (get_bucket_size),
3022         (write_bucket), (main):
3023         Update to write pixbuf data as well as information from .icon
3024         files.
3025         
3026 2005-03-15  Tor Lillqvist  <tml@novell.com>
3027
3028         * gdk/win32/gdkmain-win32.c (_gdk_win32_key_to_string): New
3029         debugging function. As GetKeyNameText() returns a localized key
3030         name we need to convert it to UTF-8.
3031
3032         * gdk/win32/gdkprivate-win32.h: Declare it.
3033
3034         * gdk/win32/gdkevents-win32.c: Use it.
3035
3036         * gdk/win32/gdkwindow-win32.c (gdk_window_new_internal): Fix
3037         handling of children of foreign windows. They should be child
3038         windows from Windows's perspective, even if they are toplevel GDK
3039         windows.
3040
3041 2005-03-13  Ivan, Wong Yat Cheung  <email@ivanwong.info>
3042
3043         * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): A further fix
3044         for big window support. Now also the test in testgtk works.
3045
3046 2005-03-11  Matthias Clasen  <mclasen@redhat.com>
3047
3048         * gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
3049         style changes.  (#169334, Yury Puzis)
3050
3051         * gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
3052         the doc comments.  (#169967, Masao Mutoh)
3053
3054 2005-03-12  Ivan, Wong Yat Cheung  <email@ivanwong.info>
3055
3056         Big window fix for Win32. Big windows are still emulated within
3057         16-bit coordinate limits, though. Big windows now work on NT-based
3058         Windows. (#169989)
3059
3060         * gdk/win32/gdkgc-win32.c (_gdk_win32_gdkregion_to_hrgn): Use
3061         32-bit coordinates.
3062
3063         * gdk/win32/gdkgeometry-win32.c: Largely rewrite.
3064
3065         * gdk/win32/gdkwindow-win32.c: Minor related changes.
3066         
3067 2005-03-10  Matthias Clasen  <mclasen@redhat.com>
3068
3069         * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): 
3070         Fix a doc typo.  (#169873, Johan Dahlin)
3071
3072         * gtk/gtkdialog.c (gtk_dialog_map): Don't
3073         try to focus the default_widget if there is 
3074         none.  (#169881, Thomas Leonard)
3075
3076 Wed Mar  9 19:20:44 2005  Manish Singh  <yosh@gimp.org>
3077
3078         * configure.in: Remove inadvertent gail references, require
3079         Pango 1.9.0
3080
3081 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
3082
3083         * configure.in: Require GLib 2.7.0
3084
3085 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
3086
3087         * gtk/gtkwidget.h (struct _GtkWidget): Typo fixes in comments.
3088         (#169728, Morten Welinder, Owen Taylor)
3089
3090         * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo
3091         in the docs.  (#169729, Morten Welinder)
3092
3093         * gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
3094
3095         * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize 
3096         when the model is unset.  (#169528, Tomislav Jonjic)
3097
3098 2005-03-09  Matthias Clasen  <mclasen@redhat.com>
3099
3100         * gtk/gtkviewport.c (gtk_viewport_class_init): 
3101         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): 
3102         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_class_init): 
3103         * gtk/gtktipsquery.c (gtk_tips_query_class_init): 
3104         * gtk/gtktext.c (gtk_text_class_init): 
3105         * gtk/gtkstatusbar.c (gtk_statusbar_class_init): 
3106         * gtk/gtkspinbutton.c (gtk_spin_button_class_init): 
3107         * gtk/gtktoggleaction.c (gtk_toggle_action_class_init): 
3108         * gtk/gtkoptionmenu.c (gtk_option_menu_class_init): 
3109         * gtk/gtkoldeditable.c (gtk_old_editable_class_init): 
3110         * gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): 
3111         * gtk/gtktoolbutton.c (gtk_tool_button_class_init): 
3112         * gtk/gtktoolitem.c (gtk_tool_item_class_init): 
3113         * gtk/gtkimage.c (gtk_image_class_init): 
3114         * gtk/gtkruler.c (gtk_ruler_class_init): 
3115         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
3116         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): 
3117         * gtk/gtkprogress.c (gtk_progress_class_init): 
3118         * gtk/gtkmenu.c (gtk_menu_class_init): 
3119         * gtk/gtkscale.c (gtk_scale_class_init): 
3120         * gtk/gtkpaned.c (gtk_paned_class_init): 
3121         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
3122         * gtk/gtkfontbutton.c (gtk_font_button_class_init): 
3123         * gtk/gtkfontsel.c (gtk_font_selection_class_init): 
3124         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
3125         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
3126         * gtk/gtkcurve.c (gtk_curve_class_init): 
3127         * gtk/gtkcombo.c (gtk_combo_class_init): 
3128         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
3129         * gtk/gtkcolorbutton.c (gtk_color_button_class_init): 
3130         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): 
3131         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): 
3132         * gtk/gtkcheckbutton.c (gtk_check_button_class_init): 
3133         * gtk/gtktogglebutton.c (gtk_toggle_button_class_init): 
3134         * gtk/gtkcellview.c (gtk_cell_view_class_init): 
3135         * gtk/gtktoolbar.c (gtk_toolbar_class_init): 
3136         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): 
3137         * gtk/gtkclist.c (gtk_clist_class_init): 
3138         * gtk/gtkctree.c (gtk_ctree_class_init): 
3139         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): 
3140         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): 
3141         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
3142         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_class_init): 
3143         * gtk/gtkcalendar.c (gtk_calendar_class_init): 
3144         * gtk/gtkbbox.c (gtk_button_box_class_init): 
3145         * gtk/gtktable.c (gtk_table_class_init): 
3146         * gtk/gtkaspectframe.c (gtk_aspect_frame_class_init): 
3147         * gtk/gtkframe.c (gtk_frame_class_init): 
3148         * gtk/gtkaction.c (gtk_action_class_init): 
3149         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): 
3150         * gtk/gtkaboutdialog.c (gtk_about_dialog_class_init): 
3151         * gtk/gtkdialog.c (gtk_dialog_class_init): More of the same.
3152
3153 2005-03-08  Matthias Clasen  <mclasen@redhat.com>
3154
3155         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): 
3156         * gtk/gtkrange.c (gtk_range_class_init): 
3157         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_class_init): 
3158         * gtk/gtktexttag.c (gtk_text_tag_class_init): 
3159         * gtk/gtktextview.c (gtk_text_view_class_init): 
3160         * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): 
3161         * gtk/gtknotebook.c (gtk_notebook_class_init): 
3162         * gtk/gtkentry.c (gtk_entry_class_init): 
3163         * gtk/gtkexpander.c (gtk_expander_class_init): 
3164         * gtk/gtkarrow.c (gtk_arrow_class_init): 
3165         * gtk/gtkalignment.c (gtk_alignment_class_init): 
3166         * gtk/gtkbutton.c (gtk_button_class_init): 
3167         * gtk/gtklabel.c (gtk_label_class_init): 
3168         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): 
3169         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
3170         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 
3171         * gtk/gtktreeview.c (gtk_tree_view_class_init): 
3172         * gtk/gtkbox.c (gtk_box_class_init): 
3173         * gtk/gtkwindow.c (gtk_window_class_init, gtk_window_class_init): 
3174         * gtk/gtkcontainer.c (gtk_container_class_init): 
3175         * gtk/gtkwidget.c (gtk_widget_class_init): 
3176         * gtk/gtkobject.c (gtk_object_class_init): Use canonical names
3177         when registering param specs.
3178
3179         * demos/gtk-demo/editable_cells.c: Use GtkCellRendererCombo
3180         (#169607, Mark McLoughlin)
3181         
3182         * gtk/gtk.symbols: Add the new attributes here, too.
3183
3184         * gtk/gtkwidget.h: 
3185         * gtk/gtktreeview.h: 
3186         * gtk/gtktreeviewcolumn.h: 
3187         * gtk/gtktextbuffer.h: 
3188         * gtk/gtkobject.h: 
3189         * gtk/gtkfilechooserdialog.h: 
3190         * gtk/gtkdialog.h: 
3191         * gtk/gtkcontainer.h: 
3192         * gtk/gtkcelllayout.h: 
3193         * gtk/gtkaboutdialog.h: Use G_GNUC_NULL_TERMINATED where
3194         appropriate.  (#165682, Marc Meissner)
3195
3196 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
3197
3198         Convert the gdk keyval-keyname tables to a big string
3199         + offsets. (#168901)
3200         
3201         * gdk/gen-keyname-table.pl: Perl script inspired by
3202         pango/tools/gen-color-table.pl to create the 
3203         gdk_keys_by_keyval and gdk_keys_by_name tables as lists
3204         of offsets pointing into a big const string.
3205         
3206         * gdk/keynames.txt: List of keyval-keyname pairs.
3207         * gdk/keyname-table.h: Generated tables.
3208
3209         * gdk/gdkkeynames.c: Include keyname-table.h and don't
3210         generate the inverse table at runtime.
3211
3212 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
3213
3214         * gtk/gtkstyle.c: Document which parameters may be NULL.  
3215         (#166855, Frank Naumann)
3216
3217 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
3218
3219         * AUTHORS: Add original authors of incorporated software.
3220
3221 Thu Mar  3 16:59:44 2005  Manish Singh  <yosh@gimp.org>
3222
3223         * configure.in: URL escape the '+' in gtk+ in the bugzilla URL.
3224
3225 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
3226
3227         * gtk/gtksettings.c (gtk_settings_get_property): 
3228         * gtk/gtkrc.c (gtk_rc_parse_assignment): Don't leak 
3229         the values here.  (#169047, Philip Langdale)
3230
3231         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
3232         Don't warn if a stock icon cannot be found.  (#168830,
3233         Sven Neumann)
3234
3235 2005-03-03  Matthias Clasen  <mclasen@redhat.com>
3236
3237         * gtk/gtkwidget.c (gtk_widget_reparent_subwindows): 
3238         Avoid warnings if gtk_widget_reparent() is called at
3239         unusual times.  (#168966, Christian Persch)
3240
3241 Tue Mar  1 14:04:08 2005  Manish Singh  <yosh@gimp.org>
3242
3243         * gdk/x11/gdkproperty-x11.c (virtual_atom_check_init): Cast to avoid
3244         const warnings on data structure seeding.
3245
3246 Tue Mar  1 13:53:56 2005  Manish Singh  <yosh@gimp.org>
3247
3248         * gtk/xdgmime/xdgmime.[ch]: revert previous change, maintain ABI.
3249
3250 2005-03-01  Matthias Clasen  <mclasen@redhat.com>
3251
3252         * gtk/gtkmenutoolbutton.c (button_state_changed_cb): 
3253         Fix prelighting.  (#157392, Vincent Noel, patch by
3254         Christian Persch)
3255
3256         * gtk/gtkicontheme.c (theme_lookup_icon): Make 
3257         icon data caching work again.  (#168851, Alexander Larsson)
3258
3259         * gdk-pixbuf/gdk-pixbuf.c:
3260         * gdk-pixbuf/gdk-pixbuf-features.h.in:
3261         Revert the previous change, since it breaks
3262         bin compat.
3263
3264 2005-03-01  Matthias Clasen  <mclasen@redhat.com>
3265
3266         * gdk/gdkkeyuni.c
3267         * gdk/gdkpixbuf-drawable.c
3268         * gdk/gdkrgb.c
3269         * gdk/x11/gdkdnd-x11.c
3270         * gdk/x11/gdkevents-x11.c
3271         * gdk/x11/gdkproperty-x11.c
3272         * gdk/x11/gdkvisual-x11.c
3273         * gdk-pixbuf/gdk-pixbuf.c
3274         * gdk-pixbuf/gdk-pixbuf-features.h.in
3275         * gtk/gtkaction.c
3276         * gtk/gtkbindings.c
3277         * gtk/gtkcolorbutton.c
3278         * gtk/gtkcombo.c
3279         * gtk/gtkcontainer.c
3280         * gtk/gtkfilechooserdefault.c
3281         * gtk/gtkfilesel.c
3282         * gtk/gtkgamma.c
3283         * gtk/gtkiconview.c
3284         * gtk/gtkinputdialog.c
3285         * gtk/gtkitemfactory.c
3286         * gtk/gtkmenu.c
3287         * gtk/gtktextview.c
3288         * gtk/gtktooltips.c
3289         * gtk/gtktreedatalist.c
3290         * gtk/gtkuimanager.c
3291         * gtk/tree_minus.xpm
3292         * gtk/tree_plus.xpm
3293         * gtk/xdgmime/xdgmime.c
3294         * gtk/xdgmime/xdgmime.h: 
3295         Move constant data to .rodata.
3296
3297 2005-02-27  Matthias Clasen  <mclasen@redhat.com>
3298
3299         * gtk/gtkaction.c (connect_proxy): Improve the handling
3300         of buttons as action proxys.  (#165534, Milosz Derezynski)
3301
3302         * gtk/gtklabel.c (gtk_label_size_request): Fix a typo.
3303         (#168646, Vincent Untz)
3304
3305         * gtk/gtkfilechooserdefault.c (save_folder_combo_create): 
3306         Unset "focus-on-click" for the save folder combo.  (#168688,
3307         Sven Neumann)
3308
3309 2005-02-25  Matthias Clasen  <mclasen@redhat.com>
3310
3311         * demos/testpixbuf.c (main): Remove a C++ comment.  (#168531, 
3312         Paul Cornett)
3313
3314         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Don't leak a 
3315         path here.  (#168443, Morten Welinder)
3316
3317 2005-02-24  Robert Ögren  <gtk@roboros.com>
3318
3319         Implement better handling of Wintab tablet context overlap on
3320         Win32. (#167298)
3321
3322         * gdk/win32/gdkinput-win32.c (_gdk_input_set_tablet_active): New
3323         function that brings any tablet contexts to the top of the overlap
3324         order.
3325         * gdk/win32/gdkinput-win32.h: Declare _gdk_input_set_tablet_active ()
3326         * gdk/win32/gdkevents-win32.c (gdk_event_translate):
3327         Call _gdk_input_set_tablet_active when a window is activated (on
3328         WM_ACTIVATE)
3329
3330 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3331
3332         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_path): 
3333         Don't leak parent_path.  (#168435, Morten Welinder)
3334
3335 Thu Feb 24 14:20:16 2005  Søren Sandmann  <sandmann@redhat.com>
3336
3337         * gtk/gtkstyle.c: Add
3338
3339         g_return_if_fail (style->depth == gdk_drawable_get_depth(window));
3340
3341         all over the place.
3342
3343 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3344
3345         * gtk/gtkcombobox.c: Consistently use gtk_tree_row_reference_valid().
3346         (gtk_combo_box_model_row_deleted): Update the displayed row in 
3347         the cell_view.  (#167842, Gustavo Carneiro)
3348
3349 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3350
3351         Fix #167259, reported by  Christian Persch:
3352         
3353         * gtk/gtkwidget.c (gtk_widget_unparent): Unmap the reparented 
3354         widget, even if we avoid the unrealizing. 
3355         (gtk_widget_reparent_subwindows): Make reparenting work for
3356         !NO_WINDOW widgets which have other windows which are siblings
3357         of widget->window (as e.g. GtkSpinButton).
3358
3359 2005-02-24  Matthias Clasen  <mclasen@redhat.com>
3360
3361         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_changed): 
3362         Don't emit a warning if a parent node is filtered out. (#164726,
3363         Olivier Sessink)
3364
3365 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
3366
3367         * gtk/gtklabel.c (gtk_label_style_set): Revert the last 
3368         change, since gtk_widget_set_style_internal() already
3369         queues a resize.
3370
3371 2005-02-23  Matthias Clasen  <mclasen@redhat.com>
3372
3373         * gtk/gtklabel.c (gtk_label_style_set): Queue a resize, since
3374         fonts may have changed.  (#164128, Phil Blundell)
3375
3376         * gtk/gtkaboutdialog.c (gtk_about_dialog_init) 
3377         (gtk_about_dialog_new): Move initialization code from _new to 
3378         _init.  (#168249, Murray Cumming) 
3379
3380 Wed Feb 23 17:34:01 2005  Jonathan Blandford  <jrb@redhat.com>
3381
3382         * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
3383         jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
3384         widgets.
3385
3386 2005-02-23  Tor Lillqvist  <tml@novell.com>
3387
3388         * gdk/win32/gdkkeys-win32.c (update_keymap): Workaround for bug in
3389         MapVirtualKey(VK_DIVIDE, 0) in some Windows versions. (#142998)
3390
3391 Tue Feb 22 13:49:09 2005  Manish Singh  <yosh@gimp.org>
3392
3393         * gtk/updateiconcache.c: #include <config.h>
3394
3395 2005-02-22  Federico Mena Quintero  <federico@ximian.com>
3396
3397         Merged from gtk-2-6:
3398
3399         Fix #164940, patch by Ben Maurer and Tommi Komulainen.
3400
3401         * gdk/gdkrgb.c (gdk_rgb_convert_565_d): Constify the "dmp" variable.
3402         (gdk_rgb_convert_565_d): Likewise.
3403         (DM_565): Made a static const precomputed array to avoid
3404         allocating it at runtime.
3405         (gdk_rgb_preprocess_dm_565): #ifdef out.
3406
3407 2005-02-20  Matthias Clasen  <mclasen@redhat.com>
3408
3409         * gtk/gtkwindow.c: 
3410         * gtk/gtkclipboard.c: Fix links to freedesktop.org specs
3411         in the documentation.
3412
3413         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
3414         Set have_render_with_trapezoids to GDK_YES when we have 
3415         a new enough Render extension.  (#167965,Billy Biggs) 
3416
3417         * gtk/gtkwindow.c (gtk_window_present): Use the timestamp of
3418         the last user interaction when focusing the window.  (#166379, 
3419         Elijah Newren)
3420
3421 Thu Feb 17 14:58:16 2005  Manish Singh  <yosh@gimp.org>
3422
3423         * gtk/gtkuimanager.c (start_element_handler): make sure expand
3424         is initialized, cast to GTK_SEPARATOR_TOOL_ITEM.
3425
3426 Thu Feb 17 14:52:57 2005  Manish Singh  <yosh@gimp.org>
3427
3428         * gtk/gtkcombobox.c: Pass gtk_widget_get_toplevel() a GTK_WIDGET.
3429
3430 2005-02-16  Matthias Clasen  <mclasen@redhat.com>
3431
3432         * docs/iconcache.txt: Add some information about the
3433         icon cache format (since I can't locate it at freedesktop.org)
3434
3435         Fixes for #143829, Tommi Komulainen, Christian Persch:
3436         
3437         * gtk/gtktreeview.c (gtk_tree_view_destroy): Remove the
3438         typeselect_flush_timeout when destroying the widgets
3439         it is operating on.  
3440         (gtk_tree_view_ensure_interactive_directory): Add the 
3441         popup to the window group of the toplevel it belongs to.
3442
3443         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget) 
3444         (gtk_combo_box_popup): Do the same here. 
3445
3446 2005-02-14  Matthias Clasen  <mclasen@redhat.com>
3447
3448         * configure.in: Kill --enable-ansi  (#164394)
3449
3450 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
3451
3452         * gtk/gtkpathbar.c (gtk_path_bar_finalize): Stop scrolling 
3453         when the pathbar goes away.  (#167094, Rodney Dawes)
3454         (change_icon_theme): Use GTK_ICON_SIZE_MENU here as 
3455         well  (Vincent Noel)
3456
3457 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
3458
3459         Support vertical menubars  (#166632): 
3460         
3461         * gtk/gtkenums.h (GtkPackDirection): New enumeration for pack 
3462         directions, with values for left-to-right, right-to-left, 
3463         top-to-bottom and bottom-to-top.
3464
3465         * gtk/gtk.symbols: 
3466         * gtk/gtkmenubar.h: 
3467         * gtk/gtkmenubar.c: Add two properties, pack-direction and
3468         child-pack-direction, which specify how children and 
3469         grandchildren of a menubar are packed, with getters and setters. 
3470
3471         * gtk/gtkmenubar.c (gtk_menu_bar_set_property): 
3472         (gtk_menu_bar_get_property): Implement set_property and get_property.
3473
3474         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): 
3475         (gtk_menu_bar_size_allocate): Take pack direction into account.
3476
3477         * gtk/gtkmenubar.c (gtk_menu_bar_move_current): Implement 
3478         move_current here move all the menubar-specific direction 
3479         tweaking from the generic menushell implementation here.
3480
3481         * gtk/gtkmenu.c (gtk_menu_move_current): Move  menu-specific 
3482         direction tweaking from the generic menushell implementation here.
3483
3484         * gtk/gtkmenuitem.c (gtk_menu_item_size_request): 
3485         (gtk_menu_bar_size_allocate): Take pack direction into account.
3486
3487         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_size_request) 
3488         (gtk_image_menu_item_size_allocate): 
3489         (gtk_image_menu_item_toggle_size_request): Take child pack 
3490         direction into account and pack the image vertically if
3491         necessary.
3492
3493         * gtk/gtkmenushell.c (gtk_menu_shell_real_select_item):
3494         Set the submenu direction to left-right for menuitems in 
3495         vertical menubars.
3496         (gtk_real_menu_shell_move_current): Simplify by moving
3497         direction tweaking to menu- and menubar-specific 
3498         implementations. Take pack direction into account when
3499         doing fallbacks.
3500
3501         * tests/testmenubars.c: Test menubars in various packing
3502         direction combinations.
3503
3504         * tests/Makefile.am (noinst_PROGRAMS): Add testmenubars.
3505
3506 2005-02-11  Matthias Clasen  <mclasen@redhat.com>
3507
3508         Complete the fix for #165770, Vincent Noel:
3509         
3510         * gtk/gtkfilechooserbutton.c (FALLBACK_ICON_SIZE): Make the
3511         fallback size be 16, to be equal to the default for
3512         GTK_ICON_SIZE_MENU (in gtkiconfactory.c:init_icon_sizes()).
3513         (gtk_file_chooser_button_init):
3514         (change_icon_theme): Use GTK_ICON_SIZE_MENU instead of
3515         GTK_ICON_SIZE_SMALL_TOOLBAR. 
3516
3517 2005-02-09  Matthias Clasen  <mclasen@redhat.com>
3518
3519         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): Fix RTL
3520         keynav for going from menubar to menu.
3521
3522 2005-02-08  Christian Rose  <menthos@menthos.com>
3523
3524         * configure.in: Added "xh" to ALL_LINGUAS.
3525
3526 2005-02-08  Matthias Clasen  <mclasen@redhat.com>
3527
3528         * gtk/gtkuimanager.c (start_element_handler): Accept 
3529         the "expand" attribute and set a flag in the node if it
3530         is set to "true".
3531         (update_node): If the expand flag is set, make separator
3532         toolitems non-drawn and expanding.  (#166489, Christian Persch)
3533
3534 2005-02-05  Hans Breuer  <hans@breuer.org>
3535
3536         * gdk/makefile.msc gdk/win32/makefile.msc gtk/makefile.msc.in :
3537         build with Cairo dependency. The patch to acually use Cairo
3538         on win32 will be on gtk-devel-list soon.
3539         * tests/makefile.msc : add testcairo building
3540
3541         * gtk/stock-icons/makefile.msc : split command line into two to
3542         work with the shells default
3543
3544 Fri Feb  4 14:16:31 2005  Manish Singh  <yosh@gimp.org>
3545
3546         * gtk/gtkaccelgroup.c (substitute_underscores): remove unused
3547         function.
3548
3549         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
3550         Add some extra parens for bitop order of operations disambiguiation.
3551
3552         * gtk/gtkstock.c: Fix const confusion, make our own copy of the 
3553         domain when setting a translate function.
3554
3555         * tests/testcombo.c: removed unused variable.
3556
3557 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
3558
3559         * gtk/gtkstock.c (gtk_stock_lookup): Handle item->translation_domain
3560         being NULL.  (#166179, Diego Gonzalez)
3561
3562 2005-02-04  Owen Taylor  <otaylor@redhat.com>
3563
3564         * configure.in: Revert gtk_binary_version to 2.4.0. Fix
3565         up comment to talk only about backwards compat, not
3566         forward/backwards compat. (#166293, reported by Vincent Noel)
3567
3568 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
3569
3570         * gtk/gtkpaned.c (gtk_paned_compute_position): Work better
3571         when there is not enough space. This avoids a nasty size
3572         allocation loop in the file chooser.  (#154007, reported 
3573         by Milosz Derezynski, patch by Robert Ögren)
3574
3575 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
3576
3577         * gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious
3578         selection of RTL direction if the widget does not have 
3579         focus.  (#164125, Frederic Crozat)
3580
3581 Thu Feb  3 19:15:55 2005  Manish Singh  <yosh@gimp.org>
3582
3583         * gdk/x11/gdkdrawable-x11.c: #include cairo-xlib.h
3584
3585 2005-02-03  Owen Taylor  <otaylor@redhat.com>
3586
3587         * gdk/gdkdrawable.[ch] gdkpixmap.c gdkwindow.c: Add
3588         gdk_drawable_set_cairo_target().
3589
3590         * tests/testtreeflow.c (enum): Use grand not rand as a variable
3591         name because one of the cairo headers is pulling in stdlib.h.
3592
3593         * tests/testcairo.c tests/Makefile.am: Add a simple cairo based
3594         example.
3595
3596         * configure.in: Bump release to 2.7.0, gtk_binary_version to 2.7.0.
3597
3598         * Require libpangocairo for all backends.
3599
3600 2005-02-03  Tor Lillqvist  <tml@novell.com>
3601
3602         * modules/input/gtkimcontextime.c (get_pango_attr_list): Use the
3603         wide character version of ImmGetCompositionString() here,
3604         too. (#165278, Takuro Ashie)
3605
3606 2005-02-03  Matthias Clasen  <mclasen@redhat.com>
3607
3608         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): Don't do
3609         one roundtrip per motion event.  (#166173, pointed out
3610         by Chris Lee, patch by Søren Sandmann)
3611
3612         * gtk/gtk.symbols: 
3613         * gtk/gtkstock.h: 
3614         * gtk/gtkstock.c (gtk_stock_set_translate_func): 
3615         New function which allows to change the function used for
3616         translation stock labels, on a per-domain basis. Use this
3617         functionality to switch the GTK+ stock items to use Q_()
3618         prefixed msgids.  (#166179, Funda Wang)
3619         
3620         * gdk/gdkkeynames.c: Make the gdk_key array const (#166075,
3621         Tommi Komulainen)
3622
3623 2005-02-02  Federico Mena Quintero  <federico@ximian.com>
3624
3625         Merged from gtk-2-6:
3626
3627         * gtk/gtkfilechooserdefault.c (pending_select_paths_process):
3628         Don't select the first row if the chooser is not mapped.  This
3629         happens when it's acting on behalf of GtkFileChooserButton.  Also,
3630         don't select the first row if we are in SAVE or CREATE_FOLDER
3631         modes --- I had missed that (see the ChangeLog entry from
3632         2005-01-18).  Fixes #165264.
3633
3634 2005-02-02  Tor Lillqvist  <tml@novell.com>
3635
3636         Implement lazy extended input initialization on Win32, by Robert
3637         Ögren. Fixes #163163, possibly #162334. Lazy initialization would
3638         be a good idea in any case even if it didn't fix any visible
3639         problems, though.
3640
3641         The Wacom tablet driver seems to get confused if Wintab is
3642         initialized but no window is shown before the process exits. This
3643         is the case for some GIMP plug-ins, for instance. 
3644
3645         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Made
3646         non-static (and renamed).
3647         (_gdk_input_init): Don't call _gdk_input_wintab_init_check().
3648
3649         * gdk/win32/gdkinput-win32.h: Declare _gdk_input_wintab_init_check().
3650
3651         * gdk/win32/gdkinput.c (gdk_devices_list,
3652         gdk_display_list_devices, gdk_input_set_extension_events): Call
3653         _gdk_input_wintab_init_check() here instead.
3654
3655 2005-02-02  Ivan, Wong Yat Cheung  <email@ivanwong.info>
3656
3657         * gdk/win32/gdkselection.c: Use a FIFO list for storing GdkSelProp
3658         of a single window so that gtk_clipboard_request_contents() can be
3659         called inside a GtkClipboardReceivedFunc(). (#163844)
3660
3661 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
3662
3663         * gtk/gtkicontheme.c (gtk_icon_theme_init): Look for icons
3664         in XDG_DATA_DIRS/pixmaps.  (#165950, Thomas Zajic)
3665
3666         * gtk/gtkwindow.c (gtk_window_set_icon_name): Set info->icon_list
3667         to NULL after freeing it.  (#165800, Damon Chaplin)
3668
3669 2005-02-01  Michael Natterer  <mitch@gimp.org>
3670
3671         * configure.in: depend on stable pango-1.8, not unstable 1.7
3672
3673 2005-02-01  Federico Mena Quintero  <federico@ximian.com>
3674
3675         Merged from gtk-2-6:
3676
3677         * gtk/gtkfilechooserdefault.c
3678         (browse_files_model_finished_loading_cb): Don't
3679         g_assert_not_reached() if we are in any other state.  Another code
3680         path may have triggered a folder reload.  Fixes #165556.
3681
3682 2005-02-01  Federico Mena Quintero  <federico@ximian.com>
3683
3684         Merged from gtk-2-6:
3685
3686         Fix #165770:
3687
3688         * gtk/gtkfilechooserdefault.c (FALLBACK_ICON_SIZE): Make the
3689         fallback size be 16, to be equal to the default for
3690         GTK_ICON_SIZE_MENU (in gtkiconfactory.c:init_icon_sizes()).
3691         (change_icon_theme): Use GTK_ICON_SIZE_MENU instead of
3692         GTK_ICON_SIZE_SMALL_TOOLBAR.
3693
3694 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
3695
3696         * */*.c: Fix many instances of "the the" in docs and
3697         comments.  (#165815, Masao Mutoh)
3698
3699         * gtk/updateiconcache.c (main): Add a --quiet option.
3700
3701 2005-02-01  Tor Lillqvist  <tml@novell.com>
3702
3703         * gdk/win32/gdkkeys-win32.c (handle_special, set_shift_vks,
3704         reset_after_dead, handle_dead): New functions, code blocks
3705         refactored out of update_keymap(). No functionality change.
3706
3707         (update_keymap): Use ToUnicodeEx() when available (on NT-based
3708         Windows) instead of ToAsciiEx(). Makes keyboard input work in
3709         Unicode-only input locales that don't have any ANSI codepage, for
3710         instance Hindi and Bengali. Use _gdk_input_codepage only on
3711         Win9x. (#165723)
3712
3713         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
3714         WM_INPUTLANGCHANGE, use GetLocaleInfo() instead of
3715         TranslateCharsetInfo() to get the input locale's corresponding
3716         codepage, if any.
3717
3718 2005-01-31  Matthias Clasen  <mclasen@redhat.com>
3719
3720         * modules/input/gtkimcontextxim.c: Use NULL, not 0 to terminate 
3721         NULL-terminated va lists.  (#165683)
3722
3723 2005-01-29  Matthias Clasen  <mclasen@redhat.com>
3724
3725         * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_set_draw): 
3726         Typo fix.  (#165581, Masao Mutoh)
3727
3728 Thu Jan 27 14:25:45 2005  Manish Singh  <yosh@gimp.org>
3729
3730         * README.cvs-commits: update ancient IRC info.
3731
3732 2005-01-27  Federico Mena Quintero  <federico@ximian.com>
3733
3734         Merged from gtk-2-6:
3735
3736         * gtk/gtkfilechooserdefault.c
3737         (gtk_file_chooser_default_select_path): Oops, don't assert that we
3738         can't reach the end of the function; this happens if we are still
3739         loading but don't need a path change.  Fixes #165213.
3740
3741 2005-01-27  Matthias Clasen  <mclasen@redhat.com>
3742
3743         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): 
3744         Make wrapping work in RTL mode.  
3745
3746         * gtk/gtkaboutdialog.c: Some visual tweaks to the about dialog,
3747         obey HIG spacing a bit more, add a hand cursor when over the
3748         link button.  (#163979, Jorn Baayen)
3749
3750 2005-01-26  Matthias Clasen  <mclasen@redhat.com>
3751
3752         * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): 
3753         Don't allow -1 as minimum-key-length.
3754         (gtk_entry_completion_set_model): Add missing notification.
3755         (gtk_entry_completion_set_minimum_key_length): Add missing
3756         notification, allow setting minimum-key-length to 0.  (#165194,
3757         Vincent Ladeuil)
3758
3759 2005-01-26  Matthias Clasen  <mclasen@redhat.com>
3760
3761         * gtk/gtkaboutdialog.c (display_license_dialog): Make sure
3762         the license dialog is initially displayed without a horizontal
3763         scrollbar.  
3764         (gtk_about_dialog_class_init): Document the fact that the 
3765         license text is not wrapped.  (#165012, Christian Rose)
3766
3767 2005-01-25  Matthias Clasen  <mclasen@redhat.com>
3768
3769         * gtk/gtkbutton.c (gtk_button_set_image): Fix docs.  (#165180,
3770         Jeff Franks)
3771
3772         * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Fix 
3773         docs.  (#165163, Jeff Franks)
3774         
3775         * gtk/gtkimage.c (gtk_image_get_property): Use the correct setter
3776         for a string GValue.  (#165203, Damon Chaplin)
3777
3778 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
3779
3780         * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): 
3781         Initialize user_time from DESKTOP_STARTUP_ID.  (#165131,
3782         Elijah Newren)
3783
3784 2005-01-24  Federico Mena Quintero  <federico@ximian.com>
3785
3786         * gtk/gtkfilechooserdefault.c: Removed leftover comments.
3787
3788 2005-01-24  Federico Mena Quintero  <federico@ximian.com>
3789
3790         Merged from gtk-2-6:
3791
3792         Fix #147785 and clean up the loading code:
3793
3794         * gtk/gtkfilechooserdefault.c (LoadState): Make the set of states
3795         be EMPTY, PRELOAD, LOADING, FINISHED.
3796         (gtk_file_chooser_default_init): Start in the LOAD_EMPTY state.
3797         (struct _GtkFileChooserDefault): Added a pending_select_paths
3798         field.
3799         (load_remove_timer): Add the new states.
3800         (load_setup_timer): Likewise.
3801         (load_timeout_cb): Likewise.  Switch to the LOAD_LOADING state.
3802         (browse_files_model_finished_loading_cb): Switch to the
3803         LOAD_FINISHED state.
3804         (enum PendingOp): Removed.
3805         (struct _GtkFileChooserDefault): Removed the pending_op and
3806         pending_select_path fields.
3807         (pending_select_paths_free): New utility function.
3808         (pending_select_paths_add): New utility function.
3809         (gtk_file_chooser_default_finalize): Call
3810         pending_select_paths_free().
3811         (pending_op_queue): Removed.
3812         (pending_op_process): Removed.
3813         (pending_select_paths_process): New function.
3814         (browse_files_model_finished_loading_cb): Call
3815         pending_select_paths_process().
3816         (center_selected_row_foreach_cb): Handle multiple selection by
3817         only centering the first row.
3818         (get_is_file_filtered): Constify.
3819         (gtk_file_chooser_default_select_path): Queue into a list of paths
3820         to select if we are not finished loading.
3821         (show_and_select_paths): New utility function.
3822         (up_folder_handler): Use pending_select_paths_add().
3823         (gtk_file_chooser_default_should_respond): Do not call
3824         pending_op_queue(); free the pending_selected_paths instead.
3825         (gtk_file_chooser_default_initial_focus): Don't queue a pending
3826         operation, and don't select the first row unconditionally --- this
3827         will happen when the folder is done loading.
3828         (shortcuts_row_activated_cb): Free the pending_select_paths.
3829         (pending_select_paths_store_selection): New utility function.
3830         (gtk_file_chooser_default_map): Call
3831         pending_select_paths_store_selection() to save the selection
3832         before reloading the folder.
3833         (select_func): Umm?  Call gtk_tree_selection_select_iter().  Don't
3834         move the cursor here; it will be done when processing the pending paths.
3835
3836         * tests/testfilechooser.c (main): Add a button to the command
3837         window to unmap and remap the file chooser.
3838
3839 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
3840
3841         * docs/tutorial/gtk-tut.sgml:
3842         * docs/tutorial/gtk_tut.sgml:
3843         * docs/reference/gtk/tmpl/gtkliststore.sgml:
3844         * gtk/gtkactiongroup.c:
3845         * gtk/gtksizegroup.c:
3846         * gtk/gtksizegroup.h:
3847         * gtk/gtktogglebutton.c: Replace "effect" by "affect" where
3848         appropriate.  (#165108, Dan Winship)
3849
3850 2005-01-24  Matthias Clasen  <mclasen@redhat.com>
3851
3852         * gtk/gtkwidget.c (gtk_widget_class_init): Document 
3853         GtkWidget::style-set.  (#164222, Alex Graveley)
3854         
3855 2005-01-22  Matthias Clasen  <mclasen@redhat.com>
3856
3857         * gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full): 
3858         Remove the accidentally added prototype for this unimplemented 
3859         function.  (#164893, Jeff Franks)
3860
3861         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): Avoid spurious
3862         drags.  (#164884)
3863
3864 2005-01-23  Tor Lillqvist  <tml@novell.com>
3865
3866         * gdk/win32/gdkkeys-win32.c (update_keymap): Handle Greek tonos
3867         dead accent key. (#164859, reported and fix verified by Daniel
3868         Atallah.)
3869
3870         * gtk/gtkimcontextsimple.c (gtk_compose_seqs): Handle
3871         GDK_Greek_accentdieresis (tonos and dialytika) combining with iota
3872         and upsilon.
3873
3874         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_volume_get_display_name): 
3875         Don't call GetVolumeInformation() for network drives. They might
3876         be disconnected, and calling GetVolumeInformation() will then
3877         cause long delays. (#164448, reported by Dave Neary.) It seems to
3878         be very hard to reliably find out whether a network drive is
3879         connected or not, so it's easier to just not try getting the
3880         volume name for them. See the bug report for discussion.
3881
3882         Make volume name display formats translatable.
3883
3884         Fix for #163702, from Ivan Wong: 
3885         
3886         * gdk/win32/gdkprivate-win32.h 
3887         * gdk/win32/gdkglobals-win32.c: New flag _ignore_destroy_clipboard.
3888         
3889         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle
3890         WM_DESTROYCLIPBOARD. Unless _ignore_destroy_clipboard, generate a
3891         GDK_SELECTION_CLEAR event.
3892
3893         * gdk/win32/gdkselection-win32.c
3894         (gdk_selection_owner_set_for_display): Set _ignore_destroy_clipboard
3895         when emptying the clipboard ourselves.
3896
3897         (gdk_selection_send_notify_for_display): Remove the artifical
3898         GDK_SELECTION_CLEAR event generation.
3899
3900 2005-01-21  Matthias Clasen  <mclasen@redhat.com>
3901
3902         * gtk/gtkwidget.c (gtk_widget_get_accessible): More details
3903         provided by Bill Haneman.
3904
3905 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
3906
3907         * gtk/gtkwidget.c (gtk_widget_get_accessible): Add docs.  (#164725,
3908         George Kraft IV)
3909
3910         * gtk/gtkdialog.c (gtk_dialog_map): Don't loop forever
3911         here, even if the only focusable widgets are labels.
3912
3913 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
3914
3915         Support tinting in GtkCellRendererPixbuf (#162903, Jorn Baayen):
3916         
3917         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init) 
3918         Add a follow-state property which when TRUE causes the pixbuf
3919         to be tinted according to state.
3920
3921         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): 
3922         Use follow-state and colorize the pixbuf when appropriate.      
3923         
3924 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
3925
3926         Support wrapping in GtkCellRendererText  (#163608):
3927         
3928         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
3929         Add wrap-mode and wrap-width properties which cause a 
3930         text cell to break to a specified width when set.
3931
3932         * gtk/gtkcellrenderertext.c (get_layout): Use wrap-mode
3933         and wrap-width when they are set.
3934
3935 2005-01-20  Matthias Clasen  <mclasen@redhat.com>
3936
3937         * gtk/gtkmodules.c (load_module): Don't reverse the order
3938         of modules when putting them in gtk_modules.  (#162676, Dennis
3939         Cranston, patch by Remus Draica)
3940
3941         * gtk/gtktreeview.c (gtk_tree_view_search_move): Don't crash 
3942         if the tree is empty.  (#164669, Priit Laes)
3943
3944 Wed Jan 19 18:57:02 2005  Manish Singh  <yosh@gimp.org>
3945
3946         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): Call
3947         GDK_DISPLAY_XDISPLAY with a display, not a window. Clean up the
3948         function a bit too.
3949
3950 Wed Jan 19 17:17:31 2005  Manish Singh  <yosh@gimp.org>
3951
3952         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): Squash
3953         strict aliasing warning in _NET_VIRTUAL_ROOTS code.
3954
3955 2005-01-19  Tor Lillqvist  <tml@novell.com>
3956
3957         * gdk/win32/gdkkeys-win32.c (update_keymap,
3958         gdk_keymap_translate_keyboard_state): Handle keyboards with
3959         ShiftLock (and not CapsLock) correctly. (#161814)
3960
3961 2005-01-19  Matthias Clasen  <mclasen@redhat.com>
3962
3963         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond):
3964         In save mode, don't return paths containing nonexisting 
3965         directories.  (#162443, Jean Marie Favreau)
3966
3967         * gtk/gtkobject.c (gtk_object_add_arg_type): Use GLib limit 
3968         macros to avoid sparse warnings. Pointed out by Kjartan Maraas.
3969
3970         * gdk/x11/gdkdisplay-x11.c: Precache the _NET_VIRTUAL_ROOTS
3971         atom.
3972
3973         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): 
3974         Support _NET_VIRTUAL_ROOTS.  (#163910, Carsten Haitzler)
3975         
3976         * gdk/gdk.symbols: 
3977         * gdk/x11/gdkx.h: 
3978         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_get_user_time): 
3979         Add a function to obtain the last user interaction 
3980         time.  (#163119, Elijah Newren)
3981
3982 Tue Jan 18 13:56:09 2005  Manish Singh  <yosh@gimp.org>
3983
3984         * gtk/gtkfilechooserdefault.c (pending_op_queue): Actually assign
3985         PENDING_OP_NONE.
3986
3987 Tue Jan 18 13:46:46 2005  Manish Singh  <yosh@gimp.org>
3988
3989         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids):
3990         disambiguate nested if/else.
3991
3992 2005-01-18  Federico Mena Quintero  <federico@ximian.com>
3993
3994         Merged from gtk-2-6:
3995
3996         * gtk/gtkfilechooserdefault.c (pending_op_queue): Don't queue an
3997         operation to select the first file if we are in SAVE or
3998         CREATE_FOLDER modes.  Executing that operation would overwrite the
3999         contents of the save-name entry.
4000
4001 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
4002
4003         * gdk/gdkdisplay.h: 
4004         * gdk/x11/gdkwindow-x11.c (gdk_display_warp_pointer): 
4005         * gdk/win32/gdkwindow-win32.c (gdk_display_warp_pointer): Add
4006         pointer warping to GDK.  (#160437)
4007
4008         * gtk/gtkcolorsel.c (key_press): Use gdk_display_warp_pointer.
4009
4010 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
4011
4012         * gtk/gtkstyle.c (gtk_default_draw_check) 
4013         (gtk_default_draw_option, gtk_default_draw_handle): Add some
4014         more NULL checks, patch by Michael Natterer.
4015
4016 Tue Jan 18 10:55:47 2005  Søren Sandmann  <sandmann@redhat.com>
4017
4018         * gtk/gtkstyle.c (gtk_default_draw_handle): Check for NULL detail
4019         and NULL widget.
4020
4021         * gtk/gtkstyle.c (gtk_default_draw_box): Check for NULL detail and
4022         NULL widget.  (#164477, Michael Natterer)
4023
4024 2005-01-18  Matthias Clasen  <mclasen@redhat.com>
4025
4026         Avoid X errors when running against servers which
4027         implement XRender < 0.4.  (#164427, Albert Chin)
4028         
4029         * gdk/x11/gdkprivate-x11.h:
4030         * gdk/x11/gdkdrawable-x11.c (_gdk_x11_have_render_with_trapezoids): 
4031         New function to check for trapezoid support in XRender.
4032         (gdk_x11_draw_trapezoids, _gdk_x11_drawable_draw_xtrapezoids): 
4033         Use it here.
4034         
4035         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a 
4036         separate have_render_with_trapezoids field.
4037
4038         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize it.
4039
4040 2005-01-17  Matthias Clasen  <mclasen@redhat.com>
4041
4042         * gtk/gtkiconview.c: Remove debug output. (#164376, Jens Finke)
4043
4044 Mon Jan 17 16:44:36 2005  Jonathan Blandford  <jrb@redhat.com>
4045
4046         * docs/Makefile.am (EXTRA_DIST): add tree-column-sizing.png to
4047         dist.
4048
4049 2005-01-17  Matthias Clasen  <mclasen@redhat.com>
4050
4051         * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmarks): Save
4052         and restore the selected row in the bookmark list and the
4053         save folder combo.  (#164290)
4054
4055 2005-01-16  Matthias Clasen  <mclasen@redhat.com>
4056
4057         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend):
4058         Fix argument order in docs.  
4059
4060 2005-01-15  Matthias Clasen  <mclasen@redhat.com>
4061
4062         * gtk/gtktextview.c (gtk_text_view_check_keymap_direction): 
4063         * gtk/gtkentry.c (gtk_entry_create_layout): Prefer LTR over RTL 
4064         if the keymap is neutral.  (#164125, Phil Blundell)
4065
4066 2005-01-14  Matthias Clasen  <mclasen@redhat.com>
4067
4068         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Allow to
4069         reset the property to its default value -1. 
4070         (gtk_tree_view_get_search_column): Return the default value in
4071         the g_return_val_if_fail() check.  (#163864, Richard Hult)
4072
4073         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_value): 
4074         Add a translator hint.  (#163889)
4075
4076         * configure.in: Check for _NL_TIME_FIRST_WEEKDAY too, since it
4077         is an enum value, not a define. Pointed out by Tommi Komulainen.
4078         * gtk/gtkcalendar.c (gtk_calendar_init): Adapt.
4079
4080 2005-01-13  Matthias Clasen  <mclasen@redhat.com>
4081
4082         * configure.in: Check for nl_langinfo()
4083         * gtk/gtkcalendar.c (gtk_calendar_init): Use nl_langinfo() when it's
4084         available to determine first day of week   (#163842, Vincent Untz)
4085
4086         * gtk/gtkuimanager.c (gtk_ui_manager_get_widget): Add hints about 
4087         the lifecycle of widgets.  (#159503, Christian Persch)
4088
4089         * demos/gtk-demo/main.c (create_text): Use monospace for the 
4090         source code view.  (#163526, Theerud Lawtrakul)
4091
4092         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Use R as mnemonic
4093         for the Credits button to avoid duplicate.  (#163465, Tim-Philipp 
4094         Müller)
4095         
4096         * configure.in: Add an OS_LINUX conditional.
4097
4098         * gdk/Makefile.am (TESTS):
4099         * gdk-pixbuf/Makefile.am (TESTS):
4100         * gtk/Makefile.am (TESTS): Only run abicheck on Linux.  (#163917,
4101         Roger Leigh)
4102
4103 2005-01-13  Matthias Clasen <mclasen@redhat.com>
4104
4105         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
4106         (gtk_tree_view_set_headers_clickable): Make the headers-visible
4107         property readwrite instead of just writable, and remove the
4108         g_return_if_fail check that there is a model when setting this
4109         property. Also improve the blurb.  (#163851, Richard Hult)
4110
4111 2005-01-12  Owen Taylor <otaylor@redhat.com>
4112
4113         * configure.in: Remove GLIB_DIVERT_BEFORE_HELP() on
4114         initialization of gdktarget, that was causing it to be
4115         evaluated before host was set. Simplify --with-gdktarget help
4116         message.
4117
4118         * gtk/Makefile.am: Use grep | head -n 1 instead of grep -m 1 
4119         which doesn't work with slightly older versions of GNU grep 
4120         in install-libtool-import-lib rule.
4121         
4122 2005-01-12  Tor Lillqvist  <tlillqvist@novell.com>
4123
4124         Fix for #162790, by Iwan Wong:
4125         
4126         * gdk/win32/gdkdrawable-win32.c: Implement dashed lines
4127         correctly. Simplify the interface to render_line_horizontal() and
4128         render_line_vertical(). Need to draw lines "manually" also on
4129         NT-based Windowses if we have a dash offset or are drawing
4130         double-dashed lines.
4131
4132         * gdk/win32/gdkprivate-win32.h: Keep also the dash offset,
4133         double-dash flag, and a brush for the background colour (used by
4134         the odd dashes in the double-dash line style) in the GdkGCWin32
4135         struct.
4136
4137         * gdk/win32/gdkgc-win32.c: Set up above new fields.
4138
4139 2005-01-10  Federico Mena Quintero  <federico@ximian.com>
4140
4141         Fix #162617.
4142
4143         * gtk/gtkfilesystemunix.c (STAT_NEEDED_MASK): Take out
4144         GTK_FILE_INFO_IS_HIDDEN; we don't need to stat() to know this.
4145         (gtk_file_system_unix_get_folder): Make error reporting more
4146         accurate.  Don't bail out if we can't read the directory.
4147         (fill_in_stats): Don't return an error; just assume we don't have
4148         stat info for this folder's files.
4149         (fill_in_names): Don't create the hash table for the names if we
4150         can't open the directory.
4151         (gtk_file_folder_unix_list_children): Don't emit the
4152         "finished-loading" signal --- we don't do asynchronous loads, so
4153         we are always finished loading.
4154         (gtk_file_folder_unix_get_info): Use helper functions; handle the
4155         case where we can't stat '/'.
4156         (get_icon_type_from_path): Don't call fill_in_stats() here; only
4157         use the info we have.
4158         (fill_in_mime_type): Don't return an error.  Don't do anything if
4159         we don't have the stat info.
4160
4161 2005-01-10  Owen Taylor  <otaylor@redhat.com>
4162
4163         * Makefile.am (EXTRA_DIST): Adding missing ChangeLog.pre*
4164         to EXTRA_DIST.
4165
4166 2005-01-10  Matthias Clasen  <mclasen@redhat.com>
4167
4168         * gtk/gtkaccelgroup.c (gtk_accel_group_class_init): Document
4169         signals.  (#163319, Murray Cumming)
4170
4171 2005-01-09  Tor Lillqvist  <tlillqvist@novell.com>
4172
4173         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Set current
4174         cursor also when changing the cursor of a window that is the first
4175         ancestor of the window containing the pointer that has a cursor
4176         defined. (#163035, Ivan Wong)
4177
4178 2005-01-09  Anders Carlsson <andersca@gnome.org>
4179
4180         * gtk/gtkcellrenderertext.c: (get_size):
4181         * gtk/gtklabel.c: (gtk_label_size_request):
4182         * gtk/gtkprogressbar.c: (gtk_progress_bar_size_request):
4183         Don't pass NULL to pango_context_get_metrics. Use 
4184         pango_context_get_language instead, which is way faster.
4185         
4186 2005-01-08  Matthias Clasen  <mclasen@redhat.com>
4187
4188         * configure.in: Bump version
4189
4190         * === Released 2.6.1 ===
4191         
4192         * gdk-pixbuf-2.0.pc.in: Require gmodule-no-export-2.0
4193
4194 2005-01-07  Tor Lillqvist  <tml@iki.fi>
4195
4196         * gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
4197         Fix braino. (#163232, Arnaud Charlet)
4198
4199 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
4200
4201         * gtk/gtkiconview.c: Make markup_column work, and fix some
4202         layout issues when either icon or text is missing.  (#163065)
4203
4204 2005-01-06  Federico Mena Quintero  <federico@ximian.com>
4205
4206         * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): Add an
4207         "Open _Location" item.  Fixes #148839.
4208
4209 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
4210
4211         * README.in: Fix a typo.  (#163128, kentaro fukuchi)
4212
4213 2005-01-06  James M. Cape  <jcape@ignore-your.tv>
4214
4215         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new)
4216         (gtk_file_chooser_button_new_with_backend): Use default title if
4217         NULL is passed.
4218
4219         * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: Make examples
4220         match API.
4221
4222 2005-01-05  Federico Mena Quintero  <federico@ximian.com>
4223
4224         Fix #161409:
4225
4226         * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue
4227         a pending operation to select the first row.
4228
4229 2005-01-05  Federico Mena Quintero  <federico@ximian.com>
4230
4231         * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't call
4232         button_data_free() explicitly; the button is weak-reffed and the
4233         callback will free the button data.  Fixes #163010.
4234         (_gtk_path_bar_set_path): Don't ref/sink the button.  And for the
4235         failure case, call gtk_widget_destroy() on it.
4236
4237         * gtk/gtkfilechooserdefault.c (check_is_folder): Use
4238         gtk_file_system_get_folder() again (see the ChangeLog entry from
4239         2004-08-25).  We can't first get the parent folder and then
4240         request the info for the path in question, as the parent folder
4241         may not be readable.  See bug #162617.
4242         (gtk_file_chooser_default_set_current_folder): Assert that the
4243         passed-in path is not null.
4244         (shortcuts_find_current_folder): Likewise.
4245         (shortcuts_add_current_folder): Likewise.
4246         (set_list_model): Likewise.
4247         (gtk_file_chooser_default_map): Only reload the current folder if
4248         it exists.
4249         (bookmarks_check_add_sensitivity): Check for the current folder
4250         being NULL.
4251         (browse_files_select_first_row): Don't set the cursor if there is
4252         no model loaded.
4253
4254 2005-01-05  Matthias Clasen  <mclasen@redhat.com>
4255
4256         * gtk/gtkfilechooserdefault.c: Don't construct errors from 
4257         the GTK_FILE_SYSTEM_ERROR domain. Partial fix for #162911.
4258         (get_file_info, check_is_folder): Translate errors from
4259         the filesystem into the GTK_FILE_CHOOSER_ERROR domain. Rest
4260         of the fix for #162911, noticed by Murray Cumming.
4261
4262 Wed Jan  5 11:42:49 2005  Søren Sandmann  <sandmann@redhat.com>
4263
4264         * gtk/gtkviewport.c (gtk_viewport_realize):
4265         * gtk/gtktextview.c ((text_window_realize): Set the background of
4266         the windows to None instead of adding EXPOSURE_MASK, as suggested
4267         by Owen in #162112.
4268
4269         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Update 
4270         the user time when receiving a WM_DELETE message.  (#162980, 
4271         Elijah Newren)
4272         
4273 Tue Jan  4 16:52:14 2005  Jonathan Blandford  <jrb@redhat.com>
4274
4275         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event):
4276         only reorder on button 1, part of #141937
4277
4278 Tue Jan  4 11:36:43 2005  Søren Sandmann  <sandmann@redhat.com>
4279
4280         Bug 162112.
4281         
4282         * gtk/gtktextview.c (text_window_realize): Add GDK_EXPOSURE_MASK
4283         to win->window's event_mask
4284
4285         * gtk/gtkviewport.c (gtk_viewport_realize): Add GDK_EXPOSURE_MASK
4286         to viewport->view_window.
4287
4288 2005-01-04  Matthias Clasen  <mclasen@redhat.com>
4289
4290         * demos/testpixbuf.c (main): Remove the size_prepared callback,
4291         to test incremental display.
4292         (new_testrgb_window): Return the drawing area, not the window,
4293         since we want to queue draws on the drawing area.
4294
4295 2005-01-03  Matthias Clasen  <mclasen@redhat.com>
4296
4297         * examples/*: Re-extract.
4298
4299         * docs/tutorial/gtk-tut.sgml: Small corrections.
4300         
4301         * docs/tutorial/gtk-tut.sgml: Some updates for the drawing
4302         section.  (#161414, Robert Ancell)
4303
4304         * docs/tutorial/gtk-tut.sgml: Make it build.
4305
4306         * gtk/gtkdialog.c (gtk_dialog_run): Some clarification
4307         regarding modality.  (#112903, Dave Bordoley)
4308
4309         * gtk/gtkfixed.c (gtk_fixed_set_has_window): 
4310         Add a little motivation.  (#145556, Tommi Komulainen)
4311
4312         * docs/tutorial/gtk-tut.sgml: Clarify section on 
4313         g_signal_connect_swapped.   (#120543, David Bourguignon)
4314
4315         Make gtk_icon_theme_load_icon() work independent of
4316         icon factory initialization.  (#162791, Tristan Van Berkom)
4317         
4318         * gtk/gtkiconfactory.[hc]: Rename ensure_default_icons to
4319         _gtk_icon_factory_ensure_default_icons, and make it non-static.
4320
4321         * gtk/gtkicontheme.c (find_builtin_icon): ..and call it here.
4322
4323 2005-01-02  Matthias Clasen  <mclasen@redhat.com>
4324
4325         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_remove_shortcut_folder): 
4326         Don't add a shortcut here.  (#162752, Tor Lillqvist)
4327
4328 2005-01-02  Tor Lillqvist  <tml@iki.fi>
4329
4330         * gtk/Makefile.am (libgtk_target_ldflags): Add -lole32, needed for
4331         CoTaskMemFree in get_special_folder() below.
4332
4333         * gtk/gtkfilesystem.h: Implement case-insensitive path compare on
4334         Win32 using _gtk_file_system_win32_path_compare().
4335
4336         * gtk/gtk.symbols: Add _gtk_file_system_win32_path_compare.
4337
4338         * gtk/gtkfilechooserbutton.c (model_add_special)
4339         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Use
4340         _gtk_file_system_win32_get_desktop() to get correct Desktop folder
4341         on Win32. (#144003)
4342
4343         * gtk/gtkfilesystemwin32.c: Remove unnecessary includes. Do
4344         consider all drives "mounted", including floppies. Trying to
4345         inspect the contents of a nonexistent floppy will cause errors
4346         later that are handled normally, no need to avoid them
4347         completely. Keep the drive type in the GtkFileSystemVolume.
4348         Support UNC paths. (#161797, #137874) Fix error message
4349         capitalizations as in gtkfilesystemunix.c.
4350
4351         (gtk_file_system_win32_init): Start one timeout per
4352         GtkFileSystemWin32.
4353
4354         (gtk_file_system_win32_finalize): Remove the timeout.
4355
4356         (get_special_folder): Copied from GLib.
4357
4358         (_gtk_file_system_win32_get_desktop): New function, uses
4359         get_special_folder().
4360
4361         (gtk_file_system_win32_list_volumes): Don't start a timeout at
4362         each call to this function. Don't assume A: and B: are floppies.
4363
4364         (gtk_file_system_win32_get_volume_for_path): Don't assume all
4365         volumes are drive roots, i.e. support share roots of UNC paths
4366         (\\server\share).
4367
4368         (gtk_file_system_win32_get_folder): Don't assume errno is set
4369         after g_file_test() returns FALSE. It isn't on Win32 (and even on
4370         Unix I don't think one should assume anything about errno after
4371         g_file_test()).
4372
4373         (gtk_file_system_win32_volume_get_is_mounted): Always return TRUE.
4374
4375         (gtk_file_system_win32_volume_get_display_name): Don't call
4376         GetVolumeInformation() on drives A: or B: if they are removable,
4377         as they might then be floppies, causing an unnecessary
4378         delay. (#157820)
4379
4380         (gtk_file_system_win32_volume_render_icon): Use network icon for
4381         unrecognized drive types.
4382
4383         (canonicalize_filename, gtk_file_system_win32_parse): Don't get
4384         confused by UNC paths.
4385
4386         (bookmarks_serialize): Use _gtk_file_system_win32_path_compare()
4387         for case-insensitive UTF-8 path comparison.
4388
4389         (extract_icon): Use SHGetFileInfo() which is faster than
4390         ExtractAssociatedIcon(). Icon extraction is still slow, though,
4391         needs work.
4392
4393         (win32_pseudo_mime_lookup): Don't use the same icon for all
4394         shortcuts or executables. Cache only other file type icons.
4395
4396         (gtk_file_system_win32_render_icon): Use network stock icon for
4397         remote drives and UNC server share roots. Compare home directory
4398         case-insensitively. Do lookup icons also for executable files,
4399         after all, it's these files that can have individual icons in the
4400         first place. Yes, it can be slow. Needs work.
4401
4402         (filename_is_drive_root): Require also the slash after the colon.
4403
4404         (filename_is_server_share): New function.
4405
4406         (_gtk_file_system_win32_path_compare): New function, does
4407         case-folded UTF-8 comparison.
4408
4409         * gtk/gtkfilesystemwin32.h: Declare
4410         _gtk_file_system_win32_path_compare().
4411
4412 2005-01-01  Matthias Clasen  <mclasen@redhat.com>
4413
4414         * gtk/gtkbutton.c (gtk_button_set_image): Allow unsetting the
4415         custom image by passing NULL.
4416         (gtk_button_init): Initialize image_is_stock to TRUE, fixing
4417         a problem with changing stock labels.  (#162273, Marcin 
4418         Krzyzanowski)
4419
4420 2005-01-01  Tor Lillqvist  <tml@iki.fi>
4421
4422         * gtk/gtkmodules.c (get_module_path)
4423         * gtk/gtkrc.c (gtk_rc_make_default_dir, gtk_rc_get_im_module_file,
4424         gtk_rc_get_theme_dir, gtk_rc_add_initial_default_files): With
4425         g_getenv() now returning UTF-8 on Win32, no need to call
4426         g_locale_to_utf8().
4427
4428 2004-12-31  Matthias Clasen  <mclasen@redhat.com>
4429
4430         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval) 
4431         (_gtk_key_hash_lookup): Don't sort a list of values as if
4432         it was a list of entries. This fixes crashes during mnemonic
4433         activation in the presence of multiple keymaps. (#162488, 
4434         Christian Persch)
4435
4436 2004-12-30  Matthias Clasen  <mclasen@redhat.com>
4437
4438         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Fix
4439         state propagation when making an insensitive combo box sensitive
4440         again.  (#162524, Carlos Garnacho Parro)
4441
4442         * gtk/gtkfilechooserdefault.c: Use secondary text for error 
4443         dialogs.
4444
4445         * gtk/gtkfilesystemunix.c: Clean up some cases of errno handling
4446         (#162496, noted by Tor Lillqvist), and use g_filename_display_name()
4447         for error messages. Also mark some error messages for translation,
4448         fix capitalization of error messages.
4449
4450         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_set_property): 
4451         Use g_value_get_boolean() for ellipsize_set.  (#162447, 
4452         Brian Tarricone)
4453
4454 2004-12-30  Tor Lillqvist  <tml@iki.fi>
4455
4456         * gtk/gtkicontheme.c (gtk_icon_theme_init): Use /usr/share/pixmaps
4457         only on Unix.
4458
4459 2004-12-28  Matthias Clasen  <mclasen@redhat.com>
4460
4461         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Inherit
4462         submenu direction from the parent menu.
4463
4464         * gtk/gtkmenushell.c (gtk_menu_shell_select_submenu_first): 
4465         Return a boolean indicating whether an item in the submenu
4466         was selected.
4467         (gtk_real_menu_shell_move_current): When going in child 
4468         direction, don't get stuck at completely insensitive 
4469         submenus.  (#162055, Billy Biggs)       
4470
4471 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
4472
4473         Make the clipboard image API more robust (#162357, 
4474         Torsten Schoenfeld):
4475         
4476         * gtk/gtkclipboard.c (clipboard_image_received_func): Don't
4477         ref the pixbuf if it is NULL.
4478
4479         * gtk/gtkselection.c (gtk_selection_data_set_pixbuf): 
4480         NULL-terminate the varargs in the call to 
4481         gdk_pixbuf_save_to_buffer(). 
4482         (gtk_selection_data_get_pixbuf): Only use a pixbuf loader 
4483         if there is data to load.
4484
4485 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
4486
4487         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): 
4488         Set x_root and y_root in button and motion events from 
4489         extended input devices.  (#148715, Robert Ögren)
4490
4491         * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix a 
4492         typo.  (#162339, Alessio Dessi)
4493
4494         * gtk/gtkadjustment.c (gtk_adjustment_class_init): Document
4495         properties as new since 2.4.  (#156101, Billy Biggs)
4496
4497         * configure.in: Add a warning about the linux-fb 
4498         target.  (#155488, Zeeshan Ali)
4499
4500         * gtk/gtkmain.c (gtk_init_with_args): Typo fix.  (#162278,
4501         Torsten Schoenfeld)
4502
4503 2004-12-26  Matthias Clasen  <mclasen@redhat.com>
4504
4505         * gtk/gtkfilechooser.c (gtk_file_chooser_set_action): 
4506         Typo fix.  (#162219, Masao Mutoh)
4507         (gtk_file_chooser_set_preview_widget_active): 
4508         Another typo.  (#162218, Masao Mutoh)
4509
4510 2004-12-23  Matthias Clasen  <mclasen@redhat.com>
4511
4512         * gtk/gtkliststore.c (gtk_list_store_iter_children): 
4513         Return TRUE if there are children.  (#162134, Iñigo Serna,
4514         patch by John Finlay)
4515
4516         * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): 
4517         Transfer state from the button to the cell view to get
4518         prelighting right.  (#156327, Ricardo Veguilla)
4519
4520 Wed Dec 22 14:22:19 2004  Søren Sandmann  <sandmann@redhat.com>
4521
4522         * tests/testtoolbar.c (timeout_cb): Add sensitivity-changing
4523         timeout. Written by Christian Persch.
4524
4525 Wed Dec 22 14:14:02 2004  Søren Sandmann  <sandmann@redhat.com>
4526
4527         Bug #161561
4528         
4529         * gdk/x11/gdkwindow-x11.c (tmp_{re,un}set_bg): Only set/reset the
4530         background for windows that get expose events. 
4531
4532         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Remove
4533         hack to repaint !expose windows.
4534
4535 Wed Dec 22 11:35:41 2004  Søren Sandmann  <sandmann@redhat.com>
4536
4537         Bug #147497, make menu items activate immediately when you release
4538         the button.
4539         
4540         * gtk/gtkmenu.c (gtk_menu_enter_notify, menu_motion_notify): Make
4541         items activate immediately.
4542
4543         * gtk/gtkmenu.c (definitely_within_item): New function
4544         * gtk/gtkmenu.c (check_threshold): New function
4545
4546 2004-12-22  Matthias Clasen  <mclasen@redhat.com>
4547
4548         * gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to
4549         null the mnemonic_menu when unsetting a mnemonic, reported
4550         by Owen Taylor.
4551
4552 2004-12-21  Matthias Clasen  <mclasen@redhat.com>
4553
4554         * gtk/gtkliststore.c (generate_order): Generate the order the
4555         way it is supposed to be, order[new_pos] == old_pos.
4556         (gtk_list_store_reorder): Invert the order before using it.
4557
4558 2004-12-22  Matthias Clasen  <mclasen@redhat.com>
4559
4560         Fix sorting of list stores.  (#161886, Marcin Krzyzanowski)
4561
4562         * gtk/gtkliststore.c (generate_order): Generate the order the
4563         way it is supposed to be, order[new_pos] == old_pos.
4564         (gtk_list_store_reorder): Invert the order before using it.
4565
4566         * gtk/gtkiconview.c (gtk_icon_view_rows_reordered): Adapt to the
4567         list store fix.
4568
4569 Wed Dec 22 01:24:01 2004  Jonathan Blandford  <jrb@redhat.com>
4570
4571         * gtk/queryimmodules.c (main): print out the version and binary
4572         name in the header comment.  Problem reported by Seth Nickell.
4573
4574 2004-12-20  Matthias Clasen  <mclasen@redhat.com>
4575
4576         * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a
4577         root path to gtk_tree_model_rows_reordered().  (#161720,
4578         Marcin Krzyzanowski)
4579
4580         * gtk/gtkactiongroup.c (gtk_action_group_translate_string): Don't 
4581         translate NULL messages.  (#161789, Morten Welinder)
4582
4583         * gtk/gtkmessagedialog.c (setup_primary_label_font): Don't show
4584         the secondary label on show_all().  (#161707, Christian Persch)
4585
4586 2004-12-19  Tor Lillqvist  <tml@iki.fi>
4587
4588         * gdk/win32/gdkdnd-win32.c (resolve_link, gdk_dropfiles_filter):
4589         Use wide character API when available. Use UTF-8 for filenames.
4590
4591         * gdk/win32/gdkselection-win32.c (_gdk_dropfiles_store): Include
4592         the string's trailing zero byte in the property's length, just for
4593         safety.
4594
4595 2004-12-18  Matthias Clasen  <mclasen@redhat.com>
4596
4597         * gtk/gtkfilechooserentry.c (check_completion_callback) 
4598         (load_directory_callback): Add missing GDK_THREADS_ENTER/LEAVE.
4599
4600         * gtk/gtkfilechooserdefault.c (edited_idle_cb) 
4601         (shortcuts_drag_outside_idle_cb): Add missing 
4602         GDK_THREADS_ENTER/LEAVE.  (#161604)
4603         
4604         * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): 
4605         (list_select_func): Don't call gtk_file_info_get_is_folder()
4606         on NULL. 
4607
4608         * gtk/gtkaboutdialog.c (gtk_about_dialog_get_logo_icon_name): 
4609         (gtk_about_dialog_init): Add missing initializations.  (#161646,
4610         Torsten Schoenfeld)
4611