1. configure caches the command line options
[wxWidgets.git] / utils /
1999-06-07  Robert Roebling CVS cleanups.
1999-06-07  Robert Roebling Distribution things.
1999-06-04  Robert Roebling Corrected bug in DoSetSize() (wxALLOW_MINUS_ONE)
1999-06-01  Vadim Zeitlinold makefiles removed
1999-05-27  Robert Roebling Doc updates.
1999-05-25  Julian SmartMisc small changes
1999-05-24  Robert Roebling Hardcode colours in systems settings.
1999-05-23  J. Russell Smythrepaired recently broken framelayout
1999-05-23  Robert Roebling Compile fix for GTK 1.0
1999-05-22  Robert Roebling GTK 1.0 compilation (not tested)
1999-05-22  Unknown (NI)Improved keypress handling
1999-05-22  Unknown (NI)Improved keyboard handling
1999-05-17  Robin DunnEnhanced HTML Help output.
1999-05-15  Robert Roebling wxGLCanvas compile fixes
1999-05-15  Robin Dunnfixes for GetReturnCode/SetReturnCode
1999-05-14  Robert Roebling wxGTK now works a little again.
1999-05-12  Václav SlavíkHTML Help Workshop support
1999-05-08  Brian MacyCommented out 2 apparently used and invalid bitmaps
1999-05-05  Robert Roebling fix for menu separator
1999-05-05  Julian SmartwxNotebook fixes for Win16; VC++ 4 fixes for OLE files...
1999-05-04  Robin DunnRPM bulid updates
1999-05-04  Robin DunnSome slight cleanup and reorganization
1999-05-02  Robin DunnMore for wxPython 2.0b9 (hopefully the last...)
1999-05-02  Robin Dunnmore 2.0b9 updates
1999-05-01  Robin DunnwxPython 2.0b9, second phase (gtk)
1999-05-01  Robin DunnwxPython 2.0b9, second phase (gtk)
1999-04-30  Robin DunnwxPython 2.0b9, first phase (win32)
1999-04-30  Robert Roebling Updated docs, distrib and version
1999-04-30  Robin DunnwxPython 2.0b9, first phase (win32)
1999-04-30  Robin DunnwxPython 2.0b9, first phase (win32)
1999-04-25  Robert Roebling experimental OLE control (the reason for the
1999-04-24  Robert Roebling wxGLCanvas works again
1999-04-05  J. Russell SmythRemoved Persistance Framework code/files from FrameLayout
1999-04-05  J. Russell Smythremoved settingsdlg from makefile.g95 - not part of...
1999-04-04  Harco de Hilsterremoved a few objects whose sources have been moved
1999-04-02  J. Russell Smythremoved declaration of wxObject::Dump(stream &str)...
1999-04-02  J. Russell Smythchanged (no longer valid) wxToUpper and wxToLower to...
1999-03-30  Harco de Hilstercalls to wxDynamicToolBar::AddTool(int,wxBitmap&) confu...
1999-03-29  J. Russell Smythchanged removed wxToUpper to standard toupper
1999-03-28  Harco de Hilsteradded some more URLs
1999-03-28  Harco de Hilsterworks for windows too now.
1999-03-28  Harco de Hilsterupdated. Lots of new useless features. Internet-enabled...
1999-03-27  Harco de Hilstersomewhat better organization; still a mess though....
1999-03-27  Harco de Hilsterset background to white. EVT_CHAR still doesn't work...
1999-03-26  Harco de Hilstervery silly sample
1999-03-23  Harco de HilsterSome minor fixes to satisfy Latex. Tex2rtf works ok.
1999-03-23  Julian SmartCorrected valtext.cpp for disabled controls; added...
1999-03-22  J. Russell SmythMinor correction to allow "disabled" buttons to work...
1999-03-21  J. Russell SmythModified wxMSW listbox.cpp to work with wxCommandEvent...
1999-03-17  J. Russell SmythAdded Makefile/Makefile.in to generate tex2rtf under...
1999-03-17  J. Russell Smyth1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to...
1999-03-15  J. Russell Smythremoved Antiflicker plugin and simple customize plugin...
1999-03-14  J. Russell SmythMade font/color fixes right for windows
1999-03-14  J. Russell Smyth1. Made use system colors/fonts
1999-03-13  J. Russell SmythMade frame layout stuff use system settings for colors...
1999-03-13  J. Russell Smyth1. added code to dyntbar to allow bitmap loading from...
1999-03-12  J. Russell SmythAdded note about new make files for frame layout samples
1999-03-12  J. Russell SmythNew makefiles for samples under Visual C++
1999-03-09  Harco de Hilsteradded Russ Smyth fix for VC6 compile problems
1999-03-08  Harco de Hilsterminor update
1999-03-08  Harco de Hilstervc makefile
1999-03-08  Harco de Hilstera few win32 makefiles
1999-03-08  Harco de Hilsterfixed treectrl bug
1999-03-08  Harco de Hilsterignore this :-)
1999-03-07  Harco de Hilsterreadme file, for reading.
1999-03-07  Harco de Hilsterremoved big-ass manual.html file from src dir.
1999-03-07  Harco de HilsterAdded Aleksandras' framelayout code, with more or less...
1999-03-05  Robert Roebling Two optical corrections
1999-03-05  Karsten BallüderUtility scripts for external HTML help controller.
1999-03-05  Robin DunnMinor wxPython changes for wxWin 2.0
1999-03-02  Robert Roebling Chnaged wxGLCanvas::SetSize() to DoSetSize()
1999-03-01  Robin DunnChanges for allowing wxRA_SPECIFY_ROWS and wxRA_SPECIFY...
1999-03-01  Julian SmartAdded dummy OnIdle to wxWindow in wxGTK; doc tweaks
1999-03-01  Harco de HilsterAdded Makefile[.in] for wxGTK standard build. Are not...
1999-03-01  Harco de Hilsteradded Makefile[.in] for build using wxGTK method. Note...
1999-02-28  Julian SmartwxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
1999-02-28  Harco de HilsterModified makefile.unx to include bitmaps dir. Added...
1999-02-28  Robert Roebling added wxMenu::Append( wxMenuItem )
1999-02-27  Robin DunnAdded missing wxRA_SPECIFY_ROWS, wxRA_SPECIFY_COLS
1999-02-27  Robin Dunnminor tweaks for testing
1999-02-26  Harco de Hilsteradded double click handler. various minor fixes.
1999-02-26  Harco de HilsterA port of tkPlotCanvas.py. Requires Numeric module.
1999-02-25  Guilhem Lavaux* Added a small wxHTTP description
1999-02-25  Robin DunnwxPython version 2.0b5
1999-02-25  Robin DunnwxPython version 2.0b5
1999-02-24  Harco de HilsterSome wxPython interface change updates. Moved refresh...
1999-02-23  Robin Dunnreenabled some methods for wxPython on wxGTK
1999-02-21  Vadim Zeitlin1. more C++ parser fixes - now it almost parses wx...
1999-02-21  Václav SlavíkNO_GUI bug fixed
1999-02-20  Vadim Zeitlin1. better 'const' and 'virtual' functions handling
1999-02-20  Vadim Zeitlin1. new 'diff' mode which seems to work
1999-02-20  Robin DunnAdded wxWindow_FromHWND(hWnd) for wxMSW to construct...
1999-02-20  Robin DunnChanges needed to enable wxGTK compatibility.
1999-02-20  Robin DunnAdded wxWindow_FromHWND(hWnd) for wxMSW to construct...
1999-02-20  Robin DunnAdded wxWindow_FromHWND(hWnd) for wxMSW to construct...
1999-02-18  Guilhem Lavaux* Fixes and updates on wxMMedia.
1999-02-17  Julian SmartChanged .vc makefiles to allow different configurations...
1999-02-15  Vadim Zeitlin1. Parser improvements
1999-02-14  Guilhem Lavaux* Stream: update in doc, fix in code.
1999-02-14  Robert Roebling Fixed refresh bug in wxGLCanvas
next