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