]> git.saurik.com Git - wxWidgets.git/history - contrib
Removed GetOldIndex, etc.
[wxWidgets.git] / contrib /
2001-10-30  George TaskerFixed code that should have been enclosed in brackets...
2001-10-30  George TaskerAll occurances of #include <wx/wxprec.h> changed to...
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  Václav Slavíkfix for typo
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  Gilles Depeyrotuse $(MAKE) instead of make
2001-10-18  Gilles Depeyrotadded conditional compilation around wxGTK specific...
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  Kendall BennettMutiple updates from SciTech for wxWindows including...
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-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-27  Robin DunnIf a shape has client data, it deletes it when the...
2001-09-17  Robin DunnFixed compile error.
2001-09-12  Gilles Depeyrotadded missing object files (sorted alphabetically for...
2001-09-12  Gilles Depeyrotadded missing object files
2001-09-12  Gilles Depeyrotcorrected aggregate initializer
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-09  Gilles Depeyrotadded dependency handling
2001-09-09  Gilles Depeyrotgetpid is in unistd.h under Solaris, Linux, FreeBSD...
2001-09-09  Gilles Depeyrotadded dependency handling
2001-09-09  Gilles Depeyrotadded virtual destructor (for Mac OS X)
2001-09-09  Gilles Depeyrotuse wxBitmapType instead of int
2001-09-09  Gilles Depeyrotuse wxBitmapType instead of int
2001-09-09  Gilles Depeyrotcorrected files.lst path which is in src dir and not...
2001-09-07  Kendall BennettMerged in latest wxApplet code from SciTech Perforce...
2001-09-06  Julian SmartAdded simple UNIX implementation
2001-09-04  Robin DunnA couple little fixes for wxSTC
2001-09-03  Václav Slavíkforgot to commit some XRC files
2001-09-01  Robin DunnUpgraded to version 1.39 of Scintilla, and upated wxSty...
2001-08-29  Václav Slavíknon-recursive destructors
2001-08-29  Václav Slavíkfixed my favorite bug (delete foo; call foo->Something())
2001-08-28  Václav Slavíkmake it possible to open files from XRC in wxHtmlWindow
2001-08-28  Václav Slavíkcompilation fix
2001-08-25  Václav Slavíkfixed a canonical example of Stupid Bug(tm)
2001-08-23  Václav SlavíkProcessPlatformProperty should not be a member of wxXml...
2001-08-22  Vadim Zeitlinadded wxDynamicSashWindow (patch 441518)
2001-08-21  Julian SmartAdded Net library to contrib
2001-08-19  Václav Slavíkfix for bug in wxEditableListBox in connection with...
2001-08-14  Robin Dunnfixed the last of the off-by-one errors (some are refix...
2001-08-13  George TaskerReplaced /'s with \'s as BCC requires \'s for path...
2001-08-12  Václav Slavíkfixed fl makefiles that Julian didn't fix correctly
2001-08-10  Julian SmartFixed project files for regex.lib, taking the regex...
2001-08-03  Julian SmartAdded missing Makefile names
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-28  Robin DunnA couple off-by-one fixes
2001-07-25  Julian SmartTweaks to fl project files
2001-07-24  Julian SmartAdded fl (frame layout) to wxWindows, from source tidie...
2001-07-18  Václav SlavíkUnicode complation fixes
2001-07-14  Robin DunnMade a couple Number() to GetCount() changes
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-07-09  Robin Dunnfixed off by one error in GetText
2001-07-06  Julian SmartReadMe updates
2001-07-06  Julian SmartAdded missing file
2001-07-06  Julian SmartAdded animation classes to contrib hierarchy
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-06-27  Julian SmartMore small fixes
2001-06-17  Julian SmartReduced true colour icon (!) to 16 colours, updated...
2001-06-17  Julian SmartMakefile and other small corrections
2001-06-17  Julian SmartCanvas lib precompiled header fix; doc typos fixes...
2001-06-13  Julian SmartMore contrib compilation fixes & makefiles
2001-06-13  Julian SmartFixes to BC++ compilation in mem debug mode
2001-06-12  Vadim Zeitlinremoved warning about unused variable
2001-06-12  Kendall BennettUpdates to xmlres.h to allow compiling XML code into...
2001-06-12  Kendall BennettCommited latest SciTech changes into CVS. This includes...
2001-06-12  Julian SmartAdded geometry option to setup.h; added some missing...
2001-06-11  Julian SmartTex2RTF: underscores now only checked for if syntax...
2001-06-11  Julian SmartVC++ project file corrections
2001-06-11  Julian Smartproject file updates
2001-06-11  Julian SmartProject file updates; cast in strconv.cpp to compile...
2001-06-10  Julian SmartRenamed project files
2001-06-10  Julian SmartRenamed XRC project files
2001-06-09  Václav Slavíkchanged wxXML to XRC, wx/xml/*.h->wx/xrc/*.h
2001-06-09  Václav Slavíkchanged wxXML to XRC, wx/xml/*.h->wx/xrc/*.h
2001-06-09  Václav Slavíkoops, forgot to add editlbox
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-06-07  Julian SmartUpdates for version change to 2.3.1
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-06-05  Robin DunnFixed to recognise the FINAL=hybrid make flag and to...
2001-06-05  Robin DunnAdded functions to initialize the local wxModules since...
2001-06-05  Robin DunnChanged WXDLLEXPORT's to WXXMLDLLEXPORT so the xmlres...
2001-06-03  Václav Slavíkdisplay file name correctly
2001-06-01  Václav Slavíkadded alignment style to wxStaticText handler
2001-06-01  Robin DunnTranslated a double click into just a second click...
2001-06-01  Václav Slavíkadded wxBU_* styles
2001-06-01  Václav Slavíkadded wxNO_BORDER style
2001-05-29  Václav Slavíkapplied patch #427244 (wxrcedit improvements: XRC versi...
2001-05-28  Václav Slavíkfixed parsing of comments before root node
2001-05-22  Václav Slavíkapplied workaround patch to get rid of crashes in wxrce...
2001-05-22  Václav Slavíkfixed wxSpinButton handler (did refer to spinbutton...
next