]> git.saurik.com Git - wxWidgets.git/history - src/msw
1. wxStaticLine implemented (generic (ugly) and MSW versions)
[wxWidgets.git] / src / msw /
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-26  Vadim Zeitlin1. serious bug in wxRegConfig corrected - deleting...
1999-06-25  Vadim Zeitlinmulti line static controls now calculate their width...
1999-06-25  Vadim Zeitlin1. wxSingleChoiceDialog looks Ok under Windows
1999-06-24  Vadim ZeitlinwxSpinButton::GetValue() returns correct result now
1999-06-24  Vadim Zeitlinseveral notebook bugs fixed:
1999-06-23  Vadim ZeitlinMDI child maximize bug fixed
1999-06-23  Vadim Zeitlindlg navigation keys work even when combobox has focus
1999-06-22  Vadim Zeitlinan assert added to check that we're not doing something...
1999-06-22  Robert Roebling A bit of distribution/makefiles things.
1999-06-20  Vadim Zeitlinbuttons now become default when they have focus
1999-06-20  Vadim Zeitlinkeyboard/focus handling improved a bit more:
1999-06-20  Vadim Zeitlinbetter update rect calculation
1999-06-20  Vadim Zeitlincompile warnings removed
1999-06-20  Vadim Zeitlinbug which could result in trying to show the caret...
1999-06-20  Vadim Zeitlinbetter wxGetUserId/Name
1999-06-20  Ove Kaaven...fixing up a previous Unicode fix.
1999-06-19  Ove KaavenUnicode fixes. Appears that this may be the last before...
1999-06-19  Ove KaavenUnicode fix, it seems
1999-06-19  Vadim Zeitlintext controls respect wxTE_PROCESS_ENTER/TAB styles...
1999-06-18  Vadim Zeitlin1. uninitialized variable in wxPanel fixed and unused...
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-16  Ove KaavenHad missed one LPSTR.
1999-06-16  Ove KaavenSuppose I should trust the headers in BC++5.02 more...
1999-06-15  Vadim Zeitlincompilation fixes for wxMSW
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Ove KaavenUnicode fix.
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-14  Ove KaavenSome more Unicode changes.
1999-06-14  Patrick AlbertCorrect some minor compile pbs with VC++1.52c & VC...
1999-06-14  Patrick Albert*** empty log message ***
1999-06-14  Vadim ZeitlinwxGetFullHostName() implemented - it doesn't work thoug...
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-06-10  Vadim ZeitlinWXDLLEXPORT added to wxStringTokenizer (and also severa...
1999-06-10  Vadim Zeitlincompialtion fixes
1999-06-10  Vadim ZeitlinwxNotebook compilation fix
1999-06-10  Robert Roebling wxWINE fixes.
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-09  Robert Roebling The last drops of WINE.
1999-06-09  Vadim Zeitlin1. wxPaintDC reuse now seems to actually work instead...
1999-06-09  Robin DunnAdded command for building MS HTML Help file.
1999-06-09  Robert Roebling WINE is so fine.
1999-06-08  Robert Roebling Chianti, Pinot noir, WINE..
1999-06-08  Julian SmartRemoved floor() references
1999-06-08  Robin DunnAdded wxFrame::MakeModal for MSW, (it's already there...
1999-06-08  Robin DunnChanged GetSize to DoGetSize so virtual GetSize works...
1999-06-07  Robert Roebling Added some WINE things.
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-06-06  Vadim Zeitlinbug in menu accelerators code corrected (don't create...
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-06-05  Vadim Zeitlin1. added missing wxUSE_TEXTDLG to setup0.h
1999-06-03  Vadim Zeitlin1. more (minor) wxCaret bug fixes
1999-06-03  Julian SmartCorrected spelling of 'unrecognized'
1999-06-03  Julian SmartRemoved GetSize from wxToolBar95
1999-06-02  Julian SmartAdded progdlgg.cpp to makefiles; fixed true/false in...
1999-06-01  Vadim Zeitlincompilation fixes
1999-05-30  Brian MacyIMHO these are the correct flags for borland
1999-05-28  Robin DunnMade SetFont for wxCheckListBox more intelligent.
1999-05-27  Julian SmartAdded dcbase target to various makefiles
1999-05-26  Vadim ZeitlinwxPrivateDataObject works under MSW as well (hopefully...
1999-05-25  Brian MacyCleaned up some warnings
1999-05-25  Brian MacyAdded dcbase.cpp
1999-05-25  Vadim ZeitlinwxCaret MSW bug fixes
1999-05-25  Julian SmartMisc small changes
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-21  Vadim ZeitlinGetItem() doesn't ignore column number any more
1999-05-20  Vadim Zeitlinmysterious radiobox bug finally fixed
1999-05-20  Robin DunnwxScrolledWindow for wxMSW is now getting wxScrollWinEv...
1999-05-19  Vadim Zeitlin1. bug in wxSplitter corrected: mouse event coords...
1999-05-19  Brian MacyChanged [] parameters to be unsigned.
1999-05-19  Vadim Zeitlinnotebook creation bug fixed
1999-05-19  Vadim ZeitlinScreenToClient() implemented correctly
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-18  Vadim ZeitlinDeleteAllPages() bug corrected
1999-05-13  Vadim ZeitlinwxWindow::Show() works again
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-11  Brian MacyFixed incorrect return type
1999-05-10  Vadim Zeitlincompile fix
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-05-09  Julian SmartMisc. fixes
1999-05-07  Vadim Zeitlincompilation fix
1999-05-07  Guilhem Lavaux* Created a new wxObject method: wxObject::CopyObject...
1999-05-07  Vadim Zeitlintree ctrl sorting shouldn't crash when items don't...
1999-05-06  Julian SmartSome doc corrections; various small fixes for Cygwin...
1999-05-06  Julian SmartDefined PBS_SMOOTH, PBS_VERTICAL in gauge95.cpp, if...
1999-05-05  Julian SmartFixed Yield/Windows clash in sckint.cpp, updated makefile
1999-05-05  Julian SmartwxNotebook fixes for Win16; VC++ 4 fixes for OLE files...
1999-04-30  Robin DunnFixed wxValidator::Clone and friends to return a wxObje...
1999-04-29  Robin DunnAdded $(NEW_WXLIBNAME) to allow changing the library...
1999-04-27  Ove KaavenAdded wxchar.cpp, I think
1999-04-27  Guilhem Lavaux* Fixed a compilation problem on Windows
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-04-19  Julian SmartFixed wxexpr.cpp bug (quote wasn't being removed in...
1999-04-17  Vadim Zeitlintooltips in controls in dialogs actually work now
1999-04-17  Vadim Zeitlinradiobox now sends notification messages when the selec...
1999-04-12  Ove KaavenAdded wxchar.cpp/.obj
1999-04-12  Robin DunnAdded $(WAITFLAG) so other shells can use appropriate...
1999-04-10  Vadim Zeitlinoops... fatal bug (which I recently introduced) with...
1999-04-10  Vadim Zeitlintooltip bug (which I introduced recently) corrected
1999-04-08  Julian SmartAdded candidate wxDragImage implementation for wxMSW
next