]> git.saurik.com Git - wxWidgets.git/history - src
Updated OS/2 specific part of the installation instructions.
[wxWidgets.git] / src /
2003-09-20  Julian SmartShould be able to use the DC in OnPrepare without gener...
2003-09-20  Vadim Zeitlinderive wxComboBox from wxItemContainer (via wxComboBoxB...
2003-09-20  Vadim Zeitlinremoved mark #pragmas
2003-09-20  Vadim Zeitlinfixed cleanup order to behave correctly in presence...
2003-09-20  Vadim Zeitlincall OnExit() even if an exception has been thrown...
2003-09-20  Vadim Zeitlincompilation fix for xlc
2003-09-20  Vadim Zeitlinmade globals static to avoid linking problems
2003-09-20  Vadim Zeitlindon't use wx/scopeguard.h for OpenWatcom compatibility...
2003-09-20  Mattia Barbon Compilation fixes.
2003-09-20  Vadim ZeitlinUnicode compilation fix (bug 809707)
2003-09-19  Vadim Zeitlin(blind) compilation fix after recent KeywordSearch...
2003-09-19  Vadim Zeitlinfixed bug in wxCSConv(encoding) ctor (which I just...
2003-09-19  Vadim Zeitlinuse wxCSConv instead of Win32 API
2003-09-19  Robin DunnCheck wxSIZE_ALLOW_MINUS_ONE for x and y too.
2003-09-19  Vadim ZeitlinwxTextCtrl::GetValue() lost (replaced with question...
2003-09-19  Vadim Zeitlinadded wxCSConv ctor taking wxFontEncoding
2003-09-19  Mattia Barbon Compilation fix for wxUSE_DRAG_AND_DROP==0.
2003-09-19  Robin DunnPrevent possible divide by zero problem
2003-09-19  Robin DunnPatch #809286 and a couple other minor changes to the...
2003-09-19  Robin DunnRegenerated some contrib makefiles
2003-09-19  Vadim Zeitlinfix for generating set/kill focus events for wxRadioBox...
2003-09-19  Julian SmartAdded SQLTCHAR for non-Windows platforms, and added...
2003-09-19  Robin DunnOnly process dynamic events if the eventTypes match
2003-09-19  Vadim Zeitlincleaned up VMS #ifdef mess
2003-09-19  Vadim Zeitlinattempt to fix race condition between Delete() and...
2003-09-19  Vadim Zeitlincheck whether input stream is readable in OpenFile...
2003-09-18  Vadim Zeitlinfix text scrolling in GTK2 (patch 703988)
2003-09-18  Vadim Zeitlincorrected parsing of dates like 01.02.03 (where year...
2003-09-18  Václav Slavíkfixed single word selection
2003-09-18  Robin DunnAdded DoDragOver and DoDropText from Angelo Mandato...
2003-09-18  Robin DunnAdded missing }
2003-09-18  Robin DunnPatch #808669 more warngins and unicode fixes
2003-09-18  Julian SmartReverted fragment
2003-09-18  Vadim Zeitlinfix the bug with not skipping events any more after...
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-09-18  Julian SmartApplied patch [ 807164 ] fixes for core library
2003-09-18  Julian SmartWinCE doesn't have GetMessageTime
2003-09-18  Julian SmartApplied patch [ 808328 ] restore border styles for...
2003-09-18  Stefan Csomorsupport for true two button mouse under OSX
2003-09-18  Stefan Csomorturning on old quit apple event handling
2003-09-18  Stefan Csomormoved drawing to isvisible branch only
2003-09-18  Vadim Zeitlintool windows shouldn't appear on the taskbar (patch...
2003-09-18  Václav SlavíkwxMGL compilation fixes
2003-09-18  Robin DunnUpdated to Scintilla 1.54
2003-09-18  Vadim Zeitlinwarnings fixes
2003-09-17  Vadim Zeitlinremoved wxMsgArray definition (now in evtloop.cpp)...
2003-09-17  Vadim Zeitlincall wxApp::OnUnhandledException()
2003-09-17  Vadim Zeitlinmoved all event handlers callign code in ProcessEventIf...
2003-09-17  Vadim Zeitlinuse wxModalEvtLoop, made more code exception safe
2003-09-17  Vadim Zeitlinadded OnExit(); made event loop exception safe; added...
2003-09-17  Vadim Zeitlinuse standard tied pointer now
2003-09-17  Vadim Zeitlindocumented how to handle C++ exceptions in wxWindows
2003-09-17  Stefan Csomorno message
2003-09-16  Vadim Zeitlinfixed fatal typo in wxYieldForCommandsOnly
2003-09-16  Robert Roebling Left in some debug code.
2003-09-16  Vadim Zeitlindon't hang forever in Dispatch() if there is no event...
2003-09-16  Mattia Barbon wxX11 compilation fix.
2003-09-16  Vadim Zeitlinreverted the delete/Destroy() change in DestroyChildren()
2003-09-16  Vadim Zeitlinfixed modal dialogs after event loop change
2003-09-16  Vadim Zeitlin(blind) fix for wxMac compilation
2003-09-15  Václav Slavíkadded DESTDIR support to make install
2003-09-15  Stefan Csomorfix for preserving the clip rgn (control redraws missin...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlinfixed return value of wxMDIChildFrame::HandleGetMinMaxI...
2003-09-15  Robin DunnEnsure that the native font is initialized so the face...
2003-09-15  Julian SmartUpdated makefiles etc. for 2.5.1
2003-09-15  David ElliottCleaned up some comments, reorganized some code
2003-09-15  Chris Elliottsf patch #806451
2003-09-15  Vadim Zeitlinremove us from the parents children list in Destroy()
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-15  Vadim ZeitlinwxNavigationKeyEvent doesn't derive from wxCommandEvent...
2003-09-15  Julian SmartWinCE bitmap patch from Johannes Schindelin <Johannes...
2003-09-14  Vadim Zeitlinimplemented wxDateTime::ParseDateTime() (patch 779794)
2003-09-14  Vadim Zeitlinadjust m_current when inserting items in the control...
2003-09-14  Vadim Zeitlinfix for calculating the header window height (patch...
2003-09-14  Vadim Zeitlinalign the items correctly with wxLC_ALIGN_TOP
2003-09-14  Vadim Zeitlinadded support for wxLC_ALIGN_LEFT/TOP
2003-09-14  Vadim Zeitlinaccount for the scrollbars in GetViewRect()
2003-09-14  Julian SmartChanged version to 2.5.1
2003-09-14  Vadim Zeitlindisabled (conditionally) separating static line; improv...
2003-09-14  Vadim Zeitlinremoved the fudge from GetViewRect(), it isn't needed
2003-09-14  Vadim ZeitlinGePageRect() should use the full list size while OnSize...
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-14  Vadim Zeitlinuse child->Destroy() instead of delete child in Destroy...
2003-09-14  Vadim Zeitlincompilation fix after last check in
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinuse newly added GetViewRect() instead of trying to...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
2003-09-14  Vadim Zeitlinattempt to fix another occurence of WS_EX_CONTROLPARENT...
2003-09-13  Stefan Csomortarget_carbon added
2003-09-13  Stefan Csomorfaster portsetting backpatched
2003-09-13  Stefan Csomorclassic fixes
2003-09-13  Mattia Barbon wxUniversal STL-ification.
2003-09-13  Gilles Depeyrotuse SYMROOT instead of DERIVED_SOURCES_DIR
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-09-12  Robin DunnThe unknown control container should always have the...
2003-09-12  Gilles Depeyrotexternal Shell Script file to copy setup.h for ProjectB...
next