]> git.lyx.org Git - lyx.git/history - src/BufferView.cpp
Add LFUN_BRANCH_ACTIVATE and LFUN_BRANCH_DEACTIVATE, fixing bug 4341.
[lyx.git] / src / BufferView.cpp
2008-05-28 Richard HeckAdd LFUN_BRANCH_ACTIVATE and LFUN_BRANCH_DEACTIVATE...
2008-05-16 Abdelrazak YounesMore accurate toc navigation (LFUN_PARAGRAPH_GOTO).
2008-05-13 Jean-Marc LasgouttesFix Settings entry for space insets.
2008-05-05 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4821
2008-04-30 Jean-Marc Lasgouttes * BufferView.cpp (getStatus): fix NEXT_INSET(TOGGLE...
2008-04-27 Jürgen Spitzmüller* merge LFUN_EDIT_EXTERNAL and LFUN_EDIT_GRAPHICS to...
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-16 André Pönitza leak in DocumentClassBundle.
2008-04-16 André Pönitzstyle
2008-04-16 André Pönitzinitialize scrollbar parameters to some sensible dummy...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-29 Richard HeckA couple cosmetic changes. Move the unicode problem...
2008-03-26 Pavel SandaMake Richard happy (Find Next via LFUN_WORD_FIND).
2008-03-24 Jürgen Spitzmüller* src/BufferView.cpp:
2008-03-24 Jürgen Spitzmüllerfix the general collapsable context-menu:
2008-03-24 Jürgen Spitzmüller* src/BufferView.cpp:
2008-03-24 Jürgen SpitzmüllerSome context menu work:
2008-03-24 Bo PengMove LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from...
2008-03-19 Richard HeckChange the signature of forceEmptyLayout(), so that...
2008-03-09 Bo PengContinue working on the embedding feature. An additiona...
2008-03-08 Abdelrazak YounesTransfer general edit context menu from BufferView...
2008-03-07 Abdelrazak Younes* Buffer::getLabelList(): Speed up and simplify by...
2008-03-06 Abdelrazak YounesTransfer and bug fix LFUN_BUFFER_BEGIN/END_SELECT to...
2008-03-06 Abdelrazak YounesFix PageUp/Down select when at the top/bottom of a...
2008-03-02 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=4599
2008-02-29 Stefan Schimanski* bug fix to only do paragraph redraws, not fullscreen
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André PönitzAPI cosmetics
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-26 Stefan Schimanski* Update::SinglePar is enough, Update::Force is a fulls...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-23 Stefan Schimanski* remove debug output
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-21 Stefan Schimanski* minimize redraws during completion
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-21 Abdelrazak Younes* BufferView::resize() Remove showCursor() call when...
2008-02-20 Abdelrazak Younesfollowing revert of 23068: Better fix for bug 4044
2008-02-20 Abdelrazak Younesrevert 23068 as this was causing a recursive repaint.
2008-02-19 Pavel SandaImprove fullscreen mode (bug 4146).
2008-02-19 Pavel SandaUpdate cursor and scrollbar after resize.
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-12 Abdelrazak YounesLFUN_PARAGRAPH_GOTO: break/continue early. Force a...
2008-02-10 Abdelrazak Younes* BufferView::putSelectionAt(): Ensure a redraw in...
2008-02-10 Abdelrazak YounesEnsure that the cursor is visible when searching text...
2008-02-10 Abdelrazak YounesFix LFUN_WORD_FIND
2008-02-10 Abdelrazak YounesMore sensible default margins for fullscreen mode.
2008-02-09 Abdelrazak YounesSupport full screen in BufferView
2008-02-09 André Pönitzstart work on less-likely-to-misuse iterators.
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2008-02-07 Abdelrazak Younesheader cleanup
2008-02-05 Stefan Schimanski* show anchor paragraph completely if the whole buffer...
2008-02-05 Stefan Schimanski* Make sure the cursor is completely visible when the...
2008-01-29 Abdelrazak Younes* BufferView::scrollDocView(): take care of the general...
2008-01-29 Abdelrazak Younes* BufferView::scrollDocView(): simplify by using showCu...
2008-01-29 Abdelrazak YounesFix scrolling to top and bottom of the document.
2008-01-26 Stefan Schimanski* fix random jumps when scrolling very fast using a...
2008-01-18 Pavel SandaGet rid of ugly strings in .po file
2008-01-17 Abdelrazak YounesMore scrolling work. Now the scrollbar parameters are...
2008-01-16 Abdelrazak Younesscrolling tweaks...
2008-01-16 Abdelrazak Younesscrolling tweaks... asymptotically tending towards...
2008-01-16 Abdelrazak YounesScrolling fixes...
2008-01-08 Bo PengEmbedding: simplify the interface of EmbeddedFiles...
2008-01-08 Abdelrazak YounesBufferView::showCursor(): better fix.
2008-01-08 Pavel SandaAdd characters counting.
2008-01-08 Abdelrazak YounesFix anchor bug.
2008-01-03 Bo PengShowing a message box after embedding status is changed.
2007-12-27 Abdelrazak YounesIntroduce LFUN_SCROLL.
2007-12-27 Abdelrazak YounesFix a crash with depm.
2007-12-27 Abdelrazak YounesFix next-inset-toggle after scrolling work.
2007-12-26 Abdelrazak Younesheader cleanup.
2007-12-26 Abdelrazak YounesProperly fix undo/redo following scroll work.
2007-12-26 Abdelrazak YounesFix undo/redo following scroll work.
2007-12-26 Abdelrazak Younesinitial basic context menu support.
2007-12-25 Abdelrazak YounesDon't pretend we have multiple menu backends: transfer...
2007-12-25 Abdelrazak YounesPrepare the code for context menu support.
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-12-22 Abdelrazak YounesFix navigation and bookmarks.
2007-12-22 Abdelrazak YounesAnother fix for cursor movement up with big insets.
2007-12-22 Abdelrazak YounesSome fixes.
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-21 Abdelrazak YounesMore scrolling tweaks.
2007-12-21 Abdelrazak YounesFixed size line scrolling gives a better user experience.
2007-12-21 Abdelrazak Younesscrolling tweaks.
2007-12-21 Abdelrazak Younes* LyXFunc::dispatch(): invert BufferView::dispatch...
2007-12-21 Abdelrazak YounesFix LFUN_BUFFER_END
2007-12-21 Abdelrazak Younescode simplification.
2007-12-21 Abdelrazak Younesrename BufferView::center() to showCursor().
2007-12-21 Abdelrazak YounesClose to perfect scrolling. Some bugs fixing and behavi...
2007-12-19 Abdelrazak YounesFix PageDown/Up scrolling.
2007-12-19 Abdelrazak YounesFix some scrolling issues.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Abdelrazak Younes* BufferView:
2007-12-02 Abdelrazak Younes* FileName::fileContents(): new argument to define...
2007-11-30 Abdelrazak Younescompile fix.
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
next