2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Robin Dunn | Apply patch (plus some additional changes) upgrading... |
blob | commitdiff | raw | diff to current |
2010-03-20 |
Vadim Zeitlin | Fix some harmless unused parameter warnings. |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Robin Dunn | Use GraphicsContext (if available) for drawing in Surfa... |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
blob | commitdiff | raw | diff to current |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Vadim Zeitlin | fixed STC under Win64: as wxStyledTextCtrl::SendMsg... |
blob | commitdiff | raw | diff to current |
2008-06-01 |
Vadim Zeitlin | use wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Robin Dunn | Also set wxHAVE_RAW_BITMAP for Mac and GTK2, use it... |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Francesco Montorsi | further wxPenStyle/wxBrushStyle fixes for builds with... |
blob | commitdiff | raw | diff to current |
2008-03-09 |
Robin Dunn | Don't need to use wxHAVE_RAW_BITMAP any more. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Stefan Neis | Blind fix for typo in 50972. |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Robin Dunn | Ensure AutoComp items with no type will set the item... |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | fix unused parameter warning |
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-15 |
Václav Slavík | don't export private stc2wx(), wx2stc() functions from... |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Vadim Zeitlin | remove deprecated UseAlpha() call |
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-03-14 |
Vadim Zeitlin | suppress unused parameter warning |
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-07-25 |
Vadim Zeitlin | update from suzumizaki (patch 1522506) |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Robin Dunn | supress some unused parameter warnings |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Robin Dunn | Only use raw bitmap if it is available |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Robin Dunn | Provide an implementation for SurfaceImpl::AlphaRectang... |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Robin Dunn | Updated Scintilla to version 1.70 |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Robin Dunn | wxWakeUpIdle seems unnecessary here |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Włodzimierz Skiba | wxTinderbox warning fix. |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Robin Dunn | Updated to Scintilla 1.67 |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Stefan Csomor | adjusting to SetLabel migration |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Włodzimierz Skiba | #include markup fix. |
blob | commitdiff | raw | diff to current |
2005-08-28 |
Vadim Zeitlin | fixed cursor flicker (patch 1254492 by Hans P. Palbol) |
blob | commitdiff | raw | diff to current |
2005-04-24 |
Mattia Barbon | Another STL compilation fix. |
blob | commitdiff | raw | diff to current |
2005-04-19 |
Robin Dunn | Allow to set a style's wxFontEncoding |
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-03-30 |
Robin Dunn | rearrainge the #includes and etc. to avoid a name confl... |
blob | commitdiff | raw | diff to current |
2005-02-27 |
Václav Slavík | GTK+ headers aren't needed anymore |
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 |
2004-12-06 |
Włodzimierz Skiba | ssize_t for wxFile, unsigned char markup for color... |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Robin Dunn | Use Scintilla's functions for Unicode/UTF8 conversions |
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-07-19 |
Robin Dunn | Handle terminating NULL correctly |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Robin Dunn | Patch [ 971542 ] Tiny speedup for stc2wx in PlatWX.cpp |
blob | commitdiff | raw | diff to current |
2004-06-10 |
Robin Dunn | Take care of some focus issues with the AutoComp list... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Julian Smart | More name changes |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Robin Dunn | Use the length when converting |
blob | commitdiff | raw | diff to current |
2004-02-14 |
Robin Dunn | Oops, took out too much... |
blob | commitdiff | raw | diff to current |
2004-02-14 |
Robin Dunn | Fix the off-by-one a little differently, and correct... |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Robin Dunn | Fixed an off-by-one error |
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 | Updated Scintilla to version 1.58 |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Robin Dunn | Fixed bad merge... |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Robin Dunn | More AutoComplete crash fixes |
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 | Updated to Scintilla 1.54 |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Robin Dunn | Fixed SF Bug #781355. It was a problem with the clippi... |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Robin Dunn | return sensible (fake) values for DBCS query methods |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Robin Dunn | Patch #775355 Unicode fix for STC |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Robin Dunn | Update to Scintilla 1.53 |
blob | commitdiff | raw | diff to current |
2003-06-06 |
Robin Dunn | Don't get picky about unicode mode. Scintilla doesn... |
blob | commitdiff | raw | diff to current |
2003-04-25 |
Mattia Barbon | Warning fix. |
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-02-05 |
Robin Dunn | Scintilla uses a -1 index to unselect, we need to catch... |
blob | commitdiff | raw | diff to current |
2003-01-17 |
Stefan Csomor | make sure wxMac fonts are never AntiAliased (measuring... |
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-06 |
Robin Dunn | Updated to Scintilla from 1.45 to 1.47 |
blob | commitdiff | raw | diff to current |
2002-07-10 |
Robin Dunn | Ensure that the wxSTC gets the focus when clicked. |
blob | commitdiff | raw | diff to current |
2002-06-28 |
Chris Elliott | STC and Motif patch |
blob | commitdiff | raw | diff to current |
2002-06-24 |
Robin Dunn | fixed a comment |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Robin Dunn | Fix for the TAB in the autocomplete list not being... |
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-15 |
Robin Dunn | wxSTC changes to help it work better on wxMac |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Robin Dunn | Fixed a lost #else |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Robin Dunn | wxSTC begins to work 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-04-10 |
Robin Dunn | Ensure the caret flashes properly |
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 |
2002-03-15 |
Robin Dunn | Added wxCURSOR_RIGHT_ARROW, which is like the typical... |
blob | commitdiff | raw | diff to current |
2002-02-09 |
Robin Dunn | The calltip window and autocomplete window in wxSTC... |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2002-01-05 |
Robin Dunn | Fixed an off-by-one error in the rectangle converter |
blob | commitdiff | raw | diff to current |
2001-10-20 |
Robin Dunn | Put the vertical limit back in for the AutoCOmp list box |
blob | commitdiff | raw | diff to current |
2001-10-18 |
Robin Dunn | Removed wxLB_SORT flag. Users of the Autocomplete... |
blob | commitdiff | raw | diff to current |
2001-10-18 |
Robin Dunn | Updated to version 1.40 of Scintilla |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Robin Dunn | Another attempt to handle key events correctly for... |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Robin Dunn | Don't create a bitmap with dimensions <= 0... |
blob | commitdiff | raw | diff to current |
2001-09-10 |
Robin Dunn | Removed font point size adjustment since wxWindows... |
blob | commitdiff | raw | diff to current |
2001-09-01 |
Robin Dunn | Upgraded to version 1.39 of Scintilla, and upated wxSty... |
blob | commitdiff | raw | diff to current |
2001-07-14 |
Robin Dunn | Made a couple Number() to GetCount() changes |
blob | commitdiff | raw | diff to current |
next |