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