]> git.lyx.org Git - lyx.git/history - src/LyX.cpp
* add PreBabelPreamble to Language definition (fixes #4786).
[lyx.git] / src / LyX.cpp
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.
2009-08-14 Enrico ForestieriMove OS specific code to proper place. Also make sure...
2009-08-13 Enrico ForestieriFix the dataloss problem when shutting down Windows...
2009-08-09 Abdelrazak YounesFix memory leak.
2009-08-09 Abdelrazak YounesDelay Spellchecker intanciation until first use.
2009-08-08 Abdelrazak YounesMinimal support for hunspell. Spellchecking works but...
2009-08-01 Abdelrazak Younes* Rename HunspellSpellChecker to HunspellChecker and...
2009-07-17 Richard HeckForgot this.
2009-07-05 Jürgen Spitzmüller* LyX.cpp: add missing line break; spotted by Jean...
2009-05-10 Vincent van RavesteijnFix part 2 of bug #5758: Crash when closing the dosbox...
2009-04-06 Richard HeckThe --batch patch.
2009-04-06 Richard HeckThe Buffer::dispatch() patch.
2009-03-29 Abdelrazak Younes* Singleton-ify the used SpellChecker object.
2009-02-26 Pavel SandaAdd comment.
2009-02-26 Pavel SandaAdd dbg
2009-02-19 Richard HeckRename a routine.
2009-02-09 André Pönitzmove ColorSet to a header of its own to reduce #include...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-05 Stefan Schimanski* style
2008-10-11 André Pönitztypo
2008-10-09 Abdelrazak YounesMSVC Compil fix: Finish JMarc's work.
2008-10-09 Jean-Marc Lasgouttescompilation fix
2008-10-09 Jean-Marc LasgouttesX dependency cleanup (1/3)
2008-07-28 Abdelrazak YounesSome locale related cleanup. JMarc, please when you...
2008-07-14 Abdelrazak Younesr25604: better fix.
2008-07-14 Abdelrazak YounesFix Mac gcc warning.
2008-07-14 Abdelrazak YounesFix potential crash.
2008-07-14 Abdelrazak Younespotentially fix lyxrc.dist isssue with \gui_language
2008-07-14 Abdelrazak YounesSanitize LyX singleton access by getting rid of ref...
2008-07-14 Abdelrazak Younessafeguards:
2008-07-14 Abdelrazak Younesreverting the safeguard in 25591. There is an awful...
2008-07-14 Abdelrazak YounesAdd safeguard
2008-06-25 Abdelrazak YounesAdd a preference combo box for the preferred user inter...
2008-06-25 Abdelrazak YounesGUI language via RC: some bug corrections.
2008-06-24 Abdelrazak YounesIdea from JMarc:
2008-06-24 Abdelrazak YounesAdd two RC variables that can be used to set the GUI...
2008-06-15 Enrico ForestieriFix bug 4951
2008-06-09 Abdelrazak YounesHopefully fix http://bugzilla.lyx.org/show_bug.cgi...
2008-06-09 Abdelrazak YounesMore sensible error messages.
2008-06-09 Abdelrazak YounesFirst part of http://bugzilla.lyx.org/show_bug.cgi...
2008-06-02 Abdelrazak YounesRemove bug work around due to bad event loop startup...
2008-05-28 Richard HeckAdd LFUN_BRANCH_ACTIVATE and LFUN_BRANCH_DEACTIVATE...
2008-05-28 Richard HeckFix bug 4097: Give LyX an intelligent return value...
2008-05-24 Abdelrazak YounesFirst step towards fixing bug 4588: move the ui file...
2008-05-23 Abdelrazak YounesGet rid of Application::initGlobalMenu().
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-03 André Pönitzsimplify Lexer handling a bit more
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-22 André Pönitzcosmetics
2008-03-22 André Pönitzremove unused code
2008-03-14 Stefan Schimanski* create global menubar on Mac without a parent. It...
2008-03-07 Richard HeckBaseClassList --> LayoutFileList
2008-03-06 André Pönitzstart moving MenuBackend to the frontend
2008-02-28 Richard Heckbaseclasslist --> BaseClassList singleton. Prep for...
2008-02-27 Abdelrazak YounesGet rid of 'quitting' global variable. It is not needed...
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-07 Abdelrazak YounesFix crash with command line export
2008-02-06 Abdelrazak YounesTransfer some GUI oriented code from core to frontend.
2008-02-06 Abdelrazak YounesRemove unneeded code.
2008-02-06 Abdelrazak YounesTransfer some GUI oriented code from core to frontend.
2008-01-26 Richard HeckAdd some comments, and change enum terminology to refle...
2007-12-25 Abdelrazak YounesDon't pretend we have multiple menu backends: transfer...
2007-12-16 Abdelrazak Younesheader cleanup.
next