]> git.lyx.org Git - lyx.git/history - src/BufferView.cpp
initial basic context menu support.
[lyx.git] / src / BufferView.cpp
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.
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...
next