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