]> git.lyx.org Git - lyx.git/history - src/support/os_unix.cpp
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / os_unix.cpp
2009-05-26 Enrico ForestieriAccount for the weird case where p2 is longer than...
2009-05-25 Enrico ForestieriAnother tweak to account for when both paths end with...
2009-05-25 Enrico ForestieriSimpler things are almost always better.
2009-05-25 Enrico ForestieriAccount for the corner case p2.length() == 1.
2009-05-24 Enrico ForestieriAvoid a string copy and a small tweak.
2009-05-23 Enrico ForestieriAvoid calling prefixIs() if not needed.
2009-05-22 Enrico ForestieriTake into account file system case sensitivity when...
2009-05-14 Enrico ForestieriAllow immediate output of spawned processes for all...
2009-05-13 Enrico ForestieriAllow to separately redirect stdout and stderr.
2009-05-13 Enrico ForestieriAvoid #ifdef's and use OS specific code.
2009-05-02 Enrico ForestieriRevert r29444 (to be soon replaced by Georg's solution).
2009-05-01 Enrico ForestieriWhen performing a reverse DVI search and the tmpdir...
2009-04-29 Enrico ForestieriSpeed up FileName operator==, such that working with...
2009-03-27 Jürgen SpitzmüllerFix bug 5827 (validate date-insert argument):
2008-10-05 Pavel SandaTypo from Bennett
2008-10-05 Peter KümmelFix bug 2235: jpeg capital letters (.JPG) does not...
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-17 Abdelrazak Younestransfer os::is_absolute_path() to FileName::isAbsolute().
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-10-31 André Pönitzintroduce a header to forward declare std::string.
2007-09-07 Enrico ForestieriRegister math fonts with Qt 4.2 or higher. Using Qt...
2007-09-04 Enrico ForestieriRegister math fonts with fontconfig
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two