]> git.lyx.org Git - lyx.git/history - src/BufferList.cpp
Release children of a master if the children don't have a default master. It was...
[lyx.git] / src / BufferList.cpp
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/