wxWidgets.git
2002-07-15  David WebsterFix text placement in statusbar
2002-07-15  David WebsterNicer looking OS/2 Statusbar
2002-07-14  Mattia BarbonAllow building wxProtocol without wxUSE_SOCKETS
2002-07-14  Vadim Zeitlinlet the DefWindowProc() process messages sent to RAS...
2002-07-14  Vadim Zeitlinfixed wxStrrchr(s, '\0') bug, added const and non const...
2002-07-14  Robert Roebling Let wxToolBar assume that no orientation flag means...
2002-07-14  Robert Roebling Corrected display for empty lines in text control.
2002-07-14  Robert Roebling Convert to and from \n and \r in wxMac's text
2002-07-14  Gilles Depeyrotcorrected warnings
2002-07-14  Gilles Depeyrotremoved unused variable
2002-07-14  Gilles Depeyrotadded unimplemented error messages
2002-07-14  Gilles Depeyrotadded unimplemented error message
2002-07-14  Gilles Depeyrotadded unimplemented message
2002-07-14  Gilles Depeyrotexplicitly raise modal dialogs in case a non modal...
2002-07-13  Gilles Depeyrotcorrected return type of wxDetermineImageType
2002-07-12  Robin DunnChanged wxProcess::Open to take a flags arg to pass...
2002-07-12  Robin DunnSWIGged changes for wxMac
2002-07-12  Robin DunnSWIGged changes for wxGTK
2002-07-12  Robin Dunnbuild script tweaks
2002-07-12  Robin DunnI forgot the wxSignal enum
2002-07-12  Robin DunnAdded wxProcess_Open and etc.
2002-07-12  Robin Dunnbetter cleanup
2002-07-12  Robert Roebling Tried to fix update/refresh again. The code erronously
2002-07-12  Vadim Zeitlinadded a stupid wxProcess::Open() test -- it can't be...
2002-07-12  Vadim Zeitlindon't close end process pipe descriptor too early ...
2002-07-12  Vadim Zeitlintreat NULL extension properly in wxLoad/SaveFileSelecto...
2002-07-12  Vadim Zeitlinuse wxFileInput/OutputStreams instead of reproducing...
2002-07-12  Vadim Zeitlinadded and documented wxProcess::Open()
2002-07-12  Vadim Zeitlindetect EOF properly in wxFileInputStream
2002-07-12  Vadim Zeitlindon't write the strings to the stream one char at a...
2002-07-12  Julian SmartAdded wxView::OnClosingDocument so the application...
2002-07-12  Vadim Zeitlinattempt to fix a rare crash which happens when changing...
2002-07-12  Robin DunnAllow wxComboBox to get key events for ENTER with wxPRO...
2002-07-12  Vadim Zeitlin0. wxExecute() with IO redirection now works again...
2002-07-12  Julian SmartSomehow wxWizard lost the 'virtual' keyword for DoCreat...
2002-07-12  Vadim Zeitlinfixed bug in Ungetch() which was preventing wxExecute...
2002-07-12  Vadim Zeitlinadded SetSashPosition() test
2002-07-12  Julian SmartAdded Ian Brown's fix for PopupMenu not blocking
2002-07-11  David WebsterToolbar/tooltip udates
2002-07-11  Robin Dunndemo tweaks
2002-07-11  Robin DunnTypo fixed
2002-07-11  Robin DunnChanged the wxDateTime.Parse* methods to return an...
2002-07-11  Robin DunnAdded wxEVT_SCROLL_ENDSCROLL
2002-07-11  Robin Dunnput unicode mods back in
2002-07-11  Robin DunnNew wxActiveX and wxIEHtmlWin from Lindsay
2002-07-10  Robin DunnEnsure that the wxSTC gets the focus when clicked.
2002-07-10  Julian SmartAdded back makefile.vc
2002-07-10  Vadim ZeitlinAIX linking fix (declare wxDataObject dtor)
2002-07-10  Vadim Zeitlincompilation fix
2002-07-10  Julian SmartRemoved some inappropriate use of verbatim
2002-07-10  David WebsterMore tooltip handling
2002-07-09  Vadim Zeitlinextracted the scroll events docs in a single file which...
2002-07-09  Vadim Zeitlinreport the sider events
2002-07-09  Vadim Zeitlinadded ENDSCROLL event (patch 576176)
2002-07-09  Vadim Zeitlinthe handling of Home/End in wxScrollBar was reversed...
2002-07-09  Vadim Zeitlinfix linking on AIX/RS6000 by using -mminimal-toc option
2002-07-09  Vadim Zeitlincompilation fix for 64 bit statvfs under Solaris
2002-07-09  David WebsterTooltip udpates
2002-07-09  Robert Roebling No events when setting values.
2002-07-09  Robert Roebling Don't let wxSlider send events when programmatically...
2002-07-09  Robin DunnCompilation fix
2002-07-09  Vadim Zeitlincompilation fixes for _LARGE_FILES
2002-07-09  Vadim Zeitlinimplemented wxVariant::NullList() (patch 578257)
2002-07-09  Vadim Zeitlinautomatically initialize m_cRef to 0 (patch 575011...
2002-07-09  Julian SmartSimplified helpview sample again and removed bitmaps.
2002-07-09  Julian SmartCompiles
2002-07-09  Julian SmartRemoved makefile with capital M
2002-07-09  Julian SmartAdded helpview utility
2002-07-09  Julian SmartCorrected a few typos and added references to files...
2002-07-09  Julian SmartAdded comment about increased wxRadioBox space
2002-07-09  Robert Roebling Added port notes.
2002-07-09  Robert Roebling Makefile fix for "make win-dist".
2002-07-09  Robert Roebling Oops.
2002-07-09  David WebsterTooltip updates
2002-07-09  David WebsterOS/2 fixes for new PNG lib
2002-07-09  David WebsterUpdates for tooltip support
2002-07-08  Robin Dunnbug fix. The wxCharBuffer was being destroyed before...
2002-07-08  Gilles Depeyrotupdated libpng from 1.0.3 to 1.2.4
2002-07-08  Gilles Depeyrotcorrected conflicts after import of libpng-1.2.4
2002-07-08  Gilles Depeyrotreadded previsouly removed files (needed for merge...
2002-07-08  Gilles Depeyrotcorrected conlfict after import of libpng-1.2.4
2002-07-08  Gilles Depeyrotreadded previously removed file
2002-07-08  Julian SmartAdded space under label since it was too close to first...
2002-07-08  Gilles DepeyrotThis commit was generated by cvs2svn to compensate...
2002-07-08  Gilles DepeyrotInitial revision
2002-07-08  Gilles Depeyrotremove conflicting libpng-1/0/3 files before import...
2002-07-08  Robin DunnAdded generic static text control
2002-07-08  Julian SmartAdded download page link.
2002-07-08  David WebsterToolbar fixes and weekly catch-up.
2002-07-08  Vadim Zeitlinfixed handling of Ctrl-arrows movement which was unsele...
2002-07-08  Vadim Zeitlinapplied the same fix for crashing if the END_EDIT event...
2002-07-08  Vadim Zeitlinreally remove the selection when Unselect() is called
2002-07-08  Vadim Zeitlinfix crash when the user code refuses to validate the...
2002-07-08  Vadim Zeitlinmade the validation message more clear
2002-07-08  Robert Roebling This memory corruption caused me three and
2002-07-08  Robert Roebling Return to 20x20 default size.
2002-07-08  Julian SmartAdded files.lst to wxMotif distribution.
2002-07-08  David WebsterOS/2 loads bitmap resources via integer ID, not via...
2002-07-08  David WebsterToolbar updates
2002-07-08  David Websterno message
next