lyx_mirror/src/frontends
Tommaso Cucinotta 5cc2d6d73c Advanced F&R rework:
- scopes now handled in FindAndReplaceWidget, while lyxfind.cpp only searches within single buffer
- cursor().result().dispatched() now encodes whether a match was found or not, after LFUN_WORD_FINDADV dispatch
- removed a few unneeded functions
- followed a few cosmetic advices


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32760 a592a061-630c-0410-9148-cb99ea01b6c8
2010-01-04 12:29:38 +00:00
..
qt4 Advanced F&R rework: 2010-01-04 12:29:38 +00:00
tests
alert.h
Application.h Transfer all keyboard related code and actions from LyXFunc to GuiApplication. Part of it should be transfered later to GuiView and BufferView. This code can probably be simplified a lot... 2009-10-04 20:58:20 +00:00
Clipboard.h
Delegates.h
FontLoader.h
FontMetrics.h
KeyModifier.h
KeySymbol.h
LyXView.h No need for the new LyXView::selectDocumentBuffer() method, same thing may be done with LFUN_SWITCH_BUFFER (vfr advice). 2010-01-01 11:14:01 +00:00
Makefile.am
mouse_state.h
Painter.h
Selection.h
WorkArea.h Make WorkArea a pure virtual interface. 2009-10-05 21:39:23 +00:00
WorkAreaManager.cpp
WorkAreaManager.h