]> git.saurik.com Git - wxWidgets.git/history - contrib/src/stc/PlatWX.cpp
Source cleaning: whitespaces, tabs, TRUE/true, FALSE/false, -1/wxID_ANY/wxDefaultCoor...
[wxWidgets.git] / contrib / src / stc / PlatWX.cpp
2004-09-28  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-07-19  Robin DunnHandle terminating NULL correctly
2004-06-14  Robin DunnPatch [ 971542 ] Tiny speedup for stc2wx in PlatWX.cpp
2004-06-10  Robin DunnTake care of some focus issues with the AutoComp list...
2004-05-25  Julian SmartMore name changes
2004-03-15  Robin DunnUse the length when converting
2004-02-14  Robin DunnOops, took out too much...
2004-02-14  Robin DunnFix the off-by-one a little differently, and correct...
2004-02-13  Robin DunnFixed an off-by-one error
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 DunnUpdated Scintilla to version 1.58
2003-09-30  Robin DunnFixed bad merge...
2003-09-30  Robin DunnMore AutoComplete crash fixes
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 DunnUpdated to Scintilla 1.54
2003-08-05  Robin DunnFixed SF Bug #781355. It was a problem with the clippi...
2003-07-23  Robin Dunnreturn sensible (fake) values for DBCS query methods
2003-07-22  Robin DunnPatch #775355 Unicode fix for STC
2003-07-18  Robin DunnUpdate to Scintilla 1.53
2003-06-06  Robin DunnDon't get picky about unicode mode. Scintilla doesn...
2003-04-25  Mattia Barbon Warning fix.
2003-04-19  Robin DunnUpdated Scintilla to 1.52 (on the trunk this time too)
2003-02-05  Robin DunnScintilla uses a -1 index to unselect, we need to catch...
2003-01-17  Stefan Csomormake sure wxMac fonts are never AntiAliased (measuring...
2002-12-16  Robin DunnMisc wxSTC fixes
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-07-10  Robin DunnEnsure that the wxSTC gets the focus when clicked.
2002-06-28  Chris ElliottSTC and Motif patch
2002-06-24  Robin Dunnfixed a comment
2002-06-15  Robin DunnFix for the TAB in the autocomplete list not being...
2002-06-06  Robin DunnSwitch back to not using wxPopupWindow since wxMSW...
2002-05-15  Robin DunnwxSTC changes to help it work better on wxMac
2002-05-14  Robin DunnFixed a lost #else
2002-05-14  Robin DunnwxSTC begins to work 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-04-10  Robin DunnEnsure the caret flashes properly
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-03-15  Robin DunnAdded wxCURSOR_RIGHT_ARROW, which is like the typical...
2002-02-09  Robin DunnThe calltip window and autocomplete window in wxSTC...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-05  Robin DunnFixed an off-by-one error in the rectangle converter
2001-10-20  Robin DunnPut the vertical limit back in for the AutoCOmp list box
2001-10-18  Robin DunnRemoved wxLB_SORT flag. Users of the Autocomplete...
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-04  Robin DunnDon't create a bitmap with dimensions <= 0...
2001-09-10  Robin DunnRemoved font point size adjustment since wxWindows...
2001-09-01  Robin DunnUpgraded to version 1.39 of Scintilla, and upated wxSty...
2001-07-14  Robin DunnMade a couple Number() to GetCount() changes
2000-10-30  Robin DunnMerged some STC fixes over to the main branch
2000-09-08  Robin DunnMoved from Scintilla version 1.25 to 1.32
2000-09-05  Robin DunnFixed some off-by-one errors that were visible on wxGTK...
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:
2000-03-09  Robin DunnInitial version of wxStyledTextCtrl, a Scintilla wrappe...