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