]> git.lyx.org Git - features.git/history - src/BufferView.cpp
start work on less-likely-to-misuse iterators.
[features.git] / src / BufferView.cpp
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
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-23 Pavel SandaFix dialog handling of Insert Plain Text
2007-11-19 Abdelrazak YounesPainting tweaks:
2007-11-18 André Pönitzconsolidate showDialog() incarnations
2007-11-17 Abdelrazak YounesSimplify single par drawing:
2007-11-15 André Pönitzreduce line noise
2007-11-13 André Pönitzcosmetics
2007-11-06 André Pönitzsimplification
2007-11-06 Jürgen Spitzmüller* src/BufferView.cpp:
2007-11-06 Abdelrazak YounesRevision 21471: Forgot that.
2007-11-06 Abdelrazak Younes* BufferView: Make use of ScreenUpdateStrategy::NoScree...
2007-11-06 Abdelrazak YounesCurrent update architecture doesn't need multiParSel...
2007-11-06 Abdelrazak YounesOups...
2007-11-06 Abdelrazak Younes* Bufferview::updateMetrics(): Separate out the SingleP...
2007-11-05 Dov FeldsternGetting rid of LTR bias --- part 3/4
2007-11-03 André Pönitzsome std::string -> filename changes
2007-11-02 André Pönitzsome de-boostification
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-10-29 Martin VermeerUpdate current font when moving cursor by clicking...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-28 André Pönitzstart some work on file dialogs
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
2007-10-21 Bo PengEmbedding: add LFUN_BUFFER_TOGGLE_EMBEDDING
2007-10-21 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-18 Abdelrazak Younesoups...
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-13 Abdelrazak Younesplease Angus.
2007-10-11 Bo PengInsetInfo: add InsetInfo (core)
2007-10-11 Abdelrazak Younesinitial support for shift + right-mouse-click selection.
2007-10-11 Abdelrazak YounesTransfer some LFUNs from LyXFunc::getStatus() to Buffer...
2007-10-11 Abdelrazak YounesMove private part of BufferView to a private implementa...
2007-10-10 Abdelrazak Younes* BufferView::update(): renamed to processUpdateFlags...
2007-10-05 Abdelrazak YounesSmall API cleanup: as BufferView already use Buffer...
2007-10-03 André Pönitzlast commit was incomplete... not sure how I managed...
2007-10-03 André Pönitzshuffle some code around
2007-10-02 André Pönitzthe delegate patch
2007-09-29 André PönitzI don't think that a single function that's only use...
2007-09-29 André Pönitzmove font related stuff from bufferview_funcs to Font
2007-09-29 André Pönitzcosmetics
2007-09-29 André Pönitzcosmetics
2007-09-29 André Pönitzmake some bufferview related stuff more local
2007-09-28 Abdelrazak Younes* BufferView::updateMetrics(): split up the method...
2007-09-28 Abdelrazak Younes* BufferView::updateMetrics(): allows the SinglePar...
2007-09-28 Abdelrazak Younes* BufferView::update(): fitCursor() optimization.
next