Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-22 | Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406 | nyamatongwe | 2 | -8/+18 | |
2008-10-09 | Bug #2056209 avoiding hidden variable warnings with Sun Studio. | nyamatongwe | 2 | -24/+24 | |
2008-09-14 | Added LexMySQL by Anders Karlsson. | nyamatongwe | 2 | -4/+7 | |
2008-06-15 | Casts to make recent gcc happy about string literals as gchar*. | nyamatongwe | 1 | -5/+5 | |
2008-02-25 | Changed case of include files so it works when cross-compiling | nyamatongwe | 1 | -1/+1 | |
on Unix using mingw32. | |||||
2008-02-08 | Fixed comment. | nyamatongwe | 1 | -2/+2 | |
2008-01-19 | CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio's | nyamatongwe | 1 | -7/+7 | |
behaviour when performing copy on an empty selection copies the current line. | |||||
2008-01-18 | PowerShell lexer implemented by Tim Gerundt. | nyamatongwe | 2 | -3/+6 | |
2007-12-31 | Added Magik lexer. | nyamatongwe | 2 | -5/+8 | |
2007-12-04 | Bug 1843212. Changed version check for using the new clipboard APIs to | nyamatongwe | 1 | -1/+1 | |
2.6 so will compile on 2.4. | |||||
2007-12-01 | Patch to use GTK+ g_snprintf for platforms that do not have snprintf. | nyamatongwe | 1 | -9/+5 | |
From scintilla-interest thread "Compatibility patch for GTK part". | |||||
2007-11-04 | Added support for 'R' language by Stephen Stagg. | nyamatongwe | 2 | -1/+4 | |
2007-09-08 | Lexer for Asymptote. | nyamatongwe | 2 | -10/+13 | |
2007-07-25 | Fixed header order for changed ContractionState. | nyamatongwe | 1 | -3/+3 | |
2007-07-08 | More related projects. | nyamatongwe | 1 | -1/+2 | |
2007-07-07 | Allows the popup to be displayed below as long as it can fit on the monitor | nyamatongwe | 1 | -0/+27 | |
the cursor is on rather than flipping up above the current point when near bottom of window. Implemented for GTK+ by John Ehresman. Partial Windows implementation #ifdefed out because it uses calls unavailable on Windows 95. | |||||
2007-07-04 | Use gtk_clipboard_set_can_store so copied text can be pasted after | nyamatongwe | 1 | -18/+15 | |
application exit. | |||||
2007-06-30 | Support for Abaqus language added by Sergio Lucato. | nyamatongwe | 2 | -10/+13 | |
2007-06-15 | Correctly measure widths of Latin1 characters that take 2 bytes in UTF-8. | nyamatongwe | 1 | -6/+16 | |
2007-06-15 | Updated for 1.74. | nyamatongwe | 1 | -2/+11 | |
2007-06-14 | Handle positioning for ligatures like fi and fl better. Pango treats these | nyamatongwe | 1 | -3/+13 | |
as one cluster so the width of the cluster is spread amongst the bytes. | |||||
2007-06-12 | PL/M and Progress lexers added. | nyamatongwe | 2 | -3/+10 | |
2007-06-12 | Protection from calling GTK+ 2 functions on GTK+ 1. | nyamatongwe | 1 | -0/+2 | |
2007-06-10 | Patch from Enrico Tröger to default caret blink rate to GTK+ defaults. | nyamatongwe | 1 | -0/+18 | |
2007-06-02 | Addition of PositionCache module which adds cacing of string | nyamatongwe | 4 | -12/+33 | |
to position information and segments long pieces of text so they can be handled more efficiently. | |||||
2007-05-27 | Fix to primary selection to not include URI format. | nyamatongwe | 1 | -1/+1 | |
2007-05-15 | Applied part of a patch from S. Sevki Dincer that changed | nyamatongwe | 1 | -7/+7 | |
determination of GTK+ flags and libararies so that it only occurred once rather than for every compile. | |||||
2007-05-12 | Avoid dragging text onto itself as this produces undo actions but no | nyamatongwe | 1 | -5/+16 | |
real effect and is often accidental. | |||||
2007-05-12 | Bug fix from Enrico Tröger for GTK+ does not place a text/uri-list | nyamatongwe | 1 | -13/+14 | |
target on the clipboard as this allows Open Office to see the text and correctly paste it. | |||||
2007-05-12 | Drag operation does not start until mouse has been dragged more than | nyamatongwe | 1 | -1/+12 | |
a threshold distance. Using platform threshold when possible. Moved some common dragging code on Windows into EffectFromState. | |||||
2007-05-11 | Only perform alpha blending on rectangles with positive widths to | nyamatongwe | 1 | -2/+2 | |
avoid warnings. Tracing on GTK+ goes to standard error so is not buffered. | |||||
2007-04-19 | All Unicode planes supported, not just the Basic Multilingual Plane. | nyamatongwe | 1 | -3/+3 | |
2007-04-16 | Added support for GAP language from Istvan Szollosi. | nyamatongwe | 2 | -6/+9 | |
2007-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 4 | -209/+364 | |
2007-03-29 | Incorporated cmake support. | nyamatongwe | 2 | -8/+11 | |
2007-01-03 | Remove [MSVC] compile-time warnings for "empty" controlled statement and ↵ | rdaneelolivaw | 2 | -7/+5 | |
gboolean != bool | |||||
2007-01-02 | Added definition that stops MSVC from complaining about unsafe standard ↵ | nyamatongwe | 1 | -1/+1 | |
string functions. | |||||
2007-01-02 | Separated the cell buffer into substance and style buffers. | nyamatongwe | 1 | -1/+1 | |
2007-01-01 | Major change to CellBuffer class with addition of Partitioning class and ↵ | nyamatongwe | 1 | -0/+2 | |
SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added. | |||||
2006-12-19 | Patch from Stephan Deibel to disable the adaptive mouse wheel scrolling ↵ | nyamatongwe | 1 | -1/+10 | |
algorithm on OS X because there the most common X11 server (Apple's) already includes an algorithm like this that ends up magnifying the magnifications. | |||||
2006-12-13 | D lexer and language support from Waldemar Augustyn. | nyamatongwe | 2 | -1/+4 | |
2006-12-07 | Fixed problem on Solaris where "LATIN1" wasn't supported by iconv so typing had | uid22944 | 1 | -1/+1 | |
no effect. | |||||
2006-08-22 | Added key code for the right hand side Windows key. | nyamatongwe | 1 | -0/+2 | |
2006-08-22 | Changed default drag action to move. | nyamatongwe | 1 | -4/+7 | |
2006-08-22 | Basic recognition of the Windows and Context Menu keys as SCK_WIN and | nyamatongwe | 1 | -0/+4 | |
SCK_MENU so that these keys don't commands associated with their values ('[' and ']'). SCK_WIN can be mapped on both platforms but if SCK_MENU is mapped on Windows it executes both the mapped command and shows the context menu. Called "Win" and "Menu" in SciTE but only "Win" documented. | |||||
2006-08-17 | Changes to horizontal scrolling. | nyamatongwe | 1 | -13/+19 | |
Patch from Stephan Deibel handles left/right scroll events. Changed horizontal page and step increments to be more useful. | |||||
2006-08-09 | Support for Thai. | nyamatongwe | 1 | -2/+2 | |
2006-06-24 | If opening a converter in transliterations mode fails, try opening without | nyamatongwe | 1 | -10/+21 | |
transliterations. | |||||
2006-06-18 | Patch from Robert Roessler to support DROPFILES_DND as equivalent format | nyamatongwe | 1 | -1/+4 | |
to text/uri-list. | |||||
2006-06-15 | Only allow setting the code page to valid values. | nyamatongwe | 1 | -0/+5 | |