]> Pileus Git - ~andy/gtk/blob - ChangeLog
cleaned up ::color-hash registration to not abuse class_n_properties and
[~andy/gtk] / ChangeLog
1 Tue Jan 30 12:09:56 2007  Tim Janik  <timj@gtk.org>
2
3         * gtk/gtksettings.c: cleaned up ::color-hash registration to not abuse
4         class_n_properties and leave an uninitialized value array behind.
5
6 2007-01-29  Michael Natterer  <mitch@imendio.com>
7
8         * gtk/gtkmenuitem.c (gtk_menu_item_select)
9         (gtk_menu_item_deselect): queue a draw on the parent_menu_item of
10         this menu item's menu, to enable themeing menu items depending on
11         whether something is selected in their submenu (patch taken from
12         maemo-gtk).
13
14 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
15
16         * gtk/gtktoolbar.c: Reinstate gtk_toolbar_content_new_compatibility()
17         that was mistakenly "cleaned up" a while ago. Also
18         revert a problematic change to the screen_changed
19         handler.  (#401598, Søren Sandmann)
20
21 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
22
23         * gtk/gtkframe.c (gtk_frame_size_allocation): Fix a 
24         problem with large y thickness.  (#136592, Xan Lopez)
25
26 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
27
28         * gtk/gtkaction.c (gtk_action_new): Use canonical
29         property names.  
30
31 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
32
33         * gtk/gtknotebook.c (gtk_notebook_draw_arrow):
34         (gtk_notebook_draw_focus): Avoid some unnecessary 
35         gtk_widget_get_style() calls.
36
37 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
38
39         * gtk/gtktoolbar.c:
40         * gtk/gtktoolitem.c:
41         * gtk/gtktoolbutton.c: Rearrange things so that setting
42         multiple properties causes not more than a single 
43         reconstruction of the contents.
44
45         * gtk/gtkaction.c (connect_proxy): Set all tool button 
46         properties in one go.
47
48 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
49
50         * gtk/gtkstatusicon.c:
51         * gtk/gtktrayicon-x11.c: Fix GtkStatusIcon to not
52         take up space on the panel if it is invisible.  (340110, Christian
53         Persch)
54
55         * tests/teststatusicon.c:
56         * tests/Makefile.am: Updates
57
58 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
59
60         * gtk/gtkfilesel.h:
61         * gtk/gtkrc.h:
62         * gtk/gtk.symbols: Add deprecation guards for gtk_rc_style_ref/unref
63         and the old file selector.  (#348256)
64
65 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
66
67         * gtk/gtkiconview.c: Documentation fixes (#400530, Anders Brander)
68
69 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
70
71         * gtk/updateiconcache.c: Check the mtime of all directories,
72         not just the toplevel, if ftw() is available.  (#331671, Behdad
73         Esfahbod)
74
75         * configure.in: Check for ftw.h.
76
77 2007-01-26  Michael Natterer  <mitch@imendio.com>
78
79         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize):
80         destroy the XIM only if it exists. While the code does look safe
81         in general, there can be corner cases where the "reconnecting"
82         boolean being FALSE does not correspond to the XIM being
83         allocated (fixes #329450, fix taken from maemo-gtk).
84
85 Fri Jan 26 13:07:07 2007  Tim Janik  <timj@imendio.com>
86
87         * gtk/gtkstyle.c (draw_insertion_cursor): clamp cursor coordinates to
88         window bounds (fix from Maemo Gtk).
89
90 2007-01-26  Michael Natterer  <mitch@imendio.com>
91
92         * gtk/gtkentrycompletion.c (gtk_entry_completion_insert_prefix):
93         only block/unblock completion->priv->insert_text_id if it is
94         actually connected. While this can't happen the way GtkEntry
95         itself uses the completion, it's still public API and should not
96         blindly call functions that will spit warnings (fix taken from
97         maemo-gtk).
98
99 2007-01-25  Matthias Clasen  <mclasen@redhat.com>
100
101         * gdk/gdkwindow.c: Reduce locking overhead by not repeatedly getting
102         the paintable iface.  
103
104 2007-01-24  Michael Natterer  <mitch@imendio.com>
105
106         * gtk/gtkwidget.c (gtk_widget_set_state): revert generic disabling
107         of PRELIGHT state for the reasons given in bug #135666. Widget
108         states are sometimes abused or otherwise used wrongly for historic
109         reasons, causing this part of the patch to break e.g. menu items.
110
111 2007-01-24  Roozbeh Pournader  <roozbeh@farsiweb.info>
112
113         * README: Remove mention of no-longer-existing PATCH
114         keyword in bugzilla. (#396899)
115
116 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
117
118         * gtk/gtkpagesetup.c
119         (gtk_page_setup_set_paper_size_and_default_margins): Fix memory leak.
120         Fixes bug #399907. 
121
122 2007-01-22  Chris Wilson <chris@chris-wilson.co.uk>
123
124         Bug 399314 – Add G_GNUC_WARN_UNUSED_RESULT to gtk_style_attach
125
126         * gtk/gtkstyle.h:
127                 Cause gcc to issue a warning if the style returned from
128                 gtk_style_attach is not used. Failure to update
129                 widget->style causes some very difficult to reproduce bugs,
130                 eg Bug 353498 – crash in Terminal: changing icon theme.
131
132 2007-01-19  Michael Emmel  <mike.emmel@gmail.com>
133
134         * gdk/directfb/gdkevents-directfb.c: added fixes for window
135         crossing events frm Attilio Fiandrotti<attilio.fiandrotti@gmail.com>
136
137 2007-01-19  Matthias Clasen  <mclasen@redhat.com>
138
139         * gtk/gtkcalendar.c: Fix build breakage.
140
141 2007-01-19  Kristian Rietveld  <kris@imendio.com>
142
143         * gtk/gtktreeview.c (gtk_tree_view_motion_bin_window),
144         (add_scroll_timeout), (gtk_tree_view_drag_motion): factor out
145         add_scroll_timeout().  (taken from maemo-gtk).
146
147 2007-01-18  Matthias Clasen  <mclasen@redhat.com>
148
149         * gtk/gtkcalendar.c: Fix problems with the initial
150         focus in GtkCalendar.  (#397783, Vincent Untz)
151
152 2007-01-19  Robert Ögren  <gtk@roboros.com>
153
154         Fix for bug #143460 - missed tablet clicks on Windows
155
156         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check):
157         Request absolute reporting of tablet button state, and cut down
158         the packet queue size a bit.
159         (_gdk_input_other_event): Change button state handling
160         accordingly. Also drop the no longer necessary code that detects
161         missed clicks/releases for button 1. The switch to absolute button
162         state should prevent missed events for all buttons. Additionally,
163         swap button 2 and 3.
164         (_gdk_input_grab_pointer): Don't reset button_state, that will only
165         cause a new press event as soon as the next tablet packet arrives.
166
167 2007-01-19  Tor Lillqvist  <tml@novell.com>
168
169         Build Wintab support always on Windows. Don't require the Wintab
170         SDK.
171
172         * configure.in: Drop the --with-wintab option. Drop the
173         HAVE_WINTAB feature test macro and Automake variable.
174
175         * acconfig.h
176         * config.h.win32.in: Drop HAVE_WINTAB.
177
178         * gdk/win32/gdkevents-win32.c
179         * gdk/win32/gdkinput.c
180         * gdk/win32/gdkinput-win32.h
181         * gdk/win32/gdkinput-win32.c
182         * gdk/win32/gdkmain-win32.c: Make HAVE_WINTAB ifdef blocks
183         unconditional.
184
185         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Try
186         to load wintab32.dll dynamically here. If it is found look up the
187         handful Wintab functions we use.
188         (rest of file): Use these function pointers instead of calling the
189         functions from wntab32x.lib. The code in wntab32x.lib did the same
190         thing anyway: tried to load wintab32.dll, and looked up the
191         addresses of the actual functions from it.
192
193         * gdk/Makefile.am
194         * gdk/win32/Makefile.am: Drop the libwntab32x hacks.
195
196         * gdk/win32/wintab.h
197         * gdk/win32/pktdef.h: New files. Copied from the Wintab
198         SDK. Copyright blurb says: "The text and information contained in
199         this file may be freely used, copied, or distributed without
200         compensation or licensing restrictions."
201
202         * README.win32: Update a bit. Remove the text about the Wintab
203         SDK.
204
205 2007-01-18  Tor Lillqvist  <tml@novell.com>
206
207         * gdk-pixbuf/Makefile.am
208         * gdk/Makefile.am
209         * gdk/win32/Makefile.am
210         * gtk/Makefile.am: Fixes for building outside srcdir on
211         Win32. (#336819, #340113) Drop distributing the handmade .la
212         libtool wrapper for the wntab32x library. It's too much trouble
213         making it work when building outside srcdir. Just link to the
214         library direcly using -Wl,win32/libwntab32x.a.
215
216 2007-01-18  Michael Natterer  <mitch@imendio.com>
217
218         * gtk/gtkcheckbutton.c
219         * gtk/gtkdnd.c
220         * gtk/gtkentry.c
221         * gtk/gtkmenu.c
222         * gtk/gtktreeview.c
223         * gtk/gtkviewport.c: pass more clip rectangles to gtk_paint_foo()
224         functions. Based on a patch from maemo-gtk (bug #398023).
225
226 2007-01-17  Tor Lillqvist  <tml@novell.com>
227
228         * gtk-zip.sh.in: Include also the COPYING file.
229
230 2007-01-17  Matthias Clasen  <mclasen@redhat.com>
231
232         * modules/printbackends/cups/gtkprintbackendcups.c: Don't use
233         httpGetFd() when building against cups 1.1
234
235 2007-01-17  Tor Lillqvist  <tml@novell.com>
236
237         Proper fix for #396175:
238
239         * gtk/gtkimmulticontext.c: Revert change by Hans Breuer below: Do
240         include gtkprivate.h. On Win32 we do want to use the redefinition
241         of GTK_LOCALEDIR as a call to the function _gtk_get_localedir().
242
243         * gtk/gtkimmodule.c: Instead, correct the prefix also on
244         simple_context_info.domain_dirname. Do the prefix corrections
245         always on Win32, not just when GTK_LIBDIR is defined. i.e., until
246         now they were done only in the autoconfiscated gcc builds. Hans
247         needs to make sure GTK_LIBDIR and GTK_LOCALEDIR are defined also
248         in MSVC builds now.
249         (correct_localedir_prefix): New function, like
250         correct_libdir_prefix(), but for GTK_LOCALEDIR, in case
251         GTK_LOCALEDIR is not a descendant of GTK_LIBDIR.
252         (gtk_im_module_initialize): Thus call correct_localedir_prefix()
253         on the domain_dirname instead of correct_libdir_prefix().
254         (_gtk_im_module_list): Call correct_localedir_prefix() on
255         simple_context_info.domain_dirname.
256
257 2007-01-16  Matthias Clasen  <mclasen@redhat.com>
258
259         * gtk/gtkrange.c (range_grab_remove): Queue a redraw when the
260         grab changes.  (#396470, Benjamin Berg)
261
262 2007-01-15  Emmanuele Bassi  <ebassi@gnome.org>
263
264         * gtk/gtkrecentchoosermenu.c: Ellipsize the menu items label
265         if they grow too much. (#357303)
266
267 2007-01-14  Matthias Clasen  <mclasen@redhat.com>
268
269         * gtk/gtkicontheme.c (theme_lookup_icon): When finding a matching
270         non-scalable dir, keep going and look for a closer match.
271         (#395830, Luca Ferretti)
272
273 2007-01-14  Christian Persch  <chpe@svn.gnome.org>
274
275         * gtk/gtkclipboard.c: (gtk_clipboard_set_text),
276         (gtk_clipboard_set_image): Use gtk_target_table_new_from_list and
277         gtk_target_table_free instead of duplicating the code. Bug #396493.
278
279 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
280
281         * gtk/gtkuimanager.c: Don't crash if menu or toolbar
282         positions can't be found.  (#396161, Hans Breuer)
283
284 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
285
286         * gtk/gtkselection.c (_gtk_selection_request): Plug 
287         memory leaks.  (#396160, Carlos Garcia Campos)
288
289 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
290
291         * configure.in: Link libgtk against Xfixes.  (#396074,
292         Tommi Komulainen)
293
294 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
295
296         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Avoid
297         a compiler warning.  (#395045, Chris Wilson)
298
299 2007-01-13  Hans Breuer <hans@breuer.org>
300
301         * gtk/gtkprintoperation-win32.c : take the custom tab label from
302         gtk_print_operation_set_custom_tab_label() into account (bug #390746).
303
304         * gtk/gtkimmulticontext.c : don't include "gtkprivate.h" to avoid
305         differing definitions of GTK_LOCALEDIR (bug #396175).
306
307         * gtk/gtktreeview.c : use g_snprintf instead of snprintf, which is
308         not available everywhere
309
310         * gtk/makefile.msc.in : updated
311
312 2007-01-12  Michael Natterer  <mitch@imendio.com>
313
314         * gtk/gtkentry.c (gtk_entry_button_press): don't add
315         entry->scroll_offset to entry->drag_start_y. Fixes the entry
316         starting drags after ridiculously small mouse movements.
317
318 2007-01-11  Richard Hult  <richard@imendio.com>
319
320         * demos/gtk-demo/main.c: (load_file): Close the file after it's
321         loaded (bug #395316).
322
323 2007-01-11  Kjartan Maraas  <kmaraas@gnome.org>
324
325         * gtk/gtkfilesystemunix.c: (expand_tilde):
326         Make a single tilde go to $HOME in the location entry.
327         Patch from Yevgen Muntyan. Closes the gtk+ part of
328         bug #334168.
329
330 2007-01-10  Behdad Esfahbod  <behdad@gnome.org>
331
332         * gdk/gdkpango.c (gdk_draw_layout_with_colors):
333         * gtk/gtklabel.c (gtk_label_size_request):
334         Use pango_matrix_transform_rectangle(). (#340141)
335
336         * configure.in: Bump pango requirement to 1.15.3.
337
338 2007-01-10  Kristian Rietveld  <kris@imendio.com>
339
340         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_init):
341         refactor to initialize indicator_size to TOGGLE_WIDTH instead
342         of the hardcoded value of 12.
343
344 2007-01-09  Matthias Clasen  <mclasen@redhat.com>
345
346         * configure.in: Fix the directfb cairo test. (#394855, 
347         Josselin Mouette)
348
349 2007-01-09  Behdad Esfahbod  <behdad@gnome.org>
350
351         * configure.in: Fix comment for --with-included-loaders.  That option
352         affects builds with module loading enabled too.
353
354 2006-01-08  Peter Teichman  <peter@novell.com>
355
356         * gtk/gtkfilechooserdefault.c:
357         * gtk/gtkfilechooserprivate.h:
358         * gtk/gtkfilechoosersettings.c:
359         * gtk/gtkfilechoosersettings.h:
360         Save the expanded state of the folder browser with the file
361         chooser settings.  Resolves the expander portions of (#153828,
362         Lemmit Kaplinski)
363
364 2007-01-08  Emmanuele Bassi  <ebassi@gnome.org>
365
366         * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_create_item):
367         Don't leak the icon pixbuf after setting it to the image menu
368         item.  Found by Paolo Borelli.
369
370 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
371
372         * gtk/gtktreemodel.c (gtk_tree_path_to_string): Don't 
373         corrupt memory when faced with paths with ridiculously
374         large indices. Found by the GTKVTS test suite.  
375
376 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
377
378         * gtk/gtkmodules.c (_gtk_modules_init): Set 
379         default_display_opened before loading modules.  (#393102,
380         Brian Cameron)
381  
382 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
383
384         * gtk/gtktextview.c (gtk_text_view_set_border_window_size):
385         Call text_window_realize() with the correct parameters.
386         (#393813, Yevgen Muntyan)
387
388 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
389
390         * gtk/gtkstatusbar.c: Move docs inline, and expand them 
391         a bit.
392
393 2007-01-06  Matthias Clasen  <mclasen@redhat.com>
394
395         * gtk/gtklabel.c: Make line wrapping work with width-chars
396         and max-width-chars, and simplify the storage of wrap-width.
397         (#322580, Itai Bar-Haim)
398
399 2007-01-06  Tor Lillqvist  <tml@novell.com>
400
401         * gdk/win32/cursor.bdf: New file. Downloaded from
402         freedesktop.org's webcvs. Slighly edited cursors "crosshair",
403         "diamond_cross", "draft_large", "gobbler" and "target" to fix
404         #392504. It is possible that the same end result could have been
405         achieved by tweaking bdfcursor.c instead.
406         
407         * gdk/win32/bdfcursor.c: Add optional debugging output.
408
409         * gdk/win32/xcursors.h: Regenerated.
410
411 2007-01-05  Matthias Clasen  <mclasen@redhat.com>
412
413         * gtk/gtknotebook.c (gtk_notebook_set_menu_label_text): Left-align
414         menu labels.  (#393255, Michail Crayson)
415
416 2007-01-05  Kristian Rietveld  <kris@gtk.org>
417
418         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): handle tree
419         == NULL.  (Fixes #392685, reported by Yevgen Muntyan).
420
421 2007-01-05  Kristian Rietveld  <kris@gtk.org>
422
423         * gtk/gtktreeview.c (gtk_tree_view_row_changed): do allow to
424         invalidate nodes if the tree view is not realized. (#363147,
425         Carlos Garnacho, Miguel Cabrera).
426
427 2007-01-05  Matthias Clasen  <mclasen@redhat.com>
428
429         * gtk/gtkmenu.c (gtk_menu_paint): Take the scroll arrow into
430         account when drawing the background.  (#393166, Benjamin Berg)
431
432 2007-01-05  Behdad Esfahbod  <behdad@gnome.org>
433
434         * gtk/gtklabel.c (get_layout_location): Fix broken width computation,
435         again.
436
437 2007-01-05  Carlos Garnacho  <carlosg@gnome.org>
438
439         * gtk/gtknotebook.c (gtk_notebook_size_request): take into account
440         both scroll arrows when calculating size request in GTK_POS_LEFT or
441         GTK_POS_RIGHT notebooks. (#393124, reported by Christian Persch)
442
443 2007-01-05  Michael Natterer  <mitch@imendio.com>
444
445         * gtk/gtkwindow.c (gtk_window_key_release_event): chain up to
446         the right function (fix taken from maemo-gtk).
447
448 2007-01-05  Behdad Esfahbod  <behdad@gnome.org>
449
450         * gdk/gdkprivate.h:
451         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors),
452         (gdk_draw_layout_with_colors):
453         * gdk/gdkwindow.c (gdk_window_draw_glyphs_transformed):
454         Avoid overflow when converting coordinates to Pango units. (#332266,
455         Jody Goldberg)
456
457 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
458
459         * gtk/gtkcombobox.c (gtk_combo_box_popup): move set_cursor
460         after realization of the popup window, so clamp node doesn't fail.
461         (#346616, Tommi Komulainen, patch by Kristian Rietveld).
462
463 2007-01-04  Behdad Esfahbod  <behdad@gnome.org>
464
465         * gtk/gtklabel.c (get_layout_location): Fix uninitialized width
466         variable.
467
468 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
469
470         * gtk/Makefile.am:
471         * gdk-pixbuf/Makefile.am:
472         * configure.in:
473         * gdk/win32/rc/gdk.rc.in: Cross-compilation fixes.
474         (#392646, Yevgen Muntyan)
475
476 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
477
478         * demos/gtk-demo/textscroll.c:
479         * gtk/gtkhandlebox.c:
480         * gtk/gtkcolorsel.c: Fix some compiler warnings.
481
482 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
483
484         * gtk/gtktextview.c: Rework the beep-on-uninserted-text
485         by calling the input method regardless of editability,
486         and beeping from the commit/preedit-changed handlers.
487         (#390514, Yevgen Muntyan)
488
489 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
490
491         Fix #332604, reported by Joe Wreschnig, patch
492         by Jan Arne Petersen and Behdad Esfahbod.
493
494         * gtk/gtklabel.c (gtk_label_size_allocate): Only
495         set the width of the layout when necessary.
496         (get_layout_location): Use pango_layout_get_pixel_extents()
497         instead of pango_layout_get_width().
498
499 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
500
501         * modules/printbackends/cups/gtkprintbackendcups.c 
502         (available_choices): Don't leak conflicts.
503
504         * gtk/gtkprintoperation.c (gtk_print_operation_finalize):
505         Don't leak the status string.
506
507 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
508
509         * gtk/gtkfilechooserdefault.c (update_chooser_entry):
510         Exit early if we can't get file info - this happens
511         if the iter points to the row where we are editing
512         the name for a newly created folder.  (#392191, Michael
513         Partridge, patch by Kristian Rietveld)
514
515 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
516
517         * gtk/*.c:
518         * gdk/x11/*.c: Apply a patch by Chris Wilson to
519         avoid spurious valgrind warnings from XSendEvent() 
520         calls.  (#392532)
521
522         * modules/printbackends/cups/gtkprintbackendcups.c: Close
523         the http connection after getting the PPD.
524
525         * gtk/gtkprinteroptionwidget.c (filesave_changed_cb):
526         Fix memory leaks.  
527
528 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
529
530         * gtk/gtkassistant.c (remove_page): If the current page
531         is removed, always pick a different one.  (#392457, 
532         Colin Watson)
533
534 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
535
536         * modules/printbackend/cups/*.c: Coding style cleanups.
537
538 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
539
540         * configure.in: Export SED to make sourcing of
541         libtool work. Tighten up the directfb pkgconfig check.
542
543 2007-01-03  Michael Natterer  <mitch@imendio.com>
544
545         * gtk/gtkstyle.c (option_menu_get_props)
546         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Use 
547         gtk_border_free when freeing borders.
548
549 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
550
551         * gtk/gtkentry.c (get_text_area_size): Work when the
552         entry is not realized.  (#392315, Yevgen Muntyan)
553
554         * gtk/gtkentry.c (gtk_entry_queue_draw): Use 
555         GTK_WIDGET_DRAWABLE() here.  (#392227, Chris Wilson)
556
557         * gtk/gtkentry.c (cursor_blinks): Don't get settings
558         unnecessarily.  (#392227)
559
560 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
561
562         * gtk/gtkwindow.c (gtk_window_move_resize): Only process
563         updates on the window at hand, not on all windows, to
564         avoid violating resize/redraw ordering constraints.
565         (#362406, Owen Taylor)
566         
567 2007-01-03  Kristian Rietveld  <kris@gtk.org>
568
569         * gtk/gtkcellrendererprogress.c
570         (gtk_cell_renderer_progress_class_init): fix docs.
571
572 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
573         
574         * gtk/updateiconcache.c: Include locale.h
575
576 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
577
578         * gtk/updateiconcache.c (main): Call setlocale().
579
580         * gtk/gtkfilesel.c:
581         * gtk/gtkfilesystemunix.c:
582         * gtk/gtkfilesystemwin32.c:
583         * gtk/gtkfilechoosersettings.c:
584         * gtk/updateiconcache.c: Consistently use folder instead of
585         directory in translated messages.  (#344584, Javier F. Serrador)
586
587 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
588
589         Try to fix #315732, reported by Luke Hutchinson:
590
591         * gdk/x11/xsettings-client.[hc]:
592         * gdk/x11/gdkdevents-x11.c: Don't assume that ref'ing a GdkWindow
593         will guarantee that it can be looked up in the xid hash later.
594         Also, use the nesting server grab function during the xsettings
595         client initialization. Finally, make xsettings client not
596         eat DestroyNotifys so that GDK can do its regular cleanup. 
597
598 2007-01-02  Michael Natterer  <mitch@imendio.com>
599
600         * gtk/gtkrange.c (gtk_range_scroll) (gtk_range_move_slider): beep
601         when a keybinding didn't change adjustment->value.
602
603 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
604
605         * gtk/gtktextbuffer.c (gtk_text_view_key_press_event):
606         Try harder not to beep on events which are not meant to
607         insert stuff in the buffer.  (#390514, Yevgen Muntyan) 
608
609 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
610
611         * gtk/gtktextbufferrichtext.c: Small documentation fixes.
612
613 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
614
615         * gtk/gtkentry.c (get_text_area_size): Center in the frame.  
616         (#304482, Rob Staudinger, patch by  Richard Stellingwerff)
617
618 2007-01-02  Michael Emmel  <mike.emmel@gmail.com>
619
620         * gdkwindow-directfb.c: fixed leak of dfb resource on destroy 
621
622 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
623
624         * gtk/gtkscrolledwindow.h:
625         * gtk/gtkscrolledwindow.c: Only handle key bindings
626         for scrolling if the scrollbars are visible.
627         (#340135, Christian Persch)
628
629 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
630
631         * gtk/gtktextview.c (gtk_text_view_scroll_hpages):
632         Don't segfault on horizontal scrolling.  
633
634 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
635
636         * gtk/gtknotebook.h:
637         * gtk/gtknotebook.c: Only handle key bindings for
638         tab reordering if the tabs are shown and reorderable. 
639         (#390468, Yevgen Muntyan)
640
641         * gtk/gtkmarshalers.list: Add required marshaler
642
643 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
644
645         * gtk/gtkcontainer.c (gtk_container_class_list_child_properties):
646         Mention in the docs that the return value is
647         NULL-terminated.  (#383373, Christian Neumair)
648
649 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
650
651         * gtk/gtkicontheme.c (load_themes): Waste less time
652         with non-directories.  (#391725, Chris Wilson)
653
654 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
655
656         * gtk/gtkcellrendererprogress.c: Implement activity mode
657         for GtkCellRendererProgress.  (#377851, Brad Taylor)
658
659 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
660
661         Fix some IPP compliance issues.  (#391523, Albrecht Dress)
662
663         * modules/printbackends/cups/gtkcupsutils.c
664         (gtk_cups_request_encode_option): Use IPP_TAG_JOB, not
665         IPP_TAG_OPERATION.
666         * modules/printbackends/cups/gtkprintbackendcups.c
667         (gtk_print_backend_cups_print_stream): Don't add the
668         requesting-user-name attribute a second time. 
669
670 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
671
672         * gtk/gtkimcontextsimple.c: Fix en/em dash confusion.  (#378462)
673
674 2006-12-31  Emmanuele Bassi  <ebassi@gnome.org>
675
676         * gtk/gtkrecentchoosermenu.c (set_recent_manager): Use the
677         right object when disconnecting from the GtkRecentManager::changed
678         signal; save us a few indirections using a variable.
679
680 2006-12-31  Emmanuele Bassi  <ebassi@gnome.org>
681
682         * gtk/gtkrecentchoosermenu.c: Move the signal and idle
683         disconnections into the dispose function, as well as the
684         object unrefs; reset every handler id and the
685         pointers. (suggested by Paolo Borelli, #390873)
686
687 2006-12-31  Matthias Clasen  <mclasen@redhat.com>
688
689         * gtk/gtkprintoperation-win32.c: Include windows.h (#391229,
690         Kazuki Iwamoto)
691
692 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
693
694         * gtk/gtktextview.c (gtk_text_view_destroy): Remove the
695         scroll timeout.  (#390872, Yevgen Muntyan)
696
697 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
698
699         * gtk/gtkprintoperation-unix.c:
700         * gtk/gtkprintbackend.c:
701         * gtk/gtkfilechooserdefault.c:
702         * gtk/gtksettings.c: Move a few settings to gtksettings.c
703         to make sure they show up in the docs.  (#365364, Christian
704         Persch)
705
706 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
707
708         * gtk/gtkassistant.c: Redraw assistant on reallocate
709         to avoid rendering glitches.  (#343956, Christian
710         Persch, Carlos Garnacho)
711
712 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
713
714         * gtk/gtkrange.c: Typo fix.  (#352121, Clytie Siddall)
715
716 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
717
718         * gtk/gtkaction.c: Improve the docs of the "label" 
719         property.  (#341730, Kristof Vansant)
720
721 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
722
723         * gtk/gtkwindow.c (gtk_window_compute_configure_request_size):
724         Correctly handle min size. (#320465, Philipp Langdale)
725
726 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
727
728         * gtk/prop-editor.c: Implement editing of flags.
729
730 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
731
732         * gtk/gtkentry.c:
733         * gtk/gtklabel.c:
734         * gtk/gtkpaned.c:
735         * gtk/gtkstatusbar.c:
736         * gtk/gtktextview.c: Don't install cursors on insensitive
737         widgets.  (#358864, Jan Schampera)
738
739 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
740
741         * gtk/gtkrecentmanager.h:
742         * gtk/gtkprintoperation.c: Fix doc typos.  (#370909,
743         Shiino Yuki)
744
745         * gtk/gtkstyle.c (gtk_style_attach): Clarify docs.  (#353423,
746         Christian Persch)
747
748         * gtk/gtkentry.c (blink_cb):
749         * gtk/gtktextview.c (blink_cb): Don't die in an assertion
750         if focus went missing. Just warn, clean up and continue.
751         (#374378)
752
753 2006-12-29  Carlos Garnacho  <carlosg@gnome.org>
754
755         * gtk/gtknotebook.c (gtk_notebook_scroll): return if the widget that
756         originally received the event is a notebook page. (#315440, reported
757         by Mateusz Stefek)
758
759 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
760
761         * gdk/gdkcolor.c (gdk_color_hash): Fix a typo. (#390613,
762         Paolo Borelli)
763
764 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
765
766         * tests/prop-editor.c: Display children of containers
767         and cell renderers of cell layouts.
768
769         * gtk/gtk.symbols:
770         * gtk/gtkcelllayout.[hc] (gtk_cell_layout_get_cells):
771         New function to get the cell renderers of a cell layout.
772
773         * gtk/gtktreeviewcolumn.c:
774         * gtk/gtkcellview.c:
775         * gtk/gtkiconview.c: Implement get_cells.
776
777 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
778
779         * gtk/gtkiconview.c: Use word wrapping by default, and
780         center multiline labels.  (#318763, Ross Burton)
781
782         * gtk/gtkcellrenderertext.c (get_layout): Remove a special
783         case for single-line layouts.
784
785 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
786
787         * gtk/gtkarrow.c: Fix a typo in the docs.  (#390423,
788         David Lodge)
789
790         * gtk/gtkuimanager.c (update_node): Only use the results
791         of find_menu/toolbar_position() if they succeed. May fix
792         bug #388041.
793
794 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
795
796         * gdk/gdk.c: Fix some formatting errors in docs.  
797
798 2006-12-28  Tor Lillqvist  <tml@novell.com>
799
800         * gtk/gtkstatusicon.c (gtk_status_icon_finalize)
801         (gtk_status_icon_update_image): Don't leak HICONs on
802         Win32. (#364868, Hiroyuki Yamamoto)
803
804 2006-12-28  Carlos Garnacho  <carlosg@gnome.org>
805
806         Make GtkNotebook able to drop detached tabs anywhere. Bug #360225.
807
808         * gtk/gtkwidget.c (gtk_widget_class_init): add "drag-failed" signal.
809         * gtk/gtkmarshalers.list: add new marshaler definition.
810         * gtk/gtkenums.h: add GtkDragResult enum.
811
812         * gtk/gtkdnd.c (gtk_drag_drop_finished): emit "drag-failed" if DND
813         operation wasn't successful.
814         (_gtk_drag_source_handle_event) (gtk_drag_drop)
815         (gtk_drag_selection_get) (gtk_drag_cancel) (gtk_drag_key_cb)
816         (gtk_drag_grab_broken_event_cb) (gtk_drag_grab_notify_cb)
817         (gtk_drag_button_release_cb) (gtk_drag_abort_timeout): tell
818         gtk_drag_drop_finished() the operation result.
819
820         * gtk/gtknotebook.c (gtk_notebook_drag_failed): new function.
821         (gtk_notebook_drag_data_get): do not call window creation hook here.
822         (gtk_notebook_init): do not set "application/x-rootwindow-drop"
823         target, instead connect to "drag-failed".
824         (gtk_notebook_draw_focus): fix potential crasher if cur_page is NULL.
825
826 2006-12-28  Mikael Hallendal  <micke@imendio.com>
827
828         * gdk/quartz/gdkevents-quartz.c: Factored out the event loop 
829         integration into gdkeventloop-quartz.c.
830
831         * gdk/quartz/Makefile.am: Added gdkeventloop-quartz.c
832
833         * gdk/quartz/gdkeventloop-quartz.c: New file containing the event loop 
834         integration.
835
836 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
837
838         * modules/printbackends/lpr/gtkprintbackendlpr.c 
839         (gtk_print_backend_lpr_print_stream): Close the io channel
840         on unref.  (#390159, Joe Markus Clarke)
841
842 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
843
844         * gdk/gdk.h: Remove redundant declarations (#390097,
845         Christian Persch)
846
847 2006-12-27  Kristian Rietveld  <kris@gtk.org>
848
849         Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).
850
851         * gtk/gtksettings.c (gtk_settings_class_init): add new setting
852         gtk-alternative-sort-arrows.
853
854         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): add
855         new setting.
856
857         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: set new
858         gtk-alternative-sort-arrows setting to true.
859
860         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
861         invert direction if gtk-alternative-sort-arrows is TRUE.
862
863 2006-12-27  Tor Lillqvist  <tml@novell.com>
864
865         * gtk/gtk.symbols: Add gtk_status_icon_get_screen and
866         gtk_status_icon_set_screen.
867
868         * gtk/gtkstatusicon.c: Implement gtk_status_icon_position_menu()
869         on Windows. Keep track of where the last button click on the
870         taskbar icon took place, and return that. Obviously not correct if
871         no button has ever been clicked on the icon, or if the geometry of
872         the taskbar has changed since. But for most use cases where a menu
873         is going to be displayed as a direct result of a button click on
874         the status icon, works fine. (#377349)
875
876         Implement getting the orientation property on Windows.
877
878         (gtk_status_icon_embedded_changed)
879         (gtk_status_icon_orientation_changed): Ifdefify these functions
880         that are used only on X11.
881
882 2006-12-27  Tor Lillqvist  <tml@novell.com>
883
884         * gtk/gtkfilesystemwin32.c (execute_callbacks): Fix
885         typo. (#390035, Kazuki Iwamoto)
886
887 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
888
889         * gtk/gtkcellview.c (gtk_cell_view_set_model): Accept NULL.
890
891         * gtk/gtkcombobox.c (gtk_combo_box_set_model):
892         (gtk_combo_box_unset_model): Handle repeated unsetting
893         of models without warnings.  (#367529, Robert Ancell)
894
895 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
896
897         * modules/printbackends/cups/gtkcupsutils.c: 
898         * modules/printbackends/cups/gtkprintbackendcups.c: Use
899         getters for http fields where available.  (#364866, 
900         Björn Lindqvist)
901
902 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
903
904         * gtk/gtkwidget.c (gtk_widget_show): Add a g_return_if_fail.
905         (#362614, Xan Lopez)
906
907 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
908
909         * gtk/gtkuimanager.c (update_node): If a required action
910         is missing, don't recurse over the children.  (#349119,
911         Chris Moller)
912
913 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
914
915         Fix a few problems with nested menus in comboboxes
916         (#386694, Yevgen Muntyan)
917
918         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Always
919         connect the activate callback.
920         (gtk_combo_box_menu_item_activate): Do nothing if called on
921         an item with a submenu.
922         (gtk_combo_box_menu_row_deleted): Remove a submenu when it
923         is empty.
924
925 2006-12-26  Mariano Suárez-Alvarez  <mariano@gnome.org>
926
927         * gtk/gtkfilechooserbuuton.[hc]: Add a file-set signal to the
928         filechooser button. Bug 353196.
929
930 2006-12-26  Kristian Rietveld  <kris@gtk.org>
931
932         * gtk/gtktreeview.c (gtk_tree_view_search_init): fix typo causing
933         the search dialog timeout never to be refreshed. (#389581,
934         Andrzej Szombierski).
935
936 2006-12-26  Kristian Rietveld  <kris@gtk.org>
937
938         Lots of scrolling fixes.  Made scrolling work properly in not fully
939         validated tree views; fixed a bunch of corner cases.
940
941         * gtk/gtktreeview.c (validate_visible_area): if a row's dy is past
942         upper - page_size, we know it is located at the end so the test for
943         dy + height has been dropped.
944         In the same case if area_below < 0, we know this is the last node
945         in the tree view so area_above is page_size - height of this row.
946         (validate_visible_area): got rid of subtracting new_height -
947         old_height from area_{below,above}, it didn't make any sense at
948         all and the full height of the row should be subtracted instead.
949         (validate_visible_area): when scrolling to a given path, set the
950         top row directly together with the dy offset, then sync that top_row
951         to the dy.
952         (gtk_tree_view_set_top_row): new function to directly set a top_row.
953         (gtk_tree_view_dy_to_top_row): refactored to use
954         gtk_tree_view_set_top_row().
955         (gtk_tree_view_top_row_to_dy): make sure dy >= 0 when done.
956         (gtk_tree_view_adjustment_changed): only update our dy and
957         top_row if the adjustment's dy actually changed.
958
959 2006-12-26  Christian Persch  <chpe@cvs.gnome.org>
960
961         * gtk/gtknotebook.c: (gtk_notebook_real_insert_page):
962         Return the correct value from gtk_notebook_insert_page if the
963         page-added handler reorders the tabs. Bug #345094.
964
965 2006-12-26  Carlos Garnacho  <carlosg@gnome.org>
966
967         Fix small regressions in GtkNotebook tab detaching. Bug #378852.
968
969         * gtk/gtknotebook.c (gtk_notebook_do_arrow): grab focus to allow tabs
970         scrolling when hovering with a detached tab.
971         (gtk_notebook_stop_reorder): Do not deparent the wrong tab if the
972         focus tab has changed during a tab DND operation.
973         (gtk_notebook_drag_end): ensure that the dropped tab gets focused.
974         (gtk_notebook_paint): do not take cur_page as a reference to paint the
975         box if it's detached.
976         (gtk_notebook_calculate_tabs_allocation): focus_tab may be different
977         to the detached tab if we hover the arrows during a tabs detaching 
978         operation, do not allocate it unconditionally in 0,0.
979
980 2006-12-26  Carlos Garnacho  <carlosg@gnome.org>
981
982         Expose improvements for GtkNotebook. Bug #383435
983
984         * gtk/gtknotebook.c (gtk_notebook_expose): propagate the event to tab
985         labels.
986         (gtk_notebook_draw_focus): do not repaint the whole focused tab again.
987         (gtk_notebook_draw_tab): do not send handmade expose events to tab
988         labels.
989
990 2006-12-26  Matthias Clasen  <mclasen@redhat.com>
991
992         * gtk/gtkfilesystemunix.c (execute_callbacks): Return
993         FALSE.  (#389623, Carlos Garnacho Parro)
994
995         * gtk/gtkrange.c (stop_scrolling): Avoid spurious
996         redraws.
997
998 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
999
1000         * gtk/gtkplug.c: (gtk_plug_construct_for_display),
1001         (gtk_plug_unrealize): Notify the "embedded" property also on
1002         normal construction and when destroying the socket window.
1003         Bug #388738.
1004
1005 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
1006
1007         * gtk/gtkaboutdialog.c: (gtk_about_dialog_class_init),
1008         (gtk_about_dialog_init), (display_credits_dialog),
1009         (display_license_dialog):
1010         * gtk/gtkfilechooserdialog.c: (gtk_file_chooser_dialog_class_init),
1011         (gtk_file_chooser_dialog_init),
1012         (gtk_file_chooser_dialog_constructor),
1013         (gtk_file_chooser_dialog_unmap):
1014         * gtk/gtkrecentchooserdefault.c:
1015         (_gtk_recent_chooser_default_init):
1016         * gtk/gtkrecentchooserdialog.c:
1017         (gtk_recent_chooser_dialog_class_init),
1018         (gtk_recent_chooser_dialog_init),
1019         (gtk_recent_chooser_dialog_constructor),
1020         (gtk_recent_chooser_dialog_unmap): Set the HIG spacings directly
1021         instead of using style-set handlers. Fix the filechooser's spacing
1022         between content and action area to 12px. Bug #372447.
1023
1024 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
1025
1026         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate):
1027         Don't assume statusbar->label is the statusbar's frame's child when
1028         shrinking the size allocation when the grip is shown. Bug #372452.
1029
1030 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
1031
1032         * gtk/gtkpagesetupunixdialog.c: (printer_status_cb),
1033         (add_custom_paper): Fix mem leaks. Bug #389194.
1034
1035 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
1036
1037         * gtk/gtktextutil.c: Remove debug output.
1038
1039         * gtk/gtktextview.c: Improve the DND scrolling
1040         behaviour.  (#92387, Carlos Garnacho Parro)
1041
1042         * gtk/gtkaccellabel.c: Improve translators comments.  
1043         (#389298, Christian Persch)
1044
1045 2006-12-24  Bastien Nocera  <hadess@hadess.net>
1046
1047         * gtk/gtkrecentmanager.c: Fix typo (s/expansive/expensive)
1048         (#389183)
1049
1050 2006-12-24  Christian Persch  <chpe@cvs.gnome.org>
1051
1052         * docs/reference/gtk/gtk-sections.txt:
1053         * gtk/gtk.symbols:
1054         * gtk/gtkpagesetupunixdialog.c: (fill_paper_sizes_from_printer):
1055         * gtk/gtkprinter-private.h:
1056         * gtk/gtkprinter.c: (gtk_printer_list_papers):
1057         * gtk/gtkprinter.h: Make gtk_printer_list_papers public. Bug #345587.
1058
1059 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1060
1061         * gtk/gtkpagesetupunixdialog.c: Don't ignore reverse portrait option
1062         when is selected in page setup dialog. Fixes bug #365047.
1063
1064 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
1065
1066         * gtk/gtkentry.c (_gtk_entry_effective_inner_border):
1067         Use gtk_border_free when freeing border.
1068
1069 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
1070
1071         * gtk/gtkentry.c (gtk_entry_button_press): When
1072         shift-clicking, keep the larger part of the selection
1073         selected.  (#353709, Benjamin Otte)
1074
1075         * gtk/gtkbutton.c (gtk_button_get_props): Use 
1076         gtk_border_free when freeing borders.
1077
1078         * gtk/gtkbutton.c (gtk_button_grab_notify): Be more
1079         careful when faking a button release.  (#323146,
1080         Travis Abbott)
1081
1082         * gtk/gtkhandlebox.c (draw_textured_frame): Draw the
1083         handle with the right orientation, depending on the
1084         position of the handlebox.  (#159764, Benjamin Berg)
1085
1086 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
1087
1088         * gtk/gtkstyle.c (gtk_border_copy), (gtk_border_free): Use gslice for
1089         GtkBorder (#383557).
1090
1091 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
1092
1093         Bug 340141 – Update to Pango 1.16 API
1094
1095         * gdk/gdkpango.c (layout_iter_get_line_clip_region),
1096         (gdk_pango_layout_line_get_clip_region):
1097         * gtk/gtkcalendar.c (gtk_calendar_size_request):
1098         * gtk/gtkentry.c (gtk_entry_get_pixel_ranges),
1099         (get_layout_position), (gtk_entry_find_position),
1100         (gtk_entry_adjust_scroll):
1101         * gtk/gtkiconview.c (get_pango_text_offsets):
1102         * gtk/gtklabel.c (get_cursor_direction):
1103         * gtk/gtkstyle.c (get_insensitive_layout):
1104         * gtk/gtktextdisplay.c (render_para):
1105         * gtk/gtktextlayout.c (allocate_child_widgets),
1106         (find_display_line_below), (find_display_line_above),
1107         (gtk_text_layout_move_iter_to_previous_line),
1108         (gtk_text_layout_move_iter_to_next_line),
1109         (gtk_text_layout_move_iter_to_line_end),
1110         (gtk_text_layout_iter_starts_line),
1111         (gtk_text_layout_move_iter_to_x):
1112         * gtk/gtktextutil.c (limit_layout_lines):
1113         Use the _readonly version of pango_layout_iter_get_line(),
1114         pango_layout_iter_get_run(), pango_layout_get_line(), and
1115         pango_layout_get_lines().
1116
1117         * gtk/gtkmain.c (gtk_get_default_language): Use
1118         pango_get_default_language().
1119
1120 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
1121
1122         * gtk/gtkentry.c (gtk_entry_set_text): Emit changed
1123         and notify:text only once. The same fix was applied
1124         for replacing the selection via DND or copy-and-paste.
1125         (#64998, Damon Chaplin, Sven Herzberg)
1126
1127 2006-12-23  Matthias Clasen  <mclasen@redhat.com>
1128
1129         * gtk/gtkimmulticontext.c: Be careful to not override
1130         GTK+ translations with the translations of the input
1131         method.  (#317080, Tor Lillqvist)
1132
1133         * modules/input/imcedilla.c: Use standard macros
1134         for translation domain and locale dir.
1135
1136         * gtk/gtkimcontextsimple.c: Allow composing l with 
1137         stroke.  (#349638, Daniel Lublin)
1138
1139         * gtk/gen-paper-names.c: Fix a thinko in the suffix
1140         calculation.  (#382369, Christian Persch)
1141
1142         * gtk/paper_names_offsets.c: Regenerated.
1143
1144 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
1145
1146         * modules/engines/pixbuf/pixbuf.h:
1147         * modules/engines/pixbuf/pixbuf-rc-style.h:
1148         * modules/engines/pixbuf/pixbuf-style.h: Move 
1149         G_GNUC_INTERNAL before function declarations.  (#352276,
1150         Damien Carbery)
1151
1152 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
1153
1154         * demos/gtk-demo/*.c: Fix some leaks.  (#348108, Chris
1155         Wilson)
1156
1157 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
1158
1159         * *.c: Replace a lot of idle and timeout calls by
1160         the new gdk_threads api. 
1161
1162         * gdk/gdk.symbols:
1163         * gdk/gdk.h:
1164         * gdk/gdk.c: Add functions to allow threadsafe handling
1165         of idles and timeouts wrt. to the GDK lock.  (#321886,
1166         Chris Wilson)
1167         
1168 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
1169         
1170         * gdk/gdkpango.c: Use pango_cairo_show_error_underline.  
1171         (#340141, Behdad Esfahbod)
1172
1173         * configure.in: Check for getc_unlocked.
1174
1175         * gtk/xdgmime/xdgmimemagic.c: Use getc if getc_unlocked is
1176         unavailable.   (#381499)
1177
1178         * tests/teststatusicon.c: Fix a typo
1179
1180 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
1181
1182         Make it possible to track the embeddedness of
1183         statusicon (#387215, Martyn Russell, patch by Christian
1184         Persch)
1185
1186         * gtk/gtkstatusicon.c: Add orientation and embedded properties.
1187         * gtk/gtkplug.c: 
1188         * gtk/gtkplug-x11.c: Add an embedded property.
1189         * tests/teststatusicon.c: Test the new properties.
1190
1191         * gtk/gtkwidget.c (gtk_widget_get_draw_rectangle): Don't
1192         leak draw_border.  (#387170, Kjartan Maraas)
1193
1194 2006-12-21  Matthias Clasen  <mclasen@redhat.com>
1195
1196          * gtk/gtkfilechooserembed.c (_gtk_file_chooser_embed_set_delegate()):
1197         Typo fix.  (#388123, Murray Cumming)
1198         
1199         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event):
1200         Generate double-click events.  (#380421, Tommi Komulainen)
1201
1202         * gdk/x1/gdkinput-xfree.c (_gdk_input_configure_event):
1203         (_gdk_input_enter_event): Correct return_if_fail checks.
1204         (#379803, Tommi Komulainen)
1205
1206         * gdk/gdkdisplay.c: Improve the docs of some functions operating
1207         on the default display.  (##353438, Mariano Suárez-Alvarez)
1208
1209 2006-12-21  Matthew Barnes  <mbarnes@redhat.com>
1210
1211         * docs/reference/gdk/gdk-sections.txt:
1212         * gdk/gdkcolor.[ch] (gdk_color_to_string): Add a function for
1213         converting a GdkColor to a string (#373856).
1214
1215         * configure.in: Bump pango requirement to 1.15.2.
1216
1217 2006-12-20  Matthias Clasen  <mclasen@redhat.com>
1218         
1219         * gdk/keynames.txt: Mark arrow keys as translatable.  (#369506,
1220         Bastian Nocera)
1221
1222         * gdk/keyname-table.h: Regenerated
1223
1224         * gtk/gtktextbuffer.c: Add signal documentation.  (#317064,
1225         Søren Wedel Nielsen)
1226
1227         * gtk/gtktextview.c (gtk_text_view_start_selection_drag):
1228         Silently return if a drag is already in progress, rather
1229         than asserting.  (#335622, Li Yuan, testcase by Erwann Chenede)
1230
1231         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog):
1232         Allow any GtkDialog that implements GtkFileChooser as
1233         dialog.  (#335473, Tommi Komulainen)
1234
1235 2006-12-20  Mikael Hallendal  <micke@imendio.com>
1236
1237         * gtk/gtkstatusicon.c: (gtk_status_icon_init): Fixed a last minute
1238         change in the quartz backend.
1239
1240 2006-12-20  Mikael Hallendal  <micke@imendio.com>
1241
1242         * gtk/Makefile.am: Added gtkstatusicon-quartz.c
1243         * gtk/gtkstatusicon-quartz.c: Implements the quartz backend for the
1244         status icon.
1245         * gtk/gtkstatusicon.c: Hooked in the new quartz backend. Bug #387874.
1246
1247 2006-12-19  Matthias Clasen  <mclasen@redhat.com>
1248
1249         * gtk/gtkprintunixdialog.c: Add a tooltip explaining the
1250         format of page ranges, and improve the page sequence icon
1251         for the case of n_copies == 1.
1252  
1253 2006-12-19  Mikael Hallendal  <micke@imendio.com>
1254
1255         * gdk/quartz/gdkcursor-quartz.c: Splitted out the GdkPixbuf to NSImage
1256         routine so that it can be used from libgtk as well (needed for
1257         upcoming GtkStatusIcon support in the Quartz port).
1258         * gdk/quartz/gdkevents-quartz.c: Don't assume that all NSWindows are
1259         created from GDK, this is not true for the status icon.
1260         * gdk/quartz/gdkprivate-quartz.h:
1261         * gdk/quartz/gdkquartz.h: Added 
1262         gdk_quartz_pixbuf_to_ns_image_libgtk_only so that it is available to 
1263         the status icon code.
1264
1265 2006-12-16  Tristan Van Berkom <tvb@gnome.org>
1266
1267         * gtk/gtkmessagedialog.c: Added return_if_fail (image) to
1268         gtk_message_dialog_set_image ()
1269
1270         * gtk/gtkscrolledwindow.c: Fixed a bug in set_property()
1271         (setting "window-placement-set" could result in a crash because
1272         of boolean/enum mixup)
1273
1274 2006-12-15  Federico Mena Quintero  <federico@novell.com>
1275
1276         Merged from gtk-2-10:
1277
1278         * gtk/gtkmenu.c (gtk_menu_set_title): Don't try to optimize for
1279         the case where the new title is the same as the old title, to
1280         preserve the behavior from GTK+ 2.8 (NULL and "" titles are not
1281         equivalent).  Handle the case where title == priv->title.  This
1282         was found by the LSB compatibility tests:
1283         https://bugzilla.novell.com/show_bug.cgi?id=223882
1284
1285 2006-12-15  Dom Lachowicz <domlachowicz@gmail.com>
1286
1287         * gtk/gtkcombobox.c: Make GtkComboBox in "appears-as-list" mode
1288         more closely resemble its Win32 counterpart. Bug #340204.
1289
1290 2006-12-14  Carlos Garnacho  <carlosg@gnome.org>
1291
1292         * gtk/gtkcalendar.c: draw arrows pointing to the right correctly
1293         placed inside their GdkWindow. Bug #385672.
1294
1295 2006-12-14  Christian Persch  <chpe@cvs.gnome.org>
1296
1297         * gtk/gtkiconview.c: Fix docs typo. Bug #385642.
1298
1299 2006-12-13  Dom Lachowicz <domlachowicz@gmail.com>
1300
1301         * src/modules/engines/ms-windows/msw_style.c: Bug 351679 - Notebooks 
1302         drawn with extra line below tab in MS-Windows theme. Patch by 
1303         Cody Russell
1304         
1305 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
1306
1307         * gtk/Makefile.am: Add --unlink-tempfile to the evince call
1308         for print preview.  (#370041, Ghee Teo)
1309
1310 2006-12-11  Matthias Clasen  <mclasen@redhat.com>
1311
1312         * gtk/gtkprogressbar.c (gtk_progress_bar_paint_text): Be more
1313         careful when overdrawing antialiased text.  (#352435, Alex Jones,
1314         patch by Benjamin Otte)
1315
1316         * gtk/gtksettings.c: Change the way in which color scheme information
1317         is merged to correctly handle vanishing colors.  (#374420, 
1318         Benjamin Berg, patch by Callum McKenzie) 
1319         Also allow to separate entries in color schemes by ';' 
1320         instead of newline.  
1321
1322 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
1323
1324         * modules/printbackends/cups/gtkcupsutils.c (gtk_cups_request_encode_option): 
1325         Properly pass multi-value options to cups.  (#355350, Jürg Billeter) 
1326
1327 2006-12-10  Kristian Rietveld  <kris@gtk.org>
1328
1329         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_focus_out_event):
1330         cancel editing (ie. don't accept changes) when the entry loses
1331         focus. (Fixes #164494, reported by Chris Rouch).
1332
1333 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
1334
1335         * configure.in: Correct a misapplied patch. 
1336
1337 2006-12-10  Tor Lillqvist  <tml@novell.com>
1338
1339         * gtk-zip.sh.in: Put gdk-pixbuf-query-loaders.exe and
1340         gtk-query-immodules-2.0.exe in the runtime zipfile instead of
1341         developer zipfile. Users might add pixbuf loaders or immodules
1342         even if they are not interested in developing gtk+-using software.
1343
1344 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
1345
1346         * configure.in: Check for crt_extern.h and _NSGetEnviron.
1347         * gdk/x11/gdkspawn-x11.c: Fix compilation on Darwin where
1348         environ is not available.  (#384168, Min Sik Kim)
1349
1350 2006-12-07  Paolo Maggi  <paolo@gnome.org>
1351
1352         Fixes bug #383407
1353         
1354         * gtk/gtkentry.c (gtk_entry_set_text): check for
1355         completion->priv->changed_id > 0 before calling 
1356         g_signal_handler_[un]block.
1357         (gtk_entry_completion_key_press): does not block/unblock the "changed"
1358         signal before calling gtk_entry_set_text.
1359         
1360 2006-12-07  Carlos Garnacho  <carlosg@gnome.org>
1361
1362         * gtk/gtkcellrendererprogress (compute_dimensions): do not use
1363         xthickness/ythickness, they aren't used any longer for drawing.
1364
1365 2006-12-07  Matthias Clasen  <mclasen@redhat.com>
1366
1367         * gtk/gtkrc.c (_gtk_rc_init): Fix clipping of accelerator
1368         underlines by giving labels a small draw-border.
1369
1370 2006-12-06  Kristian Rietveld  <kris@gtk.org>
1371
1372         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render):
1373         draw progress bar through theme engine instead of using our own
1374         custom cairo drawing code (#377244, patch from Carlos Garnacho).
1375
1376 2006-12-06  Matthias Clasen  <mclasen@redhat.com>
1377
1378         * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities):
1379         Update the sensitivity of the collate checkbutton more frequently,
1380         proposed by Tim Waugh.
1381
1382 2006-12-04  Matthias Clasen  <mclasen@redhat.com>
1383
1384         * gtk/gtkmessagedialog.c (setup_type): Set a11y name and role
1385         since we no longer set window titles.
1386
1387 2006-12-04  Christian Persch  <chpe@cvs.gnome.org>
1388
1389         * gtk/gtkpagesetup.c: (gtk_page_setup_get_paper_size),
1390         (gtk_page_setup_set_paper_size): Don't leak the old page size when
1391         setting a new one. Bug #382314.
1392
1393 2006-12-03  Michael Natterer  <mitch@gimp.org>
1394
1395         * gtk/gtktextview.c: remove FIXME #include that is no longer needed.
1396
1397 2006-12-03  Kristian Rietveld  <kris@gtk.org>
1398
1399         Make sure [xy]_offset are always being initialized, fix pixbuf
1400         renderer padding.  (#108235, Sven Neumann).
1401
1402         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size),
1403         (gtk_cell_renderer_pixbuf_render): add padding in _render instead
1404         of _get_size.
1405
1406         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_get_size):
1407         always initialize [xy]_offset.
1408         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto.
1409         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
1410         ditto.
1411
1412 2006-12-03  Kristian Rietveld  <kris@gtk.org>
1413
1414         * gtk/gtktreeview.c (validate_visible_area): when not using an
1415         explicit alignment, use the full area of the row (not just dy)
1416         to determine how to implicitly align it.  (Fixes #363191, reported
1417         by Federico Mena Quintero).
1418
1419 2006-12-02  Matthias Clasen  <mclasen@redhat.com>
1420
1421         * gtk/gtkicontheme.c (insert_theme): Properly clean up
1422         if an icon theme index file has no directories.  (#381236)
1423
1424 2006-12-02  Dom Lachowicz <domlachowicz@gmail.com>
1425
1426         * src/modules/engines/ms-windows/msw_style.c: Bug 351678 - Notebooks 
1427         not with PositionType.Top drawn incorrectly. Patch by Cody Russell
1428         
1429 2006-11-28  Behdad Esfahbod  <behdad@gnome.org>
1430
1431         Remove the broken Thai input method and add a functional Thai and Lao
1432         input method by Theppitak Karoonboonyanan. (#81031)
1433
1434         * modules/input/imthai.c:
1435         * modules/input/gtkimcontextthai.c:
1436         * modules/input/gtkimcontextthai.h:
1437         * modules/input/thai-charprop.c:
1438         * modules/input/thai-charprop.h:
1439         Added.
1440
1441         * modules/input/imthai-broken.c:
1442         Removed.
1443         
1444         * modules/input/Makefile.am:
1445         Updated.
1446
1447 2006-11-27  Christian Persch  <chpe@cvs.gnome.org>
1448
1449         * gtk/gtkstatusicon.c: Notify when the screen changes. Bug #379793.
1450
1451 Mon Nov 27 12:27:06 2006  Tim Janik  <timj@imendio.com>
1452
1453         * gtk/gtktextview.c: applied patch by  Colin Leroy for
1454         Control+GDK_KP_Left to move one word to the left, #356255.
1455
1456 2006-11-26  Benjamin Berg  <benjamin@sipsolutions.net>
1457
1458         * gtk/gtkstyle.c: (gtk_default_draw_flat_box): Protect against NULL
1459           widget. (#379503)
1460
1461 2006-11-25  Matthias Clasen  <mclasen@redhat.com>
1462
1463         * modules/printbackends/cups/gtkprintbackendcups.c: Make
1464         print dialog work when 'BrowseShortNames Off' is specified
1465         in cups configuration. Patch by Tim Waugh.
1466
1467 2006-11-24  Michael Natterer  <mitch@imendio.com>
1468
1469         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): if we
1470         can't go up/down, consult gtk_widget_keynav_failed() and leave the
1471         widget if it returns FALSE (bug #322640).
1472
1473 2006-11-23  Behdad Esfahbod  <behdad@gnome.org>
1474
1475         * gtk/gtkmain.c: Fix minor typo in docs. (#378632, Hannes Mueller)
1476
1477 2006-11-22  Emmanuele Bassi  <ebassi@gnome.org>
1478
1479         * gtk/gtkrecentmanager.c:
1480         (get_uri_shortname_for_display): g_filename_from_uri() might
1481         fail; catch the failure and fall back to the non-local URI
1482         case. (#363437)
1483
1484 2006-11-19  Mark McLoughlin  <mark@skynet.ie>
1485
1486         Fixes bug #376502 - multi-screen support for GtkStatusIcon
1487
1488         * gtk/gtkstatusicon.[ch]:
1489         (gtk_status_icon_set_screen),
1490         (gtk_status_icon_get_screen): add multi-screen API. Allows
1491         an app to display an icon on a non-default screen
1492         (gtk_status_icon_class_init),
1493         (gtk_status_icon_set_property),
1494         (gtk_status_icon_get_property): add a "screen" property
1495         
1496         * tests/teststatusicon.c: update to test on multiple screens
1497
1498 2006-11-17  Matthias Clasen  <mclasen@redhat.com>
1499
1500         Fix problems with drag cancellation. (#376535, Michael Natterer)
1501         
1502         * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Disconnect signal
1503         handlers before emitting drag-end.
1504         (gtk_drag_end): Disconnect signal handlers before removing
1505         the grab.  
1506
1507 2006-11-16  Mariano Suárez-Alvarez <mariano@gnome.org>
1508
1509         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
1510         add gtk-doc blurb on GtkCellRendererText::edited (#376094)
1511
1512 2006-11-16  Michael Natterer  <mitch@imendio.com>
1513
1514         * gtk/gtkradiobutton.c (gtk_radio_button_focus): don't use
1515         gtk_widget_keynav_failed(). Instead, look at gtk-keynav-cursor-only
1516         and gtk-keynav-wrap-around and wrap around, beep or continue outside
1517         the group manually (bug #322640).
1518
1519 2006-11-16  Michael Natterer  <mitch@imendio.com>
1520
1521         Add new infrastructure for notifications of failed keyboard
1522         navigation and navigation with restricted set of keys.
1523
1524         The patch handles configurable beeping, navigating the GUI with
1525         cursor keys only (as in phone environments), and configurable
1526         wrap-around. Fixes bugs #322640, #70986, #318827, #334726, #334742
1527         and #309291.
1528
1529         * gtk/gtksettings.c: added properties gtk-keynav-cursor-only,
1530         gtk-keynav-wrap-around and gtk-error-bell.
1531
1532         * gtk/gtkwidget.[ch]: added new signal "keynav-failed" and public
1533         API to emit it. Added New function gtk_widget_error_bell() which
1534         looks at the gtk-error-bell setting and calls gdk_window_beep()
1535         accordingly.
1536
1537         * gtk/gtk.symbols: add the new widget symbols.
1538
1539         * gtk/gtkcellrendereraccel.c
1540         * gtk/gtkimcontextsimple.c
1541         * gtk/gtkmenu.c
1542         * gtk/gtknotebook.c: use gtk_widget_error_bell() or look at the
1543         gtk-error-bell setting instead of calling gdk_display_beep()
1544         unconditionally.
1545
1546         * gtk/gtkcombobox.c
1547         * gtk/gtkentry.c
1548         * gtk/gtkiconview.c
1549         * gtk/gtklabel.c
1550         * gtk/gtkmenushell.c
1551         * gtk/gtkspinbutton.c
1552         * gtk/gtktextview.c
1553         * gtk/gtktreeview.c: call gtk_widget_error_bell() on failed keynav.
1554
1555         * gtk/gtkentry.c
1556         * gtk/gtklabel.c
1557         * gtk/gtkrange.c
1558         * gtk/gtktextview.c: consult gtk_widget_keynav_failed() on failed
1559         cursor navigation and leave the widget if it returns FALSE.
1560
1561         * gtk/gtkmenushell.c
1562         * gtk/gtknotebook.c: only wrap around if gtk-keynav-wrap-around
1563         is TRUE.
1564
1565         * gtk/gtkradiobutton.c: ask gtk_widget_keynav_failed() to decide
1566         whether to to wrap-around, and don't select active items on cursor
1567         navigation if gtk-keynav-cursor-only is TRUE. Should look at
1568         gtk-keynav-wrap-around too, will look into that.
1569
1570 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
1571
1572         * gtk/gtkrecentmanager.c:
1573         (gtk_recent_info_get_uri_display): Return the URI
1574         of the GtkRecentInfo object (upgraded to UTF-8 if
1575         needed) in case of non-local file. (#351945)
1576
1577 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
1578         
1579         * gtk/gtkrecentchoosermenu.c:
1580         (gtk_recent_chooser_menu_add_tip): Apply the tip only
1581         if we have a displayable name for the item. (#365031,
1582         patch by padraig.obriain(at)sun.com)
1583
1584 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
1585
1586         * gtk/gtkrecentmanager.c: Provide a fast path returning
1587         NULL when the limit is set to 0.
1588
1589         * gtk/gtkrecentchooserdefault.c:
1590         * gtk/gtkrecentchoosermenu.c: Add the same fast path
1591         inside the RecentChooser implementation; add a check
1592         in the list clamping code. (#373466 and duplicates)
1593
1594 2006-11-15  Matthias Clasen  <mclasen@redhat.com>
1595
1596         * modules/printbackends/cups/gtkprintbackendcups.c (cups_printer_get_options): 
1597         Don't pass NULL to strncpy.  (#359537, patch by  Carlos Garcia Campos)
1598
1599 2006-11-15  Michael Natterer  <mitch@imendio.com>
1600
1601         * gtk/gtkrange.[ch]: added properties "fill-level",
1602         "show-fill-level" and "restrict-to-fill-level" and getters/setters
1603         for them. The "fill level" is an additional marker on the range's
1604         trough than can be e.g. used to indicate the amount of
1605         pre-buffering in a range showing the play position of streamed
1606         media. See the embedded API docs for details. Made GtkRangeLayout
1607         a GTypeInstance private struct and removed finalize()
1608         implementation. Fixes bug #349808
1609
1610         * gtk/gtk.symbols: added the new symbols.
1611
1612 2006-11-14  Behdad Esfahbod  <behdad@gnome.org>
1613
1614         * configure.in: Make libtool magic robust. (#352795)
1615
1616 2006-11-13  Paolo Borelli  <pborelli@katamail.com>
1617
1618         * gtk/gtkrc.c (gtk_rc_parse_icon_source): plug small memory
1619         leak (#370395)
1620
1621 2006-11-09  Kristian Rietveld  <kris@imendio.com>
1622
1623         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): disable
1624         don't move cursor case for SELECTION_NONE. (#371756, John Ellis).
1625
1626 2006-11-09  Carlos Garnacho  <carlosg@gnome.org>
1627
1628         * gtk/gtkpathbar.c (on_slider_unmap): Fix parenthesis confusion.
1629
1630 2006-11-08  Carlos Garnacho  <carlosg@gnome.org>
1631
1632         * gtk/gtkpathbar.c (on_slider_unmap): added, do not leave the scroll
1633         timeout running if the slider buttons are hidden. (#372527)
1634
1635 2006-11-08  Christian Persch  <chpe@cvs.gnome.org>
1636
1637         * gtk/gtkfilechooserdefault.c (browse_widgets_create): Don't make
1638         the "Location" label bold. Bug #372449.
1639
1640 2006-11-07  Carlos Garnacho  <carlosg@gnome.org>
1641
1642         * gtk/gtknotebook.c (gtk_notebook_calculate_tabs_allocation): make
1643         non-focused tabs xthickness/ythickness thinner. (#353962)
1644
1645 2006-11-07  Paolo Borelli  <pborelli@katamail.com>
1646
1647         * gtk/gtktextbtree.c (_gtk_text_btree_delete): avoid memory
1648         corruption (#357050).
1649
1650 2006-11-06  Alexander Larsson  <alexl@redhat.com>
1651
1652         * gtk/gtkdnd.c: (gtk_drag_begin_internal),
1653         (gtk_drag_source_info_destroy), (gtk_drag_end),
1654         (gtk_drag_grab_notify_cb):
1655         Cancel drag when the grab is shadowed. (#122688)
1656
1657 2006-11-01  Kristian Rietveld  <kris@imendio.com>
1658
1659         * gtk/gtkcombobox.c (gtk_combo_box_class_init),
1660         (gtk_combo_box_size_request): add arrow-size property to control
1661         the minimum size of the arrow, have the arrow scale up with the
1662         font by default. (#357950).
1663
1664 2006-10-30  Kristian Rietveld  <kris@gtk.org>
1665
1666         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): don't
1667         forget to queue a draw for the new cursor node. (Fixes #366548,
1668         reported by Sven Herzberg).
1669
1670 2006-10-30  Michael Natterer  <mitch@imendio.com>
1671
1672         * gtk/gtkrange.c (gtk_range_key_press): consume the Escape key
1673         only if we actually cancel a drag. Fixes bug #58389.
1674
1675 2006-10-30  Kristian Rietveld  <kris@gtk.org>
1676
1677         * gtk/gtktreeview.c (gtk_tree_view_class_init): change left/right
1678         keybindings to collapse/expand rows instead of moving the focus
1679         cursor. (#105895, Brian Bober and others).
1680
1681 2006-10-29  Kristian Rietveld  <kris@gtk.org>
1682
1683         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): guard against
1684         child removal in row-expanded callback. (#366782, John Ellis).
1685
1686 2006-10-29  Tor Lillqvist  <tml@novell.com>
1687
1688         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Improve handling
1689         of the small icon of the window class. (#152620, Kazuki Iwamoto)
1690
1691 2006-10-29  Tor Lillqvist  <tml@novell.com>
1692
1693         * gdk/win32/gdkcursor-win32.c
1694         (gdk_win32_icon_to_pixbuf_libgtk_only): Implement for B&W cursors,
1695         for instance the built-in GDK ones.
1696
1697 2006-10-27  Kristian Rietveld  <kris@gtk.org>
1698
1699         * gtk/gtktreeview.c (validate_visible_area): rework the area_above == 0
1700         case to not overwrite the variables in the lower scope (which are
1701         used later on ...), get the path correctly and bail out when there
1702         isn't a node above us. (#359231).
1703
1704 2006-10-26  Christian Persch  <chpe@cvs.gnome.org>
1705
1706         * gtk/gtkaboutdialog.c: Put initial focus on Close button (#337261).
1707
1708 2006-10-25  Johan Dahlin  <jdahlin@async.com.br>
1709
1710         * gtk/gtk.symbols: Add missing symbols to so make check can pass
1711
1712 2006-10-23  Dom Lachowicz <domlachowicz@gmail.com>
1713
1714         * src/modules/engines/ms-windows/msw_style.c (draw_expander): Remember
1715         to free GDI Pen resources, introduced by bug 340201.(#364514)
1716         
1717 2006-10-18  Kristian Rietveld  <kris@imendio.com>
1718
1719         * tests/testcombo.c (main): connect to notify::popup-shown instead of
1720         popup-show (the latter does not exist).
1721
1722 2006-10-15  Paolo Borelli  <pborelli@katamail.com>
1723
1724         * gtk/gtkicontheme.c (pixbuf_supports_svg): plug memory leak.
1725         Fixes bug #362439.
1726
1727 2006-10-12  Michael Natterer  <mitch@imendio.com>
1728
1729         * gtk/gtkcombobox.c (gtk_combo_box_class_init): fix commit below
1730         (committed the wrong patch).
1731
1732 2006-10-12  Michael Natterer  <mitch@imendio.com>
1733
1734         * gtk/gtkcombobox.c: added "move-active" and "popup" signals and
1735         bindings to trigger them. Removed gtk_combo_box_key_press(), it's
1736         obsolete now. Fixes bug #358293.
1737
1738 2006-10-11  Michael Emmel  <mike.emmel@gmail.com>
1739
1740         * gdkpixmap-directfb.c: add missing RGB24 case (#361176) 
1741
1742 2006-10-11  Tor Lillqvist  <tml@novell.com>
1743
1744         * configure.in: Enable having some gdk-pixbuf loaders built-in
1745         even if loading the others dynamically. Define Automake
1746         conditional INCLUDE_FOO for each loader as TRUE if that loader is
1747         built-in. See also gdk-pixbuf/ChangeLog.
1748
1749 Wed Oct 11 14:31:30 2006  Tim Janik  <timj@imendio.com>
1750
1751         * docs/reference/gtk/gtk-sections.txt:
1752         * gtk/gtkbindings.c: document gtk_binding_entry_skip().
1753
1754 2006-10-11  Tor Lillqvist  <tml@novell.com>
1755
1756         * gtk/gtk.symbols: Remove gtk_combo_string_key, which is a static
1757         variable.
1758
1759 2006-10-11  Tor Lillqvist  <tml@novell.com>
1760
1761         Merge from 2.10 branch:
1762
1763         * gtk/gtkmain.c (do_pre_parse_initialization): On Win32, if
1764         environment variable LC_ALL or LANG is set, set the Win32 thread
1765         locale to the corresponding locale. Then call the C library
1766         setlocale() to set the C library locale accordingly. The
1767         inconsistency mentioned below is gone. (#339756) Do some special
1768         casing for Serbia and Montenegro. Handle the Latin and Cyrillic
1769         scripts for Azeri, Uzbek and Serbian.
1770         (enum_locale_proc): Helper function for the above functionality.
1771
1772         * gtk/gtkcalendar.c (gtk_calendar_init): No longer need to check
1773         if the environment variables are set here, as they have already
1774         been taken into account and the Win32 thread locale has been
1775         set.
1776
1777 Tue Oct 10 16:38:23 2006  Tim Janik  <timj@imendio.com>
1778
1779         * gtk/tmpl/gtkbindings.sgml: 
1780         * gtk/gtkbindings.c: applied patch from Michael Natterer to move to 
1781         inline docs. applied wording fixes suggested by Martyn Russell.
1782
1783 2006-10-09  Matthias Clasen  <mclasen@redhat.com>
1784
1785         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
1786         Update the docs to state which out parameters may be NULL.
1787         (#360870, Attilio Fiandrotti)
1788
1789 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
1790
1791         * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities): Fix
1792         a typo.  (#359542, Ghee Teo)
1793
1794 2006-10-08 Matthias Clasen <mclasen@redhat.com>
1795
1796         * gtk/gtknotebook.c (gtk_notebook_reorder_tab): Only
1797         reorder tabs if the focus is in the tab.  (#350342, Carlos
1798         Garnacho Parro)
1799
1800 2006-10-08 Michael Emmel <mike.emmel@gmail.com>
1801
1802         * gdk/directfb/gdkproperty-directfb.c strdup atom name (#357611) 
1803
1804 2006-10-08  Kristian Rietveld  <kris@gtk.org>
1805
1806         * gtk/gtktreeview.[ch] (gtk_tree_view_set_property),
1807         (gtk_tree_view_set_show_expanders),
1808         (gtk_tree_view_get_show_expanders): add getter/setter for
1809         show-expanders property, queue a redraw when this property
1810         is toggled (#351167, Martin Ejdestig),
1811         (gtk_tree_view_set_level_indentation),
1812         (gtk_tree_view_get_level_indentation): also add getter/setter
1813         and docs for level-indentation property.
1814
1815 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
1816
1817         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't 
1818         leak a list.  (#360350, Benjamin Berg)
1819
1820         * Apply a cleanup patch by Kjartan Maraas  (#341812)
1821
1822 2006-10-07  Tor Lillqvist  <tml@novell.com>
1823
1824         * gtk/gtkcalendar.c (gtk_calendar_init): Use the Win32 thread
1825         locale's first day of week setting on Win32. (#339752, Bogdan
1826         Nicula) Don't do this if one of the environment variables that
1827         affect gettext is set, though. In that case use the week start day
1828         from the corresponding message catalog.
1829
1830         Unfortunately the same logic isn't possible in the weekday and
1831         month name lookup; there even if you have set one of the
1832         aforementioned environment variables, you still get the weekday
1833         and month names from the Win32 thread locale. Yes, this is
1834         inconsistent.
1835
1836         Use only wide-character API in the Win32 code in this file, too.
1837
1838 2006-10-06  Matthias Clasen  <mclasen@redhat.com>
1839
1840         * gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple):
1841         Fix the docs.  (#360112)
1842
1843         * gtk/gtkcellview.c: Don't set the background of the
1844         window in a no-window widget.  (#359581, Xan Lopez)
1845
1846
1847 2006-10-05  Behdad Esfahbod  <behdad@gnome.org>
1848
1849         * gtk/Makefile.am, gtk/aliasfilescheck.sh:  Propagate srcdir into the
1850         test correctly. (#359845)
1851
1852 2006-10-05  Michael Natterer  <mitch@imendio.com>
1853
1854         * gtk/gtkrc.[ch]: added new scanner token "unbind" which gets
1855         rid of a key binding (in fact, it only lets it appear unbound).
1856
1857         * gtk/gtkbindings.[ch] (struct GtkBindingEntry): added
1858         "guint marks_unbound : 1"
1859
1860         (gtk_binding_entry_skip): new API which marks the entry as unbound.
1861
1862         Changed code so it returns FALSE when "marks_unbound == TRUE" is
1863         encountered while activating bindings, effectively letting the
1864         binding appear unbound (regardless of still existing bindings in
1865         lower binding priority levels). Fixes bug #358329.
1866
1867         (gtk_binding_entry_add)
1868         (gtk_binding_entry_clear)
1869         (gtk_binding_entry_add_signall)
1870         (gtk_binding_parse_binding): deprected these functions.
1871
1872         (_gtk_binding_parse_binding)
1873         (_gtk_binding_entry_add_signall): new internal API.
1874
1875         * gtk/gtk.symbols: changed accordingly.
1876
1877 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
1878
1879         Fix interaction of GtkEntryCompletion with input
1880         methods.  (#354495, Diego Escalante Urrelo)
1881
1882         * gtk/gtkentry.c (gtk_entry_completion_key_press): Only reset
1883         the im context if we actually handle the key event.
1884
1885         * gtk/gtkentrycompletion.c: Also propagate key release events
1886         to the entry.
1887
1888 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
1889
1890         * gtk/gtkprintsettings.c (gtk_print_settings_get_duplex):
1891         Fix a typo.  (#359052, Ghee Teo)
1892
1893         * gtk/*.c, gdk/*.c: Apply a patch by Behdad Esfahbod to
1894         reduce relocations. (#359053)
1895
1896 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
1897
1898         * modules/printbackends/cups/gtkcupsutils.c:
1899         * modules/printbackends/cups/gtkprintbackendcups.c: Complete
1900         the fix for bug 357280.
1901
1902 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
1903
1904         * gdk-pixbuf/Makefile.am:
1905         * gdk/Makefile.am:
1906         * gtk/Makefile.am:
1907         Include pltcheck.sh in EXTRA_DIST.
1908
1909 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
1910
1911         * gdk/x11/gdkevents-x11.c: Move all includes before including
1912         gdkalias.h.
1913
1914 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
1915
1916         * gtk/Makefile.am: Fix typo in file name.  (#358931)
1917
1918 2006-10-02  Matthias Clasen  <mclasen@redhat.com>
1919
1920         * modules/printbackends/cups/gtkprintbackendcups.c (available_choices): 
1921         Only use the group name field if cups is new enough.  (#357280)
1922
1923         * gtk/gtksizegroup.c: Make sure that the quarks are 
1924         initialized before using them.  (#353736)
1925
1926         * gtk/Makefile.am (stamp-icons): Use rm instead of ln -f to
1927         replace existing links.  (#354849, James Evans)
1928
1929 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
1930
1931         * gtk/gtkexpander.c (gtk_expander_realize) 
1932         (gtk_expander_size_allocate): Make the event_window large
1933         enough to cover the full height of the label_widget.  (#358351,
1934         Scott Horowitz)
1935
1936 2006-10-01  Tor Lillqvist  <tml@novell.com>
1937
1938         * gtk/gtkfilesystemwin32.c: Same change as to gtkfilesystemunix.c.
1939
1940 2006-09-30  Matthias Clasen  <mclasen@redhat.com>
1941
1942         * gtk/gtkfilechooserbutton.c (update_combo_box): Protect
1943         against base_path being NULL.  (#358405, many reporters)
1944
1945 2006-09-29  Matthias Clasen  <mclasen@redhat.com>
1946
1947         * gtk/gtkfilesystemunix.c: Apply a patch by Padraig O'Briain
1948         to avoid a deadlock.
1949
1950 2006-09-27  Kristian Rietveld  <kris@imendio.com>
1951
1952         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_free_level),
1953         (gtk_tree_model_filter_ref_node),
1954         (gtk_tree_model_filter_real_unref_node): bring zero ref count loops
1955         in sync with each other and the sort model.
1956
1957 2006-09-27  Kristian Rietveld  <kris@imendio.com>
1958
1959         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_init),
1960         (gtk_tree_model_filter_finalize), (gtk_tree_model_filter_row_deleted),
1961         (gtk_tree_model_filter_new): unref the virtual root path once that
1962         node (or one if its ancestors) is deleted, set virtual_root_deleted
1963         so we only unref it once.
1964
1965 2006-09-27  Kristian Rietveld  <kris@imendio.com>
1966
1967         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_changed),
1968         (gtk_tree_model_sort_sort_level): ref count nodes the proper way,
1969         (gtk_tree_model_sort_ref_node), (gtk_tree_model_sort_real_unref_node),
1970         (gtk_tree_model_sort_free_level): bring zero ref count loops in
1971         sync,
1972         (gtk_tree_model_sort_free_level): free child levels before
1973         decreasing the zero ref count of the current level,
1974         (gtk_tree_model_sort_clear_cache): only clear cache if zero_ref_count
1975         is > 0.
1976
1977 2006-09-25  Matthias Clasen  <mclasen@redhat.com>
1978
1979         * demos/gtk-demo/*.c:
1980         * gtk/gtkeventbox.c:
1981         * gtk/gtkprintoperation.c: Fix typos. String change.
1982
1983 2006-09-25  Kristian Rietveld  <kris@gtk.org>
1984
1985         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): if the tree view
1986         has already been realized; scroll to background area instead of
1987         cell area. (Fixes #330683, Johan Dahlin, Tommi Komulainen).
1988
1989 2006-09-25  Kristian Rietveld  <kris@gtk.org>
1990
1991         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): only attempt
1992         to create the GCs if the widget is realized. (Fixes #357578).
1993
1994 2006-09-25  Matthias Clasen  <mclasen@redhat.com>
1995
1996         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Don't leak
1997         the list of children (#357454, Paolo Borelli)
1998
1999 2006-09-25  Michael Natterer  <mitch@imendio.com>
2000
2001         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): free
2002         display->input_windows with g_free(), not g_object_unref()
2003         (#357566, Tommi Komulainen).
2004
2005 2006-09-24  Kristian Rietveld  <kris@gtk.org>
2006
2007         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
2008         (gtk_cell_renderer_text_[sg]et_property): actually add align-set
2009         property to the API (left-over patch from #157439).
2010
2011 2006-09-24  Kristian Rietveld  <kris@gtk.org>
2012
2013         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button): draw
2014         the indicator if the column has a sort column id (and the model is
2015         sortable) or if the user explicitly requested the indicator
2016         to be shown.  (Fixes #352738, Chris Vine).
2017
2018 2006-09-23  Tor Lillqvist  <tml@novell.com>
2019
2020         * gtk/Makefile.am: Use EXEEXT.
2021
2022 2006-09-22  Michael Natterer  <mitch@imendio.com>
2023
2024         * gtk/gtkstyle.c (gtk_style_real_copy): also copy icon factories
2025         and color hashes. Fixes bug #357132.
2026
2027 2006-09-22  Matthias Clasen  <mclasen@redhat.com>
2028
2029         Make remote bookmarks work better (#354887)
2030         
2031         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): 
2032         (shortcuts_insert_path): 
2033         * gtk/gtkfilechooserbutton.c (change_icon_theme): 
2034         (model_add_bookmarks): 
2035         (model_update_current_folder): 
2036         (update_label_and_image): 
2037         If the bookmark points to a remote file, don't call get_info(), 
2038         since that may a) take a long time and b) pop up an auth dialog.
2039         Instead, just use a folder icon and create a display name
2040         from the uri.
2041
2042         * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_uri): 
2043         New function to create a suitable display name for a remote
2044         uri. This should really be done in GtkFileSystem.
2045         
2046 2006-09-21  Michael Natterer  <mitch@imendio.com>
2047
2048        Implement lots of value setters for GdkGC, based on a heavily
2049        modified patch from Thomas Broyer (bug #328853):
2050
2051         * gdk/quartz/gdkcolor-quartz.c: removed functions which set colors
2052         on the CGContext. Instead, added gdk_quartz_get_rgba_from_pixel()
2053         which simply returns RGBA values from a GdkColor's pixel value.
2054         See gdk_quartz_update_context_from_gc() below.
2055
2056         * gdk/quartz/gdkprivate-quartz.h (struct GdkGCQuartz): added lots
2057         of members for the newly suppored GC values. Added enum
2058         GdkQuartzContextValuesMask which is used for setting up the
2059         CGContext for filling and/or stroking.
2060
2061         * gdk/quartz/gdkgc-quartz.c (gdk_quartz_gc_get_values)
2062         (gdk_quartz_gc_set_values)
2063         (_gdk_windowing_gc_copy): support a lot more GC values.
2064
2065         (gdk_quartz_update_context_from_gc): added
2066         GdkQuartzContextValuesMask parameter and set filling/stroking
2067         parameters accordingly. This function also gained full control
2068         over the FG and BG colors (they can't be set separately any more).
2069
2070         The stipple mask part of the patch doesn't work but seems to take
2071         the right approach and doesn't make things worse, so I applied it.
2072
2073         Did *not* apply the clipping part of the patch since I don't
2074         understand it (I don't understand the version in CVS either, but
2075         it at least works :-)
2076
2077         * gdk/quartz/gdkdrawable-quartz.c: pass the right masks to
2078         gdk_quartz_update_context_from_gc() and removed separate color
2079         setting calls. Some minor fixes.
2080
2081         * gdk/quartz/gdkwindow-quartz.c
2082         (gdk_window_impl_quartz_begin_paint_region): set the CGContext's
2083         fill color manually. We don't have/need a GC here.
2084
2085 2006-09-21  Michael Natterer  <mitch@imendio.com>
2086
2087         * gdk/quartz/gdkwindow-quartz.c
2088         (gdk_window_impl_quartz_begin_paint_region): fix cast: it's
2089         drawable_impl->wrapper that is the GdkWindow, not the
2090         drawable_impl itself.
2091
2092 2006-09-20  Behnam Esfahbod <behnam@zwnj.org>
2093
2094         * gdk/x11/gdkkeys-x11.c:
2095           (get_direction): just check the first shift-level of keyboard
2096         layout for RTL and LTR keysyms() (compliment to #116626)
2097
2098 Wed Sep 20 16:59:38 2006  Tim Janik  <timj@imendio.com>
2099
2100         * gtk/gtkviewport.c: always update the bin_window position and size
2101         in size_allocate, even if we don't have a visible child. this fixes
2102         expose artefacts as described in #313508.
2103
2104         * gtk/gtkscrolledwindow.c: make hiding of automatic scrollbars when we
2105         have no visible child explicit.
2106
2107 2006-09-19  Ryan Lortie  <desrt@desrt.ca>
2108
2109         * docs/reference/gdk/gdk-sections.txt:
2110         * gdk/gdk.symbols:
2111         * gdk/gdkpango.h:
2112         * gdk/gdkpango.c: Bug 355343.  Add a GdkPangoAttrEmbossColor.
2113           (gdk_pango_layout_get_clip_region): Remove an unused variable.
2114           (gdk_pango_attr_embossed_new): Fix documentation.
2115
2116 Tue Sep 19 17:00:04 2006  Tim Janik  <timj@imendio.com>
2117
2118         * gtk/gtkarrow.c: added GtkArrow::arrow-scaling style property to 
2119         control the arrow/border ratio within the allocation.
2120
2121         * tests/testgtk.c: added a GtkArrow to handle box test.
2122
2123         * tests/testgtkrc: test ::arrow-scaling property.
2124
2125 2006-09-19  Matthias Clasen  <mclasen@redhat.com>
2126
2127         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
2128         Display an error when we come to the root.  
2129
2130 2006-09-16  Matthias Clasen  <mclasen@redhat.com>
2131
2132         * gtk/gtkfilechooserbutton.c: Use bookmark labels in 
2133         the combobox. 
2134
2135         * gtk/gtkfilechooserbutton.c: Don't add remote volumes and 
2136         bookmarks to the model in local-only mode, to avoid 
2137         authentication dialogs pop up for invisible bookmarks, and
2138         to fix issues with separators not being hidden when
2139         they should.  (#354887, Dennis Cranston)
2140
2141 2006-09-16  Matthias Clasen  <mclasen@redhat.com>
2142
2143         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the
2144         treeview use in list mode.  (#355732, Richard Hult)
2145
2146         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Send
2147         change notification for the right property.  (#355308,
2148         Torsten Schoenfeld)
2149
2150 2006-09-15  Michael Natterer  <mitch@imendio.com>
2151
2152         * gtk/gtktreeview.c (gtk_tree_view_key_press): refactored column
2153         header navigation/resizing/reordering to be more readable and lose
2154         one level of nesting.
2155
2156 2006-09-15  Kristian Rietveld  <kris@imendio.com>
2157
2158         * gtk/gtktreeview.c (gtk_tree_view_key_press): actually directly
2159         return after handling column button focus; we disable wrap around
2160         with this (which actually happened via a really weird code path).
2161         (Michael Natterer)
2162
2163 2006-09-15  Kristian Rietveld  <kris@imendio.com>
2164
2165         * gtk/gtktreeview.c (gtk_tree_view_key_press): make column resizing
2166         code RTL aware, also break from the loops after we have seen the
2167         focussed column button (Michael Natterer).
2168
2169 Thu Sep 14 12:28:51 2006  Tim Janik  <timj@imendio.com>
2170
2171         * tests/testrichtext.c (main): intialize random number generator state
2172         upon program start, to enable truely random testing.
2173
2174 2006-09-13 Michael Emmel <mike.emmel@gmail.com>
2175
2176         * gdk/directfb/gdkcolor-directfb.c small clean ups include order
2177         * gdk/directfb/gdkwindow-directfb.c fixed beep compile error
2178         * gdk/directfb/Makefile.am removed GDK_PIXBUF_DISABLE_DEPRECATED
2179                 GDK_DISABLE_DEPRECATED to allow compile per Behdad
2180         * gdk/quartz/Makefile.am same change as directfb Makefile
2181         * gtk/Makefile.am fixed typo that cause socket stubs not to compile
2182
2183 2006-09-13 Matthias Clasen <mclasen@redhat.com>
2184
2185         * gtk/gtkcolorsel.c: Use a GtkWindow instead of a GtkInvisible
2186         for the grab widget, to make the color picker work with window
2187         groups.  
2188
2189 2006-09-12 Hong Jen Yee <pcman.tw@gmail.com>
2190
2191         signed off by: Dom Lachowicz
2192         
2193         * modules/engines/ms-windows/msw_style.c: Bug 340201. This contains
2194         a large number of improvements to the Microsoft Windows theme engine
2195         which are fully described in the bug report.
2196         
2197 Mon Sep 11 14:22:39 2006  Tim Janik  <timj@imendio.com>
2198
2199         * tests/testgtk.c: fixed compiler warnings.
2200
2201 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
2202
2203         * gtk/gtkfilechooserbutton.c (model_add_special): Request
2204         the display name too, otherwise "Desktop" does not appear
2205         in the file chooser button. 
2206
2207 2006-09-10  Tor Lillqvist  <tml@novell.com>
2208
2209         * gdk/win32/gdkprivate-win32.h
2210         * gdk/win32/gdkmain-win32.c
2211         * gdk/win32/gdkwindow-win32.c: Define WINVER and _WIN32_WINNT as
2212         0x0500 in gdkprivate-win32.h instead of doing it in two source
2213         files. (#355212, Mike Edenfield)
2214
2215         * gdk/win32/gdkwindow-win32.c: We can also remove the ersatz
2216         GetAncestor() for the _MSC_VER && WINVER < 0x0500 case, I hope.
2217
2218 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
2219
2220         * Commit a patch by Behdad to fix typos, omissions and other
2221         errors in the symbol aliasing, and add checks for local PLT
2222         entries.  (#354687, Behdad Esfahbod)
2223
2224         * gtk/gtktreeview.c (gtk_tree_view_search_scroll_event): Renew
2225         the flush timeout.  (#354043, Nelson Benitez)
2226         
2227         * gtk/gtkfilechoosersettings.c (set_unexpected_element_end_error): 
2228         Improve wording. String change!  (#355126, David Lodge)
2229
2230         * gtk/updateiconcache.c: Improve wording. String change!  (#355128,
2231         David Lodge)
2232
2233         * gtk/paper_names_offsets.c: Fix a typo. String change!  (#355134,
2234         David Lodge)
2235
2236 2006-09-09  Matthias Clasen <mclasen@redhat.com>
2237
2238         * gdk/x11/gdkfonts-x11.c: Fix small theoretical memory leaks.
2239         (#353916, Chris Wilson)
2240
2241         * gtk/gtksettings.c (_gtk_settings_reset_rc_values):
2242         Don't leak the to_reset list.  (#353914, Chris Wilson)
2243
2244         * gtk/gtkwidget.c: Add docs for the parent-set signal.
2245         (#353772, Mariano Suárez-Alvarez)
2246
2247 2006-09-08  Matthias Clasen <mclasen@redhat.com>
2248
2249         * gtk/gtktextbuffer.c (remove_all_selection_clipboards):
2250         Don't clear clipboards here, since we are called from finalize
2251         and can't emit signals.
2252
2253         * configure.in: Set version to 2.11.0
2254
2255 2006-09-06  Richard Hult  <richard@imendio.com>
2256
2257         * gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Special-case 
2258         shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.
2259
2260 2006-09-04  Kristian Rietveld  <kris@imendio.com>
2261
2262         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
2263         if setting the given folder failed, try setting the parent folder
2264         until we succeed; display an error box at the end.
2265
2266 2006-09-04  Kristian Rietveld  <kris@imendio.com>
2267
2268         * gtk/gtkpathbar.c (gtk_path_bar_dispose): don't cancel the
2269         operations spawned by buttons here,
2270         (set_button_image_get_info_cb): bail out if button is NULL, but
2271         do free button_data,
2272         (button_data_free): only free the data if non NULL (since this
2273         function can be called multiple times for the same data), cancel
2274         handle if pending but don't free button_data in this case (will
2275         happen in the callback).
2276
2277 2006-09-04  Michael Natterer  <mitch@imendio.com>
2278
2279         * gtk/gtkrc.c (rc_parse_token_or_compound)
2280         (gtk_rc_parse_assignment): serialize floating point values using
2281         locale-independent functions. (#346751, Frederic Crozat)
2282
2283 2006-09-04  Tor Lillqvist  <tml@novell.com>
2284
2285         * gdk/win32/gdkevents-win32.c
2286         * gdk/win32/gdkwindow-win32.c: Use wide-char API for message and
2287         window handling (PeekMessage, PostMessage, SendMessage,
2288         DispatchMessage, DefWindowProc, RegisterClassEx,
2289         CreateWindowEx). (#321597)
2290
2291 2006-09-03  Kristian Rietveld  <kris@imendio.com>
2292
2293         * gtk/gtkfilechooserdefault.c (save_entry_get_info_cb),
2294         (file_exists_get_info_cb), (gtk_file_chooser_default_should_respond):
2295         change file_exists_and_is_not_folder checks to get the file info
2296         for the path directly instead of querying the current file folder
2297         of the save entry.
2298
2299         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault): add
2300         new field.
2301
2302         * tests/autotestfilechooser.c (wait_for_idle_idle), (wait_for_idle),
2303         (test_reload_sequence), (test_button_folder_states_for_action): wait
2304         for idle after setting a folder to ensure the async operations to load
2305         the folder are finished,
2306         (test_confirm_overwrite), (test_confirm_overwrite_for_path):
2307         factor out test_confirm_overwrite code so we can add tests for more
2308         paths more easily.
2309
2310 2006-09-03  Richard Hult  <richard@imendio.com>
2311
2312         * gdk/quartz/GdkQuartzView.c (drawRect): Don't do anything if
2313         exposure isn't in the event mask, plug a leak, and check that the
2314         window isn't destroyed.
2315         (isOpaque): Check that the window isn't destroyed, fixes bug 
2316         #353028.
2317
2318 2006-09-03  Matthias Clasen  <mclasen@redhat.com>
2319
2320         * gtk/gtkwidget.c (gtk_widget_class_init): Fix a typo.  
2321         (#354035, Mariano Suárez-Alvarez)
2322
2323         * gtk/gtkmain.c (post_parse_hook): 
2324         * gdk/gdk.c (gdk_init): Handle display_name being NULL.
2325         (#354004, Chris Wilson)
2326
2327 2006-09-03  Tor Lillqvist  <tml@novell.com>
2328
2329         * gdk/win32/gdkwindow-win32.c (gdk_window_beep): No
2330         GDK_WINDOW_DISPLAY in the Win32 backend.
2331
2332         * gtk/gtkfilesystemwin32.c: Copy what Kris did to
2333         gtkfilesystemunix.c
2334
2335 2006-09-02  Kristian Rietveld  <kris@imendio.com>
2336
2337         First part of file chooser fixes.
2338
2339         * gtk/gtkfilechooserbutton.c (model_add_special): also set the
2340         handle in the model for the desktopdir case.
2341
2342         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder): free
2343         volume in case we retrieved it but don't pass it on to insert_path,
2344         (shortcuts_model_create): change the column type for the handles
2345         to pointer instead of GObject so our handle ref counting is not
2346         disturbed,
2347         (show_and_select_paths_finished_loading): don't forget to unref
2348         the dialog.
2349
2350         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_class_init),
2351         (gtk_file_system_unix_init), (gtk_file_system_unix_dispose):
2352         remove pending execute_callbacks_idle during dispose, also
2353         execute all callbacks waiting to be run in the next idle,
2354         (queue_*callback), (execute_callbacks_idle): refactor to maintain
2355         a list of callbacks to call per file system instead of globally,
2356         guard the file system during callback invocation,
2357         (gtk_file_system_unix_get_folder): only add load folder idle if
2358         none has been added yet.
2359
2360 2006-09-01  Matthias Clasen  <mclasen@redhat.com>
2361
2362         * gtk/gtkentry.c: Don't unnecessarily reset the im context
2363         when deleting the selection.  (#353803, Alex Larsson)
2364
2365 2006-09-01  Abel Cheung  <abel@oaka.org>
2366
2367         * configure.in: Added 'ang' 'dz' to ALL_LINGUAS.
2368
2369 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
2370
2371         Stop cursor blinking after a configurable timeout.
2372         (#353670, #352442, Arjan van de Ven, Manu Cornet)
2373         
2374         * gtk/gtksettings.c (gtk_settings_class_init): Add a 
2375         gtk-cursor-blink-timeout setting, which specifies the number
2376         of seconds that the cursor should blink after a user interaction.
2377         The default value is G_MAXINT to preserve the current behaviour.
2378
2379         * gtk/gtkentry.c (blink_cb): Stop blinking after blink-timeout
2380         seconds.
2381
2382         * gtk/gtkentry.c (gtk_entry_completion_key_press) 
2383         (gtk_entry_button_press, gtk_entry_focus_in): Reset the
2384         blink timer.
2385
2386         * gtk/gtktextview.c (blink_cb): Stop blinking after blink-timeout
2387         seconds. 
2388
2389         * gtk/gtktextview.c (gtk_text_view_key_press_event) 
2390         (gtk_text_view_button_press_event, gtk_text_view_focus_in_event): 
2391         Reset the blink timer.
2392         
2393 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
2394
2395         * gtk/gtkprintoperation-unix.c (get_print_dialog): Don't specify
2396         explicit format capabilities.  (#346505, Christian Persch)
2397
2398         * modules/printbackends/cups/gtkprintbackendcups.c (cups_request_printer_list_cb): Send printer-list-done on error. 
2399
2400 2006-08-31  Michael Natterer  <mitch@imendio.com>
2401
2402         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Fix build.
2403
2404 2006-08-30  Richard Hult  <richard@imendio.com>
2405
2406         * gdk/quartz/gdkwindow-quartz.c (gdk_window_beep): Fix build.
2407
2408 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
2409
2410         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Only use XKB
2411         for beeping if we are using XKB.  
2412
2413 2006-08-29  Matthias Clasen  <mclasen@redhat.com>
2414
2415         * gdk/gdkwindow.h: 
2416         * gdk/gdk.symbols: 
2417         * gdk/directfb/gdkwindow-directfb.c (gdk_window_beep): 
2418         * gdk/win32/gdkwindow-win32.c (gdk_window_beep): 
2419         * gdk/quartz/gdkwindow-quartz.c (gdk_window_beep): 
2420         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Add a function
2421         to beep on a window. For X11, implement this with
2422         XkbBell.  (#353455, Mariano Suárez-Alvarez)
2423         
2424 2006-08-29  Tor Lillqvist  <tml@novell.com>
2425
2426         Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x
2427         since 2.6 or 2.8. It's pointless to keep the Win9x code in here as
2428         it isn't being maintained anyway. If somebody is interested, it
2429         can always be found in older GTK+ versions, and in CVS.
2430
2431         * configure.in
2432         * acconfig.h
2433         * gdk/Makefile.am
2434         * gdk/win32/Makefile.am
2435         * gdk/win32/libie55uid.la
2436         * gdk/win32/gdkevents-win32.c: Remove the --with-ie55 configure
2437         switch and associated stuff. Active IMM and the <dimm.h> header
2438         was used for IM support on NT4 and Win9x. Win2k and later have IM
2439         support built-in.
2440
2441         * gdk/win32/gdkcursor-win32.c
2442         * gdk/win32/gdkdnd-win32.c
2443         * gdk/win32/gdkdrawable-win32.c
2444         * gdk/win32/gdkevents-win32.c
2445         * gdk/win32/gdkgc-win32.c
2446         * gdk/win32/gdkglobals-win32.c
2447         * gdk/win32/gdkkeys-win32.c
2448         * gdk/win32/gdkmain-win32.c
2449         * gdk/win32/gdkproperty-win32.c
2450         * gdk/win32/gdkselection-win32.c
2451         * gdk/win32/gdkwindow-win32.c: Remove the G_WIN32_IS_NT_BASED()
2452         and G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
2453         branches, and any variables or static functions used only by the
2454         Win9x branches.
2455
2456         * gdk/win32/gdkprivate-win32.h: Remove backup definitions for
2457         constants that aren't missing from current mingw and MSVC6
2458         headers.
2459
2460         * gdk/win32/gdkmain-win32.c
2461         * gdk/win32/gdkprivate-win32.h: Remove the _gdk_win32_gdi_failed()
2462         function. On NT-based Windows GetLastError() returns error codes
2463         also for failed GDI calls, so we can use _gdk_win32_api_failed()
2464         always.
2465
2466 2006-08-29  Emmanuele Bassi  <ebassi@gnome.org>
2467
2468         * gtk/gtkrecentchoosermenu.c
2469         (gtk_recent_chooser_menu_set_current_uri): Break when an item
2470         is found and activated. (#353449, based on a patch by Jan Arne
2471         Petersen)
2472
2473 Fri Jul 14 16:13:37 2006  Tim Janik  <timj@gtk.org>
2474
2475         * gtk/gtkprogressbar.c: introduced ::xspacing and ::yspacing style 
2476         properties which make all hardcoded padding and spacing values
2477         configurable. properly swap ::text-xalign treatment for RTL widgets.
2478
2479         * gtk/gtkprogress.c: fixed style property blurbs. made alignment 
2480         proeprty more consistent with GtkMisc alignment blurbs. mention
2481         RTL treatment for text-xalign.
2482
2483 Tue Aug 29 11:57:40 2006  Tim Janik  <timj@imendio.com>
2484
2485         * tests/testgtk.c: allow (most) windows to be resizable.
2486         added ellipsization settings to progress bars. 
2487
2488 2006-08-28  Matthias Clasen   <mclasen@redhat.com>
2489
2490         * modules/printbackend/cups/gtkprintbackendcups.c: Use a
2491         resonable timeout of 3 seconds when polling for printer
2492         list updates, instead of 300000 seconds...
2493
2494 2006-08-28  Michael Natterer  <mitch@imendio.com>
2495
2496         * gtk/gtktextbufferserialize.c (serialize_text): don't write out
2497         </apply_tag> for tags that have already been closed by the logic
2498         which turns overlapping spans into XML-able trees. Fixes broken
2499         XML when there are overlapping tags in the buffer. Also free two
2500         leaked GLists and did some cleanup.
2501
2502         * tests/Makefile.am
2503         * tests/testrichtext.c: new test which creates randomly tagged
2504         GtkTextBuffers and serializes/deserializes them.
2505
2506 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
2507
2508         * gtk/gtkstatusicon.c (gtk_status_icon_reset_image_data): 
2509         Don't leak pixbufs.  (#352264, Ross Burton)
2510
2511         * gtk/gtklinkbutton.c (set_link_underline): Don't leak
2512         PangoAttributes.  (#352391, Paolo Borelli)
2513
2514 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
2515
2516         * demos/gtk-demo/Makefile.am:
2517         * demos/gtk-demo/textscroll.c: Add an example of automatic
2518         scrolling, thanks to Yevgen Muntyan.  (#351206)
2519         
2520         * gtk/gtkmodules.c (find_module): Use local binding when
2521         loading modules.  (#351868)
2522
2523 2006-08-24  Michael Natterer  <mitch@imendio.com>
2524
2525         * gdk/quartz/gdkdisplay-quartz.c (gdk_display_get_name): return
2526         the hostname instead of NULL.
2527
2528 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
2529
2530         * gtk/gtkprinteroptionwidget.[hc]: Fix confusion about
2531         names and values in comboboxes, and clean up some
2532         coding style issues.
2533
2534 2006-08-23  Tor Lillqvist  <tml@novell.com>
2535
2536         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
2537         Revert unintended translatable string addition. Use same string
2538         in GError as in gtkfilesystemunix.c.
2539
2540         * gtk/gtkfilesystemwin32.c (_gtk_file_system_win32_path_compare):
2541         Fix logic at the end of strings. 
2542
2543         * gtk/gtkfilesystemwin32.c: Maintain a hash table of live
2544         handles and check that we have no outstanding handles at
2545         finalization time. (Copying what Matthias did for
2546         gtkfilesystemunix.c)
2547
2548 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
2549
2550         * gtk/gtkfilesystemunix.c: Maintain a hash table
2551         of live handles and check that we have no outstanding
2552         handles at finalization time. (Copying what
2553         Federico did for gtkfilesystemgnomevfs.c)
2554
2555 2007-08-22  Matthias Clasen  <mclasen@redhat.com> 
2556
2557         * Branch for 2.10
2558