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