Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-26 | API availability. | nyamatongwe | 1 | -2/+3 | |
2011-07-26 | Adding change log for 2.28. | nyamatongwe | 1 | -0/+85 | |
2011-07-25 | Updating for version 2.28. | nyamatongwe | 5 | -18/+22 | |
2011-07-25 | Avoid unwanted output. | nyamatongwe | 1 | -2/+2 | |
2011-07-25 | Using 'from __future__ import unicode_literals' to make work on Python 2.7. | nyamatongwe | 4 | -2/+10 | |
2011-07-21 | Added dotted box indicator. | nyamatongwe | 6 | -8/+61 | |
2011-07-19 | Patch from Mitchell to make Alt key handling work on OS X. | nyamatongwe | 1 | -1/+1 | |
2011-07-19 | Integrate OS X key mapping into main key map. | nyamatongwe | 1 | -9/+38 | |
2011-07-19 | Added ScrollToStart and ScrollToEnd key commands for OS X. | nyamatongwe | 4 | -1/+30 | |
2011-07-19 | Fix up spacing and unwanted brackets. | nyamatongwe | 1 | -2/+2 | |
2011-07-19 | Switched back to LLVM GCC 4.2 from Clang as there was a crash with 32-bit Clang. | nyamatongwe | 1 | -2/+2 | |
2011-07-19 | Added more key bindings for symmetry and completeness. | nyamatongwe | 1 | -6/+8 | |
Chnaged SCI_CMD to SCI_CTRL for compatibility with KeyMap.cxx/ | |||||
2011-07-12 | Fix case-insensitive search where folded form shorter. Bug #3362038. | nyamatongwe | 1 | -4/+8 | |
2011-07-12 | Fix Shift-JIS lead byte ranges to match Windows. | nyamatongwe | 3 | -3/+6 | |
2011-07-12 | Stop exception for deleted property. | nyamatongwe | 1 | -1/+0 | |
2011-07-12 | Report control key as SCMOD_META with GTK+ on OS X. | nyamatongwe | 4 | -1/+17 | |
Mostly from Mitchell Foral. | |||||
2011-07-11 | Include control ID in WM_COMMAND notifications. | nyamatongwe | 1 | -2/+4 | |
This allows container to be more selective with processing. | |||||
2011-07-11 | Fix memory leaks for font and color objects. | nyamatongwe | 3 | -2/+16 | |
2011-07-11 | Make Unicode input through Ctrl+Shift+U work by passing key release | nyamatongwe | 1 | -2/+6 | |
events to gtk_im_context_filter_keypress. | |||||
2011-07-11 | Compiling with Clang and increasing warnings. | nyamatongwe | 1 | -0/+10 | |
2011-07-11 | Avoid unused parameter warnings when deliberate. | nyamatongwe | 3 | -15/+33 | |
2011-07-11 | Fix type warnings. | nyamatongwe | 2 | -2/+3 | |
2011-07-11 | Fix warning about extra ';'. | nyamatongwe | 1 | -1/+1 | |
2011-07-11 | Avoid shadowing of fields even for static methods to stop warnings. | nyamatongwe | 4 | -10/+10 | |
2011-07-11 | Fix 64 bit -> 32 bit warnings in Cocoa code. | nyamatongwe | 4 | -42/+42 | |
2011-07-10 | Added header used in Scintilla and removed header not used for Cocoa. | nyamatongwe | 1 | -7/+7 | |
Ordered headers alphabetically. | |||||
2011-07-10 | Return byte length of insertion for encoding from InsertText so can be | nyamatongwe | 2 | -3/+3 | |
used to underline text inserted by IME and replace correctly when the IME changes. | |||||
2011-07-10 | If requested font can't be created use same font without bold or italic. | nyamatongwe | 1 | -1/+16 | |
If that fails, use Monaco. | |||||
2011-07-10 | Remove unnecessary code. | nyamatongwe | 1 | -2/+0 | |
2011-07-10 | Allow drag to trash to delete. | nyamatongwe | 1 | -1/+13 | |
2011-07-10 | Made drag image work similar to the Carbon port. | nyamatongwe | 1 | -7/+84 | |
2011-07-10 | Removed or replaced out of date TODO comments. | nyamatongwe | 1 | -10/+9 | |
2011-07-10 | Make copies of bitmap images so they can outlive their surface. | nyamatongwe | 1 | -2/+10 | |
2011-07-10 | Don't allow buffered drawing to be turned on as it doesn't work. | nyamatongwe | 1 | -0/+3 | |
2011-07-10 | Encoding support for copy and text insertion. | nyamatongwe | 1 | -7/+23 | |
2011-07-10 | Paste text into different encodings. | nyamatongwe | 1 | -2/+19 | |
2011-07-10 | Display and measure text in different encodings. | nyamatongwe | 2 | -25/+69 | |
2011-07-10 | Store character set in QuartzTextStyle. | nyamatongwe | 2 | -2/+11 | |
2011-07-10 | Implement ScrollText. | nyamatongwe | 2 | -0/+46 | |
2011-07-10 | Ignore some more Xcode state files. | nyamatongwe | 1 | -0/+6 | |
2011-07-09 | Fixed mistake in last change. | nyamatongwe | 1 | -1/+0 | |
2011-07-08 | Removed fold.comment.python property as it has not worked for many years. | nyamatongwe | 1 | -24/+7 | |
2011-07-08 | Bug #3325333. Property lexer.python.keywords2.no.sub.identifiers controls | nyamatongwe | 1 | -5/+14 | |
whether keywords from the keywords2 list are valid after '.'. From Todd Whiteman. | |||||
2011-07-06 | Fix problems with folding not extending to final line. Bug #3349157. | nyamatongwe | 2 | -6/+7 | |
From Marko Njezic. | |||||
2011-07-02 | Folding related fixes. Initiated by bug #3323805. | Marko Njezic | 5 | -208/+201 | |
Make fold highlighting follow closely the actual folding implementation. Introduce a concept of fold headers with a tail to accommodate certain fold highlighting situations. Optimize PaintSelMargin(), so it doesn't waste time with fold markers, unless really necessary. Make EnsureLineVisible() find right parent, when called on whitespace line. Fix wrong fold tail marker when needWhiteClosure is true. | |||||
2011-07-02 | Fix warning from previous change. | nyamatongwe | 1 | -0/+2 | |
2011-07-02 | Recognise COBOL comments '*' in column 7 or '*>'. Bug #3014850. | nyamatongwe | 2 | -0/+9 | |
From Gerrit. | |||||
2011-07-02 | Fix for assertion failure with annotation. Bug #3347268. | nyamatongwe | 1 | -1/+1 | |
Protect against setting height of line beyond end of document. | |||||
2011-07-02 | Clarified symbols in textual margins. | nyamatongwe | 1 | -3/+5 | |
2011-06-27 | Fixed some "unsigned comparison with 0" warnings. | nyamatongwe | 1 | -3/+3 | |