aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2003-08-21Wrote function for upper casing strings as strupr was not available on Linux.nyamatongwe1-3/+17
2003-08-21List boxes now display with same font as current style whennyamatongwe1-2/+10
that font is a Pango font.
2003-08-19Hoisted ConvertLineEnds out of GetGtkSelectionText as it maynyamatongwe1-25/+31
be useful in other code.
2003-08-18Credit.nyamatongwe1-0/+1
2003-08-18Credit.nyamatongwe1-0/+1
2003-08-18Support for Clarion from Ron Schofield.nyamatongwe9-3/+477
2003-08-17Adapt g++ command line for version installed - 2.x adds -fvtable-thunks.nyamatongwe1-1/+4
2003-08-17Added assertion to prevent retrieving text beyond the end of the document.nyamatongwe1-0/+1
2003-08-17Added UTF-8 support for clipboard, primary selection and drag and drop.nyamatongwe1-77/+161
Disabled on Win32.
2003-08-15Automatic detection of GTK+ 2 and override allowed with GTK1.nyamatongwe1-1/+13
2003-08-14Added BOX indicator.nyamatongwe2-2/+8
2003-08-14Added BOX indicator.nyamatongwe3-1/+3
2003-08-14Fixed bugs with displaying indicators with wrap turned on.nyamatongwe1-7/+11
2003-08-14Fixed bug where characters >= 128 were being displayed asnyamatongwe1-2/+6
down arrows.
2003-08-13Updates the command ID list in SciTEProps.cxx .nyamatongwe1-20/+35
2003-08-13Updated version number.nyamatongwe1-1/+1
2003-08-12Added credit.nyamatongwe1-0/+1
2003-08-12Updated version number.nyamatongwe1-1/+1
2003-08-12Fixed display of pixmaps in autocompletion lists.nyamatongwe1-3/+3
2003-08-10Added MMIX lexer.ssteele1-0/+4
2003-08-10Added credit for Cristophnyamatongwe2-1/+5
2003-08-10Added MMIX lexer by Christoph Hösler.nyamatongwe3-3/+9
2003-08-10Added MMIX lexer by Christoph Hösler.nyamatongwe1-0/+183
2003-08-10Added MMIX lexer by Christoph Hösler.nyamatongwe5-3/+47
2003-08-09Typo.nyamatongwe1-1/+1
2003-08-09POV-Ray explanation.nyamatongwe1-1/+2
2003-08-09Updated blurb.nyamatongwe1-1/+2
2003-08-09More.nyamatongwe1-0/+4
2003-08-09Updated sizes.nyamatongwe1-2/+2
2003-08-09Fixed warnings.nyamatongwe1-6/+2
2003-08-09Fixed VC6 Build for 1.54 releasessteele1-0/+12
2003-08-09Foldinf for INI files.nyamatongwe1-1/+58
2003-08-09More additions.nyamatongwe1-4/+48
2003-08-09Fixed bug with output.vertical.size not being used.nyamatongwe1-0/+27
2003-08-09Added IdePS.nyamatongwe1-0/+5
2003-08-09Getting ready for release 1.54.nyamatongwe5-11/+24
2003-08-08Better explanation of horizontal scroll bar.nyamatongwe1-4/+8
2003-08-08Added AEditor.nyamatongwe1-1/+5
2003-08-08Using interface definition for number of keyword lists.nyamatongwe1-1/+1
2003-08-08Protected GTK+ 2 specific code from being compiled on GTK+ 1.nyamatongwe1-0/+3
2003-08-08Patch from João to use symbols rather than literals and includenyamatongwe1-15/+23
'c' in the characters that can have an accent.
2003-08-08Added a constant for the number of keyword sets.nyamatongwe2-0/+4
2003-08-07Patch from João Paulo F Farias to make keyboard input of accentsnyamatongwe1-1/+48
work for languages such as Brazilian Portuguese.
2003-08-03Added link to Finseth book.nyamatongwe1-1/+4
2003-08-03Added refresh of pixmaps when wrapping.nyamatongwe1-0/+3
Added some assertions.
2003-08-02Added CUTE.nyamatongwe1-0/+5
2003-08-02Patch from Philippe for Lua and POV lexers.nyamatongwe2-12/+28
2003-08-02New lexer from Philippe Lhoste replaces previous lexer.nyamatongwe1-87/+170
2003-08-02Patch from Philippe to allow '.' in 'keywords'.nyamatongwe1-12/+19
2003-08-02Now handles creating a file when no current one exists.nyamatongwe1-10/+17