aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-06-07Fix bug with extra partition created when range filled.nyamatongwe1-0/+2
2011-06-07Add accessor to RunStyles for number of runs so Decoration can use public API.nyamatongwe3-4/+9
Make RunStyles internal methods private. RunFromPosition is const so marker as const.
2011-06-07Make SCN_NEEDSHOWN notification work when word wrap is enabled.nyamatongwe5-1/+23
This fixes the last remaining issue from bug #3291579. From Marko Njezic
2011-06-06Fix problem compiling on wxWidgets. Bug #3306156.nyamatongwe3-0/+7
From Morten MacFly.
2011-06-05Implement SCI_GRABFOCUS.nyamatongwe1-3/+3
2011-06-05Hide horizontal scrollbar in wrap mode.nyamatongwe1-1/+2
2011-06-05Respond to window deactivation by hiding caret.nyamatongwe3-17/+36
2011-06-05Comment typo.nyamatongwe1-1/+1
2011-06-05Cache surface resolution as it is slow and is callednyamatongwe2-3/+9
for every font creation.
2011-06-05Cocoa implementation of calltips.nyamatongwe4-248/+93
2011-06-05Stop fonts leaking. Bug #3306156.nyamatongwe1-0/+1
From Marko Njezic.
2011-06-04Store codePage on Surface.nyamatongwe1-0/+1
2011-06-04Added EncodingFromCharacterSet for ScintillaCocoa case folding.nyamatongwe2-3/+62
2011-06-04Added encoding-sensitive case folding.nyamatongwe2-7/+147
2011-06-04Removed files for list box that are no longer used.nyamatongwe2-174/+0
2011-06-04Formatting.nyamatongwe1-2/+1
2011-06-04Fixed compilation failure retrieving NSFont* from Font.nyamatongwe1-1/+2
2011-06-04Included DBCS support.nyamatongwe1-1/+24
2011-06-04Reimplemented Window and ListBox classes to make autocompletion work.nyamatongwe1-587/+521
2011-06-03Fix problem with typing over multiple consecutive selections. Bug #3309906.Marko Njezic1-14/+27
2011-06-02Adding dashed and dotted indicators.nyamatongwe1-0/+17
2011-06-02Added new indicators: dashed and dotted underlines.nyamatongwe3-0/+18
2011-06-02Fix warnings from an ignored modifier and character indices.nyamatongwe1-3/+3
2011-06-02Avoid warnings due to incomplete initialization.nyamatongwe1-2/+2
2011-05-27Fix last warning.nyamatongwe1-1/+0
2011-05-27Avoid warning.nyamatongwe1-0/+2
2011-05-27IME fixed to avoid inserting keys that are part of a character.nyamatongwe1-7/+19
Allows for either NSString or NSAttributedString. From Mike Schroeder of Adobe.
2011-05-27Expose registerNotifyCallback on ScintillaView class.nyamatongwe2-0/+13
From Elizabeth Irizarry of Adobe.
2011-05-26Credits.nyamatongwe1-0/+4
2011-05-26Project files target 64-bit as well as 32-bit architectures.nyamatongwe2-0/+4
2011-05-26Made 64-bit type safe.nyamatongwe1-1/+1
2011-05-26List box doesn't work on Cocoa and stops 64-bit building so disable its codenyamatongwe1-0/+10
2011-05-26Convert text drawing and measurement to use Core Text API.nyamatongwe4-415/+201
Contributed by Elizabeth Irizarry of Adobe with some modifications by Neil Hodgson.
2011-05-25Update to support SystemVerilog.nyamatongwe1-9/+21
2011-05-25Code for wxWidgets did not compile so removing.nyamatongwe1-3/+0
2011-05-25Dropped old information.nyamatongwe1-6/+0
2011-05-25Added tag rel-2-26 for changeset 221dae018a0dnyamatongwe0-0/+0
2011-05-25return textLayout->MeasureStringWidth();rel-2-26nyamatongwe2-3/+3
2011-05-21Added more explanation for SCI_SETMULTIPLESELECTION.nyamatongwe1-2/+3
2011-05-21Updates for 2.26.nyamatongwe5-13/+148
2011-05-21Type safety.nyamatongwe1-2/+2
2011-05-21Dropped ppc architecture as not supported by Xcode 4.nyamatongwe1-1/+1
2011-05-2164-bit fixes.nyamatongwe3-5/+5
2011-05-21Updated to work with XCode 4 and use 10.6 SDK.nyamatongwe2-10/+6
Removed reference to MySQL build directory.
2011-05-21Code formatting normalised to standard.nyamatongwe5-15/+14
2011-05-21Move Selected Lines Up / Down. Feature #3304850.nyamatongwe5-0/+92
From Olivier Dagenais.
2011-05-19Variables names may contain braces like %ProgramFiles(x86)%.nyamatongwe1-1/+1
These are now treated as one variable name instead of being broken up. From Florian Balmer.
2011-05-14Credit.nyamatongwe1-0/+1
2011-05-13Break measurement of text into reasonable sized segments similarnyamatongwe5-50/+87
to drawing. Drawing will now always be broken up at a character boundary even when there is a large number of alphabetic characters. Fixes bug #3165743.
2011-05-13Removed confusing comment. Bug #3301002.nyamatongwe1-1/+0