Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-12 | Remove ScintillaEditPy as its prerequisites are unsupported. | Neil | 7 | -792/+0 | |
2021-07-03 | Remove remnants of support for including lexers in Scintilla. | Neil | 1 | -1/+1 | |
2020-05-01 | Better diagnostics when script fails | Neil | 1 | -1/+2 | |
2020-04-17 | Update Python versions for files that may involve PySide on Linux which requires | Neil | 2 | -1/+2 | |
Python 2 still. On Windows, Python3 is used. | |||||
2020-03-16 | Fail early if Python 3.x. | Neil | 1 | -0/+3 | |
2019-12-30 | gcc 9 has a new warning deprecated-copy which occurs many times in Qt headers. | Neil | 1 | -1/+1 | |
Turn off this warning as can't change system headers. | |||||
2018-12-14 | Stop specifying -std:c++latest as that is no longer needed to enable C++17 with | Neil | 1 | -1/+0 | |
MSVC 2017 and Qt 5.12 and it caused duplicate flag warnings. | |||||
2018-03-16 | Remove line-end white space. | Neil | 2 | -14/+14 | |
2018-01-28 | Allow C++17 in all build and project files. | Neil | 1 | -2/+2 | |
2017-07-23 | Bug [#1959]. Avoid problems with changes with different versions of Qt. | Neil Hodgson | 1 | -2/+3 | |
2017-06-15 | Avoid warnings from G++ 7 for ScintillaEditPy in code generated by Shiboken. | Neil | 1 | -1/+3 | |
2017-06-14 | Use $$files instead of bare wildcard to support including in a parent project. | Neil | 1 | -3/+4 | |
2017-06-12 | Removed unused functions and methods from Platform.h. | Neil | 1 | -9/+2 | |
Replaced Platform::Clamp with Sci::clamp but will later change this to std::clamp once on full C++17 compilers. Drop MouseButtonBounce workaround for very early GTK+/Linux. | |||||
2016-04-28 | Fixes for problems with C++11 <regex>. | Neil Hodgson | 1 | -0/+9 | |
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide. For GTK+ allow turning off C++11 <regex> with make NO_CXX11_REGEX=1. | |||||
2016-01-22 | For Qt, release builds have assertions turned off. | John Ehresman | 1 | -0/+3 | |
2015-11-20 | Remove line end whitespace. | Neil | 1 | -9/+9 | |
2014-08-06 | Fix the platform scope to work on Linux. | Neil | 1 | -1/+1 | |
2014-08-06 | Bug [#1635]. Make build on FreeBSD 9.2. | Neil | 1 | -1/+4 | |
2013-11-07 | Feature [feature-requests:#1544]. Qt build system fixes for PySide separate ↵ | nyamatongwe | 2 | -13/+20 | |
from shiboken. From Mark Yen. | |||||
2013-10-03 | Match change 4801 for Python binding types. | nyamatongwe | 2 | -5/+5 | |
From John Ehresman. | |||||
2013-08-10 | Fix PySide interface to match 64-bit fixes in ScintillaEdit. | Unknown | 2 | -4/+8 | |
2013-07-01 | Move non-platform-specific scripts into the scripts directory. | Neil | 1 | -6/+13 | |
Use FileGenerator module for file generation instead of code in each script. | |||||
2013-06-14 | Define custom marginMaskN / setMarginMaskN to treat values as a bitmask. | Unknown | 1 | -0/+22 | |
2013-06-10 | Define custom get_ / set_ margin_mask_n to treat values as a bitmask | John Ehresman | 1 | -0/+27 | |
2013-05-06 | Bug: [#1448]. Detect QT 5.x and add widgets to QT to allow building. | Neil Hodgson | 1 | -0/+1 | |
2012-09-20 | Fix example PySide code to match current API. | Neil Hodgson | 1 | -5/+5 | |
2012-07-16 | Clean up more generated files when run with --clean. | Neil Hodgson | 1 | -4/+7 | |
2012-06-13 | Discover name of qmake as it is qmake-qt4 in some distributions of Linux. | Neil Hodgson | 1 | -2/+9 | |
2012-05-29 | Information about running on Fedora. | nyamatongwe | 1 | -1/+2 | |
2012-05-27 | On Linux, disable warnings that occur in PySide generated code or PySide headers | Neil Hodgson | 1 | -0/+1 | |
included by that code. This is done by changing the compile flags on all files which is unfortunate but the warnings are not that important and will trigger for most code when building for GTK+ or Windows native. empty-body occurs for code that looks like "{}". unused-parameter occurs when a function parameter is not used. This change enables the scite/scripts/checkbuildlinux.sh script to run without any warning messages. | |||||
2012-05-17 | Fixed out-of-date test program name. | nyamatongwe | 1 | -1/+1 | |
2012-05-17 | Qt platform layer added. Based on an implementation from Jason Haslam | nyamatongwe | 7 | -0/+696 | |
at Scientific Toolworks, Inc. with additions performed for Wingware. |