]> git.lyx.org Git - features.git/shortlog
features.git
2014-09-03 Kornel BenkoCmake tests: Disable keytests if missing needed input...
2014-09-02 Stephan WittFix possibly uninitialized use of variables
2014-09-02 Kornel BenkoAdded more missing files to autoconf's dist
2014-09-01 Juergen Spitzmueller Fix bug with wrong baseline calculation in last paragr...
2014-08-31 Juergen Spitzmuellerde,.po
2014-08-31 Kornel BenkoAdd some missing files to autoconf's dist
2014-08-31 Kornel BenkoAdd cmake files to autoconf's dist
2014-08-31 Juergen SpitzmuellerTypos.
2014-08-31 Juergen SpitzmuellerAdd support for todonotes package
2014-08-31 Juergen SpitzmuellerAdd support for the fixme package.
2014-08-31 Juergen SpitzmuellerAdd support for beamer lemma environment.
2014-08-30 Juergen SpitzmuellerFix lyx2lyx issue with complex beamer arguments.
2014-08-29 Enrico ForestieriFix export of xfig external insets (bug #9244).
2014-08-28 Juergen SpitzmuellerRevert "Fix bug with wrong baseline calculation in...
2014-08-28 Stephan Wittpass git commit hash within CPPFLAGS to add it to versi...
2014-08-27 Peter Kümmelprint callstack on assert
2014-08-26 Stephan WittMore careful NSAutoreleasePool management
2014-08-26 Stephan WittCorrect LyXUtilitiesDir default assignment location...
2014-08-25 Stephan Witt#9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC...
2014-08-25 Enrico ForestieriReplace Q_WS_WIN with appropriate guards to account...
2014-08-25 Enrico ForestieriFix the -geometry command line argument for Windows.
2014-08-25 Richard HeckAdd a debugging message.
2014-08-25 Kornel Benkokeytest.py: Allow for LyX window to appear without...
2014-08-25 Kornel Benko* sk.po
2014-08-25 Kornel Benkokeytests: add a timeout for LyX process to start
2014-08-25 Kornel BenkoFix stalling of keytests when invalid DISPLAY
2014-08-24 Uwe StöhrFORMAT: document latest file format change
2014-08-24 Uwe Stöhrsupport for the LaTeX commands \x***arrow
2014-08-24 Stephan WittQt5MacExtras is required on a Mac; report the version...
2014-08-24 Stephan WittReintroduce some class definitions.
2014-08-24 Stephan WittRemove superfluous class definitions.
2014-08-24 Stephan WittRemove special GlobalMenuBar class. As Patrick De Vissc...
2014-08-24 Stephan WittFSPathMakeRef is deprecated: use LSOpenFromURLSpec...
2014-08-23 Stephan WittCorrect the method signature of MenuTranslator::transla...
2014-08-23 Kornel BenkoCmake build: Use find_package(Qt5X11Extras ...) indepen...
2014-08-22 Scott KostyshakInsert menu accelerator 'x' now goes to box menu
2014-08-22 Richard HeckMake BiblioInfo::collectCitedEntries private (since...
2014-08-22 Stephan WittUse QProxyStyle instead of QMacStyle. QMacStyle is...
2014-08-22 Stephan WittAdd check for the link for libmagic.dylib.
2014-08-22 Stephan WittRemove unused code.
2014-08-22 Stephan WittImproved QtConfigureOptions (for Qt5.3).
2014-08-22 Stephan WittRemove gettext framework support. Add libmagic framewor...
2014-08-22 Stephan WittAdd command line option to define the location of the...
2014-08-21 Stephan WittAdd QtMacExtras detection for Qt5 support
2014-08-21 Stephan WittAdd policy definitions to avoid warnings from cmake...
2014-08-16 Peter Kümmelfix coding style
2014-08-16 Peter Kümmelignore Qt Creator's cmake file
2014-08-16 Peter Kümmelbuild test_Layout test
2014-08-15 Kornel Benko* sk.po
2014-08-15 Richard HeckPossible fix for the mystery crash, which is bug #9049.
2014-08-12 Richard HeckUpdate comments.
2014-08-12 Richard HeckLittle bit of cleanup.
2014-08-12 Richard HeckMake the constructor of the singleton class LayoutFileL...
2014-08-12 Richard HeckUse a const ref here. Guess it was a thinko when I...
2014-08-11 Kornel BenkoCmake build: Move use of QT5 libraries to the end of...
2014-08-10 Peter KümmelCMake: add option to enable address sanitizer
2014-08-09 Richard HeckAdd some comments about the behavior of cellInset and...
2014-08-07 Richard HeckFix bug #9236: After we recreate the DocumentClass...
2014-08-06 Enrico ForestieriDo not allow copying a separator without a following...
2014-08-04 Uwe Stöhrinstaller: update changelog
2014-08-03 Scott KostyshakRevert "Clear empty selections in GuiView after dispatch"
2014-08-03 Juergen SpitzmuellerDo not break documents with complex beamer block ERT...
2014-08-03 Juergen SpitzmuellerFix bug with wrong baseline calculation in last paragraph
2014-08-01 Juergen SpitzmuellerImprove parsing of ERT arguments in beamer block titles.
2014-07-29 Scott KostyshakRevert "AGUTeX template/layout: support the new cls...
2014-07-29 Jean-Marc LasgouttesUse enum instead of int in TextMetrics::getAlign
2014-07-28 Jean-MarcMore tweaking of boundary setting at end of row
2014-07-28 Jean-MarcFix display of cursor at end of row
2014-07-28 Jean-MarcRename FontSpan::inside(pos) to contains(pos)
2014-07-28 Scott KostyshakDisable branches insert menu if read only
2014-07-28 Scott KostyshakDisable custom insets insert menu if read only
2014-07-28 Scott KostyshakSubmenus now expand even if all items are disabled
2014-07-28 Scott KostyshakClear empty selections in GuiView after dispatch
2014-07-28 Jean-Marc LasgouttesFix compilation warnings on windows.
2014-07-27 Juergen SpitzmuellerFix beamer block conversion when arguments are in multi...
2014-07-27 Juergen SpitzmuellerAdd beamer-resenumerate (from our wiki) to the list...
2014-07-26 Jean-Marc LasgouttesWhitespace
2014-07-25 Jean-Marc LasgouttesWhitespace only
2014-07-25 Kornel BenkoMake it compilable under cmake again after the merge...
2014-07-25 Jean-Marc LasgouttesRename rowpainter.* to RowPainter.*
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-25 Jean-MarcFix bad use of undo kind in Tabular inset.
2014-07-25 Jean-Marcremove branch documentation
2014-07-25 Jean-MarcFix logic error for spacing of RTL rows
2014-07-25 Jean-MarcFix display of parenthesis in arabic
2014-07-25 Jean-MarcBetter algorithm for forcing bidi drawing
2014-07-21 Kornel Benkoavoid qt4 variable names in cmake build
2014-07-20 Jean-Marc LasgouttesRevert optimization where several words are drawn at...
2014-07-20 Stephan Wittavoid qt4 variable names
2014-07-19 Enrico ForestieriUpdate autotools for building with Qt5.
2014-07-16 Enrico ForestieriFix build on FreeBSD.
2014-07-16 Stephan Wittdo not strip binary for packaging by default; improved...
2014-07-13 Enrico ForestieriAdd forward search command for qpdfview.
2014-07-13 Enrico ForestieriAdd some postscript and pdf viewers for Unix and Windows.
2014-07-13 Enrico ForestieriUse getent instead of grepping /etc/passwd.
2014-07-12 Enrico ForestieriRevert 6a5aa1ca
2014-07-12 Enrico ForestieriFix bug #9193: Spacing modification not exact
2014-07-11 Enrico ForestieriFix compatibility issue with 64-bit cygwin.
2014-07-11 Enrico ForestieriFix scale parameter for fonts.
2014-07-11 Enrico ForestieriFix import of latex documents with scaled fonts.
next