]> git.lyx.org Git - lyx.git/history - src/BufferView.cpp
Fix PageDown/Up scrolling.
[lyx.git] / src / BufferView.cpp
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.
2007-09-26 Abdelrazak YounesTemporarily fix jumpy cursor.
2007-09-25 Abdelrazak YounesRemove unused code and comment.
2007-09-25 Abdelrazak Younes* BufferView::workAreaDispatch(): reconstruct the ViewM...
2007-09-25 Abdelrazak Younes* BufferView::workAreaDispatch(): restore anchor when...
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 Abdelrazak Younes* TextMetrics:
2007-09-18 Richard HeckFulfill promise to Andre: TextClass_ptr --> TextClassPtr.
2007-09-17 Abdelrazak Younestemporarily disabling mouse hover feature as it is...
2007-09-16 Lars Gullik BjønnesWhitespace changes only
2007-09-15 Abdelrazak YounesLFUN_SCREEN_UP/DOWN: Take into account the off-screen...
2007-09-15 Abdelrazak YounesGive a sane behaviour to page up/down scrolling when...
2007-09-15 Abdelrazak YounesGive PageDown/Up scrolling a sane behaviour. Does not...
2007-09-11 Abdelrazak YounesTransfer the Paragraph position cache from CoordCache...
2007-09-10 Jürgen Spitzmüller* src/insets/InsetCommand.{cpp,h}:
2007-09-09 Abdelrazak Younes* TextMetrics::draw(): withdraw first row ascent before...
2007-09-05 Abdelrazak Younes* TextMetrics::draw(): get rid of the first par ascent...
2007-09-05 Abdelrazak Younesfix warning.
2007-09-05 Abdelrazak YounesMove selection painting closer to row painting. Single...
2007-09-02 Abdelrazak YounesDon't save background color in Text. Hand it down at...
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-09-02 Abdelrazak YounesTransfer metrics and screen related methods from Text...
2007-09-01 Abdelrazak YounesImprove painting debug info.
2007-08-31 Abdelrazak YounesTransfer Text::drawSelection() to TextMetrics.
2007-08-30 Abdelrazak YounesFix DEPM crash within inset.
2007-08-30 Abdelrazak YounesFinally enable single row repainting within insets...
2007-08-28 Abdelrazak Younesheader cleanup.
2007-08-28 Abdelrazak Younes- Transfer rowpainter.cpp:paintPar() to TextMetrics...
2007-08-27 Abdelrazak YounesTransfer rowpainter.cpp:paintText() to BufferView:...
2007-08-24 Abdelrazak Younes* BufferView::workAreaResize(): renamed to resize.
2007-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-08-22 Abdelrazak Younesadd comments and remove dead code from revision 19721.
2007-08-22 Abdelrazak Younesbug fix.
2007-08-22 Abdelrazak Younessimplify BufferView::moveToPosition() use for the exter...
2007-08-22 Abdelrazak YounesFix bug 3427:
2007-08-22 Abdelrazak Younestransfer cursor position saving (in the session) from...
2007-08-21 Abdelrazak Younes* BufferView::buffer() returns a reference instead...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-10 Jean-Marc LasgouttesSyncronize with 1.5. This stuff was uncommitted in...
2007-08-03 Richard HeckFix bug 4096. Don't disconnect the buffer until we...
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-07-17 Abdelrazak Younes* BufferView::setCursorFromRow(): reset the Cursor...
next