| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-03-21 | Bug #3508602. Avoid hang with diff files. From zenico. | nyamatongwe | 2 | -5/+18 | |
| 2012-03-13 | Improvement of folding for CASE/MERGE statement. | Jerome LAFORGE | 1 | -24/+72 | |
| Bug #3503277. | |||||
| 2012-03-13 | Change name of the 'layout' method of ScintillaView and InfoBar to ↵ | nyamatongwe | 4 | -11/+11 | |
| 'positionSubViews' as 'layout' has been added to their superclass NSView in OS X 10.7. The existing 'layout' method interfered with the new automatic layout feature. | |||||
| 2012-03-11 | Manage MERGE statement like CASE statement. | Jerome LAFORGE | 1 | -3/+31 | |
| Bug #3499664. | |||||
| 2012-03-11 | Credit. | nyamatongwe | 1 | -0/+1 | |
| 2012-03-11 | Make mouse wheel scrolling work again on recent GTK+. Bug #3501321. | nyamatongwe | 1 | -0/+1 | |
| From Sébastien Granjoux. | |||||
| 2012-03-08 | Added tag rel-3-0-4 for changeset 2faf55888eeb | nyamatongwe | 0 | -0/+0 | |
| 2012-03-06 | Fixing documentation for SCI_AUTOCSETCANCELATSTART. Bug #3497038.rel-3-0-4 | nyamatongwe | 1 | -2/+2 | |
| 2012-03-03 | Updates for 3.0.4. | nyamatongwe | 5 | -12/+173 | |
| 2012-02-29 | Always record undo action for Ctrl+D | jakub | 1 | -1/+1 | |
| 2012-03-03 | Credit. | nyamatongwe | 1 | -0/+1 | |
| 2012-02-29 | Bug #3495791. Create auxiliary surfaces on Direct2D without alpha channel, as | Marko Njezic | 2 | -4/+7 | |
| no underlying code expects them to be transparent. This will make text drawing use the same anti-aliasing mode no matter if using buffered mode or not. | |||||
| 2012-03-01 | Fix unsafe typecast. Bug #3495966. | Marko Njezic | 1 | -1/+1 | |
| 2012-03-03 | Fix crash caused by NULL pointer for SCI_MOVESELECTEDLINESDOWN. Bug #3496403. | nyamatongwe | 1 | -1/+1 | |
| 2012-03-03 | Bug #3494744. Implement InternalLeading() method on Direct2D. This will ↵ | nyamatongwe | 1 | -6/+20 | |
| improve drawing of text blobs and dimensioning of call tips. From Marko Njezic. | |||||
| 2012-03-03 | Remove unused variables. Bug #3494744. From Marko Njezic. | nyamatongwe | 3 | -6/+0 | |
| 2012-03-01 | Ignore cppcheck configuration when committing. | nyamatongwe | 1 | -0/+1 | |
| 2012-03-01 | Bug #3494492. Prevent AlphaRectangle() from drawing blurry rectangle under ↵ | nyamatongwe | 1 | -11/+22 | |
| Direct2D. From Marko Njezic. | |||||
| 2012-03-01 | Bug #3494492. Change aveCharWidth in FontMeasurements to actually store | nyamatongwe | 4 | -6/+6 | |
| fractional width. This change complements change set 3994. Make WidthText() and AverageCharWidth() actually return fractional widths under Direct2D. From Marko Njezic. | |||||
| 2012-03-01 | Remove duplicated code. Bug #3494492. From Marko Njezic. | nyamatongwe | 1 | -1/+0 | |
| 2012-03-01 | Enable basic pinch zoom. From Matthew Brush. | nyamatongwe | 1 | -0/+16 | |
| 2012-02-29 | Bug #3494202. Fix blurry RGBA markers on Direct2D when centring caused | nyamatongwe | 1 | -4/+4 | |
| fractional coordinates. | |||||
| 2012-02-29 | Centre RGBA markers in all cases including when larger than allocation. Bug ↵ | nyamatongwe | 1 | -1/+7 | |
| #3494184. | |||||
| 2012-02-29 | Bug #3493503. Clip drawing operations to the painting area when using unbuffered | nyamatongwe | 1 | -5/+10 | |
| mode. This prevents parts of margin being drawn out of bounds. Don't set clipping region when buffered mode is used, as it is not necessary. From Marko Njezic. | |||||
| 2012-02-28 | Bug #3495445. Properly mask restored state after processing keywords in document | Marko Njezic | 1 | -1/+1 | |
| comment that's inside disabled preprocessor macro. | |||||
| 2012-02-27 | Feature #3493530. Reduce amount of redrawing triggered by ↵ | nyamatongwe | 1 | -2/+3 | |
| SCI_MARKERSETBACKSELECTED and SCI_MARKERENABLEHIGHLIGHT. From Marko Njezic. | |||||
| 2012-02-25 | Remove unused variable. | Marko Njezic | 2 | -6/+0 | |
| 2012-02-25 | Bug #3493503. Properly redraw image markers with height larger than line height. | Marko Njezic | 3 | -1/+39 | |
| Regression from change set 3949. | |||||
| 2012-02-25 | Fix dead code warnings from Xcode Analyze. | nyamatongwe | 2 | -4/+1 | |
| 2012-02-17 | Draw markers horizontally off center only on textual margins. Bug #3488696. | Marko Njezic | 3 | -5/+5 | |
| 2012-02-23 | Fix warning from PVS-Studio that could have trated non-operators as ↵ | nyamatongwe | 1 | -1/+1 | |
| operators for folding. | |||||
| 2012-02-19 | Enable differentiation of --! bang comments as this was disabled by poorly | nyamatongwe | 1 | -3/+0 | |
| written code. Noticed by PVS-Studio. | |||||
| 2012-02-17 | Make fold tail markers vertically centered. | Marko Njezic | 1 | -13/+12 | |
| 2012-02-18 | Bug #3487397. Reduce time spent in idling before allowing paint from 200 | nyamatongwe | 1 | -1/+2 | |
| to 50 milliseconds to make interaction less laggy. | |||||
| 2012-02-18 | Wrap lines if needed when moving to a position. Bug #3487397. | nyamatongwe | 1 | -3/+7 | |
| From Marko Njezic. | |||||
| 2012-02-18 | Add ECL lexer. | nyamatongwe | 1 | -0/+4 | |
| 2012-02-18 | Lexer added for ECL language. Feature #3488209. | nyamatongwe | 7 | -0/+580 | |
| 2012-02-18 | Avoid scrolling window before it is realized. Bug #3488481. | nyamatongwe | 1 | -2/+4 | |
| 2012-02-17 | Ensure start of string always initialized to avoid warning from Xcode analyze. | nyamatongwe | 1 | -0/+1 | |
| 2012-02-17 | Xcode analyze could not understand treating a 2D array as a 1D array | nyamatongwe | 1 | -4/+6 | |
| so treat as a 2D array. | |||||
| 2012-02-17 | New Xcode notes it has performed an upgrade check. | nyamatongwe | 1 | -1/+1 | |
| 2012-02-17 | Update to modifier key bindings for GTK+ on OS X. From Mitchell Foral. | nyamatongwe | 1 | -2/+1 | |
| 2012-02-16 | Avoid switching to PHP in XML unless explicit. Bug #3488060. | nyamatongwe | 1 | -1/+1 | |
| 2012-02-15 | Bug #3487440. Fix bug where setting an indicator on for whole document | nyamatongwe | 1 | -2/+2 | |
| had no effect since that was regarded as an empty indicator. | |||||
| 2012-02-14 | Removed dead code as it was producing warnings. | nyamatongwe | 1 | -8/+0 | |
| 2012-02-14 | Simplify key handling code that has not needed to process different cases for | nyamatongwe | 1 | -15/+3 | |
| 5 years. | |||||
| 2012-02-07 | Respect virtual space in ButtonDown/ButtonUp and prevent random behavior of | Marko Njezic | 1 | -23/+29 | |
| ctrl+click in margin in certain cases. Bug #3484370. | |||||
| 2012-02-09 | LexPascal folding improvements: | Marko Njezic | 1 | -0/+20 | |
| - Ignore forward interface declarations as fold points - Fold dispinterface code blocks | |||||
| 2012-02-09 | Fix rounding issue in SPositionFromLocation() that started with introduction of | Marko Njezic | 1 | -1/+1 | |
| fractional positioning. Bug #3485669. | |||||
| 2012-02-10 | Bug #3484416. Modify how scroll bars are hidden in order not to | nyamatongwe | 1 | -5/+3 | |
| interfere with dwelling. From Marko Njezic. | |||||
