Lots of updates for color dialog and sliders
[wxWidgets.git] / src /
2002-07-21  Václav SlavíkUnicodification of wxDataStreams
2002-07-21  Vadim Zeitlindefault style now applies to the text entered by the...
2002-07-21  Vadim Zeitlinfixed a compilation warning
2002-07-21  Vadim Zeitlin1. more consistency in wxTree/ListEvent methods naming...
2002-07-21  Vadim Zeitlindon't cache the result of IsAlwaysConnected() and don...
2002-07-21  Vadim Zeitlinreverted Chris' MSW additions patch (we should use...
2002-07-20  Václav Slavíkread message catalogs from the location where wxWin...
2002-07-20  Stefan Csomoradded Mark Newsam's patch
2002-07-19  Robin DunnMoved the check for page scrolling with the wheel into...
2002-07-19  Julian SmartApplied patch [ 573644 ] wxDisplay for Mac (again)
2002-07-19  Julian SmartApplied patch [ 578052 ] Doc/View and recursion problems
2002-07-19  Julian SmartApplied patch [ 581139 ] Misc wxCmdLineParser changes...
2002-07-19  Robin DunnFix for mousewheel events when it is set to page mode...
2002-07-19  Václav Slavíkuse wxLogFatalError, not wxFatalError
2002-07-19  Julian SmartSet default encoding
2002-07-18  Gilles Depeyrotadded missing return to avoid 'control reaches end...
2002-07-17  Vadim ZeitlinwxSTAY_ON_TOP support in wxMessageBox (patch 581826)
2002-07-17  Vadim Zeitlinmaintenance update (patch 582592)
2002-07-17  Mattia BarbonAllow compiling wxMotif/GTK/X11 for Cygwin/XFree
2002-07-16  Vadim Zeitlinfixed more printf() warnings
2002-07-16  David WebsterFix for GetValue
2002-07-15  Václav SlavíkwxPrinting fix for wxMGL
2002-07-15  David WebsterDialog processing updates and some timer fixes
2002-07-15  Robin DunnIcons fetched from wxMimeTypesManager did not get the...
2002-07-15  Julian SmartStripped menu control characters from buttons, static...
2002-07-15  Robin DunnAssert that wxEXEC_SYNC is not passed in flags to wxPro...
2002-07-15  Robin DunnPatch #581167
2002-07-15  Chris Elliottsingle instance checker addition for MSW
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 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-12  Robin DunnChanged wxProcess::Open to take a flags arg to pass...
2002-07-12  Robert Roebling Tried to fix update/refresh again. The code erronously
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  Vadim Zeitlinfixed bug in Ungetch() which was preventing wxExecute...
2002-07-12  Julian SmartAdded Ian Brown's fix for PopupMenu not blocking
2002-07-11  David WebsterToolbar/tooltip udates
2002-07-10  Robin DunnEnsure that the wxSTC gets the focus when clicked.
2002-07-10  Vadim ZeitlinAIX linking fix (declare wxDataObject dtor)
2002-07-10  David WebsterMore tooltip handling
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 Zeitlincompilation fix for 64 bit statvfs under Solaris
2002-07-09  David WebsterTooltip udpates
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  Robert Roebling Oops.
2002-07-09  David WebsterTooltip updates
2002-07-09  David WebsterOS/2 fixes for new PNG lib
2002-07-08  Robin Dunnbug fix. The wxCharBuffer was being destroyed before...
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  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  Robert Roebling This memory corruption caused me three and
2002-07-08  David WebsterOS/2 loads bitmap resources via integer ID, not via...
2002-07-08  David WebsterToolbar updates
2002-07-07  Ron LeeUpdate Layout more correctly in DoSetVirtualSize.
2002-07-07  Ron Leeput wx/app.h back though, for people without precompile...
2002-07-06  Robert Roebling Cosmetic change.
2002-07-06  Vadim Zeitlinfixed bug introduced by my previous GtkUpdateSize(...
2002-07-06  Mattia BarbonFix MinGW compilation in some corner cases
2002-07-06  Robin DunnAllow wxSTC to have scrollbars
2002-07-06  Robin DunnActually check if the menu should be shown before poppi...
2002-07-05  Mattia BarbonFix some GCC 3.1 compilation warnings
2002-07-05  George TaskerFixes the problem with VARCHAR fields not allowing...
2002-07-05  Julian SmartAdded wxRadioButton::MSWWindowProc to reset m_focusJust...
2002-07-05  Vadim Zeitlinuse GtkUpdateSize() for consitency everywhere instead...
2002-07-05  Vadim Zeitlinfixed SetToolBar(NULL) behaviour -- don't leave a hole...
next