Border corrections, and more compact dialog sizes
[wxWidgets.git] / src / mac /
2007-11-13  Julian SmartAdding missing variable declaration
2007-11-10  Stefan Csomoravoiding a -1,-1 being set as icon size
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-11-04  Vadim Zeitlininclude wx/wxprec.h first (patch 1743343)
2007-11-03  Vadim Zeitlinadded wxWindow::AlwaysShowScrollbars() and its wxMac...
2007-11-02  Vadim Zeitlinfix unused parameters warnings
2007-11-02  Stefan Csomorfixing compile problem, but is it the best way to fix...
2007-10-29  Vadim Zeitlinadd wxMouseEvent::GetClickCount() and implement it...
2007-10-27  Paul Cornettbuild fixes
2007-10-27  Paul Cornettdon't include platform headers from public wx header
2007-10-26  Robin DunnPatch [ 1820537 ] Fix for uninitialized alpha value...
2007-10-23  Robin DunnFactor out code to create a standard sized bitmap so...
2007-10-23  Vadim Zeitlinimplement wxSYS_DCLICK_MSEC support
2007-10-22  Vadim Zeitlinadded wxBG_STYLE_TRANSPARENT and implemented it for...
2007-10-22  Stefan Csomorfixing compilo
2007-10-22  Robert Roeblingremove deprecated and constructor and SetModal() methods
2007-10-21  Paul Cornettadd wxUSE_MINIFRAME wrapper
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-19  David ElliottAdd missing wxT().
2007-10-18  David ElliottFix crasher caused by wxProcessTerminationEventHandler...
2007-10-17  David ElliottApply modified patch 1785299 to trunk and 2.8.
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-10-14  David ElliottFix wxExecute process end detect behavior for wxCocoa...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-07  Robert RoeblingUpdate from Hartwig for OS X implementation
2007-10-06  Vadim Zeitlinalways return wxString from wxGetUserHome() instead...
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-09-28  Vadim ZeitlinPCH-less build fix
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-21  Julian SmartFix for wxLIST_STATE_SELECTED not being returned when...
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
2007-09-16  Vadim Zeitlinfix warnings due to use of WXDLLEXPORT on forward decla...
2007-09-14  Robert RoeblingPatch from Hartwig wrt SELECTION_CHANGE event
2007-09-13  Robert RoeblingwxDataViewCtrl patch from Hartwig
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-13  Robert RoeblingPatch from Hartwig (use new GetChildren() API)
2007-09-03  Robin Dunnwrap the code in #if wxUSE_DATAVIEWCTRL
2007-08-31  Julian SmartAdded native focus rectangle drawing for wxMac (CG...
2007-08-31  Julian SmartUse new menu item function
2007-08-30  Robert RoeblingPatch from Hartwig for wxMac implementation
2007-08-25  Robert RoeblingSet/GetExpanderColumn() should use wxDataViewColumn...
2007-08-25  Robert RoeblingHartwig's patch for OS X implementation of wxDataViewCtrl
2007-08-21  Julian SmartTest to avoid crashes in some circumstances
2007-08-18  Kevin OllivierAdd the unified style on OS X 10.4, and default to...
2007-08-18  Julian SmartUse new GetItemLabel function
2007-08-18  Kevin OllivierImplement GetCountPerPage, and fix a bug where we don...
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-13  Václav SlavíkwxMac compilation fixes for visibility (missing DLL...
2007-08-13  Robert RoeblingApplied Hartwig's implementation of OS X wxDataViewCtrl
2007-08-11  Julian SmartMenu label consistency changes
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-26  Vadim Zeitlinremoved called to deprecated wxPixelData::UseAlpha...
2007-07-22  Vadim Zeitlincall aglEnable(AGL_BUFFER_RECT) after setting the rect...
2007-07-21  Vadim Zeitlinadded wxUSE_FONTENUM for wxFontEnumerator
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-14  Stefan Csomoradapting to new m_labelOrig label member
2007-07-11  Stefan Csomor64bit fix for patch as well
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-07  David ElliottAdd factory functions for use with future unit tests.
2007-07-07  David ElliottMove wxMBConv_cf out of strconv.cpp and into strconv_cf...
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-20  Julian SmartAdded extra width for controls to avoid edge being...
2007-06-20  Julian SmartFixed uninstalled toolbars in native toolbar mode,...
2007-06-20  Julian SmartFix for non-CG mode
2007-06-19  Václav Slavíkmake wxSetEnv compatible with ANSI and Unicode, depreca...
2007-06-19  Václav Slavíkadded missing #if wxUSE_STDPATHS
2007-06-19  Julian SmartFinally fixed control scrolling
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-07  Robin DunnYielding from a non-gui thread needs to bail out, other...
2007-06-06  Robert Roebling Added initial OS X implementation of the wxDataViewCtrl
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-24  Vadim Zeitlininclude wx/wxcrtvararg.h needed for wxSscanf() when...
2007-05-23  Václav Slavíktake wxString, not wxChar* in wxStandardPaths::GetLocal...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-22  Vadim Zeitlinuse wxCoord with GetTextExtent(), not long (the long...
2007-05-22  Vadim Zeitlindon't compare wxList::compatibility_iterator with NULL...
2007-05-22  Vadim Zeitlinpass wxStrings directly to wxFAIL_MSG, there is no...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-14  Vadim Zeitlincompilation fix in GetPixelSize() for wxUSE_GRAPHICS_CO...
2007-05-10  Michael WetherellCompile fix.
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-08  Stefan Csomoradding reference to technote
2007-05-08  Stefan Csomorif it's a separate thread, it's allowed to hang (perf...
2007-05-02  Stefan Csomortrying optimal scrolling solution perf-wise
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-01  Robert Roebling Renamed wxDCBase::LogicalTo ... to wxDC::.. here...
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-05-01  Stefan Csomoradjusting refcount asserts
2007-05-01  Stefan CsomorPatch 1708290
2007-05-01  Stefan CsomorPatch 1678304
2007-05-01  Stefan CsomorPatch 1709069
2007-05-01  Stefan CsomorPatch 1709108
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
next