]> git.lyx.org Git - lyx.git/history - src/support
Let paragraph::requestSpellcheck() consider contained insets
[lyx.git] / src / support /
2021-10-19 Thibaut CuvelierRefactor file-name sanitisation.
2021-10-19 Thibaut CuvelierRefactor computing hashes.
2021-09-28 Yuriy SkalkoRemove redundant declarations reported by GCC with...
2021-09-28 Yuriy SkalkoRemove redundant semicolons reported by GCC with -Wextr...
2021-09-24 Jean-Marc LasgouttesImprove (modestly) the performance of font metrics...
2021-07-09 Pavel SandaReformat mangled filenames for (xhtml) export to have...
2021-06-19 Eugene Chornyiprevent Qt6 from defining UNICODE (Qt6.1.1 and upwards)
2021-05-20 Jean-Marc LasgouttesFixup 9f92fc92: improve FIXME in SystemcallPrivate...
2021-04-17 Juergen SpitzmuellerFix toqstr(chart_type) with Qt6 (#12252)
2021-03-26 Jean-Marc LasgouttesProduce an error on bad debug level values
2021-03-26 Kornel BenkoCmake build with qt6 on MAC
2021-03-24 Kornel BenkoCmake build Qt6: Remove some redundant statements.
2021-03-22 Kornel BenkoAmend 635a7d77: Allow compiling with Qt6 with cmake
2021-03-21 Enrico ForestieriFix Qt6 deprecation warning about QString::fromUcs4
2021-03-21 Juergen SpitzmuellerRevert "Fix Qt6 deprecation warning (QString::fromUcs4...
2021-03-21 Juergen SpitzmuellerFix Qt6 deprecation warning (QString::fromUcs4(uint))
2021-03-21 Eugene ChornyiMake all a synonym of any in cmd debug mode
2021-03-15 Enrico ForestieriAllow compiling with Qt6
2021-03-12 Juergen SpitzmuellerYet another deprecation fix (this is the last one I...
2021-03-12 Juergen SpitzmuellerFix deprecation warning (from|toTime_t)
2021-03-12 Juergen SpitzmuellerAddress another deprecation warning.
2021-02-13 Thibaut CuvelierStop using a GCC extension for an unprintable character...
2021-01-31 Enrico ForestieriFix make check
2021-01-26 Juergen SpitzmuellerIntroduce InputGlobal (#12087)
2021-01-15 Kornel BenkoReplace calls from make_unique to lyx::make_unique
2021-01-14 Richard Kimberly... Revert "Add move constructor and move assignment operat...
2021-01-10 Richard Kimberly... Count words in hyperlink
2021-01-09 Yuriy SkalkoAdd move constructor and move assignment operator for...
2021-01-05 Richard Kimberly... Fix bug #11104. Activate refstyle support for InsetMathRef.
2021-01-04 Enrico ForestieriDo not replace nonexistent environment variables
2021-01-02 Thibaut CuvelierFix compilation with MSVC 19.
2020-12-28 Yuriy SkalkoUse crc32 calculation from zlib instead of boost
2020-12-19 Yuriy SkalkoMove Trackable class to Server.h
2020-12-19 Yuriy SkalkoMerge namespace signals2 into namespace lyx
2020-12-19 Yuriy SkalkoRemove useless declaration
2020-12-18 Richard Kimberly... Typo
2020-12-18 Richard Kimberly... Fix bug with registering files for VC when they are...
2020-12-13 Pavel SandaCompile on older gcc.
2020-12-13 Yuriy SkalkoUse new signal library `nod` instead of `boost::signals2`
2020-12-10 Yuriy SkalkoUse `to_string` instead of `boost::lexical_cast`
2020-12-09 Jean-Marc LasgouttesReduce the amount of needed boost headers
2020-11-30 Kornel BenkoRevert "Amend 3093789e for cmake build"
2020-11-29 Yuriy SkalkoInclude standard <regex>
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
next