aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2014-05-03Turn on MSVC 'possible loss of data' warnings and add explicit casts.Neil10-536/+547
2014-05-03Explicit and more consistent use of XYPOSITION versus int.Neil1-74/+101
Fixes possible loss of data warnings when switched on.
2014-05-03Using casts and an alternate PRectangle constructor to make XYPOSITION <-> intNeil7-17/+22
conversions and other conversions more consistent.
2014-05-03Explicit and more consistent use of XYPOSITION versus int.Neil1-19/+19
Fixes possible loss of data warnings when switched on.
2014-05-03Convenience Point constructor from integers as common source of shapes.Neil4-14/+17
2014-05-03Add needed casts and remove a cast that is not needed.Neil1-3/+3
2014-05-03Using unsigned int for cache index to avoid casts and potential for failure.Neil1-4/+5
2014-05-03Fix comments that have not been correct since conversion to XYPOSITION.Neil1-2/+2
2014-05-03Move RoundXYPosition to global header to enable use in more modules.Neil2-5/+3
2014-05-03Fix assertion that was broken by undefined behaviour fix.Neil1-1/+1
2014-05-02Type cast to make previous change compile on Cocoa.Neil Hodgson1-1/+2
2014-05-02Use exact SciFnDirect function signature for DirectFunction as earlier versionNeil6-13/+13
depended on undefined behaviour.
2014-05-02Use unsigned int for calculating hash and secondary probe as overflow of signedNeil2-3/+3
int is undefined in C++.
2014-05-02Enable building with Clang undefined behaviour sanitizer.Neil1-2/+6
2014-05-01Use explicit call as implicit conversion operator does not work in context.Neil1-1/+1
2014-05-01Cast to make previous change build on Cocoa.Neil Hodgson1-1/+1
2014-05-01Consolidate insertion for paste into Editor class and perform line endNeil9-84/+66
conversion in Editor.
2014-04-29Stop disabling warnings where no longer needed.Neil5-17/+3
2014-04-29Fix some warnings instead of relying upon #pragma to hide themNeil4-6/+6
2014-04-29Added DMIS lexer.Neil Hodgson1-0/+4
2014-04-29Feature [feature-requests:#1049]. Lexer added for DMIS, a language for ↵Neil6-0/+388
coordinate measuring machines. From Andreas Tscharner.
2014-04-25Free system libraries at finalization.Neil2-4/+29
2014-04-25Delete factories when shutting down to avoid system messages frommm DXGI.Neil1-0/+9
2014-04-25Allow overriding AbandonPaint by platform code.Neil1-1/+1
2014-04-24Change log.Neil1-0/+17
2014-04-22Change log.Neil Hodgson1-0/+4
2014-04-22Bug [#1593]. Fix drawing bug on Cocoa where previous caret lines were visibleNeil Hodgson1-4/+5
due to using the visible area instead of the whole drawing area.
2014-04-22Hoisting some calculations into classes: ContractionState::DisplayLastFromDocNeil Hodgson5-27/+32
Range::First and Range::Last. Changing Editor::RectangleFromRange arguments to a Range. Simplifying code and specifying some local variables as const.
2014-04-21Clean line end whitespace.Neil1-1/+1
2014-04-21View line state in margin with SC_FOLDFLAG_LINESTATE as an aid to debugging.Neil5-9/+28
2014-04-21Avoid warning about use of bitwise operators on boolean values.Neil1-2/+2
2014-04-19Use an unnamed namespace instead of static as classes and structs can't be ↵Neil1-9/+14
static.
2014-04-19Optionally highlight escape sequences in strings as SCE_C_ESCAPESEQUENCE.Neil4-2/+67
From nkmathew.
2014-04-18Fix calls deprecated in GTK+ 3.10.Neil1-2/+11
2014-04-17Fix Python 3.x compatibility.Neil1-4/+7
2014-04-16Allow filtering of insertions.Neil10-174/+237
2014-04-15Bug [#1592]. Fix bug where caret remained invisible when period set to 0.Neil3-1/+14
2014-04-14Fix write one past array end bug.Neil1-2/+3
2014-04-10Link to tutorial by Andreas Tscharner.Neil Hodgson1-1/+3
2014-04-03Terminate list.Neil1-1/+1
2014-04-03Feature [feature-requests:#1047]. Supports Go back quoted raw string ↵Neil2-0/+13
literals with lexer.cpp.backquoted.strings option. From Eric Promislow.
2014-04-03C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.Neil4-0/+55
From nkmathew.
2014-04-01Added tag rel-3-4-1 for changeset e73e34b23c59Neil1-0/+1
2014-03-28Updating web page for release.Neil1-3/+1
2014-03-28Updating vesion number for next release.Neil7-14/+14
2014-03-28Change log.Neil1-0/+3
2014-03-28Displaying Unicode line ends as [LS], [PS], and [NEL] blobs.Neil1-4/+12
2014-03-28Change log.Neil Hodgson1-0/+15
2014-03-28Made indentation consistent.Neil Hodgson1-4/+4
2014-03-27Surround 10.9-specific calls with version checks to ensure builds on old SDKs.nyamatongwe2-0/+6