]> git.lyx.org Git - lyx.git/history - src/BufferList.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / BufferList.h
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-02-22 Stephan WittUse real path names for buffer lookup by name of tempor...
2019-02-25 Jean-Marc LasgouttesUse range-based loops in BufferList
2017-12-13 Jean-Marc LasgouttesHandle properly undo groups in embedded work areas
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2016-10-21 Richard HeckSimple cache for information on exportable formats...
2016-01-05 Richard HeckRewrite the BufferList::releaseChild method so that...
2015-11-30 Scott KostyshakUpdate previews when turned on in prefs (#9507)
2015-11-11 Scott KostyshakRevert "Update previews on preference change (#9507)"
2015-04-21 Scott KostyshakUpdate previews on preference change (#9507)
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Georg BaumMake BufferList::fileNames() threadsafe
2012-05-12 Vincent van RavesteijnNew function BufferList::newInternalBuffer
2012-05-12 Vincent van RavesteijnRemove read_only parameter from newBuffer
2011-02-07 Tommaso CucinottaAdded possibility to retrieve internal buffers (by...
2010-10-29 Vincent van RavesteijnBufferList should not determine that the current author...
2010-10-29 Vincent van RavesteijnBufferList.h: adjust some comments and group the functi...
2010-01-08 Vincent van RavesteijnAdd a boolean to GuiWorkArea::redraw to indicate whethe...
2010-01-06 Tommaso CucinottaWhen zooming in/out with [Ctrl] + [Mouse Wheel], docume...
2009-08-15 Richard HeckMove emergencyWrite() from BufferList to Buffer.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-13 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5355
2008-07-29 Abdelrazak YounesBufferList::bufferNum() and getFileNames(): migrate...
2008-07-29 Abdelrazak YounesBufferList::getBuffer(): migrate to FileName.
2008-07-29 Abdelrazak YounesFirst step toward fixing http://bugzilla.lyx.org/show_b...
2008-07-20 Abdelrazak YounesMove child document closing from InsetInclude dtor...
2008-02-29 Abdelrazak YounesIntroduce BufferException so that we don't crash if...
2007-12-17 Abdelrazak YounesNow that exceptions are allowed, handle gracefully...
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-11-03 André Pönitzsome std::string -> filename changes
2007-10-20 André Pönitzmainly cosmetics
2007-09-30 André Pönitzboost/utility -> boost/noncopyable
2007-04-26 Bo PengRename .C ==> .cpp for files in src/