]> git.lyx.org Git - lyx.git/history - src
Revert 23154.
[lyx.git] / src /
2008-02-24 Richard HeckRevert 23154.
2008-02-24 Richard HeckTypo.
2008-02-24 Bo PengLoad local textclass in addTextClass(), reload local...
2008-02-24 Dov Feldsternfix a visual cursor edge-case:
2008-02-24 Stefan Schimanski* setItemDelegate does not free the old delegate. So...
2008-02-24 Richard HeckFix drawing error on Linux, apprently caused by creatio...
2008-02-23 André Pönitz(temporarily) add a Buffer * Inset::buffer_ membert
2008-02-23 André Pönitzcompile fix
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2008-02-23 Stefan Schimanski* don't forget InsetMathMBox, which is only compiled...
2008-02-23 Bernhard RoiderFix crash due to recursive function call when a counter...
2008-02-23 Stefan Schimanski* Moved std::sets out of Buffer.h to reduce overall...
2008-02-23 Abdelrazak Younesfix crash on quit with Ctr-Q. Patch by Horst Schirmeier...
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-23 Richard HeckCosmetics.
2008-02-23 Stefan Schimanski* fix backspace at paragraph end. The inline completion...
2008-02-23 Stefan Schimanski* cleaned up word dimension calculation of completion...
2008-02-23 Stefan Schimanski* proper cursor position RTL text with inline completion
2008-02-23 Stefan Schimanski* remove debug output
2008-02-22 Stefan Schimanski* allow on position more at the row end for the completion
2008-02-22 Stefan Schimanski* Qt does not reverse RTL strings for us. So it's a...
2008-02-22 Stefan Schimanski* another step for rtl completion: the popup is shown...
2008-02-22 Stefan Schimanski* the bidi array drives me crazy. It only holds the...
2008-02-22 Stefan Schimanski* inlineCompletionVPos is only used locally. So define...
2008-02-22 Stefan Schimanski* following Andre's advice to rename the method into
2008-02-22 Stefan Schimanski* some more relicts of the unfinished favorite handling...
2008-02-22 Stefan Schimanski* comments
2008-02-22 Stefan Schimanski* simplify notifyCursorLeaves logic: We now only call...
2008-02-22 Stefan Schimanski* correct parsing of unknown math environment (fixes...
2008-02-22 Abdelrazak YounesGuiView::dispatch(): Fix cut&paste bug.
2008-02-22 Richard HeckLine length.
2008-02-22 Richard HeckMove the enum into InsetLayout.
2008-02-22 Richard HeckThis should be the last of the commits refactoring...
2008-02-22 Richard HeckSort table.
2008-02-22 Stefan Schimanski* cosmetic
2008-02-22 Stefan Schimanski* cosmetic
2008-02-22 Stefan Schimanski* first step to proper RTL support of the completion...
2008-02-22 Stefan Schimanski* once is enough
2008-02-22 Abdelrazak YounesText::setCursor(): make sure an update is asked if...
2008-02-22 Abdelrazak YounesText::dispatch(): Make sure the cursor is visible befor...
2008-02-22 Abdelrazak YounesFix this bug:
2008-02-22 Jean-Marc Lasgouttesdisable annoying debug messages
2008-02-22 Jean-Marc Lasgouttessort lyxrc keywords table
2008-02-22 Jean-Marc Lasgouttescompilation fix for tex2lyx
2008-02-22 Stefan Schimanski* no need for QStyleOptionViewItemV3
2008-02-22 Stefan Schimanski* stdlib-debug out of range fix
2008-02-22 Richard HeckMore headers.
2008-02-22 Richard HeckHeaders.
2008-02-22 Richard HeckThis is the second commit in the process of making...
2008-02-22 Richard HeckThis is the first of a series of commits that will...
2008-02-21 Stefan Schimanski* typo
2008-02-21 Stefan Schimanski* Reduce compilation time by removing the shared_ptr...
2008-02-21 Abdelrazak Younescompile fix
2008-02-21 Pavel SandaCosmetics.
2008-02-21 Pavel Sanda* Doxy (people really want to stop the time).
2008-02-21 Richard HeckCosmetics. And silence some warnings.
2008-02-21 Stefan Schimanski* a MathMacro is like a normal InsetMathNest in folded...
2008-02-21 Stefan Schimanski* add some space between math inset and popup. This...
2008-02-21 Stefan Schimanski* show popup without delay even when the inline complet...
2008-02-21 Stefan Schimanski* silence warnings with null QPixmap
2008-02-21 Stefan Schimanski* minimize redraws during completion
2008-02-21 Stefan Schimanski* completion infrastructure
2008-02-21 Richard HeckAdd empty InsetLayout for undefined cases. Should avoid...
2008-02-21 Pavel Sanda* Doxy.
2008-02-21 Pavel SandaAdd hide tab icon.
2008-02-21 Abdelrazak YounesLFUN_CLOSE_TAB_GROUP: bug fixes.
2008-02-21 Abdelrazak YounesIntroduce LFUN_CLOSE_TAB_GROUP.
2008-02-21 Pavel SandaSquash RC warnings.
2008-02-21 Abdelrazak YounesBe on the safe side WRT events.
2008-02-21 Abdelrazak Younes* LFUN_SPLIT_VIEW: document.
2008-02-21 Abdelrazak Younes* LFUN_SPLIT_VIEW: add support for vertical split view.
2008-02-21 Abdelrazak Younes* TabWorkArea: rename 'close tab' button to 'close...
2008-02-21 Abdelrazak YounesFix drawing of multiple views of a same buffer in the...
2008-02-21 Abdelrazak YounesFix buffer-switching in split view.
2008-02-21 Abdelrazak Younes* BufferView::resize() Remove showCursor() call when...
2008-02-20 Abdelrazak YounesIntroducing LFUN_SPLIT_VIEW
2008-02-20 Abdelrazak Younessmall tweak for split view.
2008-02-20 Richard HeckFix crash by setting Layout before calling InsetText...
2008-02-20 Abdelrazak YounesFix scrollbar/resizing interaction.
2008-02-20 Abdelrazak YounesLFUN_UI_TOGGLE: make sure the keyboard focus stays...
2008-02-20 Abdelrazak YounesWork-around scrollbar bug when returning from fullscree...
2008-02-20 Abdelrazak Younesfollowing revert of 23068: Better fix for bug 4044
2008-02-20 Abdelrazak YounesFullscreen support: Small cleanups. Still not sure...
2008-02-20 Edwin Leuvenmore tooltip cleanup
2008-02-20 Edwin Leuvencleanup tooltip
2008-02-20 Edwin Leuvenfix layout
2008-02-20 Abdelrazak Younesrevert 23068 as this was causing a recursive repaint.
2008-02-20 Abdelrazak Younescosmetics
2008-02-19 Pavel SandaImprove fullscreen mode (bug 4146).
2008-02-19 Pavel SandaUpdate cursor and scrollbar after resize.
2008-02-19 Abdelrazak Younesdoc update.
2008-02-19 Abdelrazak Younesrev 23064: forgot that.
2008-02-19 Abdelrazak YounesVarious small cleanup.
2008-02-19 Abdelrazak YounesBuffer::resetChildDocuments() Check for Buffer emptines...
2008-02-19 Richard HeckDisable colsep box when single column.
2008-02-19 Richard HeckAdd support for column separation in page margins....
2008-02-19 Richard HeckClean up a bit.
2008-02-19 Richard HeckIt used to be that things like InsetFlex, InsetCaption...
2008-02-18 Jean-Marc Lasgouttes * CutAndPaste.cpp (eraseSelectionHelper): when the...
next