]> git.lyx.org Git - lyx.git/history - src
Fix FindAndReplace dialog for Qt < 4.4.0.
[lyx.git] / src /
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.
2009-09-05 Uwe StöhrFindAndReplaceUi.ui: typo
2009-09-05 Enrico ForestieriOn Windows, shutdown the pipe server when an unrecovera...
2009-09-05 Abdelrazak Younesget rid of LyXFunc::view() and try to use the correct...
2009-09-05 Abdelrazak Younessigned/unsigned warning fix.
2009-09-05 Abdelrazak YounesX11 compile fix, sorry.
2009-09-05 Abdelrazak Younes* copy&paste fix.
2009-09-05 Jürgen Spitzmüller* store all available viewers/editors and allow for...
2009-09-05 Abdelrazak Younes* GuiView: get rid of Buffer() and documentBuffer(...
2009-09-05 Abdelrazak Younes* LyXView: get rid of two pure virtual methods.
2009-09-05 Abdelrazak Younes* LyXView:
2009-09-04 Richard HeckBetter message.
2009-09-04 Richard HeckFix typo.
2009-09-04 Jürgen Spitzmüllerstylistics
2009-09-04 Jürgen Spitzmüllerstylistics.
2009-09-02 Tommaso CucinottaOutputParams.linelen now controls line-width also for...
2009-08-31 Enrico ForestieriOn Windows, use the same number of output pipe instance...
2009-08-31 Jürgen Spitzmüller* InsetIndex.cpp: add some FIXMEs.
2009-08-30 Enrico ForestieriDuring an emergency cleanup, better to not indefinitely...
2009-08-30 Enrico ForestieriQuit notification from Qt is not needed anymore.
2009-08-29 Enrico ForestieriOn Windows, use true asynchronous I/O for the pipe...
2009-08-29 Vincent van RavesteijnFix bug #6160 and #6182: Assertion when viewing master...
2009-08-29 Uwe StöhrKeyMap.cpp: more consistent messages
2009-08-29 Uwe StöhrBiblioUi.ui: fix spelling
2009-08-27 Jürgen Spitzmüller* GuiIndices.cpp:
2009-08-25 Vincent van RavesteijnAnother fix for r30560.
2009-08-24 Vincent van RavesteijnFix bug #6175: Footnotes in title not translated.
2009-08-24 Vincent van RavesteijnFix a crash when copying flex insets to another document.
2009-08-24 Jean-Marc Lasgouttesfix part of ticket #6142: avoid a memory access error...
next