| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=8695
|
|
|
|
| |
svn path=/trunk/; revision=8268
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-10 Christian Persch <chpe@gnome.org>
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_finalize), (ephy_location_entry_class_init),
(ephy_location_entry_construct_contents),
(ephy_location_entry_init), (ephy_location_entry_set_lock_tooltip):
Port to new tooltips API.
svn path=/trunk/; revision=7137
|
|
|
|
|
|
|
|
|
|
| |
2007-03-11 Christian Persch <chpe@gnome.org>
* *:
Correct FSF address. Bug #409075, patch by John Millikin.
svn path=/trunk/; revision=6952
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-10-02 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-debug.h:
Don't include config.h here.
* lib/widgets/ephy-spinner.c: (ephy_spinner_cache_data_unload),
(ephy_spinner_cache_data_load), (ephy_spinner_cache_data_new),
(ephy_spinner_cache_data_free), (ephy_spinner_cache_get_images),
(ephy_spinner_cache_init), (ephy_spinner_cache_finalize),
(ephy_spinner_load_images), (ephy_spinner_init),
(bump_spinner_frame_cb), (ephy_spinner_start),
(ephy_spinner_set_timeout), (ephy_spinner_finalize),
(ephy_spinner_screen_changed), (ephy_spinner_class_init):
Make spinner multihead safe.
* lib/widgets/testspinner.c:
Add a tiny spinner test program.
|
|
2005-08-03 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/Makefile.am:
A lib/widgets/testiconentry.c:
A lib/widgets/ephy-icon-entry.c:
A lib/widgets/ephy-icon-entry.h:
New widget, looks like a GtkEntry with icons inside.
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_set_tooltip), (update_address_state),
(match_selected_cb), (entry_clear_activate_cb),
(entry_populate_popup_cb),
(ephy_location_entry_construct_contents),
(ephy_location_entry_set_completion),
(ephy_location_entry_set_location),
(ephy_location_entry_get_location), (ephy_location_entry_reset),
(ephy_location_entry_activate), (ephy_location_entry_get_entry),
(ephy_location_entry_set_show_lock):
Use EphyIconEntry. Fixes location entry drawing with new GNOME default
theme (Clearlooks), and should also fix drawing with all themes,
except those which draw inside-focus on entries even when the entry
has no frame.
|