aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-03Moved allocation of data owned by Action into Action::Create.nyamatongwe2-14/+12
2013-05-02Simplifying XPM code and avoiding bare allocations.nyamatongwe2-79/+36
2013-05-02Removing XPMSet class as no longer used.nyamatongwe2-107/+0
2013-05-02Replacing raw pointers and allocations with std::vector and std::map.nyamatongwe5-144/+123
2013-05-02Replacing raw pointer and allocation with std::string.nyamatongwe2-14/+10
2013-05-01Removed SVector.h and all references as it is no longer used.nyamatongwe1-123/+0
2013-05-01Replacing raw pointers and allocations with std::vector and std::string.nyamatongwe2-0/+23
2013-05-01Replacing raw pointer and allocation with std::string.nyamatongwe1-47/+16
2013-04-28Use std::vector for list of watchers instead of manual management.nyamatongwe2-58/+35
2013-04-28Removed unused members.nyamatongwe1-3/+0
2013-04-26Bug: [#1467]. Don't change scroll position when window is zero size.nyamatongwe1-0/+3
2013-04-24Cosmetic: remove line-end whitespace.nyamatongwe2-23/+23
2013-04-24Added automatic folding options.nyamatongwe2-4/+82
2013-04-21Implement commonly needed folding methods based on code from SciTE.nyamatongwe2-27/+114
2013-04-19Remove unused methods.nyamatongwe6-112/+0
2013-04-19Using std::fill instead of a loop is much faster. As much as 4x on a large bl...nyamatongwe5-2/+9
2013-04-18Ensure properties from earlier files survive: LexCPP defines some common prop...nyamatongwe1-1/+2
2013-04-17When switching documents, reset input composition as otherwise get mixture of...nyamatongwe1-1/+1
2013-04-17Disallow undo and redo when not collecting undo as it is likely that the docu...nyamatongwe1-2/+2
2013-04-16Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic annyamatongwe1-0/+3
2013-04-16Move selections with virtual space more reasonably when real spaces inserted atnyamatongwe1-4/+8
2013-04-15Existing code fills 0 length ranges and ranges after document end so simplynyamatongwe1-2/+2
2013-04-15RunStyles can be corrupted by filling 0 length ranges and ranges that go past...nyamatongwe2-0/+38
2013-04-09Slightly better behaviour for regular expression search in DBCS: ensure end ofnyamatongwe1-0/+2
2013-04-09Automate updating download links in script.nyamatongwe1-0/+19
2013-04-02Fix calltip position for Cocoa using ScrollView.nyamatongwe1-0/+5
2013-04-02Fix autocompletion position for Cocoa using ScrollView.nyamatongwe1-0/+5
2013-04-02Fix automatic scrolling on Cocoa.nyamatongwe1-0/+2
2013-04-01Extract effect of choosing an autocompletion entry so it can be reused for bothnyamatongwe2-18/+12
2013-04-01Feature [#981]. Added autocompletion order property to allow list to be orderednyamatongwe3-9/+123
2013-03-20Add ScrollRange feature.nyamatongwe2-11/+58
2013-03-18Bug: [#1455]. Fix unfolding when new line inserted.nyamatongwe1-0/+5
2013-03-16Fix margin drawing with Cocoa when always-visible scrollbars turned on.nyamatongwe1-1/+3
2013-03-16Bug: [#1453]. Make subsequent tab markers visible on GTK+.nyamatongwe1-6/+3
2013-03-15Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars unle...nyamatongwe4-54/+141
2013-03-15Simplify calculation of visible line for point.nyamatongwe1-4/+2
2013-03-13Implement high-priority idle work on Cocoa to avoid abandoning paints in some...nyamatongwe2-2/+2
2013-03-13Add different types of task to StyleNeeded mechanism, renaming to WorkNeeded.Unknown2-18/+26
2013-03-13Handle test and reset of needUpdateUI in NotifyUpdateUI so less chance of des...Unknown2-14/+13
2013-02-25Editor: SCI_LINESCROLL: treat columns as signedMook1-1/+1
2013-02-28Return last display line for document lines beyond document end.nyamatongwe1-1/+1
2013-02-22Define the maximum number of margins in Scintilla.iface.nyamatongwe3-11/+10
2013-02-18Don't draw line numbers before start of document.nyamatongwe1-2/+3
2013-02-18Fix drawing of markers at negative coordinates due to integer truncation.nyamatongwe1-2/+3
2013-02-18Bug: [#1446]. Display thumb at correct position when SetVScrollBar(true) called.nyamatongwe1-0/+2
2013-02-05Add allocation of extended styles.nyamatongwe3-1/+24
2013-01-30Added assert to silence Xcode analyse warning.nyamatongwe1-0/+2
2013-01-26Fixed unused value warning.nyamatongwe1-2/+1
2013-01-19Add private copy constructors to prevent copying and avoid warnings.nyamatongwe4-0/+11
2013-01-19Support the three Unicode line ends NEL, LS, and PS in CellBuffer, Document,nyamatongwe6-8/+181