]> git.saurik.com Git - wxWidgets.git/history - src
added NO_PTR versions of ARRAY macros to suppress warnings (based on patch 770983)
[wxWidgets.git] / src /
2003-07-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-07-19  Vadim Zeitlinadded Show/HideNativeCaret() (patch 759924)
2003-07-19  Vadim Zeitlindon't set focus to radiobox in SetSelection() (patch...
2003-07-19  Julian SmartAdded minimal file dialog for SmartPhone
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-07-19  Vadim Zeitlinadded GetForbiddenChars() and TRUE -> true (patch 757777)
2003-07-19  Mattia Barbon Fix some compilation and linking errors in samples.
2003-07-19  Vadim Zeitlinundecorate C++ names if possible
2003-07-19  Vadim Zeitlinadded medium orange/gold corresponding to the old ...
2003-07-19  Julian SmartAdded files so sample links
2003-07-18  Mattia Barbon MSVC 5 compilation fixes.
2003-07-18  Mattia Barbon GCC warning fix.
2003-07-18  Mattia Barbon Fix for crash when wxUSE_STL=1. wxDocument::DeleteAll...
2003-07-18  Mattia Barbon Replace SendIdleEvents with ProcessIdle.
2003-07-18  Julian SmartAdded some standard further identifiers to help with...
2003-07-18  Julian SmartNth -> Item
2003-07-18  Julian SmartAdded WCE toolbar
2003-07-18  Mattia Barbon Fix unintialized pointer in wxCommandProcessor when
2003-07-18  Robin DunnUpdate to Scintilla 1.53
2003-07-18  Vadim Zeitlinallow to change the event propagation level (modified...
2003-07-18  Vadim Zeitlinallow to change the event propagation level (modified...
2003-07-17  Vadim Zeitlinapplied event speed up patch (752928)
2003-07-17  Vadim Zeitlinadded format parameter to File/DirName()
2003-07-17  Mattia Barbon Remove incorrect and unnecessary wxEntryCleanup decla...
2003-07-17  Mattia Barbon Use correct types for comparison functions in wxArray,
2003-07-17  Vadim Zeitlinset richedit DLL handle to 0 after unloading (patch...
2003-07-17  Vadim Zeitlinupdated colour definitions to the new official X versio...
2003-07-17  Vadim Zeitlintreat the string passed to MakeRelativeTo() as director...
2003-07-17  Vadim Zeitlinignore exceptions during the execution of the exception...
2003-07-17  Vadim Zeitlinstrlen -> wxStrlen (patch 772985)
2003-07-17  Vadim Zeitlindon't use fall back if we had already found the MIME...
2003-07-17  Vadim Zeitlinallocate string freed with free() later using malloc...
2003-07-17  Václav Slavíkremove extra space at top and bottom of the page if...
2003-07-16  Ryan NortonTcl regex lib
2003-07-16  Václav Slavíkadded wxBU_EXACTFIT
2003-07-16  Julian SmartDifferent test for previously subclassed, for WinCE
2003-07-16  Julian SmartReordered winundef.h
2003-07-16  David ElliottImplement GetLabel and SetLabel
2003-07-16  Václav Slavíkremoved GetHorizontalConstraints -- no longer needed
2003-07-16  Václav Slavíktables can no longer be smaller than sum of their columns
2003-07-16  Vadim Zeitlincompilation fix (missing wx/winundef.h)
2003-07-15  Vadim Zeitlinreally fixed compilation for old imagehlp.h header
2003-07-15  Vadim Zeitlinattempt to fix compilation for old imagehlp.h header
2003-07-15  Julian SmartCompile with EVC 3.0 2002
2003-07-15  Vadim Zeitlinwe don't use wxUSE_FILENAME any longer
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-15  Václav Slavíkdon't break lines in the middle of word
2003-07-15  Václav Slavíkcut-and-paste is not good idea, removed duplicated...
2003-07-15  David ElliottAdded wxAutoNSAutoreleasePool to DoGetBestSize method
2003-07-15  David ElliottAdded wxAutoNSAutoreleasePool to Create method
2003-07-15  David ElliottUse wxAutoNSAutoreleasePool in Create() method
2003-07-15  David ElliottSetStringSelection: wxString& should be const
2003-07-15  David ElliottAdded some stubs
2003-07-15  David ElliottwxCocoa: Added wxGauge
2003-07-15  Julian SmartAdded RTL functions missing from WinCE to wxchar.h/cpp
2003-07-15  Julian SmartSmall tweaks for WinCE compatibility
2003-07-15  Julian SmartAdded missing functions WinCE
2003-07-15  Václav Slavíkreverted two previous Julian's changes, they were incorrect
2003-07-15  Julian SmartAdded call to top-level window OnInternalIdle
2003-07-15  Julian SmartFixed out by one error
2003-07-14  David ElliottAfter calling sizeToFit, round the size up to the next...
2003-07-14  David ElliottwxSpinCtrl abuses m_isShown. Don't use it for any logic
2003-07-14  David ElliottwxCocoa: Added wxSpinButton
2003-07-14  David ElliottAdded wxUSE_COMBOBOX guard
2003-07-14  David ElliottFixed file header
2003-07-14  David ElliottwxCocoa: Added basic (i.e. not working) implementation...
2003-07-14  David ElliottAdded wxButtonBase::GetDefaultSize stub
2003-07-14  Mattia Barbon Use wxApp::ProcessIdle() instead of wxApp::SendIdleEv...
2003-07-14  David ElliottCommented out wxAutoNSAutoreleasePool in CallOnInit()
2003-07-14  David ElliottPut wxAutoNSAutoreleasePool in methods that may be...
2003-07-14  David ElliottUse the new wx/cocoa/autorelease.h header.
2003-07-14  Julian SmartSendIdleEvents -> ProcessIdle
2003-07-14  Julian SmartRationalised OnIdle
2003-07-14  David ElliottPut OnIdle() back. Without deleting pending objects...
2003-07-14  David ElliottIn the object destructor, Disassociate the object from...
2003-07-14  David ElliottIn destructor, pass the NSView ownership to the base...
2003-07-14  David ElliottCall -[NSApplication stop] instead of terminate. The...
2003-07-14  Vadim Zeitlinremoved OnIdle() which didn't compile any longer
2003-07-13  Vadim Zeitlinugly fix for warnings when wxUSE_STL==0 not breaking...
2003-07-13  Vadim Zeitlinadded crashrpt.cpp
2003-07-13  Vadim ZeitlinwxGlobalSEHandler() takes PEXCEPTION_POINTERS now
2003-07-13  Vadim Zeitlinmoved SEH stuff to crashrpt.cpp
2003-07-13  Vadim ZeitlinwxSEHReport renamed to wxCrashReport enhanced and debug...
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-13  Vadim Zeitlinfirst version of crash reporting code
2003-07-12  Julian SmartUse WM_INITMENUPOPUP
2003-07-12  Mattia Barbon Warning fixes for wxUSE_STL=1.
2003-07-12  Vadim Zeitlinwarning fix
2003-07-12  Vadim Zeitlinset the containing sizer to NULL when destroying the...
2003-07-12  Mattia Barbon Readd wxStringList::Add when wxUSE_STL=1, for compati...
2003-07-12  Mattia Barbon Added and documented wxColourDatabase::AddColour.
2003-07-12  Julian SmartAdded wxWinceHelpController
2003-07-12  Julian SmartAdded net stuff, some fixes to gsock code for WinCE
2003-07-12  Vadim Zeitlinfixed wxTempFile::Commit() broken by last check in
2003-07-12  Julian SmartFixed menubar on WinCE
2003-07-12  Vadim Zeitlinfixed incorrect RegOpenKeyEx() usage
2003-07-12  Vadim Zeitlinfixed a crash
2003-07-12  Vadim Zeitlinfont is only non default if it has non default field...
2003-07-12  Vadim Zeitlinfix for a warning when wxUSE_STL == 1
2003-07-12  Vadim Zeitlinfix for a warning
next