]> git.lyx.org Git - lyx.git/history - src/BufferList.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / BufferList.cpp
2021-04-06 Jean-Marc LasgouttesFix compilation for clang 3.7 with libc++
2021-01-15 Kornel BenkoReplace calls from make_unique to lyx::make_unique
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-02-28 Richard Kimberly... Fix warnings
2020-02-22 Stephan WittUse real path names for buffer lookup by name of tempor...
2019-12-16 Scott KostyshakCorrect typo in method name getDescendants()
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-11-24 Richard HeckRemove useless code.
2017-07-06 Jean-Marc LasgouttesRemove test that is not needed.
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-17 Juergen SpitzmuellerUpdate parent buffer as soon as a child has been released
2016-10-21 Richard HeckSimple cache for information on exportable formats...
2016-07-02 Guillaume MunchSimplifications, mainly removal of boost::function...
2016-06-09 Guillaume MunchReplace auto_ptr with unique_ptr
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
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
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-03 Juergen SpitzmuellerDo not let the parent interfere when I child document...
2012-05-12 Vincent van RavesteijnNew function BufferList::newInternalBuffer
2012-05-12 Vincent van RavesteijnRemove read_only parameter from newBuffer
2011-11-15 Richard HeckCosmetics.
2011-10-29 Richard HeckImprove argument handling for the source generation...
2011-10-22 Enrico ForestieriFix bug #7835 (Relative paths are not supported by...
2011-08-29 Enrico ForestieriFix bug #6170 (Latex Compiler error when lyx file is...
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 RavesteijnWrite code in a language that everyone understands ?
2010-09-29 Richard HeckRemove the magic boolean in getChildren() from the...
2010-09-29 Richard HeckIntroduce a typedef for vector<Buffer *>. No change...
2010-07-17 Peter Kümmelcmake: fix merged build
2010-06-05 Peter Kümmelalso use TR1 code for bind and shared_ptr when compilin...
2010-05-08 Enrico ForestieriFix reverse search when the filename contains a forbidd...
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 Pavel Sandasupport:
2010-04-21 Pavel SandaForgot these two.
2010-03-08 Richard HeckMicro-optimization.
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-09-08 Tommaso CucinottaAdded isInternal() method, mapped temporarily on check...
2009-08-16 Vincent van RavesteijnRelease children of a master if the children don't...
2009-08-15 Richard HeckMove emergencyWrite() from BufferList to Buffer.
2009-07-25 Pavel Sandacosmetics
2009-06-22 Enrico ForestieriFix bug #6020: Reverse DVI/PDF search fails with child...
2009-05-23 Enrico ForestieriRemove unneeded include.
2009-05-23 Enrico ForestieriThis was not needed, as the case is already adjusted.
2009-05-22 Enrico ForestieriTake into account file system case sensitivity when...
2009-05-02 Enrico ForestieriSpeed up FileName operator== (Georg's solution).
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-23 Jean-Marc Lasgouttesremove useless assertion
2008-10-13 Abdelrazak YounesFix bug http://bugzilla.lyx.org/show_bug.cgi?id=5355
2008-09-22 Abdelrazak YounesBufferList::next() and previous(): don't cycle through...
2008-07-29 Abdelrazak YounesBufferList::bufferNum() and getFileNames(): migrate...
2008-07-29 Abdelrazak YounesBufferList::getBuffer(): migrate to FileName.
2008-07-29 Abdelrazak YounesBufferList::exists(): use FileName::operator==() instea...
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-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-15 André Pönitzcosmetics/#include cleanup
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-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-15 André Pönitzreduce line noise
2007-11-13 André Pönitzcosmetics
2007-11-03 André Pönitzsome std::string -> filename changes
2007-10-20 André Pönitzmainly cosmetics
2007-10-03 André Pönitzlast commit was incomplete... not sure how I managed...
2007-10-03 André Pönitzmove some buffere related stuff from callback.cpp tpo...
2007-10-02 André Pönitzcosmetics
2007-10-02 André Pönitzthe delegate patch
2007-08-29 Richard HeckFix bug 4170: Close window when user wants it closed.
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-06-15 Abdelrazak Younesheader cleanup.
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/