]> git.lyx.org Git - lyx.git/history - src/BufferView.cpp
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / BufferView.cpp
2011-12-03 Richard HeckAttempt to fix #7673 in a more "interesting" way than...
2011-12-02 Richard HeckAdd constness in several places.
2011-12-02 Richard HeckDeal with the part of #7872 involving changes of branch...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-09-18 Enrico ForestieriWhen changing the document language, also change the...
2011-09-18 Vincent van RavesteijnMake the scrolling for large insets more naturally...
2011-08-29 Stephan Witt#7681 adjust the cursor language after document languag...
2011-08-23 Stephan Witt#7740 Add undo for change of text language with LFUN_BU...
2011-08-17 Vincent van RavesteijnFix bug #7662: Incorrect scrolling for rows with larger...
2011-07-14 Abdelrazak YounesHeader cleanup.
2011-07-12 Abdelrazak YounesGraphics cleanup: get rid of Previews.{h,cpp}
2011-05-28 Richard HeckPotential fix for #7591.
2011-05-27 Richard HeckFix for bug #7572. The basic problem here is that we...
2011-05-27 Richard HeckSome cleanup and a fix for a potential crash while...
2011-05-09 Richard HeckFix crash reported by John Kennan.
2011-04-15 Richard HeckAdd a FIXME regarding remaining anchor issue.
2011-04-15 Richard HeckFix some more bugs similar to #7394, just fixed by...
2011-04-14 Enrico ForestieriFix bug #7394 (Crash while selecting texts)
2011-04-14 Richard HeckConstify.
2011-04-01 Stephan Wittimprove the method naming for "mark new word position...
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2011-03-19 Vincent van RavesteijnRevert wrong previous commit.
2011-03-19 Vincent van RavesteijnSimplify logic in InsetRef::latex().
2011-03-18 Enrico ForestieriFix bug #7361 (Assertion when a latex error occurs...
2011-03-13 Abdelrazak YounesTrying to fix #7321: add some assertions.
2011-02-21 Enrico ForestieriFix bug #7316 (Crash editing commands in math mode)
2011-02-13 Vincent van RavesteijnConstify InsetMathNest::setMouseHover and remove the...
2011-02-03 Stephan Wittsuppress the misspelled marker only when typing in...
2011-01-26 Jean-Marc LasgouttesUnify handling of pass thru insets and paragraphs by...
2010-12-05 Abdelrazak YounesMove buffer dispatching code from GuiView::dispatchToBu...
2010-11-30 Enrico ForestieriFix bug #7068 (Crash when pressing down arrow in an...
2010-11-13 Tommaso Cucinotta(finishing patch -- question was restored, but there...
2010-11-13 Tommaso CucinottaRestore the wrap-around question when no more hits...
2010-11-05 Vincent van RavesteijnRemove the FileName parameter of Buffer::loadLyXFile...
2010-10-29 Vincent van RavesteijnCentralize preview generation/deletion code to Buffer...
2010-10-29 Vincent van RavesteijnMove the call to Buffer::errors("Parse") from BufferVie...
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-10-27 Vincent van RavesteijnFix two potential crashes due to invalid static_casts.
2010-10-26 Vincent van RavesteijnRemove some unnecessary static_casts and add two FIXMEs...
2010-10-25 Vincent van RavesteijnUse Buffer::ReadStatus as a return value for Buffer...
2010-10-24 Edwin Leuvenhave pointing cursor when hovering something clickable
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
2010-10-14 Richard HeckMove the screen redraw call out of the selection-settin...
2010-10-13 Richard HeckWe only need to set this once.
2010-10-13 Richard HeckChange how some of the updating stuff is handled in...
2010-10-13 Richard HeckThe inset DOES know what kind of update is needed,...
2010-10-13 Richard HeckClean up a few update things.
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-10-13 Richard HeckFix bug #6316.
2010-09-29 Richard HeckIntroduce a typedef for vector<Buffer *>. No change...
2010-09-28 Richard HeckWhitespace.
2010-09-12 Abdelrazak YounesGet rid of LFUN_LINE_INSERT: we use LFUN_INSET_INSERT...
2010-09-07 Uwe StöhrInsetLine: support for the LaTeX command \rule; kick...
2010-08-09 Richard HeckMore work toward speeding up the bibfile caching stuff.
2010-08-06 Jean-Marc LasgouttesFix bug #3733: 'undo' does not revert 'changed' status...
2010-07-29 Richard HeckI guess I like this better.
2010-07-28 Richard HeckMove the error message out of LayoutFileList::load...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-06-15 Pavel SandaParagraphs start from 0
2010-06-14 Vincent van RavesteijnAdd an update parameter to BufferView::scrollToCursor...
2010-06-14 Vincent van Ravesteijn*BufferView: Remove default parameter value.
2010-06-14 Jürgen Spitzmüllermake branch-add-insert aware of the separator ("|"...
2010-05-25 Pavel SandaAdd output_sync icon to view/update toolbar
2010-05-03 Vincent van RavesteijnFix a crash due to Inset**::mouse_hover_[] containing...
2010-05-02 Vincent van RavesteijnFix another crash due to BufferView::last_inset_ being...
2010-04-30 Vincent van RavesteijnFix bug #3900: Mathed corners displayed without mouse...
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
2010-04-26 Vincent van RavesteijnFix bug #6141: Scrolling error with insets at top of...
2010-04-21 Vincent van RavesteijnRemove boundary parameter from BufferView::coordOffset...
2010-04-21 Vincent van RavesteijnRemove boundary parameter from BufferView::getPos(...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-19 Vincent van RavesteijnUse the AtPoint mechanism for the LFUN_INSET_EDIT and...
2010-04-16 Vincent van RavesteijnDo not set the enabling of the status flag if the getSt...
2010-04-16 Vincent van RavesteijnRemove the unclear FuncStatus::operator|=. Without...
2010-04-15 Vincent van RavesteijnMake Cursor::anchor_ private and make an access functio...
2010-04-15 Vincent van RavesteijnRename anchor() to normalAnchor() as the anchor() funct...
2010-04-15 Vincent van RavesteijnMake Cursor::disp_ private as it should be.
2010-04-12 Vincent van RavesteijnRevert part of r33908.
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-04-08 Jean-Marc LasgouttesGet rid of all-insets-toggle and explain how to replace...
2010-04-08 Vincent van Ravesteijn* BufferView.cpp: typo again.
2010-04-08 Uwe StöhrBufferView.cpp: typo
2010-03-29 Vincent van RavesteijnRefactorization: I don't like nested ?: constructions...
2010-03-29 Vincent van RavesteijnRefactorization: Buffer::changed() can update the metri...
2010-03-29 Vincent van RavesteijnFix bug #3900: Insets painted as hovered without mouse...
2010-03-23 Tommaso CucinottaNo more bookmarks in internal buffers (addresses #6605).
2010-03-08 Richard HeckChange updateLayout() to updateDocumentClass(), since...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-09 Jean-Marc Lasgouttesdo not use theLyXFunc()
2010-02-08 Jean-Marc Lasgouttescleanup handling of LFUN_REGEXP_MODE ; cleanup Text...
2010-01-31 Tommaso CucinottaRemoved obsolete FIXME (the invoked isInternal() method...
2010-01-31 Tommaso CucinottaRefactor of r33302 (addressing #6457) according to...
2010-01-31 Tommaso CucinottaInhibits insertion of Regexp insets within InsetERT...
2010-01-25 Jean-Marc LasgouttesAdd DispatchResult argument to BufferView::dispatch...
2010-01-24 Jürgen Spitzmüller* BufferView.cpp:
2010-01-12 Jean-Marc Lasgouttesget rid of notes-mutate and explain that inset-forall...
next