]> git.lyx.org Git - lyx.git/history - src/LyX.cpp
* create global menubar on Mac without a parent. It will be shown if no GuiView exists.
[lyx.git] / src / LyX.cpp
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...
2007-08-22 Abdelrazak YounesFix crash when session is empty.
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-14 Abdelrazak Younescosmetics + move frontends/* to frontend namespace.
2007-08-07 Jean-Marc Lasgouttes[the "translation" patch series] Part 2: fixing documen...
2007-08-03 Richard HeckFix bugs 4077 and 4086.
2007-07-19 Abdelrazak Younesanother safe guard.
2007-07-19 Abdelrazak YounesObvious crash-fix introduced by 19094.
2007-07-17 Abdelrazak YounesFix this bug:
2007-06-19 Richard HeckPolish the Toc and labels updating when loading a child...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-04 Abdelrazak Younes* LyX::addFileToLoad(): new method for double-clicked...
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXServer into Server
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-27 André Pönitzrename kb_keymap into KeyMap
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/