aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-03-28Jakub's paragraph movement commands.nyamatongwe4-1/+54
2003-03-28Jakub's paragraph movement commands.nyamatongwe3-0/+20
2003-03-28Made more picky about digits.nyamatongwe1-11/+19
2003-03-28Patch from Stephan to allow building without threads and on GTK+ 1.x.nyamatongwe2-6/+12
2003-03-27Fixed up problem where multiple hot spots highlighted at once.nyamatongwe1-1/+12
Made line splitting work by taking account of the two bytes needed for a line end in Windows mode. Made line joining add a space between each line if there was not one anyway.
2003-03-23Added a hand cursor.nyamatongwe1-0/+3
2003-03-22Allow tab as well as space after ':' in GCC error messages.nyamatongwe1-1/+1
2003-03-22Moved invalidation code around a bit to try to optimize on GTK+ 2.x.nyamatongwe1-2/+2
2003-03-22Fixed compilation problems on GTK+.nyamatongwe2-8/+6
2003-03-22Tightened up recognition of GCC, Microsoft and Perl error lines.nyamatongwe1-8/+16
2003-03-21Thread safety on font ascent and character width determination.nyamatongwe1-63/+69
2003-03-21Made the character width caching safe when the encoding is changed bynyamatongwe1-29/+56
invalidating the cache when this occurs.
2003-03-21Optimising by not drawing space characters in transparent mode.nyamatongwe1-15/+21
2003-03-21Detect patterns too long in regular expression search.nyamatongwe1-0/+6
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe15-30/+251
notifications.
2003-03-18Fixed problem with overstrike mode typing over the last character of thenyamatongwe1-1/+1
file inserted before last character instead.