]> git.lyx.org Git - lyx.git/history - src/BufferView.cpp
prepare Qt 5.6 builds
[lyx.git] / src / BufferView.cpp
2016-01-20 Enrico ForestieriMake sure cursor is in texted after clicking
2016-01-16 Enrico ForestieriAlways place the cursor before a separator inset when...
2016-01-05 Jean-Marc LasgouttesWhen moving cursor, always reset anchor
2015-12-11 Jean-Marc LasgouttesMake text margin size dependent on zoom and dpi
2015-12-10 Georg BaumFix crash in info inset dialog apply (bug 9896)
2015-12-07 Jean-Marc LasgouttesDetect properly when cursor position cannot be computed
2015-11-07 Richard HeckMove LFUN_CHANGES_TRACK and LFUN_CHANGES_OUTPUT to...
2015-11-05 Jean-Marc LasgouttesTry to avoid horizontal scrolling with wide insets.
2015-11-02 Jean-Marc LasgouttesSet current font correctly after inset-select-all
2015-11-02 Jean-Marc LasgouttesFix algorithm that computes horizontal scroll offset
2015-11-02 Jean-Marc LasgouttesFix wrong reset of horizontal scolling of current row
2015-10-19 Jean-Marc LasgouttesGet rid of ParagraphMetrics::insetDimension
2015-10-19 Guillaume MunchTexRow info in source panel and gotoCursor() for debugging
2015-10-18 Georg BaumFix regression of 359aef92f87
2015-10-10 Georg BaumAdd missing intializations
2015-10-05 Jean-Marc LasgouttesRemove PainterInfo argument to checkCursorScrollOffset
2015-10-04 Jean-Marc LasgouttesMore updates to painting analysis
2015-10-02 Jean-Marc LasgouttesSmall BufferView cleanup
2015-09-27 Jean-Marc LasgouttesRepeat after me: into account, into account, into account
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-07-30 Scott KostyshakSet font in BufferView::setCursor (#9500)
2015-07-15 Jean-Marc LasgouttesRemove extra row painting added by horizontal scroll...
2015-06-08 Jean-Marc LasgouttesProperly notify insets after BufferView::doDispatch
2015-05-17 Georg BaumFix indentation
2015-04-21 Scott KostyshakPreview and math now update on screen-up (#6173)
2015-03-26 Jean-Marc LasgouttesImprove support for on screen length calculation
2015-03-26 Jean-Marc LasgouttesCall DEPM properly when going somewhere with outliner.
2015-03-04 Jean-MarcFix unintialized member of BufferView::Private
2015-03-04 Jean-MarcFix missing break in switch
2015-02-09 Jean-Marc LasgouttesDo not modify the changed() status of rows when no...
2015-01-22 Jean-Marc LasgouttesImplement new recordUndoBufferParams method.
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2015-01-07 Jean-Marc LasgouttesFix some display glitches
2015-01-07 Jean-Marc LasgouttesRemove the special horizontal scrolling support in...
2015-01-07 Jean-Marc LasgouttesFine tune the scroll offset setting code
2015-01-07 Hashini SenaratneKeyboard based horizontal scrolling for wide insets
2014-11-14 Jean-Marc LasgouttesFix some glitches in inset-select-all
2014-11-10 Jean-MarcFix inset-select-all for insets with multiple paragraphs
2014-11-01 Jean-Marc LasgouttesReimplement inset-select-all in a generic way
2014-07-25 Jean-Marc LasgouttesWhitespace only
2014-07-25 Jean-Marc LasgouttesWhitespace only
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-09 Jean-Marc LasgouttesGet rid of rtl_support preference
2014-06-06 Enrico ForestieriRefine fix for bug #9151.
2014-06-05 Enrico ForestieriFix bug #9151 (Wrong reverse search for images and...
2014-04-21 Richard HeckTypos and style.
2014-04-21 Juergen SpitzmuellerDo not crash when entering math in ct mode with merge...
2014-04-21 Juergen Spitzmuellerstyle
2014-04-21 Juergen SpitzmuellerFix assertion when ChkTeX hit math.
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2014-03-04 Jean-Marc LasgouttesBug #9005: various things that do not work as intended...
2013-07-21 Tommaso CucinottaAdding wrap-around pop-up question to simple find and...
2013-05-19 Vincent van RavesteijnFix bug 7673 by reverting changes to BufferView::checkDepm
2013-04-29 Jean-Marc LasgouttesFix bug #8627: Command line switches to change branch...
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-27 Kornel BenkoUse doctring as LBUFFER() etc parameters
2013-04-27 Kornel BenkoStrings as parameters to LASSERT should not be translat...
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-01 Scott KostyshakRemove exclamation mark from "String not found!"
2013-02-18 Richard HeckTypo.
2013-01-25 Jean-Marc LasgouttesMake sure that inset-forall does not skip insets
2013-01-15 Benjamin PiwowarskiFixed a bug when there is no citation
2013-01-15 Benjamin PiwowarskiInitial patch for citation-insert
2012-12-05 Richard HeckDisentangle moduleCanBeAdded for ordinary layout module...
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-09-30 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2012-09-30 Juergen SpitzmuellerWhitespace
2012-09-30 Juergen SpitzmuellerUI for separate control of master/child branch state...
2012-09-23 Vincent van RavesteijnFix bug #8296: Crash when clicking on completion in...
2012-06-07 Jean-Marc LasgouttesHandle sending a FuncRequest object to lyxerr
2012-06-04 Richard HeckStyle.
2012-06-04 Richard HeckFix crash reported by Tommaso:
2012-05-31 Richard HeckDeal with memory issue reported some time ago in connec...
2012-05-23 Vincent van RavesteijnFix bug #8166: Crash on clicking away from empty last...
2012-05-22 Vincent van RavesteijnFix bug #8166: Crash on clicking away from empty paragraph
2012-04-30 Enrico ForestieriFix bug #8140: Crash with math macros and input completion
2012-04-29 Vincent van RavesteijnBufferView::dispatch(): add a missing break
2012-01-12 Stephan Witt#7789 unify and fix buffer statistics
2011-12-30 Tommaso CucinottaFixing consistency of replace actions in GUI with reado...
2011-12-16 Jean-Marc Lasgouttesfurther fix to #7909
2011-12-15 Pavel SandaExperimental search for highest upper bound of inset...
2011-12-05 Vincent van RavesteijnCleanup r40377
2011-12-05 Vincent van RavesteijnFix bug #7916: Undo warning message when inserting...
2011-12-05 Jean-Marc LasgouttesFix bug #7909: mark-on selection is lost during screen...
2011-12-04 Richard HeckThere's no need to separate this logic out if it's...
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...
next