Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
From Fan Yang.
|
|
Move printing parameters into a separate struct.
|
|
|
|
From John Ehresman.
|
|
|
|
possible.
unordered_map caused too many porting problems.
|
|
|
|
|
|
case conversion of Unicode text in accordance with Unicode.
|
|
|
|
|
|
From John Ehresman.
|
|
Use FileGenerator module for file generation instead of code in each script.
|
|
QApplication construction delayed.
From John Ehresman.
|
|
|
|
|
|
|
|
accessors to this data.
Add a length argument to DropAt, although previous signature still available.
|
|
|
|
|
|
|
|
|
|
event->modifiers()
due to limitation mentioned in Qt documentation.
http://qt-project.org/doc/qt-4.8/qkeyevent.html#modifiers
|
|
|
|
|
|
|
|
|
|
Avoids a compiler warning.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Fan Yang.
|
|
|
|
|
|
|
|
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.
|
|
|