Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-04 | Report failure of find_text with -1 as first element of return value. | Neil | 1 | -2/+2 | |
From John Ehresman. | |||||
2013-07-01 | Move non-platform-specific scripts into the scripts directory. | Neil | 2 | -81/+57 | |
Use FileGenerator module for file generation instead of code in each script. | |||||
2013-06-25 | Specify paint device when creating QTextLayout. Fixes mis-layout of text when | nyamatongwe | 1 | -1/+1 | |
QApplication construction delayed. From John Ehresman. | |||||
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-27 | Updated version numbers, date, and change log for 3.3.3. | nyamatongwe | 2 | -2/+2 | |
2013-05-26 | Switch SelectionText to use a std::string to hold the data and to provide ↵ | nyamatongwe | 2 | -7/+8 | |
accessors to this data. Add a length argument to DropAt, although previous signature still available. | |||||
2013-05-16 | Updates for 3.3.2. | nyamatongwe | 2 | -2/+2 | |
2013-05-07 | Remove variable that was not used to reduce warnings. | nyamatongwe | 1 | -1/+1 | |
2013-05-06 | Bug: [#1448]. Detect QT 5.x and add widgets to QT to allow building. | Neil Hodgson | 3 | -0/+3 | |
2013-05-04 | Replacing raw pointers and allocations with std::vector and std::string. | nyamatongwe | 2 | -26/+20 | |
2013-05-02 | For modifier keys, QApplication::keyboardModifiers() instead of ↵ | nyamatongwe | 1 | -11/+11 | |
event->modifiers() due to limitation mentioned in Qt documentation. http://qt-project.org/doc/qt-4.8/qkeyevent.html#modifiers | |||||
2013-05-02 | Removed variable which is no longer used due to change 4520. | nyamatongwe | 1 | -1/+0 | |
2013-05-01 | Set mouse tracking to false when widget is hidden | John Ehresman | 1 | -0/+3 | |
2013-05-01 | Monitor rect's top right is not necessarily 0, 0 | John Ehresman | 1 | -10/+8 | |
2013-05-01 | Removed SVector.h and all references as it is no longer used. | nyamatongwe | 2 | -2/+0 | |
2013-04-26 | modifierTranslated only used on X11 so only define it there. | Neil Hodgson | 1 | -0/+2 | |
Avoids a compiler warning. | |||||
2013-04-26 | QInputContext is no longer available in Qt 5. | Neil Hodgson | 2 | -0/+4 | |
2013-04-26 | Switch away from deprecated method. | Neil Hodgson | 1 | -1/+1 | |
2013-04-26 | Use union to allow access to dynamic library functions. | Neil Hodgson | 1 | -2/+11 | |
2013-04-09 | Updating for 3.3.1. | nyamatongwe | 2 | -2/+2 | |
2013-03-27 | Updates for version 3.3.0. | nyamatongwe | 2 | -2/+2 | |
2013-02-22 | Prepare for 3.2.5. | nyamatongwe | 2 | -2/+2 | |
2013-01-11 | Prepare for 3.2.4. | nyamatongwe | 2 | -2/+2 | |
2012-10-17 | Incrementing version number for 3.2.3. | nyamatongwe | 2 | -2/+2 | |
2012-09-24 | Added autoCompleteCancelled signal | John Ehresman | 2 | -0/+5 | |
2012-09-20 | Fix example PySide code to match current API. | Neil Hodgson | 1 | -5/+5 | |
2012-08-27 | Incrementing version number for 3.2.2. | nyamatongwe | 2 | -2/+2 | |
2012-07-16 | Clean up more generated files when run with --clean. | Neil Hodgson | 2 | -4/+14 | |
2012-07-11 | Updates for next release 3.2.1. | nyamatongwe | 2 | -2/+2 | |
2012-07-02 | Ensure full initialised. | nyamatongwe | 1 | -1/+1 | |
2012-06-29 | Fix 64-bit compilation errors on Windows. | nyamatongwe | 1 | -3/+3 | |
From Fan Yang. | |||||
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-29 | Updates for 3.2.0. | nyamatongwe | 2 | -2/+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 | 22 | -0/+4838 | |
at Scientific Toolworks, Inc. with additions performed for Wingware. |