]> git.lyx.org Git - lyx.git/history - src
Fix some display glitches
[lyx.git] / src /
2015-01-07 Jean-Marc LasgouttesFix some display glitches
2015-01-07 Jean-Marc LasgouttesRemove the special horizontal scrolling support in...
2015-01-07 Jean-Marc LasgouttesFine tune the scroll offset setting code
2015-01-07 Hashini SenaratneKeyboard based horizontal scrolling for wide insets
2014-07-25 Jean-Marc LasgouttesWhitespace only
2014-07-25 Kornel BenkoMake it compilable under cmake again after the merge...
2014-07-25 Jean-Marc LasgouttesRename rowpainter.* to RowPainter.*
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-25 Jean-MarcFix bad use of undo kind in Tabular inset.
2014-07-25 Jean-MarcFix logic error for spacing of RTL rows
2014-07-25 Jean-MarcFix display of parenthesis in arabic
2014-07-25 Jean-MarcBetter algorithm for forcing bidi drawing
2014-07-21 Kornel Benkoavoid qt4 variable names in cmake build
2014-07-20 Jean-Marc LasgouttesRevert optimization where several words are drawn at...
2014-07-19 Enrico ForestieriUpdate autotools for building with Qt5.
2014-07-16 Enrico ForestieriFix build on FreeBSD.
2014-07-13 Enrico ForestieriAdd forward search command for qpdfview.
2014-07-12 Enrico ForestieriRevert 6a5aa1ca
2014-07-12 Enrico ForestieriFix bug #9193: Spacing modification not exact
2014-07-11 Enrico ForestieriFix compatibility issue with 64-bit cygwin.
2014-07-11 Enrico ForestieriFix scale parameter for fonts.
2014-07-11 Enrico ForestieriFix import of latex documents with scaled fonts.
2014-07-11 Enrico ForestieriFix make check.
2014-07-10 Georg BaumSupport new languages in tex2lyx
2014-07-10 Georg BaumMissing file format bis from 0c3b88e3
2014-07-09 Jean-Marc LasgouttesGet rid of rtl_support preference
2014-07-08 Jean-Marc LasgouttesRemove LyXRC option force_paint_single_char
2014-07-08 Jean-Marc LasgouttesMove some text from the readme file to relevant source...
2014-07-08 Jean-Marc LasgouttesReintroduce the code related to InsetEnvSeparator
2014-07-08 Jean-Marc LasgouttesRemove obsolete code to handle Hebrew and Arabic characters
2014-07-08 Jean-Marc LasgouttesDo not split words at selection boundary
2014-07-08 Jean-Marc LasgouttesFix breaking of loooong word in RTL languages
2014-07-08 Jean-Marc LasgouttesFix positionning of cursor
2014-07-08 Jean-Marc LasgouttesRemove support for LyXRC::force_paint_single_char
2014-07-08 Jean-Marc LasgouttesRemove debug code from TextMetrics
2014-07-08 Jean-Marc LasgouttesSpeed-up drawing when text is not justified.
2014-07-08 Jean-Marc LasgouttesImplement a better solution for painting of RTL text
2014-07-08 Jean-Marc LasgouttesDraw right-to-left text string-wise using Qt
2014-07-08 Jean-Marc LasgouttesFix various selection-related problems
2014-07-08 Jean-Marc LasgouttesFix bug #9040: In RtL documents end-of-paragraph marker...
2014-07-08 Jean-Marc LasgouttesUpdate README and do a small code cleanup
2014-07-08 Jean-Marc LasgouttesChange getColumnNearX to getPosNearX
2014-07-07 Georg BaumRemove unneeded swap() (thanks Jean-Marc)
2014-07-05 Jean-MarcFix a bunch of small performance issues spotted by...
2014-07-05 Jean-MarcFix possible bug spotted by cppcheck
2014-07-05 Jean-MarcFix typo spotted by cppcheck
2014-07-05 Georg BaumMark some singletons with FIXME THREAD
2014-07-05 Georg BaumMake GraphicsConverter threadsafe
2014-07-05 Georg BaumFix uncodable author warning
2014-07-05 Georg BaumFix LaTeXFeatures::useLayout() recursion test
2014-07-05 Georg BaumMake LaTeX export threadsafe.
2014-07-05 Juergen SpitzmuellerSupport for Swiss German (old spelling)
2014-07-05 Georg BaumMake newUnnamedFile() threadsafe
2014-07-05 Georg BaumMake BufferList::fileNames() threadsafe
2014-07-05 Georg BaumMake BufferParams::auto_packages() threadsafe
2014-07-05 Georg BaumMake createBufferTmpDir() threadsafe
2014-07-05 Georg BaumMake DocFileName::mangledFileName() threadsafe
2014-07-05 Georg BaumMake include and bibitem insets threadsafe
2014-07-05 Georg BaumMake Formats::isZippedFile() threadsafe
2014-07-05 Georg BaumFix Tabular::CellData::operator=()
2014-07-05 Georg BaumMake preview filename generation threadsafe
2014-07-04 Georg BaumMake theWordList() thread safe.
2014-07-04 Georg BaumMake WordList noncopyable
2014-07-04 Georg BaumDon't guess whether autosave succeeded
2014-07-03 Juergen SpitzmuellerAdd support for the pdfcomment package.
2014-07-02 Juergen SpitzmuellerAdd support for the sectionbox and tcolorbox packages.
2014-07-01 Georg BaumMake IconvProcessor::Impl noncopyable
2014-07-01 Georg BaumFix memory leak and assignment operator signature
2014-06-29 Richard HeckThe flush should be done on either branch.
2014-06-26 Georg BaumWork around MSVC warning
2014-06-25 Jean-Marc LasgouttesSmall fixes to cursor positioning.
2014-06-25 Jean-Marc LasgouttesMore fixes to cursorX
2014-06-25 Jean-Marc LasgouttesSome fixes related to RTL text
2014-06-25 Jean-Marc LasgouttesNew reverseRTL implementation
2014-06-25 Jean-Marc LasgouttesFix getColumnNearX for nested insets
2014-06-25 Jean-Marc LasgouttesFix line breaking algorithm
2014-06-25 Jean-Marc LasgouttesHandle boundary in getColumnNearX (and more)
2014-06-25 Jean-Marc LasgouttesRe-implement getColumNearX using row elements
2014-06-25 Jean-Marc LasgouttesGet rid of ugly font metrics workarounds.
2014-06-25 Jean-Marc LasgouttesConvert cursorX() and computeRowMetrics() to the new...
2014-06-25 Jean-Marc LasgouttesSmall Inset isXXX methods cleanup
2014-06-25 Jean-Marc LasgouttesImplement proper handling of RtL in Rows
2014-06-25 Jean-Marc LasgouttesStore in the Row object the list of elements it contains
2014-06-25 Jean-Marc LasgouttesImplement real string width computation
2014-06-25 Jean-Marc LasgouttesChange TextMetrics::rowHeight to setRowHeight
2014-06-25 Jean-Marc LasgouttesCleanup TextMetrics::rowBreakPoint.
2014-06-25 Jean-Marc LasgouttesRevert temporarily changes related to InsetSeparator
2014-06-23 Scott KostyshakRemove an incorrect/expired FIXME
2014-06-14 Peter KümmelOn Linux show in crash message box the backtrace
2014-06-13 Scott KostyshakSelect word on double click even when at boundary
2014-06-13 Jean-Marc LasgouttesFix checkmark on current entry for InsetSeparator conte...
2014-06-12 Kornel BenkoCmake build: Symplify use of linking optional libraries...
2014-06-12 Kornel BenkoCmake build: Added magic library to some link commands.
2014-06-11 Enrico ForestieriMake binary file detection more robust.
2014-06-11 Enrico ForestieriSet the default locale at startup.
2014-06-09 Georg BaumFix thinko in loop detection
2014-06-09 Georg BaumFix wrong "externally modified" message
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2014-06-09 Georg BaumDon't double delete by making TempFile noncopyable
2014-06-09 Georg BaumImprove file saving strategy
next