aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-08-06Credit.nyamatongwe1-0/+1
2011-08-05Fix to check for other.states.empty() when Merging SparseStates.Ben Bluemel1-1/+1
2011-08-05Fix for infinite loop bug when typing "goto " at the end of the program.nyamatongwe1-1/+1
2011-08-05Lua lexer update for Lua 5.2 beta. Feature #3386330.nyamatongwe3-6/+78
(a) \* escapes in strings changed to \z (b) goto <label> highlighting for same line only (c) :: <label> :: highlighting for same line only From Kein-Hong Man.
2011-08-05Added Wx::Scintilla and Padre.nyamatongwe1-0/+8
2011-08-05Updated email contact.nyamatongwe1-1/+1
2011-08-05Use casts to squash 64-bit warnings from strlen return value.nyamatongwe6-7/+7
2011-08-03Patch from Kein-Hong Man:nyamatongwe1-19/+12
- bkend adjust - removal of isMatch() No changes to behaviour or highlighting, _except_ for CRLF line endings, highlighting will stop at the end of the HEREDOC delimiter instead of eating up the CR as well.
2011-08-03Credit.nyamatongwe1-0/+2
2011-08-03Fixed 64-bit warnings.nyamatongwe1-6/+6
2011-07-25Switch to STL sort algorithm on MSVC. Feature #3376826.Marko Njezic1-7/+21
Changed remaining C style casts to C++ casts and added one missing cast.
2011-08-01Added tag rel-2-28 for changeset 265b4ffceb4anyamatongwe1-0/+1
2011-08-01Punctuation fix.nyamatongwe1-1/+1
2011-08-01Updated release date.nyamatongwe2-3/+3
2011-08-01Clarified keys on OS X.nyamatongwe1-3/+4
2011-07-27Removed old nib directory as replaced with xib which works withnyamatongwe3-294/+0
Xcode 4.1.
2011-07-27Converting nib to xib for compatibility with newer tools.nyamatongwe2-10/+1367
2011-07-27Ran modernize project.nyamatongwe1-4/+5
2011-07-27Ran modernize.nyamatongwe1-5/+5
2011-07-27Ran modernize and it removed some archaic options and updated version numbers.nyamatongwe1-5/+5
2011-07-27Updated base SDK to 10.6.nyamatongwe1-2/+2
2011-07-26Full name.nyamatongwe1-1/+1
2011-07-26Updates for current state.nyamatongwe1-21/+2
2011-07-262.28 updates.nyamatongwe2-2/+2
2011-07-26Listing previous fix.nyamatongwe1-0/+4
2011-07-25Properly override background color when using alpha blended selections.Marko Njezic1-3/+5
Bug #3377116.
2011-07-26Listing previous fix.nyamatongwe1-0/+4
2011-07-25Properly set atLineStart depending on startPos. Bug #3377148.Marko Njezic1-1/+1
2011-07-26API availability.nyamatongwe1-2/+3
2011-07-26Adding change log for 2.28.nyamatongwe1-0/+85
2011-07-25Updating for version 2.28.nyamatongwe5-18/+22
2011-07-25Avoid unwanted output.nyamatongwe1-2/+2
2011-07-25Using 'from __future__ import unicode_literals' to make work on Python 2.7.nyamatongwe4-2/+10
2011-07-21Added dotted box indicator.nyamatongwe6-8/+61
2011-07-19Patch from Mitchell to make Alt key handling work on OS X.nyamatongwe1-1/+1
2011-07-19Integrate OS X key mapping into main key map.nyamatongwe1-9/+38
2011-07-19Added ScrollToStart and ScrollToEnd key commands for OS X.nyamatongwe4-1/+30
2011-07-19Fix up spacing and unwanted brackets.nyamatongwe1-2/+2
2011-07-19Switched back to LLVM GCC 4.2 from Clang as there was a crash with 32-bit Clang.nyamatongwe1-2/+2
2011-07-19Added more key bindings for symmetry and completeness.nyamatongwe1-6/+8
Chnaged SCI_CMD to SCI_CTRL for compatibility with KeyMap.cxx/
2011-07-12Fix case-insensitive search where folded form shorter. Bug #3362038.nyamatongwe1-4/+8
2011-07-12Fix Shift-JIS lead byte ranges to match Windows.nyamatongwe3-3/+6
2011-07-12Stop exception for deleted property.nyamatongwe1-1/+0
2011-07-12Report control key as SCMOD_META with GTK+ on OS X.nyamatongwe4-1/+17
Mostly from Mitchell Foral.
2011-07-11Include control ID in WM_COMMAND notifications.nyamatongwe1-2/+4
This allows container to be more selective with processing.
2011-07-11Fix memory leaks for font and color objects.nyamatongwe3-2/+16
2011-07-11Make Unicode input through Ctrl+Shift+U work by passing key releasenyamatongwe1-2/+6
events to gtk_im_context_filter_keypress.
2011-07-11Compiling with Clang and increasing warnings.nyamatongwe1-0/+10
2011-07-11Avoid unused parameter warnings when deliberate.nyamatongwe3-15/+33
2011-07-11Fix type warnings.nyamatongwe2-2/+3