]> Pileus Git - ~andy/gtk/blob - ChangeLog
Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size
[~andy/gtk] / ChangeLog
1 2008-10-11  Matthias Clasen  <mclasen@redhat.com>
2
3         Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size
4
5         * gtk/gtktoolbar.c: Turn GtkToolbar::icon-size and
6         GtkSettings::gtk-toolbar-icon-size into int properties, to
7         allow the use of app-registered icon sizes.
8
9 2008-10-11  Christian Dywan  <christian@imendio.com>
10
11         Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
12
13         * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
14         Actually test for GTK_IS_WINDOW *and* GTK_WIDGET_TOPLEVEL
15
16 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
17
18         Bug 551355 – [PATCH] Make glib build with libtool 2.2
19
20         * autogen.sh: Accept libtool 2.2.   We are moving towards having
21         it working.
22
23 2008-10-10  Richard Hult  <richard@imendio.com>
24
25         * gdk/quartz/gdkkeys-quartz.c: (gdk_keymap_get_caps_lock_state)
26         Add empty stub to fix linking.
27
28 2008-10-10  Simos Xenitellis  <simos@gnome.org>
29
30         Bug 555000 – Wrong treatment on non-spacing marks dead keys in 
31         GtkIMContextSimple
32
33         * gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
34         it only checks if input is a deadkey keysym.
35
36 2008-10-09  Christian Dywan  <christian@imendio.com>
37
38         Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
39
40         * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
41         Test for GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL
42
43 2008-10-09  Christian Dywan  <christian@imendio.com>
44
45         Bug 555573 – gtk_font_selection_set_font_name
46         shouldn't require a screen
47
48         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name):
49         Don't warn if there is no screen, just return FALSE
50
51 2008-10-09  Christian Dywan  <christian@imendio.com>
52
53         Bug 555523 – gtk_scale_button_set_adjustment should accept NULL
54
55         * gtk/gtkscalebutton.c (gtk_scale_button_set_adjustment):
56         Create a new adjustment if NULL is passed, like other widgets
57
58 2008-10-09  Christian Dywan  <christian@imendio.com>
59
60         Bug 555578 – GtkTable propertiy maxima are wrong
61
62         * gtk/gtktable.c (gtk_table_class_init), (gtk_table_resize):
63         Always use 65535 instead of G_MAXUINT since that is
64         the actually supported maximum number of columns and rows
65
66 2008-10-09  Richard Hult  <richard@imendio.com>
67
68         Bug 550342 – Splash screens have a caption
69
70         * gdk/quartz/gdkwindow-quartz.c: (_gdk_window_new),
71         (gdk_window_set_decorations): Patch from Marianne Gagnon to make
72         splash windows borderless.
73
74 2008-10-09  Michael Natterer  <mitch@imendio.com>
75
76         Bug 516425 – Optionally display accelerators in popups
77
78         * gtk/gtkuimanager.h (enum GtkUIManagerItemType): add value
79         GTK_UI_MANAGER_POPUP_WITH_ACCELS which works like _POPUP but
80         shows the actions' accelerators.
81
82         * gtk/gtkuimanager.c: honor the new enum value for programmatically
83         created UIs, and support <popup accelerators="true"> in the XML
84         for the same purpose.
85
86 2008-10-09  Simos Xenitellis  <simos@gnome.org>
87
88         Bug 554192 – double press on the "circumflex" dead key 
89         (standard french 105 keyboard) no longer produces the "^" character
90
91         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
92         Changed the order, put check_compact_table() first, then 
93         check_algorithmically().
94
95 2008-10-08  Christian Persch  <chpe@gnome.org>
96
97         Bug 554702 – gtkfilesystem leaks GError
98
99         * gtk/gtkfilesystem.c (_gtk_file_system_init): Free the GError.
100
101 2008-10-08  Matthias Clasen  <mclasen@redhat.com>
102
103         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
104         Don't forget to reset reload_state when current_folder is already
105         correct. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=465992
106
107 2008-10-08  Christian Dywan  <christian@imendio.com>
108
109         Bug 555270 – Allow unsetting a MessageDialog's image
110
111         * gtk/gtkmessagedialog.c (gtk_message_dialog_set_property),
112         Remove a superfluous cast to GtkWidget*
113         (gtk_message_dialog_set_image): Accept NULL for the image
114         and unset the image in that case.
115
116 2008-10-08  Christian Dywan  <christian@imendio.com>
117
118         Bug 436533 – Allow more space efficient scroll arrows placement
119
120         * gtk/gtkenums.h: Add GtkArrowPlacement
121         * gtk/gtkmenu.c (gtk_menu_class_init), (get_arrows_border),
122         (get_arrows_visible_area), (get_double_arrows),
123         (get_arrows_sensitive_area): Implement GtkMenu::arrow-placement
124         to allow scrolling arrows to be placed at the start, end or both
125         Patch by Tommi Komulainen and myself
126
127 2008-10-08  Christian Dywan  <christian@imendio.com>
128
129         Bug 555387 – Changing the sensitivity of a statusbar
130         mistakenly requires a display
131
132         * gtk/gtkstatusbar.c (set_grip_cursor): Only change the cursor
133         of the resize grip if there is a grip window.
134
135 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
136
137         * gtk/gtktooltip.c (gtk_tooltip_show_tooltip): Avoid unitialized
138         memory warnings from valgrind.
139
140 2008-10-07 11:03:30  Tim Janik  <timj@imendio.com>
141
142         * gtk/gtkbox.h: keep GtkBox as an abstract type and keep _gtk_box_new()
143         as private function until we settle on the exact semantics.
144         renamed _gtk_box_set_old_defaults() as suggested by Mitch.
145
146 2008-10-07  Michael Natterer  <mitch@imendio.com>
147
148         * gtk/gtkbox.c: reindent static prototypes.
149
150 2008-10-07  Michael Natterer  <mitch@imendio.com>
151
152         Bug 553573 – Add orientation API to GtkBox
153
154         * gtk/gtkbox.[hh]: implement the GtkOrientable interface and
155         swallow all code from GtkHBox and GtkVBox. Add gtk_box_new()
156         which takes a GtkOrientation argument. Also move the newly
157         added "spacing_set" boolean from struct GtkBox to the new
158         private struct.
159
160         * gtk/gtkhbox.[ch]
161         * gtk/gtkvbox.[ch]: remove all code except the constructor and
162         call gtk_orientable_set_orientation() in init().
163
164         * gtk/gtk.symbols: add gtk_box_new().
165
166 2008-10-06  Björn Lindqvist  <bjourne@gmail.com>
167
168         Bug 539464 – gtk_cell_view_get_model is missing in GtkCellView
169
170         * gtk/gtkcellview.c (gtk_cell_view_get_model): Add
171         gtk_cell_view_get_model.
172
173 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
174
175         * gtk/gtkprintunixdialog.c (create_main_page): Show the tooltip
176         on the range entry itself, too.
177
178 2008-10-04  Tor Lillqvist  <tml@novell.com>
179
180         Bug 132501 - Make utility window translate to tool window in win32
181
182         Implement the utility window type hint. Such windows are kept on
183         top of other windows of the same process. Makes GIMP's toolbox and
184         dock windows behave more like in GNOME under metacity. Apply the
185         same logic also to windows marked with the dialog window type
186         hint, and windows that are transient for some other window. I'll
187         call such windows "transient-type" below.
188
189         * gdk/win32/gdkevents-win32.c (doesnt_want_key): Drop unused
190         variables.
191
192         (ensure_stacking_on_unminimize)
193         (ensure_stacking_on_window_pos_changing)
194         (ensure_stacking_on_activate_app): New functions to implement the
195         desired stacking order. Make sure that a window that is not
196         transient-type stays below any transient-type windows of the
197         application. When activating a non-transient-type window make sure
198         it rises as high as possible while still staying below the lowest
199         transient-type window.
200
201         (gdk_event_translate): Call above functions on
202         WM_WINDOWPOSCHANGING, WM_ACTIVATEAPP and on WM_SIZE when
203         unminimizing. Improve debugging printout.
204
205         * gdk/win32/gdkwindow-win32.c (get_effective_window_decorations):
206         Handle utility windows like toolbar windows.
207
208         (gdk_window_new_internal) (update_style_bits): Give utility
209         windows the WS_EX_TOOLWINDOW extended style.
210
211         (gdk_window_set_title): If debugging "misc" or "events", make the
212         handle of top-level windows show up in their title bars. Very
213         useful when looking at debugging output.
214
215         (gdk_window_set_transient_for) (gdk_window_set_keep_above)
216         (gdk_window_set_keep_below) (gdk_window_set_modal_hint)
217         (gdk_window_set_skip_taskbar_hint)
218         (gdk_window_set_skip_pager_hint): Add and improve debugging
219         printout.
220
221         (gdk_window_set_type_hint): Print hint symbolically in GDK_NOTE().
222
223 2008-10-04  Tor Lillqvist  <tml@novell.com>
224
225         * gdk/win32/gdkmain-win32.c (_gdk_win32_window_exstyle_to_string)
226         (_gdk_win32_window_pos_bits_to_string): New debugging printout
227         functions. Decode the WS_EX_* and SWP_* bits.
228
229         * gdk/win32/gdkprivate-win32.h: Declare them. Define
230         GDK_DEBUG_MISC_OR_EVENTS for use in GDK_NOTE() to match either
231         "misc" or "events".
232
233 2008-10-03  Matthias Clasen <mclasen@redhat.com>
234
235         * gtk/gtkmodules.c (_gtk_modules_settings_changed): Add some
236         debug output.
237
238 2008-10-02  Matthias Clasen <mclasen@redhat.com>
239
240         Bug 96431 – Can't cut and paste / DND within invisible entry
241
242         * gtk/gtkentry.c: Disable cut, copy and drag out of an invisible
243         entry. Proposed by Owen Taylor
244
245 2008-10-02  Matthias Clasen <mclasen@redhat.com>
246
247         Bug 530575 – GtkEntry with invisible chars has a confused cursor in
248         overwrite mode
249
250         * gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text
251         in the layout when positioning the cursor, not the actual text
252         content of the entry. This makes a different when using overwrite
253         mode in an invisible entry. 
254         Problem noticed by Jonathan Blandford
255
256         * gtk/gtktextutil.c: Fix a typo in a comment
257
258 2008-10-02  Christian Persch
259
260         Bug 554704 – gtkfilesystemmodel does too much work
261
262         * gtk/gtkfilesystemmodel.c: Replace g_slist_length()<1 check with a
263         simple NULL check.
264
265 2008-10-02  Christian Persch
266
267         Bug 554701 – filechooser spams console with useless warnings
268
269         * gtk/gtkfilesystem.c.c: Don't warn if the async call was simply
270         cancelled.
271
272 2008-10-02  Christian Persch
273
274         Bug 554698 – mem leak in filechooser
275
276         * gtk/gtkfilechooserdefault.c: Plug a mem leak.
277
278 2008-10-02  Christian Persch
279
280         Bug 554696 – invalid free function used
281
282         * gtk/gtkfilesystemmodel.c: Use the right free func.
283
284 2008-10-02  Christian Persch
285
286         Bug 554691 – mem leak in filechooser
287
288         * gtk/gtkfilesystemmodel.c: Plug a mem leak.
289
290 2008-10-02  Christian Persch
291
292         Bug 554690 – mem leak in filechooser
293
294         * gtk/gtkfilechooserdefault.c: Plug a mem leak.
295
296 2008-10-02  Michael Natterer  <mitch@imendio.com>
297
298         Bug 553585 – Add orientation API to GtkRuler
299
300         * gtk/gtkruler.[ch]: implement the GtkOrientable interface and
301         swallow all code from GtkHRuler and GtkVRuler. Add gtk_ruler_new()
302         which takes a GtkOrientation argument.
303
304         * gtk/gtkhruler.c
305         * gtk/gtkvruler.c: remove all code except the constructor and
306         call gtk_orientable_set_orientation() in init().
307
308         * gtk/gtk.symbols: add gtk_ruler_new().
309
310 2008-10-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>
311
312         * docs/reference/gtk/gtk-sections.txt:
313         * gtk/gtk.symbols:
314         * gtk/gtkselection.c:
315         * gtk/gtkselection.h: Add gtk_selection_data_get_selection to
316         retrieve the sealed struct field GtkSelectionData.selection.
317
318 2008-10-01  Tor Lillqvist  <tml@novell.com>
319
320         * gtk/gtkscalebutton.c: Don't #define _GNU_SOURCE on Windows as it
321         confuses newest mingw headers.
322
323 2008-10-01  Tor Lillqvist  <tml@novell.com>
324
325         * gdk/win32/gdkkeys-win32.c (gdk_keymap_get_caps_lock_state):
326         Implement trivially on Windows. Not sure if something more complex
327         is actually needed, more specifically whether the function needs
328         to differentiate between "Caps Lock" and "Shift Lock" semantics?
329
330 2008-10-01  Simos Xenitellis  <simos@gnome.org>
331
332         Bug 554506 – combining diacritics broken, became deadkeys
333
334         * gtk/gtkimcontextsimple.c: added check if keysym is greater
335         than 0x1000000, in this case it is not a dead key.
336
337 2008-09-30  Michael Natterer  <mitch@imendio.com>
338
339         Bug 553582 – Add orientation API to GtkSeparator
340
341         * gtk/gtkseparator.[ch]: implement the GtkOrientable interface and
342         swallow all code from GtkHSeparator and GtkVSeparator. Add
343         gtk_separator_new() which takes a GtkOrientation argument.
344
345         * gtk/gtkhseparator.c
346         * gtk/gtkvseparator.c: remove all code except the constructor and
347         call gtk_orientable_set_orientation() in init().
348
349         * gtk/gtk.symbols: add gtk_separator_new().
350
351 2008-09-30  Marek Kasik  <mkasik@redhat.com>
352
353         Bug 344522 – support non-local destination files (GtkPrint):
354
355         * gtk/gtkprintunixdialog.c
356         * gtk/gtkprinteroptionwidget.c: Process URI instead of filename.
357         * modules/printbackends/file/gtkprintbackendfile.c: Add ability
358         to save files on non-local filesystems.
359
360 2008-09-30  Michael Natterer  <mitch@imendio.com>
361
362         * gtk/gtk.symbols: forgot the G_GNUC_CONST of
363         gtk_orientable_get_type().
364
365 2008-09-30  Michael Natterer  <mitch@imendio.com>
366
367         Bug 541009 – Get rid of separate subclasses for horizontal and
368         vertical orientation:
369
370         * gtk/Makefile.am
371         * gtk/gtk.symbols
372         * gtk/gtk.h
373         * gtk/gtkorientable.[ch]: add new interface GtkOrientable which
374         will be implemented by everything that can switch orientation.
375
376 2008-09-30  Christian Dywan  <christian@imendio.com>
377
378         Fix a typo in the tutorial.
379
380         * docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
381
382 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
383
384         Bug 553086 – hard to see current immodule
385
386         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
387         Display the actually selected context in the system menuitem.
388         Complaint by Akira Tagoh.
389
390 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
391
392         Bug 530568 – Entries with visibility=FALSE should warn for caps-lock
393         on
394
395         * gtk/gtkentry.c: Add a tooltip-like Caps Lock warning for
396         password entries. The warning is also triggered if an input method
397         is active. The warning can be turned off using the
398         GtkEntry::caps-lock-warning property. 
399         Proposed by Owen Taylor
400
401 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
402
403         * gtk/gtk.symbols:
404         * gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_get_context_id): 
405         Add a getter for the the sealed context_id field.
406
407 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
408
409         Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.
410
411         * gdk/gdk.symbols:
412         * gdk/gdkkeys.[ch]: Add a new GdkKeymap::state-changed signal, and
413         a gdk_keymap_get_caps_lock_state function.
414
415         * gdk/x11/gdkkeys-x11.c: Implement it here. For now, only emit
416         state-changed when caps lock lockedness changes. 
417
418         * gdk/x11/gdkdisplay-x11.c: Also select for modifier lock status
419         changes in the XkbSelectEventDetails call.
420
421 2008-09-29  Kristian Rietveld  <kris@imendio.com>
422
423         Bug 487624 - Tooltips doesn't get updated if ther's no mouse motion
424         over widget
425
426         * gtk/gtkwidget.c (gtk_widget_set_property): after updating
427         tooltip text or markup, call gtk_widget_trigger_tooltip_query()
428         so that existing visible tooltips are updated.
429
430 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
431
432         Bug 371908 – Password Entry broken
433         Bug 317002 – Disable input method completely in GtkEntry when it's 
434         in invisible mode.
435
436         * gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave
437         properly when invisible.
438
439         * gtk/gtkentry.c (gtk_entry_create_layout): Show preedit even if
440         invisible. 
441
442         * gtk/gtkentry.c (gtk_entry_set_visibility): Don't disable input
443         methods when making the entry invisible.
444         
445 2008-09-29  Emmanuele Bassi  <ebassi@linux.intel.com>
446
447         * gdk/x11/gdkinput.c:
448         (gdk_device_class_init), (gdk_device_finalize): Correctly chain
449         up the finalize implementation.
450
451 2008-09-29  Richard Hult  <richard@imendio.com>
452
453         Bug 554141 – uninitialized data use/free in gtkclipboard-quartz.c
454
455         * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
456         Patch from Jon A. Cruz to initialize the allocated selection data.
457
458 2008-09-27  Matthias Clasen  <mclasen@redhat.com>
459
460         Bug 339367 – Incorrect spotlocation
461
462         * modules/input/gtkimcontextxim.c: Correct the spot location
463         for on-the-spot style.
464
465 2008-09-27  Denis Washington  <denisw@svn.gnome.org>
466
467         * gtk/gtkiconview.c: only draw keyboard focus when keyboard navigation
468         is used, like GtkTreeView. (Bug #553575)
469
470 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
471
472         Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real
473         transparency
474
475         * gtk/gtktrayicon-x11.c: Add support for the _NET_SYSTEM_TRAY_VISUAL
476         property described in
477         http://lists.freedesktop.org/archives/xdg/2008-September/009919.html
478         If _NET_SYSTEM_TRAY_VISUAL is a visual with an alpha channel, the 
479         parent-relative-background hack is skipped and we draw with a real
480         transparent background.
481
482         * gtk/gtkrc.c: Remove the default GtkTrayIcon style, since the
483         parent-relative background is now set when realizing the tray
484         icon.
485
486         Patch by Owen Taylor
487
488 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
489
490         Bug 552956 – Should check composite extension version
491
492         * gdk/x11/gdkdisplay-x11.c: Check that the version of the
493         composite extension is at least 0.4.
494         Patch by Owen Taylor
495
496 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
497         
498         Bug 553803 – eventually call XCloseDevice on XOpenDevice results
499
500         * gdk/x11/gdkinput.c: Add a finalize function for device objects,
501         and call XCloseDevice there. 
502
503         * gdk/x11/gdkinput-x11.c:
504         * gdk/x11/gdkdisplay-x11.c: Move freeing of device objects to
505         the finalize function.
506         Patch by Caolan McNamara
507         
508 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
509
510         Bug 553578 - tabs are not drawn correctly
511
512         * gtk/gtknotebook.c: Track the visibility state of notebook tabs 
513         between allocations so that we know to redraw the tab labels if 
514         tabs are hidden and shown without changing position. 
515         Reported by Marek Kašík, patch by Owen Taylor.
516
517 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
518
519         Bug 553133 – GtkFileChooser won't ask to mount a volume
520         Bug 553211 – GtkFileChooserButton unsets filter after first use
521
522         * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use
523         a GtkMountOperation when mounting, so that we get a password
524         dialog when required.  
525
526         * gtk/gtkfilechooserdefault.c (show_and_select_files): Also
527         get the content-type, since it is used later on. 
528         Pointed out by Davyd Madeley.
529
530 2008-09-26  Cody Russell  <bratsche@gnome.org>
531
532         Bug 553917 – Typo in gdkwindow-win32.c
533
534         * gdk/win32/gdkwindow-win32.c: Fixed a typo in
535         update_system_menu().  Changed GDK_DECOR_ALL to GDK_FUNC_ALL.
536
537         Reported by Richard Hult
538
539 2008-09-25  Marek Kasik  <mkasik@redhat.com>
540
541         Bug 553241 – double freed pointer in lpr_write cause firefox3 crash
542
543         * modules/printbackends/lpr/gtkprintbackendlpr.c:
544         The redundant freeing of memory was removed.
545
546         Patch by Chris Wang
547
548 2008-09-25  Michael Natterer  <mitch@imendio.com>
549
550         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
551         don't unref the file system backend, the newly added
552         unset_file_system_backend() already does this (bug #553135).
553
554 2008-09-24  Michael Natterer  <mitch@imendio.com>
555
556         * gtk/gtkeventbox.c: events return gboolean not gint, reindented
557         static prototypes.
558
559 2008-09-24  Johan Dahlin  <johan@gnome.org>
560
561         Bug 553385 – gtk-builder-convert creates untranslated combobox models
562
563         * gtk/gtk-builder-convert: Set the translatable property on
564         col tags for converted combos.
565
566 2008-09-24  Tor Lillqvist  <tml@novell.com>
567
568         * gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,
569         share/aclocal and share/gtk-doc instead of trying to list
570         individual files or subdirectories. We had missed gail.pc, for
571         instance.
572
573 2008-09-24  Christian Dywan  <christian@imendio.com>
574
575         Bug 538782 – Make GtkMenu's arrow size themable
576
577         * gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint):
578         Implement "arrow-scaling" style property in GtkMenu.
579
580 2008-09-24  Christian Dywan  <christian@imendio.com>
581
582         Bug 408244 – add GtkDialog::content-area-spacing
583
584         * gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
585         (_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
586         * gtk/gtkbox.h:
587         * gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
588         Implement "content-area-spacing" style property in GtkDialog
589         and internal helper _gtk_box_get_spacing_set in GtkBox.
590         Patch by Tim Janik, Sven Herzberg and myself.
591
592 2008-09-24  Christian Dywan  <christian@imendio.com>
593
594         Bug 541391 – Unfocussable Treeview swallows focus
595
596         * gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus),
597         (gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly
598
599 2008-09-24  Denis Washington  <denisw@svn.gnome.org>
600
601         * gtk/gtkiconview.c: draw focus as a rectangle around the
602         complete item, not just the text. (Bug #38254)
603
604 2008-09-23  Michael Natterer  <mitch@imendio.com>
605
606         * gtk/gtkobject.c
607         * gtk/gtksignal.[ch]: s/GtkType/GType/ and
608         s/GtkSignalMarshaller/GSignalCMarshaller/.
609
610 2008-09-23  Michael Natterer  <mitch@imendio.com>
611
612         * gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
613         variable and fix indentation.
614
615 2008-09-23  Michael Natterer  <mitch@imendio.com>
616
617         * gtk/gtkclist.h
618         * gtk/gtkctree.h
619         * gtk/gtklist.h
620         * gtk/gtklistitem.h
621         * gtk/gtkobject.h
622         * gtk/gtkoldeditable.h
623         * gtk/gtkpixmap.h
624         * gtk/gtkpreview.h
625         * gtk/gtktext.h
626         * gtk/gtktipsquery.h
627         * gtk/gtktree.h
628         * gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
629         in all deprecated headers.
630
631 2008-09-22  Matthias Clasen  <mclasen@redhat.com>
632
633         Bug 553135 – eog crash: assertion failed. Gtk error:
634         shortcuts_remove_rows: code should not be reached
635
636         * gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem 
637         signals when we are destroyed, in order to avoid nasty surprises.
638         Patch by Claudio Saavedra
639
640 2008-09-22  Emmanuele Bassi  <ebassi@linux.intel.com>
641
642         Bug 552789 – Show size column in the search and recently used
643         files modes
644
645         * gtk/gtkfilechooserdefault.c: Display the file size column
646         when in OPERATION_MODE_SEARCH. This removes a stat() call
647         and simplifies the code a little bit by changing the query
648         for file informations for each search engine hit.
649
650 2008-09-22  Michael Natterer  <mitch@imendio.com>
651
652         * gtk/gtksignal.[ch]
653         * gtk/gtkclist.c
654         * gtk/gtklist.c
655         * gtk/gtkmain.c
656         * gtk/gtktext.c
657         * gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
658         GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
659
660 2008-09-22  Frederic Crozat  <fcrozat@mandriva.com>
661
662         * gtk/gtkfilesystem.c: use the correct gi18n header.
663         Fixes bug #553000.
664
665 2008-09-22  Michael Natterer  <mitch@imendio.com>
666
667         * gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
668         append(), prepend() and insert() functions and recommend to use
669         gtk_toolbar_insert() instead. Use GCallback instead of
670         GtkSignalFunc even in deprecated API.
671
672 2008-09-20  Matthias Clasen  <mclasen@redhat.com>
673
674         * gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
675         leak a GFile.
676
677 2008-09-19  Owen Taylor  <otaylor@redhat.com>
678
679         Small cleanups to debug messages for GtkPlug/GtkSocket
680
681         * gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
682         * gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
683         messages.
684
685 2008-09-19  Carlos Garnacho  <carlos@imendio.com>
686
687         Bug 83935 – GtkEntry's default invisible char should be U+25CF
688
689         * gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
690         more suitable invisible char than '*' based on the used font.
691         (gtk_entry_class_init) (gtk_entry_set_property)
692         (gtk_entry_get_property): Add a "invisible-char-set" property.
693         (gtk_entry_unset_invisible_char): New function, needed now that the
694         default invisible char isn't fixed.
695         * gtk/gtkentry.h:
696         * gtk/gtk.symbols:
697         * docs/reference/gtk/gtk-sections.txt: Add the new function.
698
699 2008-09-19  Christian Persch  <chpe@gnome.org>
700  
701         Bug 552837 – mem leak in gtkimmulticontext
702  
703         * gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
704         leak.
705  
706 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
707
708         * gtk/gtkfilechooserdefault.c (settings_save): Save the size column
709         visibility state with the rest of the FileChooser settings.
710
711 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
712
713         Bug 325095 – show a 'size' column
714
715         * gtk/gtkfilechooserdefault.c:
716         * gtk/gtkfilechooserprivate.h: Add a context menu item controlling
717         the visibility of the file size column. This works only for the
718         browse mode, and the column is not visible by default.
719
720         * gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
721         settings file.
722
723 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
724
725         * modules/engines/ms-windows/*: Revert most of previous patch, as
726         it didn't work as expected; Some work toward #531086 - the new
727         GtkTooltip widget doesn't theme properly on win32. Now, at least
728         the background color seems okay
729         
730 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
731
732         * modules/engines/ms-windows/*: MS Windows style should use
733         pango_win32_font_description_from_logfont; Allows us to rip out a
734         lot of potentially buggy code, and also get the font specification
735         from the XP theme (#434987)
736         
737 2008-09-18  Matthias Clasen  <mclasen@redhat.com>
738
739         * configure.in: updated version number to 2.15.0 for development.
740
741         * ChangeLog.pre-2-14: rotate ChangeLog
742
743 === Branch for 2.14 ===