]> git.lyx.org Git - lyx.git/history - src
Reintroduce the code related to InsetEnvSeparator
[lyx.git] / src /
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-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
2014-06-09 Georg BaumFix typo
2014-06-08 Scott KostyshakCombine OutlineIn and OutlineOut blocks
2014-06-07 Georg BaumExplain why the binary detection works
2014-06-07 Georg BaumFix bug #7954 (now really)
2014-06-07 Peter Kümmelstd::min/max are defined in <algorithm>
2014-06-07 Peter Kümmelbuild with mingw on Windows and Linux
2014-06-07 Scott KostyshakExpand module names instead of buttons in settings
2014-06-06 Enrico ForestieriFix bug #9153 (Using mathpanel to insert matrix creates...
2014-06-06 Enrico ForestieriRefine fix for bug #9151.
2014-06-05 Enrico ForestieriFix bug #9151 (Wrong reverse search for images and...
2014-06-05 Enrico ForestieriFix bug #9146.
2014-06-05 Jean-Marc LasgouttesFix crash when accepting change
2014-06-05 Scott KostyshakFix a regression reported at #9146
2014-06-04 Georg BaumDetect binary EPS files correctly (bug #9146)
2014-06-04 Richard HeckUse a different naming scheme, per Enrico's suggestion.
2014-06-04 Richard HeckFlush stream more often to help figure out where the...
2014-06-03 Richard HeckPer a suggestion of JMarc's, first write the saved...
2014-05-31 Juergen SpitzmuellerRemove superfluous conversion
2014-05-31 Juergen SpitzmuellerWhitespace
2014-05-29 Georg BaumAdd missing bits of layout file format update
2014-05-29 Georg BaumMake layout test compile
2014-05-29 Juergen SpitzmuellerAdd layout tag that determines if/when a paragraph...
2014-05-28 Enrico ForestieriAvoid an assertion.
2014-05-28 Jean-Marc LasgouttesMake TextMetrics::editXY more robust
2014-05-27 Enrico ForestieriFix indentation of paragraphs after an environment.
2014-05-27 Georg BaumNative support for \notag
2014-05-27 Georg BaumNative support for \smash[t] and \smash[b]
2014-05-27 Georg BaumAdd missing member initializations
2014-05-26 Enrico ForestieriAllow inserting a blank line also after a nested enviro...
2014-05-23 Richard HeckAdd a FIXME.
2014-05-23 Richard HeckFix bug #9131 for development branch. There are two...
2014-05-23 Richard HeckAdd some const-ref-ness, and remove some default argume...
2014-05-23 Richard HeckFix up logic of BibTeXInfo::getInfo. We don't need...
2014-05-22 Enrico ForestieriFix another glitch with on-screen indentation.
2014-05-22 Georg BaumFix another crash similar to #9030
2014-05-22 Enrico ForestieriSimplify the test for inserting a parbreak separator.
2014-05-22 Enrico ForestieriCorrect the check for a command.
2014-05-22 Enrico ForestieriFix potential crash.
2014-05-21 Enrico ForestieriFix wrong indentation on screen.
2014-05-21 Enrico ForestieriAdd a required paragraph break.
2014-05-21 Juergen SpitzmuellerOutput arguments required by arguments with default...
2014-05-20 Enrico ForestieriSmall reorganization.
2014-05-20 Enrico ForestieriGeneralize control on double blank lines.
2014-05-20 Scott KostyshakFix a GCC warning: comparing signed vs. unsigned
2014-05-20 Jean-Marc LasgouttesCode cleanup: get rid of RenderPreview::status()
2014-05-20 Juergen SpitzmuellerFix crash due to invalid pos
2014-05-19 Enrico ForestieriFix compilation after afc34c7a
2014-05-19 Georg BaumInitialize all members
2014-05-19 Georg BaumFix bug 9030 except for windows
2014-05-19 Georg BaumRemove unneeded slash
2014-05-19 Georg BaumMove code where it belongs
2014-05-19 Georg BaumUgly fix for bug #9102
2014-05-18 Enrico ForestieriPrettify the output of InsetSeparator.
2014-05-18 Enrico ForestieriExtend the otexstream class to also report about paragr...
2014-05-18 Enrico ForestieriDon't allow inserting two consecutive separators.
2014-05-18 Juergen SpitzmuellerFix crash when right-clicking into an inset with more...
next