]> git.lyx.org Git - lyx.git/commit
GUI-indep toolbar and menus mostly work !
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 24 Jul 2000 13:53:19 +0000 (13:53 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 24 Jul 2000 13:53:19 +0000 (13:53 +0000)
commit4b2a999762c83627476428e595d3c1e3704a3da0
tree47963a614f36584115c008614e43ab1a4e3dcfe1
parent69c9c901ac4c60268baf9185dd1d093a8f4eca92
GUI-indep toolbar and menus mostly work !

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@913 a592a061-630c-0410-9148-cb99ea01b6c8
86 files changed:
ChangeLog
lib/Makefile.am
lib/bind/emacs.bind
lib/bind/xemacs.bind
lib/lyxrc.example
lib/ui/default.ui [new file with mode: 0644]
po/POTFILES.in
src/BufferView_pimpl.C
src/LyXAction.C
src/LyXView.C
src/LyXView.h
src/Makefile.am
src/MenuBackend.C [new file with mode: 0644]
src/MenuBackend.h [new file with mode: 0644]
src/Spacing.C
src/Spacing.h
src/Timeout.C
src/Timeout.h
src/ToolbarDefaults.C
src/ToolbarDefaults.h
src/bmtable.c
src/bmtable.h
src/buffer.C
src/bufferview_funcs.C
src/bufferview_funcs.h
src/commandtags.h
src/counters.C
src/counters.h
src/debug.C
src/debug.h
src/encoding.C
src/encoding.h
src/font.C
src/font.h
src/frontends/Liason.C
src/frontends/Liason.h
src/frontends/Makefile.am
src/frontends/Menubar.C [new file with mode: 0644]
src/frontends/Menubar.h [new file with mode: 0644]
src/frontends/Toolbar.C [new file with mode: 0644]
src/frontends/Toolbar.h [new file with mode: 0644]
src/frontends/xforms/Makefile.am
src/frontends/xforms/Menubar_pimpl.C [new file with mode: 0644]
src/frontends/xforms/Menubar_pimpl.h [new file with mode: 0644]
src/frontends/xforms/Toolbar_pimpl.C [new file with mode: 0644]
src/frontends/xforms/Toolbar_pimpl.h [new file with mode: 0644]
src/insets/insetbib.C
src/insets/insettext.C
src/language.C
src/language.h
src/lyx_gui_misc.C
src/lyx_gui_misc.h
src/lyx_main.C
src/lyx_main.h
src/lyx_sty.C
src/lyx_sty.h
src/lyxcursor.C
src/lyxcursor.h
src/lyxfunc.C
src/lyxlex.C
src/lyxlookup.C
src/lyxlookup.h
src/lyxrc.C
src/lyxrc.h
src/lyxrow.C
src/lyxrow.h
src/spellchecker.C
src/spellchecker.h
src/support/DebugStream.C
src/support/DebugStream.h
src/support/FileInfo.C
src/support/FileInfo.h
src/support/LSubstring.C
src/support/Makefile.am
src/support/StrPool.C [new file with mode: 0644]
src/support/StrPool.h [new file with mode: 0644]
src/support/lstrings.C
src/support/lstrings.h
src/tex-accent.C
src/tex-accent.h
src/tex-strings.C
src/tex-strings.h
src/toolbar.C [deleted file]
src/toolbar.h [deleted file]
src/tracer.C
src/tracer.h