]> git.lyx.org Git - lyx.git/history - src/LyX.cpp
Fix #10778 (issue with CJK and language nesting)
[lyx.git] / src / LyX.cpp
2017-07-17 Jean-Marc LasgouttesWhen cleaning up before quitting, take care of exceptions
2015-11-29 Richard HeckFix bug #9096: Load all the files specified on the...
2015-11-10 Guillaume MunchMove tmpdir error message to stderr
2015-07-22 Stephan WittImproved symlink creation for Mac OS for first LyX...
2015-07-15 Jean-Marc LasgouttesAuto feature for minibuffer toolbar
2015-06-30 Jean-Marc LasgouttesRevert "Auto feature for minibuffer toolbar"
2015-06-29 Jean-Marc LasgouttesAuto feature for minibuffer toolbar
2015-06-23 Stephan Witt#7896: LyX templates folder is empty - create a symlink...
2015-06-08 Jessica HamiltonAdd packaging support for Haiku
2015-05-17 Georg BaumFix indentation
2015-03-26 Jean-Marc LasgouttesMake builds reproducible
2015-03-05 Jean-Marc LasgouttesRemove variable properly now
2015-03-05 Jean-Marc LasgouttesRemove unused member.
2015-02-24 Richard HeckMicro-optimization.
2015-02-24 Jean-Marc LasgouttesSome performance stuff reported by cppcheck
2015-01-11 Georg BaumStart qt event loop for commandline usage
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-29 Georg Baumtex2lyx: Run configure.py if needed (bug #8539)
2014-11-25 Jean-Marc LasgouttesAdd new variables lyx_build_date/time
2014-11-16 Stephan Witt#9317 add method cleanDuplicateEnvVars() to correct...
2014-10-10 Jean-Marc LasgouttesAdd the git commit (if applicable) to LyX version
2014-10-01 Stephan WittRemove Qt4 artifacts in comments
2014-06-14 Peter KümmelOn Linux show in crash message box the backtrace
2014-04-21 Jean-Marc LasgouttesDo not store Languages objects in completion words...
2014-03-10 Georg BaumAdd comment (thanks Enrico)
2014-03-10 Vincent van RavesteijnRevert "Fix opening files from command line"
2013-12-10 Vincent van RavesteijnFix opening files from command line
2013-12-01 Georg BaumMake -userdir available to child processes
2013-11-20 Kornel BenkoImplement file locking and apply to configure
2013-05-30 Jean-Marc LasgouttesImplement native reading of mo files.
2013-05-13 Vincent van RavesteijnUse [[Context]] for the msgid of some strings
2013-05-13 Vincent van RavesteijnTranslate build version strings
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-03-30 Scott KostyshakExit with error if required filename is not given
2013-03-30 Scott KostyshakGive an error message when LyX cannot load a file
2013-03-29 Scott KostyshakRevert "Exit with error if no filename given to -e...
2013-03-29 Scott KostyshakExit with error if no filename given to -e switch
2013-03-29 Scott KostyshakRemove an empty line to make style consistent
2013-02-06 Jean-Marc LasgouttesRename Path.h to PathChanger.h (actual name of the...
2013-01-22 Scott KostyshakImprove -help output regarding --export switch
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-10-26 Lars Gullik BjønnesUse new T not new T()
2012-09-12 Scott KostyshakTypos
2012-09-11 Scott Kostyshak-help, -version, & unqualified -dbg now go to cout
2012-08-16 Juergen SpitzmuellerClean up LaTeX font handling (#4999)
2012-07-15 Jean-Marc LasgouttesFix bug #7741: incorrect locale when starting R from...
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2012-05-12 Vincent van RavesteijnRemove read_only parameter from newBuffer
2011-10-15 Tommaso CucinottaClean up word lists on exit. Not really a concrete...
2011-09-15 Tommaso CucinottaAdded -E option to specify export format and destinatio...
2011-07-12 Abdelrazak YounesGraphics cleanup: get rid of Previews.{h,cpp}
2011-05-14 Peter Kümmelrun in-place: don't speculate where the lyx binary...
2011-05-06 Kornel Benko1.) Corrected internal compilation for Libintl
2011-03-29 Peter KümmelMessages::init(); needs Package. this fixes a crash...
2011-03-29 Peter Kümmelundo
2011-03-29 Peter Kümmeldon't just crash when it couldn't find chkconfig.ltx
2011-03-04 Pavel SandaGlitch with new line breaking from Qt.
2011-01-25 Stephan Wittintroduce the lyx_dir() of Package, automatically set...
2011-01-17 Richard HeckDon't try to convert any of the preference files except...
2011-01-17 Richard HeckPrevious two commits did the wrong thing. This is right.
2011-01-17 Richard HeckThanks, Vincent.
2010-12-13 Pavel SandaFollow Vincent's advice
2010-12-04 Pavel SandaString correction
2010-11-13 Enrico ForestieriThe "single instance" patch.
2010-11-05 Vincent van RavesteijnRemove the FileName parameter of Buffer::loadLyXFile...
2010-10-25 Vincent van RavesteijnUse Buffer::ReadStatus as a return value for Buffer...
2010-09-29 Richard HeckIntroduce a typedef for vector<Buffer *>. No change...
2010-09-14 Stephan Wittadd cache of spell checker results to speed up native...
2010-09-06 Abdelrazak Younesrevert r35282
2010-09-06 Abdelrazak Youneswhitespace.
2010-09-05 Abdelrazak YounesLyX::exec(): add an alert if sysdir not found.
2010-09-01 Peter Kümmelmsvc stops on unused variables.
2010-08-21 Stephan Witt#6848 correct load order of files to open on startup...
2010-08-07 Jean-Marc LasgouttesBug #6842, part II
2010-08-07 Jean-Marc Lasgouttesset locale correctly before parsing command line (bug...
2010-07-17 Enrico ForestieriBy default, overwrite the main file on export, but...
2010-07-11 Stephan Wittavoid LYX_PLATFORM_DARWIN10 macro
2010-07-08 Stephan Wittcorrect ifdef+defined construct
2010-07-07 Stephan Wittprovide native spell checker for Mac OS X
2010-06-19 Uwe StöhrLyX.cpp: clarify comment
2010-06-07 Vincent van RavesteijnFix bug #6685: Assertion when quitting LyX with a Refer...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-20 Enrico ForestieriCoding style
2010-04-19 Enrico ForestieriIntroduce a switch for overwriting files during a batch...
2010-04-07 Richard HeckGrant a long-standing wish of Lars's: LyX now functions...
2010-04-05 Peter Kümmelfix typo, tabs for indentation
2010-04-05 Peter Kümmeltry to make a gui message when lyx crashes, don't crash...
2010-04-01 Pavel SandaMove command line arg --batch to -batch.
2010-03-29 Richard HeckMake these const, too. I mean, why not?
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-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-25 Jean-Marc LasgouttesAdd DispatchResult argument to BufferView::dispatch...
2010-01-22 Jürgen Spitzmüller* add support for the enchant spell checker (bug 6226).
2009-12-30 Peter Kümmelno stl includes in debug.h
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-08-14 Richard Hecks/moduleList/theModuleList/ for style purposes.
next