]> git.lyx.org Git - lyx.git/history - src
UserGuide.lyx: update 2 images
[lyx.git] / src /
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
2016-05-29 Guillaume MunchSimplify class structure in TocBackend
2016-05-29 Jean-Marc LasgouttesRename InsetMathHull::isTable to allowsTabularFeatures
2016-05-29 Jean-Marc LasgouttesFix horizontal scrolling in full-width collapsable...
2016-05-29 Guillaume MunchLyXToolBox: a QToolBox with minimum size management
2016-05-29 Stephan Wittfactor out lookup of loaded hunspell checkers and use...
2016-05-29 Juergen SpitzmuellerImplement some forgotten context menu items for arguments
2016-05-28 Richard HeckUpdates to splitting of consecutive environments.
2016-05-28 Jean-Marc LasgouttesCleanup bv-dependent variables in InsetCollapsable
2016-05-28 Jean-Marc Lasgouttesamend 5b7be5eb (typo+spacing)
2016-05-28 Jean-Marc LasgouttesMake inset-select-all select all cells only in tables
2016-05-28 Jean-Marc LasgouttesChange mouse cursor on tabular selection zones
2016-05-28 Jean-Marc LasgouttesFix display of InsetCollapsable with split views
2016-05-28 Jean-Marc Lasgoutteswhitespace only
2016-05-28 Jean-Marc LasgouttesPass a BufferView to Inset::clickable
2016-05-28 Jean-Marc LasgouttesMake monolithic build code portable to Mac OS
2016-05-28 Jean-Marc LasgouttesAvoid narrow boxes when using \width as box width unit
2016-05-28 Jean-Marc LasgouttesWhen a counter is stepped, reset recursively all slaves
2016-05-28 Guillaume MunchInclude config.h in LyXToolBox.cpp
2016-05-28 Guillaume MunchFix compilation with qt5
2016-05-28 Guillaume MunchAmend a5db05ae
2016-05-28 Guillaume MunchCitationUi.ui: Align "Selected citations" label to...
2016-05-28 Guillaume MunchLyXToolBox: a QToolBox with minimum size management
2016-05-28 Guillaume MunchCorrect strange FIXME
2016-05-28 Guillaume MunchImprovements to the shortcuts preference dialog (#9174)
2016-05-28 Guillaume MunchSanitize InsetMathHull and add a check for mutability...
2016-05-28 Guillaume MunchCorrect col spacing in Cases environment
2016-05-28 Guillaume MunchFix the display of column spacing in AMS environments
2016-05-28 Guillaume MunchDisplay the correct horizontal alignment in AMS environ...
2016-05-28 Guillaume MunchDo not omit the starting space when copying (#9995)
2016-05-28 Guillaume MunchRaise the maxlastfiles cap
2016-05-23 Scott KostyshakFix using system theme icons with Qt 5 (#10052)
2016-05-22 Georg BaumFxy typo in XHTML output (bug #10124)
2016-05-22 Stephan WittHandle activateWindow in LFUN_BUFFER_SWITCH like in...
next