Use consistent shadows across Geany
commit1a36eeaf4d6a5cab39d2cfd2c69a1a2f6e2bce70
authorJiří Techet <techet@gmail.com>
Sun, 22 Mar 2015 14:32:54 +0000 (22 15:32 +0100)
committerJiří Techet <techet@gmail.com>
Sun, 22 Mar 2015 14:32:54 +0000 (22 15:32 +0100)
tree18d73c1a9864ace208866ac9d5fc3cc1df3d4492
parentd33a23c40c4297c9ea8c2b53a4033a34db0cd10e
Use consistent shadows across Geany

In principle, any scrolled window should have GTK_SHADOW_IN so the scrollbars
are not above the surface and there is a frame around the scrolled area.

The only exception are the elements of the main window where adding
GTK_SHADOW_IN causes there are too many shadows (or lines in 2D themes)
around the windows and the result isn't nice. So use GTK_SHADOW_NONE
for all main editor scrolled windows. (One additional exception is the
Help->Credits page which is gray and the extra frame doesn't look good.)

Replace frame around VTE with GtkViewport to avoid the extra line around.

Raise the second editor from the splitwindow plugin so it's at the same
level as the main editor.
data/geany.glade
plugins/htmlchars.c
plugins/splitwindow.c
src/gb.c
src/highlighting.c
src/keybindings.c
src/log.c
src/sidebar.c
src/toolbar.c
src/vte.c