]> git.lyx.org Git - lyx.git/history - src/support
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / support /
2008-04-19 Richard HeckRemove embedding stuff from InsetBibtex.
2008-04-17 André Pönitzmove assert function to a separate file
2008-04-16 Peter Kümmelthere is no trunk/src/intl folder
2008-04-12 André Pönitzforgot this.
2008-04-11 José MatoxAdd missing include, due to André LASSERT change
2008-04-11 Jean-Marc Lasgouttesa dummy file while we wait for andre
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-08 Jürgen Spitzmüller* src/support/filetools.cpp (unzippedFileName):
2008-04-02 Joost VerburgUse *.* to select all files in the file selection dialo...
2008-03-29 Pavel SandaFix compilation problems on Mac OSX 10.5.2 Leopard.
2008-03-21 Pavel SandaNext attempt to sanitize make dist.
2008-03-21 José MatoxAdd headers necessary to compile with g++ 4.3 (I am...
2008-03-20 André Pönitzlook up LANGUAGE and LC_ALL only once.
2008-03-20 Jean-Marc Lasgouttesfix the make check machinery. The support/filetools...
2008-03-12 André Pönitzfix monolithic compilation and add usage comment
2008-03-12 Bo PengRemove another 'Create directory' message
2008-03-11 Bo Pengsuppress unneeded output in minizip/zipunzip.cpp
2008-03-07 André Pönitzadd a convienient foreach implementation
2008-03-06 Richard HeckFix Lars.
2008-03-04 Uwe Stöhrzipunzip.cpp: partly revert r23447 to be able to compile
2008-03-04 Jean-Marc Lasgouttesrevert more minizip changes
2008-03-04 Jean-Marc Lasgouttesrevert minizip changes
2008-03-04 Jean-Marc Lasgouttesnuke compiler warnings in minizip
2008-03-01 Richard HeckImprove documentation.
2008-02-29 Abdelrazak YounesIntroduce BufferException so that we don't crash if...
2008-02-28 Stefan Schimanski* some warnings less
2008-02-26 Stefan Schimanski* method change_weight to change the weight of a entry.
2008-02-26 Stefan Schimanski* segfault fix when deleting the last element from...
2008-02-26 Stefan SchimanskiNow the right patch:
2008-02-25 Stefan SchimanskiRevert "* compile fix"
2008-02-25 Stefan Schimanski* compile fix
2008-02-25 Stefan Schimanski* Timo Bingmann's btree v8.1, extended with weight...
2008-02-24 Richard HeckRestore Andre's TextClassIndex, but now in the form...
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-02-09 André Pönitzplay with signal/slot.
2008-02-09 André Pönitzsquash gcc warning, secoind attempt
2008-02-09 André Pönitzsquash gcc warning
2008-02-08 Abdelrazak YounesIntroduce toqstr(char_type) and use it.
2008-02-07 José MatoxPatch to please gcc 4.3. Less bloat in the include...
2008-02-03 Stefan Schimanski* LinkBack support files, now in pure Objective-C ...
2008-02-01 Jean-Marc Lasgouttesabdel likes short code
2008-02-01 Jean-Marc LasgouttesRemove unused macros USE_INCLUDED_STRING and STD_STRING...
2008-01-26 Richard HeckFix some problems in makeAbsPath():
2008-01-26 Richard HeckAdd some comments, and change enum terminology to refle...
2008-01-15 Richard HeckFix bug 4463. The crash was due to a call to X from...
2008-01-14 Uwe Stöhrrevert r22574 to be able to compile
2008-01-14 Abdelrazak Younesheader cleanup
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: add embedding support for InsetBibtex. ...
2008-01-08 Bo PengEmbedding: add embedding support for InsetInclude....
2008-01-07 Bo PengEmbedding: After another round of EmbeddedFiles changes...
2008-01-05 Bo PengEmbedding: adjust how InsetGraphics interacts with...
2008-01-05 Bo Pengzipunzip.cpp: Replace makedir etc with versions in...
2007-12-29 Richard HeckMore encoding.
2007-12-29 Richard HeckEncoding.
2007-12-29 Abdelrazak YounesFollowing rev 21967: final touch to odocfstream:
2007-12-27 Jürgen Spitzmüller* src/support/unicode.cpp (convert):
2007-12-21 Stefan Schimanski* added debugging flag "macros" for math macros
2007-12-21 Abdelrazak YounesClose to perfect scrolling. Some bugs fixing and behavi...
2007-12-18 Abdelrazak Younes* FileName::onlyPath(): use correct method. I need...
2007-12-18 Abdelrazak YounesRemove unneeded assertion.
2007-12-17 Abdelrazak YounesNow that exceptions are allowed, handle gracefully...
2007-12-17 Abdelrazak Younes* FileName::onlyFileName(): use QFileInfo method.
2007-12-17 Abdelrazak Younes* FileName::changePermission(): upon Enrico's advice...
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-17 Abdelrazak Younestransfer os::is_absolute_path() to FileName::isAbsolute().
2007-12-17 Jürgen Spitzmüllercompile fix.
2007-12-17 Abdelrazak YounesFix network drive access.
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-16 Abdelrazak YounesFileName::checksum(): Don't warn if file exists as...
2007-12-16 Abdelrazak YounesSanitize the way we use abort() and exit(). With this...
2007-12-16 Abdelrazak YounesTransfer getcwd() implementation to FileName.
2007-12-16 Abdelrazak YounesSimplify FileName::tempName().
2007-12-16 Abdelrazak YounesTransfer tempName() implementation to FileName.
2007-12-15 Abdelrazak YounesChange semantics of FileName::copyTo(): we now overwrit...
2007-12-14 Enrico ForestieriTry to remove the destination without first checking...
2007-12-14 Abdelrazak YounesRemove unused code.
2007-12-14 Abdelrazak Younes* get rid of lyxlib.h:mkdir() and makedir()
2007-12-14 Abdelrazak YounesInverse logic wrongly set in rev 22151.
2007-12-14 Abdelrazak YounesUse FileName::createDirectory() instead of support...
2007-12-14 Abdelrazak YounesThe rename() function removed in rev had in fact move...
2007-12-13 Abdelrazak Younesget rid of lyxlib.h:copy() and rename().
2007-12-13 Abdelrazak YounesFix comments.
2007-12-13 Abdelrazak YounesCompil fix.
2007-12-13 Abdelrazak Younesget rid of lyxlib.h:chmod.
2007-12-13 Abdelrazak Younescompile fix following undo/redo mixup. Sorry.
2007-12-13 Abdelrazak YounesIntroduce FileName::changePermission() and fix Converte...
2007-12-13 Abdelrazak YounesFix typo.
2007-12-13 Abdelrazak Younesadd FileName::renameTo() method.
2007-12-12 André Pönitzcosmetics
2007-12-12 André PönitzLYX_CXX_GLOBAL_CSTD is not really useful anymore
2007-12-12 Enrico ForestieriAnother compile fix
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Enrico ForestieriRestore scons and autotools support for moc files in...
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 Enrico ForestieriRevert qprocess code. Revisions reverted: 22026, 22030...
next