]> git.saurik.com Git - wxWidgets.git/history - src
fixed missing comma
[wxWidgets.git] / src /
2002-06-14  Chris Elliottfixes MSW comparision where theme name extracted from...
2002-06-14  Chris Elliottmake file for wxUniversal and Borland/MSW
2002-06-14  Robin DunnMissing ;
2002-06-13  Vadim Zeitlinfixed problems with hanging inside IsDialogMessage...
2002-06-13  Vadim Zeitlinadded missing space before >> button label
2002-06-13  Vadim Zeitlinsuppress an assert when a combobox receives WM_KILLFOCU...
2002-06-13  Vadim Zeitlinfixes to the sizers behaviour necessary to make the...
2002-06-13  Vadim Zeitlinnew wxASSERT implementation using wxAssert() helper...
2002-06-13  Vadim Zeitlinblind fix for latest mingw32 3.1
2002-06-13  Vadim Zeitlinblind fix for latest mingw32 3.1
2002-06-13  George TaskerAdded a wxASSERT_MSG in ::SetColDefs() to trap for...
2002-06-13  Stefan Csomoradapted to new ..internal structure
2002-06-13  Vadim Zeitlinmoved OnActivate() logic from wxFrame to wxDialog ...
2002-06-12  Julian SmartFixed a bug in transferring data to a wxComboBox if...
2002-06-12  Vadim Zeitlinadded wxGetProcessId()
2002-06-12  Vadim Zeitlinuse AF_INET instead of PF_INET in wxGetFullHostName
2002-06-12  Vadim Zeitlinadded missing semicolons after asserts (patch 567853)
2002-06-12  Vadim Zeitlinfixed infinite loop in wxCursor(wxImage) ctor
2002-06-12  Vadim Zeitlinfixed a warning
2002-06-11  Julian SmartInitialise font family when initializing from native...
2002-06-10  Vadim Zeitlinattempts to fix wxMimeTypesManager mess: many bugs...
2002-06-09  Robert Roebling Moved wxCharhookEvent so that it sends the same
2002-06-09  Mattia BarbonUpdate taskbar.h to use DECLARE/DEFINE_EVENT_TYPE;...
2002-06-08  Vadim Zeitlinreenabled WS_EX_CONTROLPARENT style together with a...
2002-06-08  Julian SmartUse standard IDC_HELP cursor instead of oversize custom...
2002-06-08  Vadim Zeitlincompilation fix (for !PCH)
2002-06-07  Vadim Zeitlinno changes (reformatted some code just to be able to...
2002-06-07  Vadim Zeitlinfixed wxScrolledWindow::SetScrollbars() which was broke...
2002-06-07  Vadim Zeitlinoops, compilation fix
2002-06-07  Vadim Zeitlinpatch 562893: bug in dll makefile.b32
2002-06-07  Vadim Zeitlinfixed bug in wxStrstr() replacement implementation...
2002-06-07  Vadim Zeitlindon't include winsock.h directly, this doesn't work...
2002-06-07  Vadim Zeitlinfixed text ctrl tooltips (patch 562210)
2002-06-07  Vadim ZeitlinCW compilation fix (patch 562701)
2002-06-07  Vadim Zeitlinfix tree icon refresh after collapsing a branch (patch...
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-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  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  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 Delete member to wxStringHashTable in order to...
2002-06-05  Gilles Depeyrotapplied SourceForge patch # 544164 (hidden virtual...
2002-06-05  Robin DunnGive wxMSW's wxDirDialog support for wxDD_NEW_DIR_BUTTON
2002-06-04  Robin DunnFixed a strange MSVC compile error (C2253) It thought...
2002-06-04  Robin DunnChanged FindTExt intercase to more easily handle additi...
2002-06-04  Vadim Zeitlin(re)enable Cancel button in Resume()
2002-06-04  Vadim Zeitlinadded incremental keyboard search to wxTreeCtrl
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 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  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 Updates to (behaviour of) wxComboBox and wxSpinCtrl.
2002-06-02  Robert Roebling Removed hack in Toolbar that breaks UI updates under...
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  Robert Roebling Added wxToolBar::FindControl() to fish out
2002-05-30  Vadim Zeitlinremoved some duplicate code, no real changes
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-28  David WebsterCatching up for the week
2002-05-28  Vadim Zeitlinfix compilation without WXDEBUG (includes patch 561458)
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 DunnPatch 559673 and 561053
2002-05-27  Robin DunnFixed wxMac's wxStaticText::SetFont to behave like...
2002-05-27  Robin DunnUsePrimarySelection
2002-05-26  Vadim Zeitlinadded wxWizard::Fit()
2002-05-26  Vadim Zeitlinattempts to make GetBestSize() work using constraints...
2002-05-26  Vadim Zeitlinset the id in wxMouseEvent (bug 484245)
2002-05-26  Vadim Zeitlinadd full 32 bit range support to wxSpinButton/Ctrl
2002-05-26  Vadim Zeitlinset the focus to the first control in the dialog when...
2002-05-26  Vadim Zeitlinglobally renamed INT32 to JPEG_INT32 to solve the ...
2002-05-26  Vadim Zeitlinfix for the crash when pressing TAB in the edit control...
2002-05-26  Stefan Csomormake sure we are removing ourselves from the focus...
2002-05-25  Vadim Zeitlinfixes to better remember the last focused child; also...
2002-05-25  Vadim Zeitlinchanges to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles...
2002-05-25  Vadim Zeitlinnew wxWindow::FindWindowByXXX() methods replacing the...
2002-05-25  Vadim Zeitlinfixed calling Union() or Offset() on a previously Clear...
2002-05-25  Vadim Zeitlinprevent the parent window from losing activation when...
2002-05-25  Robert Roebling Set the focus to the html display window
2002-05-24  Vadim Zeitlinfixed wxStreamBuffer::Tell() to return at least sometim...
next