]> git.lyx.org Git - lyx.git/history - src
generalize special handling of command inset parameters on LaTeX output (escaping...
[lyx.git] / src /
2010-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
2010-02-13 Jürgen Spitzmüller* TocWidget.{cpp,h}:
2010-02-12 Vincent van RavesteijnCorrect r33454.
2010-02-12 Vincent van RavesteijnFix bug #6525: Autosave error when renaming a new file.
2010-02-12 Edwin Leuvendelete unused variable, fix multicolumn and some clean up
2010-02-12 Jürgen SpitzmüllerFix encoding issues in bibitems (bug #6534)
2010-02-12 Jean-Marc LasgouttesDo not show spelling suggestions in contextual menu...
2010-02-12 Pavel SandaFix #6496, patch from Vincent.
2010-02-12 Pavel SandaPrepare VCS part for comparison.
2010-02-12 Jürgen Spitzmüller* GuiApplication.cpp: prevent null pointer.
2010-02-12 Pavel SandaWe need public API
2010-02-12 Jean-Marc LasgouttesFix bug #6217: Replacing a word in spellcheck does...
2010-02-12 Pavel SandaComment
2010-02-12 Pavel SandaSlowly toward version control + comparison
2010-02-12 Pavel SandaForgotten. There should be some oneliner for substituti...
2010-02-12 Pavel SandaWhitespace
2010-02-12 Pavel Sanda* LFUNs.lyx
2010-02-12 Pavel SandaKill locker() API in VCS
2010-02-12 Pavel Sandaunused code
2010-02-12 Pavel SandaLets start some cleanup of old version() VCS API
2010-02-12 Pavel SandaSVN info - add author, date, time
2010-02-12 Pavel SandaRevision info for RCS too.
2010-02-12 Pavel SandaTree revision info into InsetInfo. Muhehe.
2010-02-12 Pavel SandaFileformat++ as a safety measure.
2010-02-12 Pavel SandaSpots from Abdel
2010-02-12 Pavel SandaWhite space
2010-02-12 Pavel SandaConnect to InsetInfo
2010-02-12 Pavel SandaVCS: Extended API for revision info
2010-02-12 Pavel SandaSVN file revision number
2010-02-11 Abdelrazak YounesGuiTabular despaghettization: pass out tabular_ instead...
2010-02-11 Uwe StöhrInsetTabular.h:
2010-02-11 Uwe StöhrGuiPrefs.cpp: revert changes that accidentally slipped...
2010-02-11 Pavel Sanda-xml
2010-02-11 Uwe Stöhrsupport for multirows in tables:
2010-02-10 Abdelrazak Younes* InsetFloat:
2010-02-10 Abdelrazak YounesFix i18n as suggested by Jürgen:
2010-02-10 Abdelrazak YounesFloatPlacement: code cleanup and bug fixing (pretty...
2010-02-10 Jürgen Spitzmüller* Thesaurus.cpp:
2010-02-10 Jürgen SpitzmüllerFix hunspell.
2010-02-10 Jürgen Spitzmüller* Spellchecker dialog:
2010-02-10 Abdelrazak YounesMake float type translatable.
2010-02-10 Abdelrazak YouneshasDigit(): Avoid a string copy as this is in a critica...
2010-02-10 Pavel SandaUse readonly for manuals only in released versions.
2010-02-09 Jürgen Spitzmüller* GuiSpellchecker.cpp:
2010-02-09 Jürgen Spitzmüller* support/lstring.{cpp,h}:
2010-02-09 Abdelrazak YounesApplication: get rid of 2 virtual interface.
2010-02-09 Abdelrazak YounesToday is a sad day, LyXView has passed over... long...
2010-02-09 Richard HeckRemove unneeded include.
2010-02-09 Richard HeckWhitespace.
2010-02-09 Jürgen Spitzmüllerwhitespace.
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-09 Jürgen Spitzmüllerthis was not intended to go in.
2010-02-09 Jürgen Spitzmüller* Paragraph.cpp (spellcheck):
2010-02-09 Jean-Marc Lasgouttesremove last member variables from LyXFunc and move...
2010-02-09 Jean-Marc Lasgouttesdo not use theLyXFunc()
2010-02-09 Jürgen Spitzmüller* EnchantChecker.cpp: don't crash if dictionary is...
2010-02-09 Enrico ForestieriFix bug #6510: URL in the footnote will cause the ...
2010-02-09 Jürgen SpitzmüllerAdd language selector to the spell chekcer dialog ...
2010-02-09 Abdelrazak YounesTemporarily fix bug #6412. The side effect is that...
2010-02-09 Jürgen Spitzmüller* WordLangTuple.h: better initialization.
2010-02-09 Jürgen Spitzmüller* store the full Language in WordLangTuple.
2010-02-09 Jean-Marc Lasgouttesfix assertion in Inset::getLayout when there is no...
2010-02-09 Pavel Sandaqt 4.2
2010-02-09 Abdelrazak YounesLink fix, sorry.
2010-02-08 Abdelrazak YounesFix compilation with 4.2.
2010-02-08 Abdelrazak Younes* Migrate InsetFloat to InsetDialog
2010-02-08 Jürgen SpitzmüllerPatch by John McCabe-Dansted to fix bug #6502:
2010-02-08 Jürgen SpitzmüllerAllow to switch buffer languages via the menu.
2010-02-08 Richard HeckConst.
2010-02-08 Jean-Marc Lasgouttescleanup handling of LFUN_REGEXP_MODE ; cleanup Text...
2010-02-08 Jean-Marc Lasgouttesfix compilation with qt 4.2
2010-02-08 Pavel SandaNext one
2010-02-08 Pavel SandaUnneeded include
2010-02-07 Abdelrazak YounesFix inset creation, the inset name code was already...
2010-02-07 Abdelrazak YounesERT and Box insets: simplify dialog creation and don...
2010-02-07 Tommaso CucinottaMost common cases with regexps seem to work, at least...
2010-02-07 Abdelrazak YounesMigrate ERT dialog to InsetDialog.
2010-02-07 Abdelrazak YounesGuiBox: don't call applyView twice
2010-02-07 Abdelrazak YounesDialog: move method to protected area
2010-02-07 Abdelrazak YounesBox dialog: migrate to the new InsetDialog architecture...
2010-02-07 Abdelrazak Younes* Dialog:
2010-02-07 Abdelrazak YounesGuiInfo: simplify code.
2010-02-06 Enrico ForestieriFix shortcut target for the Contents combo.
2010-02-06 Jürgen SpitzmüllerGuiProgressView.cpp:
2010-02-06 Tommaso CucinottaCompleting r33336 (coloured box around regexp visible...
2010-02-05 Tommaso CucinottaNow the coloured box around the regexp is visible also...
2010-02-05 Tommaso CucinottaImproved appearence of regexp insets (at least I hope...
2010-02-04 Enrico ForestieriAutomate the setting of the ascii only flag.
2010-02-04 Enrico ForestieriFix bug #3325: Labels with special characters in equati...
2010-02-04 Enrico ForestieriFix bug #2872: reference in math to label with "undersc...
2010-02-04 Pavel Sanda* doxy
2010-02-02 Tommaso CucinottaFixed crash on searching for empty list inside empty...
2010-02-01 Jürgen Spitzmüllerremove tautology
2010-02-01 Jürgen Spitzmüllerresolve shortcut conflict
2010-02-01 Vincent van RavesteijnFinally add some comments to the currentBufferView...
2010-02-01 Jürgen Spitzmüller* GuiDocument.cpp: before accessing the buffer() in...
2010-02-01 Kornel BenkoUse better include for 'struct QHeaderView'
2010-02-01 Kornel BenkoMake it compilable for QT4.3. (/usr/include/QtGui/qtree...
2010-02-01 Enrico ForestieriAccording to André, QLatin1String is cheaper.
2010-01-31 Tommaso CucinottaRemoved obsolete FIXME (the invoked isInternal() method...
next