lyx_mirror/src/frontends
Michael Schmitt b55f70432c Change tracking:
src/paragraph.h: remove obsolete isChangeEdited(...);
        remove obsolete isInsertedText(...); turn 
        isDeletedText(...) into Paragraph::isDeleted(...)

        src/paragraph_pimpl.h: remove obsolete isChangeEdited(...)

        src/changes.h: remove obsolete isChangeEdited(...)

        src/insets/insetert.C:
        src/paragraph_pimpl.C:
        src/frontends/controllers/ControlSpellchecker.C:
        src/rowpainter.C:
        src/changes.C:
        src/paragraph.C:
        src/buffer_funcs.C: adjust properly


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15371 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-19 12:49:11 +00:00
..
controllers Change tracking: 2006-10-19 12:49:11 +00:00
gtk convert tooltips to unicode 2006-10-18 20:51:16 +00:00
qt3 This commit transfers the singletons defined in the Application class to the private LyX::Singletons implementation. It also put the session_ member and top_level_keymap global variable into this Singleton structure. 2006-10-19 07:20:32 +00:00
qt4 This commit transfers the singletons defined in the Application class to the private LyX::Singletons implementation. It also put the session_ member and top_level_keymap global variable into this Singleton structure. 2006-10-19 07:20:32 +00:00
Alert_pimpl.h A bunch of conversion to docstring. 2006-09-11 08:54:10 +00:00
Alert.C This commit saves the need to check for lyx::use_gui in a number of places. 2006-10-15 21:47:29 +00:00
Alert.h Rename namespace Alert to lyx::frontend::Alert. 2006-10-07 16:47:54 +00:00
Application.C Just cosmetics and remove a FIXME. 2006-10-19 10:32:38 +00:00
Application.h This commit transfers the singletons defined in the Application class to the private LyX::Singletons implementation. It also put the session_ member and top_level_keymap global variable into this Singleton structure. 2006-10-19 07:20:32 +00:00
ChangeLog fix drawing of buttons (bug 2328) 2006-03-15 15:32:32 +00:00
Clipboard.h Add comments WRT to where the function implementations are. 2006-10-14 19:58:42 +00:00
Dialogs.C Fix a crash that occured on exit if the clipboard was not empty 2006-09-22 10:03:00 +00:00
Dialogs.h remove LFUN_TOOLTIPS_TOGGLE and associated Dialog::tooltipsEnabled() method. 2006-10-06 21:49:13 +00:00
FileDialog.h This commit is converting everything related to browsing to unicode (qt4 only). 2006-10-09 16:33:20 +00:00
FontLoader.h Add comments WRT to where the function implementations are. 2006-10-14 19:58:42 +00:00
FontMetrics.h Add comments WRT to where the function implementations are. 2006-10-14 19:58:42 +00:00
Gui.h * Gui::newView(): cleanup unused arguments. 2006-10-12 22:30:42 +00:00
guiapi.C
guiapi.h
key_state.h rename Math*Inset into InsetMath* 2006-09-16 18:11:38 +00:00
LyXKeySym.h Merge the unicode branch into trunk. 2006-08-13 22:54:59 +00:00
LyXKeySymFactory.h
LyXView.C forgot this 2006-10-18 08:44:44 +00:00
LyXView.h This commit cleans up everything related to singleton. The other important change is that lyx::dispatch() and lyx::getStatus become _the_ official way to use LyXFunc equivalent methods. 2006-10-11 17:24:46 +00:00
Makefile.am This commit saves the need to check for lyx::use_gui in a number of places. 2006-10-15 21:47:29 +00:00
Menubar.h Change MenuBackend and the other menuclasses to store a docstring. Do the required updates to lstrings/convert. 2006-09-09 22:27:22 +00:00
mouse_state.h
NoGuiFontLoader.h This commit saves the need to check for lyx::use_gui in a number of places. 2006-10-15 21:47:29 +00:00
NoGuiFontMetrics.h This commit saves the need to check for lyx::use_gui in a number of places. 2006-10-15 21:47:29 +00:00
nullpainter.C This is the merging of the GUI API cleanup branch that was developed in svn+ssh://svn.lyx.org/lyx/lyx-devel/branches/personal/younes. 2006-06-20 08:39:16 +00:00
nullpainter.h * frontends/Painter: 2006-10-10 13:24:08 +00:00
Painter.C This commit cleans up everything related to singleton. The other important change is that lyx::dispatch() and lyx::getStatus become _the_ official way to use LyXFunc equivalent methods. 2006-10-11 17:24:46 +00:00
Painter.h * frontends/Painter: 2006-10-10 13:24:08 +00:00
pch.h
Selection.h Add comments WRT to where the function implementations are. 2006-10-14 19:58:42 +00:00
Timeout.C
Timeout.h
Toolbars.C This commit cleans up everything related to singleton. The other important change is that lyx::dispatch() and lyx::getStatus become _the_ official way to use LyXFunc equivalent methods. 2006-10-11 17:24:46 +00:00
Toolbars.h more unicode Work: Menubar and Toolbar. 2006-10-09 12:30:55 +00:00
WorkArea.C WorkArea::processKeySim(): ensure that LyXFunc holds the proper LyXView. 2006-10-13 14:15:31 +00:00
WorkArea.h cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now. 2006-09-17 10:00:15 +00:00