wxWidgets.git
2002-06-07  Vadim Zeitlinapplied typos and spelling error fixes patch from Olly...
2002-06-07  Vadim Zeitlinmore MIME tests
2002-06-07  Julian SmartRemoved 'inline' which was causing unresolved symbols
2002-06-07  Václav SlavíkwxMGL requires wxUSE_PALETTE
2002-06-07  Václav Slavíkupdated wxMGL's wxExecute signatures
2002-06-07  Robin DunnPatch #565656, fix for compilers without precomp headers
2002-06-07  Robin DunnFixed bug that showed a small gap on the wxStaticBox...
2002-06-07  Julian SmartAdded USE_SIMPLE_HELP_PROVIDER symbol to help demo...
2002-06-07  Robin DunnOnly catch double click on wxMSW
2002-06-07  Vadim Zeitlinadded wxCRITICAL_SECTION macro
2002-06-07  Vadim Zeitlinfixed glibc 2.1 detection test
2002-06-07  Robin Dunnminor tweaks and discuss unicode build in win32 build...
2002-06-06  Vadim Zeitlinmake the incremental kbd search wrap to the beginning...
2002-06-06  Robert Roebling Dislaying popup tip windows seems to work right now.
2002-06-06  Vadim Zeitlinmarked the most important backwards incompatible change...
2002-06-06  Robin DunnSWIGged updates for wxGTK
2002-06-06  Robin DunnFix for compilation error in Unicode mode
2002-06-06  Robin DunnSwitch back to not using wxPopupWindow since wxMSW...
2002-06-06  Vadim ZeitlinwxMutex changes (explicitly specify the type), return...
2002-06-06  Robin DunnAdded wxPyWindow and wxPyControl which are just like...
2002-06-06  Julian SmartCorrected typo in wxStringHashTable::Delete
2002-06-05  Vadim Zeitlinreverted wxPopupWindow implementation to the original...
2002-06-05  Vadim ZeitlinVC++ warning fix
2002-06-05  Vadim Zeitlinbring the parent of a wxFRAME_FLOAT_ON_PARENT frame...
2002-06-05  Julian SmartAdded documentation for wxHelpProvider::RemoveHelp
2002-06-05  Julian SmartAdded Delete member to wxStringHashTable in order to...
2002-06-05  Robin DunnwxMac SWIGged updates
2002-06-05  Gilles Depeyrotapplied SourceForge patch # 544164 (hidden virtual...
2002-06-05  Robin Dunnminor updates
2002-06-05  Robin DunnGive wxMSW's wxDirDialog support for wxDD_NEW_DIR_BUTTON
2002-06-05  Vadim Zeitlinupdated version from Henrik Ræder Clausen
2002-06-04  Robin DunnFixed a strange MSVC compile error (C2253) It thought...
2002-06-04  Vadim Zeitlinadded new Danish translator
2002-06-04  Robin DunnFix and update the note about handling EVT_KEY_DOWN...
2002-06-04  Robin DunnChanged FindTExt intercase to more easily handle additi...
2002-06-04  Vadim Zeitlinadded test for wxProgressDialog::Resume
2002-06-04  Vadim Zeitlinadded default parameter values to the overloaded Show...
2002-06-04  Vadim Zeitlin(re)enable Cancel button in Resume()
2002-06-04  Vadim Zeitlinadded incremental keyboard search to wxTreeCtrl
2002-06-04  Vadim Zeitlinadded and documented wxTIMER_XXX constants to be used...
2002-06-04  Vadim Zeitlincommented out some strange test code which resulted...
2002-06-04  Julian SmartIn SetProxy, add 1 to pos when parsing port since other...
2002-06-04  Vadim Zeitlinundid WS_EX_CONTROLPARENT change -- I recall now why...
2002-06-03  Vadim Zeitlinmention EVT_KEY_DOWN/CHAR change
2002-06-03  Vadim Zeitlinset focus to the page after showing it -- otherwise...
2002-06-03  Vadim Zeitlinuse WS_EX_CONTROLPARENT to ensure correct Alt-mnemonic...
2002-06-03  Julian SmartRemoved spurious </a> after <img> tag
2002-06-03  Mattia BarbonUpdated message catalogs to latest CVS
2002-06-03  David WebsterWeekly OS/2 catch-up.
2002-06-02  Robert Roebling Another typo fixed.
2002-06-02  Robert Roebling Probably fixed mouse event bug introduced recently.
2002-06-02  Robert Roebling Overrode wxMDIChildFrame's DoSetSize to not misplace
2002-06-02  Robert Roebling Implemented CharHook events.
2002-06-02  Robert Roebling Small fix for make win-dist
2002-06-02  Robert Roebling Updates to (behaviour of) wxComboBox and wxSpinCtrl.
2002-06-02  Robert Roebling Removed hack in Toolbar that breaks UI updates under...
2002-06-02  Robert Roebling Added simplistic make win-dist
2002-06-01  Vadim Zeitlinreplaced quotes in #include with angle brackets
2002-05-31  Robert Roebling Added global skope too FinControl()
2002-05-31  Vadim Zeitlinremoved unused wxWindowGTK::m_isFrame
2002-05-31  Vadim Zeitlinreplaced m_isRadioButton with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isStaticBox with a virtual...
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinfixes for the focus handling: don't set back to back...
2002-05-31  Vadim Zeitlinadded tests for the focus events
2002-05-31  Robert Roebling Added wxToolBar::FindControl() to fish out
2002-05-31  Robert Roebling Doc tweaks for FindWindowByXX
2002-05-31  Robert Roebling Documented wxClienData and friends.
2002-05-30  Vadim Zeitlinremoved some duplicate code, no real changes
2002-05-30  Robin DunnUpdated setup.h settings
2002-05-30  Robin DunnUpdated wxPython build instructions
2002-05-29  Robin DunnRemoved Refresh from OnSize as it's not needed anymore
2002-05-29  Julian SmartApplied patch #561454, testing for scrollbar
2002-05-29  Julian SmartCorrected some typos
2002-05-28  David WebsterCatching up for the week
2002-05-28  Vadim Zeitlincorrected the completely wrong example (bug 545427)
2002-05-28  Vadim Zeitlinfix compilation without WXDEBUG (includes patch 561458)
2002-05-28  Vadim Zeitlinuse new style ctor for wxFontDialog (patch 561411)
2002-05-28  Vadim Zeitlinadded consts to wxAcceleratorTable ctors from wxAcceler...
2002-05-28  Vadim Zeitlinfixed icon drawing when they have different sizes ...
2002-05-28  Vadim Zeitlinunselected the current item when unfocusing it in a...
2002-05-28  Vadim Zeitlinadded asserts to ensure that the splitter windows have...
2002-05-27  Robin DunnNo, I didn't test it before. This is what I meant...
2002-05-27  Robin DunnPatch 559673 and 561053
2002-05-27  Robin DunnSome little demo updates
2002-05-27  Robin DunnFixed wxMac's wxStaticText::SetFont to behave like...
2002-05-27  Robin DunnFixed a tex2rtf warning
2002-05-27  Robin DunnSWIGged updates for wxMac
2002-05-27  Robin DunnChanged the default style flags on wxSplashScreen
2002-05-27  Robin Dunnworkaround for assert about wxFRAME_FLOAT_ON_PARENT
2002-05-27  Robin DunnSWIGged updates for wxGTK
2002-05-27  Robin DunnSWIGged updates for wxMSW
2002-05-27  Robin DunnFix exception when there are no items in the sizer yet
2002-05-27  Robin DunnAdded a bit of test code (commented out)
2002-05-27  Robin DunnReduce flicker in the demo when image is dragged out...
2002-05-27  Robin Dunnchanges to match recent CVS updates
2002-05-27  Robin DunnSome cleanup
2002-05-27  Robin DunnUsePrimarySelection
2002-05-26  Vadim Zeitlinadded wxWizard::Fit()
next