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
/
CallTip.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-25
Use generic versions of ceil, floor, round, lround, trunc from <cmath>.
Neil
1
-3
/
+3
2018-05-18
Add <vector> to files that include Platform.h as likely needed in future.
Neil
1
-0
/
+1
2018-05-15
Replace ELEMENTS with std::size and drop inclusion of StringCopy.h.
Neil
1
-1
/
+0
2018-05-14
Modernize Platform.h (4) - update Surface to use string_view for text arguments.
Neil
1
-3
/
+3
2018-05-14
Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t for
Neil
1
-2
/
+2
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-05-13
Fix header order.
Neil
1
-1
/
+1
2018-05-06
Ensuring ptrdiff_t is available by including <cstddef>.
Neil
1
-0
/
+1
2018-05-01
Add IntegerRectangle to simplify drawing lines without casting.
Neil
1
-4
/
+6
2018-04-20
Use std::count to simplify code. Avoid NULL.
Neil
1
-8
/
+2
2018-04-20
Make reference argument const as not altered.
Neil
1
-1
/
+1
2018-04-20
Undo part of last change as Xcode Clang doesn't like assigning long to int wi...
Neil Hodgson
1
-3
/
+3
2018-04-20
Feature [feature-requests:#1215]. Use standard functions in prference to
Neil
1
-3
/
+4
2018-03-01
Mark variables as const where simple.
Neil
1
-11
/
+11
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-05-02
Use unique_ptr for drawing surfaces and don't check for allocation failure
Neil
1
-5
/
+3
2017-04-06
Added const where possible.
Neil
1
-5
/
+5
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-3
/
+3
2017-03-31
Prefer standard min/max over Platform's as adapts to changed types.
Neil
1
-5
/
+6
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-1
/
+1
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-07-04
Make std::exception visible to all core code to remove chance that a different
Neil
1
-0
/
+1
2014-05-03
Replacing the int-based constructors for Point and PRectangle with FromInts
Neil
1
-6
/
+6
2014-05-03
Turn on MSVC 'possible loss of data' warnings and add explicit casts.
Neil
1
-2
/
+2
2014-05-03
Using casts and an alternate PRectangle constructor to make XYPOSITION <-> int
Neil
1
-4
/
+4
2014-05-03
Explicit and more consistent use of XYPOSITION versus int.
Neil
1
-19
/
+19
2014-05-03
Convenience Point constructor from integers as common source of shapes.
Neil
1
-6
/
+7
2014-01-21
Added ELEMENTS macro and use it to clarify determining size of arrays.
Neil Hodgson
1
-4
/
+4
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-1
/
+1
2013-05-02
Replacing raw pointer and allocation with std::string.
nyamatongwe
1
-13
/
+9
2012-07-24
Add ncurses platform. Rest of the implementation is an external project.
nyamatongwe
1
-7
/
+9
2012-07-21
Avoid problems when calltip highlight range is negative. Bug #3545938.
nyamatongwe
1
-1
/
+1
2011-09-27
Standardize code style.
nyamatongwe
1
-5
/
+2
2011-09-23
Allow to display calltip above or below the text
Sébastien Granjoux
1
-2
/
+16
2011-09-25
Palette support removed.
nyamatongwe
1
-24
/
+16
2011-08-10
Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite
nyamatongwe
1
-3
/
+5
2011-08-07
Match new argument types to Font::Create.
nyamatongwe
1
-1
/
+1
2011-05-21
Code formatting normalised to standard.
nyamatongwe
1
-1
/
+1
2011-01-02
Avoid cppcheck warnings.
nyamatongwe
1
-0
/
+3
2010-03-13
Adding const to methods where possible.
nyamatongwe
1
-1
/
+1
2010-02-17
Formatting whitespace.
nyamatongwe
1
-1
/
+1
2010-01-19
Removed unnecessary check for NULL.
nyamatongwe
1
-2
/
+1
2009-07-12
Since exception handling now turned on, do not check return value from new.
nyamatongwe
1
-2
/
+1
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+15
2006-02-07
Made a symbol static.
nyamatongwe
1
-1
/
+1
2006-02-04
Modification from Greg Smith to allow setting text style attributes for
nyamatongwe
1
-24
/
+68
2005-07-22
Ensure down arrow works for initial call.
nyamatongwe
1
-6
/
+5
2005-07-14
Fixed up and down button handling so they work when not on first line of
nyamatongwe
1
-15
/
+12
2004-08-08
Patch from Niki Spahiev to use correct character set in calltips.
nyamatongwe
1
-2
/
+2
2004-02-21
Change to avoid signed/unsigned character issue.
nyamatongwe
1
-1
/
+1
[next]