Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2003-03-28 | Jakub's paragraph movement commands. | nyamatongwe | 4 | -1/+54 | |
2003-03-28 | Jakub's paragraph movement commands. | nyamatongwe | 3 | -0/+20 | |
2003-03-28 | Made more picky about digits. | nyamatongwe | 1 | -11/+19 | |
2003-03-28 | Patch from Stephan to allow building without threads and on GTK+ 1.x. | nyamatongwe | 2 | -6/+12 | |
2003-03-27 | Fixed up problem where multiple hot spots highlighted at once. | nyamatongwe | 1 | -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-23 | Added a hand cursor. | nyamatongwe | 1 | -0/+3 | |
2003-03-22 | Allow tab as well as space after ':' in GCC error messages. | nyamatongwe | 1 | -1/+1 | |
2003-03-22 | Moved invalidation code around a bit to try to optimize on GTK+ 2.x. | nyamatongwe | 1 | -2/+2 | |
2003-03-22 | Fixed compilation problems on GTK+. | nyamatongwe | 2 | -8/+6 | |
2003-03-22 | Tightened up recognition of GCC, Microsoft and Perl error lines. | nyamatongwe | 1 | -8/+16 | |
2003-03-21 | Thread safety on font ascent and character width determination. | nyamatongwe | 1 | -63/+69 | |
2003-03-21 | Made the character width caching safe when the encoding is changed by | nyamatongwe | 1 | -29/+56 | |
invalidating the cache when this occurs. | |||||
2003-03-21 | Optimising by not drawing space characters in transparent mode. | nyamatongwe | 1 | -15/+21 | |
2003-03-21 | Detect patterns too long in regular expression search. | nyamatongwe | 1 | -0/+6 | |
2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 15 | -30/+251 | |
notifications. | |||||
2003-03-18 | Fixed problem with overstrike mode typing over the last character of the | nyamatongwe | 1 | -1/+1 | |
file inserted before last character instead. | |||||
2003-03-17 | Fixed the Visual C++ 6 workspace to include LexPOV.cpp | ssteele | 1 | -0/+4 | |
2003-03-17 | POV-Ray support. | nyamatongwe | 1 | -1/+1 | |
2003-03-17 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2003-03-17 | Added POV-Ray lexer by Steven te Brinke. | nyamatongwe | 9 | -5/+262 | |
2003-03-13 | Avoiding drawing strings consisting entirely of space characters | nyamatongwe | 1 | -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-13 | Handling Unicode keys by transforming to UTF-8. | nyamatongwe | 1 | -11/+36 | |
2003-03-12 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2003-03-12 | Patch from Pedro Guerreiro for decoding error messages from Lahey and | nyamatongwe | 3 | -2/+21 | |
Intel Fortran compilaers. | |||||
2003-03-10 | Allow modification of text and highlight colours for calltips. | nyamatongwe | 3 | -0/+18 | |
2003-03-10 | Allow modification of text and highlight colours for calltips. | nyamatongwe | 1 | -3/+15 | |
2003-03-09 | Added Pango text display support to GTK+ platform. | nyamatongwe | 8 | -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-08 | Fix to autocompletion lists where clicking on the list caused focus to | nyamatongwe | 1 | -1/+4 | |
shift to the list which then led to it being cancelled. | |||||
2003-03-06 | Avoiding infinite loop in regex search backwards for ^ | nyamatongwe | 1 | -1/+2 | |
2003-03-04 | Patch from Jakub to add quoted strings to CSS lexer. | nyamatongwe | 3 | -9/+21 | |
2003-03-04 | Patch from Jakub to optionally implement more POSIX compatible regular | nyamatongwe | 7 | -38/+84 | |
expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line. | |||||
2003-03-04 | Improved detection of complex error lines to have less false hits and so | nyamatongwe | 1 | -33/+50 | |
the code is simpler. | |||||
2003-03-03 | Patch from Jakub Vrana to handle some out of bounds characters and | nyamatongwe | 1 | -2/+2 | |
repetitive pseudo-classes. | |||||
2003-03-01 | Protecting against accessing unmapped windows in initial size | nyamatongwe | 1 | -2/+3 | |
determination. | |||||
2003-03-01 | Fixed assertion in LaTeX lexing. | nyamatongwe | 1 | -1/+1 | |
2003-03-01 | Explained control character style. | nyamatongwe | 1 | -1/+3 | |