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
2011-05-01
For GTK+ 3, performing drawing in draw method instead of expose method.
nyamatongwe
1
-3
/
+135
2011-05-01
Use accessor function for widget attributes and initialisation for GTK+ 3.
nyamatongwe
1
-0
/
+13
2011-05-01
Switched to GTK+ 3 calls for setting NULL backing.
nyamatongwe
1
-3
/
+8
2011-05-01
Switch from SizeRequest to GTK+ 3 preferred width and height.
nyamatongwe
1
-0
/
+19
2011-05-01
For GTK+ 3, define SurfaceID to be cairo_t* as this is what is received
nyamatongwe
1
-5
/
+27
2011-05-01
Using new key names for GTK+ 3.
nyamatongwe
1
-0
/
+74
2011-05-01
Use accessor function for allocation and style for GTK+ 3.
nyamatongwe
2
-13
/
+37
2011-05-01
Use accessor function for clipboard and drags for GTK+ 3.
nyamatongwe
1
-20
/
+43
2011-05-01
Use accessor function for adjustments and scrollbars for GTK+ 3.
nyamatongwe
2
-6
/
+63
2011-05-01
Dropped headers no longer needed and not available in GTK+ 3.
nyamatongwe
1
-2
/
+0
2011-05-01
Fixing return types of signals connected with g_signal_connect.
nyamatongwe
1
-20
/
+19
2011-05-01
Use accessor function instead of widget->window for GTK+ 3.
nyamatongwe
2
-32
/
+57
2011-05-01
Disable all use of GdkFont with DISABLE_GDK_FONT since the identifier
nyamatongwe
1
-3
/
+13
2011-05-01
Enable building for GTK+ 3.0 with "make GTK3=1".
nyamatongwe
1
-2
/
+10
2011-04-29
Use indicators to show matching braces. Feature #3290434.
nyamatongwe
9
-23
/
+97
2011-04-29
Draw SC_IV_LOOKBOTH indent guides on first line if it is empty. Bug #3291317.
nyamatongwe
1
-1
/
+2
2011-04-27
Updated regex documentation.
nyamatongwe
1
-10
/
+8
2011-04-27
Fixes for backwards regex search. Bug #3292659.
nyamatongwe
1
-1
/
+8
2011-04-27
Include arguments in references.
nyamatongwe
1
-2
/
+2
2011-04-27
Optimize fold marker highlight. Feature #3282649.
nyamatongwe
3
-10
/
+15
2011-04-27
Fix for fold markers not connecting. Bug #3292474.
nyamatongwe
1
-1
/
+1
2011-04-27
Fold marker fixes for wrapped lines. Bug #3291579.
nyamatongwe
2
-5
/
+20
2011-04-23
Moved CoderStudio to new URL.
nyamatongwe
1
-1
/
+1
2011-04-22
INDIC_ROUNDBOX can set alpha of outline. Feature #3290434.
nyamatongwe
6
-7
/
+36
2011-04-22
Avoid warning.
nyamatongwe
1
-1
/
+1
2011-04-22
Simplify code and avoid warnings.
nyamatongwe
1
-2
/
+2
2011-04-16
Better highlight drawing where fold header has no subordinates. Bug #3279730.
nyamatongwe
2
-10
/
+13
2011-04-16
Bug #3283880. Highlight source code inside [CODE] section when lexing
nyamatongwe
1
-1
/
+10
2011-04-16
Support cython cpdef keyword. Bug #3279728.
nyamatongwe
1
-6
/
+8
2011-04-16
Avoid bad text measurement with very long pieces of text. Bug #3286637.
nyamatongwe
1
-1
/
+2
2011-04-07
Add highlighting of current folding block. Feature #3147069.
nyamatongwe
9
-43
/
+307
2011-04-07
Update copyright year.
nyamatongwe
6
-6
/
+6
2011-04-07
Bug #3265401 changes to fold markers.
nyamatongwe
1
-23
/
+28
2011-04-07
Previous change to -1x-1 requisition caused warnings so use 1x1.
nyamatongwe
1
-2
/
+2
2011-04-06
Avoid warning for extra semi-colons and normalised whitespace.
nyamatongwe
1
-3
/
+3
2011-04-06
Made the fold backtrack unconditional as discussed on bug #3265401.
nyamatongwe
1
-4
/
+2
2011-04-06
Django in HTML lexer recognizes {# #} comments. Bug #3013798.
nyamatongwe
1
-0
/
+31
2011-04-05
Avoid last cppcheck warning in Editor.cxx.
nyamatongwe
1
-0
/
+2
2011-04-05
Fixed spacing in explanation.
nyamatongwe
1
-1
/
+1
2011-04-05
Changed name of folding at else property to fold.sql.at.else. Bug #3271474.
nyamatongwe
1
-1
/
+1
2011-04-05
Make highlight of triple-quoted an option. Bug #3239234.
nyamatongwe
1
-1
/
+6
2011-04-05
Adds a fold.perl.at.else property. Discussed in bug #3265401.
nyamatongwe
1
-4
/
+10
2011-04-05
Added new GtkScintilla project and removed a dead one.
nyamatongwe
1
-5
/
+8
2011-03-31
Fix sizing issue in GTK+ widget.
Matthew Brush
1
-2
/
+2
2011-04-04
Fix font rendering in the GTK+ backend when using Cairo
Colomban Wendling
1
-21
/
+5
2011-04-04
Updates to documentation of notifications.
nyamatongwe
4
-42
/
+67
2011-04-02
Fixed bug where the height of the default style was used rather than the maxi...
nyamatongwe
1
-4
/
+4
2011-04-01
Removed dead code, TODO items that should not be done and added some comments.
nyamatongwe
1
-18
/
+15
2011-03-31
Added note about change of range in Fold.
nyamatongwe
1
-1
/
+6
2011-03-30
Merge GTK+ changes with Style changes.
nyamatongwe
1
-8
/
+24
[next]