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