index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-03
Moved allocation of data owned by Action into Action::Create.
nyamatongwe
2
-14
/
+12
2013-05-02
Simplifying XPM code and avoiding bare allocations.
nyamatongwe
2
-79
/
+36
2013-05-02
Remove Expanded method which was not used by any client code.
nyamatongwe
2
-17
/
+7
2013-05-02
Removing XPMSet class as no longer used.
nyamatongwe
2
-107
/
+0
2013-05-02
Replacing raw pointers and allocations with std::vector and std::map.
nyamatongwe
5
-144
/
+123
2013-05-02
Replacing raw pointer and allocation with std::string.
nyamatongwe
2
-14
/
+10
2013-05-02
Adding to change log.
nyamatongwe
1
-2
/
+12
2013-05-02
For modifier keys, QApplication::keyboardModifiers() instead of event->modifi...
nyamatongwe
1
-11
/
+11
2013-05-02
Removed variable which is no longer used due to change 4520.
nyamatongwe
1
-1
/
+0
2013-05-01
Set mouse tracking to false when widget is hidden
John Ehresman
1
-0
/
+3
2013-05-01
Monitor rect's top right is not necessarily 0, 0
John Ehresman
1
-10
/
+8
2013-05-02
Feature: [feature-requests:#988]. Cocoa support for font quality.
nyamatongwe
4
-0
/
+141
2013-05-01
Removed SVector.h from Xcode project.
nyamatongwe
1
-4
/
+0
2013-05-01
Removed SVector.h and all references as it is no longer used.
nyamatongwe
8
-148
/
+21
2013-05-01
Replacing raw pointers and allocations with std::vector and std::string.
nyamatongwe
3
-53
/
+59
2013-05-01
Replacing raw pointer and allocation with std::string.
nyamatongwe
1
-47
/
+16
2013-05-01
Replacing raw pointer and allocation with std::vector.
nyamatongwe
1
-4
/
+2
2013-04-21
* Fixed a bug when a dashes-only comment double-counted a line and could hang...
kudah
3
-76
/
+150
2013-04-30
Bug: [#1468]. Latex highlighting breaks Unicode characters if preceeded by \.
nyamatongwe
1
-3
/
+3
2013-04-29
Suppress a common style issue.
nyamatongwe
1
-0
/
+4
2013-04-29
Change log.
nyamatongwe
1
-0
/
+3
2013-04-28
Use std::vector for list of watchers instead of manual management.
nyamatongwe
2
-58
/
+35
2013-04-28
Removed unused members.
nyamatongwe
1
-3
/
+0
2013-04-26
modifierTranslated only used on X11 so only define it there.
Neil Hodgson
1
-0
/
+2
2013-04-26
QInputContext is no longer available in Qt 5.
Neil Hodgson
2
-0
/
+4
2013-04-26
Switch away from deprecated method.
Neil Hodgson
1
-1
/
+1
2013-04-26
Use union to allow access to dynamic library functions.
Neil Hodgson
1
-2
/
+11
2013-04-26
Release all cached fonts when finalising.
Unknown
1
-0
/
+8
2013-04-26
Bug: [#1467]. Don't change scroll position when window is zero size.
nyamatongwe
1
-0
/
+3
2013-04-26
Added memory sanitizer to clang debug builds.
Neil Hodgson
1
-0
/
+4
2013-04-25
Fix Direct2D drawing when returning from lock screen.
nyamatongwe
2
-10
/
+21
2013-04-25
Extracted common code from branches.
nyamatongwe
1
-6
/
+3
2013-04-25
Fix bug with setting atLineEnd at end of document.
nyamatongwe
1
-1
/
+3
2013-04-24
Feature: [feature-requests:#987]. Cocoa user interface validation.
nyamatongwe
3
-6
/
+32
2013-04-24
Cosmetic: remove line-end whitespace.
nyamatongwe
6
-93
/
+93
2013-04-24
Added automatic folding options.
nyamatongwe
6
-5
/
+151
2013-04-21
Implement commonly needed folding methods based on code from SciTE.
nyamatongwe
5
-27
/
+192
2013-04-20
Added to help run cppcheck.
nyamatongwe
1
-0
/
+41
2013-04-19
* Use SCE_HA_COMMENTBLOCK2, SCE_HA_COMMENTBLOCK3
kudah
3
-27
/
+70
2013-04-19
Remove unused methods.
nyamatongwe
7
-142
/
+0
2013-04-19
Using std::fill instead of a loop is much faster. As much as 4x on a large bl...
nyamatongwe
9
-2
/
+17
2013-04-19
Updated changes.
nyamatongwe
1
-0
/
+17
2013-04-18
Fix clang warning
kudah
1
-3
/
+2
2013-04-18
Fold indented imports.
kudah
1
-8
/
+39
2013-04-17
Fixed import folding interfering with indentation folding
kudah
1
-2
/
+14
2013-04-17
Removed importCurrent
kudah
1
-6
/
+6
2013-04-18
Ensure properties from earlier files survive: LexCPP defines some common prop...
nyamatongwe
1
-1
/
+2
2013-04-18
Bug [#1466]. Fix crash on deallocation.
nyamatongwe
1
-1
/
+1
2013-04-17
Allow Asian code pages to work for DirectWrite when using SC_CHARSET_DEFAULT.
nyamatongwe
1
-1
/
+1
2013-04-17
Removed dead assignment.
nyamatongwe
1
-1
/
+0
[next]