]> Pileus Git - ~andy/gtk/blob - ChangeLog
Updated Oriya Translation
[~andy/gtk] / ChangeLog
1 2009-01-29  Claudio Saavedra  <csaavedra@igalia.com>
2
3         Bug 569435 – make maintainer-clean removes non-generated sources
4
5         * gdk/Makefile.am: Do not remove gdkprivate.h and gdkwindowimpl.h
6         during make maintainer-clean, as these files are not generated.
7
8 2009-01-28  Philip Withnall  <philip@tecnocode.co.uk>
9
10         * gtk/gtktreeview.c: Small documentation fix.
11
12 2009-01-27  Matthias Clasen  <mclasen@redhat.com>
13
14         * gtk/gtkentry.c: Use the get_text_area_size vfunc to make
15         alignment and icons in spin buttons work correctly.
16
17 2009-01-27  Matthias Clasen  <mclasen@redhat.com>
18         
19         Bug 569336 – change in gtkbutton klass is causing crash when 
20         activating menu item
21
22         * gtk/gtktogglebutton.c: Don't chain the clicked handler
23         up unconditionally.
24
25 2009-01-27  Matthias Clasen  <mclasen@redhat.com>
26
27         * configure.in: Bump version
28
29 2009-01-27  Matthias Clasen  <mclasen@redhat.com>
30
31         * === Released 2.15.2 ===
32
33         * NEWS: Updates
34
35 2009-01-26  Matthias Clasen  <mclasen@redhat.com>
36
37         Bug 322932 – Always show icons on panel menus
38
39         * gtk/gtk.symbols:
40         * gtk/gtkimagemenuitem.[hc]: Add a property to override the
41         show-menu-images setting for individual menuitems. Patch by
42         William Jon McCann.
43
44 2009-01-26  Matthias Clasen  <mclasen@redhat.com>
45
46         * gtk/gtkbutton.c: Activate the action in a regular clicked
47         handler instead of the default handler, to make it work with
48         derived classes which don't chain up their clicked handler.
49
50 2009-01-26  Matthias Clasen  <mclasen@redhat.com>
51
52         Bug 569104 – Toggle menu entries showed as check menu entries 
53         in nautilus
54
55         * gtk/gtkactivatable.c (gtk_activatable_do_set_related_action):
56         Block the previous action when calling reset() to prevent
57         accidental activation of the previous action.
58
59         * gtk/gtkaction.c (gtk_action_activate): Don't compare booleans.
60
61         * gtk/gtktoggleaction.c (gtk_toggle_action_set_active): Remove
62         extraneous braces.
63
64 2009-01-26  Bastien Nocera  <hadess@hadess.net>
65
66         Bug 569240 - Crasher when using markers
67
68         * gtk/gtkrange.c (gtk_range_destroy): Avoid crashes when destroying
69         a GtkRange with markers
70
71 2009-01-26  Richard Hult  <richard@imendio.com>
72
73         Bug 566628 – gdk_display_close always asserts on win32 and quartz
74
75         * gdk/quartz/gdkdisplay-quartz.c
76         (_gdk_windowing_set_default_display): Copy fix for bug #566628
77         from the win32 backend: Allow also a NULL parameter in the
78         g_assert().
79
80 2009-01-25  Matthias Clasen  <mclasen@redhat.com>
81
82         * gtk/gtktoolitem.[hc]: Export the function to create a proxy
83         menuitem from the action for use in subclasses.
84
85         * gtk/gtktoolbutton.c:
86         * gtk/gtktoggletoolbutton.c: Use it here.
87
88         * gtk/gtkrecentchoosermenu.c: Avoid temporary empty state that
89         can lead to a recent action proxy menu being erroneously hidden.
90
91 2009-01-25  Matthias Clasen  <mclasen@redhat.com>
92
93         * gtk/gtkradioaction.c: Set draw-as-radio to TRUE.
94
95 2009-01-24  Matthias Clasen  <mclasen@redhat.com>
96
97         Revert changes for bug 567124. Instead of trying to avoid
98         setting up the im context before the widget is realized, just
99         reset it when the client window is set.
100
101         * gtk/gtkimmulticontext.c: Reset the slave when a client window
102         is set.
103
104         * gtk/gtkimmodule.c
105         * gtk/gtktextview.c: Revert changes for bug 567124.
106
107 2009-01-25  Claudio Saavedra  <csaavedra@igalia.com>
108
109         * gtk/gtktreeview.c: Use gtk-doc syntax to refer to properties in
110         the docstrings.
111
112 2009-01-25  Claudio Saavedra  <csaavedra@igalia.com>
113
114         * gtk/gtkiconview.c: More docstrings improvements
115         regarding reorderable property.
116
117 2009-01-24  Claudio Saavedra  <csaavedra@igalia.com>
118
119         Bug 559420 – gtk_icon_view_enable_model_drag_[source|dest] docs
120         wrt. reorderable property
121
122         * gtk/gtkiconview.c: Improve docstrings regarding reorderable
123         property. Based on a patch by Björn Lindqvist.
124
125 2009-01-24  Matthias Clasen  <mclasen@redhat.com>
126
127         * gtk/gtktoolbutton.c (gtk_tool_button_activatable_reset):
128         Fall back from stock ids to icon names like the old code 
129         did. Patch by Tristan van Berkom.
130
131 2009-01-24  Matthias Clasen  <mclasen@redhat.com>
132
133         * tests/testactions.c: Add a testcase for toolitems using
134         icon names.
135
136 2009-01-24  Matthias Clasen  <mclasen@redhat.com>
137
138         * gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme):
139         Don't update blank cursors.
140
141 2009-01-24  Claudio Saavedra  <csaavedra@igalia.com>
142
143         * gtk/gtktreeview.c: (gtk_tree_view_class_init): Slightly
144         improve ::search-column property description.
145
146 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
147
148         * configure.in: Bump version
149
150 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
151
152         * === Released 2.15.1 ===
153
154 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
155
156         * gtk/gtkactivatable.c: Make the section docs produce some valid
157         xml.
158
159 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
160
161         * gtk/gtkactivatable.c: Fix the section docs so gtk-doc finds them.
162
163 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
164
165         * gtk/gtkrecentchooser.c:
166         * gtk/gtkuimanager.c: Fix issues found by pltcheck
167
168 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
169
170         * NEWS: Updates
171
172 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
173
174         Bug 560228 – Add "action-controller" property to GtkWidgetClass
175
176         Rework the way actions and proxies interact, to make the
177         interaction less ad hoc, more extensible, and better suited
178         for support in GUI builders like glade. 
179
180         To be used as a proxy, a widget must now implement the 
181         GtkActivatable interface, and GtkActivatable implementations 
182         are responsible for syncing their appearance with the action 
183         and for activating the action.
184
185         All the widgets that are commonly used as proxies implement
186         GtkActivatable now.
187
188         Patch by Tristan van Berkom.
189
190         * gtk/gtkactivatable.[hc]: The GtkActivatable interface.
191
192         * gtk/gtkbutton.c:
193         * gtk/gtktogglebutton.c:
194         * gtk/gtktoolitem.c:
195         * gtk/gtktoolbutton.c:
196         * gtk/gtktoggletoolbutton.c:
197         * gtk/gtkmenuitem.c:
198         * gtk/gtkcheckmenuitem.c:
199         * gtk/gtkimagemenuitem.c:
200         * gtk/gtkradiomenuitem.c:
201         * gtk/gtkrecentchooserprivate.h:
202         * gtk/gtkrecentchooser.c:
203         * gtk/gtkrecentchooserdefault.c:
204         * gtk/gtkrecentchoosermenu.c: Implement GtkActivatable.
205         * gtk/gtkaction.[hc]: Move appearance synchronization to
206         GtkActivatable implementations.
207
208         * gtk/gtkradioaction.c:
209         * gtk/gtkrecentaction.c:
210         * gtk/gtktoggleaction.c:
211         * gtk/gtkactiongroup.c: Adapt.
212
213         * gtk/gtk.h: Include gtkactivatable.h
214         * gtk/gtk.symbols: Add new functions
215
216 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
217
218         Bug 567124 – proposal to delay doing something related to 
219         immodule until widgets realized
220
221         Delay setting up immodules until the widget is realized.
222         Patch by Akira Tagoh
223         
224         * gtk/gtktextview.c: Don't set up im stuff if the widget
225         is not realized.
226
227         * gtk/gtkimmodule.c: Assert that we have a window.
228  
229 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
230
231         Skip Desktop if it equals the home folder
232         Patch by Christian Dywan
233
234         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Skip
235         Desktop if it equals the home folder.
236
237 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
238
239         Bug 536965 – GtkPlug: crash on theme change
240
241         Keep GtkPlug in sync with the global list of toplevels.
242         Patch by Federico Mena Quintero
243
244         * gtk/gtkwindow.h:
245         * gtk/gtkwindow.c (_gtk_window_set_is_toplevel): New internal
246         function used when a GtkPlug parents/unparents itself by an
247         in-process GtkSocket.  This keeps the plug's GTK_TOPLEVEL flag in
248         sync with the global toplevel_list.
249
250         * gtk/gtkplug.c (gtk_plug_set_is_child): Call
251         _gtk_window_set_is_toplevel() to keep the toplevel list updated,
252         instead of just setting/unsetting the GTK_TOPLEVEL flag.
253
254 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
255
256         Bug 568744 – Spellfixes in GtkTreeView's documentation
257
258         * gtk/gtktreeview.c: Fix typos in the docs.
259
260 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
261
262         Bug 567761 – Spellfixes in GTK+ documentation
263
264         * gdk/x11/gdkselection-x11.c:
265         * gtk/gtktestutils.c: Fix typos in the docs.
266
267 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
268
269         Bug 567021 – gtkimage accessors docs
270
271         * gtk/gtkimage.c: Improve docs by mentioning allowed NULL values.
272         Patch by Christian Persch
273
274 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
275
276         Bug 566535 – gtk_widget_get_snapshot does not work if double buffered 
277         is disabled
278
279         * gtk/gtkwidget.c (gtk_widget_get_snapshot): Use a different approach
280         to snapshotting that is in line with what is done in the client-side
281         windows branch, and that works for widgets regardless if they are
282         double-buffered or not. Patch by Alex Larsson.
283
284         * gdk/gdkwindow.c (_gdk_window_calculate_full_clip_region): Clip
285         to the parent.
286
287 2009-01-22  Federico Mena Quintero  <federico@novell.com>
288
289         * gtk/gtkfilechooserentry.c (autocomplete): Relax the assertion;
290         just do nothing if the folder is not loaded or if the cursor position
291         is not at the end of the text.  A very slow-to-load folder can get
292         us into the latter state if the user starts typing first.
293
294 2008-01-22  Matthias Clasen  <mnclasen@redhat.com>
295
296         * gtk/gtkaction.c: Revert the last change, since it breaks
297         epiphany.
298
299 2009-01-22  Federico Mena Quintero  <federico@novell.com>
300
301         Fix the computation of "complete but unique" in
302         GtkFileChooserEntry.  Fix the case where "/" was not appended to a
303         unique directory name during explicit Tab completion.
304
305         * gtk/gtkfilechooserentry.c (maybe_append_separator_to_file):
306         Return whether anything was appended as well as the new string
307         itself.
308         (find_common_prefix): Oops, only turn on
309         is_complete_not_unique_ret if we had a unique match!
310         (append_common_prefix): If we appended a directory separator, we
311         *did* expand the common prefix, so we are not in the "nothing
312         inserted" case.
313
314 2009-01-22  Federico Mena Quintero  <federico@novell.com>
315
316         Return an error code when refreshing the entry from the user's
317         input.  We use this in the completion code to know when completion
318         can't happen due to (for example) having a non-local URI in a file
319         chooser that is local_only=TRUE.
320
321         Also, we start maintaining an invariant that
322         chooser_entry->current_folder_file != NULL implies that:
323
324                 * what the user entered is valid
325
326                 * we are loading that folder (chooser_entry->load_folder_cancellable != NULL) 
327
328                 * or we are done loading that folder, or we have a handle
329                 to it at least (chooser_entry->current_folder != NULL)
330
331         The invariant also says that all of the above are NULL (and
332         chooser_entry->current_folder_file == NULL) implies that the user
333         typed something invalid.  This makes
334         _gtk_file_chooser_entry_get_current_folder() not able to return
335         an invalid folder.
336
337         * gtk/gtkfilechooserentry.c (RefreshStatus): New enum.
338         (refresh_current_folder_and_file_part): Return a RefreshStatus.
339         We filter out incomplete hostnames here (typing
340         "sftp://incompl[tab]" will error out), as well as completely
341         unparsable input.
342         (start_explicit_completion): Process the result from refresh...().
343         Here we present the actual feedback about only being able to
344         display local folders for local_only=TRUE.
345         (commit_completion_and_refresh): Don't do anything with the result
346         of refresh...(), since this function doesn't get called during
347         completion-related interaction.
348         (start_autocompletion): Process the result from refresh...().  We
349         only do completion in the REFRESH_OK case.  For the error cases,
350         we don't do anything, as this is autocompletion and must not
351         result in non-asked-for errors popping up.
352         (discard_loading_and_current_folder_file): Factor out function to
353         cancel the cancellable and discard the current_folder_file,
354         i.e. to reset the invariant to the "nothing valid is loaded" case.
355         (gtk_file_chooser_entry_dispose): Use
356         discard_loading_and_current_folder_file().
357         (reload_current_folder): Likewise.
358         (refresh_current_folder_and_file_part): Likewise, and ensure that
359         the error cases result in the invariant being held.
360         (start_loading_current_folder): Check if the folder to be loaded
361         is non-native for the local_only=TRUE case; if so, return an error
362         as we are configured to load only local folders.
363         (reload_current_folder): Pass on errors from
364         start_loading_current_folder().  Tighten the preconditions, as we
365         are sure that we can only receive non-NULL folder-files to load.
366         (refresh_current_folder_and_file_part): Pass on errors from
367         reload_current_folder().  At the very end, assert the invariant
368         described above.
369         
370 2009-01-22  Matthew Barnes  <mbarnes@redhat.com>
371
372         Bug 568334 – Constructor properties for GtkAction
373
374         * gtk/gtkaction.c (gtk_action_class_init): Make all properties
375         G_PARAM_CONSTRUCT except "action-group".
376
377 2009-01-22  Michael Natterer  <mitch@imendio.com>
378
379         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): g_return_if_fail()
380         on icon_name != NULL so we get a warning instead of a crash here.
381
382 2009-01-21  Matthias Clasen <mclasen@redhat.com>
383
384         * NEWS: Updates
385
386 2009-01-21  Matthias Clasen <mclasen@redhat.com>
387
388         * gtk/gtkentry.c: Don't show windows that may not exist
389
390 2009-01-21  Matthias Clasen <mclasen@redhat.com>
391
392         * gtk/gtklabel.c: Implement select-by-words for selectable labels.
393
394 2009-01-21  Tor Lillqvist  <tml@novell.com>
395
396         * gdk/win32/gdkcursor-win32.c: Rename static local functions and
397         variables to not have any unnecessary _ or _gdk_win32 prefix.
398
399         * gdk/win32/gdkcursor-win32.c (hcursor_from_type): Implement
400         creating a GDK_BLANK_CURSOR.
401
402 2009-01-21  Matthias Clasen  <mclasen@redhat.com>
403
404         * gtk/gtkentry.c: Change the Caps Lock warning to the more
405         neutral "Caps Lock is on". Requested by Wouter Bolsterlee
406
407 2009-01-21  Matthias Clasen  <mclasen@redhat.com>
408
409         Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpu
410
411         * gtk/gtkentry.c: Fix an expose loop caused by raising windows out
412         of an expose handler. Also, don't show the 'Caps Lock' warning for
413         activated input methods, since that makes it permanently shown
414         for some locales. It should not be that necessary, now that we
415         do show preedit text even in password entries. Pointed out by
416         Frederic Crozat.
417         (start_loading_current_folder): Check if the folder to be loaded
418         is non-native for the local_only=TRUE case; if so, return an error
419         as we are configured to load only local folders.
420         (reload_current_folder): Pass on errors from
421         start_loading_current_folder().  Tighten the preconditions, as we
422         are sure that we can only receive non-NULL folder-files to load.
423         (refresh_current_folder_and_file_part): Pass on errors from
424         reload_current_folder().  At the very end, assert the invariant
425         described above.
426         (start_explicit_completion): Add comments for translators, to
427         explain the purpose of the various feedback messages used during
428         completion.
429
430 2009-01-21  Federico Mena Quintero  <federico@novell.com>
431
432         * gtk/gtkfilechooserdefault.c (save_widgets_create): Set
433         local_only on the location entry when we create it...
434         (set_local_only): ... and set it here only if the location entry
435         exists.
436
437 2009-01-21  Marek Kasik  <mkasik@redhat.com>
438
439         Bug 561801 - "scheduled printing" doesn't function as expected
440
441         * gtk/gtkprintunixdialog: Add tooltip.
442         * modules/printbackends/cups/gtkprintbackendcups.c: Add conversion
443           from local time to utc time for scheduled printing.
444
445 2009-01-20  Federico Mena Quintero  <federico@novell.com>
446
447         http://bugzilla.gnome.org/show_bug.cgi?id=545980 -
448         GtkFileChooserEntry should handle URIs
449
450         * gtk/gtkfilesystem.c (_gtk_file_system_parse): Detect URI schemes
451         and parse the full URI.
452         (has_uri_scheme): New function, stolen from the old
453         gtkfilesystemgnomevfs.c.
454
455         Patch by Carlos Garnacho <carlos@imendio.com>:
456
457         * gtk/gtkfilechooserentry.c (discard_current_folder): New
458         function, factored out for when we need to get rid of the
459         current_folder.
460         (gtk_file_chooser_entry_dispose): Use discard_current_folder().
461         (finished_loading_cb): Fix prototype.
462         (load_directory_get_folder_callback): Discard the completion
463         store, as well as clearing the completion feedback, if we find an
464         error while loading the folder.  Also, use
465         discard_current_folder().
466         (reload_current_folder): Use discard_current_folder().
467
468         Patch by Carlos Garnacho <carlos@imendio.com> - add a local_only
469         property to GtkFileChooserEntry:
470
471         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Add a
472         local_only field.
473         (_gtk_file_chooser_entry_init): Default to local_only being true.
474         (start_explicit_completion): Don't allow completion of non-native
475         files if local_only is turned on.
476         (start_loading_current_folder): Don't start loading non-native
477         folders if local_only is turned on.
478         (_gtk_file_chooser_entry_set_local_only): New function.
479         (_gtk_file_chooser_entry_get_local_only): New function.
480
481         * gtk/gtkfilechooserentry.h (_gtk_file_chooser_entry_set_local_only,
482         _gtk_file_chooser_entry_get_local_only): New prototypes.
483
484         * gtk/gtkfilechooserdefault.c (set_local_only): Set the local_only
485         property on the entry.
486
487         Fix completion so it doesn't pop up for every character in a URI
488         hostname:
489
490         * gtk/gtkfilechooser.h (GtkFileChooserError): Add a
491         GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME.
492
493         * gtk/gtkfilesystem.c (_gtk_file_system_parse): Return an
494         "incomplete hostname" error if the user has not typed a full
495         hostname yet in an URI.
496
497         * gtk/gtkfilechooserentry.c (append_common_prefix): If we get an
498         incomplete hostname, just don't pop up an error, since that is a
499         transient state and the user doesn't need to be notified about it.
500         (refresh_current_folder_and_file_part): Don't revert to showing
501         the base folder if we have an incomplete hostname.
502         (reload_current_folder): Handle the passed folder being NULL, even
503         if we must force a reload.  Also, reload the folder if we didn't
504         have a cancellable for it (i.e. we hadn't started to load it
505         before).
506
507 2009-01-20  Matthias Clasen  <mclasen@redhat.com>
508
509         * gtk/gtk.symbols:
510         * gtk/gtkaction.[hc]: Add setters and getters for GtkAction
511         properties, in preparation for bug 560228.
512
513 2009-01-21  Christian Dywan  <christian@twotoasts.de>
514
515         Bug 567413 – GtkComboBoxEntry doesn't emit "changed" signal
516         on entry editing
517
518         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Return only if index
519         is set. Patch by Carl-Anton Ingmarsson.
520
521 2009-01-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>
522
523         * gtk/gtkstyle.c: Add a "Since: 2.16" tag to gtk_style_get.
524
525 2009-01-20  Matthias Clasen  <mclasen@redhat.com>
526
527         Bug 565656 – Add marks to scales
528
529         * gtk/gtkrange.[hc]: Add internal api to define 'stop values'
530         that have a little resistance when dragging the slider over it.
531
532         * gtk/gtk.symbols:
533         * gtk/gtkscale.[hc] (gtk_scale_add_mark): New function to add
534         a 'mark' to a scale, which will draws a tick, plus optionally
535         some text, and makes the value a stop value.
536         (gtk_scale_clear_values): Removes all marks.
537
538         * tests/testscale.c: Test for marks on scales
539         * tests/Makefile.am: Integrate it
540
541 2009-01-19  Matthias Clasen  <mclasen@redhat.com>
542
543         * gtk/gtkentry.c:
544         * gtk/gtkfilechooserentry.c:
545         * gtk/gtktextview.c: Replace several implementation of
546         blank cursor setting by GDK_BLANK_CURSOR.
547
548 2009-01-19  Matthias Clasen  <mclasen@redhat.com>
549
550         * gdk/gdkcursor.c:
551         * gdk/gdkwindow.c: Update docs on how to create blank cursors.
552
553 2009-01-19  Matthias Clasen  <mclasen@redhat.com>
554
555         Cache cursors to avoid libXcursor theme lookup overhead.
556         Patch by David Alan Gilbert.
557
558         * gdk/gdkcursor.h: Add a GDK_BLANK_CURSOR cursor type.
559
560         * gdk/x11/gdkcursor-x11.c: Cache font cursors and named cursors.
561
562         * gdk/x11/gdkprivate-x11.h:
563         * gdk/x11/gdkcdisplay-x11.c: Remove cached cursors when a 
564         display if finalized.
565
566 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
567
568         Bug 568263 – gtk can't recognize the wrong X Selection TARGETS' 
569         type "TARGETS" by java applications
570
571         * gtk/gtkselection.c (gtk_selection_data_get_targets): Accept
572         a type of TARGETS instead of ATOM, too. Based on a patch by 
573         Peng Wu. 
574
575 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
576
577         Bug 568233 – Wrong statement about GtkEntry's "activate" signal
578
579         * gtk/gtkentry.c:
580         * gtk/gtklabel.c:
581         * gtk/gtktextview.c: Correct some copy-and-paste mistakes in
582         keybinding signal docs. Pointed out by Pascal Terjan.
583
584 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
585
586         * gtk/gtk.symbols:
587         * gtk/gtkentry.[hc]: Add properties and getters for icon tooltips.
588
589 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
590
591         Bug 563280 – stock items & translation context
592
593         * gtk/gtkstock.c: Solve the msgctxt problem a bit more
594         elegantly, and add some hints about this to the docs of
595         gtk_stock_set_translate_func. Proposed by Christian Persch
596
597 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
598
599         Bug 568196 – Please change context of Forward stock label
600
601         * gtk/gtkstock.c: Reinstate separate translation contexts for
602         navigation and media labels (these were lost in the transition
603         to msgctxt. Pointed out by Gabor Kelemen.
604
605 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
606
607         Bug 567887 – gtk_entry_get_storage_type() should be 
608         gtk_entry_get_icon_storage_type()
609
610         * gtk/gtk.symbols:
611         * gtk/gtkentry.[hc]: Use the last chance to get the api right,
612         and rename things for consistency, requested by Murray Cumming. 
613         In detail,
614         gtk_entry_get_stock -> gtk_entry_get_icon_stock
615         gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf
616         gtk_entry_get_gicon -> gtk_entry_get_icon_gicon
617         gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type
618         ::prelight -> ::icon-prelight
619         ::pixbuf-primary -> ::primary-icon-pixbuf
620         ::stock-primary -> ::primary-icon-stock
621         ::icon-name-primary -> ::primary-icon-name
622         ::gicon-primary-> ::primary-icon-gicon
623         ::storage-type-primary -> ::primary-icon-storage-type
624         ::activatable->primary -> ::primary-icon-activatable
625         ::sensitive-primary -> ::primary-icon-sensitive
626         (and similar for secondary properties)
627
628 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
629
630         Bug 567655 – gtk_status_icon_set_tooltip_text and 
631         gtk_status_icon_set_tooltip_markup should use gchar*
632
633         * gtk/gtkstatusicon.h: Use "const gchar*" in new tooltip api.
634         Pointed out by Torsten Schoenfeld.
635
636 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
637
638         * demos/gtk-demo/search_entry.c: End the search if the window
639         is closed.
640
641         * demos/gtk-demo/search_entry.c:
642         * demos/gtk-demo/entry_completion.c: Group the entry examples
643         under "Entry".
644
645 2009-01-18  Christian Dywan  <christian@twotoasts.de>
646
647         Remove a redundant include from gtktoolbar.c
648
649         * gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h.
650         Patch by Enrico Tröger.
651
652 2009-01-16  Cody Russell  <bratsche@gnome.org>
653
654         Bug 567944 – [Win32] Sorted treeview columns can be unreadable
655
656         * modules/engines/ms-windows/msw_style.c: Draw selected treeview
657         cells according to treeview focus, but ignore whether it is in
658         a sorted column or not.  Otherwise the intersection of a selected
659         row and a sorted column looks very strange if the treeview does
660         not have focus.
661
662 2009-01-16  Daniel Elstner  <danielk@openismus.com>
663
664         * modules/input/gtkimcontextmultipress.[ch]: Remove the namespace
665         prefix from functions defined locally only.  Clean up the code and
666         change indentation to match the GTK+ coding style.
667         (_GtkImContextMultipress::key_sequences): Replace array of pointers
668         by GHashTable.  Adapt the implementation accordingly.
669         (passthrough_enabled_for_window): Remove.  The passthrough hack is
670         no longer necessary thanks to the recently introduced "im-module"
671         property of GtkEntry and GtkTextView.
672         (load_config): Rework to implement an improved configuration file
673         format.  Just fetch all keys of the group instead of expecting the
674         keys to be named a certain way.  This also allows interpreting the
675         config key itself as the GDK key name to bind the character sequence
676         to, thereby making it independent of the sequence itself.
677
678         * modules/input/im-multipress.conf: New example configuration using
679         the new syntax.  The example sequences are now bound to the numeric
680         keypad and imitate the behavior of a standard mobile phone.
681
682 2009-01-15  Murray Cumming  <murrayc@murrayc.com>
683
684         * gtk/gtkimcontext.c: documentation description: Mention the various 
685         properties and the environment variable, with links to their 
686         documentation.
687         * gtk/gtksettings.c:
688         * gtk/gtktextview.c: Make the im-module property documentation more 
689         expansive.
690
691 2009-01-15  Diego Escalante Urrelo  <diegoe@gnome.org>
692
693         Bug 562701 – GtkEntryCompletion popup sizes its rows wrong
694         when they span for more than one line.
695
696         Don't assume actions and results have equal height, this causes
697         negative size requisitions when results are more than one
698         line tall.
699
700         * gtk/gtkentrycompletion.c: change the formula used to calculate
701         the size of the completion popup.
702
703 2009-01-14  Federico Mena Quintero  <federico@novell.com>
704
705         Remember the file chooser's geometry across invocations.
706
707         * gtk/gtkfilechoosersettings.h (struct _GtkFileChooserSettings):
708         New fields geometry_x, geometry_y, geometry_width, geometry_height.
709         (_gtk_file_chooser_settings_get_geometry): New prototype.
710         (_gtk_file_chooser_settings_set_geometry): New prototype.
711
712         * gtk/gtkfilechoosersettings.c (GEOMETRY_X_KEY, GEOMETRY_Y_KEY,
713         GEOMETRY_WIDTH_KEY, GEOMETRY_HEIGTH_KEY): New key names.
714         (ensure_settings_read): Read the geometry keys.
715         (_gtk_file_chooser_settings_save): Save the geometry keys.
716         (_gtk_file_chooser_settings_init): Initialize the geometry keys to
717         "don't have this value".
718         (_gtk_file_chooser_settings_get_geometry): New public function.
719         (_gtk_file_chooser_settings_set_geometry): New public function.
720
721         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_map):
722         Don't change the default size in ::map() so we don't flicker...
723         (gtk_file_chooser_default_realize): ... so do it in ::realize()
724         instead, when the window is not yet visible.  This avoids a
725         dialog-that-resizes when you first pop up the file chooser.
726         (emit_default_size_changed): Just emit the signal; don't check for
727         the widget's state so we can be emitted during the initial
728         ::realize() when we are not mapped yet.
729         (update_preview_widget_visibility): Only emit default_size_changed
730         if the widget is not mapped, to avoid resizing the dialog while it
731         is visible.
732
733         * gtk/gtkfilechooserdialog.c
734         (file_chooser_widget_default_size_changed): Simply resize the
735         dialog to the default size without any fancy clamping.  Also,
736         leave in place ifdef-ed out code to restore the file chooser's
737         position in addition to its size.  The code to restore the
738         position doesn't quite work yet, but we'll leave it in as a
739         reference.
740
741         * gtk/gtkfilechooserdefault.c (save_dialog_geometry): New function.
742         (settings_save): Save the dialog's geometry.
743         (gtk_file_chooser_default_get_default_size): Load the geometry
744         from the settings.  If it was already saved, return that instead
745         of computing an ad-hoc size.
746
747 2009-01-13  Matthias Clasen  <mclasen@redhat.com>
748
749         Bug 450716 – New API to change global IM
750
751         Requested by Daniel Elstner.
752
753         * gtk/gtk.symbols:
754         * gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_set_context_id):
755         New function to set the context id on a GtkIMMulticontext.
756
757         * gtk/gtkentry.c:
758         * gtk/gtktextview.c: Add a ::im-module property that can be
759         set to override the global setting for the im module to be used.
760
761 2009-01-13  Christian Dywan  <christian@imendio.com>
762
763         Bug 566532 – GtkScaleButton implementation of GtkOrientable
764
765         * gtk/gtk.symbols:
766         * gtk/gtkscalebutton.c (gtk_scale_button_class_init),
767         (gtk_scale_button_set_property):
768         * gtk/gtkscalebutton.h: Deprecate gtk_scale_button_get_orientation
769         in favour of implementing GtkOrientable. Patch by Bruce Cowan.
770
771 2009-01-13  Tor Lillqvist  <tml@iki.fi>
772
773         Bug 164002 - query scripts don't work uninstalled on windows
774
775         * gtk/gtkmain.c (_gtk_get_libdir): If the gtk DLL is in a ".libs"
776         folder, assume we are running uninstalled, and use the
777         configure-time GTK_LIBDIR.
778
779 2009-01-12  Matthias Clasen  <mclasen@redhat.com>
780
781         * NEWS: Refer to tray icon spec, instead of a random email.
782
783 2009-01-12  Matthias Clasen  <mclasen@redhat.com>
784
785         * gtk/gtkwindow.c (gtk_window_set_icon_name): Don't cause lots
786         of X traffic when the icon name doesn't actually change. Some
787         apps like to reset their window icon frequently, without actually
788         changing the icon name...
789
790 2009-01-12  Paolo Borelli  <pborelli@katamail.com>
791
792         Bug 492794 – Pasting external text at end of view yields wrong
793         scrolling to mark
794
795         * gtk/gtktextbuffer.[ch]:
796         * gtk/gtktextview.c:
797         Add a "paste-done" signal and use it to propelry scroll the
798         view at the end of the pasted text in the case of an async
799         paste. Patch by Ignacio Casal Quintero based on a patch by
800         Yevgen Muntyan.
801
802 2009-01-12  Tor Lillqvist  <tml@iki.fi>
803
804         * gdk/gdk.c (gdk_arg_debug_cb) (gdk_arg_no_debug_cb): A
805         GOptionArgFunc should return gboolean and take also a GError
806         pointer parameter, so make these two functions do that. Return
807         FALSE (and set the GError) if the parsing of the debug string
808         failed completely. Note that g_parse_debug_string() doesn't really
809         have any way to return parsing status, and accepts partially
810         incorrect strings, though.
811
812 2009-01-12  Claudio Saavedra  <csaavedra@igalia.com>
813
814         Bug 567468 – no check for trailing != NULL in
815         gtk_text_layout_get_iter_at_position()
816
817         * gtk/gtktextlayout.c: (gtk_text_layout_get_iter_at_position):
818         Check for trailing to be non-NULL.
819         * gtk/gtktextview.c: (gtk_text_view_get_iter_at_position): document
820         that trailing may be NULL.
821
822 2009-01-11  Tor Lillqvist  <tml@iki.fi>
823
824         Bug 523554 - Copy from GIMP to Word broken
825
826         * gdk/win32/gdkselection-win32.c
827         (_gdk_win32_selection_convert_to_dib): The DIB stored in the
828         Windows Clipboard was for some unknown reason truncated by one
829         byte. Don't do that.
830
831 2009-01-11  Matthias Clasen  <mclasen@redhat.com>
832
833         Bug 567024 – gtktoolbutton doesn't create right proxy menu item 
834         image with GIcon
835
836         * gtk/gtktoolbutton.c: Properly create a menu proxy from a GIcon.
837         Patch by Christian Persch
838
839         * tests/testtoolbar.c: Add an example with a GIcon
840
841 2009-01-09  Christian Dywan  <christian@imendio.com>
842
843         Fail in gdk_window_new if _gdk_window_new failed
844
845         * gdk/gdkwindow.c (gdk_window_new): Add g_return_val_if_fail
846         in case _gdk_window_new is NULL. Approved by Tim Janik
847
848 2009-01-08  Matthias Clasen  <mclasen@redhat.com>
849
850         Bug 566733 – Add GIcon to GtkAction, GtkToolButton
851
852         * gtk/gtkaction.c: Add a ::gicon property to GtkAction and set the 
853         icon from it if specified. The stock icon is preferred if a stock id 
854         is given. Based on a patch by A. Walton
855
856 2009-01-04  Matthias Clasen  <mclasen@redhat.com>
857
858         * gtk/stock-icons/{16,24}/gtk-caps-lock-warning.png: New icons
859         * gtk/gtkstock.h: Add GTK_STOCK_CAPS_LOCK_WARNING.
860         * gtk/gtkiconfactory.c (get_default_icons): Register the stock icon.
861         * gtk/gtkentry.c (show_capslock_feedback): Use the new stock icon.
862
863 2009-01-05  Tor Lillqvist  <tml@novell.com>
864
865         Bug 566628 - gdk_display_close always asserts on win32
866
867         * gdk/win32/gdkdisplay-win32.c
868         (_gdk_windowing_set_default_display): Allow also a NULL parameter
869         in the g_assert(). Still don't actually do anything in this
870         function, though.
871
872 2009-01-04  Matthias Clasen  <mclasen@redhat.com>
873
874         Bug 566568 – gtk_tree_model_get_value docs typo
875
876         * gtk/gtktreemodel.c (gtk_tree_model_get_value): Fix a typo
877         in the docs, pointed out by Christian Persch.
878
879 2009-01-04  Matthias Clasen  <mclasen@redhat.com>
880
881         Bug 566391 – gtk_about_dialog_set_url_hook should activate 
882         pre-existing website links
883
884         * gtk/gtkaboutdialog.c: Make setting website, website-label and
885         url hook work independent of their order. Reported by Steven
886         Sheehy.
887
888 2009-01-03  Matthias Clasen  <mclasen@redhat.com>
889
890         * gdk/x11/gdkscreen-x11.h:
891         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window): Recheck
892         _NET_SUPPORTING_WM_CHECK every now and then to avoid getting
893         stuck on the id of a former wmcheck window that got reused by
894         another client (see RH bug 471927)
895
896 2009-01-03  Matthias Clasen  <mclasen@redhat.com>
897
898         * gtk/gtktreesortable.c: Improve the docs
899
900         * gtk/gtktreemodelsort.c: Don't assert when using the "unsorted"
901         sort column id.
902
903 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
904
905         Bug 565998 – configure script doesn't check for cairo-xlib.pc
906
907         * configure.in: Check for cairo-xlib when looking for
908         gdk dependencies. Requested by Alberto Ruiz
909
910 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
911
912         Bug 566334 – compile failure for gtk+ on Mac OS X
913
914         * gtk/gtkstatusicon.c: Fix the build on OS X. 
915         Reported by Bart Cortooms.
916
917 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
918
919         Bug 566083 – Icon pixmap hardcoded during DnD
920
921         * gtk/gtkwidget.c:
922         * gtk/gtkentry.c: Add docs about using ::drag-begin for setting
923         a custom drag icon. Reported by Xan Lopez
924
925 2009-01-01  Matthias Clasen  <mclasen@redhat.com>
926
927         * configure.in: Bump version
928
929         * === Released 2.15.0 ===
930
931 2009-01-01  Matthias Clasen  <mclasen@redhat.com>
932
933         * gtk/gtkentry.c (gtk_entry_set_icon_sensitive): Fix default
934         value
935
936         * gtk/tests/builder.c: Clean up asserts, make domain
937         test work with current GtkBuilder behaviour.
938
939         * Makefile.decl: Start Xvfb with -ac -noreset to try
940         and get the gui tests working.
941
942 2009-01-01  Matthias Clasen  <mclasen@redhat.com>
943
944         * gtk/gtk.symbols: Add a few forgotten symbols
945         * gtk/gtkprintoperation.c:
946         * gtk/gtktrayicon-x11.c: Make some functions static
947
948 2008-12-31  Matthias Clasen  <mclasen@redhat.com>
949
950         * NEWS: Updates
951
952 2008-12-31  Matthias Clasen  <mclasen@redhat.com>
953
954         * gtk/gtk.symbols:
955         * gtk/gtkruler.[hc]: Some more
956
957 2008-12-31  Matthias Clasen  <mclasen@redhat.com>
958
959         * gtk/gtk.symbols:
960         * gtk/gtkpaned.[hc]:
961         * gtk/gtkscale.[hc]:
962         * gtk/gtkscrollbar.[hc]: 
963         * gtk/gtkseparator.[hc]: Keep these all abstract for now.
964
965 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
966
967         * gtk/gtkentry.c: Rename the icon signals to ::icon-press and
968         ::icon-release to avoid clashes with the existing SexyIconEntry
969         signals. Also annotate the GdkEvent parameters as static-scope.
970
971         * tests/testentryicons.c: Adapt
972         * demos/gtk-demo/search-entry.c: Adapt
973         
974 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
975
976         Bug 565846 – "va_end(args);" should be added into gtk_tree_store_new
977
978         * gtk/gtktreestore.c (gtk_tree_store_new): Add a missing
979         va_end() call. Pointed out by Jiwon Lee.
980
981 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
982
983         * gtk/gtkentry.c: Code cleanups; get rid of get_text_area_size,
984         replace get_icon_allocation by get_icon_allocations, don't
985         pass allocation to place_windows; other stylistic changes to 
986         the icon-related code.
987
988 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
989
990         * gtk/gtkentry.c: Avoid size allocation loops.
991
992 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
993
994         * gtk/gtkentry.c: Fix errors in property definitions and
995         get_property implementation.
996
997 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
998
999         * gtk/gtkentry.c: Redo the Caps Lock warning using an icon.
1000
1001 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
1002
1003         Bug 558694 – Paned window splitter keynav broken
1004
1005         * gtk/gtkpaned.c (get_child_panes): Don't add unrealized
1006         widgets.
1007
1008 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
1009
1010         * gtk/gtkstyle.c:
1011         * gtk/gtkmenutooltbutton.c:
1012         * gtk/gtkprintoperationpreview.c: Doc additions
1013
1014 2008-12-29  Matthias Clasen  <mclasen@redhat.com>
1015
1016         * gtk/gtkiconview.c:
1017         * gtk/gtklabel.c:
1018         * gtk/gtkentry.c:
1019         * gtk/gtktextview.c:
1020         * gtk/gtkeditable.c: 
1021         * gtk/gtktextbuffer.c: Doc additions.
1022
1023 2008-12-29  Tor Lillqvist  <tml@novell.com>
1024
1025         * gtk/gtk.symbols: Add missing symbols from gtkentry.c.
1026
1027 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1028
1029         * gtk/gtkwindow.c: 
1030         * gtk/gtkstyle.c: Doc additions
1031
1032 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1033
1034         * gtk/gtk[hv]scrollbar.c: Document gtk_[hv]scrollbar_new.
1035
1036 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1037
1038         * gtk/gtkwidget.c: Document gtk_mnemonic_activate.
1039
1040 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1041
1042         * gtk/gtktextlayout.c: Un-doc-commentize non-public api
1043
1044 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1045
1046         * gtk/gtkprogress.h: Fix a typo
1047
1048 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1049
1050         * gtk/gtkhsv.c:
1051         * gtk/gtkentry.c: Doc fixes
1052
1053 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1054
1055         * gtk/gtkwidget.c:
1056         * gtk/gtktextutil.c: Un-doc-commentize non-exported functions
1057         to make gtk-doc happy.
1058
1059 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1060
1061         * gtk/gtkscale.c:
1062         * gtk/gtkimagemenuitem.c: Doc fixes
1063
1064 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1065
1066         * gtk/gtkeditable.h: Match parameter names to make gtk-doc happy.
1067
1068 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1069
1070         * tk/gtkfontsel.c: Merge docs inline.
1071
1072 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1073
1074         * gtk/gtkprintsettings.c:
1075         * gtk/gtkbindings.c:
1076         * gtk/gtkstyle.c: Doc fixes
1077
1078 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1079
1080         * gtk/gtkscrolledwindow.c: 
1081         * gtk/gtkscale.c: Merge docs inline.
1082
1083 2008-12-28  Ryan Lortie  <desrt@desrt.ca>
1084
1085         small fix for "Paned Window Widgets" example
1086
1087         * docs/tutorial/gtk-tut.sgml: use gtk_container_add rather than
1088         add_with_viewport for putting a GtkTreeView into a ScrolledWindow
1089
1090         Spotted by Benjamin Herrenschmidt
1091
1092 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1093
1094         * gtk/gtkimmodule.c:
1095         * gtk/gtkseparatortoolitem.c: Doc fixes
1096
1097         * gtk/gtkfontsel.c:
1098         * gtk/gtkeditable.c: Merge docs inline.
1099
1100 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1101
1102         * gtk/gtkhsv.c:
1103         * gtk/gtkwidget.c: 
1104         * gtk/gtkaccelgroup.c: Documentation fixes
1105
1106         * gtk/gtkstatusicon.c:
1107         * gtk/gtkentry.c:
1108         * gtk/gtkeditable.[hc]: Make parameter names match to make gtk-doc
1109         happy.
1110
1111 2008-12-27  Matthias Clasen  <mclasen@redhat.com>
1112
1113         * gtk/gtkentry.c: Expand the docs some more.
1114
1115 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1116
1117         * gtk/gtkentry.c: Don't emit ::icon-pressed on nonactivatable
1118         icons. Fix up docs to match actual api.
1119
1120         * tests/testentryicons.c: Reshuffle tests a bit. Add a DND test.
1121
1122 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1123
1124         * gtk/gtkentry.c: Fix interaction between icons and widget sensitivity.
1125         Also fix a few typos.
1126
1127         * tests/testentryicons.c: Add property editors.
1128         * tests/Makefile.am: Glue
1129
1130 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1131
1132         * gtk/gtkentry.c: Allow builtin icons when loading themed icons,
1133         and don't leak a GtkIconInfo.
1134
1135 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1136
1137         * gtk/gtkentry.c: Emit ::icon-pressed regardless which button was
1138         pressed. Also make it explicit in the signal signature that the
1139         position parameter is a GtkEntryIconPosition.
1140
1141 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1142
1143         * gtk/gtkentry.c: Emit property notification for the text-length
1144         property.
1145
1146 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1147
1148         * demos/gtk-demo/search_entry.c: Add a demo for new entry features.
1149         * demos/gtk-demo/Makefile.am: Glue
1150
1151 2008-12-25  Matthias Clasen  <mclasen@redhat.com>
1152
1153         * gdk/gdkapplaunchcontext.c:
1154         * gdk/gdkkeys.c:
1155         * gdk/x11/gdkdnd-x11.c:
1156         * gdk/x11/gdkkeyx-x11.c:
1157         * gdk/x11/gdktestutils-x11.c: Typo fixes and other small
1158         doc improvements.
1159
1160 2008-12-23  Li Yuan  <li.yuan@sun.com>
1161
1162         * gtk/gtkiconview.c: (gtk_icon_view_accessible_model_row_changed):
1163         Bug #549251. No need to set name if there is no a11y item object.
1164
1165 2008-12-21  Yair Hershkovitz  <yairhr@gmail.com>
1166
1167         Bug 565203: RTL locales: icons are misplaced when horizontal 
1168                     gtkiconview is contained in a gtkscrolledwindow.
1169
1170         * gtk/gtkiconview.c (gtk_icon_view_layout_single_row):
1171         Fix horizontal icon positions when in RTL locale.
1172
1173 2008-12-19  Matthias Clasen  <mclasen@redhat.com>
1174
1175         * NEWS: Update
1176
1177 2008-12-19  Matthias Clasen  <mclasen@redhat.com>
1178
1179         Bug 564881 – gtkstatusicon.c: 'event' bug again
1180
1181         * gtk/gtkstatusicon.c (button_callback): Fix the build.
1182         Patch by Christian Dywan.
1183
1184 2008-12-19  Cody Russell  <bratsche@gnome.org>
1185
1186         Bug 85292 – add an icon to gtkentry
1187
1188         * gtk/gtkmarshalers.list: Add VOID:INT,BOXED
1189         * tests/testentryicons.c: Initial icon entry test
1190         * tests/Makefile.am: Add testentryicons
1191         * gtk/gtkentry.[ch]: Add API for setting primary/secondary icons
1192         and other features related to them.
1193         
1194 2008-12-19  Marek Kasik  <mkasik@redhat.com>
1195
1196         Bug 339318 - Allow page rendering to (optionally) happen in a thread
1197
1198         * gtk/gtk.symbols: API change
1199         * doc/reference/gtk/gtk-sections.txt: API change
1200         * gtk/gtkprintoperation-private.h
1201         * gtk/gtkprintoperation.h
1202         * gtk/gtkprintoperation.c: Adds 2 new functions
1203            gtk_print_operation_set_defer_drawing()
1204              - Sets up the GtkPrintOperation to wait for calling of
1205                gtk_print_operation_draw_page_finish() from application. It can
1206                be used for drawing page in another thread.
1207                This function must be called in the callback of "draw-page"
1208                signal.
1209            gtk_print_operation_draw_page_finish()
1210              - Signalize that drawing of particular page is complete.
1211                It is called after completion of page drawing (e.g. drawing
1212                in another thread).
1213                If gtk_print_operation_set_defer_drawing() was called before,
1214                then this function has to be called by application. In another
1215                case it is called by the library itself.
1216
1217 2008-12-15  Matthias Clasen  <mclasen@redhat.com>
1218
1219         * gtk/gtkprintunixdialog.c: Don't export emit_ok_response
1220
1221 2008-12-15  Tomas Bzatek  <tbzatek@redhat.com>
1222
1223         * gtk/gtkfilechooserdefault.c: (list_row_activated):
1224         * gtk/gtkfilesystem.c: (_gtk_file_info_consider_as_directory):
1225         Mask G_FILE_TYPE_SHORTCUT as a directory (#561494)
1226
1227 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1228
1229         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
1230         Mount the enclosing volume if the folder we're switching to is not
1231         mounted. Patch by Tomas Bzatek, based on work by Carlos Garnacho
1232
1233 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1234
1235         Bug 561494 – FileChooser network browsing and authentication support
1236
1237         * gtk/gtkfilesystem.[hc] (_gtk_file_info_consider_as_directory): 
1238         Privately export this method. It classifies directories and mountables
1239         the same.
1240
1241         * gtk/gtkfilesystem.c (enclosing_volume_mount_cb): Silently drop
1242         G_IO_ERROR_ALREADY_MOUNTED error for gvfs backends without visible
1243         mounts.
1244
1245         * gtk/gtkfilesystemmodel.c:
1246         * gtk/gtkfilechooserbutton.c:
1247         * gtk/gtkfilechooserentry.c: 
1248         * gtk/gtkfilechooserdefault.c: Use the new function instead of 
1249         direct checks for G_FILE_TYPE_DIRECTORY throughout.
1250
1251 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1252         
1253         Bug 562579 – Remove error dialog when directory does not exist
1254
1255         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
1256         Don't show an error dialog when changing to a non-existing folder,
1257         since this is ususally just an annoyance. 
1258
1259 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1260
1261         Bug 556233 – local-only causes G_IS_FILE warning
1262
1263         * gtk/gktfilechooserdefault.c (set_local_only): Avoid a warning
1264         in tests. Patch by Christian Dywan
1265
1266 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1267
1268         Bug 563158 – CellRendererProgress pulsing and progressing rows can 
1269         not be used together
1270
1271         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_pulse):
1272         Don't try to keep state in a cell renderer between two paint
1273         calls. It doesn't work. Patch by Kristian Mueller
1274
1275 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1276
1277         Bug 555560 – gtk_combo_box_set_active fails with no model
1278         
1279         * gtk/gtkcombobox.c: Allow out-of-order setting of model and active.
1280         Patch by Christian Dywan
1281
1282 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1283
1284         Bug 558306 – Cannot build gdk (gtk+ 2.14.4) on Solaris 8
1285
1286         * gdk/x11/gdktestutils-x11.c (gdk_test_simulate_button):
1287         Remove a C99ism. Pointed out by Eric Lamarque
1288
1289 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1290
1291         Bug 549251 – GTK icon view accessible issue.
1292
1293         * gtk/gtkiconview.c (gtk_icon_view_accessible_model_row_changed):
1294         Handle separate append/set for rows.  Patch by Li Yuan
1295
1296 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1297
1298         Bug 556839 – Crash when opening a link
1299
1300         * gtk/gtkstatusicon.c (gtk_status_icon_finalize): Destroy the
1301         image too. Patch by Carlos Garcia Campos
1302
1303 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1304
1305         Bug 563751 – xatom cache is prefilled too late
1306
1307         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize the
1308         XAtom cache earlier. Patch by Christian Persch
1309
1310 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1311
1312         Bug 564212 – gtk_icon_view_accessible_model_rows_reordered explain 
1313         new_order in the wrong way
1314
1315         * gtk/gtkiconview.c (gtk_icon_view_accessible_model_rows_reordered):
1316         Use the new order correctly.  Patch by Li Yuan
1317
1318 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
1319
1320         Bug 563835 – Typo in gtk_widget_has_screen() docs
1321
1322         * gdk/directfb/gdkwindow-directfb.c:
1323         * gdk/gdkwindow.c:
1324         * gdk/x11/gdkwindow-x11.c:
1325         * gtk/gtkmenushell.c:
1326         * gtk/gtkwidget.c:
1327         * gtk/tests/builder.c:
1328         * tests/testdnd.c: s/heirarchy/hierarchy/ in docs and comments.
1329         Pointed out by Wouter Bolsterlee
1330
1331 2008-12-12  Matthias Clasen  <mclasen@redhat.com>
1332
1333         Bug 564066 – Crash in gtk_rc_parse_default_files
1334
1335         * gtk/gtkrc.c (gtk_rc_parse_default_files): Handle being called
1336         early. Bug report by Andrés G. Aragoneses
1337
1338 2008-12-12  Matthias Clasen  <mclasen@redhat.com>
1339
1340         * gtk/gtkmountoperation.c: Set an empty title on password dialogs.
1341         Pointed out by Máirín Duffy.
1342
1343 2008-12-11  Sven Herzberg  <sven@imendio.com>
1344
1345         Document the "set-scroll-adjustments" signal
1346
1347         Reviewed by Kristian Rietveld.
1348
1349         * gtk/gtkiconview.c,
1350         * gtk/gtklayout.c,
1351         * gtk/gtktextview.c,
1352         * gtk/gtktreeview.c,
1353         * gtk/gtkviewport.c: added proper documentation for the signal
1354
1355 2008-12-11  Daniel Elstner  <danielk@openismus.com>
1356
1357         Bug 563994 – Input method module interface not documented
1358
1359         * gtk/gtkimcontext.h: Add public/private markers.
1360         * gtk/gtkimcontext.c: Add section documentation which explains how
1361         to add a new input method module to GTK+.  Document the signals and
1362         virtual functions of GtkIMContextClass.
1363         * gtk/gtkimmodule.c: Document struct GtkIMContextInfo.
1364         * docs/reference/gtk/gtk-sections.txt: Add GtkIMContextClass and
1365         GtkIMContextInfo to section GtkIMContext.
1366         * docs/reference/gtk/Makefile.am (IGNORE_HFILES): Remove
1367         gtkimmodule.h from the list in order to pick up GtkIMContextInfo.
1368         * docs/reference/gtk/tmpl/gtkimcontext.sgml: Remove file from
1369         repository since all the hand-edited content has been migrated to
1370         source file comments.
1371
1372 2008-12-10  Matthias Clasen  <mclasen@redhat.com>
1373
1374         Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated
1375         -- but what should be used instead?
1376
1377         * gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation.
1378
1379 2008-12-10  Daniel Elstner  <danielk@openismus.com>
1380
1381         Maintenance of Multipress input method by Openismus GmbH:
1382
1383         * modules/input/gtkimcontextmultipress.[ch]: Clean up the code
1384         a bit to follow the GTK+ coding style more closely.  Fix the code
1385         to emit "preedit-start" and "preedit-end", too, rather than only
1386         "preedit-changed".
1387         (GTK_IM_CONTEXT_MULTIPRESS*): Rename incorrectly spelled macros
1388         gtk_im_context_multipress*. Shouldn't break API or ABI as it's
1389         only used internally.
1390         * modules/input/immultipress.c: More cleanup,
1391         * modules/input/README.multipress: ditto.
1392
1393 2008-12-09  Michael Natterer  <mitch@imendio.com>
1394
1395         * gdk/gdk.symbols: add missing #ifndef GDK_DISABLE_DEPRECATED.
1396
1397 2008-12-09  Michael Natterer  <mitch@imendio.com>
1398
1399         * gtk/gtkcontainer.c (struct PackingPropertiesData): add missing
1400         semicolon.
1401
1402         * gtk/gtkcontainer.c (attributes_text_element): "value" is a
1403         gchar*, not const gchar*.
1404
1405 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
1406
1407         Bug 546378 – GtkAssistant page title is not translatable
1408
1409         * gtk/gtkbuilderparser.c: Make gtk_builder_get_translation_domain()
1410         useful for subparsers.
1411
1412         * gtk/gtkcontainer.c: Make the child property parser support
1413         translatable child properties. Patch by Antti Kaijanmäki
1414  
1415 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
1416
1417         Bug 554274 – Add default hook for GtkLinkButton
1418
1419         * gtk/gtklinkbutton.c: Call gtk_show_uri() if no uri hook has
1420         been set. Patch by Emmanuele Bassi
1421
1422 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
1423
1424         Bug 559325 – documentation for gdk_display_get_window_at_pointer() 
1425 :       is wrong
1426
1427         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): Correct
1428         the documentation. Patch by Paul Davis
1429
1430 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
1431
1432         Bug 563285 – test print backend does not compile
1433
1434         * modules/printbackends/test/gtkprintbackendtest.c: Clean up
1435         includes. 
1436
1437 2008-12-07  Behdad Esfahbod  <behdad@gnome.org>
1438
1439         Bug 563547 – Update gdkx11 atom precache table
1440
1441         * gdk/x11/gdkdisplay-x11.c: Add more atoms to precache.
1442
1443 2008-12-05  Michael Natterer  <mitch@imendio.com>
1444
1445         Bug 546285 – Allow GtkEntry to draw progress
1446
1447         * gtk/gtkentry.[ch]: add new API similar to GtkProgressBar which
1448         allows to set the entry's progress_fraction, its progress_pulse_step
1449         and to let the entry's progress pulse.
1450
1451         * gtk/gtk.symbols: updated.
1452
1453         * tests/testgtk.c: add progress demo code to the "Entry" window.
1454
1455 2008-12-04  Johan Dahlin  <jdahlin@async.com.br>
1456
1457         * gtk/gtkstatusicon.c:
1458         Add missing space in gtk-doc deprecated syntax
1459
1460 2008-12-03  Simos Xenitellis  <simos@gnome.org>
1461
1462         Bug 557420 – Some compose sequences don't work anymore (or only in
1463         a specific order)
1464
1465         * gtk/gtkimcontextsimple.c: Update of table size, keysym boundary,
1466         to match the gtkimcontextsimpleseqs.h table.
1467         * gtk/gtkimcontextsimpleseqs.h: Update with older gtk+ compose
1468         sequences that went missing due to table update with upstream.
1469         * gtk/compose-parse.py: Updated to include gtk-compose-lookaside.txt
1470         * gtk/gtk-compose-lookaside.txt: Older gtk+ compose sequences that
1471         are not found in the X.Org Compose file.
1472
1473 2008-12-03  Sven Herzberg  <sven@imendio.com>
1474
1475         Bug 562998 – GtkFontButton documentation improvements
1476
1477         * gtk/gtkfontbutton.c: mention the way the font string should be used.
1478         Patch by Sven Herzberg and Nelson Benitez
1479
1480 2008-12-03  Marek Kasik  <mkasik@redhat.com>
1481
1482         Bug 559914 – eog doesn't apply paper setup.
1483
1484         * gtk/gtkpapersize.c: Call the gtk_paper_size_new_from_ppd() with width
1485         and height in points.
1486
1487 2008-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         Bug 562878 – password save incorrectly set in gtkmountoperation
1490
1491         * gtk/gtkmountoperation.c (remember_button_toggled),
1492         (gtk_mount_operation_ask_password): Remember the password save
1493         flags only when the radio button becomes active. Set also the
1494         default state of the radio buttons depending on the current value
1495         of password save flags. 
1496         
1497 2008-12-01  Matthias Clasen <mclasen@redhat.com>
1498
1499         Bug 555334 – connected server feature
1500
1501         * gtk/gtkfilesystem.c (get_volumes_list): Filter out shadow mounts.
1502         Patch by David Zeuthen.
1503
1504 2008-12-01  Matthias Clasen <mclasen@redhat.com>
1505
1506         * gtk/gtkentry.c: Revert an accidental change that sneaked
1507         in with the last commit.
1508
1509 2008-12-01  Paul Bolle  <pebolle@tiscali.nl>
1510
1511         Bug 562817 – GtkDialog: typo
1512
1513         * gtk/gtkdialog.c: Fix typo
1514
1515 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
1516
1517         Bug 554453 – "typeahead find" widget of GtkTreeView appears on 
1518         wrong monitor in a multi-head environment
1519
1520         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
1521         Make sure the typeahead window follows screen changes of the
1522         treeview. Noticed by Rainer Stransky
1523
1524 2008-11-30  Christian Dywan  <christian@imendio.com>
1525
1526         Bug 559622 – GdkDevice test segfaults
1527
1528         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose):
1529         * gdk/x11/gdkinput.c (gdk_device_class_init), (gdk_device_dispose):
1530         Free and reset device in dispose. Patch by Michael Natterer and myself.
1531
1532 2008-11-30  Christian Dywan  <christian@imendio.com>
1533
1534         Bug 554076 – eventually release g_new-ed supported_atoms
1535
1536         * gdk/x11/gdkevents-x11.c (cleanup_atoms),
1537         (gdk_x11_screen_supports_net_wm_hint): Set cleanup callback.
1538         Patch by Caolan McNamara.
1539
1540 2008-11-30  Christian Dywan  <christian@imendio.com>
1541
1542         Bug 539263 – Deprecate gdk_window_get_toplevels
1543
1544         * gdk/gdkwindow.c:
1545         * gdk/gdkwindow.h: Deprecate gdk_window_get_toplevels
1546
1547 2008-11-29  Federico Mena Quintero  <federico@novell.com>
1548
1549         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): If tree lines are
1550         enabled, flip them around for the right-to-left case.  Fixes
1551         https://bugzilla.novell.com/show_bug.cgi?id=447004.  Patch by
1552         Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt>
1553
1554 2008-11-29  Christian Persch  <chpe@gnome.org>
1555
1556         * gtk/gtkselection.c: Typo fix.
1557
1558 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
1559
1560         * gtk/gtkselection.c:
1561         * gtk/gtkentry.c:
1562         * gtk/gtkdnd.c:
1563         * gtk/gtkcolorsel.c:
1564         * gtk/gtkbindings.c: Improve deprecation annotations.
1565
1566 2008-11-26  Christian Dywan  <christian@imendio.com>
1567
1568         Bug 561504 – testgtk should load rc file from sub folder
1569
1570         * tests/testgtk.c (main):
1571         Make testgtk look in subfolder and warn if not found
1572
1573 2008-11-25  Johan Dahlin  <jdahlin@async.com.br>
1574
1575         Bug 559947 – Unchecked dependency on python>=2.4
1576
1577         * gtk/gtk-builder-convert:
1578         Avoid using sorted() which is only present in python 2.
1579
1580 2008-11-24  Tristan Van Berkom <tvb@gnome.org>
1581
1582         * gtk/gtkalignment.c: Bug 561539 - Fix warnings when size allocations
1583         fall short of border width and padding.
1584
1585 2008-11-22  Paul Bolle  <pebolle@tiscali.nl>
1586
1587         Bug 561335 - Fix typos in GtkToolItem documentation
1588
1589         * gtk/gtktoolitem.c: Fix typos in GtkToolItem documentation
1590
1591 2008-11-21  Matthias Clasen <mclasen@redhat.com>
1592
1593         * configure.in: Bump gtk-doc dependency to 1.11 for
1594         nicer index-generation.
1595
1596 2008-11-21  Matthias Clasen <mclasen@redhat.com>
1597
1598         * gtk/gtkmountoperation.[hc]: Declare structs in a way that
1599         gtk-doc understands.
1600
1601 2008-11-17  Christian Dywan  <christian@imendio.com>
1602
1603         Bug 377699 – realizing gtk.Progress() causes SEGV
1604
1605         * gtk/gtkprogress.c: Define GtkProgress as an abstract type
1606
1607 2008-11-13  Christian Dywan  <christian@imendio.com>
1608
1609         Bug 560602 – Wrong GtkMenuItem default value (test fails)
1610
1611         * gtk/gtkmenuitem.c (gtk_menu_item_class_init):
1612         Correct default "label" value to ""
1613
1614 2008-11-12  Christian Dywan  <christian@imendio.com>
1615
1616         Bug 560139 – GtkEntry doesn't paint with the right state
1617
1618         * gtk/gtkentry.c (gtk_entry_class_init), (gtk_entry_draw_frame),
1619         (gtk_entry_expose): Reflect the right state if state-hint is set
1620
1621 2008-11-12  Christian Dywan  <christian@imendio.com>
1622
1623         Bug 559619 – invisible-char default cannot be tested
1624
1625         * gtk/tests/defaultvalue.c (test_type):
1626         Skip invisible-char when testing
1627
1628 2008-11-12  Richard Hult  <richard@imendio.com>
1629
1630         * gtk/gtkdnd-quartz.c: (gtk_drag_set_icon_pixmap): Implement,
1631         patch from Paul Davis.
1632
1633 2008-11-12  Christian Dywan  <christian@imendio.com>
1634
1635         Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
1636
1637         * gtk/tests/object.c (list_ignore_properties),
1638         (object_test_property), (main): Ignore GtkCurve when testing
1639
1640 2008-11-12  Richard Hult  <richard@imendio.com>
1641
1642         Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
1643
1644         * gdk/gdk.c:
1645         * gdk/gdkinternals.h: Add eventloop debug facility.
1646         * gdk/quartz/gdkeventloop-quartz.c: Big rework of the quartz
1647         mainloop integration, patch from Owen Taylor. See bug #550942 for
1648         the details.
1649
1650 2008-11-12  Richard Hult  <richard@imendio.com>
1651
1652         Bug 558586 – handling of keyboard under darwin (quartz)
1653
1654         * gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the
1655         new API when building on 64-bit, since there are still old non-xml
1656         layouts used out there we don't want to break them. (For 64-bit
1657         those layouts doesn't work so we don't have a choice there.)
1658
1659 2008-11-11  Matthias Clasen  <mclasen@redhat.com>
1660
1661         * gtk/gtkspinbutton.c: Chain up in enter and leave notify handlers.
1662
1663 2008-11-11  Michael Natterer  <mitch@imendio.com>
1664
1665         Bug 553765 – Add orientation API to GtkRange
1666
1667         * gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
1668         evil code that makes sure that the stepper_detail and slider_detail
1669         set in GtkRangeClass continue to work with the hacked subclasses
1670         below.
1671
1672         * gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
1673         and add gtk_scale_new() and gtk_scale_new_with_range() which take
1674         a GtkOrientation argument. Set slider_detail to "Xscale" so above
1675         evil code works.
1676
1677         * gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
1678         GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
1679         above evil code works.
1680
1681         * gtk/gtkhscale.c
1682         * gtk/gtkvscale.c
1683         * gtk/gtkhscrollbar.c
1684         * gtk/gtkvscrollbar.c: remove all code except the constructor and
1685         call gtk_orientable_set_orientation() in init().
1686
1687         * gtk/gtk.symbols: changed accordingly.
1688
1689 2008-11-11  Michael Natterer  <mitch@imendio.com>
1690
1691         * gtk/gtktoolbar.h: move deprecated functions together, move
1692         setters and getters together, some indentation cleanup.
1693
1694 2008-11-11  Michael Natterer  <mitch@imendio.com>
1695
1696         * gtk/gtktoolbar.[ch]: implement the GtkOrientable interface
1697         and deprecate gtk_toolbar_get,set_orientation().
1698
1699         * gtk/gtk.symbols: changed accordingly.
1700
1701 2008-11-10  Marek Kasik  <mkasik@redhat.com>
1702
1703         Bug 560135 - Print when the user double clicks a printer
1704
1705         * gtk/gtkprintunixdialog.c: add handling of double click to
1706         GtkPrintUnixDialog.
1707
1708 2008-11-07  Michael Natterer  <mitch@imendio.com>
1709
1710         * gtk/gtkpaned.c: argh, actually call the newly added private
1711         gtk_paned_calc_position() instead of the deprecated public
1712         version.
1713
1714 2008-11-07  Michael Natterer  <mitch@imendio.com>
1715
1716         Bug 553586 – Add orientation API to GtkPaned
1717
1718         * gtk/gtkpaned.[ch]: implement the GtkOrientable interface
1719         and swallow all code from GtkHPaned and GtkVPaned. Add
1720         gtk_paned_new() which takes a GtkOrientation argument. Deprecate
1721         gtk_paned_compute_position() for good (also for GTK_COMPILATION).
1722
1723         * gtk/gtkhpaned.[ch]
1724         * gtk/gtkvpaned.[ch]: remove all code except the constructor and
1725         call gtk_orientable_set_orientation() in init().
1726
1727         * gtk/gtk.symbols: add gtk_box_new().
1728
1729 2008-11-07  Johan Dahlin  <jdahlin@async.com.br>
1730
1731         * gtk/gtkcontainer.c (gtk_container_buildable_add_child):
1732         Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
1733
1734 2008-11-07  Michael Natterer  <mitch@imendio.com>
1735
1736         * gtk/gtkscrollbar.c: remove bogus newlines in the middle of
1737         function calls, fix broken indentation and remove trailing
1738         whitespace.
1739
1740 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
1741
1742         * gtk/gtkmenuitem.c: Made buildable and added support for adding
1743         children of type "submenu"
1744
1745         * gtk/gtkwindow.c: Added support for custom tag "accel-groups" to
1746         add GtkAccelGroups to the window.
1747
1748         * gtk/gtkcontainer.c: Added builder contextual warnings in
1749         buildable_add_child()
1750
1751         * gtk/tests/builder.c: Added tests for buildable menus (test that
1752         accelerators are properly connected on stock items, test the menu
1753         hierarchy, test permission to add alien/custom menuitem children).
1754
1755         * docs/reference/gtk/tmpl/gtkbuilder.sgml
1756         * docs/reference/gtk/tmpl/gtkwindow.sgml
1757         * docs/reference/gtk/tmpl/gtkmenuitem.sgml: Updated docs for
1758         buildable submenus and accel groups.
1759
1760 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
1761
1762         * gtk/gtkmenuitem.[ch]: added new apis
1763         gtk_menu_item_[set/get]_label() and
1764         gtk_menu_item_[set/get]_use_underline() with "label" and
1765         "use-underline" properties, constructors cleaned up to use
1766         g_object_new().  GtkMenuItemClass take new vfuncs
1767         ->get/set_label().
1768
1769         * gtk/gtkcheckmenuitem.c: constructors cleaned up to use
1770         g_object_new().
1771
1772         * gtk/gtkimagemenuitem.[ch]: added new apis
1773         gtk_image_menu_item_[get/set]_use_stock() and
1774         gtk_image_menu_item_set_accel_group() with "use-stock" and
1775         write-only "accel-group" properties. constructors cleaned up to
1776         use g_object_new().
1777
1778 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
1779
1780         * gtk/gtkbuilder.h: Fixed a crasher in
1781         GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
1782
1783 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
1784
1785         * gtk/gtklabel.c: gtk_label_set_attributes() now applies attributes
1786         on top of any markup or mnemonic attributes (bug 558409).
1787
1788         * README: Updated and added release notes for 2.16
1789
1790 2008-11-06  Richard Hult  <richard@imendio.com>
1791
1792         Bug 558586 – handling of keyboard under darwin (quartz)
1793
1794         * gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Patch from
1795         Arnaud Charlet to replace use of deprecated keyboard layout API
1796         with the new TIS API available in 10.5. The old code is still used
1797         when building for 10.4.
1798
1799 2008-11-05  Richard Hult  <richard@imendio.com>
1800
1801         * gdk/quartz/gdkevents-quartz.c:
1802         (get_keyboard_modifiers_from_ns_event), (create_key_event): Revert
1803         (at least for now) the alt/cmd switching since it breaks the
1804         "alt-gr" functionality of alt which makes it impossible to input
1805         lots of characters.
1806
1807 2008-11-05  Christian Dywan  <christian@imendio.com>
1808
1809         Bug 559404 – gtk_editable_insert_text counts length in bytes
1810
1811         * gtk/gtkeditable.c:
1812         Document new_text_length as the number of bytes
1813
1814 2008-11-05  Richard Hult  <richard@imendio.com>
1815
1816         * gdk/quartz/gdkwindow-quartz.c:
1817         (gdk_window_impl_quartz_begin_paint_region): Set the fill color
1818         outside the loop.
1819
1820 2008-11-05  Richard Hult  <richard@imendio.com>
1821
1822         * gtk/gtkstatusicon.c: (gtk_status_icon_set_has_tooltip),
1823         (gtk_status_icon_get_tooltip_markup): Fix build for win32 and
1824         quartz.
1825
1826 2008-11-04  Tor Lillqvist  <tml@novell.com>
1827
1828         Bug 557212 - Problem with which window gains focus and is visible
1829
1830         * gdk/win32/gdkevents-win32.c (ensure_stacking_on_activate_app):
1831         Only do the restacking for the active window of the
1832         application. Seems to fix the problem.
1833
1834         (gdk_event_translate): Only call ensure_stacking_on_activate_app()
1835         when the application is being activated, not deactivated.
1836
1837 2008-11-03  Matthias Clasen  <mclasen@redhat.com>
1838
1839         * gtk/gtk.symbols:
1840         * gtk/gtkstatusicon.[hc]: Add new tooltip api.
1841
1842 2008-11-03  Christian Persch  <chpe@gnome.org>
1843
1844         Bug 558001 – gtk_icon_view_enable_model_drag_[source|dest] problem
1845
1846         * gtk/gtkiconview.c: Make gtk_drag_*_add_*_targets() usable with
1847         GtkIconView.
1848
1849 2008-11-02  Matthias Clasen  <mclasen@redhat.com>
1850
1851         Bug 558929 – gtkstatusicon.c: 'event' is a member of the structure
1852
1853         * gtk/gtkstatusicon.c: Fix the build.
1854
1855 2008-11-02  Matthias Clasen  <mclasen@redhat.com>
1856
1857         * gtk/gtkimagemenuitem.c: Make it possible to overrule the
1858         gtk-menu-images setting.
1859
1860         * gtk/gtkaction.c (connect_proxy): Show the image before adding
1861         it to the image menu item.
1862
1863 2008-11-01  Tor Lillqvist  <tml@novell.com>
1864
1865         Bug 558278 - Crash when calling a callback set by
1866         gdk_add_client_message_filter()
1867
1868         * gdk/win32/gdkevents-win32.c (apply_event_filters): Rename from
1869         apply_filters() so that it is clear that this function is for
1870         GdkEventFilters only.
1871
1872         (print_event): Print more information for GDK_CLIENT_EVENT events.
1873
1874         (gdk_event_translate): When handling client filters, don't use
1875         apply_event_filters(). Use similar code as in the X11 backend,
1876         although not exactly, as the parameter list and return value
1877         semantics of gdk_event_translate() is different.
1878
1879         * tests/testclientmessage.c: New interactive test program to
1880         verify client message functionality.
1881
1882         * tests/Makefile.am: Add it.
1883
1884 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
1885
1886         Bug 409435 – GtkStatusIcon enhancements: DnD, scroll events, 
1887         middle click, rich tooltips
1888
1889         * gtk/gtkstatusicon.[hc]: Add support for button press/release and
1890         scroll events. Patch by Ed Catmur
1891
1892 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
1893
1894         Bug 322934 – Replace menu's proxy icons with empty space hiding icons
1895
1896         * gtk/gtkmenu.c (gtk_menu_size_request): Use consistent padding
1897         regardless of imagees or checks being in the menu. Also add
1898         padding on the right edge.
1899         Proposal by Luca Ferretti, patch by Jon McCann
1900
1901 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
1902
1903         Bug 412134 – Add API to query style properties from the style
1904
1905         * gtk/gtk.symbols:
1906         * gtk/gtkstyle.[hc]: Add getters for style properties to
1907         avoid the need for ugly workarounds with dummy widget instances.
1908         Patch by Mariano Suárez-Alvarez
1909
1910 2008-10-31  Christian Dywan  <christian@imendio.com>
1911
1912         Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?
1913
1914         * gtk/gtk.symbols:
1915         * gtk/gtkfontsel.c:
1916         * gtk/gtkfontsel.h:
1917         Deprecate gtk_font_selection_dialog_get_apply_button
1918
1919 2008-10-31  Matthias Clasen  <mclasen@redhat.com>
1920
1921         Bug 558323 – glitches when popping up combos in treeviews
1922
1923         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_set_property):
1924         Don't set the model property on the combo box, since that leads
1925         to loops.
1926
1927 2008-10-31  Christian Dywan  <christian@imendio.com>
1928
1929         Bug 347230 – testicontheme shortcomings
1930
1931         * tests/testicontheme.c (main):
1932         Use theme for "display" and quit on window closing
1933
1934 2008-10-30  Matthias Clasen  <mclasen@redhat.com>
1935
1936         Bug 558522 – scroll arrow painted insensitive even though there
1937         are pages beyond the edge
1938
1939         * gtk/gtknotebook.c (gtk_notebook_real_insert_page): Redraw
1940         arrows. Pointed out by Christian Persch
1941
1942 2008-10-30  Michael Natterer  <mitch@imendio.com>
1943
1944         * gtk/gtkcellrenderertext.h
1945         * gtk/gtkentry.[ch]
1946         * gtk/gtkimcontext.h
1947         * gtk/gtklabel.c
1948         * gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>,
1949         remove its inclusion here.
1950
1951 2008-10-30  Michael Natterer  <mitch@imendio.com>
1952
1953         * gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
1954         somehow include gtkobject.h or another header which includes it.
1955
1956 2008-10-30  Marek Kasik  <mkasik@redhat.com>
1957
1958         Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing
1959
1960         * gtk/gtk.symbols
1961         * gtk/gtkprintsettings.c
1962         * gtk/gtkprintsettings.h
1963         * docs/reference/gtk/gtk-sections.txt
1964         * modules/printbackends/file/gtkprintbackendfile.c
1965         * modules/printbackends/test/gtkprintbackendtest.c
1966         * modules/printbackends/cups/gtkprintbackendcups.c
1967         * modules/printbackends/lpr/gtkprintbackendlpr.c:
1968         Added lpi (lines per inch) setting to GtkPrintSettings and support
1969         for anamorphic dpi. Surface fallback resolution is set to 2*lpi.
1970
1971 2008-10-30  Michael Natterer  <mitch@imendio.com>
1972
1973         * gtk/*.h: no need to include <gdk/gdk.h> in any widget header,
1974         it's included via gtkwidget.h anyway.
1975
1976 2008-10-30  Sven Neumann  <sven@gimp.org>
1977
1978         * gtk/gtkwidget.c (gtk_widget_get_property): removed redundant
1979         conditional.
1980
1981 2008-10-30  Christian Dywan  <christian@imendio.com>
1982
1983         Bug 557316 – GtkLinkButton should consider user-defined tooltip
1984
1985         * gtk/gtklinkbutton.c (gtk_link_button_query_tooltip_cb):
1986         Only override the tooltip if not previously set
1987
1988 2008-10-29  Christian Dywan  <christian@imendio.com>
1989
1990         Bug 557762 – Misleading error message in GDK DirectFB
1991
1992         * gdk/directfb/gdkdisplay-directfb.c (gdk_display_open):
1993         Correctly say GetInputDevice instead of GetDisplayLayer
1994
1995 2008-10-29  Christian Dywan  <christian@imendio.com>
1996
1997         Bug 558397 – gtk_widget_error_bell undefined without a screen
1998
1999         * gtk/gtkwidget.c (gtk_widget_error_bell): Test the settings
2000         instance and return silently if unset
2001
2002 2008-10-28  Michael Natterer  <mitch@imendio.com>
2003
2004         * gdk/keyname-table.h: fix small typo.
2005
2006 2008-10-27  Richard Hult  <richard@imendio.com>
2007
2008         Bug 557894 – Wrong return value for
2009         gdk_pointer_grab_info_libgtk_only()
2010
2011         * gdk/quartz/gdkevents-quartz.c:
2012         (gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a
2013         pointer grab. Patch by Owen Taylor.
2014
2015 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
2016
2017         * gtk/gtktoolshell.c:
2018         * gtk/gtktoolitem.c: Remove markup from short descriptions.
2019
2020 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
2021
2022         * gdk/keyname-table.h:
2023         * gtk/gen-paper-names.c:
2024         * gtk/paper_names_offsets.c:
2025         * gtk/gtkpapersize.c:
2026         * gtk/gtkaccellabel.c:
2027         * gtk/gtkprintoperation.c:
2028         * gtk/gtkstock.c: More conversion to C_().
2029
2030 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
2031
2032         * gtk/gtkaccellabel.c:
2033         * gtk/gtkcalendar.c:
2034         * gtk/gtkcellrendereraccel.c:
2035         * gtk/gtkcellrendererprogress.c:
2036         * gtk/gtkimmulticontext.c:
2037         * gtk/gtkrecentchoosermenu.c:
2038         * gtk/gtkvolumebutton.c: Use C_() instead of Q_(). String change!
2039
2040 2008-10-26  Christian Persch  <chpe@gnome.org>
2041
2042         Bug 557065 – gtkcellrendererpixbuf spams console over and over with
2043         'could not load image' warnings
2044
2045         * gtk/gtkcellrendererpixbuf.c:
2046         (gtk_cell_renderer_pixbuf_create_themed_pixbuf): Remove noisy
2047         g_warning.
2048
2049 2008-10-26  Philip Withnall  <philip@tecnocode.co.uk>
2050
2051         Bug 530454 – Clarify page_nr when printing
2052
2053         * gtk/gtkprintoperation.c (gtk_print_operation_class_init): Point out
2054         that page_nr is 0-based in the documentation.
2055
2056 2008-10-25  Matthias Clasen  <mclasen@redhat.com>
2057         
2058         Bug 557315 – stale clipboard target cache
2059
2060         * gtk/gtkclipboard.c (gtk_clipboard_set_contents): Remove cached
2061         targets. Pointed out by Evan Stade
2062
2063 2008-10-24  Tristan Van Berkom  <tvb@gnome.org>
2064
2065         * gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
2066         the docs for GtkWidget::query-tooltip.
2067
2068 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
2069
2070         * gtk/gtkmountoperation.c: The "screen" property ought to have
2071         type GdkScreen, not GtkWindow. Found by Cosimo Cecchi
2072
2073 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
2074
2075         Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching
2076         allocation and deallocation
2077
2078         * gtk/gtkrecentchooserdefault.c (remove_selected_from_list): Don't
2079         free a strdup'ed string by g_free. Pointed out by Daniel Marjamäki
2080
2081 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
2082
2083         Bug 556835 – gtkentry.c: variable is declared at middle of block
2084
2085         * gtk/gtkentry.c (gtk_entry_copy_clipboard): Fix a C99ism pointed
2086         out by Kazuki Iwamoto
2087
2088 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
2089
2090         Bug 557524 – "va_end(args);" should be added into
2091         gtk_text_buffer_insert_with_tags_by_name( )
2092
2093         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_with_tags_by_name):
2094         Don't forget to call va_end. Pointed out by Boram Park
2095
2096 2008-10-23  Alexander Larsson  <alexl@redhat.com>
2097
2098         Bug 528320 - Incorrect icons displayed for files with custom
2099         mimetype icons
2100         
2101         * gtk/gtkfilesystem.c:
2102         (_gtk_file_info_render_icon):
2103         Fall back on default file icon if there was no icon or it
2104         was not found in the theme. This goes with the corresponding
2105         change in glib to not add the fallback icon, but is useful
2106         in other cases too.
2107
2108 2008-10-22  Behdad Esfahbod  <behdad@gnome.org>
2109
2110         Bug 555920 – gtkentry.c passes wrong enum to
2111         pango_layout_set_alignment()
2112
2113         * gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout
2114         adjustment.
2115
2116 2008-10-22  Matthias Clasen  <mclasen@redhat.com>
2117
2118         * gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen
2119         size actually changed.
2120
2121 2008-10-21  Michael Natterer  <mitch@imendio.com>
2122
2123         * gdk/gdkdraw.c
2124         * gdk/gdkimage.c
2125         * gdk/gdkscreen.c
2126         * gdk/gdkwindow.c: replace assertions for obj != NULL by
2127         GDK_IS_OBJ(), remove redundant != NULL checks when there is
2128         already a type check, add some g_return_if_fail() that were
2129         missing entirely, fix some broken indentation and spacing.
2130
2131 2008-10-21  Tor Lillqvist  <tml@novell.com>
2132
2133         Bug 557266 - Window Management Problem
2134
2135         Also reported in mail to gtk-list, and of course it has been well
2136         known in general that window state management is messy and buggy
2137         in various ways in gdk/win32.
2138
2139         * gdk/win32/gdkwindow-win32.c (show_window_internal): Correct
2140         handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set
2141         the WS_EX_TOPMOST extended style bit using SetWindowLong(). We
2142         must call SetWindowPos() on the window using HWND_TOPMOST
2143         instead. The description for WS_EX_TOPMOST in the documentation
2144         for CreateWindowEx() even implies that if you read it carefully.
2145
2146 2008-10-21  Michael Natterer  <mitch@imendio.com>
2147
2148         * gdk/gdkapplaunchcontext.c: reorder functions to be in standard
2149         order, add prototypes and namespace to static functions, add
2150         g_return_if_fail()s which were missing all over the place.
2151
2152 2008-10-20  Christian Persch  <chpe@gnome.org>
2153
2154         Bug 557059 – crash when compositing emblems with icon
2155
2156         * gtk/gtkicontheme.c: (apply_emblems): Copy the pixbuf before using it
2157         with gtk_pixbuf_composite, in case its pixdata is read-only (mmaped
2158         from icon cache or builtins).
2159
2160 2008-10-20  Murray Cumming  <murrayc@murrayc.com>
2161
2162         * gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(), 
2163         gtk_icon_view_set_tooltip_item():
2164         * gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(), 
2165         gtk_icon_view_set_tooltip_cell():
2166         Documentation: Mention the simple set_tooltip_column() 
2167         alternative.
2168
2169 2008-10-18  Tor Lillqvist  <tml@novell.com>
2170
2171         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
2172         WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging
2173         output without setting it first.
2174
2175 2008-10-18  Tor Lillqvist  <tml@novell.com>
2176
2177         Bug 556578 - GIMP windows stay on top of other windows
2178
2179         * gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize)
2180         (ensure_stacking_on_window_pos_changing)
2181         (ensure_stacking_on_activate_app): Ignore unmapped windows in the
2182         loops where we look for the lowest "transient-type" window.
2183
2184         (gdk_event_translate): Don't call
2185         ensure_stacking_on_window_pos_changing() or
2186         ensure_stacking_on_activate_app() for unmapped windows.
2187
2188 2008-10-16  Marek Kasik  <mkasik@redhat.com>
2189
2190         Bug 556527 - The current page property is not passed to
2191         GtkPrintUnixDialog
2192
2193         * gtk/gtkprintoperation-unix.c: pass current-page property
2194         to GtkPrintUnixDialog
2195
2196 2008-10-15  Michael Natterer  <mitch@imendio.com>
2197
2198         * gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo
2199         in the type name so the macro becomes usable.
2200
2201 2008-10-14  Christian Dywan  <christian@imendio.com>
2202
2203         556150 – gtk 'object' property test fixing
2204
2205         * gtk/tests/object.c (list_ignore_properties):
2206         Remove some recently fixed properties from the exception list
2207
2208 2008-10-13  Matthias Clasen  <mclasen@redhat.com>
2209
2210         Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup
2211
2212         * gtk/gtkcellrendererpixbuf
2213         (gtk_cell_renderer_pixbuf_create_themed_pixbuf): Don't crash
2214         if a GIcon is not present in the current theme. Patch by 
2215         Alex Larsson.
2216
2217 2008-10-13  Matthias Clasen  <mclasen@redhat.com>
2218
2219         Bug 552318 – menubar mnemonics consumed even when
2220         gtk-enable-mnemonics=false
2221
2222         * gtk/gtkwindow.c (gtk_window_activate_key): Don't let mnemonic
2223         entries block accelerator activation when gtk-enable-mnemonics is
2224         FALSE. Problem reported by Andreas Moog.
2225
2226 2008-10-13  Cody Russell <cody@jhu.edu>
2227
2228         * test/testfilechooser.c: Fix option parsing so that -a and
2229         --action work correctly.
2230
2231 2008-10-13  Christian Persch <chpe@gnome.org>
2232
2233         Bug 555386 – format not a string literal and no format arguments
2234
2235         * gtk/gtkiconfactory.c
2236         * gtk/gtkprintbackend.c
2237         * gtk/gtkprintoperation.c
2238         * gtk/gtkthemes.c
2239         * gtk/tests/builder.c
2240         * modules/other/gail/gailtextview.c
2241         * tests/testmerge.c: Use printf safely.
2242
2243 2008-10-13  Christian Persch <chpe@gnome.org>
2244
2245         Bug 555724 – gtkcellrendereraccel not initialised correctly
2246
2247         * gtk/gtkcellrendereraccel.c: Initialise the cell text.
2248
2249 2008-10-12  Simos Xenitellis  <simos@gnome.org>
2250
2251         Bug 555625 – Updated gtk_compose_seqs_compact table 
2252         (gtkimcontextsimpleseqs.h)
2253         
2254         * gtk/gtkimcontextsimpleseqs.c: Updated the compose sequence table.
2255         In this update we removed a further set of compose sequences that
2256         are otherwise covered by check_algorithmically(). 
2257
2258         * gtk/gtkimcontextsimple.c: Updated table value that shows how many 
2259         distinct first values exist in the compose sequences. 
2260         Change from 22 to 20.
2261         
2262 2008-10-11  Matthias Clasen  <mclasen@redhat.com>
2263
2264         * gtk/gtktoolbar.c: Revert the GtkSettings::gtk-toolbar-icon-size
2265         part of the previous change, since it doesn't work correctly without
2266         extra complication, and using custom icon sizes doesn't make too
2267         much sense in a desktop-wide setting.
2268
2269 2008-10-11  Matthias Clasen  <mclasen@redhat.com>
2270
2271         Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size
2272
2273         * gtk/gtktoolbar.c: Turn GtkToolbar::icon-size and
2274         GtkSettings::gtk-toolbar-icon-size into int properties, to
2275         allow the use of app-registered icon sizes.
2276
2277 2008-10-11  Christian Dywan  <christian@imendio.com>
2278
2279         Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
2280
2281         * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
2282         Actually test for GTK_IS_WINDOW *and* GTK_WIDGET_TOPLEVEL
2283
2284 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
2285
2286         Bug 551355 – [PATCH] Make glib build with libtool 2.2
2287
2288         * autogen.sh: Accept libtool 2.2.   We are moving towards having
2289         it working.
2290
2291 2008-10-10  Richard Hult  <richard@imendio.com>
2292
2293         * gdk/quartz/gdkkeys-quartz.c: (gdk_keymap_get_caps_lock_state)
2294         Add empty stub to fix linking.
2295
2296 2008-10-10  Simos Xenitellis  <simos@gnome.org>
2297
2298         Bug 555000 – Wrong treatment on non-spacing marks dead keys in 
2299         GtkIMContextSimple
2300
2301         * gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
2302         it only checks if input is a deadkey keysym.
2303
2304 2008-10-09  Christian Dywan  <christian@imendio.com>
2305
2306         Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
2307
2308         * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
2309         Test for GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL
2310
2311 2008-10-09  Christian Dywan  <christian@imendio.com>
2312
2313         Bug 555573 – gtk_font_selection_set_font_name
2314         shouldn't require a screen
2315
2316         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name):
2317         Don't warn if there is no screen, just return FALSE
2318
2319 2008-10-09  Christian Dywan  <christian@imendio.com>
2320
2321         Bug 555523 – gtk_scale_button_set_adjustment should accept NULL
2322
2323         * gtk/gtkscalebutton.c (gtk_scale_button_set_adjustment):
2324         Create a new adjustment if NULL is passed, like other widgets
2325
2326 2008-10-09  Christian Dywan  <christian@imendio.com>
2327
2328         Bug 555578 – GtkTable propertiy maxima are wrong
2329
2330         * gtk/gtktable.c (gtk_table_class_init), (gtk_table_resize):
2331         Always use 65535 instead of G_MAXUINT since that is
2332         the actually supported maximum number of columns and rows
2333
2334 2008-10-09  Richard Hult  <richard@imendio.com>
2335
2336         Bug 550342 – Splash screens have a caption
2337
2338         * gdk/quartz/gdkwindow-quartz.c: (_gdk_window_new),
2339         (gdk_window_set_decorations): Patch from Marianne Gagnon to make
2340         splash windows borderless.
2341
2342 2008-10-09  Michael Natterer  <mitch@imendio.com>
2343
2344         Bug 516425 – Optionally display accelerators in popups
2345
2346         * gtk/gtkuimanager.h (enum GtkUIManagerItemType): add value
2347         GTK_UI_MANAGER_POPUP_WITH_ACCELS which works like _POPUP but
2348         shows the actions' accelerators.
2349
2350         * gtk/gtkuimanager.c: honor the new enum value for programmatically
2351         created UIs, and support <popup accelerators="true"> in the XML
2352         for the same purpose.
2353
2354 2008-10-09  Simos Xenitellis  <simos@gnome.org>
2355
2356         Bug 554192 – double press on the "circumflex" dead key 
2357         (standard french 105 keyboard) no longer produces the "^" character
2358
2359         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
2360         Changed the order, put check_compact_table() first, then 
2361         check_algorithmically().
2362
2363 2008-10-08  Christian Persch  <chpe@gnome.org>
2364
2365         Bug 554702 – gtkfilesystem leaks GError
2366
2367         * gtk/gtkfilesystem.c (_gtk_file_system_init): Free the GError.
2368
2369 2008-10-08  Matthias Clasen  <mclasen@redhat.com>
2370
2371         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
2372         Don't forget to reset reload_state when current_folder is already
2373         correct. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=465992
2374
2375 2008-10-08  Christian Dywan  <christian@imendio.com>
2376
2377         Bug 555270 – Allow unsetting a MessageDialog's image
2378
2379         * gtk/gtkmessagedialog.c (gtk_message_dialog_set_property),
2380         Remove a superfluous cast to GtkWidget*
2381         (gtk_message_dialog_set_image): Accept NULL for the image
2382         and unset the image in that case.
2383
2384 2008-10-08  Christian Dywan  <christian@imendio.com>
2385
2386         Bug 436533 – Allow more space efficient scroll arrows placement
2387
2388         * gtk/gtkenums.h: Add GtkArrowPlacement
2389         * gtk/gtkmenu.c (gtk_menu_class_init), (get_arrows_border),
2390         (get_arrows_visible_area), (get_double_arrows),
2391         (get_arrows_sensitive_area): Implement GtkMenu::arrow-placement
2392         to allow scrolling arrows to be placed at the start, end or both
2393         Patch by Tommi Komulainen and myself
2394
2395 2008-10-08  Christian Dywan  <christian@imendio.com>
2396
2397         Bug 555387 – Changing the sensitivity of a statusbar
2398         mistakenly requires a display
2399
2400         * gtk/gtkstatusbar.c (set_grip_cursor): Only change the cursor
2401         of the resize grip if there is a grip window.
2402
2403 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
2404
2405         * gtk/gtktooltip.c (gtk_tooltip_show_tooltip): Avoid unitialized
2406         memory warnings from valgrind.
2407
2408 2008-10-07 11:03:30  Tim Janik  <timj@imendio.com>
2409
2410         * gtk/gtkbox.h: keep GtkBox as an abstract type and keep _gtk_box_new()
2411         as private function until we settle on the exact semantics.
2412         renamed _gtk_box_set_old_defaults() as suggested by Mitch.
2413
2414 2008-10-07  Michael Natterer  <mitch@imendio.com>
2415
2416         * gtk/gtkbox.c: reindent static prototypes.
2417
2418 2008-10-07  Michael Natterer  <mitch@imendio.com>
2419
2420         Bug 553573 – Add orientation API to GtkBox
2421
2422         * gtk/gtkbox.[hh]: implement the GtkOrientable interface and
2423         swallow all code from GtkHBox and GtkVBox. Add gtk_box_new()
2424         which takes a GtkOrientation argument. Also move the newly
2425         added "spacing_set" boolean from struct GtkBox to the new
2426         private struct.
2427
2428         * gtk/gtkhbox.[ch]
2429         * gtk/gtkvbox.[ch]: remove all code except the constructor and
2430         call gtk_orientable_set_orientation() in init().
2431
2432         * gtk/gtk.symbols: add gtk_box_new().
2433
2434 2008-10-06  Björn Lindqvist  <bjourne@gmail.com>
2435
2436         Bug 539464 – gtk_cell_view_get_model is missing in GtkCellView
2437
2438         * gtk/gtkcellview.c (gtk_cell_view_get_model): Add
2439         gtk_cell_view_get_model.
2440
2441 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
2442
2443         * gtk/gtkprintunixdialog.c (create_main_page): Show the tooltip
2444         on the range entry itself, too.
2445
2446 2008-10-04  Tor Lillqvist  <tml@novell.com>
2447
2448         Bug 132501 - Make utility window translate to tool window in win32
2449
2450         Implement the utility window type hint. Such windows are kept on
2451         top of other windows of the same process. Makes GIMP's toolbox and
2452         dock windows behave more like in GNOME under metacity. Apply the
2453         same logic also to windows marked with the dialog window type
2454         hint, and windows that are transient for some other window. I'll
2455         call such windows "transient-type" below.
2456
2457         * gdk/win32/gdkevents-win32.c (doesnt_want_key): Drop unused
2458         variables.
2459
2460         (ensure_stacking_on_unminimize)
2461         (ensure_stacking_on_window_pos_changing)
2462         (ensure_stacking_on_activate_app): New functions to implement the
2463         desired stacking order. Make sure that a window that is not
2464         transient-type stays below any transient-type windows of the
2465         application. When activating a non-transient-type window make sure
2466         it rises as high as possible while still staying below the lowest
2467         transient-type window.
2468
2469         (gdk_event_translate): Call above functions on
2470         WM_WINDOWPOSCHANGING, WM_ACTIVATEAPP and on WM_SIZE when
2471         unminimizing. Improve debugging printout.
2472
2473         * gdk/win32/gdkwindow-win32.c (get_effective_window_decorations):
2474         Handle utility windows like toolbar windows.
2475
2476         (gdk_window_new_internal) (update_style_bits): Give utility
2477         windows the WS_EX_TOOLWINDOW extended style.
2478
2479         (gdk_window_set_title): If debugging "misc" or "events", make the
2480         handle of top-level windows show up in their title bars. Very
2481         useful when looking at debugging output.
2482
2483         (gdk_window_set_transient_for) (gdk_window_set_keep_above)
2484         (gdk_window_set_keep_below) (gdk_window_set_modal_hint)
2485         (gdk_window_set_skip_taskbar_hint)
2486         (gdk_window_set_skip_pager_hint): Add and improve debugging
2487         printout.
2488
2489         (gdk_window_set_type_hint): Print hint symbolically in GDK_NOTE().
2490
2491 2008-10-04  Tor Lillqvist  <tml@novell.com>
2492
2493         * gdk/win32/gdkmain-win32.c (_gdk_win32_window_exstyle_to_string)
2494         (_gdk_win32_window_pos_bits_to_string): New debugging printout
2495         functions. Decode the WS_EX_* and SWP_* bits.
2496
2497         * gdk/win32/gdkprivate-win32.h: Declare them. Define
2498         GDK_DEBUG_MISC_OR_EVENTS for use in GDK_NOTE() to match either
2499         "misc" or "events".
2500
2501 2008-10-03  Matthias Clasen <mclasen@redhat.com>
2502
2503         * gtk/gtkmodules.c (_gtk_modules_settings_changed): Add some
2504         debug output.
2505
2506 2008-10-02  Matthias Clasen <mclasen@redhat.com>
2507
2508         Bug 96431 – Can't cut and paste / DND within invisible entry
2509
2510         * gtk/gtkentry.c: Disable cut, copy and drag out of an invisible
2511         entry. Proposed by Owen Taylor
2512
2513 2008-10-02  Matthias Clasen <mclasen@redhat.com>
2514
2515         Bug 530575 – GtkEntry with invisible chars has a confused cursor in
2516         overwrite mode
2517
2518         * gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text
2519         in the layout when positioning the cursor, not the actual text
2520         content of the entry. This makes a different when using overwrite
2521         mode in an invisible entry. 
2522         Problem noticed by Jonathan Blandford
2523
2524         * gtk/gtktextutil.c: Fix a typo in a comment
2525
2526 2008-10-02  Christian Persch
2527
2528         Bug 554704 – gtkfilesystemmodel does too much work
2529
2530         * gtk/gtkfilesystemmodel.c: Replace g_slist_length()<1 check with a
2531         simple NULL check.
2532
2533 2008-10-02  Christian Persch
2534
2535         Bug 554701 – filechooser spams console with useless warnings
2536
2537         * gtk/gtkfilesystem.c.c: Don't warn if the async call was simply
2538         cancelled.
2539
2540 2008-10-02  Christian Persch
2541
2542         Bug 554698 – mem leak in filechooser
2543
2544         * gtk/gtkfilechooserdefault.c: Plug a mem leak.
2545
2546 2008-10-02  Christian Persch
2547
2548         Bug 554696 – invalid free function used
2549
2550         * gtk/gtkfilesystemmodel.c: Use the right free func.
2551
2552 2008-10-02  Christian Persch
2553
2554         Bug 554691 – mem leak in filechooser
2555
2556         * gtk/gtkfilesystemmodel.c: Plug a mem leak.
2557
2558 2008-10-02  Christian Persch
2559
2560         Bug 554690 – mem leak in filechooser
2561
2562         * gtk/gtkfilechooserdefault.c: Plug a mem leak.
2563
2564 2008-10-02  Michael Natterer  <mitch@imendio.com>
2565
2566         Bug 553585 – Add orientation API to GtkRuler
2567
2568         * gtk/gtkruler.[ch]: implement the GtkOrientable interface and
2569         swallow all code from GtkHRuler and GtkVRuler. Add gtk_ruler_new()
2570         which takes a GtkOrientation argument.
2571
2572         * gtk/gtkhruler.c
2573         * gtk/gtkvruler.c: remove all code except the constructor and
2574         call gtk_orientable_set_orientation() in init().
2575
2576         * gtk/gtk.symbols: add gtk_ruler_new().
2577
2578 2008-10-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>
2579
2580         * docs/reference/gtk/gtk-sections.txt:
2581         * gtk/gtk.symbols:
2582         * gtk/gtkselection.c:
2583         * gtk/gtkselection.h: Add gtk_selection_data_get_selection to
2584         retrieve the sealed struct field GtkSelectionData.selection.
2585
2586 2008-10-01  Tor Lillqvist  <tml@novell.com>
2587
2588         * gtk/gtkscalebutton.c: Don't #define _GNU_SOURCE on Windows as it
2589         confuses newest mingw headers.
2590
2591 2008-10-01  Tor Lillqvist  <tml@novell.com>
2592
2593         * gdk/win32/gdkkeys-win32.c (gdk_keymap_get_caps_lock_state):
2594         Implement trivially on Windows. Not sure if something more complex
2595         is actually needed, more specifically whether the function needs
2596         to differentiate between "Caps Lock" and "Shift Lock" semantics?
2597
2598 2008-10-01  Simos Xenitellis  <simos@gnome.org>
2599
2600         Bug 554506 – combining diacritics broken, became deadkeys
2601
2602         * gtk/gtkimcontextsimple.c: added check if keysym is greater
2603         than 0x1000000, in this case it is not a dead key.
2604
2605 2008-09-30  Michael Natterer  <mitch@imendio.com>
2606
2607         Bug 553582 – Add orientation API to GtkSeparator
2608
2609         * gtk/gtkseparator.[ch]: implement the GtkOrientable interface and
2610         swallow all code from GtkHSeparator and GtkVSeparator. Add
2611         gtk_separator_new() which takes a GtkOrientation argument.
2612
2613         * gtk/gtkhseparator.c
2614         * gtk/gtkvseparator.c: remove all code except the constructor and
2615         call gtk_orientable_set_orientation() in init().
2616
2617         * gtk/gtk.symbols: add gtk_separator_new().
2618
2619 2008-09-30  Marek Kasik  <mkasik@redhat.com>
2620
2621         Bug 344522 – support non-local destination files (GtkPrint):
2622
2623         * gtk/gtkprintunixdialog.c
2624         * gtk/gtkprinteroptionwidget.c: Process URI instead of filename.
2625         * modules/printbackends/file/gtkprintbackendfile.c: Add ability
2626         to save files on non-local filesystems.
2627
2628 2008-09-30  Michael Natterer  <mitch@imendio.com>
2629
2630         * gtk/gtk.symbols: forgot the G_GNUC_CONST of
2631         gtk_orientable_get_type().
2632
2633 2008-09-30  Michael Natterer  <mitch@imendio.com>
2634
2635         Bug 541009 – Get rid of separate subclasses for horizontal and
2636         vertical orientation:
2637
2638         * gtk/Makefile.am
2639         * gtk/gtk.symbols
2640         * gtk/gtk.h
2641         * gtk/gtkorientable.[ch]: add new interface GtkOrientable which
2642         will be implemented by everything that can switch orientation.
2643
2644 2008-09-30  Christian Dywan  <christian@imendio.com>
2645
2646         Fix a typo in the tutorial.
2647
2648         * docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
2649
2650 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
2651
2652         Bug 553086 – hard to see current immodule
2653
2654         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
2655         Display the actually selected context in the system menuitem.
2656         Complaint by Akira Tagoh.
2657
2658 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
2659
2660         Bug 530568 – Entries with visibility=FALSE should warn for caps-lock
2661         on
2662
2663         * gtk/gtkentry.c: Add a tooltip-like Caps Lock warning for
2664         password entries. The warning is also triggered if an input method
2665         is active. The warning can be turned off using the
2666         GtkEntry::caps-lock-warning property. 
2667         Proposed by Owen Taylor
2668
2669 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
2670
2671         * gtk/gtk.symbols:
2672         * gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_get_context_id): 
2673         Add a getter for the the sealed context_id field.
2674
2675 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
2676
2677         Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.
2678
2679         * gdk/gdk.symbols:
2680         * gdk/gdkkeys.[ch]: Add a new GdkKeymap::state-changed signal, and
2681         a gdk_keymap_get_caps_lock_state function.
2682
2683         * gdk/x11/gdkkeys-x11.c: Implement it here. For now, only emit
2684         state-changed when caps lock lockedness changes. 
2685
2686         * gdk/x11/gdkdisplay-x11.c: Also select for modifier lock status
2687         changes in the XkbSelectEventDetails call.
2688
2689 2008-09-29  Kristian Rietveld  <kris@imendio.com>
2690
2691         Bug 487624 - Tooltips doesn't get updated if ther's no mouse motion
2692         over widget
2693
2694         * gtk/gtkwidget.c (gtk_widget_set_property): after updating
2695         tooltip text or markup, call gtk_widget_trigger_tooltip_query()
2696         so that existing visible tooltips are updated.
2697
2698 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
2699
2700         Bug 371908 – Password Entry broken
2701         Bug 317002 – Disable input method completely in GtkEntry when it's 
2702         in invisible mode.
2703
2704         * gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave
2705         properly when invisible.
2706
2707         * gtk/gtkentry.c (gtk_entry_create_layout): Show preedit even if
2708         invisible. 
2709
2710         * gtk/gtkentry.c (gtk_entry_set_visibility): Don't disable input
2711         methods when making the entry invisible.
2712         
2713 2008-09-29  Emmanuele Bassi  <ebassi@linux.intel.com>
2714
2715         * gdk/x11/gdkinput.c:
2716         (gdk_device_class_init), (gdk_device_finalize): Correctly chain
2717         up the finalize implementation.
2718
2719 2008-09-29  Richard Hult  <richard@imendio.com>
2720
2721         Bug 554141 – uninitialized data use/free in gtkclipboard-quartz.c
2722
2723         * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
2724         Patch from Jon A. Cruz to initialize the allocated selection data.
2725
2726 2008-09-27  Matthias Clasen  <mclasen@redhat.com>
2727
2728         Bug 339367 – Incorrect spotlocation
2729
2730         * modules/input/gtkimcontextxim.c: Correct the spot location
2731         for on-the-spot style.
2732
2733 2008-09-27  Denis Washington  <denisw@svn.gnome.org>
2734
2735         * gtk/gtkiconview.c: only draw keyboard focus when keyboard navigation
2736         is used, like GtkTreeView. (Bug #553575)
2737
2738 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
2739
2740         Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real
2741         transparency
2742
2743         * gtk/gtktrayicon-x11.c: Add support for the _NET_SYSTEM_TRAY_VISUAL
2744         property described in
2745         http://lists.freedesktop.org/archives/xdg/2008-September/009919.html
2746         If _NET_SYSTEM_TRAY_VISUAL is a visual with an alpha channel, the 
2747         parent-relative-background hack is skipped and we draw with a real
2748         transparent background.
2749
2750         * gtk/gtkrc.c: Remove the default GtkTrayIcon style, since the
2751         parent-relative background is now set when realizing the tray
2752         icon.
2753
2754         Patch by Owen Taylor
2755
2756 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
2757
2758         Bug 552956 – Should check composite extension version
2759
2760         * gdk/x11/gdkdisplay-x11.c: Check that the version of the
2761         composite extension is at least 0.4.
2762         Patch by Owen Taylor
2763
2764 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
2765         
2766         Bug 553803 – eventually call XCloseDevice on XOpenDevice results
2767
2768         * gdk/x11/gdkinput.c: Add a finalize function for device objects,
2769         and call XCloseDevice there. 
2770
2771         * gdk/x11/gdkinput-x11.c:
2772         * gdk/x11/gdkdisplay-x11.c: Move freeing of device objects to
2773         the finalize function.
2774         Patch by Caolan McNamara
2775         
2776 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
2777
2778         Bug 553578 - tabs are not drawn correctly
2779
2780         * gtk/gtknotebook.c: Track the visibility state of notebook tabs 
2781         between allocations so that we know to redraw the tab labels if 
2782         tabs are hidden and shown without changing position. 
2783         Reported by Marek Kašík, patch by Owen Taylor.
2784
2785 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
2786
2787         Bug 553133 – GtkFileChooser won't ask to mount a volume
2788         Bug 553211 – GtkFileChooserButton unsets filter after first use
2789
2790         * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use
2791         a GtkMountOperation when mounting, so that we get a password
2792         dialog when required.  
2793
2794         * gtk/gtkfilechooserdefault.c (show_and_select_files): Also
2795         get the content-type, since it is used later on. 
2796         Pointed out by Davyd Madeley.
2797
2798 2008-09-26  Cody Russell  <bratsche@gnome.org>
2799
2800         Bug 553917 – Typo in gdkwindow-win32.c
2801
2802         * gdk/win32/gdkwindow-win32.c: Fixed a typo in
2803         update_system_menu().  Changed GDK_DECOR_ALL to GDK_FUNC_ALL.
2804
2805         Reported by Richard Hult
2806
2807 2008-09-25  Marek Kasik  <mkasik@redhat.com>
2808
2809         Bug 553241 – double freed pointer in lpr_write cause firefox3 crash
2810
2811         * modules/printbackends/lpr/gtkprintbackendlpr.c:
2812         The redundant freeing of memory was removed.
2813
2814         Patch by Chris Wang
2815
2816 2008-09-25  Michael Natterer  <mitch@imendio.com>
2817
2818         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
2819         don't unref the file system backend, the newly added
2820         unset_file_system_backend() already does this (bug #553135).
2821
2822 2008-09-24  Michael Natterer  <mitch@imendio.com>
2823
2824         * gtk/gtkeventbox.c: events return gboolean not gint, reindented
2825         static prototypes.
2826
2827 2008-09-24  Johan Dahlin  <johan@gnome.org>
2828
2829         Bug 553385 – gtk-builder-convert creates untranslated combobox models
2830
2831         * gtk/gtk-builder-convert: Set the translatable property on
2832         col tags for converted combos.
2833
2834 2008-09-24  Tor Lillqvist  <tml@novell.com>
2835
2836         * gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,
2837         share/aclocal and share/gtk-doc instead of trying to list
2838         individual files or subdirectories. We had missed gail.pc, for
2839         instance.
2840
2841 2008-09-24  Christian Dywan  <christian@imendio.com>
2842
2843         Bug 538782 – Make GtkMenu's arrow size themable
2844
2845         * gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint):
2846         Implement "arrow-scaling" style property in GtkMenu.
2847
2848 2008-09-24  Christian Dywan  <christian@imendio.com>
2849
2850         Bug 408244 – add GtkDialog::content-area-spacing
2851
2852         * gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
2853         (_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
2854         * gtk/gtkbox.h:
2855         * gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
2856         Implement "content-area-spacing" style property in GtkDialog
2857         and internal helper _gtk_box_get_spacing_set in GtkBox.
2858         Patch by Tim Janik, Sven Herzberg and myself.
2859
2860 2008-09-24  Christian Dywan  <christian@imendio.com>
2861
2862         Bug 541391 – Unfocussable Treeview swallows focus
2863
2864         * gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus),
2865         (gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly
2866
2867 2008-09-24  Denis Washington  <denisw@svn.gnome.org>
2868
2869         * gtk/gtkiconview.c: draw focus as a rectangle around the
2870         complete item, not just the text. (Bug #38254)
2871
2872 2008-09-23  Michael Natterer  <mitch@imendio.com>
2873
2874         * gtk/gtkobject.c
2875         * gtk/gtksignal.[ch]: s/GtkType/GType/ and
2876         s/GtkSignalMarshaller/GSignalCMarshaller/.
2877
2878 2008-09-23  Michael Natterer  <mitch@imendio.com>
2879
2880         * gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
2881         variable and fix indentation.
2882
2883 2008-09-23  Michael Natterer  <mitch@imendio.com>
2884
2885         * gtk/gtkclist.h
2886         * gtk/gtkctree.h
2887         * gtk/gtklist.h
2888         * gtk/gtklistitem.h
2889         * gtk/gtkobject.h
2890         * gtk/gtkoldeditable.h
2891         * gtk/gtkpixmap.h
2892         * gtk/gtkpreview.h
2893         * gtk/gtktext.h
2894         * gtk/gtktipsquery.h
2895         * gtk/gtktree.h
2896         * gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
2897         in all deprecated headers.
2898
2899 2008-09-22  Matthias Clasen  <mclasen@redhat.com>
2900
2901         Bug 553135 – eog crash: assertion failed. Gtk error:
2902         shortcuts_remove_rows: code should not be reached
2903
2904         * gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem 
2905         signals when we are destroyed, in order to avoid nasty surprises.
2906         Patch by Claudio Saavedra
2907
2908 2008-09-22  Emmanuele Bassi  <ebassi@linux.intel.com>
2909
2910         Bug 552789 – Show size column in the search and recently used
2911         files modes
2912
2913         * gtk/gtkfilechooserdefault.c: Display the file size column
2914         when in OPERATION_MODE_SEARCH. This removes a stat() call
2915         and simplifies the code a little bit by changing the query
2916         for file informations for each search engine hit.
2917
2918 2008-09-22  Michael Natterer  <mitch@imendio.com>
2919
2920         * gtk/gtksignal.[ch]
2921         * gtk/gtkclist.c
2922         * gtk/gtklist.c
2923         * gtk/gtkmain.c
2924         * gtk/gtktext.c
2925         * gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
2926         GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
2927
2928 2008-09-22  Frederic Crozat  <fcrozat@mandriva.com>
2929
2930         * gtk/gtkfilesystem.c: use the correct gi18n header.
2931         Fixes bug #553000.
2932
2933 2008-09-22  Michael Natterer  <mitch@imendio.com>
2934
2935         * gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
2936         append(), prepend() and insert() functions and recommend to use
2937         gtk_toolbar_insert() instead. Use GCallback instead of
2938         GtkSignalFunc even in deprecated API.
2939
2940 2008-09-20  Matthias Clasen  <mclasen@redhat.com>
2941
2942         * gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
2943         leak a GFile.
2944
2945 2008-09-19  Owen Taylor  <otaylor@redhat.com>
2946
2947         Small cleanups to debug messages for GtkPlug/GtkSocket
2948
2949         * gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
2950         * gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
2951         messages.
2952
2953 2008-09-19  Carlos Garnacho  <carlos@imendio.com>
2954
2955         Bug 83935 – GtkEntry's default invisible char should be U+25CF
2956
2957         * gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
2958         more suitable invisible char than '*' based on the used font.
2959         (gtk_entry_class_init) (gtk_entry_set_property)
2960         (gtk_entry_get_property): Add a "invisible-char-set" property.
2961         (gtk_entry_unset_invisible_char): New function, needed now that the
2962         default invisible char isn't fixed.
2963         * gtk/gtkentry.h:
2964         * gtk/gtk.symbols:
2965         * docs/reference/gtk/gtk-sections.txt: Add the new function.
2966
2967 2008-09-19  Christian Persch  <chpe@gnome.org>
2968  
2969         Bug 552837 – mem leak in gtkimmulticontext
2970  
2971         * gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
2972         leak.
2973  
2974 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
2975
2976         * gtk/gtkfilechooserdefault.c (settings_save): Save the size column
2977         visibility state with the rest of the FileChooser settings.
2978
2979 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
2980
2981         Bug 325095 – show a 'size' column
2982
2983         * gtk/gtkfilechooserdefault.c:
2984         * gtk/gtkfilechooserprivate.h: Add a context menu item controlling
2985         the visibility of the file size column. This works only for the
2986         browse mode, and the column is not visible by default.
2987
2988         * gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
2989         settings file.
2990
2991 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
2992
2993         * modules/engines/ms-windows/*: Revert most of previous patch, as
2994         it didn't work as expected; Some work toward #531086 - the new
2995         GtkTooltip widget doesn't theme properly on win32. Now, at least
2996         the background color seems okay
2997         
2998 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
2999
3000         * modules/engines/ms-windows/*: MS Windows style should use
3001         pango_win32_font_description_from_logfont; Allows us to rip out a
3002         lot of potentially buggy code, and also get the font specification
3003         from the XP theme (#434987)
3004         
3005 2008-09-18  Matthias Clasen  <mclasen@redhat.com>
3006
3007         * configure.in: updated version number to 2.15.0 for development.
3008
3009         * ChangeLog.pre-2-14: rotate ChangeLog
3010
3011 === Branch for 2.14 ===