]> git.lyx.org Git - lyx.git/history - src/support
Amend 3093789e for cmake build
[lyx.git] / src / support /
2020-11-29 Kornel BenkoAmend 3093789e for cmake build
2020-11-29 Yuriy SkalkoUse correct std header
2020-11-28 Jean-Marc Lasgouttesremove most traces of boost::regex
2020-11-27 Yuriy SkalkoAlways use std::regex
2020-11-27 Yuriy SkalkoFix signed integer overflow on x = 0, detected by GCC...
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-11-25 Yuriy SkalkoCleanup headers
2020-11-21 Jean-Marc LasgouttesCompilation fix
2020-11-21 Yuriy SkalkoUse `std::any` when compiler supports C++17 or later
2020-11-21 Yuriy SkalkoRefactor checksum calculation
2020-11-21 Yuriy SkalkoUse range-based loops
2020-11-20 Yuriy SkalkoSimplify Length
2020-11-15 Yuriy SkalkoAmend 9b1dc338b2. Fix compilation in GCC 4.9
2020-11-12 Yuriy SkalkoSimplify Changers
2020-11-02 Yuriy SkalkoSimplify bformat
2020-11-01 Yuriy SkalkoUse const references
2020-10-25 Yuriy SkalkoMove Windows-specific stuff into os_win32.h
2020-10-25 Yuriy SkalkoMove include of own header to the top. Fix dependencies
2020-10-25 Yuriy SkalkoSmall refactorings
2020-10-19 Yuriy SkalkoRemove duplicate and unused header includes in .cpp...
2020-10-15 Richard Kimberly... Fix linking problem by adding convert from string to...
2020-10-14 Pavel SandaMove <fstream> from support/gzstream.h
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2020-10-12 Thibaut CuvelierFix typos in filetools.cpp.
2020-10-09 Yuriy SkalkoLoop refactoring
2020-10-05 Yuriy SkalkoRefactoring
2020-10-05 Yuriy SkalkoAmend efc0877f
2020-10-03 Yuriy SkalkoRefactoring based on cppcheck suggestions
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
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
next