]> git.lyx.org Git - lyx.git/shortlog
lyx.git
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 Uwe Stöhrcorrect scons_manifest.py
2007-11-01 Uwe Stöhrupdate the build system after r2121337
2007-11-01 Abdelrazak... Fix bug 4147.
2007-11-01 Bo Pengupdate scons-manifest for the addition of a few images
2007-11-01 Bo Pengremove the manifest section from two doc files
2007-11-01 Bo Pengadd two needed python files to the windows installer
2007-11-01 Uwe StöhrEmbeddedObjects.lyx: fix some linebreaks
2007-11-01 Stefan Schimanski* a first version of a math macro toolbar. The icon...
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 VermeerNeedProtect inside Index inset
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 André Pönitzsmall update. almost 30k for <iostream> ...
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... Move to_local8bit_failure class to docstring.cpp and...
2007-10-31 Abdelrazak... Fix 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öhrbuild_msvc.bat: change version suffix to "16"
2007-10-30 Uwe Stöhrmissing lyx2lyx stuff for the fileformat change to 297
2007-10-30 Uwe StöhrSpanish UserGuide.lyx: updates by Ignacio
2007-10-30 Uwe StöhrExtended.lyx: remove some Linux-only path descriptions
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 Uwe Stöhrremove the example file currency.lyx and its German...
2007-10-29 André Pönitzremove unneeded include
2007-10-29 André Pönitzmake unused exception less expensive
2007-10-29 Uwe Stöhramsmaths.inc: revert r21228 since this has unwanted...
2007-10-29 Uwe Stöhrlyx_1_6.py: fix copy/paste bug from my previous commit
2007-10-29 Uwe Stöhrfileformat change for my previous commit: Albanian...
2007-10-29 André Pönitzunbreak font panel
2007-10-29 Uwe Stöhrlanguages: - reenable Sorbian as babel is now fixed
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... Fix copy&paste bug.
2007-10-29 Abdelrazak... * FontList:
2007-10-29 Abdelrazak... * InsetERT::resetParagraphsFont(): use Paragraph::reset...
2007-10-29 Abdelrazak... put back the const.
2007-10-29 Abdelrazak... * InsetText::frame_color_: int -> ColorCode.
2007-10-29 Abdelrazak... * MetricsInfo::background_color: int -> ColorCode
2007-10-29 Edwin Leuven- add label and remove subclassed SearchLineEdit
2007-10-29 Abdelrazak... RowPainter::paintForeignMark(): take a Language instead...
2007-10-29 Abdelrazak... Add some const and avoid implicit constructions.
2007-10-29 Bo PengAdd initial embedding files panel in the Document-...
2007-10-28 Abdelrazak... Forbid implicit conversion from FontInfo to Font.
2007-10-28 Abdelrazak... FontEnums.cpp doesn't exist.
2007-10-28 Abdelrazak... Undo some Font -> FontInfo moves.
2007-10-28 Uwe StöhrInsetMathFrac: add support for \tbinom and \dbinom...
2007-10-28 Uwe StöhrGerman Extended.lyx: updates from Hartmut again
2007-10-28 Dov FeldsternGetting rid of LTR bias --- part 2/?
2007-10-28 Abdelrazak... white space.
2007-10-28 Abdelrazak... GCC Compil fix.
2007-10-28 Abdelrazak... Remove unneeded code and comment.
2007-10-28 Abdelrazak... Splitup 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öhrGerman Extended.lyx: updates from Hartmut
2007-10-28 Uwe StöhrInsetMathFrac.cpp: fix bug 4308 by using the metrics...
2007-10-28 Uwe Stöhrremove the now obsolete German file TabellenBeispiel.lyx
2007-10-28 Uwe StöhrSpanish translation of the file ItemizeBullets.lyx...
2007-10-28 Bo Pengsimplify code
2007-10-27 Uwe StöhrGerman UserGuide.lyx: fix image name
next