aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-05-04* Allow arbitrary amount of # suffixes in identifiers with ↵kudah1-61/+118
lexer.haskell.allow.hash * Allow only one dot in base 10 numeric literals * Comments are now treated as whitespace by the folder * Fixed inconsistent folding at end of the file
2013-05-06Change log addition.nyamatongwe1-0/+4
2013-05-06Bug: [#1448]. Detect QT 5.x and add widgets to QT to allow building.Neil Hodgson3-0/+3
2013-05-06Indentation formatting.Neil Hodgson1-16/+15
2013-05-06Simplify CaseMapString by grouping the code that requires conversionNeil Hodgson1-19/+26
from and to UTF-8 together. Wrapping the allocation ensures deallocation in all cases.
2013-05-06Change log addition.nyamatongwe1-0/+3
2013-05-05Since new throws an exception on failure, remove testing of result.nyamatongwe6-45/+27
2013-05-05Removing support for Visual C++ 2005 and 6.0.nyamatongwe4-549/+7
2013-05-05Make test run on older version of Python.nyamatongwe1-1/+1
2013-05-05Removed nethods that are no longer used and are less safe than alternatives.nyamatongwe3-43/+6
2013-05-04Replacing raw pointers and allocations with std::vector and std::string.nyamatongwe2-26/+20
2013-05-04Replacing raw pointers and allocations with std::vector and std::string.Neil Hodgson2-165/+110
2013-05-04Replacing raw pointers and allocations with std::string and std::vector.nyamatongwe3-71/+49
Don't check result of new as failures throw an exception.
2013-05-04Replacing raw pointers and allocations with std::vector.nyamatongwe2-82/+38
2013-05-04Replacing raw pointers and allocations with std::string.nyamatongwe2-45/+18
2013-05-04Replacing raw pointers and allocations for list box with std::vector.nyamatongwe1-94/+25
2013-05-04Added tests for CopyAllowLine, SelectionDuplicate, and LineTranspose.nyamatongwe1-0/+24
2013-05-04Replacing raw pointers and allocations with std::string.nyamatongwe3-20/+14
2013-05-03Replacing raw pointers and allocations with std::vector.nyamatongwe2-24/+14
2013-05-03Moved allocation of data owned by Action into Action::Create.nyamatongwe2-14/+12
Made more variables const.
2013-05-02Simplifying XPM code and avoiding bare allocations.nyamatongwe2-79/+36
2013-05-02Remove Expanded method which was not used by any client code.nyamatongwe2-17/+7
2013-05-02Removing XPMSet class as no longer used.nyamatongwe2-107/+0
2013-05-02Replacing raw pointers and allocations with std::vector and std::map.nyamatongwe5-144/+123
2013-05-02Replacing raw pointer and allocation with std::string.nyamatongwe2-14/+10
2013-05-02Adding to change log.nyamatongwe1-2/+12
2013-05-02For modifier keys, QApplication::keyboardModifiers() instead of ↵nyamatongwe1-11/+11
event->modifiers() due to limitation mentioned in Qt documentation. http://qt-project.org/doc/qt-4.8/qkeyevent.html#modifiers
2013-05-02Removed variable which is no longer used due to change 4520.nyamatongwe1-1/+0
2013-05-01Set mouse tracking to false when widget is hiddenJohn Ehresman1-0/+3
2013-05-01Monitor rect's top right is not necessarily 0, 0John Ehresman1-10/+8
2013-05-02Feature: [feature-requests:#988]. Cocoa support for font quality.nyamatongwe4-0/+141
From Mark Yen.
2013-05-01Removed SVector.h from Xcode project.nyamatongwe1-4/+0
2013-05-01Removed SVector.h and all references as it is no longer used.nyamatongwe8-148/+21
2013-05-01Replacing raw pointers and allocations with std::vector and std::string.nyamatongwe3-53/+59
2013-05-01Replacing raw pointer and allocation with std::string.nyamatongwe1-47/+16
2013-05-01Replacing raw pointer and allocation with std::vector.nyamatongwe1-4/+2
2013-04-21* Fixed a bug when a dashes-only comment double-counted a line and could ↵kudah3-76/+150
hang the editor * Comments inside pragmas are now highlighted * Reserved operators are now highlighted
2013-04-30Bug: [#1468]. Latex highlighting breaks Unicode characters if preceeded by \.nyamatongwe1-3/+3
From Colomban Wendling.
2013-04-29Suppress a common style issue.nyamatongwe1-0/+4
2013-04-29Change log.nyamatongwe1-0/+3
2013-04-28Use std::vector for list of watchers instead of manual management.nyamatongwe2-58/+35
2013-04-28Removed unused members.nyamatongwe1-3/+0
2013-04-26modifierTranslated only used on X11 so only define it there.Neil Hodgson1-0/+2
Avoids a compiler warning.
2013-04-26QInputContext is no longer available in Qt 5.Neil Hodgson2-0/+4
2013-04-26Switch away from deprecated method.Neil Hodgson1-1/+1
2013-04-26Use union to allow access to dynamic library functions.Neil Hodgson1-2/+11
2013-04-26Release all cached fonts when finalising.nyamatongwe1-0/+8
2013-04-26Bug: [#1467]. Don't change scroll position when window is zero size.nyamatongwe1-0/+3
2013-04-26Added memory sanitizer to clang debug builds.Neil Hodgson1-0/+4
2013-04-25Fix Direct2D drawing when returning from lock screen.nyamatongwe2-10/+21