]> git.lyx.org Git - lyx.git/history - src/LyX.cpp
The --batch patch.
[lyx.git] / src / LyX.cpp
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.
2007-12-16 Abdelrazak YounesCleanup the mess I introduced in rev 22165. This happen...
2007-12-16 Abdelrazak YounesSanitize the way we use abort() and exit(). With this...
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-06 Enrico ForestieriShutdown LyX server and socket before trying to remove...
2007-11-29 André Pönitzcosmetics
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-25 Uwe Stöhrsupport to set the examples folder in the preferences
2007-11-24 Abdelrazak YounesGetting rid of Application::createView()
2007-11-23 Abdelrazak Younessimplify window creation.
2007-11-19 Abdelrazak YounesTransfer LyXView::loadLyXFile() to lyxFunc::loadAndView...
2007-11-18 Abdelrazak YounesSpoiling some fun from Andre': put Application on a...
2007-11-17 André Pönitzshuffle code around
2007-11-15 André Pönitzshuffle some code around
2007-11-15 André Pönitzreduce line noise
2007-11-15 Pavel SandaAdd format hint for command line export
2007-11-14 André Pönitzusr strfwd
2007-11-14 Abdelrazak YounesTransfer geometry related session code from LyX::newLyX...
2007-11-13 André Pönitzcosmetics
2007-11-13 Abdelrazak YounesTransfer createView() from Application to GuiApplicatio...
2007-11-10 André Pönitzcosmetics
2007-11-07 André Pönitzmore de-boostification
2007-10-29 Bo PengPut bindings in defaultKeyBindings() to site.bind
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-22 Dov FeldsternGetting rid of LTR bias --- part 1/?
2007-10-21 André Pönitzcosmetics
2007-10-20 Bernhard RoiderCmdDef.cpp/h: A class that manages command definitions...
2007-10-20 Bo PengPrefShortcuts: Roughly finish the shortcut configuratio...
2007-10-20 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 André Pönitzuse FileName::isDirectory()
2007-10-18 André Pönitzstart using FileName::exists()
2007-10-11 Bo PengInsetInfo: load bind file and menu backend in batch...
2007-10-03 André Pönitzlast commit was incomplete... not sure how I managed...
2007-10-03 André Pönitzmove some buffere related stuff from callback.cpp tpo...
2007-09-27 Martin Vermeerlyx -> LyX
2007-09-27 Martin Vermeersrc/LyX.cpp: style corrections for trunk
2007-09-26 Bo PengLyx now starts and asks for reconfigure if no textclass...
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-09-15 Abdelrazak YounesClear out selection and cut stack buffers on exit.
2007-09-07 Enrico ForestieriRegister math fonts with Qt 4.2 or higher. Using Qt...
2007-08-29 Richard HeckThis is one of a series of patches that will merge...
next