aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CallTip.cxx
AgeCommit message (Collapse)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-13/+9
2012-07-24Add ncurses platform. Rest of the implementation is an external project.nyamatongwe1-7/+9
From Mitchell Foral.
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
to run at the same time for different windows and operations.
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 ↵scaraveo1-0/+15
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-07Made a symbol static.nyamatongwe1-1/+1
2006-02-04Modification from Greg Smith to allow setting text style attributes fornyamatongwe1-24/+68
calltips as STYLE_CALLTIP and display calltips with tabs to align text.
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
calltip.
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
2003-08-14Fixed bug where characters >= 128 were being displayed asnyamatongwe1-2/+6
down arrows.
2003-04-05Tweaked arrow position slightly.nyamatongwe1-4/+4
2003-04-05Positioning window so that function name lines up with editor window evennyamatongwe1-9/+16
when there are up and down arrows. Repositioned arrows.
2003-04-03CallTip can display up and down arrows and clicks are reported tonyamatongwe1-39/+124
container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing.
2003-03-09Added Pango text display support to GTK+ platform.nyamatongwe1-1/+1
Added WindowID parameter to all Surface initialisation methods as Pango requires a window to determine the context used for text functions. AutoSurface changed because of above to take an Editor* argument so it can then discover the code page and window.
2003-01-12Additions from Yukihiro Nakai to enable DBCS mode on GTK+.nyamatongwe1-3/+5
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+.
2002-06-09Compatibility with 64 bit systems.nyamatongwe1-1/+1
2001-12-19Support Unicode in calltips.nyamatongwe1-2/+4
2001-11-06Memory leak fixed in calltips and better casts when returning pointers.nyamatongwe1-6/+7
2001-10-28Hid implementation of Surface.nyamatongwe1-3/+3
Changed DrawText to DrawTextNoClip to avoid name clash with macro.
2001-10-28Fixed Platform changes for GTK+ and hid most of the implementation ofnyamatongwe1-7/+9
Surface.
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-5/+5
visibility of these headers to most code.
2001-04-10Removed dead code.nyamatongwe1-1/+0
2001-04-10Calltip size fixing and listbox border tweaking.nyamatongwe1-7/+7
2001-02-24Fixed font leak.nyamatongwe1-0/+1
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-05-15Support for different character sets for each style.nyamatongwe1-1/+2
2000-03-08Initial revisionnyamatongwe1-0/+168