| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2006-06-08 | Added support for //TRANSLIT option to iconv to allow approximate | nyamatongwe | 3 | -35/+22 | |
| 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-21 | Default to Sans font when Pango enabled. | nyamatongwe | 1 | -2/+4 | |
| 2006-05-18 | Patch from bug 1489948 to stop using deprecated calls on GTK+ 2. | nyamatongwe | 2 | -63/+202 | |
| 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 | 2 | -15/+42 | |
| 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-03-30 | Support for Spice language added by Fabien Proriol. | nyamatongwe | 2 | -2/+5 | |
| 2006-03-26 | Fixed warnings from recent GCC. | nyamatongwe | 1 | -3/+4 | |
| 2006-03-02 | Lexer for TCL contributed by Andre Arpin. | nyamatongwe | 2 | -2/+5 | |
| 2006-02-26 | Translucency implementation for INDIC_ROUNDBOX and caret line. | nyamatongwe | 1 | -0/+84 | |
| 2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 4 | -15/+27 | |
| 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-02-23 | Made number of colours in a palette dynamic so that large numbers of | nyamatongwe | 1 | -7/+23 | |
| colours will work. | |||||
| 2006-02-13 | Since casting between void* and function pointers produces a warning | nyamatongwe | 1 | -1/+1 | |
| under recent g++, add an additional cast to sptr_t. Add small size and pedantic warning flags. | |||||
| 2006-02-03 | Support for Opal language from Sebastian Pipping. | nyamatongwe | 2 | -2/+5 | |
| 2006-01-28 | Added Inno Setup lexer from Friedrich Vedder. | nyamatongwe | 2 | -5/+9 | |
| Removed comment saying GrabFocus is GTK+ specific. | |||||
