aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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
2011-07-11Fix warning about extra ';'.nyamatongwe1-1/+1
2011-07-11Avoid shadowing of fields even for static methods to stop warnings.nyamatongwe4-10/+10
2011-07-11Fix 64 bit -> 32 bit warnings in Cocoa code.nyamatongwe4-42/+42
2011-07-10Added header used in Scintilla and removed header not used for Cocoa.nyamatongwe1-7/+7
Ordered headers alphabetically.
2011-07-10Return byte length of insertion for encoding from InsertText so can benyamatongwe2-3/+3
used to underline text inserted by IME and replace correctly when the IME changes.
2011-07-10If requested font can't be created use same font without bold or italic.nyamatongwe1-1/+16
If that fails, use Monaco.
2011-07-10Remove unnecessary code.nyamatongwe1-2/+0
2011-07-10Allow drag to trash to delete.nyamatongwe1-1/+13
2011-07-10Made drag image work similar to the Carbon port.nyamatongwe1-7/+84
2011-07-10Removed or replaced out of date TODO comments.nyamatongwe1-10/+9
2011-07-10Make copies of bitmap images so they can outlive their surface.nyamatongwe1-2/+10