diff options
author | David Bordoley <bordoley@msu.edu> | 2003-05-01 00:58:56 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-01 00:58:56 +0800 |
commit | a2cc71e51c55bd11d65facb13c8915f774ef3bac (patch) | |
tree | dcaca2998a73778b434bc2102894fe623d496cb6 /ChangeLog | |
parent | 6a6479ca2b2c1fd5aa78c860299d1a96ef51f199 (diff) | |
download | gsoc2013-epiphany-a2cc71e51c55bd11d65facb13c8915f774ef3bac.tar gsoc2013-epiphany-a2cc71e51c55bd11d65facb13c8915f774ef3bac.tar.gz gsoc2013-epiphany-a2cc71e51c55bd11d65facb13c8915f774ef3bac.tar.bz2 gsoc2013-epiphany-a2cc71e51c55bd11d65facb13c8915f774ef3bac.tar.lz gsoc2013-epiphany-a2cc71e51c55bd11d65facb13c8915f774ef3bac.tar.xz gsoc2013-epiphany-a2cc71e51c55bd11d65facb13c8915f774ef3bac.tar.zst gsoc2013-epiphany-a2cc71e51c55bd11d65facb13c8915f774ef3bac.zip |
Don't set/save window position if it is maximized.
2003-04-30 David Bordoley <bordoley@msu.edu>
* lib/ephy-state.c: (ephy_state_window_set_position),
(ephy_state_window_save_position):
Don't set/save window position if it is maximized.
* src/ephy-history-window.c: (ephy_history_window_construct):
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_construct):
Don't set the shadow_type to GTK_SHADOW_IN
the ScrolledWindows. It breaks some fitts law considerations,
and really amounts to just visual noise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,4 +1,19 @@ 2003-04-30 David Bordoley <bordoley@msu.edu> + + * lib/ephy-state.c: (ephy_state_window_set_position), + (ephy_state_window_save_position): + + Don't set/save window position if it is maximized. + + * src/ephy-history-window.c: (ephy_history_window_construct): + * src/bookmarks/ephy-bookmarks-editor.c: + (ephy_bookmarks_editor_construct): + + Don't set the shadow_type to GTK_SHADOW_IN + the ScrolledWindows. It breaks some fitts law considerations, + and really amounts to just visual noise. + +2003-04-30 David Bordoley <bordoley@msu.edu> * src/ephy-window.c * data/epiphany.schemas.in |