]> git.saurik.com Git - wxWidgets.git/history - contrib/src
Fixed a potential python version problem
[wxWidgets.git] / contrib / src /
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 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 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í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-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-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-28  Robin DunnA couple off-by-one fixes
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-09  Robin Dunnfixed off by one error in GetText
2001-07-06  Julian SmartReadMe updates
2001-07-06  Julian SmartAdded animation classes to contrib hierarchy
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  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 Smartproject file updates
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-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-06-05  Robin DunnAdded functions to initialize the local wxModules since...
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-28  Václav Slavíkfixed parsing of comments before root node
2001-05-22  Václav Slavíkfixed wxSpinButton handler (did refer to spinbutton...
2001-05-22  Václav Slavíkfixed ID handling in 'unknown' handler
2001-05-20  Václav SlavíkNew code for inserting unknown controls into resources
2001-05-14  Julian SmartMisc release-related mods
2001-05-11  Václav Slavíkadded wxDEFAULT_FRAME_STYLE
2001-05-08  Václav SlavíkMSVC fixes for wxEditableListBox (still misteriously...
2001-05-07  Julian SmartSome makefile corrections
2001-05-07  Julian SmartMisc small mods
2001-05-06  Václav Slavíkoops, forgot to remove temporary debug printf...
2001-05-06  Václav SlavíkwxTAB_TRAVERSAL is default style for wxPanels from XRC
2001-05-06  Václav Slavíkadded <accel> attribute to wxMenuItem
2001-05-06  Václav Slavíkfixed loading of resource from zip files (now handles...
2001-05-06  Robert Roebling Made the applet code compile under GTK.
2001-05-06  Robin DunnAdded MouseWheel support to wxSTC
2001-05-05  Václav Slavíkupdated VC makefiles to compile expat
2001-05-05  Václav Slavíkadded new gizmo: wxEditableListBox
2001-05-05  Václav Slavíkminor change: buf[(size_t)pos] instead of buf.c_str...
2001-05-04  Václav Slavíkapplied patch #421410:
2001-05-03  Kendall BennettMoved wxApplet files to the correct locations.
2001-05-02  Václav Slavíkswitched wxXML to expat parser ; some minor formatting...
2001-05-02  Václav Slavíkswitched wxXML to expat parser
2001-05-02  Václav Slavík*** empty log message ***
2001-05-02  Robin Dunntypo fixed
2001-05-01  Robert Roebling wxScrolledWindow now emits wxScrollWinEvents. Something
2001-04-21  George TaskerFixed a possible double deletion of 'file'
2001-04-21  George TaskerRemoved a duplicate "ADD_STYLE(wxLC_REPORT);" line
2001-04-21  Václav Slavíkapplied BCC fixes for wxXML
2001-04-13  George TaskerUpdated to alert the user to the need for them to edit...
2001-04-13  George TaskerFixed a BCC compilation ambiguity for wxString [int...
2001-04-11  George TaskerUpdated to alert the user to the need for them to edit...
2001-03-28  Robin DunnFinished the changes necessary to use the new event...
2001-03-27  Robin DunnPut back some code that was commented out for testing
2001-03-17  Václav Slavíkremoved out-of-date info
2001-02-21  Václav Slavíkfixed compilation problem (frame.h not included)
2001-02-19  George TaskerAdded xh_frame.obj to the list of target objects
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2001-02-03  George TaskerInitial checkin of the wxFrame support added by Aleks G.
2001-01-28  Václav Slavík_T() -> wxT()
2001-01-27  George TaskerAdded wxFrame support contributed by Aleks
2001-01-25  Robert Roebling Changed wxCanvas constants from XXX to wxXXX
2001-01-19  Václav Slavíkmoved XMLIDs counter inside GetXMLID to prevent initial...
2001-01-18  Robert Roebling This is how wxPlotWindow would look like with the
2001-01-16  Robert Roebling This way the plot events work.
2001-01-16  Robert Roebling Readded wxPlotWindow as external lib.
2001-01-12  Václav Slavíkapplied patch to prevent crashing when libxml DLL doesn...
next