]> git.lyx.org Git - lyx.git/history - src/LyX.cpp
Add known citation packages to LaTeXFeatures:
[lyx.git] / src / LyX.cpp
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.
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...
next