Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-09 | Update deprecated calls to GTK+ 3 maintained functions. | nyamatongwe | 1 | -0/+4 | |
2011-09-09 | Merge with main repository. | nyamatongwe | 1 | -20/+3 | |
2011-09-06 | Always use Cairo for drawing. | nyamatongwe | 1 | -3/+1 | |
2011-09-02 | Removed archaic unused deallocation calls. | nyamatongwe | 1 | -18/+3 | |
2011-08-11 | Implement new APIs defined for technology choice on Windows. | nyamatongwe | 1 | -40/+37 | |
2011-08-07 | Implement fractional widths and range of weights for GTK+. | nyamatongwe | 1 | -66/+66 | |
2011-07-12 | Fix Shift-JIS lead byte ranges to match Windows. | nyamatongwe | 1 | -1/+2 | |
2011-06-25 | Initial implementation of RGBA images. | nyamatongwe | 1 | -31/+85 | |
2011-05-12 | Make rounded rectangle work on Cairo versions before 1.2. | nyamatongwe | 1 | -0/+5 | |
2011-05-12 | Switching to function that works on all supported versions of GTK+. | nyamatongwe | 1 | -1/+1 | |
2011-06-19 | Fix problems when using CAIRO on older GTK+ versions. Bug #3322351. | Marko Njezic | 1 | -3/+31 | |
2011-06-18 | Updating AlphaRectangle for Cairo mode with no palette. | nyamatongwe | 1 | -8/+10 | |
2011-06-15 | Fix colours appearing wrong on some systems. | nyamatongwe | 1 | -8/+2 | |
2011-05-02 | Retreated from turning gdk_cursor_unref into g_object_unref as this caused ↵ | nyamatongwe | 1 | -1/+1 | |
crashes. | |||||
2011-05-02 | Switching to non-deprecated APIs. | nyamatongwe | 1 | -9/+47 | |
2011-05-02 | Switching from deprecated gdk_cursor_unref to g_object_unref. | nyamatongwe | 1 | -2/+2 | |
2011-05-01 | For GTK+ 3, define SurfaceID to be cairo_t* as this is what is received | nyamatongwe | 1 | -5/+27 | |
by draw methods. Disable palette as can't find an equivalent for GTK+ 3. | |||||
2011-05-01 | Use accessor function for allocation and style for GTK+ 3. | nyamatongwe | 1 | -5/+19 | |
2011-05-01 | Use accessor function for adjustments and scrollbars for GTK+ 3. | nyamatongwe | 1 | -1/+10 | |
2011-05-01 | Use accessor function instead of widget->window for GTK+ 3. | nyamatongwe | 1 | -5/+13 | |
2011-05-01 | Disable all use of GdkFont with DISABLE_GDK_FONT since the identifier | nyamatongwe | 1 | -3/+13 | |
is missing in GTK+ 3. | |||||
2011-04-04 | Fix font rendering in the GTK+ backend when using Cairo | Colomban Wendling | 1 | -21/+5 | |
Always get the Pango context though GTK+ API rather than creating it from a Cairo context to always get a context set up for the screen. This fixes font size issues when using Cairo rendering. | |||||
2011-02-23 | Avoid some cppcheck warnings. | nyamatongwe | 1 | -2/+2 | |
2011-02-01 | Fix memory leak when using Cairo for drawing. Bug #3157655. | nyamatongwe | 1 | -0/+1 | |
2010-12-29 | Clean whitespace. | nyamatongwe | 1 | -5/+5 | |
2010-11-05 | Horizontal or vertical lines can be more precisely drawn as a filled | nyamatongwe | 1 | -17/+31 | |
rectangle as this avoids antialiasing the end points which makes them less intense. | |||||
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 | |
avoids last pixel with LineTo. Changed RectangleDraw and Ellipse to align better with lines and so match fold markers. | |||||
2010-11-05 | Make Cairo line drawing more compatible with GDK by not drawing last | nyamatongwe | 1 | -2/+20 | |
pixel when this is easy. | |||||
2010-11-02 | Can draw with Cairo rather than GDK for compatibility with newer versions of ↵ | nyamatongwe | 1 | -19/+253 | |
GTK+. Will be required for GTK+ 3.0 although not tested with 3.0 or development version 2.9. Can be turned on with USE_CAIRO definition and this is selected automatically for GTK+ 2.22 or later. Cairo is antialiased so some drawing will appear different. | |||||
2010-08-19 | Moved declarations for GdkFont code inside ifndef to avoid warnings. | nyamatongwe | 1 | -11/+11 | |
2010-08-18 | GTK+ version-sensitive definitions for widget query functions/macros | Unknown | 1 | -1/+7 | |
to avoid deprecation warnings on GTK+ 2.20. | |||||
2010-08-18 | Allow disabling use of deprecated GdkFont by defining DISABLE_GDK_FONT. | nyamatongwe | 1 | -2/+39 | |
2010-08-17 | Upgraded deprecated APIs. | nyamatongwe | 1 | -17/+29 | |
2010-08-05 | Korean code page 949 supported. | Unknown | 1 | -3/+3 | |
Chinese code page 936 maps to iconv id CP936 which maps more characters than GB2312. | |||||
2010-06-01 | Fixed memory leaks from bug #3007669. | nyamatongwe | 1 | -0/+3 | |
2010-05-11 | Fix compilation on OS X. | nyamatongwe | 1 | -4/+5 | |
2010-05-04 | Fixed some warnings from clang --analyze. | nyamatongwe | 1 | -1/+1 | |
2010-03-25 | Removed support for GTK+ 1.x. | nyamatongwe | 1 | -279/+8 | |
2010-03-13 | Ensured member initialized. Removed EOL whitespace. | nyamatongwe | 1 | -7/+7 | |
2010-01-28 | Avoiding warnings from cppcheck. Mostly removing bodies of private copy | nyamatongwe | 1 | -4/+4 | |
constructors and operator=. Also ensuring initialisation for some fields, reducing scope where possible, and passing by const reference. | |||||
2010-01-23 | Should work on older versions of Pango that do not have | nyamatongwe | 1 | -1/+9 | |
pango_layout_get_line_readonly. | |||||
2009-11-02 | Added setting for font quality to allow application to choose anti-aliased, | nyamatongwe | 1 | -1/+1 | |
non-anti-aliased or lcd-optimized text. | |||||
2009-08-26 | New Pango code placed in #ifdef so not compiled on GTK+ 1.x. | nyamatongwe | 1 | -0/+4 | |
2009-08-26 | Made Japanese and Chinese code pages 932, 936 and 950 work on GTK+. | nyamatongwe | 1 | -7/+26 | |
2009-08-26 | Handle measurement of ligatures more uniformly. | nyamatongwe | 1 | -44/+59 | |
Refactored cluster iteration into a class. Use read-only layout objects as supposed to be a performance benefit. | |||||
2009-06-13 | Patch from Wingware to make width of autocompletion more | nyamatongwe | 1 | -5/+26 | |
consistent by ensuring width of pixmap taken into account even when no pixmap yet displayed. | |||||
2009-05-19 | Fix for bug #2793806 warnings for typpe punned pointer from g++. | nyamatongwe | 1 | -12/+19 | |
Still type punning but g++ lets this through. | |||||
2009-05-06 | First stage of Cocoa platform addition. | nyamatongwe | 1 | -54/+54 | |
Changed identifier id since this is a reserved word in Objective C. SCI_LEXER and SCI_NAMESPACE turned on automatically for OS X native compilation. | |||||
2009-05-03 | Turned on exceptions. | nyamatongwe | 1 | -5/+9 | |
Translate exceptions into status codes before leaving Scintilla. Pick up status codes in SciTE and throw a ScintillaFailure exception. SciTE on Windows catches ScintillaFailure, shows message and exits. |