aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-03-17Fixed the Visual C++ 6 workspace to include LexPOV.cppssteele1-0/+4
2003-03-17POV-Ray support.nyamatongwe1-1/+1
2003-03-17Added credit.nyamatongwe1-0/+1
2003-03-17Added POV-Ray lexer by Steven te Brinke.nyamatongwe9-5/+262
2003-03-13Avoiding drawing strings consisting entirely of space charactersnyamatongwe1-2/+21
in transparent mode. Remembering pixel widths of all single character strings as many single character runs occur in source code. These add up to a 22% speed improvement.
2003-03-13Handling Unicode keys by transforming to UTF-8.nyamatongwe1-11/+36
2003-03-12Added credit.nyamatongwe1-0/+1
2003-03-12Patch from Pedro Guerreiro for decoding error messages from Lahey andnyamatongwe3-2/+21
Intel Fortran compilaers.
2003-03-10Allow modification of text and highlight colours for calltips.nyamatongwe3-0/+18
2003-03-10Allow modification of text and highlight colours for calltips.nyamatongwe1-3/+15
2003-03-09Added Pango text display support to GTK+ platform.nyamatongwe8-239/+467
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-03-08Fix to autocompletion lists where clicking on the list caused focus tonyamatongwe1-1/+4
shift to the list which then led to it being cancelled.
2003-03-06Avoiding infinite loop in regex search backwards for ^nyamatongwe1-1/+2
2003-03-04Patch from Jakub to add quoted strings to CSS lexer.nyamatongwe3-9/+21
2003-03-04Patch from Jakub to optionally implement more POSIX compatible regularnyamatongwe7-38/+84
expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line.
2003-03-04Improved detection of complex error lines to have less false hits and sonyamatongwe1-33/+50
the code is simpler.
2003-03-03Patch from Jakub Vrana to handle some out of bounds characters andnyamatongwe1-2/+2
repetitive pseudo-classes.
2003-03-01Protecting against accessing unmapped windows in initial sizenyamatongwe1-2/+3
determination.
2003-03-01Fixed assertion in LaTeX lexing.nyamatongwe1-1/+1
2003-03-01Explained control character style.nyamatongwe1-1/+3