Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-25 | Updating for 3.5.1. | Neil | 7 | -13/+14 | |
2014-09-25 | Mentioning that SC_TECHNOLOGY_DIRECTWRITERETAIN is provisional. | Neil | 2 | -5/+10 | |
2014-09-24 | GTK: Fix auto-completion popup row height computation on GTK 3.14 | Colomban Wendling | 1 | -0/+9 | |
GTK 3.14 changed how the cell padding is calculated, and I can't seem to understand the new logic yet. So, use the correct API for computing the row size, which unfortunately doesn't work for us on GTK2, but otherwise is a better way to go anyway. Tested with GTK 3.2, 3.8, 3.10, 3.12 and 3.14. | |||||
2014-09-22 | Add a constructor that takes arguments for each attribute to make it easier to | Neil | 2 | -11/+8 | |
set up indicators. Changed field order so that the colour, which is likely to be set, is before under which is likely to be left default. | |||||
2014-09-19 | Updated for Xcode 6.0.1. | Neil Hodgson | 1 | -1/+1 | |
2014-09-16 | GTK: Don't hardcode auto-completion popup frame border width | Colomban Wendling | 1 | -3/+6 | |
2014-09-12 | GTK: Fix auto-completion popup sizing on some themes | Colomban Wendling | 1 | -11/+11 | |
2014-09-12 | GTK: Allow the auto-completion popup to be as small as needed | Colomban Wendling | 1 | -13/+32 | |
2014-09-13 | Use const where possible in regular expression code. | Neil | 1 | -6/+6 | |
2014-09-13 | Avoid extra NUL in strings and unnecessary allocations. | Neil | 1 | -2/+1 | |
2014-09-12 | Change log. | Neil | 1 | -0/+3 | |
2014-09-11 | GTK: Fix auto-completion popup width to better fit contents | Colomban Wendling | 1 | -2/+23 | |
2014-09-11 | GTK: Fix auto-completion popup height to better fit contents | Colomban Wendling | 1 | -22/+30 | |
2014-09-12 | Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer. | Neil | 3 | -1/+17 | |
From Jason Haslam. | |||||
2014-09-12 | Allow choice between windowed and inline IME. | Neil | 9 | -1/+54 | |
2014-09-06 | Support the q-quote operator as SCE_SQL_QOPERATOR. | Neil | 4 | -1/+37 | |
From Michael Staszewski. | |||||
2014-09-05 | Change log. | Neil | 1 | -0/+4 | |
2014-09-05 | Bug [#1654]. Missing cast in PositionIsHotspot. | Neil | 1 | -1/+1 | |
From Mat Berchtold. | |||||
2014-09-05 | Credit. | Neil | 1 | -0/+1 | |
2014-09-05 | Bug [#1652]. Revert to allowing fractional tab stops. | Neil Hodgson | 2 | -8/+7 | |
2014-09-05 | Avoid shadowed identifiers. | Neil | 1 | -11/+11 | |
2014-09-04 | GTK: fix cached completion popup window sizing | Colomban Wendling | 1 | -13/+14 | |
Only cache the popup window itself and not its content, as it seems the window sizing is affected whether the content was just created or not. | |||||
2014-09-04 | Better explanation of SCI_GETNEXTTABSTOP. | Neil | 1 | -3/+3 | |
2014-09-03 | Added SC_TECHNOLOGY_DIRECTWRITERETAIN mode. | Neil | 5 | -5/+19 | |
2014-09-03 | Normalise header inclusion order. | Neil | 1 | -1/+1 | |
2014-09-03 | Add BibTeX lexer to OS X project. | Neil Hodgson | 1 | -0/+4 | |
2014-09-03 | Remove unused function. | Neil Hodgson | 1 | -5/+0 | |
2014-09-03 | Feature [feature-requests:#1071]. BibTeX lexer added. | Neil | 6 | -0/+341 | |
From Sergiu Dotenco and danselmi. | |||||
2014-09-03 | Normalise header inclusion order. | Neil | 1 | -2/+2 | |
2014-09-02 | Change log. | Neil | 1 | -0/+5 | |
2014-09-01 | GTK: cache the completion popup window | Colomban Wendling | 1 | -3/+22 | |
This avoids creating and destroying windows quickly under stress, which may lead to XID collisions. See e.g. https://bugzilla.gnome.org/show_bug.cgi?id=581526 and https://bugzilla.gnome.org/show_bug.cgi?id=590690 Closes [bugs:1649]. | |||||
2014-08-24 | Removed comma at end of enum as it caused an error on ↵ | Neil Hodgson | 1 | -1/+1 | |
i686-apple-darwin10-g++-4.2.1. | |||||
2014-08-22 | Change log. | Neil | 1 | -0/+4 | |
2014-08-22 | Bug [#613]. Fix folding when "component' before name. | Neil | 1 | -13/+37 | |
From danselmi. | |||||
2014-08-21 | Updated SourceForge links to the canonical projects/scintilla/. | Neil | 1 | -4/+4 | |
2014-08-20 | Bug [#1527]. Support block comments in VHDL. | Neil | 4 | -11/+73 | |
From danselmi. | |||||
2014-08-19 | Bug [#1636]. Support Visual Studio 2010+ line copy clipboard tag. | Neil | 2 | -3/+11 | |
2014-08-19 | Bug [#1645]. Validate position of deletion. | Neil | 1 | -0/+2 | |
2014-08-18 | Change log. | Neil | 1 | -0/+3 | |
2014-08-18 | Bug [#1639]. Only unregister windows classes registered. | Neil | 2 | -6/+36 | |
From Holger Stenger. | |||||
2014-08-18 | Bug [#1640]. Remove dead DelChar method. | Neil | 3 | -9/+1 | |
From Ian Goldby. | |||||
2014-08-13 | Added tag rel-3-5-0 for changeset a431f85e13c9 | Neil | 1 | -0/+1 | |
2014-08-11 | Handle empty pre-edit string. | Neil | 1 | -1/+1 | |
From johnsonj. | |||||
2014-08-09 | Change log. | Neil | 1 | -0/+3 | |
2014-08-09 | Added registry lexer to Cocoa build. | Neil Hodgson | 1 | -0/+4 | |
2014-08-09 | Documented SC_MOD_CHANGETABSTOPS. | Neil | 1 | -1/+14 | |
2014-08-09 | Added lexer for registry files. | Neil | 5 | -0/+450 | |
From nkmathew. | |||||
2014-08-09 | Change log. | Neil | 1 | -0/+4 | |
2014-08-09 | Getting ready to release 3.5.0. | Neil | 7 | -15/+17 | |
2014-08-08 | Fix leak in ListBox::GetSelection() on GTK | Colomban Wendling | 1 | -2/+4 | |