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