Minor fixes to plug memory hole, will add WXLO import ASAP.
[wxWidgets.git] / samples /
1999-11-08  Karsten BallüderMinor fixes to plug memory hole, will add WXLO import...
1999-11-08  Vadim ZeitlinwxDataObjectComposite/Custom seem to work
1999-11-08  Vadim Zeitlinminor aesthetic fixes
1999-11-08  Vadim Zeitlinremoving Makefile.ams (and minor additions/fixes to...
1999-11-08  George TaskerwxEndBusyCursor() was being called, even when it was...
1999-11-08  Julian SmartMade various Motif fixes, wxListBox/wxChoice derive...
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-07  George TaskerGUI display problems fixed
1999-11-07  George TaskerColumn name IS_DEVELOPER in index was shortened to...
1999-11-07  George TaskerCleaned up a compile warning on the MAX_PATH definition.
1999-11-07  Julian SmartTidied up wxHTML About HTML file (missing /td, /tr...
1999-11-06  Vadim Zeitlin1. more corrections to file dnd (works with testdnd...
1999-11-06  Karsten Ballüdersome fixes and speedups
1999-11-06  Vadim ZeitlinwxFileDataObject supports GNOME file dnd now
1999-11-06  Julian SmartAdded some makefiles, fixed a BC++ problem in controls...
1999-11-06  Karsten Ballüdermouse selection handling fixed
1999-11-06  Vadim Zeitlintest for wxFrame::GetPosition/GetSize added
1999-11-06  Václav Slavíkfixed stupid typo I did a minute ago
1999-11-06  Václav Slavíkmodified samples/html/test so that it loads inet fs...
1999-11-06  Robert Roebling Fixed typos in frame and dialog,
1999-11-06  Julian SmartFixed image sample, dsp files etc.
1999-11-06  Robin DunnStuff needed for the font sample to build with VC++
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-11-05  Karsten Ballüderfixed menu accelerators
1999-11-05  Karsten Ballüderadded missing event.Skip(), now menus work properly
1999-11-05  Stefan CsomorCW5.2 Pro Adaptions, wxMac starting to move in
1999-11-04  Vadim Zeitlin1. wxFontMapper starts to materialise
1999-11-04  Julian SmartSome doc changes
1999-11-04  Robert Roebling Window placement changes. Pure guessing.
1999-11-04  Vadim Zeitlinmore samples are being built and samples/Makefiles...
1999-11-04  Vadim Zeitlincompilation fixes
1999-11-04  Vadim Zeitlincompilation fix
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-11-03  Robert Roebling Some menu things.
1999-11-03  Robert Roebling A bit more testing.
1999-11-03  Robert Roebling wxDialog now stays on top of its parent.
1999-11-03  Karsten Ballüdermore asserts
1999-11-03  Vadim Zeitlinreadded clipboard support to richedit sample and fixed...
1999-11-03  Vadim Zeitlinsmall corrections for dnd code and added wxFileDataObje...
1999-11-02  Václav Slavíkfixed compilation under GCC 2.95 - 'export' was used...
1999-11-02  Vadim Zeitlinmore tests
1999-11-02  Vadim ZeitlinwxGTK compiles (and seems to work) again after wxMenu...
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-11-01  Julian SmartAdded some makefiles to HTML samples; added help.ico...
1999-10-31  Václav Slavíkadded html help viewer sample
1999-10-31  Robert Roebling More tab code corrections.
1999-10-30  Robert Roebling Some work on tabbing and menu accels,
1999-10-30  Vadim ZeitlinwxFontEnumerator mostly works for wxMSW
1999-10-29  Vadim Zeitlinstyles for listboxes added for testing purposes
1999-10-29  Vadim Zeitlinforgotten files
1999-10-29  Vadim Zeitlin1. added encoding param to wxFontEncoding::EnumFamilies...
1999-10-28  Vadim Zeitlin1. corrected (but the fix is ugly) the multiple def...
1999-10-28  Vadim Zeitlin1. more code commented out by DW (@#%#%!#%!@) uncommented
1999-10-27  Václav Slavíkcleaned Harm's new wxHTML help code
1999-10-27  Robert Roebling Minor Motif changes, made scrollsub sample work somehow.
1999-10-26  Vadim Zeitlin1. regenerated the makefiles to include menucmn.cpp
1999-10-26  Julian SmartFixed wxFont mis-specification
1999-10-26  David Webster*** empty log message ***
1999-10-25  Vadim Zeitlin1. moved fontenum.cpp to unix because implementation...
1999-10-25  Julian SmartAdded more compat. functions for wxGrid so grid sample...
1999-10-25  Julian SmartChanged #include file ordering so it compiles.
1999-10-25  Julian SmartAdded further makefiles for wizard sample
1999-10-25  Julian SmartCosmetic changes in setup0.h; Latex edits; PaletteSize...
1999-10-24  Vadim ZeitlinwxDropSource now has 3 custom cursors for copy/move...
1999-10-24  Robert Roebling Small distrib changes,
1999-10-24  Vadim Zeitlin1. corrected client data deletion in wxListBox (no...
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-23  Robert Roebling Fixed resizing problem with GTK 1.2.3 notebooks.
1999-10-22  Vadim Zeitlin1. sorted wxListBox and wxComboBox seem to work under...
1999-10-22  Vadim Zeitlintests for sorted wxChoice added
1999-10-22  Julian SmartBC++ fixes.
1999-10-22  Vadim Zeitlin1. made wxBase compile/link/run again under Unix
1999-10-21  Robin DunnAdded some test code
1999-10-21  Vadim Zeitlinfound the double deltion bug - now it seems to work...
1999-10-21  Robert Roebling wxSlider should now display int values,
1999-10-21  Vadim Zeitlinupdated the makefile to copy dnd.wxr so that the progra...
1999-10-21  Vadim Zeitlinsome compilation warnings/errors fixed (still doesn...
1999-10-21  Vadim ZeitlinwxDataObject changes - ok for MSW, still not for GTK...
1999-10-20  Robert Roebling Fixed problem with mouse events getting sent to wrong
1999-10-20  Robert Roebling Minor Reparent() and SetToolBar() fix for wxFrame.
1999-10-19  Robert Roebling Changed two conflicting defines in defs.h
1999-10-19  Vadim Zeitlinaccels for menu commands
1999-10-19  Michael BedwardAdded demo of handling EVT_GRID_SELECT_CELL.
1999-10-18  Robert Roebling New wxDataObject etc. Almost works.
1999-10-18  Robert Roebling Corrected wxImage for use with mono wxBitmaps,
1999-10-18  Vadim Zeitlinpart of dnd sample I forgot
1999-10-18  Vadim Zeitlin1. more drag and drop and clipboard changes:
1999-10-17  Robert Roebling Added temporary test to splitter.
1999-10-17  Robert Roebling Small fix.
1999-10-17  Robert Roebling Distrib changes.
1999-10-17  Václav Slavíkadded HTML printing
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-16  Robert Roebling Restored wxSizeEvent code form last week -> wxGLCanvas
1999-10-16  Julian SmartAdded instructions to Forty.
1999-10-15  Vadim Zeitlincompile fix
1999-10-15  Robert Roebling scrolling of foreign windowsplus sample
1999-10-14  Harco de Hilsterfixed some frame cleanup stuff; The main frame (MyFrame...
1999-10-14  Robert Roebling Changed time of sending the wxSizeEvent and assorted...
next