]> git.saurik.com Git - wxWidgets.git/history - src/mac
log changes
[wxWidgets.git] / src / mac /
2003-09-01  Stefan Csomoronly work on the focus if the control is shown
2003-08-31  Stefan CsomorCarbon Event Mouse Moved handler changes
2003-08-31  Robert Roebling Prevent wxMac from creating an epmpty bitmap in a...
2003-08-30  Stefan Csomormade Update be window local (before was updating the...
2003-08-29  Vadim Zeitlinimplemented IsModified() and DiscardEdits()
2003-08-29  Vadim Zeitlindon't reset timer interval to 0 in Stop(), this prevent...
2003-08-28  Stefan Csomor-1 , -1 for SetSelection improved
2003-08-26  Robin DunnWXMAKINGDLL --> WXMAKINGDLL_CORE and also fixed name...
2003-08-22  Vadim Zeitlinfixed text control creation broken by my MacPreControlC...
2003-08-21  Vadim Zeitlinno changes, just resolved conflicts (due to the fact...
2003-08-21  Stefan Csomordestructor should not clear the ControlHandle, otherwis...
2003-08-19  Stefan Csomorunicode fixes, enabling notebook images again
2003-08-18  Vadim Zeitlinuse wxWindowBase::Create() instead of duplicating its...
2003-08-18  Vadim Zeitlincommented out annoying wxLogDebug
2003-08-18  Vadim Zeitlindeleted unused variable
2003-08-18  Stefan Csomorscope added for keyboard handler
2003-08-17  Stefan Csomorseveral patches and extensions
2003-08-17  Stefan Csomortextcontrol handling change for mac (execute event...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-17  Stefan Csomorunicode for mac fixes
2003-08-17  Stefan Csomorunicode for mac fixes
2003-08-16  Stefan Csomorunicode for mac fixes
2003-08-16  Stefan Csomorunicode for mac fixes
2003-08-13  Robin DunnClear --> ClearBackground
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-12  Stefan Csomorpanther fix
2003-08-10  Vadim Zeitlincompilation fix for !wxUSE_BASE
2003-08-10  Vadim Zeitlinparameters must have names in C
2003-08-10  Stefan Csomortwo fixes from Justin Bradford
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-08-04  Vadim Zeitlincompilation fixes
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-08-01  Vadim Zeitlin1. added flags to splitter drawing functions and replaced
2003-07-28  Vadim Zeitlinadded wxAppTraits::CreateRenderer() which may be used...
2003-07-27  Vadim Zeitlinadded orient parameter to DrawSplitterSash instead...
2003-07-24  Julian SmartDeal with a zero to-page
2003-07-24  Vadim Zeitlinmore compilation fixes
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-07-23  Vadim Zeitlinanother compilation fix
2003-07-23  Vadim Zeitlincompilation fixes
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-21  Vadim Zeitlinvirtualized splitter drawing; removed/deprecated some...
2003-07-20  Vadim Zeitlincompilation fixes
2003-07-20  Vadim Zeitlinadded wxRendererNative to be used by the generic contro...
2003-07-20  Václav Slavíkfiles.lst files are no longer used
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-07-14  Julian SmartRationalised OnIdle
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-11  Stefan Csomorcodewarrior fixes
2003-07-11  Stefan Csomorstyle creation
2003-07-10  Stefan Csomoradded release event
2003-07-10  Vadim Zeitlinpreliminary implementation of wxEVT_MENU_OPEN/CLOSE...
2003-07-10  Vadim ZeitlinwxMac doesn't need UseNativeStatusBar hack
2003-07-10  Vadim Zeitlinfixed build
2003-07-09  Vadim Zeitlincheck index in GetString()
2003-07-09  Vadim Zeitlinattempts to fix separate compilation (didn't work)
2003-07-09  Vadim Zeitlinremoved some stray MSW code
2003-07-09  Vadim Zeitlinfixed gcc 3.3 compilation warnings
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-05  Stefan Csomorchanged Remove to RemoveAt
2003-07-04  Stefan Csomortrying to avoid unneccessary redraws by not invalidatin...
2003-07-04  Stefan Csomorflag removed
2003-07-04  Stefan Csomorapp traits support and CW Debug output fix
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-28  Vadim Zeitlinreplaced wxGetOsVersion() with wxGUIAppTraits::GetOSVer...
2003-06-28  Vadim Zeitlinfixed unused variable warnings
2003-06-28  Stefan Csomorfunction key support
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-06-24  Gilles Depeyrotminor corrections for compilation with gcc 3.3 (use...
2003-06-24  Vadim Zeitlinregenerated project/makefiles with tmake
2003-06-24  Vadim Zeitlinremoved duplicate wxTheApp and m_appInitFn definitions...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-23  Vadim ZeitlinGetIcon() returns wxIconLocation, not wxIcon, now
2003-06-20  Gilles Depeyrotcorrected return value of wxTimer::Start when timer...
2003-06-19  Vadim Zeitlinadded wxIsDebuggerRunning() (which is going to replace...
2003-06-19  David ElliottIn wxApp::OnIdle() check to see if there is not a curre...
2003-06-19  David ElliottAdd ability to have a wxMenuBar as a common menu
2003-06-14  Vadim Zeitlinregenerated using tmake to add fldlgcmn.cpp
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-06-14  Vadim Zeitlinimplemented alpha support for raw bitmaps under Mac
2003-06-13  David ElliottProposed wxMac MDI interface (in limbo)
2003-06-13  David ElliottAdded support for delayed deactivation of windows ...
2003-06-13  Vadim Zeitlinsend wxEVT_SCROLLWIN_THUMBRELEASE events
2003-06-13  Vadim Zeitlinregenerated all make/project files to include selstore...
2003-06-12  David ElliottMake wxMDIParentFrame a regular top level window
2003-06-11  Vadim Zeitlintrigraph warning fixed
2003-06-11  Vadim Zeitlinremoved duplicate code from SetData(), just call AddData()
2003-06-11  Vadim Zeitlinmerged the confllict resolution (I've fixed the m_forma...
2003-06-11  Vadim Zeitlinadded selstore.(h|cpp)
2003-06-11  Stefan Csomorcorrected error in last fix for insert items
2003-06-07  Stefan CsomorGetId was accessing the m_format var incorrectly
2003-06-07  Stefan Csomorcast correction Profiler
2003-06-07  Stefan Csomorcleanup
2003-06-07  Stefan CsomorMacHandleControlClick extended by mouseStillDown state...
2003-06-07  Stefan Csomorchanging inheritance and delegation
2003-06-07  Robin Dunnrevert my last change
next