| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-01-26 | Patch from John Ehresman to correctly allocate the text display area when | nyamatongwe | 1 | -11/+11 | |
| the vertical scroll bar is hidden. It also hides the scroll bar widgets themselves. | |||||
| 2005-11-15 | Check whether area is being painted against the update region, | nyamatongwe | 1 | -1/+31 | |
| not just the bounding box of this region. This ensures that a need to abandon a paint when a restyle affects text outside the area being painted. | |||||
| 2005-11-02 | Updated id to match uptr_t in header. | nyamatongwe | 1 | -1/+1 | |
| 2005-09-01 | Avoid runtime warning by only calling gdk_window_resize when calltip window | nyamatongwe | 1 | -3/+3 | |
| set to not be NULL. | |||||
| 2005-08-04 | Patch, mostly from Naba, to make work with Pango 1.8. | nyamatongwe | 1 | -10/+23 | |
| 2005-07-18 | Support for Cyrillic code page 1252 on GTK+. | nyamatongwe | 1 | -0/+4 | |
| 2005-06-07 | Commented out currently unused size measurement string. | nyamatongwe | 1 | -2/+4 | |
| Hiding sizing measurement string with ifdef except when used. | |||||
| 2005-05-27 | Support for CSound from Georg Ritter. | nyamatongwe | 2 | -8/+11 | |
| 2005-05-20 | Flagship / Clipper support from Randy Butler. | nyamatongwe | 2 | -3/+6 | |
| 2005-05-16 | Added ISO 8859-15 character set. | nyamatongwe | 1 | -0/+4 | |
| 2005-05-04 | Smalltalk support added by Sergey Philippov. | nyamatongwe | 2 | -2/+5 | |
| 2005-04-18 | Make code work as documented by treating -1 as special length for encoding | nyamatongwe | 1 | -1/+1 | |
| as UTF-8 rather than 0. | |||||
| 2005-04-18 | Protect recent fix from being used on old GTK+ versions where | nyamatongwe | 1 | -0/+4 | |
| gtk_get_current_event_time not available. | |||||
| 2005-04-13 | Support for Rebol by Pascal Hurni. | nyamatongwe | 2 | -2/+5 | |
| 2005-04-11 | Fixed 1179713 by masking message box styles before comparison. | nyamatongwe | 1 | -1/+2 | |
| 2005-04-11 | Problem fixed when performing paste over rectangular selection where | nyamatongwe | 1 | -1/+1 | |
| selection dragged from top right to bottom left. | |||||
| 2005-04-09 | TADS3 support from Michael Cartmell. | nyamatongwe | 2 | -2/+5 | |
| 2005-04-01 | Haskell lexer contributed by Tobias Engvall. | nyamatongwe | 2 | -5/+8 | |
| 2005-03-25 | Patch from Blair McGlashan for autocompletion on Windows to | nyamatongwe | 1 | -2/+38 | |
| * Set maximum width of list * set maximum height of list * better calculate width * use ellipsis when text is truncated to fit window * use popup window so it can extend past parent window * disallow resizing too small * draw to bottom edge when resized so last item not full line high * improve time to display by by 90% Minor tweaks by me to fix warnings, layout etc. | |||||
| 2005-03-19 | Initialise all SCNotification structs to {0} ensuring all fields are 0 or | nyamatongwe | 2 | -4/+4 | |
| NULL. Added options to make files so that this does trigger warnings. | |||||
| 2005-03-15 | Patch from Naba Kumar and John Ehresman that fixes crashes due to access | nyamatongwe | 1 | -11/+19 | |
| the preedit widget when it is not active. | |||||
| 2005-03-08 | Patch from Naba to avoid setting cursor on NULL GdkWindow. | nyamatongwe | 1 | -1/+2 | |
| 2005-02-10 | Lexers added for Objective Caml, PureBasic and BlitzBasic. | nyamatongwe | 2 | -6/+13 | |
| 2005-02-06 | Removed BlitzBasic lexer as this will be incorporated into | nyamatongwe | 2 | -9/+6 | |
| main Basic lexer. | |||||
| 2005-02-06 | Exits from dwell by firing SCN_DWELLEND when scroll performed. | nyamatongwe | 1 | -0/+2 | |
| 2005-02-04 | Added BlitzBasic lexer and properties file. | nyamatongwe | 2 | -6/+9 | |
| 2005-02-04 | Changed requisition height to be screen height so containers with | nyamatongwe | 1 | -1/+1 | |
| no sizing policy are not expanded too far beyond screen bounds. | |||||
| 2005-02-02 | Patch from Naba fixes crash on 64 bit platforms. | nyamatongwe | 1 | -2/+2 | |
| 2004-10-16 | VHDL lexer contributed by Phil Reid. | nyamatongwe | 2 | -1/+4 | |
| 2004-10-03 | Patch from Stephan Deibel for GTK+ that makes rectangular | nyamatongwe | 1 | -9/+12 | |
| selection use Alt rather than Ctrl on Windows so that it follows the platform convention. | |||||
| 2004-10-03 | Patch from Shane Caraveo for GTK+ 2 to make finishing | nyamatongwe | 1 | -5/+10 | |
| autocomplete with a prefix not matching any item in the list not cause the prefix to be deleted. | |||||
| 2004-09-19 | Patch from Shane Caraveo to apply the background drawing | nyamatongwe | 1 | -4/+4 | |
| avoidance patch on GTK+ 1.x. | |||||
| 2004-09-17 | Patch from Artem Baguinski to protect against ascent of 0. | nyamatongwe | 1 | -1/+4 | |
| 2004-08-09 | Moved ConvertLineEnds from ScintillaGTK to Document so that it can be used | nyamatongwe | 1 | -33/+3 | |
| on other platforms. Changed name to TransformLineEnds as Document already had a ConvertLineEnds. | |||||
| 2004-07-26 | Added ASN.1 lexer by Herr Pfarrer. | nyamatongwe | 2 | -7/+10 | |
| 2004-07-10 | Fix from John Ehresman for immediately redrawing exposed | nyamatongwe | 1 | -0/+1 | |
| areas when scrolling. | |||||
| 2004-06-23 | Patch for autocompletion from Trent Mick that prevents | nyamatongwe | 1 | -2/+13 | |
| selecting an item when no item matches typed text. | |||||
| 2004-06-01 | Patch for allowing retrieval of document text encoded as | nyamatongwe | 1 | -34/+119 | |
| UTF-8 and converting from UTF-8 to the document encoding. | |||||
| 2004-05-16 | Do not use new GtkClipboard code on GTK+ 2.0.x as | nyamatongwe | 1 | -7/+11 | |
| it was not available until 2.2. | |||||
| 2004-05-11 | Modifications to selection handling to make copying and | nyamatongwe | 2 | -78/+78 | |
| pasting from/to various encodings work. | |||||
| 2004-05-11 | Inhibit warnings from using char as index. | nyamatongwe | 1 | -1/+1 | |
| 2004-05-02 | Draw lines without the final pixel: this is the same as on | nyamatongwe | 1 | -0/+4 | |
| Win32 leading to more consistent graphics. | |||||
| 2004-04-26 | Avoid unused parameter warning on GTK+ 2. | nyamatongwe | 1 | -0/+1 | |
| 2004-04-25 | Patch from John ensures iconv only used when available. | nyamatongwe | 1 | -13/+14 | |
| Moved atom initialisation to ScintillaGTK::ClassInit to avoid any threading issues. | |||||
| 2004-04-17 | Fix copy of ASCII text to clipboard. | nyamatongwe | 1 | -3/+5 | |
| 2004-04-17 | Patch from John Ehresman to allow clipboard to live beyond | nyamatongwe | 1 | -73/+160 | |
| life of Scintilla widget and to remember character set of selections so they can be converted. | |||||
| 2004-04-12 | Added lexer for bash and sh from Kein-Hong Man. | nyamatongwe | 2 | -7/+10 | |
| 2004-04-07 | Ensure marshaller compiled when no GTK+ version specified. | nyamatongwe | 1 | -0/+1 | |
| 2004-04-07 | Patch from John Ehresman to avoid extra drawing of background | nyamatongwe | 1 | -1/+19 | |
| which can be slow especially with some themes. | |||||
| 2004-04-07 | Patch from John Ehresman to allow compilation for GTK+ 2 | nyamatongwe | 1 | -7/+30 | |
| on Windows. | |||||
