]> git.saurik.com Git - wxWidgets.git/history - src/stc
Support for new native OS/2 tree control.
[wxWidgets.git] / src / stc /
2003-01-17  Robin DunnwxMac (and maybe others?) get PAGEUP/PAGEDOWN instead...
2003-01-17  Stefan Csomormake sure wxMac fonts are never AntiAliased (measuring...
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-11  Robin DunnUpdate to Scintilla 1.48
2002-09-08  Robin DunnA refinement of my patch from Neil Hodgson
2002-09-07  Robin DunnBetter placement of the AutoComplete listbox
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-09-05  Robin Dunnsome tweaks for LINK_LEXERS
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-25  Robin DunnComment out a debug printf
2002-08-24  Robin DunnEnsure that the mouse is not captured in the calltip...
2002-08-22  Robin DunnOnly catch exact menu range
2002-08-22  Julian SmartCreate STC lib in standard lib dir as per other project
2002-08-08  Robin DunnFixes for Bug #592758
2002-07-19  Robin DunnMoved the check for page scrolling with the wheel into...
2002-07-10  Robin DunnEnsure that the wxSTC gets the focus when clicked.
2002-07-09  Robin DunnCompilation fix
2002-07-08  Robin Dunnbug fix. The wxCharBuffer was being destroyed before...
2002-07-06  Robin DunnActually check if the menu should be shown before poppi...
2002-06-28  Chris ElliottSTC and Motif patch
2002-06-28  Chris Elliottremove temportay fix to Makefile.in, now configure...
2002-06-24  Robin Dunnfixed a comment
2002-06-23  Julian SmartApplied patch [ 571965 ] update stc contrib stuff
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-06-04  Robin DunnChanged FindTExt intercase to more easily handle additi...
2002-05-29  Robin DunnRemoved Refresh from OnSize as it's not needed anymore
2002-05-27  Robin DunnPatch 559673 and 561053
2002-05-27  Robin DunnUsePrimarySelection
2002-05-17  Robin DunnCommented out debug messages
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-27  Vadim ZeitlinARCHINCDIR must be defined in makeb32.env, not makefile...
2002-04-10  Robin DunnEnsure the caret flashes properly
2002-04-09  Robin DunnInclude wx/object.h to get the global memory operators...
2002-04-08  Julian SmartProject file update
2002-04-08  Julian SmartAdded define to STC VC++ project file
2002-04-08  Julian SmartCanvas: added some DECLARE_CLASS macros to stop it...
2002-03-30  Robin DunnGive access to m_lastKeydownConsumed
2002-03-21  Robin DunnMore unicode related cleanup and fixes for wxPython
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-02-07  Robin DunnPatch from Neil H.
2002-01-24  Robin DunnEnsure that endPos > startPos in a couple methods
2002-01-16  Robin DunnPatch for using wxSTC with Borland, #504370
2002-01-09  Robin DunnUpdated to use correct value for wxSTC_MASK_FOLDERS
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-06  Robin DunnSome compilation fixes
2002-01-05  Robin DunnFixed an off-by-one error in the rectangle converter
2001-11-30  Robin DunnFixed some warnings in wxSTC
2001-11-30  Robin DunnAnother blind attempt to fix AltGr issues in wxSTC...
2001-11-25  Robin DunnAdded ability for wxSTC's scrollbars to be supplieed...
2001-11-25  Robin DunnHonor the SetUseHorizontalScrollBar setting.
2001-11-23  Julian SmartAdded event Clone functions
2001-11-19  Julian SmartMore VC++ project file corrections
2001-11-19  Julian SmartProject file corrections, doc corrections
2001-11-03  Robin DunnA little tweak
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-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 DunnA fix for Scintilla's case insensitive sort routine
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 DunnDon't create a bitmap with dimensions <= 0...
2001-10-04  Robin DunnChanged how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla
2001-10-01  Robin DunnUpdated the wxSTC makefile for Borland, and tweaked...
2001-09-12  Gilles Depeyrotadded missing object files (sorted alphabetically for...
2001-09-12  Gilles Depeyrotremoved inexistant object file
2001-09-10  Robin DunnRemoved font point size adjustment since wxWindows...
2001-09-09  Gilles Depeyrotadded dependency handling
2001-09-04  Robin DunnA couple little fixes for wxSTC
2001-09-01  Robin DunnUpgraded to version 1.39 of Scintilla, and upated wxSty...
2001-08-14  Robin Dunnfixed the last of the off-by-one errors (some are refix...
2001-07-28  Robin DunnA couple off-by-one fixes
2001-07-14  Robin DunnMade a couple Number() to GetCount() changes
2001-07-09  Robin Dunnfixed off by one error in GetText
2001-06-17  Julian SmartMakefile and other small corrections
2001-06-13  Julian SmartMore contrib compilation fixes & makefiles
2001-06-13  Julian SmartFixes to BC++ compilation in mem debug mode
2001-06-01  Robin DunnTranslated a double click into just a second click...
2001-05-06  Robin DunnAdded MouseWheel support to wxSTC
2001-05-02  Robin Dunntypo fixed
2001-03-28  Robin DunnFinished the changes necessary to use the new event...
next