Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-23 | Allow to display calltip above or below the text | Sébastien Granjoux | 3 | -6/+35 | |
2011-09-25 | Palette support removed. | nyamatongwe | 16 | -406/+299 | |
2011-09-24 | Merged fractional text positioning branch. | nyamatongwe | 14 | -75/+138 | |
2011-09-23 | Optimized MarkerNext so it can be much faster when no marker ever set | nyamatongwe | 5 | -8/+19 | |
and a little faster when markers have been used. | |||||
2011-09-23 | Optimize scrolling a long way by not invalidating fold margin if going | nyamatongwe | 2 | -2/+7 | |
to invalidate everything. | |||||
2011-09-23 | Add GetAllLinesVisible method as this can be used to minimize folding overhead. | nyamatongwe | 1 | -0/+3 | |
2011-09-09 | Simplify some expressions which seem to cause failures. | nyamatongwe | 1 | -2/+2 | |
2011-09-09 | Simplify some expressions which seem to cause failures. | nyamatongwe | 1 | -2/+2 | |
2011-09-09 | Merge with main repository. | nyamatongwe | 14 | -75/+138 | |
2011-09-04 | Cast to ensure comparison valid. | nyamatongwe | 1 | -1/+1 | |
2011-08-27 | Basing default eol mode on _WIN32 instead of __unix__ as OS X does | nyamatongwe | 1 | -3/+3 | |
not define __unix__. | |||||
2011-08-11 | Parallel stacks for GDI and DirectWrite works. | nyamatongwe | 1 | -1/+1 | |
2011-08-11 | Implemented parallel stacks for GDI and DirectWrite. GDI works | nyamatongwe | 1 | -0/+3 | |
but DirectWrite does not draw well and eventuall crashes. | |||||
2011-08-10 | Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite | nyamatongwe | 9 | -36/+80 | |
to run at the same time for different windows and operations. | |||||
2011-08-10 | Fix for wrong cursor near selection ends when scrolled horizontally. Bug ↵ | nyamatongwe | 1 | -3/+3 | |
#3389055. | |||||
2011-08-08 | Fix tab positioning to make indent guides and tab characters align. | nyamatongwe | 1 | -1/+1 | |
2011-08-07 | Add a new XYACCUMULATOR which is more precise than XYPOSITION for | nyamatongwe | 1 | -1/+1 | |
keeping track over long lines. Using typedefs rather than #defines so goes into namespace. | |||||
2011-08-07 | Match new argument types to Font::Create. | nyamatongwe | 1 | -1/+1 | |
2011-08-07 | Move scaling of font to pixels up into platform-independent code. | nyamatongwe | 1 | -2/+2 | |
2011-08-07 | Implement APIs for fractional font sizes and a range of weights. | nyamatongwe | 4 | -22/+36 | |
2011-08-07 | Do not extend decorations when appending to end of document. Bug #3378718. | nyamatongwe | 1 | -0/+4 | |
2011-08-02 | Allow floating point text positioning. | nyamatongwe | 3 | -16/+18 | |
2011-07-25 | Properly override background color when using alpha blended selections. | Marko Njezic | 1 | -3/+5 | |
Bug #3377116. | |||||
2011-07-21 | Added dotted box indicator. | nyamatongwe | 3 | -7/+45 | |
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 | 1 | -0/+10 | |
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 | 1 | -1/+2 | |
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 | 1 | -0/+1 | |
Mostly from Mitchell Foral. | |||||
2011-07-11 | Fix type warnings. | nyamatongwe | 1 | -1/+2 | |
2011-07-11 | Avoid shadowing of fields even for static methods to stop warnings. | nyamatongwe | 4 | -10/+10 | |
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 | Fix for assertion failure with annotation. Bug #3347268. | nyamatongwe | 1 | -1/+1 | |
Protect against setting height of line beyond end of document. | |||||
2011-06-27 | Fixed some "unsigned comparison with 0" warnings. | nyamatongwe | 1 | -3/+3 | |
2011-06-25 | Add casts to avoid warnings from SDK 64-bit compiler. | nyamatongwe | 5 | -32/+44 | |
2011-06-25 | Initial implementation of RGBA images. | nyamatongwe | 9 | -7/+224 | |
2011-06-20 | Properly highlight fold markers on sub lines. Bug #3323015. | Marko Njezic | 2 | -8/+11 | |
This complements fold markers highlighting change from revision 3619, which only fixed part of the problem. Changes from revision 3620 have been reverted, as they cause line to be drawn out of bounds and overlap with previously drawn marker above. They are also no longer needed, with this change. | |||||
2011-06-22 | Bug #3315756. Look at character under pointer to determine whether | nyamatongwe | 1 | -1/+1 | |
to display arrow (over selection) or I-beam. Previously used inter-character position instead of character. | |||||
2011-06-18 | Added INDIC_SQUIGGLELOW. Bug #3314591. | nyamatongwe | 1 | -0/+11 | |
From Thomas Linder Puls. | |||||
2011-06-15 | Added SCMOD_META key modifier for the Control key on OS X. | nyamatongwe | 2 | -3/+8 | |
New version of KeyDown, KeyDownWithModifiers uses a mask of modifiers. | |||||
2011-06-14 | Fix edge line display on wrapped lines. Bug #3314807. | Marko Njezic | 1 | -0/+2 | |
2011-06-14 | Add SCI_SETEMPTYSELECTION. Feature #3314877. | nyamatongwe | 1 | -0/+4 | |
From Marko Njezic. | |||||
2011-06-13 | Added Identifier property. | nyamatongwe | 2 | -0/+12 | |
2011-06-13 | Moved marginOptions from ViewStyle to Editor as it is a behavioural option. | nyamatongwe | 4 | -7/+6 | |
2011-06-10 | Add an option to control how wrapped lines are selected when clicking on margin. | Marko Njezic | 3 | -2/+12 | |
2011-06-09 | Group inserted spaces in virtual space together with deletion. Bug #3159691. | Marko Njezic | 1 | -1/+7 | |
2011-06-08 | Fix regex search on the last line of search range | Marko Njezic | 1 | -2/+3 | |
when search pattern ends with escaped $ modifier. Bug #3313746. | |||||
2011-06-07 | Make auto scrolling word wrap aware. Bug #3312763. | Marko Njezic | 1 | -6/+2 | |