]> git.saurik.com Git - wxWidgets.git/history - src
Updated testconf,
[wxWidgets.git] / src /
1999-08-01  Robert Roebling Updated testconf,
1999-08-01  Guilhem LavauxwxMemoryStream doc updated
1999-07-31  Vadim Zeitlincompile warning fixed
1999-07-31  Robert Roebling Compile fixes for wxTreeCtrl (we don't speak about
1999-07-31  Guilhem LavauxConverted some SetBlocking to SetNonBlocking
1999-07-31  David Webster*** empty log message ***
1999-07-30  Vadim ZeitlinwxMSW::wxTreeCtrl has multiple selection too (somewhat...
1999-07-30  David WebsterOS/2 updates
1999-07-30  David WebsterOS/2 linkage specification on METHODDEF macro
1999-07-30  Vadim Zeitlinno more assert failure in GetSelection() if there is...
1999-07-30  Vadim Zeitlinlink fix for no sockets compilation
1999-07-30  Guilhem LavauxRenamed GSocket_SetBlocking to GSocket_SetNonBlocking...
1999-07-30  Vadim Zeitlina small fix to wxWindow::Centre
1999-07-30  Vadim Zeitlinexplicit compilation fix
1999-07-30  Robert Roebling Some more doc beauty,
1999-07-30  Robert Roebling Doc corrections,
1999-07-30  Robin Dunnfixed compiler error
1999-07-30  Michael BedwardFixed m_majorDim bug a bit more (was still getting...
1999-07-30  Michael BedwardAdded KeyRelease case to switch in wxTranslateKeyEvent...
1999-07-30  Michael BedwardAdded wxApp::CheckForKeyUp
1999-07-29  Vadim Zeitlin#warning is a compilation error, not warning
1999-07-29  Robert Roebling Now its possible to run wxHTML without wxSockets
1999-07-29  Guilhem LavauxTypos.
1999-07-29  Guilhem LavauxAdded #include <stddef.h> as it is needed by ANSI.
1999-07-29  Karsten Ballüderfix for HP-UX
1999-07-29  Karsten Ballüderfixed busy cursor
1999-07-29  Robert Roebling Compile fixes and typos corrected.
1999-07-29  Robert Roebling Makefile changes
1999-07-29  Karsten BallüderProgressDialog was *comletely* broken!
1999-07-29  Karsten BallüderFixed missing header.
1999-07-29  Ove KaavenBy assigning wxEmptyString instead of NULL to m_command...
1999-07-29  David Webster*** empty log message ***
1999-07-29  David Webster*** empty log message ***
1999-07-29  Robert Roebling I had to remove (Robin's) makefile creation clause
1999-07-28  Vadim Zeitlinm_clientData conflict fixed
1999-07-28  Vadim Zeitlinstring and m_majorDim == 0 bugs fixed
1999-07-28  Robert Roebling Added tmake template for simple wxGTK makefile
1999-07-28  Robin DunnChanges necessary to make In Place Edit work and look...
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-07-28  Guilhem LavauxAdded wxInternetFilesystemModule to fs_inet.cpp
1999-07-27  Robert Roebling Corrected some more docs,
1999-07-27  Robert Roebling Small distrib updates,
1999-07-27  Vadim ZeitlinwxMotif fixes and common fixes for socket compilation
1999-07-27  Vadim Zeitlinmissing wxMSW files
1999-07-27  Guilhem LavauxChanged void GSocket_Init() to bool GSocket_Init()
1999-07-27  Vadim ZeitlinwxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW
1999-07-27  Vadim ZeitlinwxGTK compilation fixes
1999-07-27  Robert Roebling wxSocket compilation
1999-07-26  Vadim Zeitlin1. wxChoice and wxComboBox support client data under MSW
1999-07-26  Unknown (AN)use of div_t.quot and div_t.rem were changed to / and %
1999-07-26  Robert Roebling Next take at radioboxes
1999-07-26  Robert Roebling TreeCtrl:
1999-07-26  Robert Roebling Typos in documentation
1999-07-26  Karsten Ballüderdestructor for wxMenu deletes menu now
1999-07-26  Robert Roebling Added more docs for the new events, derived from...
1999-07-26  Vadim Zeitlinmore fixes for Borland and OLE files
1999-07-26  Vadim Zeitlinautomtn.cpp removed for Borland compilation
1999-07-26  Vadim Zeitlinno more \& in radio buttons labels
1999-07-26  Karsten BallüderDocumented help API extension and fixed gsocket compila...
1999-07-26  Vadim Zeitlincompile fix
1999-07-26  Vadim ZeitlinEditLabel fixes (wxMSW/wxGTK synchronised, docs updated)
1999-07-26  Ove KaavenMore asserts and stuff
1999-07-26  Ove KaavenMake this compile in Unicode mode
1999-07-26  Ove KaavenMore asserts (well, checks) without _T()
1999-07-26  Vadim ZeitlinCentre() supports wxCENTER_FRAME flag now
1999-07-25  Vadim Zeitlinfixes for PS and OLE files for Borland makefiles
1999-07-25  Robert Roebling Distrib things
1999-07-25  Robert Roebling Added wxStaticBitmap::SetIcon()
1999-07-25  Guilhem LavauxAdded GSocket_Init and GSocket_Cleanup
1999-07-25  Robert Roebling Re-Added wxStream::StreamSize()
1999-07-25  Václav Slavíkfixed static members
1999-07-25  Václav Slavíkhtml filters has const methods now
1999-07-25  Ove KaavenUnicode compilation fix
1999-07-24  Vadim Zeitlinoops... compilation fix
1999-07-24  Vadim ZeitlinwxDialog::IsModal() works
1999-07-24  Vadim ZeitlinwxHTML compilation fixes
1999-07-24  Karsten Ballüderminor fix to find contents file alright
1999-07-24  Vadim Zeitlinfix for C files
1999-07-24  Vadim Zeitlincompilation fix
1999-07-24  Karsten Ballüdercompilation fixes and minor improvements
1999-07-24  Robert Roebling Renamed wxStream::StreamSize() to wxStream::GetSize()
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
1999-07-24  Ove KaavenUnicode fixes
1999-07-24  Ove KaavenwxString(file.fn_str()) doesn't make sense. If just...
1999-07-24  Vadim Zeitlincompilation fixes
1999-07-24  Vadim ZeitlinwxTreeEvent is declared in one header, not 3 of them
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 Zeitlindisabled accelerators in wxMotif - they don't work...
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-23  Robert Roebling Finished MingW32 makefiles
1999-07-23  Guilhem LavauxAdded GSocket motif (it compiles but I didn't tested it)
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  Ove KaavenAdd more _T() in asserts...
1999-07-23  Ove KaavenUse memcmp instead of that wxString hack
1999-07-23  Karsten BallüderFixed stupid new bugs :-(
1999-07-23  Ove KaavenConvert argv[] to Unicode
1999-07-23  Ove KaavenSomeone need to make the clientdata be void* instead...
next