]> git.saurik.com Git - wxWidgets.git/history - src/mac
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not...
[wxWidgets.git] / src / mac /
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
2004-11-11  Ryan Nortonbase wxMediaCtrl files
2004-11-10  Stefan Csomortext attributes corrected
2004-11-09  Stefan Csomortoplevel creation respecting wxDefaultPosition again
2004-11-09  Stefan Csomormove offscreen before in order to avoid transitions...
2004-11-09  Stefan Csomorallow arbitrary positions for toplevel windows (also...
2004-11-08  Ryan Norton*** empty log message ***
2004-11-08  Ryan Nortonfix playbackrate
2004-11-08  Ryan Nortonfinalize MAC implementation
2004-11-07  Kevin HockThe spacing just isn't right without the 4 pixel border...
2004-11-07  Ryan Nortonsome setup.h changes for wxMovieCtrl
2004-11-07  Ryan Nortonquick fixup
2004-11-07  Ryan Nortonallow multiple movie loading as per Julian's suggestion...
2004-11-07  Ryan Nortoncorrect Stopping - go to start of movie if stopped...
2004-11-07  Ryan Nortonadd Length, Tell, SetPlaybackRate and GetPlaybackRate...
2004-11-07  Ryan NortonwxMovieCtrl - for playing movies - mac carbon QT 3...
2004-11-07  Ryan Norton[ 1057587 ] MacOSX build fails with --disable-gauge...
2004-11-06  Stefan Csomorselection handling for data browser
2004-11-05  Robert Roebling I admit I have no good solution for wxPrinter::Setup...
2004-11-05  Stefan CsomorFaster Deselect
2004-11-05  Ryan Nortonswitch needsfocusrect to hiveiw version
2004-11-05  Stefan CsomorListbox fixes
2004-11-04  David ElliottTabs to spaces
2004-11-04  David ElliottMoved duplicated wxMac/wxCocoa code into src/mac/corefo...
2004-11-04  Ryan Nortonremove hack since it doubly-draws focus rects
2004-11-01  David ElliottDeclare namespace std {} before using namespace std...
2004-11-01  David ElliottWork around the fact that Metrowerks (CW 8.3) and Apple...
2004-10-31  David Elliott#include "wx/settings.h" wxSystemSettings is needed...
2004-10-31  David ElliottDo not use framework includes in CFM builds.
2004-10-29  David ElliottAdded wxStandardPaths for wxMac and wxCocoa.
2004-10-29  David ElliottMoved wxCFStringHolder and some other string functions...
2004-10-29  Ryan NortonRemove erronues file
2004-10-27  Stefan Csomorsetting the invoking window added to two other wxMenuBa...
2004-10-27  Stefan Csomorfixes angle calculation (on mac ALWAYS clockwise)
2004-10-24  Stefan Csomorcorrected textbackground for theme text output
2004-10-24  Stefan Csomoradding Offset to wxRegion / carbon
2004-10-23  Vadim Zeitlindon't give focus to the window if it ate the left mouse...
2004-10-19  Stefan Csomoreliminate double deletion
2004-10-19  Stefan Csomorleads to a double call of AddChild, if we don't see...
2004-10-18  Vadim Zeitlinremove the selection when SetSelection(-1) is called...
2004-10-17  Stefan Csomorguard against m_peer = NULL in Show()
2004-10-17  Stefan Csomordon't restrict to OS9 API for Mac-Builds
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-17  Vadim Zeitlinuse common code to determine best notebook size instaed...
2004-10-16  Robert Roebling Began work on print dialogs. Now wxPrintDialog
2004-10-16  Vadim Zeitlindon't leave two conscutive separators after "moving...
2004-10-16  Vadim Zeitlindon't reset tool/status bar pointers manually, it is...
2004-10-16  Vadim Zeitlincall AddChild() when the control is already reallly...
2004-10-16  Dimitri Schoolwerthfixed CFM build linking error
2004-10-15  Stefan Csomorremoved IsShown guards, allowing now for manipulation...
2004-10-07  Ryan Nortonsome preparation for carbon/cocoa interop
2004-10-07  Dimitri Schoolwerthfixed Carbon compilation; call HID keyboard dtor for...
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-10-06  Kevin HockMac sockets events must be added to the RunLoop in...
2004-10-06  Kevin HockAdded back compile-time check for about/prefs menu...
2004-10-06  Stefan Csomoradjusting DoGetBestSize according MSW
2004-10-04  Robin DunnBail out if GetCurrentMenu returns NULL
2004-10-04  Ryan Nortonnative wxFontDialog for carbon, second shot
2004-10-03  Julian SmartWorkaround for special menu items not always being...
2004-10-03  Vadim Zeitlindon't include headers not needed when wxUSE_GUI == 0
2004-10-01  Ryan Norton*** empty log message ***
2004-10-01  Ryan NortonOSX only (a runtime check would be preferable as Kevin...
2004-10-01  Kevin HockIncrease status bar height from 15 to 18, allows common...
2004-10-01  Ryan Nortononly do the seperator between about and preferences...
2004-10-01  Kevin Hockwx apps did not have the separator like other apps...
2004-10-01  Vadim Zeitlinhack: hide the MDI parent frame by moving it off screen
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-09-30  Ryan Nortonhave it work the old way with PopupMenu(), and have...
next