]> git.lyx.org Git - lyx.git/history - src/BufferView.cpp
adjust
[lyx.git] / src / BufferView.cpp
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...
2007-07-10 Jean-Marc LasgouttesRestore the persistent selection feature (disabled...
2007-06-21 Alfredo Braunstein* Fix to Bug 3903
2007-06-21 Stefan Schimanski* Clear the paragraph metrics cache as well on redraw:
2007-06-19 Michael Schmitt * src/BufferView.cpp:
2007-06-19 Abdelrazak YounesFix bug 3171: switching document jumps always back...
2007-06-19 Abdelrazak YounesPolish revision 18825 and fix some remaining issues...
2007-06-19 Richard HeckTrivial whitespace fix.
2007-06-19 Richard HeckPolish the Toc and labels updating when loading a child...
2007-06-13 Stefan Schimanski* Dov's patch to make typing possible again if RTL...
2007-06-11 Dov FeldsternKeyMap is now switched (if necessary) only just before...
2007-06-10 Jürgen SpitzmüllerFix bug 3160 and 3812:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-28 Stefan Schimanski* fix #3310: When you click on a line after the end...
2007-05-26 Richard HeckCleanup. Also added notes about how to fix bug 3440...
2007-05-25 Abdelrazak YounesSanitize cursor saving/restoring in a multi-view context.
2007-05-13 Michael Schmittoutput changes by means of xcolor and soul
2007-05-10 Jean-Marc Lasgouttes * BufferView.cpp (moveToPosition): do not use ParItera...
2007-05-08 Michael Schmittchange tracking:
2007-04-29 André PönitzLyXText -> Text
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/