]> git.lyx.org Git - lyx.git/history - src
lyxpak.py: Use `subprocess` for spawning scripts.
[lyx.git] / src /
2015-07-25 Juergen SpitzmuellerDo not attempt to select an empty cell before inserting...
2015-07-22 Jean-Marc LasgouttesAnother go at improving row shortening
2015-07-22 Richard HeckComment.
2015-07-22 Richard HeckFix bug noticed by Pavel. Apparently, some changes...
2015-07-22 Jean-Marc LasgouttesDo not break row at inset boundary if possible
2015-07-22 Stephan WittImproved symlink creation for Mac OS for first LyX...
2015-07-22 Stephan WittUse the safer addName helper function to add the config...
2015-07-21 Enrico ForestieriFix bug #9684: Update previews after background color...
2015-07-21 Jean-MarcMerge branch 'rowpainter2'
2015-07-21 Jean-Marc LasgouttesRemember the cursor before an undo group
2015-07-21 Jean-Marc LasgouttesReset properly the cursor font when leaving an inset...
2015-07-21 Jean-Marc LasgouttesInitialize correctly the default keymap
2015-07-21 Jean-Marc LasgouttesGet rid of SEPARATOR row element type
2015-07-21 Jean-Marc LasgouttesReset cursor font when entring an inset with char-forwa...
2015-07-20 Jean-MarcOnly compute string length every 30 characters
2015-07-20 Jean-Marc LasgouttesRe-implement text justification
2015-07-20 Jean-Marc LasgouttesDo not break row elements at spaces
2015-07-20 Georg BaumSupport Photos in RasterImage template
2015-07-18 Jean-Marc LasgouttesRewrite RowPainter::paintOnlyInsets to use row elements
2015-07-18 Georg BaumStore InsetGraphics bounding box in parsed form
2015-07-18 Georg BaumRemove relative units from bounding box
2015-07-18 Georg BaumLengthCombo does not depend on VSpace
2015-07-18 Georg BaumDevirtualize some methods
2015-07-17 Jean-Marc LasgouttesRewrite Cursor::posVisToRowExtremity without Bidi class
2015-07-17 Jean-Marc LasgouttesSome fixups to row margins
2015-07-17 Jean-Marc LasgouttesFix logic error in on-screen font shape
2015-07-16 Jean-Marc LasgouttesRemove old cruft
2015-07-16 Jean-Marc LasgouttesRely on Row elements to draw rows.
2015-07-16 Jean-Marc LasgouttesCode cleanup in RowPainter
2015-07-16 Stephan Witt#9496 add a check for requested thesaurus files if...
2015-07-16 Georg BaumSupport units in external inset bbox
2015-07-16 Stephan Witt#9496 factor out getting language from LFUN args or...
2015-07-16 Uwe StöhrVCBackend.cpp: addendum to [f51d7fdd/lyxgit]
2015-07-16 Georg BaumRemove InsetGraphics noUnzip parameter
2015-07-16 Jean-Marc LasgouttesUpdate comment.
2015-07-16 Jean-Marc LasgouttesEnd all Undo::Private members names with an underscore
2015-07-16 Jean-Marc LasgouttesMove some functions out of Bidi.*
2015-07-16 Jean-Marc LasgouttesCompilation fix for windows
2015-07-15 Jean-Marc LasgouttesRemove extra row painting added by horizontal scroll...
2015-07-15 Jean-Marc LasgouttesRename paintTextAndSel to paintStringAndSel
2015-07-15 Jean-Marc LasgouttesWhen adding completion to a row, add also the unique...
2015-07-15 Jean-Marc LasgouttesAvoid crash when inserting space in the middle of missp...
2015-07-15 Günter MildeAdd "TODO-comments" with link to textcyr/textgreek...
2015-07-15 Jean-Marc LasgouttesAuto feature for minibuffer toolbar
2015-07-15 Jean-Marc LasgouttesAvoid breaking kerning with continuous spell checking
2015-07-15 Jean-Marc LasgouttesConvert a few more variables to int
2015-07-14 Jean-Marc LasgouttesAlways use unicode override characters to enforce direction
2015-07-14 Jean-Marc LasgouttesFix comment.
2015-07-14 Jean-Marc LasgouttesUse integer line thickness in painter
2015-07-14 Günter MildeFix #9679 textcyr fails without fontenc
2015-07-12 Kornel BenkoCmake tests: Add missing definition for check_Length_SO...
2015-07-12 Georg BaumFix Length::inBP()
2015-07-12 Georg BaumAdd unit test for the Length class
2015-07-12 Günter MildeFix Ticket #9607 (support comma below accent in unicode...
2015-07-11 Günter MildeFix #9636 textgreek: restore compatibility with lgrenc...
2015-07-09 Jean-Marc LasgouttesPosition better the cursor after math-display
2015-07-08 Stephan WittAdd paths of private frameworks to linker rpath options
2015-07-08 Jean-Marc LasgouttesSmall clean-up to debug support
2015-07-06 Enrico ForestieriRemove unneeded header
2015-07-06 Günter MildeFix clash between marvosym and bbding packages (fixes...
2015-07-05 Enrico ForestieriAvoid calling Buffer::getMacro inside the MathMacro...
2015-07-04 Stephan WittFix for #9659 - Qt may send more then one close event...
2015-07-02 Scott KostyshakRemove an incorrect horizontal size policy
2015-06-30 Enrico ForestieriAvoid code duplication
2015-06-30 Enrico ForestieriAvoid using a dangling pointer
2015-06-30 Jean-Marc LasgouttesRevert "Auto feature for minibuffer toolbar"
2015-06-29 Jean-Marc LasgouttesConstify RowPainter (no intended change)
2015-06-29 Jean-Marc LasgouttesAuto feature for minibuffer toolbar
2015-06-28 Georg BaumTest negative numbers as well
2015-06-28 Georg BaumMake it explicit that we need floating point abs
2015-06-28 Scott KostyshakGive Advanced Find a minimum size
2015-06-28 Scott KostyshakFindAndReplaceUi: update format
2015-06-26 Enrico ForestieriWas forgetting this
2015-06-26 Enrico ForestieriAmend c9d9309c
2015-06-26 Juergen SpitzmuellerFix formatFPnumber with negative doubles.
2015-06-26 Juergen SpitzmuellerHSpace/VSpace: use a _signed_ length validator in the...
2015-06-25 Scott KostyshakFix setting of pref "hide scrollbar in fullscreen"
2015-06-24 Enrico ForestieriCheck whether the buffer pointer is valid before using it
2015-06-24 Enrico ForestieriAssure not to miss requirements on loading with instant...
2015-06-24 Enrico ForestieriFix crash when copying a macro with instant preview on
2015-06-23 Stephan Witt#7896: LyX templates folder is empty - create a symlink...
2015-06-23 Stephan Witt#7896 add support for symlink creation by the LyX binar...
2015-06-23 Enrico ForestieriAvoid an exception when the lyxpreview2bitmap.py script...
2015-06-21 Enrico ForestieriProperly reschedule refresh of previews
2015-06-21 Enrico ForestieriMake really sure to wait for previews after zoom changes
2015-06-20 Enrico ForestieriFix another couple of issues spotted by Guillaume
2015-06-20 Enrico ForestieriAmend 98a5072a
2015-06-19 Enrico ForestieriFix a couple of issues with macros and previews
2015-06-19 Juergen SpitzmuellerRefine lang nesting fix
2015-06-19 Juergen SpitzmuellerFix language nesting problem with polyglossia
2015-06-18 Jean-Marc LasgouttesSimplify the code for "auto" toolbars handling
2015-06-18 Juergen SpitzmuellerForce local font switch in caption.
2015-06-17 Juergen SpitzmuellerProperly pass char to stream (probably fix bug #9632)
2015-06-15 Juergen SpitzmuellerCheck for, and report, uncodable characters in user...
2015-06-14 Enrico ForestieriReplacement for commits bc47054b and ad0d0f6d
2015-06-14 Enrico ForestieriRevert bc47054b and the related commit ad0d0f6d
2015-06-13 Juergen SpitzmuellerGuiParagraph: Fix remaining glitch when entering custom...
2015-06-13 Juergen SpitzmuellerGuiParagraph: fix thinko (bug #9621)
2015-06-13 Jean-Marc LasgouttesFix cursor setting in right-aligned text
2015-06-11 Georg BaumMake tex2lyx tests green again
next