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