1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
2003-09-30 Christian Persch <chpe@cvs.gnome.org>
* embed/print-dialog.c: (print_get_info):
Don't pass NULL to gnome_vfs_expand_initial_tilde.
2003-09-30 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-history.c:
* src/ephy-history-window.c: (build_search_box):
More accurate description for Ever filter.
Keep the backend as is, so we dont have to change
it if we change history expire.
2003-09-29 Marco Pesenti Gritti <marco@gnome.org>
* data/default-prefs.js:
Add defaults in points for fonts
2003-09-28 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/mozilla-embed-single.cpp:
The file picker dir can be NULL, check before
trying to expand tilde.
* src/bookmarks/ephy-bookmarks-editor.c:
(import_dialog_response_cb), (cmd_bookmarks_import):
Implement import from a file
2003-09-27 Xan Lopez <xan@masilla.org>
* configure.in:
Forgot this.
2003-09-27 Xan Lopez <xan@masilla.org>
* configure.in:
* embed/mozilla/ContentHandler.cpp:
API sync, from galeon.
2003-09-27 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_import):
* src/bookmarks/ephy-bookmarks-import.h:
Offer to import from Firebird too.
2003-09-27 Marco Pesenti Gritti <marco@gnome.org>
* lib/ephy-gui.c: (ephy_gui_get_pixbuf_from_mime_type):
Simpler implementation.
* lib/widgets/ephy-spinner.c: (ephy_spinner_load_images):
* src/ephy-shell.c: (ephy_shell_init):
Pass 0 as flags
2003-09-27 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/ContentHandler.cpp:
* lib/ephy-gui.c: (make_mime_name),
(ephy_gui_get_pixbuf_from_mime_type):
* lib/ephy-gui.h:
* lib/widgets/ephy-spinner.c: (ephy_spinner_init),
(ephy_spinner_theme_changed), (ephy_spinner_load_images),
(ephy_spinner_finalize):
* src/ephy-shell.c: (ephy_shell_init):
Use gtkicontheme, and use it also for mime icons.
2003-09-26 Marco Pesenti Gritti <marco@gnome.org>
* data/epiphany.schemas.in:
* lib/ephy-node-filter.c: (ephy_node_filter_evaluate):
* src/ephy-history-window.c: (ephy_history_window_finalize),
(add_by_site_filter), (add_by_date_filter), (add_by_word_filter),
(setup_filters), (site_node_selected_cb), (search_entry_search_cb),
(time_optionmenu_changed_cb), (build_search_box),
(ephy_history_window_construct), (save_date_filter),
(ephy_history_window_dispose):
Implement history time filter
2003-09-26 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-window.c:
Remove unused includes, they was causing warnings on solaris
|