aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-31Bug [#1796]. Expand folded areas before deleting fold header line.Neil1-8/+15
2015-12-31Treat Unicode line ends like common line ends when maintaining fold state.Neil4-5/+22
2015-12-07Prefer StyleIndexAt over StyleAt to avoid problems with out-of-bounds access forNeil3-9/+9
2015-12-04Fix some problems with out-of-bounds access for protected text.Neil2-4/+5
2015-12-04Bug [#1784]. Highlight whole run for hover indicator when wrapped.Neil2-8/+4
2015-12-01Undo virtual spaces in one step at start of IME composition.Neil1-0/+2
2015-11-20Remove line end whitespace.Neil7-19/+19
2015-11-20Bug [#1779]. Better Unicode input support on Windows systems.Sam Hocevar2-4/+4
2015-11-15Send SCN_UPDATEUI with SC_UPDATE_SELECTION when application changes multipleJohn Ehresman1-0/+10
2015-11-11Implemented idle styling. This allows painting without first styling all visibleNeil4-5/+111
2015-10-25Fix line end movement on display lines when EOLs are visibleColomban Wendling1-2/+4
2015-10-19Bug [#1768]. Report error when negative length passed to SCI_SETSTYLING.Neil1-1/+4
2015-10-12Implement Swap in SelectionRange to avoid warnings.Neil3-1/+6
2015-09-29Mark local functions as static.Neil Hodgson3-5/+5
2015-09-26Centre whitespace dot when dot is larger than 1 pixel.Neil1-1/+2
2015-09-26Indentation guides do not affect background drawing so omit from condition.Neil1-2/+1
2015-09-26Add parentheses to fix warning from Clang.Neil Hodgson1-2/+2
2015-09-26Whitespace may be made visible just in indentation.nkmathew3-11/+15
2015-09-23When SC_MARK_UNDERLINE if not assigned to a margin, stop drawing the whole line.Neil4-34/+50
2015-09-23Optimise drawing by only drawing affected lines when markers shown in the text.Neil1-36/+40
2015-09-04Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text.johnsonj2-3/+12
2015-09-04Bug [#1757]. Treat CRLF as two characters in SCI_COUNTCHARACTERS.Neil1-2/+0
2015-08-24Simplify filling virtual space and avoid any side effects that may be caused byjohnsonj1-4/+9
2015-07-27Add Position.h as a place-holder and to allow #include "Position.h" in source.Neil18-0/+39
2015-07-20Use Sci_Position when required to implement interfaces.Neil2-35/+35
2015-07-14Fix drawing problem when control characters are in a hidden style as they thenNeil1-1/+3
2015-07-06SCI_SETIDENTIFIERS resets styling ensuring any added identifier are highlighted.Neil1-0/+1
2015-07-04Make std::exception visible to all core code to remove chance that a differentNeil16-0/+19
2015-07-04Also need to see std::exception in PerLine.Neil1-0/+1
2015-07-04Throw an exception for a negative sized reallocation as occurs when askedNeil Hodgson3-0/+5
2015-07-03Feature [feature-requests:#1109]. SCN_AUTOCCOMPLETED sent after text insertion.Jonathan Hunt2-7/+13
2015-06-30Added SC_CASE_CAMEL to the case mode style attribute.Neil2-2/+18
2015-06-25Fix regression due to recent multiple-selection changes with the selection notNeil Hodgson1-1/+1
2015-06-24Make multiple selection work over most cursor movement and selection, new line,Neil4-337/+552
2015-06-23Casts to silence warnings for 64-bit builds.Neil1-2/+2
2015-06-16Clean up some selection operations. Commonly when changing selection modes,Neil4-30/+36
2015-06-13Fix bug where maximum two selections possible at once with Ctrl+click dueNeil Hodgson1-6/+6
2015-06-09When combining MarkerHandlerSets, prepend the other set instead of appendingJiří Techet1-2/+3
2015-06-11Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, andNeil4-5/+82
2015-06-04Move FindText flag decoding from caller to function to minimize code and chanceNeil3-20/+6
2015-05-21Fix bug with TentativeUndo where the undo history was being damaged on OS X.Neil Hodgson1-0/+2
2015-05-16Make unused single argument constructors explicit.Neil3-3/+3
2015-05-15Backed out changeset: 7caa35787c19Neil1-4/+5
2015-05-13Ensure SCI_POSITIONRELATIVE returns a position clamped into the document rangeNeil1-5/+4
2015-04-14Ensure SCI_TEXTHEIGHT uses valid style data and remove test pauses thatNeil1-0/+1
2015-04-10Avoid warning from clang analyze due to potential NULL pointer by assertingNeil Hodgson1-0/+1
2015-03-29Bug [#1682] Removed the ascent member of Font and all wxWidgets-specific code.Neil1-3/+0
2015-03-13Truncate elements that are near to maxItemLen to avoid possibility of writingNeil1-1/+3
2015-03-11Allow minimum tab width to be tweaked to allow character cell implementationNeil2-2/+4
2015-02-24Notify container of non-BMP characters correctly.Neil2-23/+4