2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw |
2011-07-20 |
Stefan Csomor | fixes redraw problems under OSX, see #13345 |
blob | commitdiff | raw |
2011-05-13 |
Dimitri Schoolwerth | Fixed wxUSE_STD_DEFAULT==0 compilation. |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
blob | commitdiff | raw | diff to current |
2010-10-17 |
Vadim Zeitlin | Fix wxSTC compilation without wxUSE_DRAG_AND_DROP after... |
blob | commitdiff | raw | diff to current |
2010-10-16 |
Vadim Zeitlin | Restore text drag-and-drop in wxSTC broken by Scintilla... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Vadim Zeitlin | Fix harmless MSVC warning about int to bool conversion... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Robin Dunn | Apply patch (plus some additional changes) upgrading... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied #10799: using CallTipUseStyle() doesn't enable... |
blob | commitdiff | raw | diff to current |
2009-03-17 |
Kevin Ollivier | Leave anti-aliasing on by default on Mac as well |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Vadim Zeitlin | fix some (harmless) mingw32 4.3 warnings |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Vadim Zeitlin | fix crash when copying empty selection to clipboard... |
blob | commitdiff | raw | diff to current |
2008-06-14 |
Vadim Zeitlin | don't interfere with Scintilla drag-and-drop (#9088) |
blob | commitdiff | raw | diff to current |
2008-03-27 |
Robin Dunn | A bit of cleanup for STC's use of PopupWindow |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Robin Dunn | Update Scintilla to version 1.75 |
blob | commitdiff | raw | diff to current |
2007-07-19 |
David Elliott | Added include wx/timer.h to non WX_PRECOMP case. |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Václav Slavík | don't export private stc2wx(), wx2stc() functions from... |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Vadim Zeitlin | fix warnings about parameters shadowing member variables |
blob | commitdiff | raw | diff to current |
2007-04-18 |
Paul Cornett | non-pch build fix |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Paul Cornett | add wxUSE_STC wrappers |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Robin Dunn | Bakefile and other changes for new locations of STC... |
blob | commitdiff | raw | diff to current |
2007-04-02 |
Robin Dunn | Enable the use of the primary selection |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Vadim Zeitlin | compilation fix for Win64 (patch 1690999) |
blob | commitdiff | raw | diff to current |
2007-01-20 |
Robin Dunn | Use float-on-parent frames for the popups if wxPopupWin... |
blob | commitdiff | raw | diff to current |
2006-09-22 |
Robin Dunn | Catch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Robin Dunn | Recognize the numpad cursor keys too |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Robin Dunn | Only do Armel Asselin's memory reduction patch in Paste... |
blob | commitdiff | raw | diff to current |
2006-07-13 |
Robin Dunn | Reverted part of rev 1.92. It causes probelms on Windo... |
blob | commitdiff | raw | diff to current |
2006-06-28 |
Robin Dunn | Applied patch from Armel Asselin that reduces memory... |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Robin Dunn | Changes to ensure that the potential drag is totally... |
blob | commitdiff | raw | diff to current |
2006-03-24 |
Robin Dunn | Make WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP... |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Robin Dunn | Increase timeout in order to catch slower clicks |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Włodzimierz Skiba | wxTinderbox build fix. |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Robin Dunn | Fix for bug #1436503. Delay the start of the DnD oprta... |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Jamie Gadd | Deprecate wxDC::{Begin,End}Drawing() |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Włodzimierz Skiba | #include markup fix. |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Włodzimierz Skiba | wxOS2/OW warning and build fixes. |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Robin Dunn | Don't adjust the keycode for Ctrl-Backspace |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Robin Dunn | Use a wxPopupWindow for the AutoComplete box too. |
blob | commitdiff | raw | diff to current |
2005-04-15 |
Robin Dunn | No longer a need for changing the names to protect... |
blob | commitdiff | raw | diff to current |
2005-04-03 |
Robin Dunn | Don't include the nul byte when copying to the clipboard |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Robin Dunn | rearrainge the #includes and etc. to avoid a name confl... |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Włodzimierz Skiba | Missing header. |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Robin Dunn | Treat the numpad enter key the same as the main enter key |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Robin Dunn | On wxMac don't call Refresh from FullPaint as that... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robin Dunn | Initialize the new data memebers |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robin Dunn | On wxMSW Move an invisible system caret around with... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robin Dunn | Updated to Scintilla 1.62 |
blob | commitdiff | raw | diff to current |
2005-02-04 |
Robin Dunn | Use the unicode character, if available in the event |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Włodzimierz Skiba | ssize_t for wxFile, unsigned char markup for color... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Robin Dunn | Fixed incorrect clipping region on wxGTK |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Robin Dunn | Convert EOLs in pasted or DnD'd text to match what... |
blob | commitdiff | raw | diff to current |
2004-06-09 |
Robin Dunn | Ensure that the correct rectangle is clipped and refres... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Julian Smart | More name changes |
blob | commitdiff | raw | diff to current |
2004-05-24 |
Robin Dunn | No longer any need for the dc parameter to FullPaint. |
blob | commitdiff | raw | diff to current |
2004-05-24 |
Robin Dunn | Fix FullPaint to actually force the whole window to... |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Robin Dunn | use wxPopupWindow again |
blob | commitdiff | raw | diff to current |
2004-02-23 |
Robin Dunn | Turn off UseAntiAliasing by default on wxMac |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Robin Dunn | Use extraFontFlag to specify if anti-aliased fonts... |
blob | commitdiff | raw | diff to current |
2004-02-06 |
Robin Dunn | correct some compile warnings and errors |
blob | commitdiff | raw | diff to current |
2004-02-06 |
Robin Dunn | Call Finalise. |
blob | commitdiff | raw | diff to current |
2004-02-06 |
Robin Dunn | Updated Scintilla to version 1.58 |
blob | commitdiff | raw | diff to current |
2004-01-16 |
Robin Dunn | Patch [ 877891 ] Share the DC from DoPaint with FullPai... |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Applied [ 857819 ] STC CopyToClipboard uses LF on win32 |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Robin Dunn | Fixes in focus handling related to the AutoComplete... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Robin Dunn | Patch #809286 and a couple other minor changes to the... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Robin Dunn | Added missing } |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Robin Dunn | Patch #808669 more warngins and unicode fixes |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Robin Dunn | Updated to Scintilla 1.54 |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Robin Dunn | Update to Scintilla 1.53 |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Robin Dunn | allow the base class to participate in the CanPaste... |
blob | commitdiff | raw | diff to current |
2003-04-23 |
Robin Dunn | Fix setting the scrollbar positions (SF Bug #721159) |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Robin Dunn | Updated Scintilla to 1.52 (on the trunk this time too) |
blob | commitdiff | raw | diff to current |
2003-01-17 |
Robin Dunn | wxMac (and maybe others?) get PAGEUP/PAGEDOWN instead... |
blob | commitdiff | raw | diff to current |
2003-01-03 |
Robin Dunn | Disable putting selected text in the Primary Selection... |
blob | commitdiff | raw | diff to current |
2002-12-27 |
Robin Dunn | Fix for potential divide by zero error |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Robin Dunn | Fixed possibility of releasing mouse if the window... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Robin Dunn | Misc wxSTC fixes |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Robin Dunn | Fix off-by-one in vertical scrolling |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Robin Dunn | Updated to Scintilla from 1.45 to 1.47 |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Robin Dunn | Don't use a wxPopupWindow on wxGTK |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Robin Dunn | Fixup clipboard usage a bit more. |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Robin Dunn | You can't paste if someone else already has the clipboa... |
blob | commitdiff | raw | diff to current |
2002-08-24 |
Robin Dunn | Ensure that the mouse is not captured in the calltip... |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Robin Dunn | Moved the check for page scrolling with the wheel into... |
blob | commitdiff | raw | diff to current |
2002-07-06 |
Robin Dunn | Actually check if the menu should be shown before poppi... |
blob | commitdiff | raw | diff to current |
2002-06-06 |
Robin Dunn | Switch back to not using wxPopupWindow since wxMSW... |
blob | commitdiff | raw | diff to current |
2002-05-27 |
Robin Dunn | UsePrimarySelection |
blob | commitdiff | raw | diff to current |
2002-05-15 |
Robin Dunn | wxSTC changes to help it work better on wxMac |
blob | commitdiff | raw | diff to current |
2002-05-13 |
Robin Dunn | Added some inline helpers so the dependence on wxUSE_UN... |
blob | commitdiff | raw | diff to current |
2002-05-13 |
Robin Dunn | The use of wxPopupWindow fo rhte autocomplete and callt... |
blob | commitdiff | raw | diff to current |
2002-05-03 |
Robin Dunn | Make it easier to not use wxPopupWindow in wxSTC, and... |
blob | commitdiff | raw | diff to current |
2002-03-30 |
Robin Dunn | Give access to m_lastKeydownConsumed |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Robin Dunn | wxStyledTextCtrl can now be built and used when wxUSE_U... |
blob | commitdiff | raw | diff to current |
2002-03-18 |
Robin Dunn | Updated wxSTC from Scintilla 1.40 to Scintilla 1.45 |
blob | commitdiff | raw | diff to current |
next |