aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Update release date.rel-3-2-4nyamatongwe2-3/+3
2013-01-14Updated history with changes for 3.2.4.nyamatongwe2-1/+77
2013-01-12Fix copy&paste error in comment.nyamatongwe1-1/+1
2013-01-11Prepare for 3.2.4.nyamatongwe7-13/+22
2013-01-11Feature: [#970]. Latex folding and better syntax highlighting.nyamatongwe1-0/+4
2013-01-11Feature: [#970]. Latex folding and better syntax highlighting.nyamatongwe5-297/+547
2013-01-11Bug: [#1436] Remove as observer in TimerTarget dealloc.nyamatongwe1-0/+2
2013-01-10Updated to style hidden commands differently.nyamatongwe3-69/+118
2013-01-10Removed dead stores.nyamatongwe1-2/+2
2013-01-10Add a replace method and a parameter for backwards search.nyamatongwe2-24/+180
2013-01-10Turn off undo collection for IME composition.nyamatongwe2-17/+37
2013-01-10Switched Alt+Delete to delete word left to be more compatible withnyamatongwe1-1/+1
2013-01-08Bug: [#1289]. Replace null characters by spaces in the clipboard to avoid thatVivian De Smedt1-0/+13
2013-01-08Fix memory leak.nyamatongwe1-1/+1
2013-01-06Bug #1430. Fix crash when printing line longer than 8000 characters.nyamatongwe1-1/+1
2013-01-04Explaining that annotations affect the relationship between documentnyamatongwe1-4/+10
2013-01-04When setting a font name, set first 128 styles insted of 32 as willnyamatongwe1-1/+1
2013-01-04Implement a delegate for Scintilla notifications.nyamatongwe2-1/+20
2013-01-04Fix retain count of timerTarget so it can be deallocated.nyamatongwe1-1/+1
2013-01-04Fix object ownership and thus memory management. Change owner and backendnyamatongwe2-7/+8
2013-01-04Fix positioning of autompletion lists on retina displays.nyamatongwe1-2/+1
2013-01-03Added modern indicators to API list.nyamatongwe1-1/+16
2013-01-03Fix behaviour of the left and right keys after SCI_SETSELECTIONMODE(SC_SEL_ST...nyamatongwe1-0/+4
2013-01-01Properly update the Pango contexts for the target surfaceColomban Wendling1-0/+4
2013-01-01Avoid deprecated threads APIs when using GDK >= 3.6.Neil Hodgson1-0/+8
2013-01-01Switch to non-deprecated thread and mutex APIs when using GLib >= 2.31.Neil Hodgson1-0/+12
2013-01-01Feature #3592730. Option for caret line to be visible without focus.nyamatongwe7-2/+30
2013-01-01Added Quantum GIS as related project.nyamatongwe1-0/+4
2012-12-30Fix parsing of JavaScript regular expressions containing a delimiter in a rangeColomban Wendling1-6/+11
2012-12-30Fixed invalid octal number 0f.nyamatongwe1-1/+1
2012-10-26cocoa: avoid dividing by zero when setting vertical scroll positionMook1-1/+2
2012-12-30Credit.nyamatongwe1-0/+1
2012-12-30Bug #3578824. Ignore comments when evaluating preprocessor expressions.nyamatongwe1-1/+4
2012-12-30Bug #3578824. Avoid crashes due to char being signed so negative for non-ASCII.nyamatongwe1-5/+5
2012-11-10Group undo actions in autocompleteJakub Vrana1-0/+1
2012-12-28Included definition for Gui4Cli language.nyamatongwe1-0/+1
2012-10-22Added tag rel-3-2-3 for changeset 7d54d6d61acenyamatongwe0-0/+0
2012-10-20Fixed bug number in history.rel-3-2-3nyamatongwe1-1/+1
2012-10-20Updating changes for 3.2.3.nyamatongwe2-1/+75
2012-10-17Incrementing version number for 3.2.3.nyamatongwe7-13/+22
2012-10-13Limit horizontal scroll value so that it does not go negative when swipingnyamatongwe1-0/+2
2012-10-11LexCPP: recognize hexadecimal floating point binary exponentsColomban Wendling1-1/+3
2012-10-06Fix problem with find indicator showing upside down at wrong y-position whennyamatongwe1-7/+13
2012-10-06Updated upgrade check numbers avoids dialogs.nyamatongwe2-2/+2
2012-10-04Only look for D2D1.DLL and DWRITE.DLL in %windows%\system32 to avoidnyamatongwe1-2/+2
2012-10-04Fix bug where non-ASCII hex escape did not match.nyamatongwe2-1/+9
2012-09-25Fix bad folding with CASE statement when it is used for assignment.Jerome LAFORGE1-15/+13
2012-09-24Added autoCompleteCancelled signalJohn Ehresman2-0/+5
2012-09-20Fix example PySide code to match current API.Neil Hodgson2-5/+6
2012-09-19Allow subclasses to modify padding when last segment on line is italics.nyamatongwe2-1/+3