aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2008-10-22Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406nyamatongwe2-8/+18
2008-10-09Bug #2056209 avoiding hidden variable warnings with Sun Studio.nyamatongwe2-24/+24
2008-09-14Added LexMySQL by Anders Karlsson.nyamatongwe2-4/+7
2008-06-15Casts to make recent gcc happy about string literals as gchar*.nyamatongwe1-5/+5
2008-02-25Changed case of include files so it works when cross-compilingnyamatongwe1-1/+1
on Unix using mingw32.
2008-02-08Fixed comment.nyamatongwe1-2/+2
2008-01-19CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio'snyamatongwe1-7/+7
behaviour when performing copy on an empty selection copies the current line.
2008-01-18PowerShell lexer implemented by Tim Gerundt.nyamatongwe2-3/+6
2007-12-31Added Magik lexer.nyamatongwe2-5/+8
2007-12-04Bug 1843212. Changed version check for using the new clipboard APIs tonyamatongwe1-1/+1
2.6 so will compile on 2.4.
2007-12-01Patch to use GTK+ g_snprintf for platforms that do not have snprintf.nyamatongwe1-9/+5
From scintilla-interest thread "Compatibility patch for GTK part".
2007-11-04Added support for 'R' language by Stephen Stagg.nyamatongwe2-1/+4
2007-09-08Lexer for Asymptote.nyamatongwe2-10/+13
2007-07-25Fixed header order for changed ContractionState.nyamatongwe1-3/+3
2007-07-08More related projects.nyamatongwe1-1/+2
2007-07-07Allows the popup to be displayed below as long as it can fit on the monitornyamatongwe1-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-04Use gtk_clipboard_set_can_store so copied text can be pasted afternyamatongwe1-18/+15
application exit.
2007-06-30Support for Abaqus language added by Sergio Lucato.nyamatongwe2-10/+13
2007-06-15Correctly measure widths of Latin1 characters that take 2 bytes in UTF-8.nyamatongwe1-6/+16
2007-06-15Updated for 1.74.nyamatongwe1-2/+11
2007-06-14Handle positioning for ligatures like fi and fl better. Pango treats thesenyamatongwe1-3/+13
as one cluster so the width of the cluster is spread amongst the bytes.
2007-06-12PL/M and Progress lexers added.nyamatongwe2-3/+10
2007-06-12Protection from calling GTK+ 2 functions on GTK+ 1.nyamatongwe1-0/+2
2007-06-10Patch from Enrico Tröger to default caret blink rate to GTK+ defaults.nyamatongwe1-0/+18
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe4-12/+33
to position information and segments long pieces of text so they can be handled more efficiently.
2007-05-27Fix to primary selection to not include URI format.nyamatongwe1-1/+1
2007-05-15Applied part of a patch from S. Sevki Dincer that changednyamatongwe1-7/+7
determination of GTK+ flags and libararies so that it only occurred once rather than for every compile.
2007-05-12Avoid dragging text onto itself as this produces undo actions but nonyamatongwe1-5/+16
real effect and is often accidental.
2007-05-12Bug fix from Enrico Tröger for GTK+ does not place a text/uri-listnyamatongwe1-13/+14
target on the clipboard as this allows Open Office to see the text and correctly paste it.
2007-05-12Drag operation does not start until mouse has been dragged more thannyamatongwe1-1/+12
a threshold distance. Using platform threshold when possible. Moved some common dragging code on Windows into EffectFromState.
2007-05-11Only perform alpha blending on rectangles with positive widths tonyamatongwe1-2/+2
avoid warnings. Tracing on GTK+ goes to standard error so is not buffered.
2007-04-19All Unicode planes supported, not just the Basic Multilingual Plane.nyamatongwe1-3/+3
2007-04-16Added support for GAP language from Istvan Szollosi.nyamatongwe2-6/+9
2007-04-05Implemented decorations which are extended indicators.nyamatongwe4-209/+364
2007-03-29Incorporated cmake support.nyamatongwe2-8/+11
2007-01-03Remove [MSVC] compile-time warnings for "empty" controlled statement and ↵rdaneelolivaw2-7/+5
gboolean != bool
2007-01-02Added definition that stops MSVC from complaining about unsafe standard ↵nyamatongwe1-1/+1
string functions.
2007-01-02Separated the cell buffer into substance and style buffers.nyamatongwe1-1/+1
2007-01-01Major change to CellBuffer class with addition of Partitioning class and ↵nyamatongwe1-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-19Patch from Stephan Deibel to disable the adaptive mouse wheel scrolling ↵nyamatongwe1-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-13D lexer and language support from Waldemar Augustyn.nyamatongwe2-1/+4
2006-12-07Fixed problem on Solaris where "LATIN1" wasn't supported by iconv so typing haduid229441-1/+1
no effect.
2006-08-22Added key code for the right hand side Windows key.nyamatongwe1-0/+2
2006-08-22Changed default drag action to move.nyamatongwe1-4/+7
2006-08-22Basic recognition of the Windows and Context Menu keys as SCK_WIN andnyamatongwe1-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-17Changes to horizontal scrolling.nyamatongwe1-13/+19
Patch from Stephan Deibel handles left/right scroll events. Changed horizontal page and step increments to be more useful.
2006-08-09Support for Thai.nyamatongwe1-2/+2
2006-06-24If opening a converter in transliterations mode fails, try opening withoutnyamatongwe1-10/+21
transliterations.
2006-06-18Patch from Robert Roessler to support DROPFILES_DND as equivalent formatnyamatongwe1-1/+4
to text/uri-list.
2006-06-15Only allow setting the code page to valid values.nyamatongwe1-0/+5