aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2003-04-20Command line definition can turn off thunks option and avoid warning onnyamatongwe1-2/+6
gcc 3.x.
2003-04-19Fix len parameter to avoid writing beyond end.nyamatongwe1-1/+1
2003-04-19Made previous version look at both bytes in wParam for WM_UNICHAR.nyamatongwe1-1/+5
2003-04-19Added processing of WM_UNICHAR.nyamatongwe1-0/+19
2003-04-18Changed Function* to simpler Function.nyamatongwe3-8/+8
2003-04-18New methods for finding the next or previous position taking multi bytenyamatongwe5-24/+41
characters into account.
2003-04-18Added manifest.nyamatongwe1-0/+4
2003-04-18Correct location of header.nyamatongwe1-1/+1
2003-04-18Cast to allow recent gcc and Borland compilers to build.nyamatongwe1-1/+2
2003-04-18Added line end at end of file.nyamatongwe1-8/+8
2003-04-18Updated.nyamatongwe1-1/+1
2003-04-18Patch from Simon to make ExternalLexer platform independent.nyamatongwe10-404/+80
2003-04-18Patch from Simon for portable DLL loading.nyamatongwe1-0/+18
2003-04-18Initial portable version.nyamatongwe1-0/+95
2003-04-18Initial portable version.nyamatongwe1-0/+256
2003-04-18Credit for Biswapesh.nyamatongwe1-0/+1
2003-04-18Batch from Biswapesh to add another keyword set for the cpp lexer.nyamatongwe3-0/+6
2003-04-16Finished reeading mail messages for 1.52.nyamatongwe1-1/+47
2003-04-16Updated dates.nyamatongwe2-3/+3
2003-04-16Fix to marshalling.nyamatongwe1-2/+4
2003-04-16Updated download sizes.nyamatongwe1-2/+2
2003-04-16Added entries for 1.52.nyamatongwe1-2/+60
2003-04-16Explained GDK and Pango choice for text display.nyamatongwe1-1/+3
2003-04-16Updated blurb.nyamatongwe1-2/+2
2003-04-15Updated with new features in 1.52.nyamatongwe1-1/+19
2003-04-15Added new features for 1.52.nyamatongwe1-10/+83
2003-04-15Updated to version 1.52.nyamatongwe1-1/+1
2003-04-15Updating for version 1.52.nyamatongwe4-46/+28
2003-04-13Reenabled lexer DLL feature.nyamatongwe1-2/+2
2003-04-13Marked SCI_LOADLEXERLIBRARY as not implemented.nyamatongwe1-1/+1
Removed "experimental" tag from Join.
2003-04-13Avoid resetting scroll bars when changing documents as that leads tonyamatongwe1-1/+4
synchronous painting on GTK+ before completely set up for new document.
2003-04-10Changed Message Categories to Contents as some parts are not aboutnyamatongwe1-1/+1
messages.
2003-04-10Fixed hang where '#' was last non-whitepsace in file.nyamatongwe1-1/+1
2003-04-09Limit the number of characters in string arguments to text drawing andnyamatongwe1-16/+17
measurement methods to 8192 on Windows 9x, otherwise thaere can be crashes.
2003-04-08Fixed warning in debug code.nyamatongwe1-1/+1
2003-04-08Beter attempt at drawing corner between scrollbars. Still fails but doesn'tnyamatongwe1-9/+14
overdraw vertical scroll bar when horizontal scroll bar turned off.
2003-04-07Fix bug on GTK+ 2.x where synchronous repaint causes currentPos to be usednyamatongwe1-1/+8
before it is reset.
2003-04-06Avoid calling API before Window created.nyamatongwe1-2/+3
2003-04-06Move method for Rectangle class.nyamatongwe2-4/+13
Ensure windows that are moved are not moved off screen to the top or left.
2003-04-05Avoid invalidating scroll bars.nyamatongwe1-4/+9
On GTK+ 2 do not perform expose processing as that leads to error messages. Using gdk_window_resize on calltip to allow shrinking.
2003-04-05Ensure positioning windows does not make them move before 0 in either x ornyamatongwe1-4/+7
y as that leads to them appearing at 0,0.
2003-04-05Tweaked arrow position slightly.nyamatongwe1-4/+4
2003-04-05Changes to allow calltips to be popup rather than child windows.nyamatongwe2-24/+44
2003-04-05Moved calltip showing into method.nyamatongwe2-25/+27
2003-04-05Positioning window so that function name lines up with editor window evennyamatongwe2-11/+19
when there are up and down arrows. Repositioned arrows.
2003-04-05Fixed typo.nyamatongwe1-1/+1
2003-04-03CallTip can display up and down arrows and clicks are reported tonyamatongwe9-60/+208
container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing.
2003-03-30Updated list of GTK+ bindings.nyamatongwe1-2/+27
2003-03-30More selective about GCC message format, expecting number after firstnyamatongwe1-9/+14
':' unless ':' followed by '/' or '\' as used on Windows for paths.
2003-03-30Make IDC_HAND visible with old build environments.nyamatongwe2-1/+6
Avoid calling ::IsChild when wParam 0 to avoid BoundsChecker warning.