]> git.saurik.com Git - wxWidgets.git/history - src/mac
Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom
[wxWidgets.git] / src / mac /
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-14  David Elliott* In _GSocket_Get_Mac_Socket(), do not call CFSocketSet...
2004-01-14  David Elliott* _GSocket_Enable_Events() and _GSocket_Disable_Events...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-28  Ryan NortonAdded/Fixed some things in wxGetKeyState
2003-12-24  David Elliott* Implemented according to Apple CFSocket documentation:
2003-12-23  Julian SmartMOre wxUSE_... fixes
2003-12-23  Julian SmartAdded wxUSE_TOOLBAR, wxUSE_STATUSBAR tests
2003-12-16  Ryan NortonCommented out WXK_CONTROL....
2003-12-14  Ryan NortonTODO note :)
2003-12-14  Ryan NortonwxGetKeyState as per feature request :).
2003-12-13  Gilles DepeyrotGSocket (Generic Socket) Mac OS X mach-o part by Brian...
2003-12-12  Dimitri SchoolwerthApplied fix for patch #846732 'filedalog long filename...
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-12-11  Julian SmartAplied patch [ 816113 ] Inconsistent GetCharWidth over...
2003-12-07  Gilles Depeyrotapplied SourceForge patch # 854330 for Filedialog Unico...
2003-12-07  Gilles Depeyrotcorrected Unicode conversion when replacing shared...
2003-11-28  Dimitri SchoolwerthFixed possible usage of uninitialized variable.
2003-11-27  Dimitri SchoolwerthFixed signed/unsigned warning (GetCount() returns size_...
2003-11-24  Dimitri SchoolwerthApplied patch #809919 (Allows wxMac threads to run...
2003-11-24  Dimitri SchoolwerthApplied patch #809019 (Adds embedded/plugin capabilitie...
2003-11-23  Gilles Depeyrotapplied SF patch #846738 mousewheel support
2003-11-23  Mattia Barbon Avoid double free in wxComboBox::SetClientObject.
2003-11-21  Gilles Depeyrotapplied SF patch #846732 file dialog long filename...
2003-11-19  Dimitri SchoolwerthImplemented missing pure virt functions (stub functions...
2003-11-18  Dimitri SchoolwerthDon't leave behind trails from glowing OS X button...
2003-11-07  Stefan Csomorafter rearrangement to-Page got lost
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-10-22  Stefan Csomorstring conversion bug fixed
2003-10-22  Stefan Csomorfix for unicode build
2003-10-21  Gilles Depeyrotapplied SF patch # 826838 to fix removal of -psn_*...
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-15  Vadim Zeitlinremoved the weird m_style which was never initialized...
2003-10-15  Stefan Csomorbug fix
2003-10-10  Stefan Csomornewlines conversions streamlined
2003-10-04  Stefan Csomorapplied bug fix
2003-09-30  Stefan Csomorfixed typo
2003-09-28  Vadim Zeitlinadded 3-state checkboxes (patch 813790)
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-25  Vadim Zeitlincompilation fixes after making wxFontRefData private...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-21  Vadim Zeitlincompilation fix
2003-09-21  Vadim Zeitlincompilation fix
2003-09-20  Vadim Zeitlinremoved mark #pragmas
2003-09-20  Vadim Zeitlincompilation fix for xlc
2003-09-20  Vadim Zeitlinmade globals static to avoid linking problems
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 Zeitlinwarnings fixes
2003-09-17  Stefan Csomorno message
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 Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-13  Stefan Csomortarget_carbon added
2003-09-13  Stefan Csomorfaster portsetting backpatched
2003-09-13  Stefan Csomorclassic fixes
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-09-11  Stefan Csomordisabling anti-aliasing in carbon builds running under...
2003-09-11  Stefan Csomormoved setting of internal vars in order to avoid proble...
2003-09-11  Stefan Csomorfocus setting must be possible even when not shown yet
2003-09-11  Stefan Csomormouse events added, menu id 0 safety check
2003-09-11  Stefan Csomorreminder added
2003-09-11  Stefan Csomornew carbon implementation (unicode support)
2003-09-11  Stefan Csomormouse event handling extended
2003-09-10  Stefan Csomorswitching off tight borders to have it look properly...
2003-09-10  Stefan Csomorghost button fix (was calling another baseclass create)
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-09-09  Stefan Csomorconst ptr fix
2003-09-09  Stefan Csomorcrashes fixed, trying to remove erradic redraws when...
2003-09-09  Stefan CsomorwxID_PREFERENCES added
2003-09-09  Stefan Csomorimplementation changes to closer follow MSW, crashes...
2003-09-09  Stefan Csomorinitial creation invisible
2003-09-09  Stefan Csomortrying to avoid redraw problems at wrong places
2003-09-09  Stefan Csomorfixing Update, attempt to speed redrawing by making...
2003-09-09  Stefan Csomorwhen memory dumps out debug info, lookups can go wrong...
2003-09-09  Robert Roebling Applied patch for better sizing of bitmap buttons.
2003-09-09  Robert Roebling Applied patch for better pattern support.
2003-09-05  Stefan Csomorselection for DeleteAllPages corrected, images scaleing...
2003-09-05  Stefan Csomorcommented section removed
2003-09-05  Stefan Csomortodo added
2003-09-05  Stefan Csomorremoving scroll flags before instantiation the base...
2003-09-05  Stefan Csomoradded live resizing
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
next