]> git.lyx.org Git - lyx.git/history - src
Kornel's gcc compile fix.
[lyx.git] / src /
2009-10-05 Abdelrazak YounesKornel's gcc compile fix.
2009-10-04 Pavel Sandasquash warning
2009-10-04 Abdelrazak Younesgcc compil fix.
2009-10-04 Abdelrazak YounesCode simplification.
2009-10-04 Abdelrazak YounesAvoid indirection.
2009-10-04 Abdelrazak YounesRemove dead code and associated comments. This encoded_...
2009-10-04 Abdelrazak Younessmall LFUN status cleanups.
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-10-04 Enrico ForestieriFix bug #6258: LyX incorrectly interprets tetex warning...
2009-10-04 Jürgen Spitzmüller* GuiView.cpp (reloadBuffer):
2009-10-04 Jürgen Spitzmüller* GuiView.cpp (reloadBuffer):
2009-10-03 Pavel Sandatypo
2009-10-03 Abdelrazak YounesMove actOnUpdatedPrefs() to LyXRC.
2009-10-03 Abdelrazak YounesCleanups:
2009-10-03 Abdelrazak YounesMove Undo::beginUndoGroup() and Undo::endUndoGroup...
2009-10-02 Abdelrazak YounesWe cannot use a static int as there are usually multipl...
2009-10-01 Jean-Marc Lasgouttesfix bug #6249: optional argument of \bibitem is not...
2009-09-30 Abdelrazak YounesFix crash noticed by Bennett:
2009-09-30 Abdelrazak YounesFix gcc4.4 warnings.
2009-09-30 Abdelrazak Younesremove indirection from LyXView::viewStatusMessage().
2009-09-28 Abdelrazak YounesMac compil fix, sorry Bennett.
2009-09-27 Enrico ForestieriFix bug #6246: InsetMathKern is broken
2009-09-27 Abdelrazak Younes* Remove GuiView->BufferView->GuiView indirection.
2009-09-27 Abdelrazak YounesTransfer LFUN_INSET_APPLY from GuiView to BufferView.
2009-09-26 Abdelrazak YounesLyXFunc::dispatch(): don't use a buffer pointer set...
2009-09-26 Abdelrazak YounesGet rid of some unneeded use of LyXView in LyXFunc...
2009-09-26 Abdelrazak YounesTransfer LFUN_CITATION_INSERT to BufferView
2009-09-26 Abdelrazak YounesTransfer LFUN_DIALOG_SHOW_NEW_INSET to BufferView and...
2009-09-24 Enrico ForestieriFix FindAndReplace dialog for Qt < 4.4.0.
2009-09-24 Richard HeckFix doxy.
2009-09-24 Abdelrazak YounesKornel's gcc compil fix.
2009-09-23 Abdelrazak YounesHeader cleanup.
2009-09-23 Abdelrazak YounesLyXView: make it a pure virtual interface.
2009-09-23 Abdelrazak YounesLyXView: Remove unneeded interface.
2009-09-23 Abdelrazak Younes* Transfer LFUN_SERVER_GOTO_FILE_ROW to GuiView and...
2009-09-23 Jürgen Spitzmüller* LaTeXFeatures.cpp: fix whitespace issue after Greek...
2009-09-23 Abdelrazak YounesGet rid of LyXView::hasFocus().
2009-09-23 Abdelrazak YounesTransfer special getStatus() code from LyXFunc to Buffe...
2009-09-23 Abdelrazak YounesFix crash when switching window when previous window...
2009-09-22 Abdelrazak YounesMove LFUN_BUFFER_WRITE_ALL status to GuiView with a...
2009-09-22 Abdelrazak Younesdeclaration cleanup.
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-09-22 Abdelrazak YounesTransfer LFUN_HELP_OPEN to GuiApplication. There's...
2009-09-22 Jean-Marc LasgouttesFix a bug when the language passed as an option to...
2009-09-22 Jean-Marc Lasgouttesadd "ansinew" as a synonym of LaTeX encoding "cp1252...
2009-09-22 Enrico ForestieriFix FindAndReplace dialog for Qt 4.2
2009-09-21 Abdelrazak YounesPointer cleanup as suggested by Enrico who noticed...
2009-09-21 Abdelrazak YounesIntroduce a new LyXAction property 'NoInternal' to...
2009-09-21 Abdelrazak YounesFix crash with LFUN_PARAGRAPH_GOTO in embedded work...
2009-09-21 Abdelrazak YounesFix gcc warning.
2009-09-21 Uwe StöhrGuiPrefs:
2009-09-20 Enrico ForestieriCorrectly reinitialize ind when successive lines are...
2009-09-20 Abdelrazak YounesStupid cut&paste error in previous revision. Sorry.
2009-09-20 Abdelrazak YounesTry to dispatch to document BufferView in case dispatch...
2009-09-20 Abdelrazak YounesKornel's gcc compil fix.
2009-09-19 Abdelrazak Younes* Move LFUN_TEXTCLASS_* and LFUN_TEXTCLASS_* to BufferV...
2009-09-19 Abdelrazak Younesmove LFUN_BUFFER_PARAMS_APPLY to BufferView. I needed...
2009-09-19 Abdelrazak YounesMove LFUN_KEYMAP_* to BufferView.
2009-09-19 Abdelrazak Younes* Move LFUN_BUFFER_CHILD_OPEN to GuiView.
2009-09-19 Enrico ForestieriFix bug #6215 (spotted by Vincent).
2009-09-19 Abdelrazak YounesLyXView: remove closeBuffer() and closeBufferAll()...
2009-09-19 Abdelrazak YounesFix gcc compile bug... weird...
2009-09-19 Abdelrazak Younes* Move LFUN_BUFFER_CLOSE and LFUN_BUFFER_CLOSE_ALL...
2009-09-19 Abdelrazak YounesMove LFUN_BUFFER_LANGUAGE to Buffer and enables it...
2009-09-19 Abdelrazak Younes* Move Buffer specific LFUNs to Buffer::dispatch()...
2009-09-19 Abdelrazak YounesTransfer LFUN_BUFFER_TOGGLE_READ_ONLY to Buffer.
2009-09-19 Abdelrazak YounesTransfer completely LFUN_COMMAND_EXECUTE and LFUN_MESSA...
2009-09-18 Richard HeckIt appears that somewhere along the way, backing up...
2009-09-16 Enrico ForestieriProperly reset the stream encoding after an environment...
2009-09-13 Enrico ForestieriConstify.
2009-09-13 Enrico ForestieriFix display of toolbar icons after r31255.
2009-09-12 Vincent van RavesteijnFix bug #6188: Assertion with multiple views of same...
2009-09-12 Enrico ForestieriFix a crash when the modified uncompleted macro is...
2009-09-12 Abdelrazak YounesMove LFUN status check to where they belong.
2009-09-12 Abdelrazak Younessome more buffer -> document buffer fixes.
2009-09-12 Abdelrazak YounesMove LFUN_BUFFER_RELOAD and LFUN_VC_* to GuiView. Try...
2009-09-11 Enrico ForestieriProperly reinitialise the OVERLAPPED structure (thanks...
2009-09-11 Tommaso CucinottaAdded scrollbar that shows up when dialog too small...
2009-09-10 Jürgen SpitzmüllerFix bug 6179 ("|" in index entries not embraced in...
2009-09-09 Vincent van RavesteijnMove LFUN_BUFFER_SWITCH from LyXFunc::getStatus to...
2009-09-09 Vincent van RavesteijnMove LFUN_WORD_FIND_FORWARD and LFUN_WORD_FIND_BACKWARD...
2009-09-09 Vincent van Ravesteijnbuffer_pimpl.C doesn't even exist.
2009-09-09 Vincent van RavesteijnRemove other explicit tests for an internal buffer.
2009-09-09 Vincent van RavesteijnRevert r31219.
2009-09-08 Tommaso CucinottaAdded isInternal() method, mapped temporarily on check...
2009-09-07 Tommaso CucinottaFix crash when positioning cursor under some conditions...
2009-09-07 Jürgen Spitzmüller* GuiRef.cpp:
2009-09-07 Jürgen Spitzmüller* PrefFileformatsUi.ui:
2009-09-07 Jürgen Spitzmüller* Menus.cpp: Spelling.
2009-09-06 Jürgen Spitzmüller* LyXRC.cpp:
2009-09-06 Jürgen Spitzmüller* Menus.cpp:
2009-09-06 Jürgen Spitzmüller* Menus.cpp:
2009-09-06 Enrico ForestieriThe call to checkStopServer was only needed when we...
2009-09-06 Enrico ForestieriInterrupt the wait if the stopserver event is triggered.
2009-09-06 Vincent van RavesteijnDisable the TOC when no document is open.
2009-09-06 Jürgen Spitzmüller* PrefFileformatsUi.ui: tweaks.
2009-09-06 Jürgen Spitzmüller* GuiPrefs.cpp: cut and paste issue.
2009-09-06 Abdelrazak YounesSmall factorization.
2009-09-05 Vincent van RavesteijnFix LyX.
2009-09-05 Vincent van RavesteijnCompile fix.
next