]> git.saurik.com Git - wxWidgets.git/history - src/stc
Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom
[wxWidgets.git] / src / stc /
2004-01-02  Robin DunnDon't use wx[H|V]SCROLL styles
2003-12-15  Václav Slavíkregenerated makefiles
2003-12-11  Julian SmartApplied [ 857819 ] STC CopyToClipboard uses LF on win32
2003-11-23  Mattia Barbon Compilation fixes for wxUSE_STL == 1 and for wxUSE_UN...
2003-10-31  Robin DunnPatch #826420, and also adapted to new SWIG
2003-10-07  Václav Slavíkfixed bakefile so that in-tree headers take precedence...
2003-09-30  Robin DunnFixed bad merge...
2003-09-30  Robin DunnMore AutoComplete crash fixes
2003-09-24  Robin Dunn#ifdef update for the old SWIG
2003-09-23  Robin DunnFixes in focus handling related to the AutoComplete...
2003-09-19  Mattia Barbon Compilation fix for wxUSE_DRAG_AND_DROP==0.
2003-09-19  Robin DunnPatch #809286 and a couple other minor changes to the...
2003-09-19  Robin DunnRegenerated some contrib makefiles
2003-09-18  Robin DunnAdded DoDragOver and DoDropText from Angelo Mandato...
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-09-15  Václav Slavíkadded DESTDIR support to make install
2003-09-15  Robin DunnEnsure that the native font is initialized so the face...
2003-09-15  Julian SmartUpdated makefiles etc. for 2.5.1
2003-08-23  Václav Slavíkregenerated with fixed version of bakefile
2003-08-22  Mattia Barbon Fix building wxSTC as a DLL using MinGW GCC 3.x.
2003-08-22  Robin Dunnregenerated makefiles
2003-08-15  Václav Slavíkchange MSW libs directories so that libraries are share...
2003-08-15  Václav Slavíkremoved old makefiles
2003-08-14  Václav Slavíkremoving old makefiles
2003-08-14  Václav Slavíkremoving old makefiles
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-07  Václav Slavíkfixed wrong srcdir in contrib w/ autoconf
2003-08-06  Václav Slavíkregenerated makefiles
2003-08-05  Robin DunnFixed SF Bug #781355. It was a problem with the clippi...
2003-08-01  Václav Slavíkregenerated after adding DEBUG_ options
2003-07-25  Robin DunnFixes to allow STC to be built as a DLL
2003-07-25  Václav Slavík1. use three numbers version in win32 DLLs on unstable...
2003-07-23  Robin Dunnreturn sensible (fake) values for DBCS query methods
2003-07-22  Robin DunnPatch #775355 Unicode fix for STC
2003-07-20  Václav Slavíkfixed import lib creation with gcc
2003-07-20  Robin DunnA new set of baked makefiles
2003-07-19  Julian SmartAdded files so sample links
2003-07-18  Robin DunnUpdate to Scintilla 1.53
2003-07-06  Václav Slavíkdon't link wxBase against GUI libraries
2003-07-05  Václav Slavíkregenerated
2003-07-05  Václav Slavíkadded wxSTC bakefile
2003-06-30  Robin DunnCheck for and allow zero length files
2003-06-18  Julian SmartWorkaround a crash bug; real solution as yet unknown
2003-06-16  Chris Elliottinitail Digital Mars makefile for stc
2003-06-16  Chris Elliottfaster Borland makefile
2003-06-06  Robin DunnDon't get picky about unicode mode. Scintilla doesn...
2003-05-29  Robin DunnAdded LoadFile and SaveFile methods
2003-05-27  Chris ElliottBorland makefiles for contrib keeping output apart
2003-05-16  Stefan Csomoradded cw support
2003-05-06  Robin Dunnallow the base class to participate in the CanPaste...
2003-04-25  Mattia Barbon Warning fix.
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-04-17  Chris Elliottfix build for watcom
2003-04-05  Chris Elliottchanges to watcom makefiles for OpenWatcom
2003-02-27  Robin DunnPatch from David Falkinder to help building a STC dll.
2003-02-22  Chris Elliottupdate watcom makefile
2003-02-12  Chris Elliottfirst watcom makefile
2003-02-05  Robin DunnScintilla uses a -1 index to unselect, we need to catch...
2003-02-01  Chris Elliottborland 5.5 on XP dislikes -WE line and dies; earlier...
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
next