make install
[wxWidgets.git] / src /
1998-09-03  Robert Roebling make install
1998-09-03  Karsten BallüderRemoved files as requested by Robert.
1998-09-03  Julian SmartDang, can't remember what I changed now
1998-09-02  Robert Roebling Added wxAccelerators (sort of)
1998-09-02  Robert Roebling New configure
1998-09-02  Robert Roebling Fixed event handling for DialogEd
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-09-01  Robert Roebling Small fixes to wxChoice, wxComboBox and wxListBox
1998-09-01  Robert Roebling Added Set/GetItemState, GetNextItem.. to wxTreeCtrl
1998-09-01  Robert Roebling Fixed a few compile things
1998-08-28  Julian SmartFixed MSW printing, tidied up member variable names
1998-08-27  Robin DunnAdded some typecasts that the compiler complained about...
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-27  Julian SmartwxUpdateUIEvent derives from wxCommandEvent now
1998-08-25  Unknown (RO)Missing typecast from return.
1998-08-24  Julian SmartHKEY -> WXHKEY; wxScrolledWindow::SetScale added
1998-08-24  Guilhem Lavaux* wxStream fixes.
1998-08-23  Vadim Zeitlinminor fixes
1998-08-23  Guilhem Lavaux* Fixed two memory leaks.
1998-08-23  Guilhem Lavaux* New function wxObjectInputStream::Recall()
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-22  Vadim Zeitlincalling insert("") would provoke an assert - now it...
1998-08-22  Vadim Zeitlinbug with checking the first character of possible empty...
1998-08-22  Julian SmartRemoved child frame CreateStatusBar from MDI sample...
1998-08-21  Vadim Zeitlinspurious error messages from wxRegKey::HasValue() suppr...
1998-08-21  Vadim Zeitlinradiobox had some strange ideas about vertical and...
1998-08-21  Julian SmartAccelerators now work for wxDialog; wxToolBarSimple...
1998-08-20  Vadim ZeitlinwxStaticBitmaps were created invisible - corrected
1998-08-19  Guilhem Lavaux* Some new feature in wxObject*Stream (objects aren...
1998-08-19  Julian SmartGDI double-deletion fix, wxBitmap depth bug
1998-08-19  Guilhem Lavaux* Bug fix
1998-08-18  Robin DunnAdded wxTheApp = this; to wxApp::wxApp for wxPython
1998-08-18  Denis PershinSeems it works reasonably stable...
1998-08-18  Robert Roebling Added TOOL_ENTER command. Now wxGTK and wxMSW misbehave
1998-08-18  Guilhem Lavaux* wxThread: new functions: wxThread::Pause/Resume,...
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-18  Robert Roebling Next attempt at dynlib.cpp
1998-08-18  Vadim Zeitlincorrected wxListCtrl compilation problems
1998-08-18  Karsten Ballüderreordered headers to compile
1998-08-18  Karsten Ballüder#ifdef'd out some parts for non-supported systems.
1998-08-18  Robert Roebling Added the static text patch for multiline text
1998-08-17  Vadim Zeitlina micro bug (but which was enough to break regtest...
1998-08-17  Vadim Zeitlinreplaced another printf() with wxLogDebug()
1998-08-17  Robert Roebling Added IRIX compile fixes
1998-08-17  Robert Roebling Added in-place editiging in wxListCtrl
1998-08-17  Robert Roebling Turned wxIcon inline constructors to real constructors
1998-08-17  Julian SmartChanged floats to doubles
1998-08-16  Vadim Zeitlin1) corrected bug in log.cpp which only affected wxGTK...
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-08-16  Robert Roebling New scrolling for GTK
1998-08-16  Karsten Ballüderadded one extra check for emptyness
1998-08-16  Julian SmartChanged wxMenu::GetTitle to return a wxString.
1998-08-16  Vadim ZeitlinKarsten's correction undone - this code is (was) correct!
1998-08-15  Karsten BallüderAdded configure option --with-dmalloc to use the dmallo...
1998-08-15  Vadim Zeitlin'&' are removed from checkbox labels (all controls...
1998-08-15  Karsten Ballüderfixed GetSelection() inversion bug
1998-08-15  Karsten Ballüderfixed a logical error (! isempty) instead of isempty
1998-08-15  Robert Roebling Added graying out of menus and buttons
1998-08-15  Denis PershinDP: Just came back from 3 days fishing and found that...
1998-08-15  Julian Smart2 GnuWin32 compile bugs fixed, incl. printf bug in...
1998-08-15  Robert Roebling Resource sample works now, apart from
1998-08-15  Robert Roebling See last changelog
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-14  Robert Roebling Added validation support
1998-08-14  Vadim ZeitlinwxLogWindoe changed again: now takes a parent frame...
1998-08-14  Vadim Zeitlina small GUI glitch corrected (if a frame with child...
1998-08-14  Vadim ZeitlinWM_MOVE processing added (wxMoveEvent generated)
1998-08-14  Karsten Ballüderadded option to hide page controls
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-13  Unknown (AN)-Debian glibc2 system is 'linux-gnu', not 'Linux';updat...
1998-08-13  Julian SmartFixed compile bug in dropsrc.cpp (constr. arg); GnuWin3...
1998-08-13  Robert Roebling Added ToogleTool from Markus
1998-08-12  Vadim ZeitlinwxWindow::MSWOnHScroll changed to call the default...
1998-08-12  Vadim Zeitlinstack overflow when clicking on the arrow in a notebook...
1998-08-12  Vadim Zeitlinsuppressed VC++ 5.0 bool to int conversion warning...
1998-08-12  Vadim Zeitlinone more minor wxLogWindow fix (I try to get it really...
1998-08-12  Robert Roebling Added PushEventHandler, Pop...
1998-08-12  Robert Roebling Added wxFrame::OnCreateStatusBar and ToolBar
1998-08-12  Karsten Ballüderreplaced by stubs files
1998-08-11  Vadim Zeitlinmore minor changes to wxLogWindow
1998-08-11  Vadim Zeitlin'\\' can be used to suppress special meaning in '%...
1998-08-11  Vadim Zeitlinstatic wxFile::Access() added
1998-08-10  Robin DunnSince wxREADONLY has disappeared, I had to change to...
1998-08-10  Denis PershinSmall modifications
1998-08-10  Denis PershinDP: GetBitmap() added to wxImageList
1998-08-10  Denis PershinDP: native wxTreeCtrl for GTK.
1998-08-10  Julian SmartVarious Dialog Editor-related mods; Dlg Ed. getting...
1998-08-10  Julian SmartMod to allow hit-test on static to succeed.
1998-08-09  Denis PershinDP: Robert's mistake with incorrect var name corrected.
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-08-09  Julian SmartAdded stubs .cpp files.
1998-08-09  Robert Roebling Added Pop-up menus.
1998-08-09  Robin DunnMade NOPCH overridable
1998-08-08  Vadim ZeitlinwxWarning replaced with wxLogWarning (to solve the...
1998-08-08  Vadim ZeitlinSetBackgroundColour() call is now done after the window...
1998-08-08  Vadim ZeitlinwxDeleteStockLists() used (instead of duplicating part...
1998-08-08  Vadim Zeitlinextra memory amount allocated for string data reduced...
1998-08-08  Vadim Zeitlinsome minor changes in wxLogWindow
1998-08-08  Robert Roebling Correct the wxButton::Setlabel nonsense
1998-08-08  Robert Roebling Added wxDC:DrawPolygone
next