]> git.lyx.org Git - lyx.git/history - src
Cmake export tests: Handle attic files with now missing references to png graphics
[lyx.git] / src /
2015-09-13 Georg BaumAdd some missing member variable initializations
2015-09-13 Georg BaumReturn reference to this in operator=()
2015-09-13 Georg BaumRemove dead code
2015-09-13 Georg BaumWork around a gcc5 bug
2015-09-13 Georg BaumMake destructor virtual
2015-09-12 Guillaume MunchFix bug #1996
2015-09-12 Guillaume MunchImprovements to the display of the source.
2015-09-12 Guillaume MunchBetter session management for the source panel.
2015-09-12 Guillaume MunchImprove the performance of the source panel by using...
2015-09-12 Guillaume MunchFix bug #9754
2015-09-12 Jean-Marc LasgouttesIn fileLock, take in account the case where the file...
2015-09-12 Jean-Marc LasgouttesiInitialize a few variables in TextClass constructor
2015-09-12 Jean-Marc LasgouttesInitialize properly two members of InsetTabular
2015-09-12 Jean-Marc LasgouttesInitialize MathData members
2015-09-12 Jean-Marc LasgouttesInitialize pointer members
2015-09-12 Jean-Marc LasgouttesAdd missing break in switch
2015-09-12 Jean-Marc LasgouttesAnnotate missing breaks in switch for coverity
2015-09-12 Jean-Marc LasgouttesAnnotate missing break in switch for coverity
2015-09-12 Jean-Marc LasgouttesAnnotate missing breaks in switch for coverity
2015-09-12 Jean-Marc LasgouttesAnnotate missing breaks in switch for coverity
2015-09-12 Jean-MarcAdd missing break statement
2015-09-12 Jean-MarcAdd missing breaks
2015-09-12 Jean-MarcRemove useless test
2015-09-12 Jean-MarcRestore lyxerr number format to decimal
2015-09-12 Jean-MarcDo not pass objects by value
2015-09-12 Jean-MarcMake the while loop actually loop
2015-09-12 Jean-MarcFix logic of method
2015-09-12 Jean-MarcMark dead code as dead
2015-09-12 Jean-MarcAdd missing braces
2015-09-12 Jean-Marcimage_ready is false at this point
2015-09-12 Jean-MarcRemove dead code
2015-09-12 Jean-MarcFix unreachable code
2015-09-12 Jean-MarcRemove unreachable code
2015-09-12 Jean-Marcerror is always true at this point
2015-09-12 Jean-MarcFix unreachable code
2015-09-08 Enrico ForestieriTake into account symbolic links
2015-09-08 Jean-Marc LasgouttesUse QFontMetrics information for underlines (and friend...
2015-09-04 Georg BaumWork around crash on command line export
2015-09-04 Georg BaumRemove unneeded second slash
2015-09-02 Juergen SpitzmuellerFix parsing of class and category declaration line...
2015-08-26 Günter MildeRemove problematic workaround for "exotic" problem
2015-08-26 Günter MildeNew lfun "accent-perispomeni".
2015-08-26 Jean-Marc LasgouttesFix continuous spell checking
2015-08-24 Guillaume MunchFix compilation with qt5 and c++11 combined.
2015-08-24 Jean-Marc LasgouttesFix some row breaking problems with large insets
2015-08-23 Guillaume MunchFix bug #6466
2015-08-23 Guillaume MunchImprove math-mode lfun for switching to text
2015-08-23 Guillaume MunchAdd \ensuremath to the list of math completions
2015-08-19 Scott KostyshakRefresh file cache before checking existence
2015-08-15 Enrico ForestieriQuote argument of tag when necessary
2015-07-30 Scott KostyshakSet font in BufferView::setCursor (#9500)
2015-07-30 Juergen SpitzmuellerDecrease height of citation dialog by using a QToolBox
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.
next