]> git.lyx.org Git - lyx.git/history - src/Cursor.cpp
#9130 Text in main work area isn't rendered with high resolution
[lyx.git] / src / Cursor.cpp
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-08 Jean-Marc LasgouttesRemove debug code from TextMetrics
2014-07-08 Jean-Marc LasgouttesChange getColumnNearX to getPosNearX
2014-06-23 Scott KostyshakRemove an incorrect/expired FIXME
2014-04-21 Jean-Marc LasgouttesFix various warnings issued by clang++.
2014-04-21 Richard HeckFix a bunch of minor issues discovered by the cppcheck...
2014-03-17 Jean-Marc LasgouttesFix bug #8837: LyX hangs on selection
2014-03-17 Jean-Marc LasgouttesAlso show boundary when displaying Cursor value.
2014-03-14 Jean-Marc LasgouttesWhitespace only.
2014-02-16 Richard HeckIt's definitely not safe to continue in this case....
2013-05-19 Vincent van RavesteijnFix bug 7673 by reverting changes to BufferView::checkDepm
2013-05-02 Jean-Marc LasgouttesEven more llvm/clang warnings
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-27 Jean-Marc LasgouttesFix assertion related to cursor anchor.
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-02-10 Pavel SandaFix #7865 - Math autocorrection is broken
2012-12-11 Jean-Marc LasgouttesFix crash related to undo and continuous spell checking
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2012-07-17 Jean-Marc LasgouttesFix crash introduced in my previous commit f6b1c24b
2012-07-15 Jean-Marc LasgouttesFix bug #5204: Undo removes text selection
2012-04-17 Jean-Marc LasgouttesRevert "Fix undo of entering \hline"
2012-04-08 Georg BaumFix undo of entering \hline
2012-02-07 Jean-Marc LasgouttesFix bug #6367: Screen jumps around when using undo...
2011-12-03 Richard HeckAttempt to fix #7673 in a more "interesting" way than...
2011-04-01 Stephan Wittimprove the method naming for "mark new word position...
2011-03-23 Vincent van RavesteijnDo not give access to the actual data of the CoordCache...
2011-03-15 Stephan Witt#7350 more checks to validate the DocIterator before...
2011-03-10 Stephan Wittbetter fix for regression introduced by r37463: crash...
2011-02-21 Enrico ForestieriFix bug #7316 (Crash editing commands in math mode)
2011-02-08 Stephan Wittfix a crash when the inset containing the new word...
2011-02-03 Stephan Wittsuppress the misspelled marker only when typing in...
2011-01-28 Tommaso CucinottaCode simplification (thx Vincent).
2011-01-27 Tommaso CucinottaCompleting r37335 (apologies).
2011-01-10 Stephan Witt#7209 avoid a crash in inMacroMode(): one cannot get...
2011-01-10 Vincent van RavesteijnCursor: constify.
2011-01-06 Georg Baumforgot to declare debugToken() in r37117
2010-12-21 Stephan Wittfix typo: double semicolon at line end of code
2010-12-05 Abdelrazak Younes GuiView::dispatchToBufferView(): simplify code and...
2010-11-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
2010-11-09 Enrico ForestieriFix bug #6939 (Using math-insert to input math macros...
2010-11-06 Jean-Marc LasgouttesThis patch implements proper ERT behaviour for normal...
2010-10-26 Vincent van RavesteijnRemove some unnecessary static_casts and add two FIXMEs...
2010-10-17 Peter KümmelFix bug 6650: Error Messages Repeated
2010-10-13 Richard HeckDispatchResult::update() ==> DispatchResult::screenUpdate()
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-08-02 Jean-Marc LasgouttesFix bug #6736: 2.0.0 alpha 3, spell check on the fly bug
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-04-22 Peter KümmelSeems boost also includes all std headers. Not includin...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Vincent van RavesteijnRemove boundary parameter from BufferView::getPos(...
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 RavesteijnDo not change the object that is returned by result...
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-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-09 Richard HeckRemove unneeded include.
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-09 Jean-Marc Lasgouttesremove last member variables from LyXFunc and move...
2010-01-29 Jean-Marc LasgouttesGet rid of the errorstat and dispatch_buffer members...
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2010-01-21 Jean-Marc Lasgouttesalways close properly undo groups
2010-01-13 Vincent van RavesteijnFix bug #6448: Crash with invalid anchor.
2010-01-06 Vincent van RavesteijnMake setCursorToAnchor set the cursor to the normalized...
2009-12-18 Vincent van RavesteijnFix second part of bug #6400: After selecting a word...
2009-12-11 Enrico ForestieriSpare a few cpu cycles on average.
2009-12-11 Enrico ForestieriFix bug #6382: Wrong cursor placement when inserting...
2009-11-23 Enrico ForestieriFix bug #6342: Pasting-bug in math-mode sub- and super...
2009-11-22 Vincent van RavesteijnSome cosmetics after r32157.
2009-11-15 Vincent van RavesteijnFix bug #6320: LyX goes to infinite loop when selecting...
2009-11-15 Enrico ForestieriFix another instance of missing buffer in math. This...
2009-11-13 Jean-Marc LasgouttesRename getLocalStatus to Cursor::getStatus
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-11-06 Enrico ForestieriFix bug #5530: LyX expansion in math-macro overwritten...
2009-11-05 Edwin Leuvenreduce line noise
2009-11-05 Vincent van RavesteijnFix bug #6237: The boundary has to be set correctly...
2009-10-29 Vincent van RavesteijnRemove parameter from cur.reset(). All calls had buffer...
2009-10-29 Enrico ForestieriBetter fix for bug #6270. The outer braces are swallowe...
2009-10-10 Enrico ForestieriFix bug #6270: Bug in parsing selection as math macro...
2009-10-03 Abdelrazak YounesMove Undo::beginUndoGroup() and Undo::endUndoGroup...
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak Younesreturn early.
2009-08-09 Abdelrazak YounesGet rid of Paragraph::ownerCode().
2009-08-07 Jürgen SpitzmüllerCatch encoding exception when performing instant previe...
2009-07-03 Enrico ForestieriFix bugs #6047, #4043, and #5394.
2009-06-23 Jean-Marc LasgouttesFix bug http://www.lyx.org/trac/ticket/6026
2009-05-01 Abdelrazak YounesParagraph::updateWord() and collectWords(): Remove...
2009-04-15 Vincent van RavesteijnFix bug #5435.
2009-04-05 Vincent van RavesteijnFix bug #2213 (part 5): GuiChanges lacks "Previous...
2009-03-25 Vincent van RavesteijnFix bug 5435: DEPM doesn't function when leaving an...
2009-02-26 Vincent van Ravesteijn* Cursor.cpp: cosmetics.
2009-02-26 Vincent van RavesteijnFix bug 5765: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-26 Vincent van Ravesteijn* Cursor.cpp: compile fix.
2009-02-26 Vincent van Ravesteijn* Cursor.cpp: cosmetics.
2009-02-26 Vincent van RavesteijnFix bug 5762: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-19 Vincent van RavesteijnFix bug 5699 (crash when using outliner in child docume...
next