index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
KeyMap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-23
Provide a default KeyModifiers constructor for use by platform layers.
Neil
1
-0
/
+2
2021-08-22
Follow rule-of-zero / rule-of-5 where reasonable by removing standard operators
Neil
1
-1
/
+0
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-19
/
+19
2019-04-28
Declare reading methods as noexcept where reasonable.
Neil
1
-2
/
+2
2019-04-28
Declare KeyMap::Clear() noexcept as called in destructor.
Neil
1
-1
/
+1
2019-03-19
Make constructors of simple classes noexcept.
Neil
1
-1
/
+1
2018-08-29
Allow read access to the key map.
Kacper Kasper
1
-0
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-4
/
+0
2016-03-29
Feature [feature-requests:#1142]. Allow Super modifier on GTK+.
Neil
1
-0
/
+1
2014-01-02
Use a std::map for KeyMap to avoid custom iteration in favour of standard
Neil
1
-1
/
+17
2013-07-21
Standardising header guards and namespaces.
Neil
1
-2
/
+2
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-1
/
+1
2013-05-03
Replacing raw pointers and allocations with std::vector.
nyamatongwe
1
-3
/
+1
2011-07-12
Report control key as SCMOD_META with GTK+ on OS X.
nyamatongwe
1
-0
/
+1
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+8
2002-02-12
Made lexer objects const so they do not show up in map as static / globals.
nyamatongwe
1
-1
/
+1
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+8
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2000-07-21
Provide alternative symbols for all features defined in WinDefs.h to allow
nyamatongwe
1
-6
/
+6
2000-03-22
Split UndoHistory out of CellBuffer.
nyamatongwe
1
-0
/
+1
2000-03-08
Initial revision
nyamatongwe
1
-0
/
+35