]> git.lyx.org Git - lyx.git/history - src/support/os_cygwin.cpp
Fix text direction issue for InsetInfo in RTL context
[lyx.git] / src / support / os_cygwin.cpp
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-04-12 Enrico ForestieriAvoid an assertion when compiling in debug mode with...
2017-03-27 Enrico ForestieriOn windows, use the unicode version of ShellExecute
2017-03-27 Jean-Marc LasgouttesHandle properly exception that can be thrown by to_loca...
2015-11-03 Enrico ForestieriFix bugs #2645 (export BIBINPUTS) and #6634 (Better...
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-11 Enrico ForestieriFix compatibility issue with 64-bit cygwin.
2014-07-11 Enrico ForestieriFix import of latex documents with scaled fonts.
2014-06-11 Enrico ForestieriSet the default locale at startup.
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2011-12-06 Peter Kümmeltimeout_min is platform independent
2011-05-09 Enrico ForestieriIntroduce the possibility of setting a prefix for the...
2011-05-04 Enrico ForestieriSee r37176. Let's keep this a Windows only "feature".
2010-07-16 Enrico ForestieriFix output to terminal when LyX is launched from a...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-03-12 Enrico ForestieriFix command line parsing and allow unicode arguments...
2010-02-25 Enrico ForestieriOn Windows, allow loading documents with non-ascii...
2010-02-22 Enrico ForestieriOn windows, allow saving a document whose pathname...
2010-02-21 Enrico ForestieriFix bug #5238: LyX 1.6 fails with non-ascii chars in...
2010-02-17 Enrico ForestieriOperator new[] should always be matched by operator...
2010-01-17 Enrico ForestieriFix bug #5525: Windows XP doesn't shut down with LyX...
2009-12-22 Enrico ForestieriAdd support for the forthcoming Cygwin 1.7.
2009-08-14 Enrico ForestieriDon't rely on the signal delivered by raise(), as this...
2009-08-14 Enrico ForestieriMove OS specific code to proper place. Also make sure...
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 ForestieriSpeed up FileName operator== (Georg's solution).
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):
2009-03-17 Enrico ForestieriFixes for gcc4 on cygwin.
2008-10-05 Peter Kümmelunderlying filesystem is case insensitive
2008-10-05 Peter KümmelFix bug 2235: jpeg capital letters (.JPG) does not...
2008-09-22 Enrico ForestieriOn Vista, if a file type is not registered, AssocQueryS...
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-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Enrico Forestierineedless declaration
2007-11-15 André Pönitzreduce line noise
2007-11-10 André Pönitzcosmetics
2007-09-07 Enrico ForestieriRegister math fonts with Qt 4.2 or higher. Using Qt...
2007-08-06 Enrico ForestieriNo need to check whether the TEMP var is already set...
2007-08-06 Enrico ForestieriUse the internal function of the cygwin dll for syncing the
2007-07-11 Enrico ForestieriFix bug 3962 (by me, Peter, and Joost)
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two