Age | Commit message (Collapse) | 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 | -1/+1 | |
2012-07-24 | Add ncurses platform. Rest of the implementation is an external project. | nyamatongwe | 1 | -0/+5 | |
From Mitchell Foral. | |||||
2011-09-23 | Allow to display calltip above or below the text | Sébastien Granjoux | 1 | -1/+5 | |
2011-09-25 | Palette support removed. | nyamatongwe | 1 | -9/+6 | |
2011-08-10 | Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite | nyamatongwe | 1 | -1/+1 | |
to run at the same time for different windows and operations. | |||||
2010-03-13 | Adding const to methods where possible. | nyamatongwe | 1 | -1/+1 | |
2010-02-17 | Formatting whitespace. | nyamatongwe | 1 | -1/+1 | |
2010-01-28 | Avoiding warnings from cppcheck. Mostly removing bodies of private copy | nyamatongwe | 1 | -2/+2 | |
constructors and operator=. Also ensuring initialisation for some fields, reducing scope where possible, and passing by const reference. | |||||
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+8 | |
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
2006-02-04 | Modification from Greg Smith to allow setting text style attributes for | nyamatongwe | 1 | -6/+20 | |
calltips as STYLE_CALLTIP and display calltips with tabs to align text. | |||||
2005-07-14 | Fixed up and down button handling so they work when not on first line of | nyamatongwe | 1 | -2/+2 | |
calltip. | |||||
2004-08-08 | Patch from Niki Spahiev to use correct character set in calltips. | nyamatongwe | 1 | -1/+2 | |
2003-04-05 | Positioning window so that function name lines up with editor window even | nyamatongwe | 1 | -2/+3 | |
when there are up and down arrows. Repositioned arrows. | |||||
2003-04-03 | CallTip can display up and down arrows and clicks are reported to | nyamatongwe | 1 | -1/+11 | |
container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing. | |||||
2003-01-12 | Additions from Yukihiro Nakai to enable DBCS mode on GTK+. | nyamatongwe | 1 | -9/+9 | |
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+. | |||||
2001-12-19 | Support Unicode in calltips. | nyamatongwe | 1 | -1/+2 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -5/+10 | |
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2000-04-07 | Changing code to ensure no warnings are produced by compilers. | nyamatongwe | 1 | -2/+3 | |
2000-03-08 | Initial revision | nyamatongwe | 1 | -0/+46 | |