]> git.saurik.com Git - wxWidgets.git/history - include/wx/mac/carbon
Add missing include for non-PCH builds
[wxWidgets.git] / include / wx / mac / carbon /
2006-02-12  Kevin HockAdd missing include for non-PCH builds
2006-02-09  Stefan Csomorcorrect tabbing for full keyboard access
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-05  David Surovellmoved ctor implementation into dot-cpp file; reformatted
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-25  Stefan Csomorkey/char event changes for inline editing (japanese...
2006-01-25  Stefan Csomoradapting comment to new implementation
2006-01-19  David Surovellcleanup - reformat
2006-01-18  David Surovellcleanup - reformat
2006-01-18  David Surovellcleanup - remove duplicate decl., added #include, etc.
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2006-01-15  Mart RaudseppDon't extern declare wxDialogNameStr twice
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...
2006-01-12  Vadim Zeitlinimplemented wxEventLoop for wxMac
2006-01-10  David Surovellcleanup - reformat
2005-12-10  Stefan Csomorsupport for standard command IDs
2005-12-03  David Surovellapplied patch 1372197, with some minor mods and cleanup
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-11-29  Mart RaudseppMake wxJoystick::GetNumberJoystick a static method...
2005-11-10  Stefan Csomoradding hit testing
2005-11-09  Stefan Csomorwx..._EX_METAL styles support
2005-11-07  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMac part).
2005-11-06  Stefan Csomornot needed for CG
2005-11-06  Stefan Csomoradded CFRef holder templated class
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-10-06  Vadim Zeitlindon't use a floating point value as a boolean flag...
2005-10-05  Włodzimierz SkibawxColour source cleaning. Corrections to 'const unsigne...
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-10-03  Vadim Zeitlinremoved old commented out code and out of date comments
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-18  Stefan Csomortentative fix for BestSize problems (non-native toolbar)
2005-09-14  Stefan Csomoradding Robert Lang's native CG-Bezier patch
2005-09-14  Stefan Csomoradding Robert Lang's native CG-Bezier patch
2005-09-01  Vadim Zeitlinbetter handling of empty MDI parent frame visibility...
2005-08-30  Vadim Zeitlinfix for gcc warning about base class initialization...
2005-08-23  Stefan Csomoradding a string for private data identification
2005-08-19  Michael WetherellFix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett
2005-08-17  Vadim Zeitlinadded GetCurrentSelection() which is the same as GetSel...
2005-08-13  Julian SmartFixed dangling pointers bug; radio button was not remov...
2005-08-08  Vadim Zeitlinremoved mentions of wxUSE_OWNER_DRAWN: unless I miss...
2005-07-27  Stefan Csomornew native toolbar implementation (turned off by defaul...
2005-07-27  Stefan Csomornew native toolbar implementation (turned off by defaul...
2005-07-25  Stefan CsomorAdding David Surovell's fixes and extensions
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-16  Julian SmartApplied patch [ 1215991 ] Mac xrc enables unknown class
2005-06-07  Stefan Csomorsupport mac on little endian systems
2005-06-02  Dimitri Schoolwerthfixed CodeWarrior Mach-O compilation
2005-05-31  Stefan Csomoradding OS level Window Menu by default
2005-05-23  Włodzimierz SkibaUse treebase.h for enum duplicated in port/treectrl.h.
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-24  Stefan Csomoradding core services and increase Universal Header...
2005-04-19  Ryan Nortonpad out some data for binary compat
2005-04-16  Ryan NortonImplement wxMimeTypesManager on mac
2005-04-13  Stefan Csomorfixing compilo on carbon cfm with CW 9
2005-04-07  Kevin HockDeclare CFRunLoopSourceRef rather than including the...
2005-04-03  Stefan Csomoralways forcing a relayout when position changes, making...
2005-04-01  Stefan Csomormoving wxMac to new printing architecture
2005-04-01  Stefan Csomoradding protected inquiry function whether a child windo...
2005-03-31  Stefan Csomorcalculating vis regions as rects (faster for Quartz...
2005-03-31  Stefan Csomorcontent clipping becomes a runtime attribute
2005-03-30  Julian SmartApplied patch [ 1161769 ] reference to temp object...
2005-03-30  Stefan Csomorunifying redraw and scrolling calls between compositing...
2005-03-29  Stefan Csomorwe need our own imaglist implementation because in...
2005-03-29  Kevin HockAdded __WXMAC_OSX__ guards around the CFRunLoop calls...
2005-03-28  Kevin HockSeparate includes needed for Darwin and classic [ follo...
2005-03-28  Kevin HockCreate RunLoop that can be used to process pending...
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-14  Kevin HockRemoved unneeded semicolon after DECLARE_DYNAMIC_CLASS...
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-03-11  Vadim Zeitlingave default value of wxID_ANY to id parameter of wxSta...
2005-03-09  Ryan Nortoncgimagecreate from wxbitmap crashes 10.2 - turn off...
2005-03-07  Vadim Zeitlinextracted platform-specific code to determine static...
2005-03-02  Stefan Csomorunicode character events
2005-03-01  Stefan Csomorhave CGImage Support in all OSX builds
2005-02-27  Stefan Csomorcleanup, adding common methods
2005-02-27  Ryan Nortonfix compilation - Stefan see my last commit bundle :)
2005-02-27  Stefan Csomorreintroducing non-composited functionality due to DataB...
2005-02-24  Stefan Csomorforwarding position changed events to peer
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-23  Stefan Csomoradding a peer pointing back to wxWindow
2005-02-23  Stefan Csomormoving all border invalidations into one area, also...
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-02-21  Stefan Csomormoving native format generation into bitmap ref data...
2005-02-21  Vadim Zeitlinremoved ambiguity from wxGLCanvas ctors (bug 1102544)
2005-02-18  Stefan Csomorreintroducing direct access, cleanup
2005-02-18  Ryan NortonwxUSE_XXX related fixes
2005-02-15  Stefan Csomordrawing fixes
2005-02-14  Ryan NortonNeeds to inherit from wxSliderBase for new ValueInvertO...
2005-02-14  Włodzimierz SkibaCommon code for the same handling of wxSL_INVERSE.
2005-02-14  Ryan NortonMove HID stuff into both OSX builds. Add preliminary...
2005-02-14  Stefan Csomorssize_t is always defined in OSX
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2005-02-13  Stefan Csomordefault painting back to OnPaint handler
next