]> git.lyx.org Git - lyx.git/commit
static_cast-based key/mouse-state. Kill insetKeyPress.
authorJohn Levon <levon@movementarian.org>
Sun, 26 May 2002 17:33:14 +0000 (17:33 +0000)
committerJohn Levon <levon@movementarian.org>
Sun, 26 May 2002 17:33:14 +0000 (17:33 +0000)
commit97ef9131ba95f605a48d09595bd2ace0f993a55b
tree404e5abc85b853f54b900021e71eefed2db4e2e0
parent6352b88f9fb252d8acc14f155a22dea87d9a229d
static_cast-based key/mouse-state. Kill insetKeyPress.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4210 a592a061-630c-0410-9148-cb99ea01b6c8
57 files changed:
src/BufferView_pimpl.C
src/BufferView_pimpl.h
src/ChangeLog
src/frontends/ChangeLog
src/frontends/Makefile.am
src/frontends/WorkArea.C
src/frontends/WorkArea.h
src/frontends/key_state.h [new file with mode: 0644]
src/frontends/mouse_state.h [new file with mode: 0644]
src/insets/ChangeLog
src/insets/inset.C
src/insets/inset.h
src/insets/insetbib.C
src/insets/insetbib.h
src/insets/insetcite.C
src/insets/insetcite.h
src/insets/insetcollapsable.C
src/insets/insetcollapsable.h
src/insets/inseterror.C
src/insets/inseterror.h
src/insets/insetert.C
src/insets/insetert.h
src/insets/insetexternal.C
src/insets/insetexternal.h
src/insets/insetfloatlist.C
src/insets/insetfloatlist.h
src/insets/insetgraphics.C
src/insets/insetgraphics.h
src/insets/insetinclude.C
src/insets/insetinclude.h
src/insets/insetindex.C
src/insets/insetindex.h
src/insets/insetlabel.C
src/insets/insetlabel.h
src/insets/insetparent.C
src/insets/insetparent.h
src/insets/insetref.C
src/insets/insetref.h
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/insets/insettoc.C
src/insets/insettoc.h
src/insets/inseturl.C
src/insets/inseturl.h
src/kbmap.C
src/kbmap.h
src/kbsequence.C
src/kbsequence.h
src/lyxfunc.C
src/lyxfunc.h
src/mathed/ChangeLog
src/mathed/formulabase.C
src/mathed/formulabase.h
src/mathed/math_inset.h
src/text2.C