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
2011-05-02
Retreated from turning gdk_cursor_unref into g_object_unref as this caused cr...
nyamatongwe
2
-6
/
+6
2011-05-02
Switching to non-deprecated APIs.
nyamatongwe
2
-9
/
+51
2011-05-02
Making scroll bars 1 pixel shorter as this prevents shrink caused
nyamatongwe
1
-2
/
+2
2011-05-02
Switching from deprecated gdk_cursor_unref to g_object_unref.
nyamatongwe
2
-7
/
+9
2011-05-02
Implemented damage region testing on GTK+ 3.
nyamatongwe
1
-9
/
+42
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-07
Previous change to -1x-1 requisition caused warnings so use 1x1.
nyamatongwe
1
-2
/
+2
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-03-30
Removing empty lines.
nyamatongwe
1
-4
/
+0
2011-03-28
Reset cursors when Scintilla widget is realized.
Matthew Brush
1
-0
/
+12
2011-03-28
Fix X PRIMARY selection issue when Scintilla widget is unrealized/re-realized.
Matthew Brush
1
-8
/
+16
2011-03-26
Make right mouse click outside selection cancel selection. Bug #3235190
nyamatongwe
1
-0
/
+2
2011-03-26
Command line option to check for deprecated calls.
nyamatongwe
1
-1
/
+3
2011-02-23
Avoid some cppcheck warnings.
nyamatongwe
1
-2
/
+2
2011-02-13
Make work on Windows.
nyamatongwe
1
-2
/
+2
2011-02-01
Fix memory leak when using Cairo for drawing. Bug #3157655.
nyamatongwe
1
-0
/
+1
2011-01-22
Check for Win32 and use DEL instead of rm. Ensures 'make clean' works on Wind...
nyamatongwe
1
-1
/
+9
2010-12-29
Clean whitespace.
nyamatongwe
1
-5
/
+5
2010-12-11
Make multiple selection multi-paste work when multi-type is off. Bug #3126221.
nyamatongwe
1
-1
/
+1
2010-12-03
Remove styling idle in destructor to avoid crashing when idle called
nyamatongwe
1
-0
/
+1
2010-11-05
Horizontal or vertical lines can be more precisely drawn as a filled
nyamatongwe
1
-17
/
+31
2010-11-05
Turn Cairo back on.
nyamatongwe
1
-1
/
+1
2010-11-05
Change fold markers to connect better with Cairo drawing that
nyamatongwe
1
-5
/
+5
2010-11-05
Make Cairo line drawing more compatible with GDK by not drawing last
nyamatongwe
1
-2
/
+20
2010-11-02
Can draw with Cairo rather than GDK for compatibility with newer versions of ...
nyamatongwe
2
-22
/
+259
2010-10-21
Using non-deprecated functions for manipulating widget flags.
Unknown
1
-0
/
+33
2010-08-19
Moved declarations for GdkFont code inside ifndef to avoid warnings.
nyamatongwe
1
-11
/
+11
2010-08-18
Updated for ILexer.h.
Unknown
1
-25
/
+19
2010-08-18
Changed deprecation flags to turn off GdkFont use which is deprecated.
Unknown
1
-1
/
+1
2010-08-18
GTK+ version-sensitive definitions for widget query functions/macros
Unknown
2
-7
/
+23
2010-08-18
Include deprecation options to make it easy to check for use of deprecated APIs.
nyamatongwe
1
-1
/
+2
2010-08-18
Allow disabling use of deprecated GdkFont by defining DISABLE_GDK_FONT.
nyamatongwe
1
-2
/
+39
2010-08-18
Avoid deprecated API gtk_type_class.
nyamatongwe
1
-1
/
+1
2010-08-18
Avoid deprecated API gtk_selection_clear.
nyamatongwe
1
-1
/
+4
2010-08-18
Removed code that is not used since GTK+ 1.x is no longer supported.
nyamatongwe
1
-41
/
+0
2010-08-17
Upgraded deprecated APIs.
nyamatongwe
2
-46
/
+51
[prev]
[next]