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