| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-08-08 | Make compile in narrow mode. | nyamatongwe | 1 | -1/+1 | |
| 2011-08-07 | Add a new XYACCUMULATOR which is more precise than XYPOSITION for | nyamatongwe | 2 | -4/+5 | |
| keeping track over long lines. Using typedefs rather than #defines so goes into namespace. | |||||
| 2011-08-07 | Autocompletion lists work with Direct2D. | nyamatongwe | 1 | -20/+60 | |
| 2011-08-07 | Match new argument types to Font::Create. | nyamatongwe | 1 | -1/+1 | |
| 2011-08-07 | Ensure deallocation. | nyamatongwe | 1 | -0/+1 | |
| 2011-08-07 | Remove unused field. | nyamatongwe | 1 | -3/+0 | |
| 2011-08-07 | Dynamically loading Direct2D and DirectWrite at run time so can run on ↵ | nyamatongwe | 3 | -42/+51 | |
| Windows XP. | |||||
| 2011-08-07 | Implement fractional widths and range of weights for GTK+. | nyamatongwe | 1 | -66/+66 | |
| 2011-08-07 | Support a range of weights on Cocoa. | nyamatongwe | 2 | -2/+3 | |
| 2011-08-07 | Avoid warnings about unavailable warnings. | nyamatongwe | 1 | -2/+2 | |
| 2011-08-07 | Move scaling of font to pixels up into platform-independent code. | nyamatongwe | 2 | -7/+5 | |
| 2011-08-07 | Implement APIs for fractional font sizes and a range of weights. | nyamatongwe | 9 | -55/+97 | |
| 2011-08-07 | Do not extend decorations when appending to end of document. Bug #3378718. | nyamatongwe | 1 | -0/+4 | |
| 2011-08-06 | Credit. | nyamatongwe | 1 | -0/+1 | |
| 2011-08-05 | Fix to check for other.states.empty() when Merging SparseStates. | Ben Bluemel | 1 | -1/+1 | |
| 2011-08-05 | Fix for infinite loop bug when typing "goto " at the end of the program. | nyamatongwe | 1 | -1/+1 | |
| 2011-08-05 | Lua lexer update for Lua 5.2 beta. Feature #3386330. | nyamatongwe | 3 | -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-05 | Added Wx::Scintilla and Padre. | nyamatongwe | 1 | -0/+8 | |
| 2011-08-05 | Updated email contact. | nyamatongwe | 1 | -1/+1 | |
| 2011-08-05 | Use casts to squash 64-bit warnings from strlen return value. | nyamatongwe | 6 | -7/+7 | |
| 2011-08-03 | Patch from Kein-Hong Man: | nyamatongwe | 1 | -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-03 | Credit. | nyamatongwe | 1 | -0/+2 | |
| 2011-08-03 | Fixed 64-bit warnings. | nyamatongwe | 1 | -6/+6 | |
| 2011-08-03 | Merged with mainline. | nyamatongwe | 5 | -14/+30 | |
| 2011-08-03 | Fixed some warnings. | nyamatongwe | 1 | -1/+2 | |
| 2011-08-02 | Merged with Cocoa fractional widths. | nyamatongwe | 3 | -30/+36 | |
| 2011-08-02 | Use SEMI_BOLD for bold as Segoe UI looks better at semi bold than bold. | nyamatongwe | 1 | -1/+3 | |
| Allow fractional font sizes by multiplying by 1000. | |||||
| 2011-08-02 | Implemented floating point text positioning for Cocoa. | nyamatongwe | 3 | -30/+36 | |
| 2011-08-02 | Allow floating point text positioning. | nyamatongwe | 5 | -78/+88 | |
| 2011-08-01 | Experimental Direct2D and DirectWrite platform layer. | nyamatongwe | 2 | -375/+627 | |
| 2011-07-27 | Removed old nib directory as replaced with xib which works with | nyamatongwe | 3 | -294/+0 | |
| Xcode 4.1. | |||||
| 2011-07-27 | Converting nib to xib for compatibility with newer tools. | nyamatongwe | 2 | -10/+1367 | |
| 2011-07-27 | Ran modernize project. | nyamatongwe | 1 | -4/+5 | |
| 2011-07-27 | Ran modernize. | nyamatongwe | 1 | -5/+5 | |
| 2011-07-27 | Ran modernize and it removed some archaic options and updated version numbers. | nyamatongwe | 1 | -5/+5 | |
| 2011-07-27 | Updated base SDK to 10.6. | nyamatongwe | 1 | -2/+2 | |
| 2011-07-26 | Full name. | nyamatongwe | 1 | -1/+1 | |
| 2011-07-26 | Updates for current state. | nyamatongwe | 1 | -21/+2 | |
| 2011-07-26 | 2.28 updates. | nyamatongwe | 2 | -2/+2 | |
| 2011-07-26 | Listing previous fix. | nyamatongwe | 1 | -0/+4 | |
| 2011-07-25 | Properly override background color when using alpha blended selections. | Marko Njezic | 1 | -3/+5 | |
| Bug #3377116. | |||||
| 2011-07-26 | Listing previous fix. | nyamatongwe | 1 | -0/+4 | |
| 2011-07-25 | Switch to STL sort algorithm on MSVC. Feature #3376826. | Marko Njezic | 1 | -7/+21 | |
| Changed remaining C style casts to C++ casts and added one missing cast. | |||||
| 2011-08-01 | Added tag rel-2-28 for changeset 265b4ffceb4a | nyamatongwe | 1 | -0/+1 | |
| 2011-08-01 | Punctuation fix. | nyamatongwe | 1 | -1/+1 | |
| 2011-08-01 | Updated release date. | nyamatongwe | 2 | -3/+3 | |
| 2011-08-01 | Clarified keys on OS X. | nyamatongwe | 1 | -3/+4 | |
| 2011-07-25 | Properly set atLineStart depending on startPos. Bug #3377148. | Marko Njezic | 1 | -1/+1 | |
| 2011-07-26 | API availability. | nyamatongwe | 1 | -2/+3 | |
| 2011-07-26 | Adding change log for 2.28. | nyamatongwe | 1 | -0/+85 | |
