Added tag rel-5-3-4 for changeset b31635e5455f
Updates for 5.3.4
Fix window position calculation
Lock Window when sending Scintilla messages
Added tag rel-5-3-0 for changeset 145b233cbc90
Updates for 5.3.0
Fix compilation with 5.3.0 release
Implement gradients
Implement Stadium shape
Implement auto-complete notifications
Implement icon support in autocompletion
Account for decorator frame in Window::SetPosition
Reimplement autocompletion list as BWindow
Add support for BWindow in Window wrapper
Reimplement call tips as BWindows
Disable horizontal scroll if text wrap is enabled
Declare supported features
Fix scrollbar updates
Fix PolyLine to draw open polygons
Pass absolute coordinates for custom context menu
Optimize cursor setter
Update to use 5.1.x interfaces
Updates for 4.4.3
Use DrawTiledBitmap to draw patterns
Added tag rel-4-4-3 for changeset 4c05621f1ab9
Updates for 4.3.2
Fix: Remove unneeded overload of SCI_LOADLEXERLIBRARY
Added tag rel-4-3-2 for changeset c657a544f8a5
Rewrite IME support
Updates for 4.2.0
Added tag rel-4-2-0 for changeset a480ca281a5e
Updates for 4.1.5
Added tag rel-4-1-5 for changeset d1f33a4ac70a
Updates for 4.1.4
Added tag rel-4-1-4 for changeset 052c4c0a0243
Fix scroll bar updates properly after Haiku hrev52809
Fix autoscroll when mouse pointer is outside of the view
Fix scroll bar updates after Haiku hrev52795
Updated for 4.1.3
Remove <cctype> include, it's not used anywhere
Added tag rel-4-1-3 for changeset 68e7bc3d3d2f
Version 3 with anonymous namespace and fix for initStyle.
A new version with a minor fix where substyler will skip the '$' when matching scalars.
I have updated the Bash lexer to use ILexer4 interface, and added substyling for identifiers and scalars. Patch attached.
Use std::vector instead of new[]
Disable caret blinking if window is not focused
Add .hgignore
Updates for 4.1.2
Added tag rel-4-1-2 for changeset 9049ba9a6f8d
Fix crash under libroot_debug.so
Fix integer overflow in pattern drawing code
Updates for 4.1.1
Added tag rel-4-1-1 for changeset 0f6a94bc54ad
Fix Cmd key combos
Fix wrong rect conversions
Added tag rel-4-1-0 for changeset 37f853ed415b
Added shared library target
Convert line endings to Unix format
Updates for 4.1.0
Updates for 4.0.x.
Updates for 3.8.0.
Added tag rel-3-8-0 for changeset 0f4740c04552
Fix: artifacts near vertical scrollbar.
Fix: scrollbars covering editing area.
Added tag rel-3-7-6-1 for changeset 38933c9e7fc6
Yes, it works. Thanks :)
Haiku support
Updates for 3.7.6.
Added tag rel-3-7-6 for changeset a022b15556dd
Fix: crash if scrollbars are diabled.
Convert line feeds to Unix format.
Highlight border if ScintillaView is focused.
Fix build.
Fix: keyboard navigation.
Handle editing messages.
Fix: focus logic.
Remove trailing whitespace.
Updates for 3.7.5.
Added tag rel-3-7-5 for changeset e1e93e42b30e
Use C++ headers and fix build with Scintilla top.
Use unique_ptr for drawing surfaces and don't check for allocation.
Use common UTF8 functions.
IME support improvements.
Fix: mouse button handling.
Fix: flickering.
Updates for 3.7.4.
Added tag rel-3-7-4 for changeset 4df1bd4f9cb0
Added tag rel-3-7-3 for changeset e64d6b15b600
Updates for 3.7.3.
Fix: don't send drag-and-drop message twice.
Updates for 3.7.2.
Added tag rel-3-7-2 for changeset 837a85a10ff3
Cancel IME input on MouseDown.
Update README for 3.6.5.
Fix mouse leave event (again).
Implement IME support.
Update README with IME support info.
Added tag rel-3-6-5 for changeset f7eafd376035
Update README for 3.6.4.