]> git.lyx.org Git - lyx.git/history - src/support/os_win32.cpp
Rename the minted 'lang' external template option as 'language'
[lyx.git] / src / support / os_win32.cpp
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...
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Shankar Giri Venki... Fix return types for mingw-w64
2016-04-02 Peter Kümmelmsvc2015: _wgetmainargs is not available ony more
2015-11-03 Enrico ForestieriFix bugs #2645 (export BIBINPUTS) and #6634 (Better...
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-06-29 Peter Kümmelmingw fix
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-23 Enrico ForestieriWhen using CREATE_NEW, CreateFile fails if the file...
2010-02-22 Enrico ForestieriOn windows, allow saving a document whose pathname...
2010-02-21 Enrico ForestieriWin95 is not supported by a long time now.
2010-02-21 Enrico ForestieriThis should have gone in r33524.
2010-02-21 Enrico ForestieriFix bug #5238: LyX 1.6 fails with non-ascii chars in...
2010-01-17 Enrico ForestieriFix bug #5525: Windows XP doesn't shut down with LyX...
2010-01-13 Enrico ForestieriQuery the cygdrive prefix only if the cygwin mount...
2010-01-08 Enrico ForestieriAdd support for the newly released 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 Uwe Stöhros_win32.cpp: compile fix for r29476
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-15 Enrico ForestieriFix for latest MInGW w32api
2008-10-05 Peter KümmelFix bug 2235: jpeg capital letters (.JPG) does not...
2008-09-30 Peter Kümmelwin2k fixes
2008-09-22 Enrico ForestieriOn Vista, if a file type is not registered, AssocQueryS...
2008-07-05 Enrico ForestieriEnsure no trailing '/'
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
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 Abdelrazak YounesFix network drive access.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-01 Enrico Forestiericompile fix for mingw
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-16 Abdelrazak YounesWIN32 compile fix.
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-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