]> git.lyx.org Git - lyx.git/history - src/Buffer.cpp
pimpl_ is too verbose to write.
[lyx.git] / src / Buffer.cpp
2007-11-30 Abdelrazak Younespimpl_ is too verbose to write.
2007-11-30 Abdelrazak Younes* Buffer:
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André Pönitzmerge the Forked* machinery into a single pair of files
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* makeLatexName(): port to FileName.
2007-11-28 Abdelrazak Younes* FileName:
2007-11-28 Abdelrazak Younes* FileName:
2007-11-26 Abdelrazak Younes* support/FileName:
2007-11-25 Uwe Stöhr- remove Serbocroatian from the language list because...
2007-11-25 Uwe Stöhrsupport for the languages Latin and North Sami
2007-11-25 Uwe Stöhrsupport for \linebreak:
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-23 Uwe Stöhrsupport for \pagebreak:
2007-11-15 André Pönitzreduce line noise
2007-11-14 Enrico ForestieriFix bug that files with nonascii filenames are always...
2007-11-14 André Pönitzcosmetics
2007-11-13 André Pönitzcosmetics
2007-11-11 Abdelrazak YounesTransfer readOnly() and updateWindowTitle() from Delega...
2007-11-10 André Pönitzcosmetics
2007-11-07 André Pönitzmore use of support::FileName.
2007-11-05 André Pönitzcosmetics as hinted by uncrustify
2007-11-03 André Pönitz*sigh*
2007-11-03 André Pönitzsome std::string -> filename changes
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Uwe Stöhr- add entry to FORMATS file for Stefan's format change...
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-11-01 Stefan Schimanski* file format 298 to convert macro definitions with...
2007-10-29 Uwe Stöhrfileformat change for my previous commit: Albanian...
2007-10-28 André Pönitzstart some work on file dialogs
2007-10-23 André Pönitzcosmetics
2007-10-23 Richard HeckRemove methods marked for removal from InsetCommandPara...
2007-10-23 Richard HeckInsetInclude becomes an InsetCommand.
2007-10-21 Bo PengEmbedding: remove the embeddingChanged signal
2007-10-21 Bo PengRemove the manifest section of the .lyx file
2007-10-21 Enrico ForestieriFix bug 4287
2007-10-21 André Pönitzcosmetics
2007-10-20 André Pönitzcosmetics
2007-10-20 André Pönitzsaner borderline between buffer and exporter
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 André Pönitzstart using FileName::exists()
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-17 André Pönitzcreate some helper functions in FileName
2007-10-13 Uwe StöhrThe huge URL patch:
2007-10-13 Abdelrazak YounesUse InsetCode
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-12 Uwe Stöhrfileformat change to 294 for Pavel's PDFOptions cleanup...
2007-10-11 Bo PengInsetInfo: lyx2lyx support
2007-10-11 Abdelrazak YounesRemove "DocIterator.h" header dependencies in Buffer.h.
2007-10-08 Uwe StöhrFileformat incremented to 293 due to yesterdays' suppor...
2007-10-04 Uwe Stöhrsupport for the Vietnamese languages
2007-10-03 André Pönitzsecond try
2007-10-03 Uwe StöhrBuffer.cpp: compile fix
2007-10-03 Uwe Stöhrprovide wrap tables based on the current wrap float...
2007-10-03 Martin VermeerIndex as collapsible, preserving existing feature set
2007-10-03 André Pönitzmove some buffere related stuff from callback.cpp tpo...
2007-10-02 Abdelrazak YounesRemove unneeded changed() and closing() delegates.
2007-10-02 André Pönitzthe delegate patch
2007-10-02 Abdelrazak YounesFix some issues with buffer closing.
2007-10-02 Abdelrazak YounesBuffer::pimpl_: replace scoped_ptr with a simple pointer.
2007-10-02 Abdelrazak YounesCosmetics.
2007-10-02 Abdelrazak YounesReplace Buffer' changed() and closing() signals with...
2007-09-29 André Pönitzcosmetics
2007-09-27 Richard HeckThis is the first part of a cleanup of how we handle...
2007-09-24 Uwe StöhrFileformat increased to 287: support for optional argum...
2007-09-23 Uwe Stöhr- increase fileformat to 286: this has been forgotten...
2007-09-20 André PönitzPavel Sanda's "PDFOptions" patch
2007-09-14 Richard HeckSomehow this got missed when (partially) fixing the...
2007-09-11 Bo PengEmbedding: move manifest to .lyx file, as a separate...
2007-09-10 Bo PengEmbedding: prepare to read/write manifest in .lyx file
2007-09-09 Uwe StöhrHelge's wrapfig patch:
2007-09-08 Richard HeckFix crash when layout file cannot be read due to failur...
2007-09-08 Richard HeckRevert accidental commit.
2007-09-08 Richard HeckFix crash when layout file cannot be read due to failur...
2007-09-08 Martin VermeerConvert CharStyle to Flex also in file format
2007-09-06 Bo PengFix another prompt for externally-modified bug with...
2007-09-04 Edwin Leuvencompile fix
2007-09-04 Bo PengFix bug 4193 Revert ask for saving file before closing
2007-09-03 Bo PengMove two minizip functions from filetools.cpp to its...
2007-09-02 Abdelrazak YounesTransfer current_font and real_current_font from Text...
2007-08-31 José MatoxIncrement file format due to the embedded feature
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'
2007-08-30 Enrico ForestieriSave the right timestamp and checksum of an opened...
2007-08-29 Richard HeckThis is one of a series of patches that will merge...
2007-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-20 Richard HeckBiblio.{h,cpp} --> BiblioInfo.{h,cpp}
2007-08-20 Richard HeckImprovements to the citation dialog UI. It is now possi...
2007-08-18 Martin VermeerFurther inset configurability, moving charstyle stuff...
2007-08-17 Martin VermeerPartial merge of CharStyle and InsetLayout stuff, first...
2007-08-16 Richard HeckRe-write of the BibTeX representation. The main change...
2007-08-15 Abdelrazak Younes* Buffer.cpp: load all child documents in one go where...
2007-08-14 Richard HeckMove the lyx::biblio namespace into src/. Also make...
2007-08-13 Alfredo BraunsteinThis implements selection of current cursor position...
2007-08-12 André Pönitzfix crash after assertion when using %s with integer...
2007-08-12 José MatoxIncrease the file format, now every \\begin_deeper...
2007-08-12 André Pönitzshuffle (la)texstream around a bit
2007-08-12 José MatoxFix bug 518 (thanks to Jean Marc and Martin for the...
2007-08-12 André Pönitzdisable some tests for standard C++ features; add a...
next