]> git.lyx.org Git - lyx.git/history - src
* src/LyXRC.{cpp,h}:
[lyx.git] / src /
2007-11-02 Jürgen Spitzmüller* src/LyXRC.{cpp,h}:
2007-11-02 Abdelrazak YounesFix concatenation bug introduced in rev 21363 and simpl...
2007-11-02 Abdelrazak Younescosmetics
2007-11-02 Abdelrazak Younesadd some const and move things closer to implementation.
2007-11-02 Abdelrazak Younesremove FIXMEs
2007-11-02 Abdelrazak YounesMSVC compile FIX.
2007-11-02 Abdelrazak Younesuse docstring wherever it makes sense.
2007-11-02 Bo Pengsave HyperlinkUi.ui in qt 422 format
2007-11-02 Stefan Schimanski* change the fold/unfold behaviour a bit: if we are...
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-11-01 Stefan Schimanski* 1 off error, leading to a crash with only one optiona...
2007-11-01 Uwe StöhrInsetHyperlink.cpp: add FIXME for the docstring issue
2007-11-01 Jürgen Spitzmüller* src/frontends/qt4/GuiErrorList.cpp:
2007-11-01 Uwe StöhrGuiHyperlink.cpp /HyperlinkUi.ui: follow the LyX naming...
2007-11-01 Uwe Stöhr- add entry to FORMATS file for Stefan's format change...
2007-11-01 Abdelrazak YounesFix bug 4147.
2007-11-01 Stefan Schimanski* replace int type by the correct custom type for pos...
2007-11-01 Stefan Schimanski* one coercion is enough
2007-11-01 Stefan Schimanski* added non-greedy init mode for macros. If you enter...
2007-11-01 Edwin Leuvencorrect case
2007-11-01 Stefan Schimanski* removed MathMacro:: from declaration.
2007-11-01 Stefan Schimanski* cosmetic: alphabetic order
2007-11-01 Stefan Schimanski* Added conversion of latex macros with optional parameters
2007-11-01 Stefan Schimanski* LFUN handler for folding/unfolding of math macros
2007-11-01 Stefan Schimanski* dynamic macros as described in http://1stein.org...
2007-11-01 Stefan Schimanski* LFUNs for math macros and menu integration
2007-11-01 Stefan Schimanski* file format 298 to convert macro definitions with...
2007-11-01 Stefan Schimanski* non-const coercion for math braces
2007-11-01 Stefan Schimanski* color definitions for math macros
2007-11-01 Stefan Schimanski* methods to cut off DocIterators and to append vectors...
2007-11-01 Stefan Schimanski* monochrome rendering support. You can set two color...
2007-11-01 Edwin Leuvenget rid of clear button
2007-11-01 Stefan Schimanski* reverting previous workarounds. With Martin's commit...
2007-11-01 Martin VermeerFix tex2lyx for inset font inheritance changes
2007-11-01 Stefan Schimanski* and another one. Trying to compile before committing...
2007-11-01 Stefan Schimanski* yet another compile fix.
2007-11-01 Martin VermeerFix inset font inheritance mechanism; smaller clean-ups
2007-11-01 Stefan Schimanski* make it compile
2007-10-31 Stefan Schimanski* gcc does not like missing characters in keywords
2007-10-31 André Pönitzintroduce a header to forward declare std::string.
2007-10-31 Bo PengPrefShortcuts: remove color, remove third column, use...
2007-10-31 Bo PengPrefShortcuts: use KeySequence::ForGui to display shortcuts
2007-10-31 Martin VermeerLFUN_LANGUAGE enabled wrong way around
2007-10-31 Abdelrazak YounesMove to_local8bit_failure class to docstring.cpp and...
2007-10-31 Abdelrazak YounesFix some gcc warnings.
2007-10-30 Dov FeldsternFix LFUN_LANGUAGE bug due to Font/Language separation...
2007-10-30 Bo PengClean up EmbeddedFiles.h/cpp because the valid_ field...
2007-10-30 Uwe StöhrGuiErrorList.cpp: whitespace
2007-10-30 Bo PengCosmetic changes to how shortcuts are printed: S-C...
2007-10-30 Martin Vermeerconst, sorry
2007-10-30 Martin VermeerFix thinko: we need to apply the default font here...
2007-10-30 Martin VermeerFix line count off-by-one for single-par verbatims
2007-10-30 Bo PengFix the shortcut input dialog bug (can not input Ctrl...
2007-10-30 Bo PengTo reduce confusion, stop displaying UserExtraUnbind...
2007-10-30 Bo PengDocument->settings: update embedded file list properly
2007-10-30 Jürgen Spitzmüller* src/frontends/qt4/GuiSearch.cpp:
2007-10-30 Martin VermeerImplement ForceLtR; cleanup of collapsable insets
2007-10-30 Bo PengDocument->Settings: add currently embedded files
2007-10-30 Uwe StöhrInsetMathDelim.cpp: remove doubled include
2007-10-29 André Pönitzremove unneeded include
2007-10-29 André Pönitzmake unused exception less expensive
2007-10-29 Uwe Stöhrfileformat change for my previous commit: Albanian...
2007-10-29 André Pönitzunbreak font panel
2007-10-29 Bo PengPut bindings in defaultKeyBindings() to site.bind
2007-10-29 Martin VermeerUpdate current font when moving cursor by clicking...
2007-10-29 Bo PengUse proper label in the shortcut panel
2007-10-29 Richard HeckMake GuiRef and GuiInclude subclasses of GuiCommand.
2007-10-29 Martin VermeerCommit the new parameter ForceLtR before Abdel moves...
2007-10-29 Abdelrazak YounesFix copy&paste bug.
2007-10-29 Abdelrazak Younes* FontList:
2007-10-29 Abdelrazak Younes* InsetERT::resetParagraphsFont(): use Paragraph::reset...
2007-10-29 Abdelrazak Younesput back the const.
2007-10-29 Abdelrazak Younes* InsetText::frame_color_: int -> ColorCode.
2007-10-29 Abdelrazak Younes* MetricsInfo::background_color: int -> ColorCode
2007-10-29 Edwin Leuven- add label and remove subclassed SearchLineEdit
2007-10-29 Abdelrazak YounesRowPainter::paintForeignMark(): take a Language instead...
2007-10-29 Abdelrazak YounesAdd some const and avoid implicit constructions.
2007-10-29 Bo PengAdd initial embedding files panel in the Document-...
2007-10-28 Abdelrazak YounesForbid implicit conversion from FontInfo to Font.
2007-10-28 Abdelrazak YounesUndo some Font -> FontInfo moves.
2007-10-28 Uwe StöhrInsetMathFrac: add support for \tbinom and \dbinom...
2007-10-28 Dov FeldsternGetting rid of LTR bias --- part 2/?
2007-10-28 Abdelrazak Youneswhite space.
2007-10-28 Abdelrazak YounesGCC Compil fix.
2007-10-28 Abdelrazak YounesRemove unneeded code and comment.
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-28 André Pönitzmove stuff
2007-10-28 André Pönitzstart some work on file dialogs
2007-10-28 Uwe StöhrInsetMathFrac.cpp: fix bug 4308 by using the metrics...
2007-10-28 Bo Pengsimplify code
2007-10-27 Martin VermeerERT simplification
2007-10-26 Bo Pengadd a missing header file
2007-10-26 Bernhard Roidercomplete fix of bug 3172: add binary mode open to the...
2007-10-26 Bo PengPrefShortcuts: improve the Shortcut input dialog
2007-10-26 Martin VermeerFix ERT blanks doubling bug
2007-10-25 Bernhard Roiderfix bug 3172: open file in binary mode, otherwise itera...
2007-10-25 Richard HeckInsetIndex is no longer an InsetCommand.
2007-10-25 André Pönitzput \frac style stuff into a single unit. -161477.
2007-10-25 Richard HeckFix compilation problem due to same static variable...
2007-10-25 André Pönitz188094 lines
next