]> git.saurik.com Git - wxWidgets.git/history - src/msw
Typos.
[wxWidgets.git] / src / msw /
1999-07-29  Robert Roebling I had to remove (Robin's) makefile creation clause
1999-07-28  Robert Roebling Added tmake template for simple wxGTK makefile
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-07-27  Vadim ZeitlinwxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-26  Vadim Zeitlinmore fixes for Borland and OLE files
1999-07-26  Vadim Zeitlinautomtn.cpp removed for Borland compilation
1999-07-26  Ove KaavenMore asserts and stuff
1999-07-26  Ove KaavenMake this compile in Unicode mode
1999-07-25  Vadim Zeitlinfixes for PS and OLE files for Borland makefiles
1999-07-24  Vadim Zeitlinoops... compilation fix
1999-07-24  Vadim ZeitlinwxDialog::IsModal() works
1999-07-24  Vadim Zeitlinfix for C files
1999-07-24  Vadim Zeitlincompilation fix
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
1999-07-23  Vadim Zeitlin1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT...
1999-07-23  Robin DunnAdded a rule to the tmake templates so the makefiles...
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-23  Robert Roebling Finished MingW32 makefiles
1999-07-23  Ove KaavenCouple more Unicode fixes.
1999-07-23  Ove KaavenUnicode fixes
1999-07-23  Ove KaavenMore _T() in asserts...
1999-07-23  Vadim Zeitlin1. frames respect update region (Tom Surace patch)
1999-07-22  Vadim Zeitlin1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
1999-07-22  Robert Roebling New drawing test code.
1999-07-21  Robert Roebling MingW32 compilation works now.
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-07-20  Harco de HilsterAdded lots of files. Enough now so that all wxHTML...
1999-07-20  Robert Roebling MingW32 compilation fixes all over
1999-07-19  Vadim ZeitlinwxMenu ctor made compatible again
1999-07-19  Robin DunnFixed wxListCtrl::SetTextColour to set the RGB value...
1999-07-19  Harco de Hilsteradded dcpsg.cpp
1999-07-19  Harco de HilsterMoved bunch of #defines (LOG2DEV etc) from msw/dc.cpp...
1999-07-19  Vadim Zeitlineven more fixes for nmake compilation
1999-07-19  Vadim Zeitlinregenaretd makefile from the latest template
1999-07-18  Vadim ZeitlinEnter won't close dialog if [Ok] button is disabled
1999-07-17  Harco de HilsterAdded statline to Makefile.am
1999-07-17  Harco de Hilsterignore these
1999-07-17  Harco de HilsterMinor fixes mainly to get stuff compiled using the...
1999-07-16  Vadim Zeitlin1. fixed Maximise() mismatch between wxFrame and wxMDIFrame
1999-07-15  Vadim Zeitlinsome warnings suppressed
1999-07-15  Vadim Zeitlin1. fixed makefile.vc for OLE files
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-13  J. Russell SmythAdded wxHTML build to Makefile for VisualC++
1999-07-12  Václav Slavík*** empty log message ***
1999-07-11  Vadim Zeitlin1. wxFrame doesn't show incorrect hints in the status...
1999-07-10  Vadim ZeitlinwxButton::GetDefaultSize() added for MSW and documented
1999-07-10  Julian SmartAdded an #ifdef
1999-07-10  Julian SmartAdded test for wxUSE_STATLINE in statline.cpp
1999-07-10  Vadim Zeitlin1. minor fixes in wxDynLib
1999-07-09  Patrick AlbertSome minors changes, like adding empty lines at end...
1999-07-08  Vadim Zeitlincompilation fix
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
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..
next