Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-21 | Using a much simpler property set implementation. | nyamatongwe | 1 | -0/+1 | |
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString. | |||||
2009-07-21 | Replacing SString with std::string. | nyamatongwe | 1 | -1/+0 | |
2009-07-14 | Include vector as needed by Selection. | nyamatongwe | 1 | -0/+2 | |
2009-07-12 | Removed trace. | nyamatongwe | 1 | -1/+0 | |
2009-07-12 | Allow setting the modifier key to be used for rectangular | nyamatongwe | 1 | -13/+38 | |
selection on GTK+. Paste can be performed in virtual space on GTK+ | |||||
2009-07-10 | Duplicate works on discontiguous selections by duplicating each selection. | nyamatongwe | 1 | -2/+1 | |
UndoGroup class simplifies grouping actions together in the undo history. | |||||
2009-07-07 | Using the last style on a line to determine the width of a virtual space | nyamatongwe | 1 | -2/+1 | |
rather than use the default style. This adapts better for comments which use a different font. | |||||
2009-07-06 | Made drag into virtual space work for some cases on GTK+. | nyamatongwe | 1 | -15/+17 | |
2009-07-04 | Made drag and drop work - return value from PositionInSelection was changed | nyamatongwe | 1 | -1/+1 | |
for multiple selection. | |||||
2009-07-03 | Use screen point for caret that includes virtual spcace so that, for | nyamatongwe | 1 | -2/+2 | |
example, the IME appears near the caret when the caret is in virtual space. Changed LocationFromPosition to work on a SelectionPosition and added convenience method for finding screen point of main caret. | |||||
2009-07-03 | Discontiguoues selection and virtual space initial commit. | nyamatongwe | 1 | -9/+11 | |
2009-05-03 | Turned on exceptions. | nyamatongwe | 1 | -658/+817 | |
Translate exceptions into status codes before leaving Scintilla. Pick up status codes in SciTE and throw a ScintillaFailure exception. SciTE on Windows catches ScintillaFailure, shows message and exits. | |||||
2009-02-14 | Fix from Todd to make Unicode calltips work on GTK+. | nyamatongwe | 1 | -0/+2 | |
2008-12-12 | Added namespace support. | nyamatongwe | 1 | -0/+4 | |
2008-10-09 | Bug #2056209 avoiding hidden variable warnings with Sun Studio. | nyamatongwe | 1 | -3/+3 | |
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. | |||||
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-07-25 | Fixed header order for changed ContractionState. | nyamatongwe | 1 | -3/+3 | |
2007-07-04 | Use gtk_clipboard_set_can_store so copied text can be pasted after | nyamatongwe | 1 | -18/+15 | |
application exit. | |||||
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 | 1 | -0/+1 | |
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-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-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 1 | -0/+2 | |
2007-01-03 | Remove [MSVC] compile-time warnings for "empty" controlled statement and ↵ | rdaneelolivaw | 1 | -3/+1 | |
gboolean != bool | |||||
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-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-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 | |
2006-06-08 | Added support for //TRANSLIT option to iconv to allow approximate | nyamatongwe | 1 | -9/+10 | |
conversions, such as when pasting UTF-8 text and the buffer is set to an encoding that does not support all of the characters on the clipboard. | |||||
2006-05-31 | Attempting to move all keyboard input on GTK+ 2.x to using input method. | nyamatongwe | 1 | -111/+34 | |
2006-05-18 | Patch from bug 1489948 to stop using deprecated calls on GTK+ 2. | nyamatongwe | 1 | -51/+180 | |
2006-05-14 | Added CharClassify and reordered alphabetically. | nyamatongwe | 1 | -1/+1 | |
2006-04-28 | Moved uri-list to first preference in formats so that files dragged from | nyamatongwe | 1 | -13/+17 | |
recent version of Nautilus will trigger URI dropped notification rather than copy text into document. | |||||
2006-04-25 | Set of patches from John Ehresman: | nyamatongwe | 1 | -13/+10 | |
Make sure the ListBox widget is created before modifying it. Call DropGraphics() when a widget is unmapped to conserve resources and because DropGraphics() ends up being called from the map signal handler so nothing is saved by not calling it. Remove the nearly identical accent / character macro re-definitions. Make sure widget is realized before grabbing the primary selection. Ensure the caret is visible after a selection is pasted. Ensure uri data is NULL-terminated before calling NotifyURIDropped. Use correct call, gdk_region_destroy, to free a region. The fixed-height-mode property is used to optimize display of large autocompletion lists. This property was added in gtk 2.4, but is probed for at runtime so the code should work with older gtk versions. The active color is set to the selected color on the list box so the selected lines are more clearly selected when the listbox widget does not have the focus. The autocompletion popup never gets the focus so the active color ends up being used. | |||||
2006-04-04 | Patch from John Ehresman that transforms line ends when text is copied to | nyamatongwe | 1 | -11/+17 | |
the clipboard for gtk 2 on win32, as well as gtk 1. | |||||
2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -0/+1 | |
classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table. | |||||
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. |