]> git.lyx.org Git - lyx.git/history - src
Further cleanup of InsetFlex, InsetCollapsable and InsetLayout:
[lyx.git] / src /
2007-11-03 Abdelrazak YounesFurther cleanup of InsetFlex, InsetCollapsable and...
2007-11-02 André Pönitzpimpl not needed here
2007-11-02 Abdelrazak YounesRemremove unneeded init() method.
2007-11-02 Abdelrazak Younesfix layout of InsetBox and remove unused InsetCollapsab...
2007-11-02 Abdelrazak YounesFurther cleanup of collapsable insets. The layouts...
2007-11-02 André Pönitzcosmetics
2007-11-02 André Pönitzcosmetics
2007-11-02 André Pönitzde-tuple-fication; cosmetics
2007-11-02 André PönitzI wonder why boost::tuple is preferable over a simple...
2007-11-02 André Pönitzsome de-boostification
2007-11-02 Abdelrazak YounesRemove fontlabel initialisation bug work-around. We...
2007-11-02 Abdelrazak YounesFix initial numbering of foot notes.
2007-11-02 André Pönitzno controllers directory anymore
2007-11-02 Abdelrazak Younesremove unneeded init() method.
2007-11-02 Abdelrazak Younes* InsetCollapsable:
2007-11-02 Abdelrazak Younesrevert accidental commit (r21380)
2007-11-02 Abdelrazak YounesRemove redundant code and introduce InsetCollapsable...
2007-11-02 Abdelrazak Younesadd some assertion for C-style table access.
2007-11-02 Abdelrazak YounesProperly initialize label font.
2007-11-02 Abdelrazak Younesremove void operation.
2007-11-02 Abdelrazak Younesremove unused constants.
2007-11-02 Bo Pengsave prefui in qt422 format
2007-11-02 Jürgen Spitzmüller* src/lengthcommon.cpp: disambiguation of gui string.
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.
next