]> git.lyx.org Git - lyx.git/history - src/support
Account for old versions of Pygments
[lyx.git] / src / support /
2017-06-11 Guillaume MMRemove FileMonitorBlocker which does not work reliably...
2017-06-11 Guillaume MMIf the external modification is a deletion, do not...
2017-06-11 Guillaume MMPrevent false positives in external modifications
2017-06-11 Guillaume MMProperly track the lifetime of signals2::slots (#8261)
2017-05-15 Guillaume MMCorrect debug message
2017-05-13 Guillaume MMCosmetic
2017-05-01 Guillaume MMRemove spurious error "QFileSystemWatcher::removePath...
2017-04-18 Jean-Marc LasgouttesAutotools: use silent rule for moc in src/support.
2017-04-16 Stephan WittRevert "update canAutoOpenFile/autoOpenFile implementat...
2017-04-16 Tommaso Cucinottafindadv: almost all test cases, including \regex[{...
2017-04-15 Stephan WittCare for a tilde in front of a path name. A path name...
2017-04-12 Enrico ForestieriAvoid an assertion when compiling in debug mode with...
2017-04-08 Stephan Wittupdate canAutoOpenFile/autoOpenFile implementation...
2017-03-27 Enrico ForestieriOn windows, use the unicode version of ShellExecute
2017-03-27 Jean-Marc LasgouttesHandle properly exception that can be thrown by to_loca...
2017-03-24 Jean-Marc LasgouttesFix coverity issues about exceptions
2017-03-19 Guillaume MunchCosmetic
2017-03-19 Guillaume MunchRessurect old FileMonitor à la Frankenstein
2017-03-19 Guillaume MunchBlocking signals also blocks the notification of file...
2017-03-19 Guillaume MunchCorrect ownership
2017-03-14 Jean-Marc LasgouttesFixup commit 50060053
2017-03-11 Guillaume MunchFix compilation with 5 <= qt < 5.4
2017-03-10 Guillaume MunchNonsense for whoever insists on using gcc4.6 & qt4...
2017-03-10 Guillaume MunchRemove legacy FileMonitor
2017-03-10 Guillaume MunchImplement FileMonitor as a wrapper for QFileSystemWatcher
2017-03-09 Jean-Marc LasgouttesRemove unreachable return statements
2017-03-07 Kornel BenkoCmake build: Adapt handling of mytheslib to automek...
2017-03-06 Kornel BenkoAmend 0e50ad8 'move mythes sources to 3rdparty' for...
2017-03-06 Jean-Marc LasgouttesUpdate bundled mythes to version 1.2.5
2017-02-24 Jean-Marc LasgouttesInitialize properly pointer
2017-02-22 Guillaume MunchClarify comment
2017-02-21 Jean-Marc LasgouttesFixup to 33b696c8: fix compilation with gcc 4.6
2017-02-20 Guillaume MunchIntroduce support/Cache.h
2017-01-29 Juergen SpitzmuellerMove protectArgument function to lstrings
2017-01-27 Juergen SpitzmuellerHandle backslash in escape function.
2017-01-13 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-10 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-05 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-04 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-02 Juergen SpitzmuellerExtend the Bibfiles cache
2016-12-27 Juergen SpitzmuellerImprove quotation mark opening/closing guess
2016-12-19 Jean-Marc LasgouttesAdd caching for the QTextLayout objects we use
2016-12-09 Jean-Marc LasgouttesAdd a way to disable the poor man's profiler
2016-12-04 Tommaso CucinottaRemove unneeded templatization code from bformat().
2016-11-20 Guillaume MunchSimplify Changers interface
2016-10-16 Guillaume MunchDocstringify getLongString in general and preamble...
2016-08-28 Guillaume MunchFix the compare_locale function by relying on Qt's...
2016-08-19 Enrico ForestieriUse only one file for dummy implementations
2016-08-19 Kornel BenkoCmake build: Add verbose variable to some dummy_functio...
2016-08-17 Enrico ForestieriFix exit code from runCommand on Windows
2016-08-17 Enrico ForestieriAdd verbose option
2016-07-31 Guillaume MunchC++11 supports thread-safe initialization of statics
2016-07-29 Scott KostyshakRemove the now unused lyx::support::expandPath()
2016-07-05 Jean-Marc LasgouttesPoor man's profiler: add support for cache hit/miss
2016-07-04 Stephan WittFix missing include for malloc prototype after header...
2016-07-02 Guillaume MunchSimplifications, mainly removal of boost::function...
2016-07-02 Stephan WittCompile fix after change 4b64aaf, replace missing const...
2016-07-02 Stephan WittCorrect indentation
2016-06-26 Guillaume MunchUse move when passed by value
2016-06-26 Georg BaumRemove using directives from headers
2016-06-16 Georg BaumAmend 10b4a471853
2016-06-16 Georg BaumExpose python 3 support to some testing
2016-06-15 Guillaume MunchFix compilation with gcc 4.6 part II
2016-06-14 Guillaume MunchFix compilation with gcc 4.6
2016-06-14 Guillaume Munchamend 6144bbfb
2016-06-13 Guillaume Munchamend e2bc7ffa
2016-06-13 Guillaume MunchRefChanger
2016-06-12 Guillaume MunchReplace foreach with for
2016-06-12 Guillaume Munchclimits
2016-06-11 Guillaume MunchAdd missing header
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2016-06-09 Guillaume MunchExercise: simplify the definition of IconvProcessor
2016-06-09 Guillaume MunchRemove non-copyable idioms
2016-06-09 Jean-Marc LasgouttesInitialize correctly SystemcallPrivate in constructor
2016-06-09 Jean-Marc LasgouttesInitialize bool member of Package in default constructor
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2016-06-09 Guillaume Munchunique_ptr and make_unique
2016-06-07 Georg BaumRequire a C++11 compiler
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
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 Georg BaumDo not redefine WINVER
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 Guillaume MunchGuiChanges: provide feedback when there are no more...
2016-04-02 Peter Kümmelmsvc2015: always incude strfwd.h first, to prevent...
2016-04-02 Peter Kümmelmsvc2015: _wgetmainargs is not available ony more
next