| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| to avoid deprecation warnings on GTK+ 2.20. | |||||
| 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 | |
| That code used deprecated APIs. | |||||
| 2010-08-17 | Upgraded deprecated APIs. | nyamatongwe | 2 | -46/+51 | |
| 2010-08-05 | Removing SC_CP_DBCS as it does not fit into new DBCS processing code. | nyamatongwe | 1 | -2/+1 | |
| Updated documentation to describe the common DBCS support between platforms and removed outdated text. | |||||
| 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-08-05 | DBCS case folder for GTK+. | Unknown | 1 | -22/+61 | |
| 2010-08-05 | Removal of line end white space. | nyamatongwe | 1 | -3/+3 | |
| 2010-08-05 | Added Korean code pages 949 and 1361. | nyamatongwe | 1 | -0/+2 | |
| 2010-07-17 | Avoid warning from GTK+ headers: "ISO C++ 1998 does not support 'long long'". | nyamatongwe | 1 | -1/+1 | |
| 2010-07-13 | Using Make functions to avoid regenerating makefile when set of lexers changed. | nyamatongwe | 1 | -16/+1 | |
| 2010-07-13 | Platform files changed for new lexer design. | nyamatongwe | 1 | -5/+7 | |
| 2010-07-13 | Build files that reflect the new lexer directories and added files. | nyamatongwe | 2 | -289/+59 | |
| 2010-06-11 | Ensure thread safety with idle callbacks in case application is multithreaded. | nyamatongwe | 1 | -0/+4 | |
| See http://library.gnome.org/devel/gdk/unstable/gdk-Threads.html#id2755107 | |||||
| 2010-06-05 | Using Make functions to avoid regenerating makefile when set of | nyamatongwe | 1 | -16/+1 | |
| lexers changed. | |||||
| 2010-06-01 | Fixed memory leaks from bug #3007669. | nyamatongwe | 1 | -0/+3 | |
| 2010-05-26 | Drawing optimizations adding a styling idle task redrawing less of the | nyamatongwe | 1 | -8/+27 | |
| selection margin and scrolling the window for caret movement when possible. | |||||
| 2010-05-11 | Fix compilation on OS X. | nyamatongwe | 1 | -4/+5 | |
| 2010-05-08 | Switched to using documented parameter for SCI_LOADLEXERLIBRARY | nyamatongwe | 1 | -1/+1 | |
| on GTK+. | |||||
| 2010-05-04 | Removed duplicate optimization option. | nyamatongwe | 1 | -1/+1 | |
| 2010-05-04 | Fixed some warnings from clang --analyze. | nyamatongwe | 1 | -1/+1 | |
| 2010-04-30 | Made compatible with clang. | nyamatongwe | 1 | -0/+5 | |
| 2010-04-14 | Silence iconv warnings when creating case mapping tables. | nyamatongwe | 1 | -3/+5 | |
| Bug #2986850. | |||||
| 2010-04-11 | Fixed bug 2984460 Middle-click paste is broken in block select mode | nyamatongwe | 1 | -0/+1 | |
| 2010-04-06 | Reinstated warning as the command line option causes GCC | nyamatongwe | 1 | -1/+1 | |
| 4.1 to fail. | |||||
| 2010-03-30 | Removed scintilla.mak as it no longer works. | nyamatongwe | 1 | -610/+0 | |
| 2010-03-25 | Removed support for GTK+ 1.x. | nyamatongwe | 5 | -841/+27 | |
| 2010-03-25 | New case insensitive searching implementation uses objects implementing | nyamatongwe | 1 | -0/+59 | |
| the CaseFolder interface to fold both search text and document text so they can be compared with a simple strcmp. A simple table based folder CaseFolderTable is used for 8 bit encodings and maps input bytes to folded bytes. For multi-byte encodings except for UTF-8 a null (output same as input) CaseFolderTable is used. For UTF-8, more complex subclasses are used which call platform APIs to perform the folding. Folding is approximately to lower case although this differs between platforms. | |||||
| 2010-03-23 | Upper and lower casing now works on non-ASCII characters. | nyamatongwe | 1 | -0/+52 | |
| 2010-03-17 | Fix for bug #2971618 Middle-click paste inserts text beyond end of line. | nyamatongwe | 1 | -1/+1 | |
| 2010-03-17 | Made multiple paste work on GTK+. | nyamatongwe | 1 | -4/+1 | |
| 2010-03-17 | Fixed bug where extra NUL was inserted when pasting a rectangular | nyamatongwe | 1 | -0/+2 | |
| selection. | |||||
| 2010-03-13 | Ensured member initialized. Removed EOL whitespace. | nyamatongwe | 1 | -7/+7 | |
| 2010-03-13 | Removed unused variable and code that calculates it. | nyamatongwe | 1 | -8/+5 | |
| 2010-02-24 | Turn off integer wrap warning in ContractionState.cxx caused by inlining. | nyamatongwe | 1 | -1/+1 | |
| 2010-01-28 | Avoiding warnings from cppcheck. Mostly removing bodies of private copy | nyamatongwe | 2 | -6/+6 | |
| 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. | |||||
| 2010-01-20 | Added Markdown lexer. | nyamatongwe | 1 | -228/+231 | |
| 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-28 | When pasting into a rectangular selection use the start of the rectangular | nyamatongwe | 1 | -1/+3 | |
| selection rather than the start of the main range which is often the last line. | |||||
| 2009-08-27 | Markdown lexer from FR #2844081. | nyamatongwe | 2 | -6/+10 | |
| 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 | 2 | -8/+32 | |
| 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. | |||||
