aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CallTip.h
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2012-07-24Add ncurses platform. Rest of the implementation is an external project.nyamatongwe1-0/+5
2011-09-23Allow to display calltip above or below the textSébastien Granjoux1-1/+5
2011-09-25Palette support removed.nyamatongwe1-9/+6
2011-08-10Implement 'technology' concept which will allow GDI and Direct2D/DirectWritenyamatongwe1-1/+1
2010-03-13Adding const to methods where possible.nyamatongwe1-1/+1
2010-02-17Formatting whitespace.nyamatongwe1-1/+1
2010-01-28Avoiding warnings from cppcheck. Mostly removing bodies of private copynyamatongwe1-2/+2
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+8
2006-02-04Modification from Greg Smith to allow setting text style attributes fornyamatongwe1-6/+20
2005-07-14Fixed up and down button handling so they work when not on first line ofnyamatongwe1-2/+2
2004-08-08Patch from Niki Spahiev to use correct character set in calltips.nyamatongwe1-1/+2
2003-04-05Positioning window so that function name lines up with editor window evennyamatongwe1-2/+3
2003-04-03CallTip can display up and down arrows and clicks are reported tonyamatongwe1-1/+11
2003-01-12Additions from Yukihiro Nakai to enable DBCS mode on GTK+.nyamatongwe1-9/+9
2001-12-19Support Unicode in calltips.nyamatongwe1-1/+2
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-5/+10
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-04-07Changing code to ensure no warnings are produced by compilers.nyamatongwe1-2/+3
2000-03-08Initial revisionnyamatongwe1-0/+46