]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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íkdon't forget to backport HTML tables fix
2003-07-16  Václav Slavíktables can no longer be smaller than sum of their columns
2003-07-16  Václav Slavík -f-no-pcc-struct-return was only needed by ancient...
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  Václav Slavíkregenerated after fixes to make install
2003-07-15  Vadim Zeitlinwe don't use wxUSE_FILENAME any longer
2003-07-15  Václav Slavíkadded more missing headers
2003-07-15  Václav Slavíkno need to define STRICT here either
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-15  Václav SlavíkDigitalMars check didn't work
2003-07-15  Václav Slavíkdon't break lines in the middle of word
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 ElliottwxCocoa: enable help system
2003-07-15  David ElliottAdded some stubs
2003-07-15  Julian SmartUpdated WinCE project file list
2003-07-15  David ElliottwxCocoa: Enable gauge and progress dialog
2003-07-15  David ElliottwxCocoa: Added gauge.(mm|h)
2003-07-15  Julian SmartRemoved obsolete file
2003-07-15  David ElliottwxCocoa: Added wxGauge
2003-07-15  Julian SmartAdded Watcom makefile
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  Vadim Zeitlinupdated recursive mutexes description
2003-07-14  Václav SlavíkRTL problems fixed
2003-07-14  Václav Slavíkadded possibility to choose RTL
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: Allow calendar control, spin button, spin...
2003-07-14  David ElliottwxCocoa: added spinbutt.(mm|h)
2003-07-14  David ElliottwxCocoa: Added wxSpinButton
2003-07-14  David ElliottwxCocoa: enable combo box
2003-07-14  David ElliottAdded wxUSE_COMBOBOX guard
2003-07-14  Václav Slavíkupdated to correctly install wx-config and wxMSW headers
2003-07-14  David ElliottwxCocoa: Added combobox.(mm|h)
2003-07-14  David ElliottFixed file header
2003-07-14  David ElliottwxCocoa: Added basic (i.e. not working) implementation...
2003-07-14  Václav Slavíkfixed make install for wxMSW ole headers
2003-07-14  Václav Slavíkfixed wx-config installation
2003-07-14  Václav Slavíkadded missing header files
2003-07-14  Václav Slavíkremoved --enable-precomp
2003-07-14  David ElliottAdded default argument (true) to Show()
2003-07-14  David ElliottwxCocoa: Allow find/replace dialog, font dialog, grid...
2003-07-14  David ElliottAdded wxButtonBase::GetDefaultSize stub
2003-07-14  Mattia Barbon Use wxApp::ProcessIdle() instead of wxApp::SendIdleEv...
2003-07-14  David ElliottwxCocoa: allow sash, splitter, and startup tips
2003-07-14  David ElliottUse generic MDI with wxCocoa until a real implementatio...
2003-07-14  David ElliottAdded (Start|End)DrawingOnTop stubs
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  David ElliottPlace wxAutoNSAutoreleasePool in this 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 Zeitlinmention wxCrashReport
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 Zeitlinadded wxHAS_ICON_LOCATION and wxHAS_CRASH_REPORT
2003-07-13  Vadim ZeitlinwxSEHReport renamed to wxCrashReport enhanced and debug...
2003-07-13  Mattia Barbon Move #inclusion of wx/msw/winundef.h for MinGW to...
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  Julian SmartRemoved obsolete file
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 Zeitlin fixed class/struct mismatch
2003-07-12  Vadim Zeitlinfix for a warning
2003-07-12  Julian SmartCompilo
next