]> git.saurik.com Git - wxWidgets.git/history - src/mac
Move HID stuff into both OSX builds. Add preliminary joystick for OSX
[wxWidgets.git] / src / mac /
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
2005-01-04  Stefan Csomoras we cannot handle zero commands properly, we have...
2005-01-04  Stefan Csomorfalling back to wxImage handler
2005-01-04  Stefan Csomor24 bit depth
2005-01-01  Robert Roebling Second attempt to fix a rare crash (bad mem access
2004-12-31  Robin DunnSend EVT_TEXT from wxTextCtrl::SetValue to conform...
2004-12-31  Stefan CsomorSetFocus fixed
2004-12-31  Stefan Csomorsetting focus explicitely when using showmodal
2004-12-31  Robert Roebling Fixes a rare crash.
2004-12-29  Robin DunnFix position of the movie when the immediate parent...
2004-12-29  Stefan Csomoradded RequestUserAttention
2004-12-29  Stefan Csomormoving cursor update AFTER the mouse event handling...
2004-12-28  Robert Roebling Also check for range on Mac's spin controls.
2004-12-28  Stefan Csomorhandling wxSTAY_ON_TOP by changing the window group...
2004-12-28  Stefan Csomorgetting rid of redefines
2004-12-27  Włodzimierz SkibaTake best fitting type for available memory measurement.
2004-12-22  Stefan Csomormaking sure we don't say we are visible while in destru...
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-12-19  Stefan Csomorcorrecting dangling refs / reuse
2004-12-18  Stefan Csomorwake up corrections : correcting ref count (mem-leak...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-13  Włodzimierz Skibamath.h/PI integration
2004-12-12  Stefan Csomorscrolling hack (always move our own scrollbars highest...
2004-12-12  Stefan Csomor10.4 header collision fix
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-12-07  Stefan Csomorfixing memory leak (reported by Ken Thomases)
2004-12-07  Stefan Csomorfixing memory leak (reported by Ken Thomases)
2004-12-05  Julian SmartAdded flags argument to wxKill and wxProcess::Kill...
2004-12-02  Kevin HockHonor value of SetMaxLength, at least when typing ...
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-25  Stefan Csomorremoved explicit IDs for scrollbars on mac
2004-11-23  Ryan Nortondll fixes for media lib
2004-11-22  David ElliottSet m_minWidth, m_minHeight so that GetBestSize() works...
2004-11-22  David ElliottDo not move the wxMDIParentFrame to (-10000,-10000...
2004-11-22  David ElliottFix centering of top-level children of wxMDIParentFrame...
2004-11-22  Ryan Nortonguess to get initial font selection working on OSX...
2004-11-20  Robert Roebling Made wxPageSetupDialog a pimpl implementation.
2004-11-19  Ryan NortonEnable stl compilation with wxMac - unicode no work...
2004-11-19  Stefan Csomorapparently this code might be called with a CFSocket...
2004-11-18  Ryan Nortonfix initial color
2004-11-17  Ryan Nortonwho knows, maybe this will fix the 10.3 problems
2004-11-16  Ryan Nortonmissed commit files
2004-11-16  Ryan Nortonmakefile regen, include fix, duplicate file fix
2004-11-16  Ryan Nortoncleanup OSX native font dialog stuff a bit (it should...
2004-11-16  Ryan Nortonfiles for native font dialog on mac
2004-11-16  Stefan Csomoronsize event not needed anymore
2004-11-15  Stefan Csomorchanged fonts on OSX to use OSX system fonts having...
2004-11-14  Ryan NortonMassive reworking of wxMediaCtrl code - backend everyth...
2004-11-12  David ElliottMoved wxStandardPathsCF into base library when using...
2004-11-11  Ryan Nortonfixup
2004-11-11  Ryan Nortonfix unsigned/signed warnings
next