]> git.lyx.org Git - lyx.git/history - src
Enable OK/Apply buttons when resetting to class defaults.
[lyx.git] / src /
2017-11-01 Juergen SpitzmuellerEnable OK/Apply buttons when resetting to class defaults.
2017-10-27 Richard HeckMinor code re-organization.
2017-10-25 Jean-Marc LasgouttesMove some Cursor methods to CursorData
2017-10-25 Jean-Marc LasgouttesFix comment
2017-10-24 Jean-Marc LasgouttesAllow multiple calls to processUpdateFlags before redraw
2017-10-23 Juergen SpitzmuellerImplement ParamInfo::HANDLING_LTRIM and use it to ltrim...
2017-10-22 Guillaume MMFix math mode for InsetMathMacro on output
2017-10-22 Enrico ForestieriAccount for shadowed system macros
2017-10-22 Juergen SpitzmuellerDo not add deleted text to inset button label.
2017-10-22 Enrico ForestieriFix issue with change-tracked deleted display math
2017-10-19 Richard HeckWe do not want to trim whitespace in the fallback,...
2017-10-18 Richard HeckFix bug #9847.
2017-10-18 Enrico ForestieriSpeed up exit time
2017-10-18 Juergen SpitzmuellerDo not scan BibTeX files multiple times in a collectBib...
2017-10-17 Jean-Marc LasgouttesRevert "Allow multiple calls to processUpdateFlags...
2017-10-17 Richard HeckUse of div for labels causes validation errors. See...
2017-10-17 Richard HeckRevert "ABOVE and CENTERED labels need special treatment."
2017-10-16 Richard HeckRemove "support::" in Buffer.cpp, since we are using...
2017-10-16 Richard HeckRename Paragraph::setBuffer to Paragraph::setInsetBuffe...
2017-10-16 Richard HeckFix the way that the Buffer gets set on undo.
2017-10-16 Jean-Marc LasgouttesAllow multiple calls to processUpdateFlags before redraw
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 1)
2017-10-16 Richard HeckTypo.
2017-10-16 Richard HeckRevert "Fix bug #8782."
2017-10-16 Richard HeckRemove updateInfo() calls in favor of doing the relevan...
2017-10-15 Enrico ForestieriFix issue with regular expressions
2017-10-13 Juergen SpitzmuellerSome improvements to the graphics dialog
2017-10-12 Juergen SpitzmuellerFix PDF output of clipped graphics with recent graphics...
2017-10-11 Jean-Marc LasgouttesSome improvements related to Debug::PAINTING
2017-10-11 Jean-Marc Lasgouttesfix broken comment
2017-10-11 Jean-Marc LasgouttesDo not forget to set cursor current font when selecting
2017-10-11 Enrico ForestieriFix issue with language switch in Arguments insets
2017-10-09 Stephan WittAdd description comment for the lyxconvert utility
2017-10-09 Richard HeckReset cursor before beginning reload sequence.
2017-10-05 Stephan WittAdd license and author infos
2017-10-03 Stephan WittAdd missing check for Qt version when using QPdfWriter...
2017-10-03 Kornel BenkoCmake build: Only use the new lyxconvert on MAC
2017-10-02 Jean-Marc LasgouttesCreate new method GuiWorkArea::Private:::updateCaretGeo...
2017-10-02 Kornel BenkoAdd suffixed lyxconvert to cmake build.
2017-09-30 Stephan WittAdd Qt-based fallback-converter for Mac to compensate...
2017-09-29 Jean-Marc LasgouttesImprove the logic of caret repainting
2017-09-28 Jean-Marc LasgouttesAvoid empty space above the top of the document
2017-09-28 Juergen SpitzmuellerFix crash when closing master with children and grandch...
2017-09-27 Jean-Marc LasgouttesFix bad refresh when changing zoom level
2017-09-27 Juergen SpitzmuellerWhitespace cosmetics
2017-09-24 Jean-Marc LasgouttesDo not apply mathindent to inline math insets
2017-09-22 Juergen SpitzmuellerFix some spelling errors reported by Sven
2017-09-18 Jean-Marc LasgouttesDo not presume what the defaults for a new QPainter are
2017-09-18 Jean-Marc LasgouttesRemember correctly pixel ratio used for painting
2017-09-15 Juergen SpitzmuellerReset InsetArgument language after passthru status...
2017-09-15 Juergen SpitzmuellerAllow to provide xunicode.
2017-09-14 Jean-Marc LasgouttesCompute metrics when graphics is updated
2017-09-13 Jean-Marc LasgouttesRemove unused private field from Painter
2017-09-12 Stephan Witt#10662 use drawers for bibliography dialogs
2017-09-11 Jean-Marc LasgouttesUpdate row width when inset is indented
2017-09-10 Juergen SpitzmuellerGuiBibtex: Use appropriate title when using Biblatex
2017-09-10 Juergen SpitzmuellerUse default btprint value in the UI if none is given.
2017-09-10 Juergen SpitzmuellerDisallow newlines in biblatex options
2017-09-09 Juergen SpitzmuellerAdd default output format for pLaTeX
2017-09-08 Jean-Marc LasgouttesMerge remote-tracking branch 'features/properpaint'
2017-09-08 Jean-Marc Lasgouttesremove LyXRC::use_qimage
2017-09-08 Jean-Marc LasgouttesUpdate insets position in cache in more cases
2017-09-08 Jean-Marc LasgouttesRename more instances of "cursor" to "caret"
2017-09-08 Jean-Marc LasgouttesRemove workaround that is not necessary anymore.
2017-09-08 Jean-Marc LasgouttesMake input methods support great again
2017-09-08 Jean-Marc LasgouttesCleanup and simplify WorkArea code
2017-09-08 Jean-Marc LasgouttesFix caret painting
2017-09-08 Jean-Marc LasgouttesDo the actual drawing in the paint event
2017-09-06 Juergen SpitzmuellerMake the session zoom relative to the default zoom
2017-09-06 Juergen SpitzmuellerConsider insets that are chars in InsetCollapsable...
2017-09-01 Juergen SpitzmuellerAdd special chain for Modules with OutputFormat for...
2017-08-31 Jean-Marc LasgouttesWhen a row is shortened, reset its flushed() attribute.
2017-08-31 Jean-Marc LasgouttesHonor trailing spaces in LabelString and friends
2017-08-29 Jean-Marc Lasgouttesthree-stage drawing: add a nodraw stage
2017-08-29 Jean-Marc LasgouttesFix Lexer::getLongString prefix pruning logic
2017-08-28 Jean-Marc LasgouttesFix computation of string width when using a QTextLayout
2017-08-13 Juergen SpitzmuellerAmend 7e121117bb3203
2017-08-13 Juergen SpitzmuellerVietnamese no longer requires any special handling.
2017-08-12 Scott KostyshakRemove a sometimes blocked call to dispatch
2017-08-12 Juergen SpitzmuellerFix compilation order
2017-08-12 Juergen SpitzmuellerAdd missing break
2017-08-12 Juergen SpitzmuellerForgot this one.
2017-08-12 Juergen SpitzmuellerMark some intentional fall-throughs (in a way understan...
2017-08-12 Juergen SpitzmuellerRevert "Mark some intentional fall-throughs (in a way...
2017-08-12 Juergen SpitzmuellerAnother (IMHO false) fall-through warning silenced
2017-08-12 Juergen SpitzmuellerMark some intentional fall-throughs (in a way understan...
2017-08-10 Juergen SpitzmuellerRequire textquotedbl def with second language that...
2017-08-09 Enrico ForestieriUse the OK/Apply paradigm for all document settings
2017-08-09 Juergen SpitzmuellerFix straight quote character in non-T1 encoding
2017-08-09 Juergen SpitzmuellerSort external templates locale-aware
2017-08-08 Kornel BenkoAdapt the check for configure need to the one used...
2017-08-04 Kornel BenkoAmend d6285d5, copy & paste error, urrrrg
2017-08-04 Kornel BenkoFor cmake case try to use the newly built .gmo files...
2017-08-03 Enrico ForestieriThe shell escape patch
2017-08-02 Kornel BenkoSince boost dir may not exist anymore, use the lyx...
2017-08-01 Kornel BenkoCorrectly interpret return value of LyXRC::read(FileNam...
2017-07-31 Enrico ForestieriProperly warn on missing pygmentize command
2017-07-30 Christian RidderströmAdd missing 'break' for four default cases in VCBackend.cpp
2017-07-30 Christian RidderströmFix editorial whitespace error
next