]> git.lyx.org Git - lyx.git/history - src/frontends/Application.h
Attempt to fix bug #13017.
[lyx.git] / src / frontends / Application.h
2023-12-21 Richard Kimberly... Attempt to fix bug #13017. bugs/13017
2023-10-15 Eugene ChornyiImplement ui style selection dialog 12832 attempt 2
2021-01-19 Juergen SpitzmuellerAdd method to check whether LyX runs in dark mode
2020-10-19 Yuriy SkalkoReduce includes in header files (2)
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2020-06-25 Jean-Marc LasgouttesRun codespell on src/frontends
2019-07-20 Jean-Marc LasgouttesRename frontend qt4 to qt
2019-07-17 Jean-Marc LasgouttesRespect OS-level keyboard language
2018-08-08 Juergen SpitzmuellerExtend list of accessible menu info
2018-01-02 Jean-Marc LasgouttesDo not use Application for a 'cancel export' boolean
2017-12-21 Richard HeckLFUN and basic code to enable cancellation of background
2017-07-03 Richard HeckFix whitespace at EOL.
2017-06-11 Guillaume MMUnhide buffers that are marked dirty as a result of...
2016-07-02 Guillaume MunchSimplifications, mainly removal of boost::function...
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-02-14 Georg BaumFix missing symbols in math completer
2013-05-30 Jean-Marc LasgouttesImplement native reading of mo files.
2012-08-18 Tommaso CucinottaAvoid that, if an error dialog pops up during a long...
2012-03-06 Tommaso CucinottaNow ESC cancels long Advanced Find and Replace operations.
2011-01-06 Georg BaumFix crash in lyx -e latex lib/doc/Shortcuts.lyx: theApp...
2010-02-09 Abdelrazak YounesApplication: get rid of 2 virtual interface.
2010-02-09 Abdelrazak YounesToday is a sad day, LyXView has passed over... long...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2008-06-06 Abdelrazak YounesMove loadableImageFormats() to the frontend.
2008-06-05 Abdelrazak YounesProvide a generic way to retrieve icons from the frontend.
2008-05-28 Abdelrazak Younessmall updates.
2008-05-24 Abdelrazak YounesIntroduce docstring_list
2008-05-24 Abdelrazak YounesFirst step towards fixing bug 4588: move the ui file...
2008-05-23 Abdelrazak Younes* Application: change the signature of getStatus()...
2008-05-23 Abdelrazak YounesGet rid of Application::initGlobalMenu().
2008-03-27 André Pönitzremove InsetWrapMailer class
2008-03-14 Stefan Schimanski* create global menubar on Mac without a parent. It...
2008-03-07 André Pönitzmerge MenuBackend into frontend/Menus
2008-03-06 André Pönitzstart moving MenuBackend to the frontend
2008-02-19 Abdelrazak Younesdoc update.
2008-02-06 Abdelrazak YounesTransfer some GUI oriented code from core to frontend.
2007-12-25 Abdelrazak YounesDon't pretend we have multiple menu backends: transfer...
2007-11-26 Abdelrazak YounesCleanup LyXFunc::dispatch() following JMarc advice.
2007-11-25 Abdelrazak YounesRemove unused pure virtual method.
2007-11-24 Abdelrazak YounesGetting rid of Application::createView()
2007-11-24 Abdelrazak YounesIntroducing Application::getStatus() and Application...
2007-11-23 Abdelrazak Younessimplify window creation.
2007-11-21 Abdelrazak YounesIntroducing Application::resetGui() that will reset...
2007-11-19 Abdelrazak YounesTransfer some LFUNs from LyXFunc to GuiView.
2007-11-18 Abdelrazak YounesSpoiling some fun from Andre': put Application on a...
2007-11-17 André Pönitzmake Application slimmer
2007-11-17 André Pönitzmove view_ids from Application to GuiApplication
2007-11-17 André Pönitzmake frontend::Application a bit slimmer
2007-11-17 André Pönitzmerge frontend::Gui and frontend::Application
2007-11-15 André Pönitzshuffle some code around
2007-11-15 Abdelrazak Younescosmetics and comments.
2007-11-14 Abdelrazak YounesTransfer geometry related session code from LyX::newLyX...
2007-11-13 André Pönitzremove #includes; cosmetics
2007-11-13 Abdelrazak YounesTransfer createView() from Application to GuiApplicatio...
2007-11-08 André Pönitzuse strfwd when appropriate
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-09-15 André PönitzWhy would boost::array<Bullet, 4> be better than...
2007-09-15 André Pönitzsome remnaming
2007-09-15 André PönitzRename class socket_callback into SocketCallback; adjus...
2007-08-21 Abdelrazak YounesThe BufferView/WorkArea/LyXView reorg a.k.a Multiple...
2007-08-14 Abdelrazak Younescosmetics + move frontends/* to frontend namespace.
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 André Pönitzrename LColor into Color
2007-03-17 Peter Kümmelfix bug: vert. maximized window is completely maximized...
2006-12-04 Abdelrazak Younes* GuiApplication::x11EventFilter(): check for currentVi...
2006-12-02 Peter KümmelClean up quit code.
2006-11-30 Peter KümmelFIXME: remove global variable theApp
2006-11-29 Peter KümmelFix crash on Mac, now the strange part
2006-11-29 Peter Kümmelalso support the geometry option on Windows + Qt/Windows
2006-11-27 Peter Kümmelfix wrong toolbar icon size, default value is
2006-11-26 Abdelrazak Younes* lyx_main.[Ch]
2006-11-22 Abdelrazak Younescomment clarification.
2006-11-21 Abdelrazak YounesSome documentation on how the MVC separation is achieve...
2006-11-07 Abdelrazak Younes* Application:
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-19 Abdelrazak YounesThis commit transfers the singletons defined in the...
2006-10-12 Abdelrazak YounesThis commit is purely mechanical and get rid of lyx_gui...
2006-10-11 Abdelrazak Younes* LyX class (lyx_main.[Ch]):
2006-10-03 Abdelrazak YounesThis commit introduces the FontLoader interface class...
2006-10-03 Abdelrazak YounesPut back doxygen comments deleted from lyx_gui.h.
2006-10-03 Abdelrazak YounesThis commit creates a new "frontends/lyx_gui.C" that...
2006-09-29 Abdelrazak YounesSome cleanup
2006-09-29 Abdelrazak Younes* Application: new createView() method
2006-09-29 Abdelrazak YounesThis commit introduces Application_pimpl and cleanup...
2006-09-27 Abdelrazak Younesreplace global variable bufferlist with Application...
2006-09-22 Georg Baumfix eol-style
2006-09-22 Georg BaumAdd virtual destructor
2006-09-22 Abdelrazak YounesThis commit replaces BufferView->LyXView->Gui->[selecti...
2006-09-22 Abdelrazak YounesThis commit introduces frontends/Application.[Ch] and...