]> git.saurik.com Git - wxWidgets.git/history - src/mac
added AC_CXX_DYNAMIC_CAST
[wxWidgets.git] / src / mac /
2005-03-02  Stefan Csomorunicode character events
2005-03-01  Stefan Csomorcorrect placard under toolbar
2005-03-01  Ryan NortonwxUSE_TOOLTIPS and wxUSE_IMAGE furthur fixes
2005-03-01  Ryan Nortonwork w/o bitmap button
2005-03-01  Ryan NortonwxUSE_TOOLTIPS fix (good grief I think I just did this...
2005-03-01  Ryan NortonwxUSE_XX fix
2005-03-01  Ryan NortonwxUSE_XXX fix
2005-03-01  Ryan Nortonfixup for last commit
2005-03-01  Ryan Nortonmore wxUSE_IMAGE FUN
2005-03-01  Ryan NortonwxUSE_IMAGE cleanup
2005-03-01  Ryan NortonwxUSE_IMAGE cleanup, fix warning
2005-03-01  Ryan Nortoncompile w/o tooltips
2005-03-01  Stefan Csomorhave CGImage Support in all OSX builds
2005-03-01  Stefan Csomorhave CGImage Support in all OSX builds
2005-03-01  Stefan Csomorfix for non-quartz branch
2005-02-28  Stefan Csomormask access row bytes fixed
2005-02-28  Stefan Csomorcorrecting last commit
2005-02-28  Stefan Csomor10.2 additions for non compositing
2005-02-28  Stefan Csomorcleanup
2005-02-28  Stefan Csomorno_rtti fix was not having correct eval order
2005-02-28  Kevin HockCasting grouping (Get/SetNativeContext), fixes 10.2...
2005-02-27  Stefan Csomorno_rtti fix was not having correct eval order
2005-02-27  Stefan Csomorguard for 10.2
2005-02-27  Stefan Csomorold style casts for no-rtti builds
2005-02-27  Mattia Barbon Use the same error message for wxMSW and wxMac.
2005-02-27  Stefan Csomorommission
2005-02-27  Stefan Csomorcleanup
2005-02-27  Stefan Csomorcleanup
2005-02-27  Stefan Csomormoving compositing knowledge into utility classes
2005-02-27  Stefan Csomorscrolling UPP moved
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
2005-02-27  Ryan Nortonfix compilation - Stefan see my last commit bundle :)
2005-02-27  Stefan Csomorcleanup
2005-02-27  Stefan Csomorcleanup
2005-02-27  Stefan Csomorreintroducing non-composited functionality due to DataB...
2005-02-27  Stefan Csomorreintroducing non-composited functionality due to DataB...
2005-02-26  Ryan NortonFix error and some warnings - wxTopLevelWindowMac needs...
2005-02-26  Robin DunnRange check the index in GetString
2005-02-25  Stefan Csomoradd mac theme -> rgb color conversion
2005-02-25  Stefan Csomorsubmenus have to work in these as well
2005-02-25  Stefan Csomornew MLTE implementation, using our own scrolling
2005-02-25  Stefan Csomoravoid negative widths, moved deeper down
2005-02-25  Stefan Csomoravoid negative widths
2005-02-24  Stefan Csomorunder compositing windows when using the 'classic'...
2005-02-24  Stefan Csomoradd version checks instead of symbol checks, so that...
2005-02-24  Stefan Csomornotifying children of absolute position changes, add...
2005-02-24  Stefan Csomormaking implementation independent of a wx-peer of that...
2005-02-24  Stefan Csomorforwarding position changed events to peer
2005-02-23  Stefan Csomorforce icon type for tools, as PICTs are not shown
2005-02-23  Stefan Csomorscaling for 24x24 and 64x64 sizes
2005-02-23  Stefan CsomorHITextView fixed
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-23  Stefan Csomorswitch OSX implementations to unicode text ctrl meanwhile
2005-02-23  Stefan Csomoralong the same change in dc
2005-02-23  Stefan Csomorrevamping classic MLTE implementation
2005-02-23  Stefan Csomoradding peer back to wxWindow
2005-02-23  Stefan Csomorcarbon cfm fixes, factoring code
2005-02-23  Stefan Csomorcarbon cfm fixes
2005-02-23  Stefan Csomoradding a peer pointing back to wxWindow
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-02-21  Stefan Csomorwarning fix
2005-02-21  Stefan Csomordrawing circles with a transparent pen was filling...
2005-02-21  Stefan Csomorfix for quartz case
2005-02-21  Stefan Csomorwarning cleanup
2005-02-21  Stefan Csomortrials for proper synchronizing between different conte...
2005-02-21  Stefan Csomoradapting to bitmaprefdata changes
2005-02-21  Stefan Csomorfirst step into modernizing MLTE-Classic as it still...
2005-02-21  Stefan Csomorcarbon cfm / classic fixes
2005-02-21  Stefan Csomormoving native format generation into bitmap ref data...
2005-02-20  Stefan Csomortoggle corrected for click as well
2005-02-20  Stefan Csomorcleanup
2005-02-20  Stefan Csomorchanging include type for XCode
2005-02-19  Stefan Csomorguarding against non supported logical modes
2005-02-19  Stefan Csomoruse theme drawing
2005-02-19  Stefan CsomorAdding theme drawing for list header under 10.3
2005-02-19  Stefan CsomorEVT_CHAR_HOOK added
2005-02-19  Stefan Csomorswitching to IconRefs for menu bitmaps
2005-02-19  Stefan Csomorcleaning up, adding support for Quartz / Themeing befor...
2005-02-19  Stefan Csomorfixes, adding paint handler for non OSX case toplevel...
2005-02-19  Stefan Csomoradding PICT conversion for IconRef
2005-02-19  Stefan Csomorcorrected bitmap mask -> Image conversion
2005-02-18  Kevin OllivierAdding GetPartialTextExtents implementation.
2005-02-18  Stefan Csomornew layout was messing with separator positions
2005-02-18  Stefan Csomorguard quartz specific code
2005-02-18  Robin DunnDon't know if this is right but it fixes a compile...
2005-02-18  Stefan Csomorsetting up correct port origin as well
2005-02-18  Stefan Csomorreintroducing direct access, clipping to client area...
2005-02-18  Stefan Csomorreintroducing direct access, cleanup
2005-02-18  Stefan Csomorcorrecting support for more tool sizes, support for...
2005-02-18  Stefan Csomorhaving fixed size icons, scaling from other common...
2005-02-18  Ryan NortonwxUSE_XXX related fixes
2005-02-18  Robin DunnSelect an item using the value passed to the ctor/Create
2005-02-17  Ryan NortonUse without mimetypes enabled
2005-02-17  Stefan Csomor24x24 bitmaps and separator for flat style added
2005-02-17  Kevin OllivierAdded empty methods for wxIcon functions to match...
2005-02-16  Stefan Csomoradded non-bordered toolbar tools
2005-02-15  Stefan Csomorguard against errors like in wxStringBase::AllocBeforeW...
2005-02-15  Ryan Nortonfixup for missing variable
2005-02-15  Stefan Csomortheme brush erasing and cleanup
2005-02-15  Stefan Csomormoving focus and border handling at one place, adding...
next