]> git.lyx.org Git - lyx.git/history - src/support
DocBook: add a layout tag to tell whether an item is the abstract or not.
[lyx.git] / src / support /
2020-09-11 Yuriy SkalkoRefactor runCommand
2020-09-04 Stephan Witt#11756 Respect system preferences for tabbing on Mac
2020-09-01 Enrico ForestieriAdjust debug output for fonts
2020-08-30 Stephan Witt#11756 cleanup the view menu on Mac
2020-08-30 Stephan Witt#11756 hide additional menu items in edit menu on Mac
2020-08-30 Stephan WittRemove unused leftover from Makefile.
2020-08-07 Stephan Witt#9376 prepare use of Length in lyxrc - move the class...
2020-08-01 Pavel Sandatypo
2020-08-01 Pavel SandaxHTML export: change filenames of exported images.
2020-07-10 Jean-Marc LasgouttesUse Common Number separator instead of European to...
2020-06-25 Jean-Marc LasgouttesRun codespell on src/support
2020-06-06 Richard Kimberly... Need this for std::endl now, according to Eugene
2020-05-19 Richard Kimberly... Fix more warnings and simplify a tiny bit.
2020-05-18 Richard Kimberly... Remove debugging code. Thanks Scott!
2020-05-17 Richard Kimberly... Properly check return values so TIMEOUT is recognized.
2020-05-14 Jean-Marc LasgouttesGet rid of lyx::next uses for RandomAccessList
2020-05-13 Jean-Marc LasgouttesRevert "Get rid of lyx::next uses for RandomAccessList"
2020-05-12 Jean-Marc LasgouttesGet rid of lyx::next uses for RandomAccessList
2020-05-03 Richard Kimberly... Fix warnings by using size_t as the loop variable.
2020-05-03 Richard Kimberly... is_utf8 is always passed a char.
2020-05-01 Richard Kimberly... New counter manipulation inset.
2020-04-26 Richard Kimberly... Revert last three commits.
2020-04-26 Richard Kimberly... Fix compilation problem
2020-04-26 Richard Kimberly... Whitespace
2020-04-26 Richard Kimberly... Make pit_type unsigned (in particular, size_t).
2020-04-19 Richard Kimberly... Comment.
2020-04-13 Kornel BenkoPrepend dir containing created dtl executables to PATH
2020-03-22 Juergen SpitzmuellerFix indentation
2020-03-16 Richard Kimberly... Use ranges and fix nullptr warnings.
2020-03-16 Scott KostyshakFix Qt deprecation warns for QTime
2020-03-01 Richard Kimberly... Fix nullptr warnings
2020-02-29 Richard Kimberly... Fix warnings in support/.
2020-02-29 Richard Kimberly... Fix header.
2020-02-29 Richard Kimberly... Null pointers.
2020-02-23 Enrico ForestieriFix FileName::realPath() on Windows
2020-02-20 Pavel Sandagcc 4.7 leftover
2020-02-17 Juergen SpitzmuellerRestore custom tmp directory
2020-02-15 Juergen Spitzmuellerwhitespace
2020-02-15 Juergen SpitzmuellerFix Python detection on windows
2020-02-13 Richard Kimberly... Fix bug #11737.
2020-02-12 Juergen SpitzmuellerRevert "Fix bug #11712."
2020-02-12 Richard Kimberly... Fix bug #11712.
2020-02-06 Stephan Wittupdate canAutoOpenFile/autoOpenFile implementation...
2020-02-03 Richard Kimberly... Don't need to remove the file if it doesn't exist....
2020-01-27 Jean-Marc LasgouttesFix warning with --disable-nls
2020-01-07 Jean-Marc LasgouttesUpdate to boost 1.72
2019-10-26 Jean-Marc LasgouttesUse unsigned values for enum
2019-09-15 Jean-Marc LasgouttesGet rid of useless affectation
2019-09-15 Jean-Marc LasgouttesMark constructors with only one parameter as explicit
2019-09-13 Jean-Marc LasgouttesVarious fixes suggested by cppcheck
2019-09-13 Jean-Marc LasgouttesFollow some of the performance advice from cppcheck
2019-09-08 Patrick de Visschere#6961 correct the big-endian conversion of UInt32
2019-07-12 Jean-Marc LasgouttesCatch improbable exception
2019-07-09 Juergen SpitzmuellerTruncate long citation label in the middle rather than...
2019-07-07 Richard Kimberly... Fix bug #10091.
2019-06-27 Jean-Marc LasgouttesFor python 3 require at least 3.5
2019-06-20 Jean-Marc LasgouttesFixup 3dc54d4a: fix string encoding issues with Qt4
2019-06-17 Jean-Marc LasgouttesUse <cstdint> instead of <boost/cstdint.hpp>
2019-06-17 Jean-Marc LasgouttesDo not use BOOST_CURRENT_FUNCTION
2019-06-12 Jean-Marc LasgouttesRemove support for gcc 4.6
2019-06-08 José MatosDivide the python detection in three functions, with...
2019-06-08 José MatosMove python related functions together to make it easy...
2019-06-08 José MatosRemove alternative operator representations (and,or...
2019-06-07 José MatosChange python run time detection to privilege python...
2019-04-27 Enrico ForestieriCompile fix for mingw
2019-04-24 Jean-Marc Lasgouttesremove dummy LyXRC class that was forgotten
2019-04-24 Kornel BenkoAmend 7d021a93: Use interprocedural optimization if...
2019-04-19 Jean-Marc LasgouttesMove initial values of LyXRC members to the header
2019-03-25 Juergen SpitzmuellerIndentation
2019-03-23 Juergen SpitzmuellerDisplay URL-encoded chars decoded in display path
2019-03-21 Jean-Marc LasgouttesUse HAVE_LONG_LONG_INT instead of LYX_USE_LONG_LONG
2019-03-18 Günter MildeWarn user, if input encodings of master and child docum...
2019-03-17 Jean-Marc LasgouttesUpdate poor man's profiler to use C++11 std::chrono
2019-02-06 Jean-Marc LasgouttesFix algorithm for finding localized files
2019-01-12 Enrico ForestieriRemove PYTHONPATH from the environment on Windows
2018-12-29 José MatosMerge branch 'master' of git.lyx.org:lyx
2018-12-29 Enrico ForestieriFix bug #4269
2018-12-07 Pavel Sandatypo
2018-12-07 Pavel SandaKeep permissions of the saved files intact.
2018-12-04 Guillaume MMFix segfault after deleting monitor
2018-11-04 Jean-Marc LasgouttesRemove old workaround that is not needed anymore
2018-10-27 Stephan WittAdd dummy implementation for Messages::getIfFound ...
2018-10-19 Jean-Marc LasgouttesCompilation fix (with qt4 at least).
2018-10-19 Richard Kimberly... Simplify the code that adds underlining to the layout...
2018-10-19 Richard Kimberly... Refactor
2018-09-27 Enrico ForestieriFix bug #11210
2018-09-21 Stephan WittAdd -headerpad_max_install_names option to linker calls...
2018-09-02 Richard Kimberly... Try yet again try to fix bug #9158.
2018-09-02 Richard Kimberly... Revert "Try yet again try to fix bug #9158."
2018-09-02 Richard Kimberly... Try yet again try to fix bug #9158.
2018-08-20 Juergen SpitzmuellerSo long, date-insert!
2018-08-05 Kornel BenkoExpand tilde meaning in front of a path name.
2018-07-22 Juergen SpitzmuellerConsider EuropeanNumberTerminator property when determi...
2018-07-18 Jean-Marc LasgouttesAdd a translator as a fallback to Qt inner one
2018-07-04 Enrico ForestieriFix compilation on case insensitive filesystems
2018-07-03 Jean-Marc Lasgouttesfix compilation when libmagic is not used
2018-07-03 Jean-Marc LasgouttesEncapsulate libmagic support in a class
2018-06-09 Juergen SpitzmuellerSupport input of non-ASCII characters in hyperlinks
2018-06-04 Jean-Marc LasgouttesCatch exception in replaceEnvironmentPath
2018-04-07 Juergen SpitzmuellerSet correct path to (biblatex) bibliography databases...
next