]> git.saurik.com Git - wxWidgets.git/history - src/mac
adding a peer pointing back to wxWindow
[wxWidgets.git] / src / mac /
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...
2005-02-15  Stefan Csomorclipping to client area
2005-02-15  Stefan Csomorslowly approaching dcscreen...
2005-02-15  Stefan Csomoricon - bitmap conversions corrections (size is not...
2005-02-15  Stefan Csomorgetting rid of redundant redraws
2005-02-15  Stefan Csomorcompile warnings, M_BITMAPDATA privatized
2005-02-14  Ryan Nortonfix null-pointer crash
2005-02-14  Ryan NortonFinalize wxJoystick on mac. Note change. Pretty up...
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  Ryan Nortonwarnin - move pict to where it belongs :)
2005-02-14  Ryan Nortonwarnins!
2005-02-14  Ryan Nortonwarning and compilos
2005-02-14  Ryan Norton10.2 fix for CG
2005-02-13  Ryan Nortoncompile fix
2005-02-13  Ryan Nortoncompile fixes
2005-02-13  Vadim Zeitlinreplaced wxLogDebugs() with wxLogTrace()S
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-13  Stefan Csomorsource compatible way to solve the background problem
2005-02-13  Vadim Zeitlinremoved multiple duplicate copies (with subtly differen...
2005-02-13  Stefan Csomoradding clipping support
2005-02-13  Stefan Csomordefault painting back to OnPaint handler
2005-02-13  Stefan Csomoradding focus and border quartz support
2005-02-13  Stefan Csomoradding metafile and clipboard support
2005-02-12  Julian SmartPatch by David Brinegar to fix menubar updating after...
2005-02-12  Stefan CsomorMac Core Graphics Implementation
2005-02-06  Stefan Csomorfixing NULL warnings
2005-02-06  Stefan Csomorfixing NULL vs 0 warnings in gcc 4
2005-02-06  Gilles Depeyrotcorrected initialization of private wxBitmapHandler...
2005-02-06  Gilles Depeyrotorder wxFontRefData member constructor initialization...
2005-02-06  Julian SmartFix for menu items not being disabled after a modal...
2005-02-04  Ryan NortonFIX positioning problems with carbon media control...
2005-02-04  Ryan Nortonmake cocoa mediactrl usable. Some touchups to carbon...
2005-02-03  Ryan Nortondispose of old control for new one
2005-02-03  Ryan NortonCreateMovieControl change for wxMediaCtrl on OSX 10...
2005-02-03  Ryan Nortoncomment out unused stuff for warning fixing
2005-01-30  Kevin HockClean up indentation / tabs from previous patch
2005-01-30  Kevin OllivierFixed a long-standing issue where wxSlider controls...
2005-01-28  Stefan CsomorCoreGraphics dev
2005-01-27  Stefan CsomorATSUStyle taken from font
2005-01-27  Kevin HockAdd support for wxSL_INVERSE flag. Also uses new invers...
2005-01-27  Stefan Csomorpragma , precomp support
2005-01-27  Stefan CsomorATSU Support in font extended
2005-01-27  Stefan Csomorpragma and prec-header patch applied
2005-01-27  Stefan Csomorpragma and prec-header patch applied
2005-01-23  Kevin HockWe need to update the scrollbar even if it's not shown...
2005-01-23  Robert Roebling Applied patch for keyboard control in composite
2005-01-21  Kevin HockDo not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab...
2005-01-20  Włodzimierz SkibaSimple wxBatteryPower API for the support in wxWinCE...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  Kevin HockFor efficiency reasons, text controls no longer set...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-10  Stefan Csomorreverted bitmap depth increases
2005-01-09  Stefan Csomoroptimizing gauge cpu usage
2005-01-09  Stefan Csomorno message
2005-01-09  Stefan Csomoradded hack for making scrollbars really disappear under...
2005-01-09  Stefan Csomordraw the focus rect ourselves
2005-01-09  Stefan Csomorfixed border calculation
2005-01-07  Stefan CsomorOS X savvy implementation
next