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
2020-06-24
Converting between UTF-8 and current encoding.
Neil
2
-0
/
+20
2021-03-18
Make Surface::Release and callers (where possible) noexcept.
Neil
1
-2
/
+2
2021-03-18
Use unique_ptr to add to RGBAImageSet.
Neil
1
-7
/
+8
2021-03-18
Use unique_ptr for CaseFolderForEncoding to show transfer of ownership.
Neil
2
-5
/
+5
2021-03-18
Use unique_ptr for Surface::Allocate to show transfer of ownership.
Neil
1
-2
/
+2
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
3
-0
/
+3
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
4
-14
/
+27
2021-03-18
ListBox options API. ListOptions is currently empty but may contain list item
Neil
1
-0
/
+4
2021-03-17
Use unique_ptr for ListBox::Allocate to show transfer of ownership.
Neil
1
-3
/
+2
2021-03-17
Change Window::Cursor to an enum class.
Neil
2
-10
/
+10
2021-03-17
Remove Window::SetFont as never used.
Neil
1
-4
/
+0
2021-03-17
Change Font to an interface and stop using FontID. Fonts are shared and
Neil
1
-165
/
+140
2021-03-17
Make Window argument to Menu::Show const as that avoids warnings and the Window
Neil
1
-1
/
+1
2021-03-17
Mark Window::Destroy, ListBox::Clear, and Menu::Destroy as noexcept since
Neil
1
-5
/
+5
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
4
-0
/
+27
2021-03-17
Remove DynamicLibrary as loading lexers with SCI_LOADLEXERLIBRARY was removed
Neil
1
-40
/
+0
2021-03-16
Convert Platform from a class to a namespace. Does not change callers.
Neil
1
-5
/
+5
2021-03-16
Moved Platform.h to src as it is private to Scintilla.
Neil
1
-24
/
+24
2021-01-29
Update build dependencies
start-5
Neil
1
-1551
/
+21
2020-11-18
Remove Lexilla files from analyze target.
Neil
1
-1
/
+1
2020-11-02
Drop building Lexilla and including lexlib in component.
Neil
1
-24
/
+3
2020-11-02
Update DepGen to not look for lexers or lexlib.
Neil
1
-2
/
+2
2020-11-28
Update build dependencies.
Neil
1
-3
/
+0
2020-11-02
Use std::size instead of ELEMENTS so StringCopy.h is only used by Lexilla and
Neil
3
-5
/
+2
2020-07-31
More consistent rectangle arguments.
Neil
1
-11
/
+10
2020-07-31
Simplify code by using CAIRO_EXTEND_REPEAT to tile a pattern instead of looping
Neil
1
-21
/
+6
2020-07-30
Bug [#2191]. Allow setting CPPFLAGS to support hardening.
Andreas Rönnquist
1
-2
/
+2
2020-07-28
Bug [#2189]. Allow cross-building for GTK by choosing pkg-config.
Andreas Rönnquist
1
-2
/
+3
2020-05-22
Hoist repeated test for string selection types into static method.
Neil
2
-4
/
+8
2020-05-22
Bug [#2171]. Implement per-monitor DPI Awareness on Windows.
Chris Graham
2
-11
/
+23
2020-05-17
Ensure Lexilla built as well.
Neil
1
-1
/
+6
2020-05-17
Produce a shared object libscintilla.so that can be dynamically linked to.
Neil
1
-4
/
+27
2020-05-01
Bug [#2173]. Tweak font measurement so underscores more likely visible.
Neil
1
-2
/
+2
2020-05-01
Replace deprecated function pango_script_for_unichar with g_unichar_get_script.
Neil
2
-6
/
+6
2020-04-17
Making dependencies now requires Python 3.6+.
Neil
3
-5
/
+7
2020-03-29
Widen types to size_t to match change from int to position of CallTipSetHlt
Neil
1
-0
/
+1
2020-03-26
Fix spelling mistakes.
Neil
2
-6
/
+6
2020-03-21
Bug [#2149]. Enable windowed IME on Wayland by setting as transient for main.
Zufu Liu
2
-2
/
+13
2020-03-21
Remove some casts that are not needed.
Zufu Liu
1
-3
/
+2
2020-03-19
Use dynamic_cast and assertion to make bugs more obvious.
Neil
3
-51
/
+51
2020-02-15
Extract image conversion from RGBA to BGRA premultiplied into common function.
Neil
1
-10
/
+5
2020-02-09
Standardise header guard names and use.
Neil
1
-1
/
+1
2020-01-06
Bug [#2135]. Prevent movement of candidate window while typing.
Zufu Liu
1
-2
/
+4
2020-01-06
Bug [#2135]. Improve location of candidate window.
Zufu Liu
1
-2
/
+4
2020-01-06
Bug [#2135]. Set candidate window position in windowed IME mode.
Zufu Liu
1
-0
/
+2
2020-01-03
Added Raku lexer and style properties and example files
Mark Reay
1
-0
/
+14
2019-12-31
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
Neil
2
-3
/
+1
2019-12-13
Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.
Neil
3
-27
/
+2
2019-12-30
Use pattern rules instead of suffix rules as they are clearer.
Neil
1
-4
/
+6
2019-12-30
Remove line end whitespace.
Neil
1
-1
/
+1
[next]