• Jiří Techet's avatar
    Don't use expose-event/draw signals of the menu · 2e1dc7ae
    Jiří Techet yazdı
    The expose-event/draw signals were used to reenable the menu
    after it has been disabled when VTE overrides the given keybinding.
    This doesn't work on OS X where GtkMenuBar isn't displayed
    (there may be a similar problem with the global menubar on
    Ubuntu).
    
    The reason why these signals were used was probably slight
    flickering of the menubar when using ordinary g_idle_add() to
    reenable the menu (the dimmed menu gets drawn after which
    it gets reenabled and redrawn non-dimmed). It is however possible
    to use idle function with higher than redraw priority in which case
    the menu is enabled before the redraw so the dimmed menu
    isn't drawn at all.
    
    Fixes https://sourceforge.net/p/geany/bugs/1081/
    2e1dc7ae
Adı
Son kayıt (commit)
Son güncelleme
data Loading commit data...
doc Loading commit data...
icons Loading commit data...
m4 Loading commit data...
plugins Loading commit data...
po Loading commit data...
scintilla Loading commit data...
scripts Loading commit data...
src Loading commit data...
tagmanager Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COMMITTERS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
ChangeLog.pre-0-17 Loading commit data...
ChangeLog.pre-1-22 Loading commit data...
HACKING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
README.I18N Loading commit data...
README.Packagers Loading commit data...
THANKS Loading commit data...
TODO Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
geany.desktop.in Loading commit data...
geany.exe.manifest Loading commit data...
geany.gladep Loading commit data...
geany.nsi Loading commit data...
geany.pc.in Loading commit data...
geany.spec.in Loading commit data...
geany_private.rc Loading commit data...
makefile.win32 Loading commit data...
waf Loading commit data...
win32-config.h Loading commit data...
wscript Loading commit data...