]> git.saurik.com Git - wxWidgets.git/history - src/stc/ScintillaWX.cpp
non-pch build fix
[wxWidgets.git] / src / stc / ScintillaWX.cpp
2007-04-18  Paul Cornettnon-pch build fix
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
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-03-30  Vadim Zeitlincompilation fix for Win64 (patch 1690999)
2007-01-20  Robin DunnUse float-on-parent frames for the popups if wxPopupWin...
2006-09-22  Robin DunnCatch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too
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-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-22  Robin DunnChanges to ensure that the potential drag is totally...
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-10  Robin DunnIncrease timeout in order to catch slower clicks
2006-03-10  Włodzimierz SkibawxTinderbox build fix.
2006-03-08  Robin DunnFix for bug #1436503. Delay the start of the DnD oprta...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2005-10-07  Włodzimierz Skiba#include markup fix.
2005-08-23  Włodzimierz SkibawxOS2/OW warning and build fixes.
2005-05-13  Robin DunnDon't adjust the keycode for Ctrl-Backspace
2005-04-16  Robin DunnUse a wxPopupWindow for the AutoComplete box too.
2005-04-15  Robin DunnNo longer a need for changing the names to protect...
2005-04-03  Robin DunnDon't include the nul byte when copying to the clipboard
2005-03-30  Robin Dunnrearrainge the #includes and etc. to avoid a name confl...
2005-03-01  Włodzimierz SkibaMissing header.
2005-02-21  Robin DunnTreat the numpad enter key the same as the main enter key
2005-02-19  Robin DunnOn wxMac don't call Refresh from FullPaint as that...
2005-02-11  Robin DunnInitialize the new data memebers
2005-02-11  Robin DunnOn wxMSW Move an invisible system caret around with...
2005-02-11  Robin DunnUpdated to Scintilla 1.62
2005-02-04  Robin DunnUse the unicode character, if available in the event
2004-12-06  Włodzimierz Skibassize_t for wxFile, unsigned char markup for color...
2004-09-28  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-09-03  Robin DunnFixed incorrect clipping region on wxGTK
2004-08-09  Robin DunnConvert EOLs in pasted or DnD'd text to match what...
2004-06-09  Robin DunnEnsure that the correct rectangle is clipped and refres...
2004-05-25  Julian SmartMore name changes
2004-05-24  Robin DunnNo longer any need for the dc parameter to FullPaint.
2004-05-24  Robin DunnFix FullPaint to actually force the whole window to...
2004-03-26  Robin Dunnuse wxPopupWindow again
2004-02-23  Robin DunnTurn off UseAntiAliasing by default on wxMac
2004-02-11  Robin DunnUse extraFontFlag to specify if anti-aliased fonts...
2004-02-06  Robin Dunncorrect some compile warnings and errors
2004-02-06  Robin DunnCall Finalise.
2004-02-06  Robin DunnUpdated Scintilla to version 1.58
2004-01-16  Robin DunnPatch [ 877891 ] Share the DC from DoPaint with FullPai...
2003-12-11  Julian SmartApplied [ 857819 ] STC CopyToClipboard uses LF on win32
2003-09-23  Robin DunnFixes in focus handling related to the AutoComplete...
2003-09-19  Robin DunnPatch #809286 and a couple other minor changes to the...
2003-09-18  Robin DunnAdded missing }
2003-09-18  Robin DunnPatch #808669 more warngins and unicode fixes
2003-09-18  Robin DunnUpdated to Scintilla 1.54
2003-07-18  Robin DunnUpdate to Scintilla 1.53
2003-05-06  Robin Dunnallow the base class to participate in the CanPaste...
2003-04-23  Robin DunnFix setting the scrollbar positions (SF Bug #721159)
2003-04-19  Robin DunnUpdated Scintilla to 1.52 (on the trunk this time too)
2003-01-17  Robin DunnwxMac (and maybe others?) get PAGEUP/PAGEDOWN instead...
2003-01-03  Robin DunnDisable putting selected text in the Primary Selection...
2002-12-27  Robin DunnFix for potential divide by zero error
2002-12-17  Robin DunnFixed possibility of releasing mouse if the window...
2002-12-16  Robin DunnMisc wxSTC fixes
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Robin DunnFix off-by-one in vertical scrolling
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-08-27  Robin DunnDon't use a wxPopupWindow on wxGTK
2002-08-26  Robin DunnFixup clipboard usage a bit more.
2002-08-25  Robin DunnYou can't paste if someone else already has the clipboa...
2002-08-24  Robin DunnEnsure that the mouse is not captured in the calltip...
2002-07-19  Robin DunnMoved the check for page scrolling with the wheel into...
2002-07-06  Robin DunnActually check if the menu should be shown before poppi...
2002-06-06  Robin DunnSwitch back to not using wxPopupWindow since wxMSW...
2002-05-27  Robin DunnUsePrimarySelection
2002-05-15  Robin DunnwxSTC changes to help it work better on wxMac
2002-05-13  Robin DunnAdded some inline helpers so the dependence on wxUSE_UN...
2002-05-13  Robin DunnThe use of wxPopupWindow fo rhte autocomplete and callt...
2002-05-03  Robin DunnMake it easier to not use wxPopupWindow in wxSTC, and...
2002-03-30  Robin DunnGive access to m_lastKeydownConsumed
2002-03-20  Robin DunnwxStyledTextCtrl can now be built and used when wxUSE_U...
2002-03-18  Robin DunnUpdated wxSTC from Scintilla 1.40 to Scintilla 1.45
2002-02-09  Robin DunnThe calltip window and autocomplete window in wxSTC...
2001-11-25  Robin DunnAdded ability for wxSTC's scrollbars to be supplieed...
2001-11-25  Robin DunnHonor the SetUseHorizontalScrollBar setting.
2001-10-27  Robin DunnFirst pass at wxPython for Mac (darwin only so far...
2001-10-24  Robin DunnChanged CanPaste to just check IsSupported.
2001-10-23  Robin DunnAdded DnD related events to wxSTC
2001-10-18  Robin DunnUpdated to version 1.40 of Scintilla
2001-10-17  Robin DunnAnother attempt to handle key events correctly for...
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-10-04  Robin DunnWorkaround for Ctrl-A giving a keycode of 1 in EVT_KEY_...
2001-10-04  Robin DunnChanged how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla
2001-09-01  Robin DunnUpgraded to version 1.39 of Scintilla, and upated wxSty...
2001-05-06  Robin DunnAdded MouseWheel support to wxSTC
2001-03-27  Robin DunnPut back some code that was commented out for testing
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2000-10-30  Robin DunnMerged some STC fixes over to the main branch
2000-09-26  Robin Dunnnew and improved wxSTC
2000-09-08  Robin DunnMoved from Scintilla version 1.25 to 1.32
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-31  Robin DunnUndoing Eric's changes on the main branch
2000-03-30  Eric W. SinkThis commit includes the following changes:
next