This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
- Check that filtering is not done more than one time on bookmarks dialogs init |
| 2 |
|
| 3 |
- Annotate "if (type == 0)" in *_get_type() with G_UNLIKELY |
| 4 |
|
| 5 |
|
| 6 |
Stuff to port to new glib/gtk+ APIs: |
| 7 |
|
| 8 |
- port egg-toolbar-editor to GtkIconView as soon as it supports DND (bug #150270) |
| 9 |
- port to new gtk+ uri-list DND APIs |
| 10 |
- port Downloads directory button in prefs to GtkFileChooserButton |
| 11 |
(but wait for bugs #154388, #154390, #154392, #154394) |
| 12 |
- port to confirm-overwrite signal of GtkFileChooser |
| 13 |
- use g_intern_static_string for static type name registrations |
| 14 |
and g_object_set_data |
| 15 |
- use gtk_widget_get_action in toolbar code instead of g_object_get_data (., "gtk-action") |
| 16 |
- use GtkNotebook DND |