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
path:
root
/
gtk
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-09
Move wrapping, edge and visual adjustments from Editor to ViewStyle.
Neil
1
-2
/
+2
2013-08-07
Include lexlib and lexers directory in make dependencies.
nyamatongwe
2
-2
/
+397
2013-07-23
Only use map for character representations instead of unordered_map where pos...
nyamatongwe
1
-3
/
+0
2013-07-22
Added the character representation feature.
Neil
1
-0
/
+3
2013-07-22
Bug: [#1470] Fix GTK+ crash for Hebrew text.
nyamatongwe
1
-2
/
+14
2013-07-21
Normalising order of language headers.
Neil
2
-3
/
+3
2013-07-21
Separating out C and C++ flags so that Clang works agin for C files.
nyamatongwe
1
-5
/
+6
2013-07-21
Add standard compliance flag.
nyamatongwe
1
-2
/
+2
2013-07-21
Replaced M_PI with a local constant kPi since M_PI is not defined by ISO C/C++.
nyamatongwe
1
-2
/
+4
2013-07-21
Standardising header guards and namespaces.
Neil
1
-0
/
+13
2013-07-19
Updated dependencies.
rel-3-3-4
nyamatongwe
1
-12
/
+18
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
2
-30
/
+14
2013-07-01
Added CharacterCategory.
Neil
1
-1
/
+1
2013-06-18
Renaming variables to explain their role better.
nyamatongwe
1
-19
/
+19
2013-06-18
Bug: [#1488] Simplify gtk scrollbar resize code.
nyamatongwe
1
-10
/
+3
2013-06-06
Disable methods required for GTK+ 3 when building for GTK+ 2.
nyamatongwe
1
-0
/
+6
2013-06-05
Make method const since it has no side-effects.
nyamatongwe
1
-1
/
+1
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
1
-14
/
+15
2013-05-25
Use simplified call to set SelectionText from std::string.
Neil Hodgson
1
-16
/
+18
2013-05-25
Bug: [#1481]. Incorrect event copying on GTK+ 3.x.
Neil Hodgson
1
-5
/
+14
2013-05-25
Fix crashes with SelectionText instances that did not have \0 terminators.
Neil Hodgson
1
-7
/
+7
2013-05-24
Updated make dependencies.
Neil Hodgson
1
-4
/
+4
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-2
/
+2
2013-05-23
Always display editor text in LTR direction
Yosef Or Boczko
1
-1
/
+4
2013-05-23
Switch to calls compatible with old compilers/run times so that cross compiling
nyamatongwe
2
-4
/
+4
2013-05-06
Indentation formatting.
Neil Hodgson
1
-16
/
+15
2013-05-06
Simplify CaseMapString by grouping the code that requires conversion
Neil Hodgson
1
-19
/
+26
2013-05-05
Since new throws an exception on failure, remove testing of result.
nyamatongwe
1
-5
/
+3
2013-05-04
Replacing raw pointers and allocations with std::vector and std::string.
Neil Hodgson
2
-165
/
+110
2013-05-01
Removed SVector.h and all references as it is no longer used.
nyamatongwe
2
-2
/
+1
2013-04-26
Release all cached fonts when finalising.
nyamatongwe
1
-0
/
+8
2013-04-26
Added memory sanitizer to clang debug builds.
Neil Hodgson
1
-0
/
+4
2013-04-19
Remove unused methods.
nyamatongwe
1
-30
/
+0
2013-03-13
Implement high-priority idle work on Cocoa to avoid abandoning paints in some...
nyamatongwe
1
-1
/
+1
2013-03-13
Call UpdateUI before blit scrolling so caret change will have been processed
nyamatongwe
1
-0
/
+1
2013-03-13
Add different types of task to StyleNeeded mechanism, renaming to WorkNeeded.
nyamatongwe
1
-5
/
+5
2013-02-21
Fixed outdated comment.
nyamatongwe
1
-2
/
+1
2013-02-18
Drop -Wno-long-long as it makes no difference on current systems.
nyamatongwe
1
-2
/
+2
2013-02-18
Update make dependencies.
nyamatongwe
1
-5
/
+5
2013-02-05
To run Clang analyzer, use 'analyze' target instead of defining 'CLANG_ANALYZE'.
nyamatongwe
1
-5
/
+5
2013-01-26
Use CXXFLAGS for C++ only, not for C.
nyamatongwe
1
-3
/
+3
2013-01-01
Properly update the Pango contexts for the target surface
Colomban Wendling
1
-0
/
+4
2013-01-01
Avoid deprecated threads APIs when using GDK >= 3.6.
Neil Hodgson
1
-0
/
+8
2013-01-01
Switch to non-deprecated thread and mutex APIs when using GLib >= 2.31.
Neil Hodgson
1
-0
/
+12
2012-09-05
Fix crashes on Ubuntu with GTK+3 where scroll bar changes invalidate the
nyamatongwe
1
-0
/
+4
2012-07-21
Add extra argument to RGBAImage constructor.
Neil Hodgson
1
-1
/
+1
2012-07-16
Remove files built as a side effect of clang --analyze.
Neil Hodgson
1
-1
/
+1
2012-05-27
Disable a warning that clang 3.0 gives incorrectly.
Neil Hodgson
2
-0
/
+10
2012-05-27
Add a way to run the clang static analyzer by defining CLANG_ANALYZE to make.
Neil Hodgson
1
-2
/
+5
2012-05-08
Add some casts to avoid narrowing warnings from g++ 4.7.
nyamatongwe
1
-2
/
+2
[next]