]> git.lyx.org Git - lyx.git/history - src/LyXRC.cpp
Split pdf format as discussed on the list
[lyx.git] / src / LyXRC.cpp
2008-11-16 Jean-Marc Lasgouttescosmetics
2008-11-16 Pavel SandaAdd some hook for the next rc2rc.
2008-11-16 André Pönitzremove spellchecker command and flag telling us whether...
2008-11-15 André Pönitzremove ISpell and PSpell support
2008-11-15 André Pönitzremove ispell and pspell
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-08-23 Jürgen Spitzmüller* separate nomencl processing command from index proces...
2008-07-01 Jean-Marc Lasgouttes * LyXRC.cpp:
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-13 Abdelrazak Younes- Simplify prefs, graphics and external display options...
2008-05-29 André Pönitznext try
2008-05-05 Jürgen SpitzmüllerCorrectly handle quotation marks in command preferences...
2008-04-23 Jean-Marc LasgouttesFix bug 4779 (printing not possible)
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-05 André Pönitzmore compact code...
2008-04-05 André Pönitzuse simpler parser interface
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-04-02 Jean-Marc Lasgouttesrestore line removed by mistake
2008-04-01 Jean-Marc Lasgouttesdo not use #ifdef in main code; use the lyxrc.dist...
2008-03-16 Stefan Schimanski* possibility to disable the completion cursor in text...
2008-03-15 Bo PengAdd use_bundled_format rc entry to allow creation of...
2008-03-15 Stefan Schimanski* fix order
2008-03-14 Stefan Schimanski* Use open_buffers_in_tabs instead of single_window...
2008-03-14 Stefan Schimanski* preference option to open buffers in tabs or new...
2008-03-10 Stefan Schimanski * center the line in the layout category headers...
2008-02-22 Jean-Marc Lasgouttessort lyxrc keywords table
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-19 Pavel SandaImprove fullscreen mode (bug 4146).
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-10 Dov FeldsternAdding preference for visual mode for bidi cursor movement
2008-01-30 Stefan Schimanski* a configuration value for the mouse wheel scrolling...
2008-01-26 Stefan Schimanski* sort lyxrc tag table
2008-01-25 Stefan Schimanski* optional old-style editing mode for macros with a...
2008-01-22 Stefan Schimanski* Option to make macro editing less "noisy" by hiding...
2007-12-26 Abdelrazak YounesAdd an RC setting to disable/enable the tooltips in...
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-02 Bernhard RoiderCmdDef:
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-15 André Pönitzreduce line noise
2007-11-15 Abdelrazak YounesUse QSettings for session management of windows geometr...
2007-11-10 Jürgen Spitzmüller* src/LyXRC.cpp (lyxrcTags[]):
2007-11-10 Pavel SandaFix bug 2739: Option for alphabetical sorting of enviro...
2007-11-04 Jürgen Spitzmüller* src/LyXRC.cpp: shut up compiler.
2007-11-02 Jürgen Spitzmüller* src/LyXRC.{cpp,h}:
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 André Pönitz188094 lines
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-20 Bernhard RoiderCmdDef.cpp/h: A class that manages command definitions...
2007-10-20 André Pönitzmainly cosmetics
2007-10-11 Bo PengInsetInfo: add LYXRC_INFO (lyxrc bind_file ==> cua)
2007-06-12 Michael Schmitt * src/frontends/qt4/ui/TextLayoutUi.ui:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-11 Abdelrazak YounesEnable RTL language support and Converter cache by...
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-26 André Pönitzrename LColor into Color
2007-04-26 André Pönitzrename LyXLex into Lexer
2007-04-26 Bo PengRename .C ==> .cpp for files in src/