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