]> git.lyx.org Git - lyx.git/history - src
Initialize all MathMacroTemplate members in constructors
[lyx.git] / src /
2016-06-09 Jean-Marc LasgouttesInitialize all MathMacroTemplate members in constructors
2016-06-09 Jean-Marc LasgouttesPlease Coverity (code should be equivalent)
2016-06-09 Jean-Marc LasgouttesAnnotate source code to please coverity
2016-06-09 Jean-Marc LasgouttesFix right_boundary properly after a row is shortened
2016-06-07 Georg BaumRemove zombie noncopyable.hpp dependency
2016-06-07 Georg BaumRequire a C++11 compiler
2016-06-07 Kornel BenkoCmake build: Correct some installation paths
2016-06-07 Richard HeckFix bug #10194: Space missing in UI.
2016-06-06 Georg BaumFix cppcheck initialization warnings
2016-06-06 Georg BaumRethrow excepction instead of a copy
2016-06-06 Georg BaumRemove duplicated if clause
2016-06-04 Georg Baumupdate test references for ba2b86fa
2016-06-04 Georg BaumWork around limited SVG support (bug #9778)
2016-06-03 Pavel Sandatypo
2016-06-03 Jean-Marc LasgouttesTake inset dimension into account in row signature
2016-06-03 Pavel SandaComment only
2016-06-03 Pavel SandaIntroduce basic support for microtype.sty.
2016-06-03 Scott KostyshakSupport a changed log message in newest LuaTeX
2016-06-03 Scott KostyshakOutput file from (xe|lua)latex is PDF, not DVI
2016-06-03 Scott KostyshakGeneralize a comment
2016-06-02 Georg BaumDo not duplicate jpg format
2016-06-02 Georg BaumImprove debug output
2016-06-01 Pavel Sandaglitch in lfundoc
2016-05-31 Uwe StöhrErrorListUi.ui: correct an expression
2016-05-31 Jean-Marc LasgouttesAllow automatic text direction in Painter::text()
2016-05-30 Guillaume MunchTocWidget: fix an erroneous collapse and optimise updat...
2016-05-30 Guillaume MunchTocWidget: fix part of #9825
2016-05-30 Guillaume MunchTocModel: clean-up
2016-05-30 Guillaume MunchGuiDelimiters: display at least (and at most?) 4 columns
2016-05-30 Guillaume MunchGuiDelimiter: Synchronise the vertical scrollbars
2016-05-30 Guillaume MunchShortcutPrefs: hide empty lfuns for which there is...
2016-05-30 Guillaume MunchShortcutPrefs: clean-up
2016-05-30 Guillaume MunchShow names of debug modes in the debug panel
2016-05-30 Jean-Marc LasgouttesSplit TextMetrics::setRowHeight in three parts
2016-05-30 Jean-Marc LasgouttesDo not require an extra pit parameter when a row is...
2016-05-30 Jean-Marc LasgouttesRowPainter const cleanup
2016-05-30 Jean-Marc LasgouttesSet vertical margins in redoParagraph, not setRowHeight
2016-05-30 Jean-Marc LasgouttesCleanup Painter text() API
2016-05-30 Jean-Marc LasgouttesMake the different Painter::text void methods
2016-05-30 Jean-Marc LasgouttesDo not use the return value of Painter::text for logos
2016-05-30 Jean-Marc LasgouttesRewrite setRowHeight using row information
2016-05-30 Jean-Marc LasgouttesSimplify redoParagraph by merging duplicate code
2016-05-30 Jean-Marc LasgouttesMake the non-drawing cases faster in TextMetrics::drawP...
2016-05-30 Jean-Marc LasgouttesMove some horizontal scrolling code from TextMetrics...
2016-05-30 Jean-Marc LasgouttesOnly add inset postion to cache in paintInset
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesCleanup of spacing in mathed
2016-05-29 Jean-Marc LasgouttesRemove extra spacing around InsetCommand buttons
2016-05-29 Jean-Marc LasgouttesFix drawing of buttonText (enforce same left/right...
2016-05-29 Jean-Marc LasgouttesCleanup handling of LFUN_LAYOUT_PARAGRAPH in getStatus
2016-05-29 Jean-Marc LasgouttesCleanup handling of LFUN_LAYOUT in getStatus
2016-05-29 Jean-Marc LasgouttesRename badly named variable
2016-05-29 Jean-Marc LasgouttesRemove variables set but not used
2016-05-29 Jean-Marc LasgouttesMove one Text::setCursor instance to CursorSlice
2016-05-29 Jean-Marc LasgouttesVariables of type pit_type should be named pit, not par
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-29 Jean-Marc LasgouttesAvoid incorrect "Autocorrect Off" message
2016-05-29 Jean-Marc LasgouttesFindAndReplace: reorder includes
2016-05-29 Jean-Marc LasgouttesTextMetrics: Use shorter names for font metrics
2016-05-29 Jean-Marc LasgouttesCleanup bruteFind.
2016-05-29 Jean-Marc LasgouttesRemove unused bruteFind* functions
2016-05-29 Jean-Marc LasgouttesRemove unused CursorData::logicalpos_
2016-05-29 Jean-Marc LasgouttesDirectly pass a Row::Element to RowPainter::paintInset
2016-05-29 Jean-Marc LasgouttesRemove unused TextMetrics::maxWidth()
2016-05-29 Jean-Marc LasgouttesUse isMainText() instead of doing explicit tests
2016-05-29 Jean-Marc LasgouttesWe do not use <boost/scoped_array.hpp> anymore
2016-05-29 Jean-Marc LasgouttesRemove support/metahash.h
2016-05-29 Jean-Marc LasgouttesDo not use of boost::tokenizer
2016-05-29 Jean-Marc LasgouttesRemove boost/format support
2016-05-29 Jean-Marc LasgouttesRemove declaration of classes that do not exist
2016-05-29 Jean-Marc Lasgouttes\\pagebreak is a fragile command in general
2016-05-29 Jean-Marc LasgouttesFix getStatus for math-mutate and math-display
2016-05-29 Stephan WittRemove unused include file.
2016-05-29 Stephan WittCorrect path names were to look for RPM based dictionar...
2016-05-29 Jean-Marc LasgouttesDisable LFUN_INSET_DISSOLVE in tabulars
2016-05-29 Guillaume Munchfix #9826: Outline disclosure of subsection content...
2016-05-29 Georg BaumFix compiler warnings
2016-05-29 Georg BaumDo not redefine WINVER
2016-05-29 Georg BaumFix compiler warnings
2016-05-29 Georg BaumProperly check for windres
2016-05-29 Stephan WittRemove special code for Qt5 to manage HiDPI. It's not...
2016-05-29 Guillaume MunchShow review toolbar when outputting changes
2016-05-29 Georg BaumMake windres configurable
2016-05-29 Georg BaumConfigure included iconv with autotools
2016-05-29 Georg BaumUse c-style cast as in original
2016-05-29 Georg BaumAdd forgotten zlib includes
2016-05-29 Georg BaumMingw-w64 build fixes for long long
2016-05-29 Shankar Giri Venki... Fix return types for mingw-w64
2016-05-29 Georg BaumConfigure included zlib with autotools
2016-05-29 Guillaume Munchtypo
2016-05-29 Guillaume MunchDisable certain change tracking commands when there...
2016-05-29 Guillaume MunchGuiChanges: provide feedback when there are no more...
2016-05-29 Guillaume MunchAutomatically show the review toolbar if the document...
2016-05-29 Guillaume MunchgetInnerText()
2016-05-29 Jean-Marc LasgouttesLet getPosNearX take horizontal scrolling into account
2016-05-29 Guillaume MunchTocWidget: clean-up the timer logic
2016-05-29 Guillaume MunchTocWidget: Fix perf regression
2016-05-29 Guillaume MunchWhitespace
2016-05-29 Jean-Marc LasgouttesFix cursor position after redo
2016-05-29 Guillaume MunchAmend d7d4f65b
next