| Age | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  |  | 
|  | to previous line. | 
|  |  | 
|  |  | 
|  | readers like NVDA will speak when extending the selection with a Shift+Down key
combination scrolls but does not move the caret position relative to the screen. | 
|  | The idle callback removal clause in the ScintillaGTK destructor got
broken in 4e5c321dda8e69104cb7b639c3107dc11dbc00f6, leading to the
callback not being removed thus possibly running after the instance
destruction.
Indeed, gdk_threads_add_idle() wraps g_idle_add() with a custom user
data, thus making the g_source_remove_by_user_data() call in the
destructor incorrect, as we give it our own user data, not GDK's
wrapper one.
Fix the callback removal not to use user data matching to avoid this. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Simplifies code by removing any precedence issues and is shorter. | 
|  | an intervening line or changing its fold level by adding characters.
Add LevelNumber function to simplify expressions implmenting folding. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | styles > 0x7f. | 
|  |  | 
|  | Less efficient now as redraws all text when hover position changes. | 
|  |  | 
|  |  | 
|  | - support surrogate pairs in WM_CHAR messages
 - support characters from supplementary planes in WM_UNICHAR messages
 - support WM_UNICHAR messages in non-Unicode mode
 - fix some code duplication
Also, do not return FALSE upon receiving a WM_UNICHAR message with
a UNICODE_NOCHAR parameter, since WM_UNICHAR can actually be handled
just fine (at least with the exact same level of support as WM_CHAR). | 
|  | selection. | 
|  | text then styling in the background using idle-time. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Optimise drawing of markers that appear in the text area. | 
|  |  | 
|  |  | 
|  |  | 
|  | calling AddCharUTF. | 
|  |  | 
|  |  | 
|  | have a zero width rectangle to draw but modify that rectangle in a way that
clears some pixels. | 
|  |  | 
|  | tool set will not indirectly include <stdexcept>. | 
|  |  | 
|  | for more than 2GB. | 
|  | From Jonathan Hunt. |