48
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 17 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added SCI_CANPASTE.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Changed SCI_POSITIONFROMPOINT to take x,y parameters rather than a pointer
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Converting key codes to SCK_* values on input so they can be handled in a
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Changed key codes to not overlap printing keys.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Moved structures used by API into Scintilla.h and made cross-platform.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Updates to make new API work on both GTK+ and Win32.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windows
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Provide alternative symbols for all features defined in WinDefs.h to allow
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Updated to 1.29.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Speed ups by Steve.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
More Steve updates - allows folding of embedded Python.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Updates from Steve to make Python strings and incremental styling work.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Added functions to clear all styling and contraction.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Fixed problem with CancelModes killing drag and drop by setting empty
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Added SCI_POSITIONFROMPOINT.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Added PositionFromPoint API function.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Showing selection in grey when its not the primary selection on GTK+.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Added John's selection unclaiming code.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Fixed stray "\".
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Added John's change to button 2 actions.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Fixed up infinite resize.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Added John's autocompletion changes and fiddled to make autocompletion list
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Autocompletion cancel at start position available to API.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
John's changes to autocompletion.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Removed documentation or old features that have been removed.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Dropped template as only ever instantiated for int and this allows
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Moved EntryMemory from Scintilla to SciTE as it is only used there.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Included Steve Lhomme's PHP updates for the HTML lexer.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Included string.h
Neil Hodgson
as nyamatongwe
More... almost 24 years ago
Made PropSet into a hash table.
Neil Hodgson
as nyamatongwe
More... almost 24 years ago