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
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
2003-08-14
Fixed bug where characters >= 128 were being displayed as
nyamatongwe
1
-2
/
+6
2003-04-05
Tweaked arrow position slightly.
nyamatongwe
1
-4
/
+4
2003-04-05
Positioning window so that function name lines up with editor window even
nyamatongwe
1
-9
/
+16
2003-04-03
CallTip can display up and down arrows and clicks are reported to
nyamatongwe
1
-39
/
+124
2003-03-09
Added Pango text display support to GTK+ platform.
nyamatongwe
1
-1
/
+1
2003-01-12
Additions from Yukihiro Nakai to enable DBCS mode on GTK+.
nyamatongwe
1
-3
/
+5
2002-06-09
Compatibility with 64 bit systems.
nyamatongwe
1
-1
/
+1
2001-12-19
Support Unicode in calltips.
nyamatongwe
1
-2
/
+4
2001-11-06
Memory leak fixed in calltips and better casts when returning pointers.
nyamatongwe
1
-6
/
+7
2001-10-28
Hid implementation of Surface.
nyamatongwe
1
-3
/
+3
2001-10-28
Fixed Platform changes for GTK+ and hid most of the implementation of
nyamatongwe
1
-7
/
+9
2001-10-28
Removed platform-specific headers from Platform.h and thus stopped
nyamatongwe
1
-5
/
+5
2001-04-10
Removed dead code.
nyamatongwe
1
-1
/
+0
2001-04-10
Calltip size fixing and listbox border tweaking.
nyamatongwe
1
-7
/
+7
2001-02-24
Fixed font leak.
nyamatongwe
1
-0
/
+1
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+3
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2000-05-15
Support for different character sets for each style.
nyamatongwe
1
-1
/
+2
2000-03-08
Initial revision
nyamatongwe
1
-0
/
+168