]> git.lyx.org Git - lyx.git/history - src/LyX.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / LyX.h
2024-02-29 Jean-Marc LasgouttesFix support for screen fractional scaling with Wayland
2017-03-14 Richard HeckMove the global formats and system_formats variables...
2017-01-22 Enrico ForestieriAllow to properly scale the GUI with Qt5
2017-01-11 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Juergen SpitzmuellerCommand line option to ignore error msgs
2016-08-17 Enrico ForestieriAdd verbose option
2015-11-29 Richard HeckFix bug #9096: Load all the files specified on the...
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-01-11 Georg BaumStart qt event loop for commandline usage
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-26 Lars Gullik BjønnesWS cleanup, remove extraeneous spaces
2012-08-16 Juergen SpitzmuellerClean up LaTeX font handling (#4999)
2012-07-15 Jean-Marc LasgouttesFix bug #7741: incorrect locale when starting R from...
2011-07-12 Abdelrazak YounesGraphics cleanup: get rid of Previews.{h,cpp}
2011-01-17 Richard HeckDon't try to convert any of the preference files except...
2010-11-13 Enrico ForestieriThe "single instance" patch.
2010-07-17 Enrico ForestieriBy default, overwrite the main file on export, but...
2010-04-20 Enrico ForestieriCoding style
2010-04-19 Enrico ForestieriIntroduce a switch for overwriting files during a batch...
2010-04-08 Jean-Marc LasgouttesGet rid of all-insets-toggle and explain how to replace...
2010-03-29 Richard HeckMake these const, too. I mean, why not?
2010-02-09 Abdelrazak YounesToday is a sad day, LyXView has passed over... long...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-25 Jean-Marc LasgouttesAdd DispatchResult argument to BufferView::dispatch...
2009-08-08 Abdelrazak YounesMinimal support for hunspell. Spellchecking works but...
2009-03-29 Abdelrazak Younes* Singleton-ify the used SpellChecker object.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-07-14 Abdelrazak YounesMSVC compile fix :-)
2008-07-14 Abdelrazak Younesgcc compile fixes.
2008-07-14 Abdelrazak YounesSanitize LyX singleton access by getting rid of ref...
2008-07-14 Abdelrazak Younessafeguards:
2008-06-24 Abdelrazak YounesAdd two RC variables that can be used to set the GUI...
2008-06-02 Abdelrazak YounesRemove bug work around due to bad event loop startup...
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-03-22 André Pönitzcosmetics
2008-03-22 André Pönitzremove unused code
2008-02-27 Abdelrazak YounesGet rid of 'quitting' global variable. It is not needed...
2008-02-19 Abdelrazak Younesrev 23064: forgot that.
2008-02-06 Abdelrazak YounesTransfer some GUI oriented code from core to frontend.
2007-12-16 Abdelrazak YounesSanitize the way we use abort() and exit(). With this...
2007-11-18 Abdelrazak YounesSpoiling some fun from Andre': put Application on a...
2007-11-17 André Pönitzshuffle code around
2007-11-14 André Pönitzusr strfwd
2007-11-07 André Pönitzmore de-boostification
2007-10-29 Bo PengPut bindings in defaultKeyBindings() to site.bind
2007-10-20 Bernhard RoiderCmdDef.cpp/h: A class that manages command definitions...
2007-09-30 André Pönitzboost/utility -> boost/noncopyable
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-08-14 Abdelrazak Younescosmetics + move frontends/* to frontend namespace.
2007-07-17 Abdelrazak YounesFix this bug:
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 LyXServer into Server
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-27 André Pönitzrename kb_keymap into KeyMap
2007-04-26 Bo PengRename .C ==> .cpp for files in src/