| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=8695
|
|
|
|
| |
svn path=/trunk/; revision=8267
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-10 Christian Persch <chpe@gnome.org>
* embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup),
(ephy_embed_shell_get_page_setup),
(ephy_embed_shell_set_print_settings),
(ephy_embed_shell_get_print_settings):
* lib/ephy-print-utils.c:
* lib/ephy-print-utils.h:
Use the new gtk functions to persist and load the print settings and
page setup. Migrate our old settings, if present.
svn path=/trunk/; revision=7143
|
|
|
|
|
|
|
|
|
|
| |
2007-03-11 Christian Persch <chpe@gnome.org>
* *:
Correct FSF address. Bug #409075, patch by John Millikin.
svn path=/trunk/; revision=6952
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-04 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Version 2.17.3.
* embed/mozilla/GtkNSSDialogs.cpp:
Use NULL for gtk_label_new instead of "".
* lib/ephy-print-utils.c:
(ephy_print_utils_page_setup_new_from_key_file):
Fix possible invalid free.
* lib/widgets/ephy-spinner.c: (ephy_spinner_images_unref),
(ephy_spinner_images_load), (ephy_spinner_load_images),
(ephy_spinner_expose), (bump_spinner_frame_cb),
(ephy_spinner_start), (ephy_spinner_stop):
Fix compliance with icon theme spec by skipping the first frame in the
animation when in spinning mode. Bug #382207.
Try the "process-working" icon first and fall back to "gnome-spinner"
when it's not available.
* m4/gecko.m4:
Updated.
2006-12-04 Luca Ferretti <elle.uca@libero.it>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
2006-08-17 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-print-utils.c:
Fix crash when reading the options file. Bug #351788.
Actually return the settings object.
|
|
|
|
|
|
|
|
|
| |
2006-08-13 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-print-utils.c:
(ephy_print_utils_page_setup_new_from_key_file):
Don't crash on error. Bug #351187.
|
|
2006-08-05 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-shell.c: (ephy_embed_shell_set_page_setup),
(ephy_embed_shell_get_page_setup),
(ephy_embed_shell_set_print_settings),
(ephy_embed_shell_get_print_settings):
A lib/ephy-print-utils.c:
A lib/ephy-print-utils.h:
* lib/ephy-string.c: (ephy_string_flags_from_string),
(ephy_string_flags_to_string), (ephy_string_enum_from_string),
(ephy_string_enum_to_string):
* lib/ephy-string.h:
Persist print settings and page setup.
|