s/wxSplitPath/wxFileName::SplitPath
[wxWidgets.git] / src / stc /
2008-12-25  Vadim Zeitlinunhide the second wxTextAreaBase::HitTest() overload...
2008-11-14  Vadim ZeitlinCanPaste() should be const too
2008-11-14  Vadim Zeitlinassigning line marker to itself shouldn't invalidate...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-09-25  Robin DunnConsolidate old and new implementations of Get/SetSelection
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-08-30  Vadim Zeitlinfix some (harmless) mingw32 4.3 warnings
2008-06-30  Vadim ZeitlinVC6 compilation fix: using access declaration can only...
2008-06-15  Vadim Zeitlinanother 64 bit fix: make SendMsg() return wxIntPtr...
2008-06-15  Vadim Zeitlinfixed STC under Win64: as wxStyledTextCtrl::SendMsg...
2008-06-15  Vadim Zeitlinfix off by 1 error in GetTextRaw() (#4317)
2008-06-15  Vadim Zeitlinfix crash when copying empty selection to clipboard...
2008-06-15  Vadim Zeitlinignore mouse wheel events which are coming too fast...
2008-06-15  Vadim Zeitlinderive wxSTC from wxTextEntryBase to provide even more...
2008-06-15  Vadim Zeitlinderive wxSTC from wxTextAreaBase to provide wxTextCtrl...
2008-06-14  Vadim Zeitlinstate clearly that the entire contents of generated...
2008-06-14  Vadim Zeitlinexplicitly check that we're being run from the correct...
2008-06-14  Vadim Zeitlinremove extra ')' in EVT_STC_CALLTIP_CLICK
2008-06-14  Vadim Zeitlintranslate Scintilla getters to const methods of wxStyle...
2008-06-14  Vadim Zeitlinstandard location of env is in /usr/bin, not /bin
2008-06-14  Vadim Zeitlinmake the script executable
2008-06-14  Vadim Zeitlindon't interfere with Scintilla drag-and-drop (#9088)
2008-06-12  Vadim Zeitlinget rid of several dozen of warnings when using g+...
2008-06-01  Vadim Zeitlinuse wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP
2008-04-14  Robin DunnAlso set wxHAVE_RAW_BITMAP for Mac and GTK2, use it...
2008-03-27  Robin DunnUse SetCanFocus
2008-03-27  Robin DunnA bit of cleanup for STC's use of PopupWindow
2008-03-27  Robin DunnUse SetCanFocus
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2008-03-09  Robin DunnDon't need to use wxHAVE_RAW_BITMAP any more.
2008-01-29  Robin DunnApply change in r51405 to this file too: don't use...
2008-01-02  Stefan NeisBlind fix for typo in 50972.
2007-12-31  Robin DunnEnsure AutoComp items with no type will set the item...
2007-12-15  Vadim Zeitlinfix unused parameter warning
2007-12-15  Robin DunnUpdate Scintilla to version 1.75
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-09-10  Vadim Zeitlinfix a warning about casting literal string constants...
2007-09-03  Robin Dunninclude private.h
2007-07-19  David ElliottAdded include wx/timer.h to non WX_PRECOMP case.
2007-07-15  Václav Slavíkdon't export private stc2wx(), wx2stc() functions from...
2007-07-12  Vadim Zeitlinremove deprecated UseAlpha() call
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-22  Vadim Zeitlinfix warnings about parameters shadowing member variables
2007-04-21  Vadim Zeitlinfix WXDLLIMPEXP_STC definition when building all wx...
2007-04-18  Paul Cornettnon-pch build fix
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-12  Robin DunnAdjust output dir for wxPython file
2007-04-11  Vadim Zeitlinforward declare wxDC (fixes wxMotif compilation)
2007-04-08  Vadim Zeitlinpass 0, not NULL, to SendMsg() which takes long to...
2007-04-05  Robin DunnCompile fix for gcc on MSW
2007-04-05  Robin DunnBakefile and other changes for new locations of STC...
2007-04-02  Robin DunnEnable the use of the primary selection
2007-04-02  Robin DunnAlways use wxHSCROLL|wxVSCROLL.
2007-04-01  Vadim Zeitlinblind fix for Unicode key handling (patch 1615989)
2007-03-30  Vadim Zeitlincompilation fix for Win64 (patch 1690999)
2007-03-14  Vadim Zeitlinsuppress unused parameter warning
2007-02-07  Robin Dunnrebaked after changing the version number
2007-02-06  Robin DunnFill in more details for the wxEVT_STC_AUTOCOMP_SELECTI...
2007-01-20  Robin DunnUse float-on-parent frames for the popups if wxPopupWin...
2006-11-24  Chris Elliottfix for bakefile and autoconf changes
2006-07-25  Vadim Zeitlinupdate from suzumizaki (patch 1522506)
2006-11-10  Robin DunnMove version number to 2.8.0.0 and rebake the makefiles
2006-11-04  Vadim Zeitlinrebaked with baefile rev 928
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-28  Robin DunnMoved version number to 2.7.2.0 and rebaked
2006-10-09  Robin DunnBumping the version number also requires that version...
2006-09-22  Robin DunnCatch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too
2006-09-04  Julian SmartPrevents crashes caused by negative line count being...
2006-08-31  Robin Dunnsupress some unused parameter warnings
2006-08-31  Robin DunnOnly use raw bitmap if it is available
2006-08-31  Robin DunnProvide an implementation for SurfaceImpl::AlphaRectang...
2006-08-21  Robin DunnRecognize the numpad cursor keys too
2006-07-29  Robin DunnOnly do Armel Asselin's memory reduction patch in Paste...
2006-07-14  Robin DunnUpdated Scintilla to version 1.70
2006-07-13  Robin DunnReverted part of rev 1.92. It causes probelms on Windo...
2006-06-28  Robin DunnApplied patch from Armel Asselin that reduces memory...
2006-05-31  Włodzimierz SkibaVarious dummy.cpp centralized in common/dummy.cpp....
2006-05-29  Robin DunnwxWakeUpIdle seems unnecessary here
2006-05-22  Robin DunnChanges to ensure that the potential drag is totally...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-14  Robin DunnSilence some warnings
2006-03-14  Robin DunnKeep wxSTC_LEX_ASP and _PHP available for now.
2006-03-10  Robin DunnIncrease timeout in order to catch slower clicks
2006-03-10  Włodzimierz SkibawxTinderbox build fix.
2006-03-10  Włodzimierz SkibawxTinderbox warning fix.
2006-03-08  Robin DunnFix for bug #1436503. Delay the start of the DnD oprta...
2006-03-08  Robin Dunnwarning fix
2006-03-08  Włodzimierz SkibaWarning fix.
2006-03-08  Robin DunnUpdated to Scintilla 1.67
2006-02-10  Vadim Zeitlinregenerated all makefiles with bakefile 0.2.0; removed...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2005-11-25  David ElliottRan make -f build/autogen.mk
2005-11-07  Stefan Csomoradjusting to SetLabel migration
2005-10-07  Włodzimierz Skiba#include markup fix.
2005-10-03  Vadim Zeitlinregenerated after version.bkl changes fixing -compatibi...
2005-10-01  David ElliottRan bakefile -f autoconf and autoconf.
2005-08-28  Vadim Zeitlinuse #ifdef and not #if (fixes -Wundef warnings reported...
next